@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('font/BEBAS___-webfont.woff') format('woff'), url('font/BEBAS___-webfont.ttf') format('truetype'), url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('font/brandon_bld-webfont.eot');
    src: url('font/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('font/brandon_bld-webfont.woff2') format('woff2'), url('font/brandon_bld-webfont.woff') format('woff'), url('font/brandon_bld-webfont.ttf') format('truetype'), url('font/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('font/brandon_light-webfont.eot');
    src: url('font/brandon_light-webfont.eot?#iefix') format('embedded-opentype'), url('font/brandon_light-webfont.woff2') format('woff2'), url('font/brandon_light-webfont.woff') format('woff'), url('font/brandon_light-webfont.ttf') format('truetype'), url('font/brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'Oswald', sans-serif;
    width: 100%;
    height: 100%
}

body {
    overflow-x: hidden
}

video,
object {
    left: 0;
    position: absolute;
    margin-top: 0 !important
}

#video1 {
    position: fixed
}

#icon-menu {
    position: fixed;
    z-index: 99;
    background: url(../images/icon-menu.png);
    background-size: cover;
    width: 65px;
    height: 65px;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.navigation {
    position: fixed;
    z-index: 1;
    top: 20px;
    display: none
}

.navigation li {
    color: #333333;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 2px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    border-bottom: 1px solid black;
    text-align: left
}

.navigation li:hover,
.active {
    font-size: 25px;
    cursor: pointer;
    width: 100px !important
}

.slide {
    width: 100% !important;
    height: 100% !important;
    background-position: 0 !important;
    position: relative
}

.wrapper {
    width: 960px;
    height: 200px;
    margin: 0 auto;
    position: relative
}

.slideno {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3)
}

.button {
    display: block;
    width: 99px;
    height: 99px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    z-index: 99;
    background-color: transparent !important;
    outline: 0;
    border: 0;
    background-image: url(../images/arrow.png)
}

.button:hover {
    cursor: pointer
}

.moveDown {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.moveUp {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bounceanimation {
    -webkit-animation-name: animationbounce;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: animationbounce;
    animation-name: animationbounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes animationbounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }
    25% {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animationbounce {
    0% {
        background-color: red
    }
    25% {
        background-color: yellow
    }
    50% {
        background-color: blue
    }
    100% {
        background-color: green
    }
}

#slide1 {
    background-color: transparent
}

#slide2 {
    background-color: white;
    overflow: hidden
}

#preloadKeys {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -44px;
    z-index: 819;
    width: 167px;
    height: 80px
}

#preloadKeys .mouse {
    display: block;
    width: 78px;
    height: 57px;
    position: absolute;
    right: -39px;
    top: 0;
    background: transparent url(../images/navigation-howto-mouse.png) no-repeat;
    animation: mouse 5s steps(65) infinite;
    -webkit-animation: mouse 5s steps(65) infinite;
    -moz-animation: mouse 5s steps(65) infinite
}

@keyframes mouse {
    100% {
        background-position: -5070px
    }
}

@-webkit-keyframes mouse {
    100% {
        background-position: -5070px
    }
}

#preloadKeys .key {
    display: block;
    width: 89px;
    height: 57px;
    margin-right: 18px;
    background: transparent url(../images/navigation-howto-keys.png) no-repeat;
    animation: mousekey 5s steps(10) infinite;
    -webkit-animation: mousekey 5s steps(10) infinite;
    -moz-animation: mousekey 5s steps(10) infinite
}

@keyframes mousekey {
    100% {
        background-position: -890px
    }
}

@-webkit-keyframes mousekey {
    100% {
        background-position: -890px
    }
}

#preloadKeys .divide {
    display: block;
    width: 2px;
    height: 57px;
    position: absolute;
    right: 58px;
    top: 0;
    background: transparent url(../images/navigation-howto-divide.png) no-repeat
}

#preloadKeys p {
    font: 11px/11px "TradeGothicW01-BoldCn20 675334", Helvetica, Arial, sans-serif;
    color: #505050;
    text-align: center;
    padding-top: 8px
}

