*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#0f0f0f;
    color:white;
}

a{
    text-decoration:none;
}

.section-padding{
    padding:90px 0;
}

/* HERO */

.hero{
    background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.7)),
    url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1600') center/cover no-repeat;
    min-height:100vh;
    display:flex;
    align-items:center;
}

.hero h1{
    font-size:4rem;
    font-weight:700;
}

.hero p{
    font-size:1.2rem;
    color:#e5e5e5;
}

.btn-gold{
    background:#c9a227;
    color:white;
    border:none;
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.btn-gold:hover{
    background:#a8871f;
    color:white;
}

/* BENEFITS */

.benefit-card{
    background:#181818;
    border-radius:20px;
    padding:30px;
    text-align:center;
    transition:0.3s;
    height:100%;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-card i{
    font-size:3rem;
    color:#c9a227;
    margin-bottom:20px;
}

/* GALLERY */

.gallery img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:20px;
}

/* PROMO */

.promo{
    background:linear-gradient(135deg,#1f1f1f,#121212);
    border:2px solid #c9a227;
    border-radius:25px;
    padding:50px;
    text-align:center;
}

.promo h2{
    color:#c9a227;
    font-weight:700;
}

/* TESTIMONIALS */

.testimonial{
    background:#181818;
    padding:30px;
    border-radius:20px;
    height:100%;
}

.testimonial p{
    color:#d7d7d7;
}

/* FAQ */

.accordion-button{
    background:#1a1a1a;
    color:white;
}

.accordion-button:not(.collapsed){
    background:#c9a227;
    color:white;
}

.accordion-body{
    background:#141414;
    color:#d7d7d7;
}

/* FOOTER */

footer{
    background:#090909;
    padding:40px 0;
    text-align:center;
    color:#999;
}

/* WhatsApp Float */

.whatsapp-float{
    position:fixed;
    width:65px;
    height:65px;
    bottom:25px;
    right:25px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    z-index:999;
    box-shadow:0 5px 15px rgba(0,0,0,0.4);
}

.whatsapp-float:hover{
    color:white;
    transform:scale(1.08);
}

/* Responsive */

@media(max-width:768px){

.hero h1{
    font-size:2.5rem;
}

.hero{
    text-align:center;
}

}

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background: #f5f5f5;
      color: #111;
      overflow-x: hidden;
    }

    h1, h2, h3, h4 {
      font-family: 'Playfair Display', serif;
    }

    .navbar {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(10px);
      border-radius: 50px;
      margin: 20px auto;
      width: 90%;
      padding: 12px 25px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .navbar-brand {
      font-weight: 700;
      letter-spacing: 2px;
    }

    .nav-link {
      color: #111 !important;
      margin: 0 10px;
      font-weight: 500;
    }

    .btn-custom {
      background: #111;
      color: white;
      border-radius: 50px;
      padding: 12px 28px;
      border: none;
      transition: 0.3s ease;
      font-weight: 500;
    }

    .btn-custom:hover {
      background: #333;
      transform: translateY(-2px);
    }

    .hero {
      min-height: 100vh;
      background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
      url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
      position: relative;
      display: flex;
      align-items: center;
      color: white;
      padding-top: 100px;
      background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    }

    .hero h1 {
      font-size: 5rem;
      font-weight: 700;
      line-height: 1;
    }

    .hero h1 span {
      font-style: italic;
      display: block;
      font-weight: 400;
    }

    .hero-text {
      max-width: 700px;
    }

    .hero p {
      margin: 25px 0;
      font-size: 1.1rem;
      color: rgba(255,255,255,0.9);
    }

    .section {
      padding: 100px 0;
    }

    .section-title {
      font-size: 3rem;
      margin-bottom: 30px;
      color: #111;
    }

    .subtitle {
      color: #666;
      line-height: 1.9;
    }

    .project-card {
      background: white;
      border-radius: 25px;
      overflow: hidden;
      transition: 0.4s ease;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      height: 100%;
    }

    .project-card:hover {
      transform: translateY(-10px);
    }

    .project-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }

    .project-content {
      padding: 25px;
    }

    .project-content h4 {
      margin-top: 10px;
      font-weight: 700;
    }

    .feature-banner {
      background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
      url('https://images.unsplash.com/photo-1613977257363-707ba9348227?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
      min-height: 600px;
      border-radius: 35px;
      color: white;
      display: flex;
      align-items: center;
      padding: 60px;
    }

    .feature-banner ul {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }

    .feature-banner ul li {
      margin-bottom: 15px;
      font-size: 1.1rem;
    }

    .case-study {
      background: white;
      border-radius: 25px;
      overflow: hidden;
      margin-bottom: 40px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.04);
    }

    .case-study img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 320px;
    }

    .case-content {
      padding: 50px;
    }

    .cta-section {
      background: white;
      border-radius: 35px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .cta-image {
      background: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
      min-height: 500px;
    }

    .cta-content {
      padding: 70px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    footer {
      background: #111;
      color: white;
      margin-top: 100px;
      padding: 80px 0 30px;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
    }

    footer h5 {
      margin-bottom: 20px;
      font-weight: 600;
    }

    footer p,
    footer li,
    footer a {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      list-style: none;
      margin-bottom: 10px;
    }

    /* SOCIAL */

    /* Redes Sociales */ .social-icons { display: flex; align-items: center; } .social-btn { width: 50px; height: 50px; border-radius: 50%; text-decoration: none; display: flex; align-items: center; justify-content: center; font-size: 22px; color: white; transition: 0.3s ease; } .social-btn:hover { transform: translateY(-5px); opacity: 0.9; } /* Colores */ .facebook { background: #1877f2; } .instagram { background: linear-gradient( 45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888 ); } .tiktok { background: #000; } .youtube { background: #ff0000; }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
      color: rgba(255,255,255,0.6);
    }

    @media(max-width: 992px) {
      .hero h1 {
        font-size: 3.5rem;
      }

      .section-title {
        font-size: 2.5rem;
      }

      .cta-content {
        padding: 40px;
      }
    }

    @media(max-width: 768px) {
      .hero {
        text-align: center;
      }

      .hero h1 {
        font-size: 2.8rem;
      }

      .feature-banner {
        padding: 40px 25px;
      }

      .case-content {
        padding: 35px 25px;
      }

      .section {
        padding: 70px 0;
      }
    }






    /* =========================================================
   HERO CARRUSEL
========================================================= */

.hero-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}


/* =========================================================
   CARRUSEL
========================================================= */

.hero-carousel .carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    width: 100%;
    height: 100%;
}


