* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #ebebeb;
}

#banner {
    position: relative;
    width: 100%;
    height: auto;
}
    #img-banner {
        width: 100%;
        height: auto;
    }
    #div-logo-space {
        position: absolute;
        right: 11%;
        top: 0%;
        width: 43%;
        height: auto;
        text-align: center;
        display: block;
    }
    #img-logo {
        position: relative;
        width: 65%;
        height: auto;
    }
    #img-logo2 {
        position: absolute;
        right: 11%;
        top: 0%;
        width: 43%;
        height: auto;
    }
    #img-logo2 {
        top: 4%;
    }
    #img-logo3 {
        position: absolute;
        right: 11%;
        top: 4%;
        width: 50%;
        height: auto;
    }
#confirmar-texto {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
    /*#confirmar-texto img {
        width: 55%;
    }*/
    #confirmar-texto h1 {
        font-size: 24pt;
        padding: 10px;
    }
#div-btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn_asistir {
    width: 250px;
    height: 60px;
    background-image: url(../assets/images/Asistir\ \(1\).png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}
    #btn_asistir:hover {
        background-image: url(../assets/images/Asistir\ OVER.png);
    }
#btn_respuesta {
    display: none;
    font-size: 26pt;
    font-weight: 800;
    color: #03479d;
    margin-top: 25px;
}

#page-bg {
    margin-top: -4px;
    background-image: url(../assets/images/fondo2.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#libro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#libro-img div img {
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
    cursor: pointer;
}
#btn-area-pdf {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn-pdf {
    background-color: #ff8600;
    color: #fff;
    font-weight: 600;
    font-size: 18pt;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 250px;
    height: 60px;
    border-radius: 8px;
}

#videos {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#videos-cont {
    width: 800px;
    height: auto;
}
#videos-tit {
    width: 100%;
    text-align: center;
}
    #videos-tit img {
        width: 90%;
        padding: 60px;
    }
#markitos, .reel  {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;    
}
    #markitos video {
        width: 400pX;
        height: 540px;
        object-fit: cover;
        box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
    }
    .reel video {
        /*object-fit: cover;*/
    }

.videos-dia {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
    .videos-dia iframe, .reel video {
        width: 900px;
        height: 500px;
        box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.6);
    }
    .reel video {
        height: 450px;
    }

.oculto {
    display: none;
}

.mobVisible {
    display: block;
}
.mobVisible {
    display: none;
}

#refristro-form label {
    font-weight: 600;
    margin-top: 5px;
}

#refristro-form input {
    padding: 6px;
    margin-top: 5px;
}

.form-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#pdf-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 80;
    top: 0;
    left: 0;
}

#areanegativa {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 81;
}

#close-pdfmodal {
    position: absolute;
    top: 8%;
    right: 25%s;
    z-index: 82;
}
#pdfmodalarea {
    width: 30%;
    height: 90vh;
    z-index: 83;
}
    #pdfmodalarea iframe {
        width: 100%;
        height: 100%;
    }
    #pdfmodalarea img {
        width: 100%;
    }

@media only screen and (max-width: 900px) {
    .mobInvisible {
        display: none;
    }
    .mobVisible {
        display: block;
    }
    #img-logo {
        width: 85%;
        margin: 0 auto;
    }
    #img-logo2 {
        top: 12%;
        right: 4%;
        width: 50%;
    }
    #videos {
        margin-top: -5;
    }
    #videos-cont {
        width: 100%;
    }
    #markitos video {
        width: 300pX;
        height: 400px;
    }
    #videos-tit img {
        width: 100%;
    }
    .videos-dia iframe {
        width: 300px;
        height: 200px;
    }
    .reel video {
        width: 300px;
        height: 200px;
    }
    #div-logo-space {
        position: absolute;
        right: 5px;
        left: 5px;
        top: unset;
        bottom: 50px;
        width: 100%;
    }
    #btn_asistir {
        width: 200px;
        height: 50px;
        
    }
    #btn_respuesta {        
        font-size: 13pt;
    }
    #confirmar-texto {
        display: block;
    }
    #confirmar-texto h1 {
        font-size: 22pt;
        padding: 10px;
    }
    /*#confirmar-texto img {
        width: 70%;
        margin-bottom: 8px;
    }*/
    .form-flex {
        display: block;
    }
    #libro-img {
        width: 100%;
    }
    #libro-img img {
        width: 80%;
        margin-left: 40px;
    }
    #pdfmodalarea {
    width: 90%;
    height: 90vh;
    z-index: 83;
}
}