#alertscroll {
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -327px;
    width: 174px;
    height: 554px
}

.barratop {
    background: url(../images/top.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 117px;
    position: absolute;
    top: 0
}

#logobig {
    position: absolute;
    z-index: 2;
    display: block;
    top: 200%;
    left: 10%;
    margin-top: -450px;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s
}

#slide3 {
    background-color: #b6c10b
}

#slide3 img:first-child {
    position: absolute;
    top: 700px;
    left: 300px
}

#slide3 img:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 100px
}

#slide3 img:nth-child(3) {
    position: absolute;
    top: 150px;
    left: 300px
}

#slide3 img:nth-child(4) {
    position: absolute;
    top: 450px;
    left: 300px
}

#slide3 img:nth-child(5) {
    position: absolute;
    top: 200px;
    right: 300px
}

#slide3 img:nth-child(6) {
    position: absolute;
    top: 100px;
    right: 300px
}

#slide4 {
    background: url(../images/intro.jpg);
    background-size: cover;
    overflow: hidden
}

#slide4 .parallaxbg {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 28px;
    color: rgba(51, 51, 51, 0.3)
}

footer {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 99;
    background-color: #3e3a2f;
    bottom: -50px
}

#menu {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: white;
    display: none
}

#menu1 {
    background-color: purple
}

#menu2 {
    background-color: red
}

#menu3 {
    background-color: lightblue
}

#menu4 {
    background-color: green
}

#menu5 {
    background-color: orange
}

#menu6 {
    background-color: pink
}

#menuarriba {
    height: 50%
}

#menuabajo {
    height: 50%
}

.itemmenu {
    height: 100%
}

#slide5 {
    background: url(../images/rubik2.jpg);
    background-size: cover;
    background-attachment: fixed
}

#slide6 {
    overflow: hidden;
    background: url(../images/lonchera-5.jpg);
    background-size: cover
}

#slide7 {
    overflow: hidden;
    background: url(../images/lonchera-4.jpg);
    background-size: cover
}

#slide8 {
    background: white;
    background-size: cover
}

#slide9 {
    background: url(../images/loncheras1.jpg);
    background-size: cover;
    background-attachment: fixed
}

#slide10 {
    background: url(../images/loncheras1.jpg);
    background-size: cover
}

#slide11 {
    background: url(../images/loncheras2.jpg);
    background-size: cover
}

#slide12 {
    background: url(../images/loncheras-10.jpg);
    background-size: cover
}

#slide13 {
    background: url(../images/proyector-8.jpg);
    background-size: cover
}

#parrafo1 {
    top: 50%;
    margin-top: -760px;
    left: 50%;
    margin-left: -630px;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#parrafo3 {
    opacity: 0;
    top: 50%;
    margin-top: -320px;
    left: 50%;
    margin-left: -630px;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

.parrafo {
    position: absolute;
    color: black
}

.parrafo h1 {
    opacity: 0.4;
    font-family: 'Oswald', sans-serif;
    font-size: 90px;
    font-weight: 100;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

.parrafo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: lighter;
    margin-top: -20px
}

.parrafo p {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: lighter;
    margin-top: -10px
}

.parrafo span {
    margin-top: -40px;
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    font-weight: bold;
    margin-top: 19px;
    margin-left: -6px;
    display: block
}

#parrafo3 span {
    margin-top: -37px;
    margin-left: -3px;
    font-size: 81px
}

.parrafo img {
    margin-left: 40px
}

#parrafo3 .decor {
    margin-left: 90px
}

#parrafo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -630px;
    margin-top: 80px;
    text-align: left;
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    width: 310px;
    height: 207px;
    color: black;
    transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s
}

#parrafo2 img {
    margin-left: 30px;
    width: 98px;
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#parrafo2 p {
    margin-top: 300px;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#parrafo4 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -560px;
    margin-top: 110px
}

