@media only screen and (max-width: 1536px) {

    * {
        margin: 0;
        padding: 0;
        font-family: montserrat;
    }

    html,
    body {
        height: 100%;
    }

    body {
        overflow: hidden;
        display: flex;
        perspective: 1000px;
        transform-style: preserve-3d;
        background-image: url('../images/fondo1.jpg');
        background-size: cover;
        background-position: center;
    }

    .video-container {
        width: 460px;
        height: 460px;
        /* border-radius: 50%; */
        overflow: hidden;
        margin-top: 10%;
        margin-left: 20%;
    }

    .video-container video {
        width: 103%;
        height: 103%;
    }

    .contenido {
        width: 457px;
        height: 160px;
        margin-top: 17%;
        margin-left: 3%;
    }

    .contenido .titulo {
        color: #00708C;
        font-family: Montserrat;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .contenido h3 {
        color: #00708C;
        font-family: Montserrat;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .contenido .boton {
        margin-top: 4%;
    }

    .contenido .boton .btn-siguiente {
        display: inline-flex;
        padding: 15px 37px;
        align-items: flex-start;
        gap: 8px;

        border-radius: 50px;
        background: #00708C;


        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        text-decoration: none;
        /* Elimina el subrayado */

    }


    .descargas {
        margin-top: 8%;
        margin-left: -30%;
        margin-right: 0%;
    }


    .descargas .titulo-d {
        width: 465px;
        height: 63px;
        margin-left: 30%;
    }

    .descargas .titulo-d h3 {
        color: #000;
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }


    .descargas .botones {
        margin-left: 29%;
        margin-top: 2%;
    }

    .descargas .botones .pdf,
    .descargas .botones .aqui {
        display: inline-flex;
        padding: 15px 37px;
        align-items: flex-start;
        gap: 8px;

        border-radius: 50px;
        background: #00708C;


        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        text-decoration: none;
        /* Elimina el subrayado */



    }

    .descargas .libro {
        width: 925px;
        height: 260px;
        margin-top: 10%;
    }

    .descargas .libro img {
        width: 100%;
        height: 100%;
    }


    /* Estilo para ocultar el botón inicialmente */
    .boton.siguiente.hidden {
        display: none;
    }

    /* Animación para mover el video-container */
    @keyframes moveVideo {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(calc(200% - 50px), calc(70% - 100px)) scale(0.4);
        }
    }

    .video-container.move {
        animation: moveVideo 1s ease-in-out forwards;
    }


    .lectura.hidden {
        display: none;
        margin-top: 10%;
        margin-left: -4%;
    }

    .lectura .libro {
        margin-top: 20%;
        margin-left: -50%;
    }

    .lectura .regresar {
        margin-bottom: -38%;
        margin-left: -76%;
    }

    .boton-desc {
        display: inline-flex;
        padding: 15px 37px;
        align-items: center;
        gap: 8px;
        border-radius: 50px;
        background: #00708C;
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        margin-left: 23%;
        width: 178px;
        height: 11px;
    }

    .boton-desc .pdf {
        color: #FFF;
        /* Asegura que el color del texto dentro del enlace sea blanco */
        text-decoration: none;
        /* Elimina la subrayado del enlace */
        width: 200px;
    }

    .boton-desc .pdf img {
        vertical-align: middle;
        /* Alinea verticalmente la imagen con el texto */
        width: 20px;
        height: 20px;
    }

    .lectura .regresar img {
        width: 40px;
        height: 40px;
    }

}

@media only screen and (max-width: 1440px) {

    .descargas .titulo-d {
        width: 465px;
        height: 63px;
        margin-left: 20%;
    }

    .descargas .botones {
        margin-left: 20%;
        margin-top: 2%;
    }


    .descargas .libro {
        width: 925px;
        height: 260px;
        margin-top: 10%;
        margin-left: -7%;
    }




    @keyframes moveVideo {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(calc(188% - 50px), calc(85% - 100px)) scale(0.4);
        }

    }

    .lectura .libro {
        margin-top: 23%;
        margin-left: -50%;
    }

    .boton-desc {
        display: inline-flex;
        padding: 15px 37px;
        align-items: center;
        gap: 8px;
        border-radius: 50px;
        background: #00708C;
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        margin-left: 37%;
        width: 178px;
        height: 11px;
    }

}

