
body{
    margin: 0;
    list-style: none;

}
/*---------WhatsApp Flotante----------*/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-icon {
    width: 40px;
    height: 40px;
}
@media (max-width: 750px) {
    .whatsapp-float{
        width: 50px;
        height: 50px;
    }
    .whatsapp-icon{
        width: 30px;
        height: 30px;
    }
}

/*---------------HEADER---------------*/
/* ====== ESCRITORIO ====== */
header {
    background-color: #F4F1EA;
    font-family: Montserrat, sans-serif;
}

header a {
    text-decoration: none;
    color: black;
}

header img {
    height: 119px;
}

.Con1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.Botones {
    padding: 13px 20px;
    transition: color 0.3s ease-in-out;
    font-weight: 530;
}
.Botones:hover {
    color: #AE6F67;
}

/* ====== RESPONSIVE ====== */
.Con1 nav{
    display: flex;
}
@media (max-width: 770px) {
    header img {
        height: 80px;
    }
    .Con1 {
        display: flex;
        flex-direction: column;
    }
    .Con1 nav{
        width: 100%;
    }
    .Botones{
        padding-inline: 6%;
        padding-block: 1%;
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    header img {
        height: 80px;
    }
    .Con1 {
        display: flex;
        flex-direction: column;
    }
    .Botones{
        padding-inline: 1%;
    }
}

/*---------------FOOTER---------------*/
footer{
    height: 100%;
    background-color:#F4F1EA;
    align-items: center;   
    justify-content: center;
    padding-left: 52px;
    padding-right: 52px;
    padding-top: 17px;
    padding-bottom: 5px;
}
.LogoInfe{
    height: auto;
    width: auto;
}
.LogoInfe img{
    max-height: 260px;
}
.ConFoot1{
    display: flex;
    align-items: center;  
    justify-content: space-around;
    padding-left: 5%;
    padding-right: 5%;
}
.SubConFoot1{
    line-height: 5px;
    font-family: Montserrat;
    font-size: 16px;
    align-items: center;
    font-weight: 530
}
.SubConFoot2{
    line-height: 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 530;
}
.SubConFoot2 div{
    padding-bottom: 5%;
}
.SubConFoot2 img{
    max-width: 50px;
}
.ConFoot2{
    padding-left: 8%;
    font-family: Montserrat;
    font-weight: 530;
}
.ConFoot2 p{
    padding-top: 5px;
    margin: 0%;
}
.SubConFoot3{
    font-family: Montserrat;
    font-weight: 530;
    text-align: center;
}
.SubConFoot3 p{
    margin: 0%;
    padding-bottom: 1%;
}
.MapaInfe{
    min-height: 230px;
    width: 100%;
}
@media (max-width: 1025px) {
    .LogoInfe img{
        height: 200px;
    }
    .SubConFoot1{
        font-size: 15px;
    }
    .SubConFoot2{
        font-size: 15px;
    }
    .SubConFoot3 p{
        font-size: 15px;
    }
}
@media (max-width: 820px) {
    .LogoInfe img{
        height: 160px;
    }
    .ConFoot1{
        flex-direction: column;
    }
    .SubConFoot1{
        font-size: 13px;
    }
    .SubConFoot2{
        font-size: 13px;
    }
    .SubConFoot2 img{
        transform: scale(0.9);
    }
    .SubConFoot3 p{
        font-size: 13px;
    }
}
@media (max-width: 400px) {
    .LogoInfe img{
        height: 150px; 
    }
    .SubConFoot1{
        font-size: 11px;
    }
    .SubConFoot2 img{
        transform: scale(0.7);
    }
    .ConFoot2{
        font-size: 11px;
    }
}
/*-----------------------PAGINA PRINCIPAL------------------------*/
/*---------------CARRUSEL---------------*/
.carrusel {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    position: relative;
}
.imagenes {
    display: flex;
    width: 100%;
    height: 100%;
    animation: deslizar 18s infinite;
    opacity: 0.6;
}
.slide {
    width: 100%;
    flex-shrink: 0;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Animación automática */
@keyframes deslizar {
    /* Imagen 1 */
    0%   { transform: translateX(0%); }
    20%  { transform: translateX(0%); }

    /* Imagen 2 */
    25%  { transform: translateX(-100%); }
    45%  { transform: translateX(-100%); }

    /* Imagen 3 */
    50%  { transform: translateX(-200%); }
    70%  { transform: translateX(-200%); }

    /* Imagen 4 */
    75%  { transform: translateX(-300%); }
    95%  { transform: translateX(-300%); }

    /* Regreso a inicio */
    100% { transform: translateX(0%); }
}
/*---------------Experiencia---------------*/
.Superior{
    display: flex;
    align-items: center;     /* centra verticalmente */
    justify-content: center; /* centra horizontalmente */
    pointer-events: none;    /* para que no interfiera con clics si es necesario */
}
.texto-superpuesto {
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 0%;
    border-radius: 8px;
    z-index: 1; /* asegúrate de que esté por encima */
    width:fit-content;
    max-width: 15%;     
}
.texto-superpuesto h2 {
    margin-bottom: 5px;
    font-size: 32px;
    font-family: Montserrat;
    width: fit-content;
    text-align: center;
}
.Experiencia{
    background-color: #EBEBF3;
    font-family: Montserrat;
    text-align: center;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30%;
    padding-right: 30%;
}
.Experiencia h3{
    font-size: 24px;
    font-weight: bold;
    height: 40%;
}
.Experiencia p{
    font-size: 18px;
    text-align: justify;
    font-family: Nunito;
}
@media (max-width: 1025px) {
    .texto-superpuesto{
        max-width: 50%;
    }
}
@media (max-width: 770px) {
    .texto-superpuesto{
        max-width: 70%;
    }
    .Experiencia{
        padding-inline: 15%;
    }
    .Experiencia p{
        text-align: center;
    }
}
/*---------------PILARES---------------*/
.pilares {
    text-align: center;
    padding-bottom: 30px;
    background-color: white;  
}
.pilares h2 {
    font-size: 28px;
    margin: 0px;
    padding: 30px;
    font-family: Montserrat;
}
.contenedor-pilares {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 53px;
}
.pilar {
    position: relative;
    width: 230px;
    height: 410px;
    overflow: hidden;
    border-radius: 5px;
}
.pilar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(85%); /* levemente blanqueado */
    transition: filter 0.8s ease-in-out;
    opacity: 0.65;
}
.pilar .texto {
    font-family: Montserrat;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
    color: black;
    background-color: transparent;
    padding: 6px 12px;
    border-radius: 5px;
    backdrop-filter: blur(3px);
}
.texto.normal {
    color: black;
}
.texto.hover {
    color: black;
    opacity: 0;
    pointer-events: none;
    font-family: nunito;
}
.pilar:hover img {
    filter: brightness(60%);
    opacity: 0.3;
    transition: filter 0.8s ease-in-out;

}
.pilar:hover .texto.normal {
    opacity: 0;
}
.pilar:hover .texto.hover {
    opacity: 1;
    font-weight: normal;
    font-size: 18px;
    top: 8%;
    height: 80%;
    width: 75%;
}
@media (max-width: 1025px) {
    .pilar {
        height: 340px;
    }
}
@media (max-width: 770px) {
    .pilar {
        width: 80%;
        height: 20%;
        border-radius: 10%;
    }
    .pilar:hover .texto.hover {
        font-size: 16px;
    }
}
/*---------------NUESTROS ESPACIOS---------------*/
.espacios {
    width: 100%;
    background-color: #f4f4fa;
    text-align: center;
    font-family: Montserrat;
    padding-bottom: 30px;
}
.espacios h2 {
    font-size: 24px;
    padding: 30px;
    margin: 0%;

}
.bloque {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 15%;
    padding-right: 15%;
    flex-wrap: wrap;
}
.bloque:hover{
    background-color: #C7C7C7;
}
.bloque img {
    width: 27%;
    height: auto;
    border-radius: 5px;
}
.bloqueAlt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 15%;
    padding-right: 15%;
    flex-wrap: wrap;
}
.bloqueAlt:hover{
    background-color: #C7C7C7;
}
.bloqueAlt img {
    width: 27%;
    height: auto;
    border-radius: 5px;
}
.contenido {
    width: 35%;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
}
.contenido h3 {
    font-size: 1.2rem;
    
}
.contenido p {
    font-size: 16px;
    line-height: 1.5;
    font-family: nunito;
}
.espacios a{
    text-decoration: none;
    color: black;
}
@media (max-width: 1025px) {
    .bloque{
        padding-inline: 1%;
    }
    .bloqueAlt{
        padding-inline: 1%;
    }
}
@media (max-width: 770px) {
    .bloque{
        padding-inline: 1%;
    }
    .bloque img{
        width: 85%;
    }
    .bloqueAlt{
        padding-inline: 1%;
    }
    .bloqueAlt img{
        width: 85%;
    }
    .contenido{
        width: 85%;
    }
}
@media (max-width: 400px) {
    .bloque{
        padding-inline: 2%;
        flex-direction: column;
    }
    .bloqueAlt{
        padding-inline: 2%;
        flex-direction: column-reverse;

    }
}
/*----------------------SERVICIOS-----------------------*/
/*--------------SUPERIOR----------------*/
.texto-superpuesto1 {
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 0%;
    border-radius: 8px;
    z-index: 1; /* asegúrate de que esté por encima */
    width:fit-content;
    max-width: 15%;     
}
.texto-superpuesto1 h2 {
    margin-bottom: 5px;
    font-size: 60px;
    font-family: Montserrat;
    width: fit-content;
    text-align: center;
}
/*--------------SERVICIOS----------------*/
.Servicios {
    width: 100%;
    background-color: white;
    text-align: center;
    font-family: Montserrat;
}
.Servicios h2 {
    font-size: 24px;
    padding: 30px;
    margin: 0%;
}
.bloque1 {
    font-family: nunito;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 5%;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-inline: 14%;
    background-color: #EBEBF3;
    border-radius: 5px;
}
.bloque1 img {
    width: 30%;
    height: auto;
    border-radius: 5px;
}
.bloque1 ul{
    text-align: left;
    font-family: nunito;
}
.bloque1Alt {
    font-family: nunito;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 5%;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-inline: 14%;
    background-color: #EBEBF3;
    border-radius: 5px;
}
.bloque1Alt img {
    width: 30%;
    height: auto;
    border-radius: 5px;
}
.bloque1Alt ul{
    text-align: left;
    font-family: nunito;
}
.contenido1 {
    width: 35%;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
}
.contenido1 h3 {
    font-size: 1.2rem;
}
.contenido1 p {
    font-size: 16px;
    line-height: 1.5;
}
.Servicios a{
    text-decoration: none;
    color: black;
}
@media (max-width: 1025px) {
    .texto-superpuesto1{
        max-width: 50%;
    }
    .bloque1{
        margin-inline: 2%;
        gap: 2%;
    }
    .bloque1 img{
        width: 50%;
    }
    .bloque1Alt{
        margin-inline: 2%;
        gap: 2%;
    }
    .bloque1Alt img{
        width: 50%;
    }
    .contenido1{
        width: 45%;
    }
    .contenido1 p{
        padding-block: 1%;
        margin-block: 1%;
        font-size: 15px;
    }
}
@media (max-width: 770px) {
    .texto-superpuesto1{
        max-width: 70%;
    }
    .bloque1{
        flex-direction:column;
    }
    .bloque1 img{
        width: 80%;
    }
    .bloque1Alt img{
        width: 80%;
    }
    .contenido1{
        width: 85%;
    }
    .contenido1 p{
        padding-block: 1%;
        margin-block: 1%;
        font-size: 14px;
    }
}
@media (max-width: 450px){
    .contenido1 h3{
        margin-block: 3%;
    }
    .bloque1{
        margin-block: 2%;
    }
    .bloque1 img{
        margin-top: 1%;
    }
    .bloque1 ul{
        font-size: 14px;
    }   
    .bloque1Alt{
        margin-block: 2%;
        flex-direction: column-reverse;
    }
    .bloque1Alt img{
        margin-top: 1%;
    }
    .bloque1Alt ul{
        font-size: 14px;
    }   
}