#parrafo5 {
    position: absolute;
    font-size: 14px;
    right: 50%;
    margin-right: -610px;
    top: 50%;
    margin-top: 10px;
    width: 300px
}

#parrafo5 p {
    color: black;
    font-size: 14px;
    font-style: italic;
    margin-top: 15px
}

#parrafo5 img {
    display: block;
    margin: auto
}

#parrafo5 span {
    font-size: 13px;
    margin-top: 10px;
    color: black;
    display: block
}

#parrafo6 {
    width: 621px;
    height: 618px;
    position: absolute;
    float: right;
    right: -40px;
    top: -200px;
    display: block;
    text-align: center;
    padding: 50px 40px 40px 90px;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s
}

#parrafo6 text {
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#parrafo6 line {
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#parrafo6 #copa1 {
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

.parrafo6anima {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

#parrafo6 img {
    margin-top: -20px
}

#parrafo6 h1 {
    font-size: 98px
}

#parrafo6 p {
    text-align: justify;
    font-weight: 100;
    font-style: italic;
    padding: 20px 20px 0px 20px
}

#parrafo6 h5 {
    font-family: 'brandon_grotesquebold';
    font-size: 13px;
    font-family: 'brandon_grotesquebold'
}

.subraya {
    height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter
}

.gris {
    color: #ccc;
    font-family: 'Oswald', sans-serif;
    font-weight: bold
}

#parrafo7 {
    position: absolute;
    left: 50%;
    margin-left: -255px;
    top: 6%;
    width: 355px;
    height: auto;
    overflow: hidden
}

#parr71 {
    font-size: 83px;
    font-family: 'Oswald', sans-serif;
    opacity: 0.4;
    font-weight: 100;
    display: block;
    position: absolute;
    margin-top: -25px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s
}

#parrafo7b {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 90px;
    text-align: right;
    float: right;
    margin-top: 177px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s
}

#parrafo7 p {
    float: right;
    font-size: 16px;
    color: black;
    font-family: 'brandon_grotesquebold';
    display: none
}

#parrafo8 {
    position: absolute;
    width: 560px;
    left: 50%;
    top: 5%;
    margin-left: 80px;
    display: none
}

#parrafo8 .svg8 {
    width: 30px;
    height: 30px;
    opacity: 0;
    overflow: hidden
}

#parrafo8 img {
    float: left
}

#parrafo8 p {
    float: right;
    font-weight: 100;
    text-align: center;
    width: 400px;
    margin-top: 20px;
    color: black;
    font-size: 16px;
    font-style: italic;
    font-family: 'brandon_grotesquelight';
    line-height: 19px
}

#i0 {
    stroke-dasharray: 10;
    stroke-dashoffset: 3319;
    animation: draw 10s infinite linear;
    -webkit-animation: draw 10s infinite linear;
    -moz-animation: draw 10s infinite linear;
    -ms-animation: draw 10s infinite linear;
    transition: 5s;
    -webkit-transition: 5s
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

#parrafo9 {
    position: absolute;
    width: 357px;
    left: 50%;
    margin-left: -250px;
    top: 6%;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#parrafo10 {
    position: absolute;
    left: 50%;
    margin-left: 100px;
    top: 50%;
    margin-top: 70px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

#flecha-1 {
    top: 50%;
    left: 50%;
    margin-left: -310px;
    margin-top: -20px;
    position: absolute;
    width: 500px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

#parrafo11 {
    position: absolute;
    left: 50%;
    margin-left: -580px;
    margin-top: 100px
}

#parrafo12 {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none
}

#parrafo13 {
    position: absolute;
    top: 5%;
    left: 5%
}

#parrafo14 {
    position: absolute;
    top: 100px;
    left: 0
}

#parrafo15 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: 40px
}

.linea {
    background: url(../images/linea.svg);
    background-repeat: repeat-x;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 90%
}

#parrafo16 {
    position: absolute;
    width: 833px;
    right: 5%
}

#parrafo16 #box-1 {
    left: 50%;
    position: relative;
    margin-left: 60px;
    display: none
}

