

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Montserrat", sans-serif !important;
        }

        body {
            background: #fff;
            min-height: 100vh;
            color: #fff;
            
            position: relative;
            overflow-x: hidden;
        }
        .fondoHero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    max-height: 52rem;
    background: url(assets/landscape-2211587_1920.jpg) no-repeat center center / cover;
    z-index: 0;
}
        
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            max-height: 52rem;
            background: linear-gradient(rgb(255 255 255 / 65%), rgb(255 255 255 / 20%));
            z-index: 1;
        }

        /* HEADER */
        header {
    width: 100%;
    padding: 10px 80px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 3;
    background: #0000002e;
    backdrop-filter: blur(2px);
    position: fixed;
}

        header .logo {
            font-size: 26px;
            font-weight: 800;
            letter-spacing: 1px;
            color: #1a1a1a;
        }

        header nav a {
    margin: 0 20px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    transition: .3s;
}

        header nav a:hover {
            color: #000;
        }

        header .contact {
    padding: 10px 25px;
    border: 2px solid #2a2a2a;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    transition: .3s;
}

        header .contact:hover {
            background: #2a2a2a;
            color: #fff;
        }

        /* CONTENEDOR PRINCIPAL */
        .container {
    position: relative;
    z-index: 2;
    padding: 80px;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 180px;
}

        /* TÍTULO */
        .title-box h1 {
            font-size: 90px;
            line-height: 0.95;
            letter-spacing: -2px;
            font-weight: 900;
            color: #1e1e1e;
            text-shadow: 0px 3px 8px rgb(255 255 255 / 40%);
        }

        .title-box p {
            margin-top: 20px;
            font-size: 22px;
            color: #333;
            font-weight: 500;
        }

        .btn {
            margin-top: 30px;
            display: inline-block;
            padding: 15px 40px;
            background: #111;
            color: #fff;
            font-weight: 700;
            border-radius: 40px;
            text-decoration: none;
            transition: .3s;
        }

        .btn:hover {
            background: #333;
        }

        /* Imagen superpuesta */
        .house-image {
            position: absolute;
            right: 5%;
            bottom: -30px;
            width: 55%;
            z-index: 3;
        }

        /* INFO BOX */
        .info-box {
    padding: 40px;
    background: rgb(255 255 255 / 48%);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    max-width: 450px;
    bottom: 90px;
    min-height: 300px;
    position: relative;
    
}

        .info-box h3 {
            font-size: 28px;
            margin-bottom: 10px;
            color: #1c1c1c;
            font-weight: 700;
        }

        .info-box p {
            color: #1c1c1c;
            line-height: 1.5;
            font-size: 17px;
        }

        /* NUEVA SECCIÓN ESTILO LA IMAGEN (MATERIAL + CLIENTES + TEXTO) */
        .section-extra {
    display: grid;
    grid-template-columns: 350px 1fr 1fr;
    gap: 40px;
    align-items: center;
    z-index: 2;
    position: relative;
    padding: 20px 0;
}

        .material-box {
    background: rgb(255 114 80 / 65%);
    border-radius: 0 55px 55px 0px;
    padding: 30px 30px 30px 70px;
    color: #ffffff;
    width: 130%;
    backdrop-filter: blur(0px);
    position: relative;
    left: -30px;
}

        .material-box h4 {
            font-size: 24px;
            font-weight: 800;
        }

        .material-box p {
            margin-top: 10px;
            color: #ffffff;
            font-size: 15px;
        }

        .material-box img {
            width: 100%;
            margin-top: 20px;
            border-radius: 15px;
        }

        .clients-box {
            text-align: center;
            color: #222;
        }

        .clients-box .avatars img {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            margin-left: -10px;
            border: 3px solid #fff;
        }

        .clients-box h2 {
            margin-top: 10px;
            font-size: 45px;
            font-weight: 900;
        }

        .clients-box span {
            font-size: 15px;
            text-transform: uppercase;
            color: #333;
            letter-spacing: 1px;
        }

        .nature-box {
    color: #fff;
    padding-left: 20px;
}

        .nature-box h3 {
            font-size: 32px;
            font-weight: 800;
        }

        .nature-box a {
            margin-top: 15px;
            display: inline-block;
            color: #111;
            font-weight: 700;
            text-decoration: underline;
        }


        /* === SECCIÓN EXPERTISE === */

.expertise-section {
    width: 100%;
    padding: 100px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expertise-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    justify-items: center;
}

.expertise-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: rgb(255 114 80 / 65%);
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.expertise-text h2 span {
    color: #000;
    font-weight: 900;
}

.expertise-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #444;
}

.expertise-img img {
    width: 40%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}
.expertise-text {
    max-width: 450px;
}
/* === CARTAS ESTILO ARCANE === */

.expertise-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    perspective: 1000px;
}