/*------------------INSTALACIONES----------------------*/
/*--------------SUPERIOR----------------*/
.texto-superpuesto2 {
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 0%;
    border-radius: 8px;
    z-index: 1; /* asegúrate de que esté por encima */
    width:fit-content;
    max-width: 15%;     
}
.texto-superpuesto2 h2 {
    margin-bottom: 5px;
    font-size: 60px;
    font-family: Montserrat;
    width: fit-content;
    text-align: center;
    z-index: 100;
}
/*----------INSTALACIONES------------*/
.Instalaciones {
    width: 100%;
    background-color: white;
    text-align: center;
    font-family: Nunito;
}
.bloque2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content:center;
    gap: 5%;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-inline: 14%;
    background-color: #EBEBF3;
    border-radius: 10px;
}
.bloque2 img {
    width: 30%;
    height: auto;
    border-radius: 5px;
}
.contenido2 {
    width: 80%;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
}
.contenido2 h3 {
    font-size: 1.2rem;    
}
.contenido2 p {
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 1025px) {
    .texto-superpuesto2{
        max-width: 100%;
    }
    .bloque2{
        margin-inline: 4%;
    }
}
@media (max-width: 770px) {

}
@media (max-width: 450px){
    .texto-superpuesto2 h2{
        font-size: 35px;
    }
}
/*---------------CARRUSEL---------------*/
.carrusel1 {
    width: 100%;
    height: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    position: relative;
}
.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.fade-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;

}
.fade-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    cursor: pointer;
    border-radius: 10px;

}
.fade-slide.active {
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    
}
.fade-slide.zoom{
    z-index: 99;
}
/* Imagen ampliada */
.fade-slide.zoom img {
    transform:scale(1.1);
}