#slide15 {
    background: url(../images/jorge_esrado1.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s
}

#slide16 {
    background: url(../images/molly_estado1.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s
}

#slide17 {
    background: url(../images/elvis_estado1.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s
}

#jorgecasas {
    position: absolute;
    z-index: 9999;
    right: 100px;
    top: 110px
}

#slide18 {
    background: white
}

#clientes {
    position: absolute;
    left: 50%;
    margin-left: -415px;
    top: 10%
}

#slide24 {
    background: url(../images/fondo_contacto.jpg);
    background-size: cover;
    background-position: center
}

#contacto {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 99
}

#subeaudio {
    background: url(../images/audifonos.png);
    width: 69px;
    height: 35px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    cursor: pointer
}

#logosound {
    width: 54px;
    height: 40px;
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 4px
}

#logomusic {
    position: absolute;
    float: right;
    top: 8px;
    right: 30px;
    display: block;
    width: 182px;
    height: 36px
}

#slide19 {
    background: url(../images/slide19/bg-slide-19.jpg);
    background-size: cover
}

#slide20 {
    background: url(../images/slide19/bg-slide-20.jpg);
    background-size: cover
}

#slide21 {
    background: url(../images/slide19/bg-slide-21.jpg);
    background-size: cover
}

#slide22 {
    background: url(../images/slide19/bg-slide-22.jpg);
    background-size: cover
}

#slide23 {
    background: url(../images/slide19/bg-slide-23.jpg);
    background-size: cover
}

.parrafo-19 {
    display: block;
    position: relative;
    width: 35%;
    height: auto;
    overflow: hidden;
    margin-left: 58%;
    margin-top: 10%
}

#box-2 {
    position: absolute;
    top: 220px;
    display: none
}

.parrafo-20 {
    display: block;
    position: relative;
    width: 99%;
    height: 99%
}

.img-slide-20-1 {
    display: block;
    position: absolute;
    width: 25%;
    top: 5%;
    left: 30%
}

.img-slide-20-2 {
    display: block;
    position: absolute;
    width: 35%;
    top: 22%;
    left: 45%;
    z-index: 1
}

.img-slide-20-3 {
    display: block;
    position: absolute;
    width: 35%;
    top: 30%;
    left: 55%;
    z-index: 0
}

.img-slide-20-4 {
    display: block;
    position: absolute;
    width: 10%;
    top: 8%;
    left: 58%;
    z-index: 0
}

.img-slide-20-5 {
    display: block;
    position: absolute;
    width: 16%;
    top: 10%;
    left: 20%;
    z-index: 0
}

.img-slide-20-6 {
    display: block;
    position: absolute;
    width: 11%;
    bottom: 2%;
    left: 45%;
    z-index: 0
}

.caja-txt-20 {
    display: block;
    position: absolute;
    width: 30%;
    bottom: 0%;
    left: 60%;
    z-index: 0
}

.parrafo-21,
.parrafo-22,
.parrafo-23 {
    display: block;
    position: relative;
    width: 99%;
    height: 99%
}

.img-slide-21-1 {
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

.img-slide-22-1 {
    display: block;
    position: absolute;
    width: 45%;
    top: 100px;
    left: 27.5%;
    z-index: 0
}

.img-slide-22-2 {
    display: block;
    position: absolute;
    width: 30%;
    top: 40%;
    right: 2%;
    z-index: 0
}

.img-slide-23-1 {
    display: none;
    position: absolute;
    width: 32%;
    top: 4%;
    right: 5%;
    z-index: 0
}

.img-slide-23-2 {
    display: block;
    position: absolute;
    width: 32%;
    top: 50%;
    right: 5%;
    z-index: 0
}

#menuarr {
    height: 50%;
    width: 100%;
    position: relative
}

#menuarr #menu-1 {
    height: 100%;
    padding: 0;
    background-size: cover;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: black;
}

