* {
    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;
}

.descargas2 {
    margin-top: 10%;
    margin-left: 25%;
    margin-right: 0%;
}


.descargas2 .titulo-d {
    width: 465px;
    height: 63px;
    margin-left: 30%;
}

.descargas2 .titulo-d h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.descargas2 .botones {
    margin-left: 29%;
    margin-top: 2%;
}

.descargas2 .botones .pdf,
.descargas2 .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 */
}

.descargas2 .libro {
    width: 860px;
    height: 430px;
    margin-top: 5%;
}

.descargas2 .libro img {
    width: 100%;
    height: 100%;
}


.lectura.hidden {
    display: none;
    margin-top: 10%;
    margin-left: -4%;
}

.lectura .libro {
    margin-top: 45%;
    margin-left: 59%;
}

.lectura .regresar {
    margin-bottom: -38%;
    margin-left: -96%;
}

.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: 145%;
    width: 178px;
    height: 11px;
    margin-top: 10%;
}

.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;
}

