header #back {
    position: absolute;
    right: 123px;
    top: 15px;
    z-index: 1001;
}
header #back a {
    height: 25px;
    padding-left: 22px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;    
    background: url(../img/btn_back.png) no-repeat left;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
header #back a:hover {
    opacity: 1;
}
main {
    width: 100%;
    height: calc(100vh - 150px);
    position: relative;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 570px) {
    main {    
        height: calc(100vh + 100px);
    }
}
/*INDEX*/
#cover {
    position: relative;
    top: 10%;
/*    right: 10%;*/
    text-align: center;
/*    position: fixed;*/
/*    background-image: url(/img/fondo_uno.jpg);*/
}
#cover h1 {
    margin-bottom: -60px;
    color: #000;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
        line-height: 120px;
}
#cover h2 {
    color: #000;
    font-size: 3em;
    font-weight: 600;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
}
#cover p{
        max-width: 40%;
    margin: 0 auto;  
}
#cover h1, #cover h2 {
    opacity: 0;
}

#cover ul {
    margin-top: 20px;
}
#cover li {
    display: inline-block;
/*    opacity: 0.9;*/
}
#cover li a {
    font-size: 20px;
    font-weight: 600;
	font-family: 'Roboto Slab', serif;
        width: 100%;
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    background: #3fa54c;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    padding: 3px;
    opacity: .75;
    width: 200px;
    height: 60px;
    text-transform: uppercase;
        margin: 3px;
}
#cover li a:hover {
    text-decoration: underline;
    background: #ee9c43 ;
    opacity: 1;
}

.numeros{
    font-size: 25px;
}

/*INDEX*/
/*SLIDER*/
#slider {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
}
@media screen and (max-width: 570px) {
    #slider {
        height: calc(100vh + 100px);
    }    
}

@media screen and (max-width: 570px) {
    #cover {
        top: 9%;
        left: 0%;
    }
    #cover img{
    width: 130px;
    }
    #cover h1{
        font-size: 18px;
    line-height: 25px;
    margin-top: 10%;
            padding-bottom: 80px;
    }
    #cover p {
    max-width: 80%;
    font-size: 14px;
    }
    #cover li a{
    font-size: 15px;
    width: 120px;
    height: 40px;
    margin: 5px;
    display: block;
    }
    #cover h5{
    display: none;
    }
    #logo.ln a {
    margin: 5px 0 0 13px;
    }
}

@media screen and (max-width: 1100px) {
    #cover p {
    max-width: 80%;
    font-size: 14px;
    }
}




#slider .controls {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
}
#slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
#slider .controls ul.tabs li {
    margin: 0 10px 0 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
	color: #fff;
    cursor: pointer;
    opacity: .5;
}
#slider .controls ul.tabs li.current {
    opacity: 1;
}
#slider .controls ul.tabs li span {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 20px;
    background: #fff;
}
#slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
#slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
#slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(../img/arrow_backward.png);
}
#slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(../img/arrow_forward.png);
}
#slider .controls ul.arrows li:hover {
    opacity: 1;
}
#slider .disabled {
    visibility:hidden !important;
}
#slider .items {
    width: 100%;
    position: absolute;
    top: 0;
}
#slider .items .item {
    width: 100%;
    height: calc(100vh - 150px);
	position: absolute;
	display: none;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    
    animation: animationFrames linear 10s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames linear 10s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: animationFrames linear 10s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames linear 10s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames linear 10s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/    
}
@media screen and (max-width: 570px) {
    #slider .items .item {
        height: calc(100vh + 100px);
    }    
}
#slider .items .item .content {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../img/img_pattern.png) repeat;
}
#slider .items .item .content .info {
    width: 60%;
    position: absolute;
    top: 30%;
    left: 20%;
}
#slider .items .item .content .info h1 {
    margin-bottom: 20px;
	color: #bebebe;
    font-size: 48px;
    font-family: 'Roboto Slab', serif;
    line-height: 48px;
}
#slider .items .item .content .info p {
	color: #fff;	
    font-size: 17px;
    font-weight: 400;
}
@media screen and (max-width: 570px) {
#slider .items .item .content .info {
    top: 20%;
    left: 15%;
    }
}
/*SLIDER*/
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/