.elementor-219 .elementor-element.elementor-element-c109c74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5cd0b1f *//* ========================================
   CSS PÁGINA NOSOTROS - DEL EJE CONSTRUCCIONES
   ======================================== */

/* Reset y base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Container general */
.container-nosotros {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* ========================================
   1. HERO / QUIÉNES SOMOS
   ======================================== */
.nosotros-hero {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(22, 33, 62, 0.85) 100%),
                url('/wp-content/uploads/2025/12/deleje-header.webp') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
}

.nosotros-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 161, 30, 0.1) 0%, transparent 100%);
}

.nosotros-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    animation: fadeInUp 1s ease;
}

.nosotros-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.nosotros-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: #D4A11E;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Intro Section */
.nosotros-intro {
    padding: 5rem 5%;
    background: #fff;
}

.nosotros-intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.intro-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 1.5rem;
}

.intro-text strong {
    color: #D4A11E;
    font-weight: 700;
}

.intro-text-highlight {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #1a1a2e;
    font-weight: 600;
    margin-top: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #D4A11E;
    border-radius: 8px;
}

/* ========================================
   2. ¿POR QUÉ ELEGIRNOS?
   ======================================== */
.porque-elegirnos {
    padding: 5rem 5%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: #1a1a2e;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #D4A11E;
}

.razones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.razon-card {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 2px solid transparent;
}

.razon-card:hover {
    transform: translateY(-15px);
    border-color: #D4A11E;
    box-shadow: 0 15px 40px rgba(212, 161, 30, 0.2);
}

.razon-icon {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.razon-card h3 {
    font-size: 1.3rem;
    color: #1a1a2e;
    line-height: 1.6;
    font-weight: 700;
}

/* ========================================
   3. NUESTROS PROYECTOS
   ======================================== */
.nuestros-proyectos-nosotros {
    padding: 5rem 5%;
    background: #fff;
}

.section-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    font-style: italic;
}

.proyectos-nosotros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.proyecto-nosotros-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
}

.proyecto-nosotros-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.proyecto-nosotros-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.bahia-bg {
    background-image: url('/wp-content/uploads/2025/12/Bahia.webp');
}

.plancha-bg {
    background: url('/wp-content/uploads/2025/12/La-pancha.webp') center/contain;
    
}

.proyecto-nosotros-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
}

.proyecto-nosotros-content {
    padding: 2.5rem;
    text-align: center;
}

.proyecto-nosotros-content h3 {
    font-size: 2rem;
    color: #1a1a2e;
    margin-bottom: 1rem;
    font-weight: 700;
}

.proyecto-nosotros-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.btn-proyecto-nosotros {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #D4A11E;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-proyecto-nosotros:hover {
    background: #B8900D;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 161, 30, 0.4);
}

/* ========================================
   4. MISIÓN Y VISIÓN
   ======================================== */
.mision-vision {
    padding: 5rem 5%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
}

.mision-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 4rem;
    margin-top: 3rem;
}

.mision-vision-card {
    background: rgba(255,255,255,0.08);
    padding: 3rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}

.mision-vision-card:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.mv-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.mision-vision-card h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #D4A11E;
    font-weight: 700;
    text-align: center;
}

.mision-vision-card p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.9);
    text-align: justify;
}

/* ========================================
   5. VALORES
   ======================================== */
.valores-section {
    padding: 5rem 5%;
    background: #f8f9fa;
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.valor-card {
    text-align: center;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.valor-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(212, 161, 30, 0.2);
}

.valor-hexagon {
    position: relative;
    margin: 0 auto 1.5rem;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.valor-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    z-index: 2;
}

.valor-card h3 {
    font-size: 1.4rem;
    color: #1a1a2e;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.valor-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* ========================================
   ANIMACIONES
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .nosotros-hero {
        margin-top: 60px;
        height: 50vh;
    }

    .nosotros-title {
        font-size: 2.5rem;
    }

    .nosotros-subtitle {
        font-size: 1.3rem;
    }

    .intro-text {
        font-size: 1.1rem;
    }

    .intro-text-highlight {
        font-size: 1.2rem;
        padding: 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .razones-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .proyectos-nosotros-grid {
        grid-template-columns: 1fr;
    }

    .mision-vision-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .valores-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 2rem;
    }

    .valor-hexagon {
        width: 100px;
        height: 100px;
    }

    .valor-icon {
        font-size: 2rem;
    }
}/* End custom CSS */