 
.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
   
}
.footer {
    background: linear-gradient(to right, #00a2e8, #0072c6);
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: auto;
}

.footer-section {
    flex: 1;
    padding: 20px;
    min-width: 280px;
}

.footer-logo {
    max-width: 168px;
    margin-bottom: 15px;
    /* border-radius: 6px; */
}

.footer-section h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-section p {
    line-height: 1.6;
    color: #fafafa;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #f39c12;
}

.social-media a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.social-media a:hover {
    color: #f39c12;
}

.footer-section .fas,
.footer-section .fab {
    margin-right: 10px;
    color: #f39c12;
}

.footer > img {
    position: relative; 
        width: 100%;
    max-width: 650px;
    
} 

footer {
    background-color: #202020;
    color: #c1c1c1;
    padding: 13px 0;
    font-family: calibri, sans-serif;
    text-align: center;
}

.map-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        max-width: 1200px;
        margin: 91px auto;
    }

    .map-item {
        flex: 1 1 calc(33.33% - 20px);
        min-width: 300px;
        text-align: center;
    }

    .map-item iframe {
        width: 100%;
        height: 250px;
        border-radius: 24px;
        border: none;
    }

    .map-item p {
        font-size: 13px;
        position: relative;
        top: -23px;
        font-weight: bold;
        color: #319AF2;
        margin-top: 38px;
    }

p b {
    color: #000000; /* Cambia el color del texto */
    font-size: 11px; /* Tamaño más grande */
     /* Asegura que sea negrita */
    font-weight: normal;
    text-transform: uppercase; /* Convierte en mayúsculas */
}
 
    /* Responsive: En pantallas más pequeñas, los mapas estarán en columna */
    @media (max-width: 768px) {
        
        .h_aten {
    position: relative !important;
    color: #319AF2!important;
    width: 298px !important;
    line-height: 2 !important;
    margin: auto !important;
    border-bottom: 2px solid #319AF2!important;
}

.h_aten h1 {
    position: relative !important;
    text-align: center !important;
    font-size: 25px !important;
}
        
        .map-container {
            flex-direction: column;
            align-items: center;
        }

        .map-item {
            width: 90%;
        }
    }


.h_aten {
    position: relative;
    color: #319AF2;
    width: 371px;
    line-height: 2;
    margin: auto;
    border-bottom: 2px solid #319AF2;
}

.h_aten h1 {
    position: relative;
     
     
  
}