.card {
    width: 200px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    background: #222;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Inclinaciones */
.card-left {
    transform: rotateY(20deg) rotateZ(-3deg);
}

.card-center {
    transform: scale(1.1);
    z-index: 5;
}

.card-right {
    transform: rotateY(-20deg) rotateZ(3deg);
}

/* Hover suave */
.card:hover {
    transform: rotateY(0deg) rotateZ(0deg) scale(1.15);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    z-index: 10;
}
/* PULSACIÓN DE LUZ SUAVE */
@keyframes pulseGlow {
    0% {
        box-shadow: 
            0 0 25px rgba(0, 140, 255, 0.35),
            0 0 50px rgba(0, 140, 255, 0.25);
    }
    50% {
        box-shadow: 
            0 0 40px rgba(0, 140, 255, 0.55),
            0 0 80px rgba(0, 140, 255, 0.35);
    }
    100% {
        box-shadow: 
            0 0 25px rgba(0, 140, 255, 0.35),
            0 0 50px rgba(0, 140, 255, 0.25);
    }
}

.card {
    animation: pulseGlow 3s ease-in-out infinite;
}

.info-box{
animation: pulseGlow 3s ease-in-out infinite;
}
/* SECCIÓN ESTILO PANEL */
.vertical-panels {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 120px 0;
    position: relative;
}

.vertical-panels .panel {
    width: 260px;
    height: 480px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.vertical-panels .panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

.vertical-panels .panel h3 {
    position: absolute;
    color: white;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 4px 10px rgba(0,0,0,0.7);
}

/* TEXTO LATERAL VERTICAL */
.vertical-panels .side-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    margin-left: 40px;
}

.vertical-panels .side-text span {
    color: #C09A62; /* un dorado suave como en la imagen */
    font-size: 26px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 4px;
}

.vertical-panels .side-text strong {
    font-size: 46px;
    font-weight: 900;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 6px;
    color: rgb(255 114 80 / 65%);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .vertical-panels {
        flex-direction: column;
        align-items: center;
    }

    .side-text {
        flex-direction: row !important;
        writing-mode: horizontal-tb !important;
        transform: rotate(0) !important;
        margin-left: 0;
        gap: 10px;
    }

    .side-text span,
    .side-text strong {
        writing-mode: horizontal-tb !important;
        transform: rotate(0) !important;
    }
}


/* //////////////////// */
/* SECCIÓN DONDE ENCONTRARNOS */
.location-section {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.location-section h2 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: rgb(255 114 80 / 65%);
}

/* MAPA */
.map-container {
    width: 90%;
    max-width: 900px;
    height: 400px;
    margin: 0 auto 40px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* BOTONES DE CONTACTO */
.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-buttons a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s ease;
}

.contact-buttons img {
    width: 28px;
    height: 28px;
}

/* BOTÓN WHATSAPP */
.btn-wsp {
    background: #25D366;
}

.btn-wsp:hover {
    background: #1da451;
}

/* BOTÓN INSTAGRAM */
/* BOTÓN INSTAGRAM CON GRADIENTE OFICIAL */
.btn-ig {
    background: linear-gradient(45deg, 
        #f58529,   /* naranja */
        #feda77,   /* amarillo-naranja */
        #dd2a7b,   /* rosa fuerte */
        #8134af,   /* violeta */
        #515bd4    /* azul */
    );
    background-size: 300%;
    animation: igGradient 6s ease infinite;
}

.btn-ig:hover {
    filter: brightness(1.15);
}

/* Animación suave del gradiente */
@keyframes igGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .location-section h2 {
        font-size: 32px;
    }

    .map-container {
        height: 330px;
    }

    .contact-buttons a {
        width: 80%;
        justify-content: center;
    }
}


/* /////////////////// */

/* ============================== */
/*            FOOTER              */
/* ============================== */

.footer {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 50px 0 20px;
    margin-top: 80px;
    border-top: 3px solid rgb(255 114 80 / 65%);
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 230px;
}

.footer-logo {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: rgb(255 114 80 / 95%);
}

.footer-col p {
    line-height: 1.6;
    opacity: 0.9;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: rgb(255 114 80 / 95%);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
    transition: 0.2s;
}

.footer-col ul li a:hover {
    color: rgb(255 114 80 / 95%);
}

/* ICONOS REDES */
.footer-social {
    display: flex;
    gap: 14px;
    margin-top: 10px;
}

.footer-social a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

/* WhatsApp */
.social-wsp {
    background: #25D366;
}

.social-wsp:hover {
    transform: scale(1.1);
}

/* Instagram con gradiente oficial */
.social-ig {
    background: linear-gradient(45deg,
        #f58529, #feda77, #dd2a7b, #8134af, #515bd4
    );
    background-size: 300%;
    animation: igGradient 6s ease infinite;
}

@keyframes igGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.social-ig:hover {
    transform: scale(1.1);
}

.footer-social img {
    width: 22px;
}

/* PARTE DE ABAJO */
.footer-bottom {
    text-align: center;
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid #333;
    color: #bbb;
    font-size: 14px;
}
/* Logo en footer */
.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    width: 140px;         /* tamaño ideal */
    height: auto;
    display: block;
}


/* efecto de entrada */ 
/* ============================
   ANIMACIONES GLOBALES
============================ */

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Flotación leve para imágenes del hero */
@keyframes floatHero {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
/* HERO container */
.container {
    animation: fadeSlideUp 1.6s ease forwards;
}

/* Título y texto con delay suave */
.title-box h1 {
    opacity: 0;
    animation: fadeSlideDown 1.8s ease forwards;
}

.title-box p {
    opacity: 0;
    animation: fadeSlideUp 2s ease forwards;
}

.title-box .btn {
    opacity: 0;
    animation: fadeSlideUp 2.2s ease forwards;
}

/* Tarjeta inferior de "Diseño y eficiencia" */
.info-box {
    opacity: 0;
    animation: fadeSlideUp 2.4s ease forwards, floatHero 4s ease-in-out infinite;
}

/* Imagen flotante del hero */
.house-image {
    opacity: 0;
    animation: fadeSlideUp 2.5s ease forwards, floatHero 4s ease-in-out infinite;
}
section, .section-extra, .expertise-section, .vertical-panels, .location-section, footer {
    opacity: 0;
    transform: translateY(45px);
    transition: all 1.2s ease;
}

/* Cuando la sección esté visible */
.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