#menuarr #menu-2 {
    height: 100%;
    padding: 0;
    cursor: pointer;
    background-size: cover;
    display: block;
    overflow: hidden;
    background: black;
}

#menuaba {
    height: 50%;
    width: 100%;
    position: relative
}

#menuaba video{
    width: 180%;
}
#menuaba #menu-3 {
    height: 100%;
    padding: 0;
    background-size: cover;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: black;
}

#menuaba #menu-4 {
    height: 100%;
    padding: 0;
    background-size: cover;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: black;
}

#menuaba #menu-5 {
    height: 100%;
    padding: 0;
    background-size: cover;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: black;
}

#menuaba #menu-6 {
    height: 100%;
    padding: 0;
    background-size: cover;
    cursor: pointer;    
    display: block;
    overflow: hidden;
    background: black;
}

.ico-menu{
    z-index: 99;
    margin: auto;
    width: 438px;
    display: block;
    position: relative;
}


/*.item-nav:hover {
    opacity: 0.5
}*/

#menu-cerrar {
    position: absolute;
    z-index: 99;
    background: url(../images/menu-cerrar.png);
    background-size: cover;
    width: 65px;
    height: 65px;
    right: 20px;
    top: 20px;
    cursor: pointer
}

#pasto {
    position: absolute;
    top: 100px
}

.oswald {
    font-family: 'Oswald', sans-serif
}

.bebas {
    font-family: 'BebasRegular'
}

.brandon {
    font-family: 'brandon_grotesquebold'
}

.negrilla {
    font-weight: bold !important
}

.regular {
    font-weight: inherit !important
}

.delgada {
    font-weight: lighter !important
}

.italica {
    font-style: italic !important
}

.perfil-social {
    width: 400px;
    height: 75px;
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 10px;
    clear: both
}

.perfil-social li {
    width: auto;
    height: auto;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    display: block
}

