﻿
.box_dawn_footer {
    height: 10rem;
    width: 100%;
    border: 1px solid black;
    background-color: white;
    font-weight: bold;
    vertical-align: middle;
}


@media (max-width: 768px) {
    /* Estilos específicos para pantallas más pequeñas */
    .texto-superpuesto {
        font-size: 1.2em;
    }
}

.content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

.imgfirst {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

    .imgfirst img {
        max-width: 20%;
        height: auto;
        margin-top: 1.2rem;
    }

.boxpai {
    background-color: #dfceb8;
    border-radius: 10px;
    height: auto;
    width: 98%;
    text-align:right
    /*margin-right: 5px;*/
}

.contenedor {
    width: 50%;
    height: 150px;
    text-align: center;
    white-space: pre-line;
    margin: 0 auto;
}

    .contenedor p {
        font-size: 14px;
    }

.divimagen {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

    .divimagen:hover {
        transform: scale(1.5); /* Hacemos que la imagen se agrande al 120% del tamaño original */
        cursor: pointer; /* Cambiamos el cursor a una mano para indicar que es interactivo */
    }

.imagen {
    max-width: 40%;
    height: auto;
}

.btn_play {
    background-color: white; 
    color: #9d2449;
    border: 2px solid #9d2449; 
    padding: 10px 20px; 
    border-radius: 30px; 
    cursor: pointer;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 95%;
    height: auto;
    bottom: 0;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #9d2449;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin-bottom: 1.3rem;
    /*margin-top:4rem;*/
}

    .btn_play:hover {
        box-shadow: inset 400px 0 0 0 #bb7f91;
        color: white;
    }

.contenido {
    display: flex; 
    align-items: center; 
    text-align: start;
    margin-right: 0;
    height: 35px;
}

    .contenido p {
        font-size: 13px;
    }

.img_play {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 28px;
    height: auto;
}

.centerb {
    display: flex;
    justify-content: center;
    align-items: center;
}
/**/
.flex_space_ap {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
}

.box_footer_ap {
    height: 18rem;
    width: 60%;
    border: 1px solid black;
    background-color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #bb7f91;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

    /*hover:fx_ap*/
    .box_footer_ap:hover svg g path {
        transition: fill 0.2s;
        fill: white;
    }
    /*animatio box_footer 1
.box_footer_ap:hover {
        box-shadow: inset 400px 0 0 0 #D80286;
}*/
    /*animaton box_footer 2*/
    .box_footer_ap:hover {
        box-shadow: inset 0 200px 0 0 #9d2449;
        color: white;
    }

    .box_footer_ap img {
        margin-top: 1.8rem;
    }

.container_boxf {
    height: auto;
    width: 95%;
    font-size: 1.5rem
}

.box_dawn_footer_ap {
    height: 11rem;
    font-size: 16px;
    width: 100%;
    border: 1px solid black;
    background-color: white;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #bb7f91;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

    /*animatio box_footer 1*/
    .box_dawn_footer_ap:hover {
        box-shadow: inset 402px 0 0 0 #9d2449;
        color: white;
    }

        .box_dawn_footer_ap:hover svg g path {
            transition: fill 0.2s;
            fill: white;
        }
@media (max-width: 768px) {
    .box_dawn_footer_ap {
        height:170px;
        width:200px;
        display:flex;
    }
}
/*imagen book intro*/
.button_book:hover {
    box-shadow: inset 400px 0 0 0 #CACFD2;
    transition: 0.5s;
}



.box_dawn_footer_two {
    height: 9rem;
    width: 100%;
    border: 1px solid black;
    background-color: white;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #285c4d;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

    .box_dawn_footer_two:hover {
        box-shadow: inset 400px 0 0 0 #C8AB85;
    }

        .box_dawn_footer_two:hover svg g path {
            transition: fill 0.2s;
        }
@media (max-width: 768px) {
    .box_dawn_footer_two{
        height: 170px;
        width: 200px;
        display: flex;
    }
}
/*Botonnes_inicio*/
.btnstar {
    height: 15rem;
    width: 30rem;
    background-color: white;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #285c4d;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
    .btnstar:hover {
        box-shadow: inset 400px 0 0 0 #C8AB85;
        color:white;
    }
        .btnstar:hover svg g path {
            transition: fill 0.2s;
            fill: white;
        }
    /*Botonnes_inicio*/
    /*Menu nav*/
    .menuap {
        background-color: #e0dbdb; /* Color de fondo gris */
        padding: 10px; /* Espaciado interno del nav */
        height: 7rem; /* Altura del nav */
        width: 96.5%;
    }
   .menuap ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }
    .menuap li {
        display: inline;
    }
    .menuap a {
        text-decoration: none;
        color: black; 
        font-size:16px;
        padding: 10px; 
        transition: background-color 0.3s ease;
        height: auto; 
        display: flex;
        /*align-items: center;*/
    }
        .menuap a.active {
            background-color: #e0dbdb;
            color: #B38E5D;
        }
        .menuap a:hover {
            background-color: #e0dbdb;
            color: #B38E5D;
            /*font-weight: bold;*/
        }

@media screen and (max-width: 600px) {
    .menuap {
        height: auto;
    }

        .menuap ul {
            flex-direction: column;
            text-align: center;
        }

        .menuap li {
            display: block;
            margin-bottom: 5px;
        }
}
.home_ap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.grit_item {
    text-align: center;
    display: flex;
    flex-wrap: wrap; 
    gap: 15px; 
}
.imagen_homeap {
   
    transition: transform 0.3s;
}

    .imagen_homeap:hover {
        transform: scale(1.5); /* Hacemos que la imagen se agrande al 120% del tamaño original */
        cursor: pointer; /* Cambiamos el cursor a una mano para indicar que es interactivo */
    }
@media (max-width: 768px) {
    .imagen_homeap {
        display: none; /* Oculta las imágenes en pantallas más pequeñas */
    }
}
@media (max-width: 768px) {
    .imagen_homeap1 {
        display: none; /* Oculta las imágenes en pantallas más pequeñas */
    }
 
    
}
@media (max-width: 768px) {
    .textaintro h6 {
        display: none; /* Oculta las imágenes en pantallas más pequeñas */
    }
    
    
}
@media (max-width: 768px) {
    .textaintro h6 {
        display: none; /* Oculta las imágenes en pantallas más pequeñas */
    }
}
@media (max-width: 768px) {
    .direct {
        margin-right:130px;
    }
}
/*introducción imagen doble*/

.col-container {
    display: flex;
    flex-wrap: wrap;
}

    .col-container > div {
        box-sizing: border-box;
        flex: 0 0 calc(33.33% - 20px); /* Ajusta el ancho según el número de columnas y el margen entre ellas */
        margin-right: 20px; /* Espacio entre las columnas */
        margin-bottom: 20px; /* Espacio entre las filas */
    }

.circular-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #285C4D;
}

    .circular-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .col-container > div {
        flex: 0 0 calc(50% - 20px); /* Para dos columnas en pantallas más pequeñas */
    }
}
/*Tipografía*/
/*Font-size 16*/
.title_bol_first{
    font-size:22px;
    font-weight:bold;
    text-align:center;
    margin-top:25px;
}
.title_graf{
    font-size:18px;
    font-weight:bold;
    margin-top:3%;
}
.paragraph_s{
    font-size:16px;
}
/*prueb nav */
.app1 {
    background-color: white;
    overflow: hidden;
    text-align: center;
    width: 90%;
    height: auto;
    border: 1px solid black;
}
.app1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
    .app1 a {
        display: inline-block; /* Convertir en bloque en línea para aplicar márgenes y centrar */
        margin: 15px; /* Agregar márgenes para separación */
        text-decoration: none;
        border:1px solid black;
    }
   .app1 img{
       height:100px;
       width:130px;
   }
        .app1 a:hover {
            background-color: white;           
        }
