@font-face {
    font-family: 'AdihausDIN';
    src: url('../fonts/AdihausDIN-Bold.woff2') format('woff2'),
        url('../fonts/AdihausDIN-Bold.woff') format('woff'),
        url('../fonts/AdihausDIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AdihausDIN';
    src: url('../fonts/AdihausDIN-Regular.woff2') format('woff2'),
        url('../fonts/AdihausDIN-Regular.woff') format('woff'),
        url('../fonts/AdihausDIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adineue PRO Cond';
    src: url('../fonts/adineuePROCond-Bold.woff2') format('woff2'),
        url('../fonts/adineuePROCond-Bold.woff') format('woff'),
        url('../fonts/adineuePROCond-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'AdihausDIN', sans-serif;    
    font-weight: normal;
    font-style: normal;
    background-image: url('../images/web-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

p {
    font-family: 'AdihausDIN', sans-serif;    
    font-weight: normal;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'adineue PRO Cond';    
    font-weight: bold;
    font-style: normal;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    text-align: center;
}

.tabla {
    display: table;
    height: 100%;
    width: 100%;
}
.tabla-celda {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.alinear-centro {
    text-align: center;
}

/*HOME*/

.main-menu {
    position: fixed;
    width: 100%;
    top: 2%;
    left: 0;
    right: 0;
    z-index: 10;
}

ul.desktop-menu {     
    font-size: 0;
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
    display: block;
    text-align: right;
}

ul.desktop-menu li {    
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding: 0 10%;
}

ul.desktop-menu li a, a.mobile-menu-trigger {
    color: #FFF;
}

a.mobile-menu-trigger {
    display: none;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
}

.home-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-desktop-img {
    position: absolute;
    width: calc(100vw / 2.4);
    height: 100%;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.4s linear;
        -moz-transition: 0.4s linear;
        -o-transition: 0.4s linear;
        transition: 0.4s linear;
}

.home-desktop-img:nth-of-type(1) {
    background-image: url('../images/J1.jpg');
    left: 0;
}
.home-desktop-img:nth-of-type(2) {
    background-image: url('../images/J2.jpg');
    left: calc(100vw / 2.4);
}
.home-desktop-img:nth-of-type(3) {
    background-image: url('../images/J3.jpg');
    left: calc((100vw / 2.4) * 2) ;
}

.banners-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    -webkit-transition: 0.4s linear;
        -moz-transition: 0.4s linear;
        -o-transition: 0.4s linear;
        transition: 0.4s linear;
}

@media(max-width: 767px) {
    .hidden-for-mobile {
        display: none!important;
    }
    a.mobile-menu-trigger {
        display: block;
        position: fixed;
        z-index: 20;
        top: 4%;
        right: 4%;     
    }
    ul.desktop-menu {     
        text-align: center;
        position: fixed;
        right: -60%;
        background-color:rgba(0, 0, 0, 0.8);
        width: 50%;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.4s linear;
        -moz-transition: 0.4s linear;
        -o-transition: 0.4s linear;
        transition: 0.4s linear;
        z-index: 12;
        margin-top: 0;        
        display: table;
    }
    ul.desktop-menu > div {
        display: table-cell;
        vertical-align: middle;
    }

    ul.desktop-menu li {     
        width: 100%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

#video-home, #video-desktop {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.no-video, .mobile-video {
    display:none
}

#home-video {
    width: 100%;
    height: auto;
    position: relative;
}


@media (max-width: 767px) and (orientation:portrait) {
    .home-desktop-img {       
        width: calc(100vw / 1.3);        
    }

    .home-desktop-img:nth-of-type(1) {        
        left: 0;
    }
    .home-desktop-img:nth-of-type(2) {       
        left: calc(100vw / 1.3);
    }
    .home-desktop-img:nth-of-type(3) {
               left: calc((100vw / 1.3) * 2) ;
    }
    .home-container {
        height: auto;
    }
    #video-home {
        position: relative;
    }
    #video-desktop {display: none;}
}

ul.show-mobile-menu {
    right: 0;
}


/*borrar estas clases cuando se lance el video*/

#ghost-div {
    height: 100vh;
}


/**/
.hack-mobile {
    height: 2px;
    display: none;
}
@media (max-width: 767px) {
    .hack-mobile {
        display: block;
    }
    .mobile-video {
        display: block;
    }
    #banners-container {
        display: none;
    }
}

@media (min-width: 768px) {
    .camiseta-container, .concurso {
        display: none;
    }
}
.show-the-div {
    display: block;
}

/*
    CAMISETA
*/

.camiseta-container {
    position: relative;
    width: 100%;
    height: 100vh; 
}

.camiseta-container:after {
    display: table;
    clear: both;
    content: "";
}

.camiseta-img, .camiseta-img > div {
    height: 100%;
}

.camiseta-bg {
    background-image: url('../images/camiseta-img.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.camiseta-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    color: #FFF;
}

.camiseta-content > div, .camiseta-content .row, .camiseta-content .row > div {
    height: 100%;
}

.camiseta-content h2, .concurso h2 {
    color: #38bff0;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 50px;
}

.camiseta-content p, .concurso p {    
    font-size: 19px;
    margin-bottom: 30px; 
}

.camiseta-content p.font-s-20 {    
    font-size: 20px;    
}
a.comprar-camiseta {
    color: #000;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    background-color: #FFF;
    display: block;
    width: 225px;
    padding: 10px 10px 5px 30px;
    background-image: url('../images/comprar-btn.png');
    background-repeat: no-repeat;
    background-position: center right 25px;
}

.comprar-for-mobile {
    display: none!important;
}

@media (max-width: 767px) {
    .camiseta-content {
        position: relative;
        height: auto;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .hidden-for-desktop {
        display: block;
    }
    .camiseta-bg {
        position: relative;
        background-size: cover;
    }
    .comprar-for-mobile {
        position: absolute;
        bottom: 8%;
        left: 25%;
        display: block!important;
    }
    .camiseta-content h2, .concurso h2 {        
        font-size: 26px;        
        margin-bottom: 40px;
    }
    .camiseta-content p, .concurso p {    
        font-size: 14px;
        margin-bottom: 30px; 
    }

    .camiseta-content p.font-s-20 {    
        font-size: 15px;    
    }
    a.comprar-camiseta {        
        font-size: 14px;        
    }

    .camiseta-container {
        height: auto; 
    }
    .camiseta-img, .camiseta-img div {
        min-height: 100vh;
    }
    
}



/*   CONCURSO   */

.concurso {
    min-height: 100vh;
    color: #FFF;
    position: relative;
    padding-top: 10%;
}

.concurso-texto {
    position: relative;
    z-index: 2;
    height: 100%;
}

.concurso-mobile-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.concurso-mobile-bg img {
    width: 100%;
    height: auto;
}


.concurso span.blue {
    color: #38bff0;
}

.reglas {
    width: 100%;
}
.reglas:after {
    clear: both;
    display: table;
    content: "";
}

.reglas > div {
    float: left;
}
.reglas > div p {
    font-size: 18px;
}


.reglas > div:nth-of-type(1) {
    width: 15%;
}
.reglas > div:nth-of-type(2) {
    width: 85%;
}
.reglas > div:nth-of-type(2) span {
    color: #40b5ef;
}
span.regla-number {
    border: 1px solid #FFF;
    border-radius: 100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    padding: 5px 15px 4px 15px;
    text-align-last: center;
    font-size: 22px;
    font-family: 'adineue PRO Cond', sans-serif;    
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
    display: inline-block;
}

.terminos-activador {
    text-align: center;
    margin-top: 20px;
}

.terminos-activador a {
    color: #FFF;
}

.terminos-activador h4 {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-family: 'AdihausDIN', sans-serif;    
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 8px;    
}

.terminos-popup {
    position: absolute;
    width: 60vw;
    left: 15%;
    top: 15vh;
    height: 70vh;
    background-color: #FFF;
    color: #000;
    font-size: 18px;
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    display: none;
    z-index: 3;
    overflow: hidden;
        overflow-y: scroll;
}

.terminos-popup > div {
    position: relative;
    padding: 30px;
}

a#close-terminos {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

@media (max-width: 767px) {
    .reglas > div p {
        font-size: 14px;
    }

    .terminos-popup {        
        width: 90vw;
        left: 5%;
        top: 10vh;
        overflow: hidden;
        height: 80vh;
        overflow-y: scroll;
    }
    .concurso-mobile-bg {
        display: block;
    }

}

/*MOBILE CAROUSEL*/

@media (max-width: 767px) {
    .banners-container {
        width: 100%;
    }
    .home-desktop-img {
        width: 100%;
    }
    .home-desktop-img:nth-of-type(1) {
        z-index: 3;
    }
    .home-desktop-img:nth-of-type(2), .home-desktop-img:nth-of-type(3) { 
        left: 100%;
    }
       
}


/* 

    END

*/
