/*------------------QUIENES SOMOS----------------------*/
/*--------------SUPERIOR----------------*/
.texto-superpuesto3 {
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 0%;
    border-radius: 8px;
    z-index: 1; /* asegúrate de que esté por encima */
    width:fit-content;
    max-width: 30%;     
}
.texto-superpuesto3 h2 {
    margin-bottom: 5px;
    font-size: 60px;
    font-family: Montserrat;
    width: fit-content;
    text-align: center;
    z-index: 100;
}

/*----------Mision y vision------------*/
.MiVi {
    width: 100%;
    background-color: white;
    text-align: center;
    font-family: Nunito;
}
.Gene {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
    padding-block: 1%;
    padding-inline: 1%;
    margin-block: 1%;
    margin-inline: 22%;
    background-color: #EBEBF3;
    border-radius: 10px;
}
.GenAmp{
    display: flex;
    flex-wrap: nowrap;
}
.meta{
    background-color: #3D9240;
    border-radius: 7px;
    padding-inline: 2%;
    padding-block: 1%;
    margin-inline: 15%;
    text-align: center;
}
.meta p{
    color: white;
    font-weight: 500;
    font-size: 19px;
}
.SubGene {
    width: 80%;
    text-align: center;
    padding-inline: 2%;
    margin-block: 1%;
}
.SubGene h3 {
    font-size: 24px;
    margin-block: 1.5%;    
}
.SubGene p {
    font-size: 19px;
    line-height: 1.5;
}