.perfil-social li a {
    width: 55px;
    height: 55px;
    position: relative;
    float: left;
    display: block;
    border-radius: 290px;
    transition: all 0.5s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.perfil-social li:nth-child(1) a {
    background-image: url(../images/perfiles/icono-1.png);
}

.perfil-social li:nth-child(1) a:hover {
    background-image: url(../images/perfiles/icono-1_b.png);
}

.perfil-social li:nth-child(2) a {
    background-image: url(../images/perfiles/icono-2.png);
}

.perfil-social li:nth-child(2) a:hover {
    background-image: url(../images/perfiles/icono-2_b.png);
}

.perfil-social li:nth-child(3) a {
    background-image: url(../images/perfiles/icono-3.png);
}

.perfil-social li:nth-child(3) a:hover {
    background-image: url(../images/perfiles/icono-3_b.png);
}

.perfil-social li:nth-child(4) a {
    background-image: url(../images/perfiles/icono-4.png);
}

.perfil-social li:nth-child(4) a:hover {
    background-image: url(../images/perfiles/icono-4_b.png);
}

.perfil-social li:nth-child(5) a {
    background-image: url(../images/perfiles/icono-5.png);
}

.perfil-social li:nth-child(5) a:hover {
    background-image: url(../images/perfiles/icono-5_b.png);
}

.perfil-social li a:hover {
    width: 75px;
    height: 75px;
    background-color: #5DA1C6;
}

.parallax-image {
    background-attachment: fixed
}

.full-image {
    background-size: cover;
    background-repeat: no-repeat
}

.normal-slide {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.p-slide-1 {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-slide-4 {
    width: 100%;
    height: 700px;
    position: relative;
    clear: both;
    background-position: center bottom !important;
    background-repeat: no-repeat
}

.p-slide-6 {
    width: 100%;
    height: 700px;
    position: relative;
    clear: both;
    background-position: center bottom !important;
    background-repeat: no-repeat
}

.p-1-slide-1 {
    background-image: url(../images/perfiles/perfil-1/slide-1/fondo.jpg) !important;
}

.p-1-slide-1 h5, .p-1-slide-1 span{
    color: white;
}

.p-1-slide-3 {
    background-image: url(../images/perfiles/perfil-1/slide-3/fondo.jpg)
}

.p-1-slide-3 div {
    width: 500px;
    height: auto;
    float: right;
    margin: 100px 100px 0
}

.p-1-slide-3 h1 {
    font-size: 90px;
    text-transform: uppercase;
    margin-top: -35px
}

.p-1-slide-3 h5 {
    text-transform: uppercase
}

.p-1-slide-3 p {
    color: #050808;
    font-size: 14px !important;
    margin-top: -35px;
    padding-left: 100px
}

.p-1-slide-4 {
    background-image: url(../images/perfiles/perfil-1/slide-4/fondo.jpg)
}

.p-1-slide-4 div {
    width: 500px;
    height: auto;
    float: right;
    margin: 100px 100px 0
}

.p-1-slide-5 {
    background-image: url(../images/perfiles/perfil-1/slide-5/fondo.jpg);
    background-position: bottom right
}

.p-1-slide-5 div {
    width: 500px;
    height: auto;
    float: left;
    margin: 50px 0 0 50px;
    padding-top: 52px;
}

.celular {
    width: 420px !important;
    height: 786px !important;
    position: absolute;
    right: 50px;
    bottom: 20px;
    margin: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/perfiles/perfil-1/slide-5/iphone.png)
}

.p-1-slide-6 {
    background-image: url(../images/perfiles/perfil-1/slide-6/fondo.jpg);
    background-position: center
}

.p-1-slide-7 {
    background-image: url(../images/perfiles/perfil-1/slide-7/fondo.jpg);
    background-position: center !important
}

.p-1-slide-7 div {
    width: 500px;
    height: auto;
    float: left;
    margin: 50px 0 0 50px
}

#yenni_p1 {
    position: absolute;
    float: none;
    margin: auto;
    padding: 0;
    top: 135px;
    left: 0;
    display: block;
    width: 570px
}

.p-2-slide-1 {
    background-image: url(../images/perfiles/perfil-2/slide-1/fondo.jpg) !important;
}

.p-2-slide-1 h5, .p-2-slide-1 h1 span{
    color: white;
}

.p-2-slide-3 {
    background-image: url(../images/perfiles/perfil-2/slide-3/fondo.jpg);
    background-size: cover;
    background-position: center top !important
}

.p-2-slide-3 div:nth-child(1) {
    width: 400px;
    height: auto;
    float: right;
    margin: 100px 100px 0;
    clear: both
}

.p-2-slide-3 div:nth-child(2) {
    width: 500px;
    height: auto;
    float: right;
    position: absolute;
    top: 220px;
    right: 20px
}

.p-2-slide-3 h1 {
    font-size: 90px;
    text-transform: uppercase;
    margin-top: -35px
}

.p-2-slide-3 h5 {
    text-transform: uppercase
}

.p-2-slide-3 p {
    color: #050808;
    font-size: 14px !important
}

.p-2-slide-4 {
    background-image: url(../images/perfiles/perfil-2/slide-4/fondo.jpg)
}

.p-2-slide-4 div {
    width: 500px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 100px 100px 0
}

.p-2-slide-5 {
    background-position: bottom right;
    text-align: center
}

.p-2-slide-5 img {
    width: 300px;
    margin: 10% 0 0 240px
}

.p-2-slide-5 div {
    width: 500px;
    height: auto;
    float: left;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px !important;
    text-align: right
}

.p-2-slide-6 {
    background-image: url(../images/perfiles/perfil-2/slide-6/fondo.jpg);
    background-position: center;
    text-align: center
}

.p-2-slide-6 img {
    width: 600px;
    margin: auto
}

.p-2-slide-7 {
    background-image: url(../images/perfiles/perfil-2/slide-7/fondo.jpg);
    background-position: center !important;
    -webkit-transition: 2s;
}

.p-2-slide-7 div {
    width: 500px;
    height: auto;
    float: left;
    margin: 50px 0 0 50px
}

.p-3-slide-1 {
    background-image: url(../images/perfiles/perfil-3/slide-1/fondo.jpg);
    padding: 130px 0 0 40px;
    background-attachment: fixed;
    background-size: cover;
}

.p-3-slide-1 h1 {
    font-size: 90px;
    text-transform: uppercase;
    margin-top: -35px
}

.p-3-slide-1 h5 {
    text-transform: uppercase
}

.p-3-slide-3 {
    background-image: url(../images/perfiles/perfil-3/slide-3/fondo.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover
}

.p-3-slide-3 div:nth-child(1) {
    width: 400px;
    height: 725px;
    margin: 0 50px 0;
    float: right;
    clear: both;
    background-image: url(../images/perfiles/perfil-3/slide-3/cartel.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 60px 0px 60px
}

.p-3-slide-3 div:nth-child(2) {
    width: 500px;
    height: auto;
    float: right;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.p-3-slide-3 p {
    color: #050808;
    font-size: 15px !important;
    font-family: 'Oswald', sans-serif;
    width: 600px;
    padding-top: 2%;
}

.p-3-slide-4 {
    background-image: url(../images/perfiles/perfil-3/slide-4/fondo.jpg);
    background-size: contain
}

.p-3-slide-4 div {
    width: 400px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px
}

.p-3-slide-5 {
    background-image: url(../images/perfiles/perfil-3/slide-5/fondo.jpg);
    background-position: bottom right !important;
    text-align: center
}

.p-3-slide-5 img {
    width: 300px;
    margin: 0 70px 0 0
}

.p-3-slide-5 div {
    width: 500px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px !important;
    text-align: right;
    padding-left: 33px;
}

.piramide {
    width: 380px !important;
    height: 555px !important;
    position: absolute !important;
    right: 0px !important;
    top: 30% !important;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/perfiles/perfil-3/slide-5/piramide.png)
}

.p-3-slide-6 {
    background-image: url(../images/perfiles/perfil-3/slide-6/fondo.jpg);
    background-position: center;
    text-align: center
}

.p-3-slide-6 img {
    width: 600px;
    margin-top: 200px
}

.p-3-slide-7 {
    background-image: url(../images/perfiles/perfil-3/slide-7/fondo.jpg);
    background-position: center !important
}

.p-3-slide-7 div {
    width: 500px;
    height: auto;
    float: left;
    margin: 50px 0 0 50px
}

/*Animaciones Over*/

.anima-cabeza-p2{
    background-image: url(../images/perfiles/perfil-2/slide-5/fondo.jpg);
}
.anima-cabeza-p3{
    animation-name: anima-cabezon-3;
    animation-duration: 5s;
    animation-delay: 5s;
    animation-timing-function: ease;
    animation-direction: linear;
    -moz-animation-name: anima-cabezon-3;
    -moz-animation-duration: 5s;
    -moz-animation-delay: 5s;
    -moz-animation-direction: linear;
    -webkit-animation-name: anima-cabezon-3;
    -webkit-animation-duration: 5s;
    -webkit-animation-delay: 5s;
    -webkit-animation-direction: linear;
}


#precarga {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999999999999;
    position: fixed
}

.imagpreload {
    position: absolute;
    width: 100px;
    height: 130px;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -65px
}

.raton_mouse {
    position: absolute;
    top: 70px;
    left: 37px;
    border-radius: 50px
}

.over-vol {
    position: absolute;
    width: 50%;
    height: 100%;
    background: transparent;
    right: 0;
    cursor: pointer;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media screen and (max-width: 1368px) {
    #logobig {
        width: 43%;
        margin-top: -330px;
        left: 10%
    }
    #alertscroll {
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -327px;
        width: 174px;
        height: 554px
    }
    #preloadKeys {
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin-left: -44px;
        z-index: 819;
        width: 167px;
        height: 80px
    }
    #flecha-1 {
        margin-top: 170px
    }
}

