.elementor-290 .elementor-element.elementor-element-b6226c3{--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;}.elementor-290 .elementor-element.elementor-element-2efa2d2{--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;}/* Start custom CSS *//* ======== ESTILOS BASE Y VARIABLES ======== */
:root {
    --verde-oscuro: #667257;
    --verde-claro: #9aa58e;
    --gris-claro: #f4f4f4;
    --texto-oscuro: #333333;
    --blanco: #ffffff;
    --font-principal: 'Poppins', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-principal); background-color: var(--blanco); color: var(--texto-oscuro); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.content-section { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 2.5rem; color: var(--texto-oscuro); position: relative; display: inline-block; padding-bottom: 10px; }
.section-header h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background-color: var(--verde-claro); }
.main-header { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; z-index: 10; }
.logo img { height: 40px; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 25px; }
.language-body.elementor-page-290 a { cursor: pointer; color: var(--blanco); font-weight: 600; transition: opacity 0.3s ease; }
.language-body.elementor-page-290 a.active, .language-body.elementor-page-290 a:hover { opacity: 1; }
.language-body.elementor-page-290 a:not(.active) { opacity: 0.7; }
.language-body.elementor-page-290 span { color: var(--blanco); opacity: 0.7; margin: 0 5px; }
.broker-button { cursor: pointer; color: var(--blanco); background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; transition: background-color 0.3s ease; }
.broker-button:hover { background-color: rgba(255, 255, 255, 0.2); }
#hero { height: 100vh; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: var(--blanco); padding: 0 20px; overflow: hidden; }
.hero-background-gallery { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hero-bg-slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; }
.hero-bg-slide.active { opacity: 1; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 2; }
.hero-content { position: relative; z-index: 3; max-width: 800px; }
.hero-claims { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.claim { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); padding: 5px 12px; border-radius: 15px; font-size: 13px; font-weight: 600; }
.hero-headline { font-size: 3.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 15px; }
.hero-subheadline { font-size: 1.125rem; font-weight: 300; max-width: 650px; margin: 0 auto 30px; opacity: 0.9; }
.hero-cta { display: flex; justify-content: center; }
.hero-cta .cta-button { padding: 12px 25px; border-radius: 25px; font-weight: 600; font-size: 1rem; margin: 5px 10px; transition: transform 0.3s ease, background-color 0.3s ease; }
.hero-cta .cta-button:hover { transform: translateY(-3px); }
.cta-button.primary { background-color: var(--verde-claro); color: var(--blanco); border: 2px solid var(--verde-claro); }
.cta-button.primary:hover { background-color: #aec0aa; border-color: #aec0aa; }
.cta-button.secondary { background-color: transparent; border: 2px solid var(--blanco); color: var(--blanco); }
.cta-button.secondary:hover { background-color: var(--blanco); color: var(--texto-oscuro); }

/* <-- NUEVA REGLA: Oculta el botón de WhatsApp por defecto --> */
#whatsapp-cta { display: none; }

#concepto { background-color: var(--gris-claro); }
.concepto-wrapper { display: flex; gap: 60px; align-items: center; }
.concepto-texto { flex-basis: 50%; }
.concepto-texto h2 { font-size: 2.5rem; margin-bottom: 20px; color: var(--texto-oscuro); }
.concepto-texto p { font-size: 1.1rem; line-height: 1.8; }
.concepto-highlights { flex-basis: 50%; display: flex; flex-direction: column; gap: 30px; }
.highlight-item { display: flex; align-items: flex-start; gap: 20px; }
.highlight-icon { background-color: var(--verde-claro); color: var(--blanco); border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.highlight-icon svg { width: 24px; height: 24px; }
.highlight-text h3 { font-size: 1.2rem; margin-bottom: 5px; color: var(--texto-oscuro); }
.highlight-text p { font-size: 0.95rem; line-height: 1.5; }

#espacios {
    position: relative;
    background-image: url('https://arquidoma.com/wp-content/uploads/2025/09/Fondo-scaled.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    z-index: 1;
}
#espacios::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
}
.espacio-item { display: flex; align-items: center; gap: 60px; margin-bottom: 80px; }
.espacio-item:last-child { margin-bottom: 0; }
.espacio-item.reverse { flex-direction: row-reverse; }
.espacio-imagen { flex: 1; overflow: hidden; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.espacio-imagen img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.espacio-imagen:hover img { transform: scale(1.05); }
.espacio-texto { flex: 1; padding: 0 20px; }
.espacio-texto h3 { font-size: 2rem; color: var(--texto-oscuro); margin-bottom: 15px; }
.espacio-texto p { font-size: 1.1rem; line-height: 1.8; }
#villasur { background-color: var(--gris-claro); }
.villasur-wrapper { display: flex; align-items: center; gap: 60px; }
.villasur-texto { flex-basis: 45%; }
.villasur-texto h3 { font-size: 2rem; margin-bottom: 20px; }
.villasur-texto p { font-size: 1.1rem; line-height: 1.8; }
.amenidades-grid { flex-basis: 55%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.amenidad-foto { overflow: hidden; border-radius: 8px; aspect-ratio: 4 / 3; }
.amenidad-foto img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.amenidad-foto:hover img { transform: scale(1.05); }
#mapa { background-color: var(--blanco); }
.mapa-wrapper { display: flex; gap: 40px; align-items: flex-start; }
.mapa-iframe { flex: 1.5; border-radius: 8px; overflow: hidden; height: 450px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.mapa-iframe iframe { width: 100%; height: 100%; }
.hotspots-lista { flex: 1; }
.hotspots-lista h3 { font-size: 1.8rem; margin-bottom: 10px; color: var(--texto-oscuro); }
.hotspots-lista p { font-size: 1.1rem; margin-bottom: 20px; }
.hotspots-lista ul { list-style: none; padding: 0; }
.hotspots-lista li { font-size: 1.1rem; padding: 12px 0 12px 35px; border-bottom: 1px solid #e0e0e0; position: relative; }
.hotspots-lista li:last-child { border-bottom: none; }
.hotspots-lista li::before { content: '✓'; position: absolute; left: 0; top: 12px; color: var(--verde-claro); font-weight: bold; font-size: 1.2rem; }

#practico { background-color: var(--verde-oscuro); color: var(--blanco); }
#practico .section-header h2, #practico .section-header p { color: var(--blanco); }
#practico .section-header h2::after { background-color: var(--verde-claro); }
.practico-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-bottom: 40px; }
.practico-item { background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; }
.practico-item:hover { background-color: rgba(255, 255, 255, 0.1); }
.practico-item h4 { font-size: 1.1rem; font-weight: 600; color: var(--blanco); }
.specs-wrapper { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 40px; }
.spec-chip { background-color: var(--verde-claro); color: var(--blanco); padding: 8px 18px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; }

#price-reveal-section {
    background-color: var(--verde-oscuro);
    color: var(--blanco);
}
.price-reveal-wrapper {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    border-radius: 8px;
}
#price-reveal-form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
#price-reveal-form-container p {
    margin-bottom: 25px;
    opacity: 0.8;
}
#price-reveal-form {
    display: flex;
    gap: 10px;
    justify-content: center;
}
#price-reveal-form input {
    width: 100%;
    max-width: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: var(--font-principal);
    font-size: 1rem;
    text-align: center;
}
#price-reveal-form button {
    border: none;
    cursor: pointer;
    padding: 12px 25px;
}
#price-display-container h3 {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-top: 20px;
}
#price-display-container .price-tag {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--blanco);
    margin: 5px 0 15px;
}
#price-display-container p:last-of-type {
    margin-top: 25px;
}
#price-display-container a {
    color: var(--verde-claro);
    font-weight: 600;
    text-decoration: underline;
}

