.elementor-221 .elementor-element.elementor-element-4bc37dd{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b52ca4b *//* Header & Navigation */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-hex {
    width: 50px;
    height: 50px;
}

.hex-svg {
    width: 100%;
    height: 100%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

.logo-sub {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #D4A11E;
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: #D4A11E;
}

.nav-links a:hover:after {
    width: 100%;
}
/* ========================================
   CSS PÁGINA BAHÍA - 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-bahia {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* ========================================
   1. HERO BAHÍA
   ======================================== */
.bahia-hero {
    position: relative;
    height: 90vh;
    min-height: 600px;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.75) 0%, rgba(22, 33, 62, 0.75) 100%),
                url('/wp-content/uploads/2025/12/Proyecto-Bahia-–-Parque-Comercial-y-Residencial-de-del-Eje-Construcciones.webp') center/cover;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
     background-repeat: no-repeat;
}

.bahia-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 161, 30, 0.15) 0%, transparent 100%);
}

.bahia-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    animation: fadeInUp 1s ease;
}

.bahia-logo-container {
    margin-bottom: 2rem;
}

.bahia-logo {
    font-size: 6rem;
    font-weight: 900;
    color: #D4A11E;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    letter-spacing: 10px;
    margin-bottom: 0;
}

.bahia-tagline {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.4;
}

.btn-bahia-cta {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    background: #D4A11E;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(212, 161, 30, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-bahia-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(212, 161, 30, 0.6);
    background: #B8900D;
}

/* ========================================
   2. UNA DECISIÓN BIEN PENSADA
   ======================================== */
.decision-pensada {
    padding: 6rem 5%;
    background: #fff;
}

.section-title-bahia {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
}

.section-title-bahia:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #D4A11E;
}

.section-subtitle-bahia {
    text-align: center;
    color: #666;
    font-size: 1.3rem;
    margin-bottom: 4rem;
    font-style: italic;
}

.razones-bahia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.razon-bahia-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border-left: 4px solid #D4A11E;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.razon-bahia-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212, 161, 30, 0.2);
    border-left-width: 6px;
}

.razon-bahia-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #D4A11E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(212, 161, 30, 0.3);
}

.razon-bahia-content h3 {
    font-size: 1.4rem;
    color: #1a1a2e;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.razon-bahia-content p {
    color: #666;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* ========================================
   3. GALERÍA DE IMÁGENES
   ======================================== */
.galeria-bahia {
    padding: 6rem 5%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    
}

.galeria-bahia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.galeria-bahia-item {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
}

.galeria-bahia-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.galeria-bahia-item img {
    width: 100%;
    height: 100%;
    object-fit: center/contain;
    transition: transform 0.4s ease;
}

.galeria-bahia-item:hover img {
    transform: scale(1.1);
}

.galeria-bahia-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 161, 30, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.galeria-bahia-item:hover .galeria-bahia-overlay {
    opacity: 1;
}

.galeria-bahia-zoom {
    font-size: 3rem;
    color: #fff;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* ========================================
   4. CONTACTO / INFORMACIÓN
   ======================================== */
.contacto-bahia {
    padding: 6rem 5%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
}

.contacto-bahia .section-title-bahia {
    color: #fff;
}

.contacto-bahia .section-title-bahia:after {
    background: #D4A11E;
}

.contacto-bahia-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

/* Información */
.info-bahia-items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.info-bahia-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-bahia-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateX(10px);
}

.info-bahia-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.info-bahia-text h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #D4A11E;
    font-weight: 700;
}

.info-bahia-text a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-bahia-text a:hover {
    color: #D4A11E;
}

.info-bahia-text p {
    color: rgba(255,255,255,0.9);
    margin: 0;
}

/* Formulario */
.form-bahia {
    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);
}

.form-bahia h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #D4A11E;
    font-weight: 700;
    text-align: center;
}

.form-bahia-group {
    margin-bottom: 1.8rem;
}

.form-bahia-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    font-size: 1.05rem;
}

.form-bahia-group input,
.form-bahia-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    font-family: inherit;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
}

.form-bahia-group input:focus,
.form-bahia-group textarea:focus {
    outline: none;
    border-color: #D4A11E;
    box-shadow: 0 0 0 3px rgba(212, 161, 30, 0.2);
}

.form-bahia-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-bahia-submit {
    width: 100%;
    padding: 1.3rem;
    background: #D4A11E;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-bahia-submit:hover {
    background: #B8900D;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 161, 30, 0.4);
}

/* ========================================
   ANIMACIONES
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .bahia-hero {
        margin-top: 60px;
        height: 70vh;
    }

    .bahia-logo {
        font-size: 3.5rem;
        letter-spacing: 5px;
    }

    .bahia-tagline {
        font-size: 1.6rem;
    }

    .section-title-bahia {
        font-size: 2rem;
    }

    .section-subtitle-bahia {
        font-size: 1.1rem;
    }

    .razones-bahia-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .galeria-bahia-grid {
        grid-template-columns: 1fr;
    }

    .contacto-bahia-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .razon-bahia-card {
        flex-direction: column;
        text-align: center;
    }

    .razon-bahia-number {
        margin: 0 auto 1rem;
    }
}/* End custom CSS */