/*------------EQUIPO-----------*/
.Equipo {
    width: 100%;
    background-color: white;
    text-align: center;
    font-family: Montserrat;
}
.bloque3 {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
    padding-block: 1%;
    padding-inline: 1%;
    margin-block: 1%;
    margin-inline: 18%;
    background-color: #EBEBF3;
    border-radius: 10px;
}
.EqIMG{
    width: 100%;
}
.img-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 400px;
    width: 95%;
    margin-inline: 10% ;
    border-radius: 10px;
    overflow: hidden;
}
.contenido3{
    margin-inline: 4%;
    margin-bottom: 2%;
}
.contenido3 h3{
    font-size: 24px;
}
.contenido3 p{
    font-size: 19px;
}
@media (max-width: 1025px) {
    .texto-superpuesto3{
        max-width: 100%;
    }
    .bloque2{
        margin-inline: 4%;
    }
    .Gene{
        margin-inline: 8%;
    }
    .bloque3{
        margin-inline: 8%;
    }
}
@media (max-width: 770px) {
    .SubGene h3 {
    font-size: 20px;  
    }
    .SubGene p {
        font-size: 16px;
        line-height: 1.5;
    }
    .meta p{
        color: white;
        font-weight: 500;
        font-size: 16px;
    }
    .contenido3 h3{
    font-size: 21px;
    }
    .contenido3 p{
    font-size: 16px;
    }
    .img-container {
        max-height: 300px;
    }

}
@media (max-width: 450px){
    .texto-superpuesto3 h2{
        font-size: 35px;
    }
    .Gene{
        margin-inline: 5%;
    }
    .bloque3{
        margin-inline: 5%;
    }
    SubGene h3 {
    font-size: 15px;  
    }
    .SubGene p {
        font-size: 13px;
        line-height: 1.5;
    }
    .meta p{
        font-size: 13px;
    }
    .contenido3 h3{
    font-size: 16px;
    }
    .contenido3 p{
    font-size: 13px;
    }
    .img-container {
        max-height: 300px;
        margin-inline: 5%;
    }
    .meta{
        margin-inline: 6%;
    }
}

