﻿
/* Sobre Nosotros */
.about-full-bg {
    background-image: url('/img/local/porosint1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 3rem 1rem;
    position: relative;
}

    .about-full-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.5); /* Blanco suave (modo agua) */
        z-index: 1;
    }

    /* Aseguramos que el contenido esté por encima del filtro */
    .about-full-bg > .glass-card {
        position: relative;
        z-index: 2;
    }

.glass-card {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1rem;
    max-width: 1000px;
    width: 100%;
    padding: 3rem;
}

    .glass-card .fa-check {
        color: #dc3545;
    }

.text-red {
    color: #dc3545 !important;
}

.border-red {
    border-color: #dc3545 !important;
}

.categ-title-nos {
    color: #945959;
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

    .categ-title-nos::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 60%;
        height: 3px;
        border-radius: 2px;
        opacity: 0;
    }
/* ----------------- */

/* Sección MAPA */
.map-container {
    width: 100%;
    height: 30vh;
    /*margin-top: 3rem;*/
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 12px;
    }
/*--------------*/
/*
.z-index-2 {
    position: relative;
    z-index: 2;
}
*/