:root {
            --bs-font-sans-serif:  "Roboto Flex", sans-serif;
            --bs-body-font-family: var(--bs-font-sans-serif);
            --bs-body-color:       #0d1b3e;

            --navy:        #0d1b3e;
            --gold:        #FFDB8D;
            --white:       #ffffff;
            --gray:        #F8FAFC;
            --azul:        #222A42;
            --navbar-h:    72px;
            --transition-banner: 1.3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        html { scroll-behavior: smooth; }
        body { overflow-x: hidden; }

        .brand-corners {
            position: fixed;
            top: 0;
            left: calc(6% - 48px); /* right edge at 6% = banner left */
            height: 100%;
            width: 48px;
            pointer-events: none;
            z-index: 1040;
            opacity: 1;
            transition: opacity var(--transition-banner);
        }
        body.hero-full .brand-corners {
            opacity: 0;
        }

        .bg-half-gold {
            background: linear-gradient(to right, var(--gold) 50%, white 50%);
        }
        
        /* ══════════════════════════════════════════
           NAVBAR
        ══════════════════════════════════════════ */
        .site-navbar {
            height: var(--navbar-h);
            background: var(--white);
            transition: background 0.4s, box-shadow 0.4s;
        }
        .site-navbar .navbar-brand img { height: 44px; width: auto;  }

        /* Nav links — Courier Prime */
        .site-navbar .nav-link {
            font-family: 'Courier Prime', 'Courier New', monospace;
            font-weight: normal;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--navy) !important;
            padding-left: 0.85rem !important;
            padding-right: 0.85rem !important;
            transition: color 0.2s;
            font-size: 18px;
        }
        
        /* toggler lines — custom colour */
        .site-navbar .navbar-toggler { border: none; box-shadow: none; }
        .site-navbar .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230d1b3e' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }

        /* hero-expanded: transparent over dark background */
        .site-navbar.hero-expanded { background: transparent !important; box-shadow: none !important; }
        .site-navbar.hero-expanded .nav-link    { color: var(--white) !important; }

        .site-navbar.hero-expanded .navbar-brand img,
        .site-navbar.scrolled .navbar-brand img { filter: brightness(10); }

        .site-navbar.hero-expanded .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }

        /* scrolled */
        .site-navbar.scrolled {
            background: rgba(13, 27, 62, 0.96) !important;
            backdrop-filter: blur(8px);
            box-shadow: 0 2px 20px rgba(0,0,0,.18) !important;
        }
        .site-navbar.scrolled .nav-link { color: var(--white) !important; }
        .site-navbar.scrolled .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }

        .site-navbar .nav-link.active,
        .site-navbar .nav-link:hover { color: var(--gold) !important; font-weight: bold; }

        /* ══════════════════════════════════════════
           WHATSAPP FAB
        ══════════════════════════════════════════ */
        .fab-whatsapp {
            position: fixed;
            bottom: 28px;
            right: 28px;
            z-index: 1050;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #25d366;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 18px rgba(0,0,0,.22);
            text-decoration: none;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .fab-whatsapp:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(0,0,0,.30); }
        .fab-whatsapp svg   { width: 30px; height: 30px; fill: #fff; }

        .colibri{ width: 58px; height: 53px;}
        .roboto{ font-family: 'Roboto Flex', sans-serif; }

        .max-container{ max-width: 896px;}


        .marquee-wrapper { overflow: hidden; width: 100%; }

    /* default: centred single item */
    .marquee-track {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        will-change: transform;
    }
    /* scroll mode: left-aligned so translateX can move it freely */
    .marquee-track.is-scrolling {
        justify-content: flex-start;
    }

    .marquee-text,
    .marquee-text-clone {
        font-size: clamp(3rem, 6.5vw, 6.5rem);

        color: #C4CCD8;
        text-transform: uppercase;
        letter-spacing: 4px;
        user-select: none;
        padding: 0 40px;
        flex-shrink: 0;
    }
    .marquee-sep {
        font-size: clamp(3rem, 6.5vw, 6.5rem);
        font-weight: 900;
        color: #C4CCD8;
        user-select: none;
        flex-shrink: 0;
        padding: 0 20px;
    }
   
    .marquee-gold .marquee-sep ,
    .marquee-gold .marquee-text,
    .marquee-gold .marquee-text-clone {
        color:var(--gold);
    }

    .video-banner{
        position: relative;
        height: 370px;
        overflow: hidden;
        width: 100%;
        margin: 0px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

        .video-banner iframe {
            min-width: 100%; 
            min-height: 100%;
            aspect-ratio: 16 / 9; 
    
            position: absolute; 
            width: 100% !important;
            height: auto !important;
        }

        .tagicon{ width: 44px; height: 44px;}
        .always-bottom{ margin-top: auto !important; margin-bottom: 0px;}

        .btn-cta-gold{
            border:solid 2px #FFDB8D;  background: transparent; padding: 8px; font-size: 16px; font-weight:lighter;
            width: 100%; max-width: 300px; text-align: center; transition: all 0.3s;
        }
        .btn-cta-gold:hover{ background-color: #FFDB8D; color: #FFF;  }
        .btn-cta-gold>span{ color: #FFDB8D; font-weight: bold;}

        .btn-cta-blue{ text-decoration: none;;
            border:solid 2px #202A45;  background: #202A45; padding: 8px 50px; font-size: 16px; font-weight:500;
            text-align: center; transition: all 0.3s; color:white;
        }
        .btn-cta-blue:hover{ background-color: #304272; color: white; }   
        .btn-cta-blue>span{ color: #FFDB8D; font-weight: bold;}

        .partial-bg-gold {
            display: flex; justify-content: center;
            padding-top: 50px; padding-bottom: 60px;
        }

        .line-decoration{
            width: 100%; height: 34px; border-bottom: solid 2px var(--gold); margin: 0px; padding: 0px;
            background-image: url(/images/Capa_3.png); background-repeat: no-repeat; background-position: right 40px bottom; background-size: contain;
        }

        .line-decoration-blue{
            width: 100%; height: 34px; border-bottom: solid 2px var(--azul); border-top: solid 2px var(--azul); margin: 0px; padding: 0px;
            background-image: url(/images/decor_azul.png); background-repeat: no-repeat; background-position: left 40px bottom; background-size: contain;
        }


        .corners{ position: relative; display: inline-block;  }
        .corners::after {
            content:''; position: absolute; width: 48px; height: 48px; background-size: contain; display: block;
            top: -50px;
            left: -48px;
            background-image: url('/images/corner-top.png'); background-repeat: no-repeat;
        }
        .corners::before {
            content: ''; position: absolute; width: 48px; height: 48px; background-size: contain; display: block;
            bottom: -50px;
            right: -20px;
            background-image: url('/images/corner-bottom.png'); background-repeat: no-repeat;
        }

        .fs-l{ font-size: 70px;}
        
        .top-adjust{ margin-top: calc(var(--navbar-h) + 2px); }
        .banner-container{display: flex; flex-direction: column; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative;}
        .inner-banner{ min-height: 370px; display:flex; flex-direction: column; justify-content: center;   padding: 10px;}
        .inner-banner.banner-xl{ min-height: 450px;}
        .inner-banner.banner-xxl{ min-height: 550px;}

        .banner-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust 0.4 to change darkness */
  z-index: 1; /* Places the dark layer above the background */
}
/* Ensure your text/content stays on top of the overlay */
.banner-container > * {
  position: relative;
  z-index: 2;
}

        .banner-home{ background-image: url('/images/home-banner.png'); background-size: cover; background-position: center;
        background-repeat: no-repeat; height: 405px;}

        .footer-line{border-top:solid 2px var(--gold); border-bottom: solid 2px var(--gold); width: 100%; margin: 0px; padding: 0px; color:#9D9D9C; font-size:13px;  background-image: url(/images/Capa_3.png); background-repeat: no-repeat; background-position: right 40px bottom; background-size: contain;}
        .footer-line a{ text-decoration: none; color:#9D9D9C;}

        .top-pills { display: flex; justify-content: center; background-color: transparent; padding: 0px;  list-style: none; gap: 10px; margin-bottom: 30px;}
        .top-pills .nav-item{padding:0px 0px;}
        .top-pills .nav-link{ border: solid 2px #C6D6FF; background-color: white; padding: 8px 20px; text-align: center; border-radius: 24px; font-size: 14px; }
        .top-pills .nav-link.active,
        .top-pills .nav-link:hover{ border: solid 2px #FFDB8D; font-weight: bold; }

    
        .gallery > div { overflow: hidden; display: flex;}
        .gallery > div img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center;
            transition: transform 0.3s, box-shadow 0.3s;
            border:solid 10px #FFF1D4;
        }


        .btn-circle-blue{ display:flex; text-decoration: none; width: 60px; border-radius: 50%;
            border:solid 2px #202A45;  background: #202A45; font-weight:500;line-height: 60px;
            text-align: center; transition: all 0.3s; padding:0px; font-size: 24px; align-items: center; justify-content: center;
        }
        .btn-circle-blue:hover{ background-color: #304272; color: white; }   
        .btn-circle-blue>span{ color: #FFDB8D; font-weight: bold;}

        .btn-cta-quote{ text-decoration: none;
            border:solid 2px #202A45;  background: #2F4153; font-size: 16px; font-weight:500;
            text-align: center; transition: all 0.3s; color:white; padding: 8px 0px;
        }


        

        


        /* Hide corner marks on mobile */
        @media (max-width: 991.98px) { .brand-corners { display: none; } }