/*------------------CONTACTO----------------------*/
/*--------------SUPERIOR----------------*/
.texto-superpuesto4 {
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 0%;
    border-radius: 8px;
    z-index: 1; /* asegúrate de que esté por encima */
    width:fit-content;
    max-width: 30%;     
}
.texto-superpuesto4 h2 {
    margin-bottom: 5px;
    font-size: 60px;
    font-family: Montserrat;
    width: fit-content;
    text-align: center;
    z-index: 100;
}
/*---------------CARRUSEL---------------*/
.carrusel1 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    position: relative;
}
.imagenes1 {
    display: flex;
    width: 100%;
    height: 100%;
    animation: deslizar 18s infinite;
    opacity: 0.6;
}
.slide1 {
    width: 100%;
    flex-shrink: 0;
}
.slide1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*------------Formulario-------------*/
.formContainer {
    background: #EBEBF3;
    padding-inline: 1.2%;
    padding-block: 1.2%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    max-width: 400px;
    width: 100%;
    font-family: Nunito;
    align-items: center;
}
.formContainer h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}
.formContainer p {
    text-align: center;
    font-size: 19;
}
input{
    font-family: montserrat;
}
form input, form textarea {
    width:91.5%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 6px;
    font-size: 14px;
    margin-inline: 1%;
}
form input:focus,form textarea:focus {
    border-color: #4CAF50;
    outline: none;
}
textarea{
    font-family: montserrat;
    height: 160PX;
}
.Bot{
    display: flex;
    justify-content: center;
}
button {
    margin-top: 15px;
    width: 60%;
    padding: 10px;
    background: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
button:hover {
    background: #45a049;
}
.PrimRec{
    padding-block: 1.5%;
    display: flex;
    gap: 3%;
    align-items: center ;
    justify-content: center;
}
.maps{
    width: 800px;   
    height: 500px;  
    position: relative;
    overflow: hidden;
}
.maps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.mapsContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Dire{
    line-height: 5px;
    font-family: Nunito;
    font-size: 19px;
    font-weight: 530
}
/*-------------------acordion-------------*/
.SubTitulo{
    text-align: center;
    font-family: Nunito;
}
.SubTitulo h2{
    margin-block: 1%;
}
.accordion {
    padding-bottom: 4%;
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 5px;
    align-items: stretch; 
    font-family: Nunito;
}
details {
    background: #A8A8A8;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column; 
}
summary {
    font-weight: bold;
    font-size: 1.1em;
    outline: none;
}
details[open] {
    background: #e3f2fd;
    border-color: #90caf9;
}
details p {
    margin: 10px 0 0;
    font-size: 0.95em;
    color: #333;
    flex-grow: 1; 
}
@media (max-width: 1025px) {
    .texto-superpuesto4 {
        max-width: 100%;     
    }
    .texto-superpuesto4 h2{
        font-size: 39px;
    }
    .PrimRec{
        flex-direction: column-reverse;
    }
}
@media (max-width: 770px) {
    .maps{
        width: 90%;     
    }

}
@media (max-width: 450px){
    .maps{
        width: 99%;     
    }
    .Dire{
        font-size: 16px;
        text-align: center;
    }
    .PrimRec{
        padding-block: 0.5%;
    }
}