#galeria {
    background-color: var(--gris-claro);
}
.galeria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.galeria-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    cursor: pointer;
    aspect-ratio: 4 / 3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.galeria-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#galeria-modal .modal-content {
    max-width: 900px;
    padding: 15px;
}
#galeria-modal img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
#galeria-modal h4 {
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--texto-oscuro);
}

#contacto { background: linear-gradient(to top, var(--gris-claro) 50%, var(--verde-oscuro) 50%); padding-bottom: 0; }
#contacto .section-header h2 { color: var(--blanco) !important; }
#contacto .section-header h2::after { background-color: var(--blanco) !important; }

.contact-form { max-width: 800px; margin: 0 auto; background: var(--blanco); padding: 40px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.form-row { display: flex; gap: 20px; }
.form-group { flex: 1; display: flex; flex-direction: column; margin-bottom: 25px; }
.form-group label { margin-bottom: 8px; font-weight: 600; font-size: 0.9rem; color: #555; }
.form-group input, .form-group textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: var(--font-principal);
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-shadow: none;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--verde-oscuro);
    box-shadow: none;
}
.form-group textarea { resize: vertical; }
.form-submit { text-align: center; margin-top: 0; }
.form-submit .cta-button { width: 100%; max-width: 400px; padding: 15px; font-size: 1.1rem; border: none; cursor: pointer; }