@media screen and (max-width: 1024px) {
    .slide {
        width: 1320px
    }
    .button {
        display: none
    }
    #alertscroll {
        left: 50%;
        margin-left: 100px
    }
    #slide5 {
        background-size: 100%;
        margin-right: -330px
    }
    #parrafo5 {
        margin-right: -350px
    }
    #parrafo6 {
        right: 290px
    }
}

@media screen and (max-width: 768px) {
    #logobig {
        width: 53%
    }
    #preloadKeys {
        bottom: 115px
    }
    #alertscroll {
        width: 146px
    }
    .slide {
        width: 100%
    }
    #slide5 {
        background-size: cover
    }
}

@media screen and (max-width: 568px) {
    #alertscroll {
        display: none
    }
    #logobig {
        width: 50%;
        margin-top: -155px;
        left: 26%
    }
    .button {
        display: none
    }
    #parrafo1 {
        position: absolute;
        top: -110px;
        left: -130px;
        margin: 0;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
    #parrafo2 {
        top: 130px;
        left: -80px;
        margin-left: 0;
        margin-top: 0;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
    #parrafo3 {
        top: -108px;
        margin-top: 0;
        left: -70px;
        margin-left: 0;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
    #parrafo4 {
        top: 140px;
        left: 0;
        margin: 0;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
    #parrafo5 {
        top: 90px;
        margin: 0;
        right: -60px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
}

