@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,600;1,400;1,600&display=swap');

@font-face {
    font-family: "roboto-regular";
    src: url("/css/fonts/roboto-regular.ttf");
  }
@font-face {
    font-family: "roboto-bold";
    src: url("/css/fonts/roboto-bold.ttf");
}


:root {
    --black: #1E0013;
    --white:#fff;
    --swiper-theme-color:#E1251B;
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    color: #fff;
    font-size: 16px;
    /* height: 100%; */
    font-family: "roboto-regular", sans-serif !important;
}
strong { font-family: "roboto-bold" !important; }

.bg-register { 
    background: url('/images/bg-register-movil.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: top;
}
.bg-intro { 
    background: url('/images/bg-intro-movil.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.bg-home { 
    background: url('/images/bg-home-movil.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.bg-streaming { 
    background: url('/images/bg-home-movil.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    height: 100vh;
}
.bg-speakers {
    background-color: #3f1b61;
}
.bg-speakers-invitados,
.bg-streaming { 
    background-color: #3f1b61;
}

a,
a:link { color: var(--white); text-decoration: none; font-weight: bold; }
a:hover { color: var(--white);}
.alert { text-align: center !important;}
.blue { color: #3fa9f5 !important; }
.invalid-feedback { display: inline-block !important; }
/* .movil { display: block; }
.desktop { display: none; } */

.b1 { border:0px #fff solid; }
.b2 { border:0px orange solid; }
.b3 { border:0px greenyellow solid; }
.b5 { border:0px greenyellow solid; }
.b6 { border:0px red solid; }
.b7 { border:0px aqua solid; }

.align-center { display:block; margin:0 auto !important; }
small, .small { font-size: 12px; }

#terminosModal .card { border:0px #444 solid; background: transparent; }
#terminosModal { font-size: 14px;}

div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #f8fbff;
    border-radius: 5px;
}

div::-webkit-scrollbar-thumb {
    background-color: #9fa9bd;
    border-radius: 5px;
}
div::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 5px;
}



 /* ==> Intro */
    .intro { height: 100vh; }
    .intro p { font-size: 14px;}

/* ==> HOME */
    .logo {
        height:20px;
        margin:30px 0 30px 0;
    }
    .logo-title {
        display: block;
        width:100%;
        margin:10px 0 10px 0;
    }
    .logo-login {
        margin-top:100px;
    }        
    
    h1 { 
        font-size: 48px;
        font-weight: bold; 
    }
    h2 { 
        font-size: 32px;
    }
    h4 { 
        font-size: 16px;
        margin-top:20px;
    }
    .horario {
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        padding-left:8px;
    }
    .horario .bl {  border-left: 2px #ee3625 solid; }
    .horario .col-auto { padding:0px 7px; }

/* => Botons */
    .btn-shutter,
    .btn-shutter:visited,
    .btn-shutter:focus,
    .btn-shutter:active {
        color: #fff !important;
        border-color: #eb0037;
        background-color: #eb0037;
        display: inline-block;
        text-transform:uppercase;
        font-weight: bold !important;
        font-family: "roboto-bold" !important;
        border-radius: 7px;
        padding:8px 25px;
        font-size: 14px;
    }
    .btn-shutter:hover
    {
        color: #fff !important;
        border-color: rgba(235, 0, 55,0.8) !important;
        background-color: rgba(235, 0, 55,0.8) !important;
    }    

    .float-right { float: right !important; }
    
    .btn-block { width: 60%; }
    .d-center { margin:0 auto !important; }
    
    .btn-small,
    .btn-small:active { padding:5px 20px !important; font-size:12px !important; color: #3fa9f5 !important; text-decoration: none; }
    .btn-small:hover { color: #3fa9f5; }


/* => Modal  */
    .loginModal,
    .registerModal { 
        filter: blur(20px);
        -webkit-filter: blur(20px);
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .modal-backdrop { 
        backdrop-filter: blur(5px);
        background-color: #01223770;

        filter:blur(10px) !important;
        -webkit-filter: blur(10px) !important;
        --bs-backdrop-opacity: 1 !important;
        --bs-backdrop-bg: #000 !important;
    }
    .modal-backdrop.in { opacity: 1 !important; }
    .modal-header { border: 0; }


    /* Modal Content */
    .modal-content {
        position: relative;
        background: transparent !important;
        margin: auto;
        padding: 0;
        width: 100%;
        max-width: 1200px;
        border:0 !important;
    }

    #registerSuccessModal h4 { font-size: 32px; }
    #registerSuccessModal p { font-size: 26px; }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #fff;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.375rem;
        opacity: 1;
    }
    .btn-close:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.75;
    }
    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        opacity: 1;
    }
    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 0.25;
    }
    .btn-close-white { 
        font-weight: bold;
        opacity: 1;
        position: absolute;
        right: 0;
        z-index: 99999;

    }

    .myForm {
        position: relative;
        top: 40%;

    }
    form label { text-transform: uppercase; padding-left:10px; }

    .card {
        background-color: #ccc;
    }
    .panel .card {
        background-color: #fff;
        color: #333;
    }

    /* => Register */
    .register .logo-register{ height:20px;}


/* Home */
    .login {
        height:50px;
        position: absolute;
        top: 25px;
        right: 25px;        
    }
    .login .logout { height: 30px;}
    .home .recordatorio { 
        font-size: 25px;
        line-height: 35px;
    }
    section { display: block; padding: 50px 0px; }
    .intro,
    .home,
    .speakers,
    .speakers-invitados,
    .streaming {  display: block; border:0px red dotted; }

    .speakers .title { height: 60px; margin-top: 30px !important; }
    .speakers-invitados .title { height: 80px; margin-top: 30px !important; }
    .speakers .speaker { height: auto !important; }
    .speakers-invitados .speaker { height: auto !important; }

    .streaming .title { height: 90px; margin-top: 30px !important; }
    .streaming .speaker { height: auto !important; }
    
    .speakers .subtitle1 { height: 65px;}
    .speakers .subtitle2 { height: 40px;}
    .speakers .subtitle p {
        padding:15px 30px;
        font-size: 18px;
    }
    
    /* arrows */
    
    /* .intro .link-arrow { margin-top:150px; display: block; } */
    /* .home .link-arrow { margin-top:320px; display: block; } */

    .intro .link-arrow { position: absolute; bottom:5%; left:calc(90%/2); }
    .home .link-arrow  { position: absolute; bottom:5%; left:calc(90%/2); }
    .intro .link-arrow a, 
    .home .link-arrow a { cursor: pointer; }
    
    /* CSS -- add in Customizer > CSS */
    /* 
        #header.hide { display: none; }
        #header.block { display: block; } 
    */

    /* -> Countdown */
    /* .evento-proximo {  display: none; } */
    .hide { display: none !important; }
    .simply-countdown { display: inline-block; margin:0 auto; }
    .simply-countdown > .simply-section {
        display: inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin:0 auto;
    }
    .simply-days-section { display: none !important; }
    .simply-countdown > .simply-section .simply-amount,
    .simply-countdown > .simply-section .simply-word {
        /* amounts and words */
        color:#fff;
    }
    .simply-countdown > .simply-section .simply-amount {
        /* amounts */
        font-size: 40px;
    }
    /* .simply-countdown > .simply-section .simply-word { font-size: 26px; display: inline-block; } */
    .simply-countdown > .simply-section .simply-word {
        font-size: 30px;
        display: inline-block;
        font-weight: 700;
        padding: 0 5px;
        text-align: center;
    }
    .event-date {
        color:#fff;
        font-size: 26px;
        display: grid !important;
    }
    .label-event{
        font-size:22px;
        font-weight: 500;
    }

    footer {
        display: flex;
        position: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: inherit;
        padding: 14px;
        color: #fff;
    }
    footer small { text-align: center !important; }

    .foot {
        position: fixed;
        left: 0;
        bottom: 3%;
        width: 100%;
        color: white;
        text-align: left;
        padding-left: 2%;
     }


/* Media Queries */
    .streaming-vimeo { padding-top:0px; }
    .streaming-vimeo > .col-12,
    .streaming-vimeo > .col-sm-8,
    .streaming-vimeo > .col-sm-4 { padding:0 10px !important; }

    iframe {
        border: 0px #0ff solid;
        height: 190px !important;
    }

    @media (min-width: 360px) {
        iframe {
            height: 195px !important;
            width: 100% !important;
        }
        .vimeo-chat { height:350px !important; }
    }
    
    @media (min-width: 375px) {
        iframe {
            height: 195px !important;
            width: 100% !important;
        }
        .vimeo-chat { height:300px !important; }
    }
    @media (min-width: 390px) and (max-width: 400px){  
        iframe {
            height: 211px !important;
            /* margin-top: 200px; */
            width: 100% !important;
        }
        .vimeo-chat { height:400px !important; }
        .horario { font-size: 11px; }
    } 
    @media (min-width: 660px) and (max-width: 680px) {
        iframe {
            width: 60% !important;
            height: 150px !important;
            /* margin-top:-20px; */
        }
    }
    
    @media (min-width: 410px){
       iframe {
            height: 218px !important;
            /* margin-top: 170px; */
        }
        .vimeo-chat { height:400px !important; }
    }
    @media (min-width: 424px){
        iframe {
            width: 100% !important;
            height: 218px !important;
            /* margin-top: 170px; */
        }
        .horario { font-size: 12px; }
    }
    @media (min-width: 432px){
        iframe {
            width: 100% !important;
            height: 222px !important;
            margin-top: 170px;
        }
    }
    
    /* --> Iphone Yanin - Horizontal */
    @media (min-width: 667px) and (max-width: 670px) {
        iframe {
            height: 240px !important;
            margin-top: -20px !important;
            width: 67% !important;
        }   
    }
    @media (min-width: 730px) and (max-width: 759px) {
        iframe {
            width: 60% !important;
            height: 200px !important;
            margin-top: -20px;
        }
    }
    @media (min-width: 753px) {
        iframe {
            width: 69% !important;
            height: 280px !important;
            margin-top: -20px !important;
        }
    }

    /* -> Tablet */
    @media (min-width: 768px) {
        .bg-intro { 
            background-size: cover;
            background-position: center;
        }
       iframe {
           width: 100% !important;
           height: 411px !important;
           margin-top: 200px;
        }
        .logo { height:40px; }
        .intro p { font-size: 18px;}
        h1 { font-size: 73px; }
        h2 { font-size: 50px; }
        h4 { font-size: 28px; }
        .horario { font-size: 16px; }
        .btn-shutter,
        .btn-shutter:visited,
        .btn-shutter:focus,
        .btn-shutter:active {
            padding:5px 20px;
        }
        small, .small { font-size: 11px; }
        .home .recordatorio {
            font-size: 39px;
            line-height: 60px;
        }
    }
        @media (min-width: 768px) and (height: 432px) {
            iframe {
                width: 73% !important;
                height: 300px !important;
                margin-top: -20px !important;
            }
        }
    @media (min-width: 786px) and (max-width: 811px) {
        iframe {
            width: 66% !important;
            height: 280px !important;
            margin-top: 0px;
        }   
    }
    @media (min-width: 810px) and (max-width: 811px) {
        iframe {
            position: absolute;
            width: 60% !important;
            height: 170px !important;
            top: -29px;
            left: 170px;
        }   
    }
        @media (min-width: 810px) and (height: 1080px) { 
            iframe {
                position: initial;
                width: 100% !important;
                height: 445px !important;
                margin-top: 200px;
            }   
        }
    
    @media (min-width: 812px) {
        iframe {
            width: 52% !important;
            height: 240px !important;
            margin-top: -20px !important;
        }   
    }
    @media (min-width: 812px) and (height:375px) {
        iframe {
            width: 54% !important;
            height: 239px !important;
            margin-top: -20px !important;
        }   
    }
    @media (min-width: 858px) and (max-width: 860px) {
        iframe {
            width: 56% !important;
            height: 260px !important;
            margin-top: -20px;
        }   
    }
    
    /* --> Iphone Mario - Horizontal */
    @media (min-width: 896px) and (max-width: 899px) {
        iframe {
            width: 54% !important;
            height: 265px !important;
            margin-top: -20px !important;
        }   
    }
    
        @media (min-width: 926px) and (max-width: 930px) {
            iframe {
                width: 557px !important;
                height: 309px !important;
                margin-top: 0px;
            }   
        }
    
    /* Tablet horizontal */
    @media (min-width: 1024px) and (height: 768px){
        .bg-intro { 
            background: url('/images/bg-intro.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right;
        }
        .bg-home { 
            background: url('/images/bg-home.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            /* background-color: #3f1b61; */
        }
        iframe {
            width: 100% !important;
            height: 555px !important;
            margin-top: 50px;
        }
        .bg-register { 
            background: url('/images/bg-register.jpg');
            background-repeat: repeat-y;
            background-size: cover;
            background-position: top;
        }


    }
    
        @media (min-width: 1080px) and (height: 810px) {
            iframe {
                position: initial;
                width: 100% !important;
                height: 590px !important;
                margin-top: 50px;
            }
        }
    
    @media (min-width: 1280px){
        .bg-intro { 
            background: url('/images/bg-intro.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top;
            background-color: #3f1b61;
        }
        .bg-home { 
            background: url('/images/bg-home.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-color: #3f1b61;
        }
        .bg-register { 
            background: url('/images/bg-home.jpg');
            background-repeat:repeat-y !important;
            background-size: cover;
            background-position: top;
        }
        .bg-speakers { 
            background: #3f1b61;
        }
        .bg-speakers-invitados,
        .bg-streaming {
            background: #3f1b61;
        }
        
        section { padding: 40px 0px !important; }
        .logo { height: 30px; margin-top: 0px;}
        .logo-title { width: 90%; height: auto; margin: 10px 0 10px 0; }
        .register .logo { margin-top:0 !important; }

        /* .intro .link-arrow { display: block; margin-top:0px; }
        .home .link-arrow { display: block; margin-top:220px; } */

        h1,h2,h3,h4 { line-height:1;}
        h1 { font-size: 75px; }
        h2 { font-size: 44px; }
        h4 { font-size: 24px; }
        .intro p { font-size: 16px; }
        .intro .vive-evento { font-size: 26px !important; }

        .home .recordatorio { font-size: 48px; line-height: 60px; }
        .speakers .title { margin-top: 0px !important; }
        .speakers .subtitle2 { height: 45px; }
        /* .speakers .link-arrow { margin-top: -20px; } */
        .speakers-invitados .title { height: 60px; margin-top: 10px !important; }
        .speakers-invitados .speaker { height: 400px !important; } 
        .speakers-invitados .subtitle3 { height: 25px; }

        .streaming .logo-streaming { height: 25px; margin-top: 0px; }
        iframe,
        .vimeo-chat {
            width: 100% !important;
            height: 420px !important;
            margin-top: 0px !important;
        }
        .streaming-vimeo > .col-12,
        .streaming-vimeo > .col-sm-8,
        .streaming-vimeo > .col-sm-4,
        .streaming-vimeo > .col-md-8,
        .streaming-vimeo > .col-md-4 { padding:0px !important; }

        .btn-shutter,
        .btn-shutter:visited,
        .btn-shutter:focus,
        .btn-shutter:active { padding:5px 25px !important; }

        footer { padding:12px !important; line-height:12px !important; }
        small, .small { font-size: 12px !important; }

        .myForm {
            position: relative;
            top: 0 !important;
            margin-top: 50px;
        }
    }
    
    @media (min-width: 1366px) {

        h2 { font-size: 40px; }
        h4 { font-size: 20px; }
        
        .logo { height: 26px; margin-top: 0px; }
        .logo-title { width: 90%; height: auto; margin: 0; }

        section { padding: 60px 0px 10px 0px !important; }
        .intro .vive-evento { font-size: 24px !important; }
        .intro .link-arrow { display: block; margin-top:20px; }
        .home .link-arrow { display: block; margin-top:230px; }
        .horario { font-size: 16px; }

        iframe,
        .vimeo-chat {
            width: 100% !important;
            height: 450px !important;
        }
        .horario { font-size: 20px; }
        .register .col-form-label {
            font-size: 14px !important;
            line-height: 1.2;
        }

    }
    
        @media (min-width: 1440px) {
            section { padding: 70px 0px; }
            iframe { 
                height: 495px !important;
                margin-top: 0px;
                width: 100% !important;
            }
            .vimeo-chat { height: 499px !important; }

            .intro .link-arrow { display: block; width:35px !important; margin: 0 auto; }
            .home .link-arrow { display: block; margin-top:350px; }
            .intro .vive-evento { font-size: 28px !important; }

            .speakers .title { margin-top: 50px !important; }
            .speakers-invitados .title { margin-top: 30px !important; }
            h1 { font-size: 90px !important; }
            h2 { font-size: 50px !important; }
            h3 { font-size: 26px !important; }
            h4 { font-size: 26px; }

            .intro p { font-size: 16px !important; }
            .home .recordatorio { font-size: 55px; line-height: 70px; }
            .horario { font-size: 22px; }
            small, .small { font-size: 13px; }
            .logo { height: 30px; }
            .speakers .subtitle2 { height: 45px; }
        }
    
    @media (min-width: 1500px){
        .color { color:#fff; }
        iframe { 
            height: 500px !important;
            margin-top: 0px !important;
            width: 100% !important;
        }
        .vimeo-chat { height: 500px !important; }

        h1 { font-size: 90px; }
        h2 { font-size: 50px !important; }
        h4 { font-size: 28px; }
        .logo { margin-bottom:50px; }
        .logo-title { margin: 0 0 20px 0; }

        .home .recordatorio { font-size: 56px; line-height: 70px; }

        /* .intro .link-arrow { display: block; margin-top:0px; } */
        .link-arrow {
            position: absolute !important;
            bottom: 10px !important;
            left: 50%;
         }
        .home .link-arrow { display: block; margin-top:300px; }

        .intro p { font-size: 18px !important; line-height:22px; }
        .intro .vive-evento { font-size: 26px !important; }
        .reg { font-size:14px !important; }
        .speakers-intro { font-size: 23px;}

        .speakers .title { margin-top: 30px !important; }
        .speakers .link-arrow { margin-top: 60px; }
        .speakers-invitados .title { margin-top: 30px !important; }
        .horario { font-size: 22px; }
        .speakers .subtitle1 { height: 60px; }
        .speakers .subtitle2 { height: 50px; }
    }
        @media (min-width: 1707px){
            iframe { 
                height: 800px !important;
                margin-top: 40px !important;
                width: 85% !important;
            }
        }
        @media (min-width: 1792px){
            section { padding: 60px 0px 100px 0px !important; }
            .intro p { font-size: 18px !important; }
            .intro .link-arrow { margin-top: 90px !important; }
            .home .link-arrow { margin-top: 20px; }
            .speakers-invitados .title { margin-top:50px; }
        }
    
    @media (min-width: 1920px){

        .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1620px !important; }
        
        section { padding: 70px 0px 150px 0px !important; }
        .streaming-vimeo { padding-top:35px; }
        iframe {
            height: 614px !important;
            margin-top: 0px !important;
            width: 100% !important;
        }
        .vimeo-chat { height: 614px !important; }
        .speakers-invitados { padding-top:100px; }

        .logo { height: 30px; margin-top: 70px; margin-bottom: 50px; }
        .register .logo { margin-top:0 !important; }
        h1 { font-size: 106px !important; }
        h2 { font-size: 56px !important; }
        h4 { font-size: 30px; }
        .horario { font-size: 26px; }
        .intro p { font-size: 18px !important; }
        
        .intro .link-arrow { margin-top: 140px; }
        .home .link-arrow { margin-top: 120px !important; }
        .home .link-arrow-desktop { margin-top: 390px !important; }

        .speakers .title { margin-top: 30px !important; height: 90px; }
        .speakers .link-arrow { margin-top: 60px; }
        .speakers-invitados .title { margin-top: 30px !important; height: 90px; }

        .btn-shutter,
        .btn-shutter:visited,
        .btn-shutter:focus {
            font-size: 16px;
            width: auto;
            margin:0 auto;
        }

        .home .recordatorio { font-size: 60px; line-height: 75px; }
        .horario { font-size: 24px; }
        .speakers .speaker { height: 430px !important; }
        .speakers .subtitle1 { height: 80px; }
        .speakers .subtitle2 { height: 56px; }
        .speakers-invitados .speaker { height: auto !important; }
        small, .small { font-size: 15px !important; }

    }
    
        @media (min-width: 2048px){
            iframe {
                height: 949px !important;
                margin-top: 40px !important;
                width: 84% !important;
            }    
        }
    
    @media (min-width: 2560px){

        .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 2100px;
            margin:0 auto;
            border: 0px aqua dotted;
        }
        iframe {
            height: 1205px !important;
            margin-top: 40px !important;
            width: 85% !important;
        }
        .logo {
            height: 50px;
            margin-top: 30px;
            margin-bottom: 50px;
        }
        h1 { font-size: 150px !important; }
        h2 { font-size: 90px !important; }
        h4 { font-size: 45px !important; }

        .intro p { font-size: 24px !important; }

        .btn-shutter,
        .btn-shutter:visited,
        .btn-shutter:focus {
            font-size: 26px !important;
        }

        .intro .link-arrow { margin-top: 140px !important; }
        .home .link-arrow { margin-top: 120px !important; }

        .home .recordatorio {
            font-size: 90px;
            line-height: 130px;
        }
        .horario {
            font-size: 40px;
        }
        .home .link-arrow {
            margin-top: 460px !important;
        }


    }