.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* =========================================================
   TRANSICIÓN
========================================================= */

.hero-carousel .carousel-item {
    transition: transform 1s ease-in-out,
                opacity 1s ease-in-out;
}


/* =========================================================
   CAPA OSCURA
========================================================= */

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.48) 45%,
            rgba(0, 0, 0, 0.15) 100%
        );
}


/* =========================================================
   CONTENIDO
========================================================= */

.hero-content {
    position: absolute;
    inset: 0;

    z-index: 3;

    display: flex;
    align-items: center;

    pointer-events: none;
}


/* Permitir clicks en botones */

.hero-content a,
.hero-content button {
    pointer-events: auto;
}


/* =========================================================
   TEXTO
========================================================= */

.hero-text {
    color: #fff;
}


.hero-text h1 {
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 1.1;

    margin-bottom: 25px;

    text-shadow:
        0 3px 10px rgba(0, 0, 0, 0.45);
}


.hero-text p {
    max-width: 700px;

    font-size: 1.15rem;
    line-height: 1.8;

    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.92);

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.45);
}


/* =========================================================
   BOTONES
========================================================= */

.hero-text .btn {
    position: relative;
    z-index: 5;
}


/* =========================================================
   FLECHAS
========================================================= */

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    z-index: 4;

    width: 8%;

    opacity: 0;

    transition: opacity 0.3s ease;
}


.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
    opacity: 1;
}


.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 45px;
    height: 45px;

    background-color: rgba(0, 0, 0, 0.35);

    background-size: 50%;

    border-radius: 50%;

    padding: 10px;
}


/* =========================================================
   INDICADORES
========================================================= */

.hero-carousel .carousel-indicators {
    z-index: 5;

    margin-bottom: 35px;
}


.hero-carousel .carousel-indicators button {
    width: 35px;
    height: 4px;

    margin: 0 5px;

    border: 0;
    border-radius: 10px;

    background-color: rgba(255, 255, 255, 0.55);

    transition:
        width 0.3s ease,
        background-color 0.3s ease;
}


.hero-carousel .carousel-indicators button.active {
    width: 55px;

    background-color: #fff;
}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 768px) {

    .hero-carousel {
        min-height: 600px;
        height: 90vh;
    }


    .hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.55) 0%,
                rgba(0, 0, 0, 0.70) 100%
            );
    }


    .hero-content {
        align-items: center;
    }


    .hero-text {
        text-align: center;
    }


    .hero-text h1 {
        font-size: 2.5rem;
    }


    .hero-text p {
        font-size: 1rem;
        line-height: 1.6;
    }


    .hero-text .d-flex {
        justify-content: center;
    }


    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        width: 12%;
        opacity: 0.8;
    }


    .hero-carousel .carousel-indicators {
        margin-bottom: 20px;
    }

}