@media (min-width: 1500px) {
    #parrafo1 {
        top: 28%;
        margin-top: -760px;
        left: 10%;
        margin-left: 0
    }
    #parrafo2 {
        top: 30%;
        left: 10%;
        margin-left: 0;
        margin-top: 80px
    }
    #parrafo3 {
        top: 5%;
        margin-top: 0;
        left: 10%;
        margin-left: 0
    }
    #parrafo4 {
        position: absolute;
        top: 30%;
        left: 10%;
        margin-left: 67px;
        margin-top: 110px
    }
    #parrafo5 {
        position: absolute;
        font-size: 14px;
        right: 5%;
        margin-right: 0;
        top: 60%;
        margin-top: 10px;
        width: 300px
    }
    #parrafo7 {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3)
    }
    #parrafo8 {
        top: 11%;
        margin-left: 230px;
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3)
    }
    #parrafo10 {
        position: absolute;
        left: auto;
        margin-left: 0;
        right: 10%;
        top: 65%;
        margin-top: -220px
    }
    #parrafo11 {
        position: absolute;
        left: 50%;
        margin-top: -16px;
        margin-left: -567px;
        top: 14%;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    #parrafo12 {
        position: absolute;
        left: 50%;
        top: 65%
    }
    #parrafo13 {
        position: absolute;
        top: 15%;
        left: 15%;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    #parrafo14 {
        position: absolute;
        top: 10%;
        left: 10%
    }
    #parrafo15 {
        position: absolute;
        top: 69%;
        left: 57%;
        margin-top: 50px;
        margin-left: 40px
    }
    #parrafo16 {
        position: absolute;
        right: 10%;
        top: 10%
    }
    .parrafo-19 {
        margin-left: 68%;
        margin-top: 20%;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    .caja-txt-20 {
        bottom: 11%;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        left: 70%
    }
    .img-slide-20-6 {
        width: 11%;
        bottom: 10%;
        left: 45%
    }
    .img-slide-21-2 {
        width: 250px;
        height: 286px;
        right: 5%;
        bottom: 0;
        position: absolute
    }
    .img-slide-22-1 {
        display: block;
        position: absolute;
        width: 45%;
        top: 13%;
        left: 50%;
        margin-left: -340px;
        z-index: 0;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    .img-slide-22-2 {
        display: block;
        position: absolute;
        width: 30%;
        top: 53%;
        right: -1%;
        z-index: 0;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    .img-slide-23-1 {
        right: 0%;
        top: 9%
    }
    .img-slide-23-2 {
        right: 0
    }
}
@media (max-width: 1100px) {
    .p-slide-1{
        height: 310px;
    }
}