/*
 * Sobre Nosotros (site/about.php). Se registra después de css_index.css.
 */

#map {
    width: auto;
    margin-right: 9.5rem;
    margin-left: 2.5rem;
}

/* .section-block.cover estaba declarado 2 veces en el <style> inline; se conserva el
   que ganaba por orden (el segundo). */
.section-block.cover,
.section-block.cover .m-slider-container,
.section-block.cover .tms-slides {
    height: calc(100vh - 5.5rem);
    min-height: 500px;
}

.content-grid-5 .grid-item {
    width: 33%;
}

.column__two {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    padding: 0 1.2rem;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 5rem;
}

.key-highlight,
.key-highlight > :not(.video) {
    position: relative;
}

.key-highlight {
    color: #fff;
    height: 100%;
    overflow: hidden;
    padding: 3.6rem 2.4rem;
}

.iconSocial {
    width: 30px !important;
    height: 23px !important;
    top: 0 !important;
}

/* Fondo oscuro de las cards (antes: background-color inline x6) */
.column__two .key-highlight {
    background-color: rgb(23, 23, 33);
}

/* Tipografía de las cards (antes: font-size dentro de <font> de Google Translate) */
.about-card__label {
    font-size: 1rem;
}

.about-card__title {
    font-size: 4.5rem;
}

@media only screen and (max-width: 600px) {
    .column__two {
        flex-direction: column;
        justify-content: space-between;
    }

    #map {
        margin-right: 0;
        margin-left: 0;
    }

    .key-highlight {
        margin-bottom: 1rem;
    }
}

/* --- Sección de mapas y wrappers (antes estilos inline repetidos) --- */
.about-row {
    max-width: 125rem !important;
}

#map .column.width-5 {
    margin-left: 50px;
}

#map h3 {
    font-weight: bold;
}

.contact-info {
    color: #fff;
}