.main-footer { background-color: var(--verde-oscuro); color: var(--blanco); padding: 40px 0; font-size: 0.9rem; }
.main-footer .container { text-align: center; }
.footer-content { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.footer-credits p, .footer-broker p { margin: 5px 0; }
.main-footer .footer-credits a { color: var(--verde-claro); font-weight: 600; text-decoration: underline; }
.footer-copyright { opacity: 0.7; }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 100; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-content { background-color: var(--blanco); padding: 30px; border-radius: 8px; max-width: 500px; width: 90%; text-align: center; position: relative; transform: scale(0.9); transition: transform 0.3s ease; }
.modal-overlay.active .modal-content { transform: scale(1); }
.modal-close { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 2rem; cursor: pointer; color: #aaa; }
.modal-content h3 { font-size: 1.8rem; margin-bottom: 15px; }
.modal-content p { margin-bottom: 20px; }
.modal-form-group { display: flex; flex-direction: column; gap: 15px; }
.modal-form-group input { padding: 12px; border: 1px solid #ccc; border-radius: 5px; text-align: center; font-size: 1.1rem; }
.modal-form-group .cta-button { border: none; cursor: pointer; padding: 12px; font-size: 1rem; }

/* ======== REGLAS PARA RESPONSIVE DESIGN ======== */
@media (max-width: 992px) {
    .content-section { padding: 60px 0; }
    .concepto-wrapper, .villasur-wrapper, .mapa-wrapper { flex-direction: column; gap: 40px; }
    .espacio-item, .espacio-item.reverse { flex-direction: column; gap: 30px; }
    .espacio-texto { padding: 0; text-align: center; }
    .villasur-texto, .hotspots-lista { text-align: center; }
    .hotspots-lista ul { text-align: left; display: inline-block; }
    #contacto { background: var(--gris-claro); padding-top: 60px; }
    #contacto .section-header h2 { color: var(--texto-oscuro) !important; }
    #contacto .section-header h2::after { background-color: var(--verde-claro) !important; }
    .contact-form { margin-top: 0; }
    .mapa-iframe { width: 100%; }
    #price-reveal-form { flex-direction: column; align-items: center; }
}
@media (max-width: 768px) {
    .container { padding: 0 15px; }
    .main-header { padding: 15px; }
    .logo img { height: 35px; }
    .hero-headline { font-size: 2.5rem; }
    .hero-subheadline { font-size: 1rem; }
    .hero-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .hero-cta .cta-button { width: 80%; max-width: 300px; margin: 5px 0; }
    .section-header h2 { font-size: 2rem; }
    .espacio-texto h3, .villasur-texto h3 { font-size: 1.8rem; }
    .amenidades-grid { grid-template-columns: 1fr; }
    .mapa-iframe { height: 300px; }
    .hotspots-lista h3 { font-size: 1.5rem; }
    .form-row { flex-direction: column; gap: 0; margin-bottom: 0; }
    .form-group { margin-bottom: 20px; }
    .contact-form { padding: 25px; }
    .footer-content { flex-direction: column; gap: 20px; }
    .price-reveal-wrapper { padding: 25px; }
    #price-reveal-form-container h2 { font-size: 1.8rem; }
    #price-display-container .price-tag { font-size: 2.2rem; }
    .galeria-grid { grid-template-columns: repeat(2, 1fr); }
}/* End custom CSS */