@media only screen and (max-width: 1366px) {

    .video-container {
        width: 400px;
        height: 400px;
        /* border-radius: 50%; */
        overflow: hidden;
        margin-top: 10%;
        margin-left: 20%;
    }

    .video-container video {
        width: 103%;
        height: 103%;
    }

    .descargas {
        margin-top: 8%;
        margin-left: -32%;
        margin-right: 0%;
    }

    .descargas .libro {
        width: 710px;
        height: 250px;
        margin-top: 10%;
        margin-left: 1%;
    }

    @keyframes moveVideo {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(calc(190% - 50px), calc(65% - 100px)) scale(0.4);
        }

    }

    .lectura .regresar {
        margin-bottom: -38%;
        margin-left: -50%;
    }

    .lectura .libro {
        margin-top: 20%;
        margin-left: -50%;
    }


    .lectura.hidden {
        display: none;
        margin-top: 11%;
        margin-left: -9%;
    }

    .descargas .botones {
        margin-left: 24%;
        margin-top: 2%;
    }
    
    .descargas .botones .pdf{

        display: inline-flex;
        padding: 8px 37px;
        align-items: flex-start;
        gap: 8px;
    
        border-radius: 50px;
        background: #00708C;
    
    
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    
        text-decoration: none;
        /* Elimina el subrayado */

        width: 146px;
    }

    .descargas .botones .aqui {
        display: inline-flex;
        padding: 8px 37px;
        align-items: flex-start;
        gap: 8px;
    
        border-radius: 50px;
        background: #00708C;
    
    
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    
        text-decoration: none;
        /* Elimina el subrayado */
    }
    
    .botones .pdf img,
    .botones .aqui img {
        width: 20px;
        height: 20px;
    }

}

@media only screen and (max-width: 1280px) {

    .video-container {
        width: 400px;
        height: 400px;
        /* border-radius: 50%; */
        overflow: hidden;
        margin-top: 10%;
        margin-left: 20%;
    }

    .video-container video {
        width: 103%;
        height: 103%;
    }

    .descargas {
        margin-top: 8%;
        margin-left: -32%;
        margin-right: 0%;
    }

    .descargas .libro {
        width: 710px;
        height: 250px;
        margin-top: 10%;
        margin-left: 1%;
    }

    @keyframes moveVideo {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(calc(190% - 50px), calc(65% - 100px)) scale(0.4);
        }

    }

    .lectura .regresar {
        margin-bottom: -38%;
        margin-left: -50%;
    }

    .lectura .libro {
        margin-top: 20%;
        margin-left: -50%;
    }


    .lectura.hidden {
        display: none;
        margin-top: 11%;
        margin-left: -9%;
    }

    .descargas .botones {
        margin-left: 24%;
        margin-top: 2%;
    }
    
    .descargas .botones .pdf{

        display: inline-flex;
        padding: 8px 37px;
        align-items: flex-start;
        gap: 8px;
    
        border-radius: 50px;
        background: #00708C;
    
    
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    
        text-decoration: none;
        /* Elimina el subrayado */

        width: 146px;
    
    

    }






    .descargas .botones .aqui {
        display: inline-flex;
        padding: 8px 37px;
        align-items: flex-start;
        gap: 8px;
    
        border-radius: 50px;
        background: #00708C;
    
    
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    
        text-decoration: none;
        /* Elimina el subrayado */
    
    
    
    }
    

    .botones .pdf img,
    .botones .aqui img {
        width: 20px;
        height: 20px;
    }

}


@media only screen and (max-width: 430px) {

body {
    display: inline;
    background-image: url(../images/fondo1.jpg);
        background-size: cover;
        background-position: center;
} 

.video-container {
    width: 70%;
    height: auto;
    /* border-radius: 50%; */
    overflow: hidden;
    margin-top: 35%;
    margin-left: 15%;
}

.contenido {
    width: 310px;
    height: 160px;
    margin-top: 5%;
    margin-left: 19%;
}

.contenido h3 {
    color: #00708C;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contenido .titulo {
    color: #00708C;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* .descargas {
    margin-top: -70%;
    margin-left: -32%;
    margin-right: 0%;
} */

.descargas {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;    /* Centra verticalmente */
    height: 100vh;          /* Asegúrate de que el contenedor ocupe toda la altura de la pantalla */
    margin-top: -70%;
}

.descargas .titulo-d {
    width: 344px;
    height: 50px;
    margin-left: 32%;
}

.descargas .titulo-d h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.descargas .botones {
    margin-left: 40%;
    margin-top: 5%;
    display: inline-grid;
}

.descargas .botones .aqui {
    display: inline-flex;
    padding: 8px 59px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 50px;
    background: #00708C;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 10%;
}

.descargas .libro {
    width: 500px;
    height: 200px;
    margin-top: 10%;
    margin-left: 30%;
}

.descargas .libro img {
    width: 70%;
    height: 70%;
}

@keyframes moveVideo {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(calc(20% - 50px), calc(160% - 100px)) scale(0.8);
    }

}


}