
/* =========================================================
   REFRATERMIC S.R.L. - STYLE.CSS
========================================================= */

:root{

    --primary:#041057;
    --secondary:#D71920;
    --dark:#09101D;
    --light:#ffffff;
    --gray:#f4f6fa;
    --text:#4b5563;

    --shadow-lg:0 20px 50px rgba(0,0,0,.15);
    --shadow-md:0 10px 30px rgba(0,0,0,.10);

    --radius-lg:28px;
    --radius-md:18px;

    --transition:.35s ease;

    --container:1320px;

}

/* =========================================================
   RESET
========================================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    color:var(--dark);
    background:#fff;
    overflow-x:hidden;
    line-height:1.6;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:var(--container);
    margin:auto;
}

/* =========================================================
   TOP BAR
========================================================= */

.top-bar{

    background: #082686;

    height: 42px;

    display: flex;

    align-items: center;
    

}

.top-bar-container{

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 100%;

}

.top-bar-left{

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

}

.top-bar-left span{

    color: #ffffff;

    font-size: .85rem;

    font-weight: 500;

    letter-spacing: .2px;

}

.header-wrapper{

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 99999;

}

/* =========================================================
   HEADER
========================================================= */

.main-header{

    

    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    
}

.header-container{

    width: 92%;

    max-width: 1400px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    height: 85px;

}

.logo{

    display: flex;

    align-items: center;

    justify-content: center;

    background: #ffffff;

    padding: 10px 18px;

    height: 85px;

}

.logo img{
     width: 340px;

    height: auto;

    display: block;;
}

.main-nav{
    flex:1;
    display:flex;
    justify-content:center;
}
/* =========================================================
MOBILE MENU TOGGLE
========================================================= */

.menu-toggle{

    display: none;

}

.nav-menu{
    display: flex;
    align-items: center;
    gap: 42px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu li{

    position: relative;
    list-style: none;

}

.nav-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #003b8e;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.nav-menu li a:hover {
    color: #e30613;
}

/* ======================================================
DROPDOWN MENUS
====================================================== */



    /* SUBMENU */

    .dropdown-menu{

    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 260px;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 0;
    box-shadow:
    0 12px 40px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .28s ease;
    z-index: 9999;
    border: 1px solid rgba(0,0,0,.06);
backdrop-filter: blur(8px);
    }

    /* SHOW DROPDOWN */
    .dropdown:hover .dropdown-menu{

    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}

   

    /* LINKS */

    .dropdown-menu li{
    width: 100%;

    }

    .dropdown-menu li a{

    display: block;
    padding: 11px 13px;
    color: #003B8E;
    font-size: .90rem;
    font-weight: 500;
    transition: .25s ease;
    white-space: nowrap;
    }

/* HOVER */

.dropdown-menu li a:hover{

    background: rgba(235, 236, 236, 0.06);
    color: #E31E24;
    padding-left: 28px;

}

/* MENU TITLES */

.menu-title{

    padding: 10px 22px;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #E31E24;
    letter-spacing: .08em;
    cursor: default;

}

/* DIVISION */

.refractarios-title{

    margin-top: 12px;

    border-top:
    1px solid rgba(0,0,0,.08);

    padding-top: 18px;

}

/* MEGA MENU */

.mega-menu{

    min-width: 250px;

}

.nav-menu a{

    color:#1f3ff3;
    font-weight:700;
    font-size:16px;

    transition:var(--transition);

}



.nav-menu a:hover{
    color:#D71920;
}

.btn-primary{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 24px;
    background:var(--secondary);
    color:#fff;
    border-radius:10px;
    font-weight:700;
    transition:var(--transition);

}

.btn-primary:hover{

    transform:translateY(-4px);
    box-shadow:var(--shadow-lg);

}

/* =========================================================
   HERO
========================================================= */

.hero-section{

    position:relative;
    min-height: 800px;
    overflow:hidden;
    padding-top: 92px;

}

.hero-slider{

    position:absolute;
    inset:0;

}

.hero-slide{

    position:absolute;
    inset:0;
    opacity:0;
    transition:1s ease;

}

.hero-slide.active{
    opacity:1;
}

.hero-slide img{

    width:100%;
    height:100%;

    object-fit:cover;

}

/* =========================================================
   HERO DYNAMIC TEXTS
========================================================= */

.hero-subtitle-item,
.hero-title-item,
.hero-text-item{

    display: none;

}

.hero-subtitle-item.active,
.hero-title-item.active,
.hero-text-item.active{

    display: block;

}

.hero-overlay{

    position: absolute;

    inset: 0;
    background:
    linear-gradient(
    90deg,
    rgba(0,0,0,.48) 0%,
    rgba(83, 83, 83, 0.5) 45%,
    rgba(0,0,0,.18) 100%
    );
}

.hero-content{

    max-width:760px;
    color:#fff;
    padding-top: 80px;

}

.section-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:0px 0px;

    background: rgba(172, 171, 171, 0.12);

    border: 1px solid rgba(255,255,255,.22);

    border-radius:px;

    color:#eef1f3;

    font-size:1rem;

    font-weight:700;

    letter-spacing:.16em;

    text-transform:uppercase;

    margin-bottom:22px;

}

.hero-content h1{

    font-size: 1.8rem;
    line-height: 1.02;
    max-width: 620px;
    margin-top: 14px;
    margin-bottom: 32px;
    font-weight: 800;
    color: #ffffff;
    text-shadow:
    0 4px 18px rgba(0,0,0,.45);
    

}

.hero-content p{

    font-size:1.2rem;
    font-weight: 700;
    color:rgba(255,255,255,.88);
    max-width:640px;
    margin-bottom:38px;
    text-shadow:
    0 2px 10px rgba(0,0,0,.55);

}

.hero-buttons{

    display:flex;
    gap:18px;
    flex-wrap:wrap;

}

.btn-secondary{

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

    padding:16px 28px;

    border-radius:10px;

    background:#fff;
    color:var(--primary);

    font-weight:700;

    transition:var(--transition);

}

.btn-secondary:hover{

    transform:translateY(-4px);

}

.hero-bar{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    z-index:20;

    background:var(--primary);

    height:90px;

    display:flex;

    align-items:center;

}
.hero-bar-container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:10px;

}

.hero-bar-item{

    display:flex;

    align-items:center;

    gap:14px;

    color:#fff;

    flex:1;

}

.hero-bar-item img{

    width:44px;

    height:44px;

    object-fit:contain;

}

.hero-bar-item strong{

    display:block;

    font-size:1.4rem;

    font-weight:800;

    color:#fff;

    line-height:1.1;

    text-transform:uppercase;

}

.hero-bar-item span{

    display:block;

    font-size:.85rem;

    text-transform:uppercase;

    opacity:.92;

    letter-spacing:.04em;

}
/* =========================================================
   HERO DESKTOP LARGE REFINEMENT
========================================================= */

@media screen and (min-width:1601px){

    .hero-section{

        min-height: 920px;

    }

    .hero-content{

        padding-top: 120px;

        max-width: 760px;

    }

    .section-tag{

        margin-bottom: 48px;

    }

    .hero-content h1{

        font-size: 4.2rem;

        line-height: 1;

        margin-bottom: 68px;

        max-width: 700px;

    }

    .hero-content p{

        margin-bottom: 56px;

        max-width: 680px;

        line-height: 1.8;

    }

    .hero-buttons{

        margin-top: 10px;

        gap: 24px;

    }

}

/* =========================================================
   SECTIONS
========================================================= */



/* =========================================================
   ABOUT SECTION
========================================================= */

.about-section{

    position: relative;

    padding: 140px 0 120px;

    background:
    linear-gradient(
    180deg,
    #f7f8fb 0%,
    #ffffff 100%);

    overflow: hidden;

}

/* BACKGROUND DECORATION */

.about-section::before{

    content:"";

    position:absolute;

    left:-120px;
    bottom:-120px;

    width:420px;
    height:420px;

    background:
    radial-gradient(
    circle,
    rgba(0,59,142,.05) 0%,
    rgba(0,59,142,0) 70%);

    z-index:1;

}

.about-section::after{

    content:"";

    position:absolute;

    right:-140px;
    bottom:-140px;

    width:500px;
    height:500px;

    background:
    radial-gradient(
    circle,
    rgba(227,30,36,.04) 0%,
    rgba(227,30,36,0) 70%);

    z-index:1;

}

/* CONTAINER */

.about-container{

    position:relative;

    z-index:2;

    width:92%;
    max-width:1400px;

    margin:0 auto;

}

/* =====================================================
TOP INTRO
===================================================== */

.about-intro{

    text-align:center;

    margin-bottom:80px;

}

/* GLASS BRAND */

.about-brand{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:22px 70px;

    border-radius:100px;

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.75),
    rgba(255,255,255,.38));

    backdrop-filter:blur(14px);

    border:
    1px solid rgba(255,255,255,.9);

    box-shadow:
    0 10px 40px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.9);

    margin-bottom:34px;

}

.about-brand span{

    font-size:2rem;

    font-weight:800;

    letter-spacing:.28em;

    color:#003B8E;

    text-transform:uppercase;

}

/* LINE */

.about-divider{

    width:80px;
    height:4px;

    background:#003B8E;

    border-radius:100px;

    margin:0 auto 34px;

}

/* H2 */

.about-title{

    max-width:980px;

    margin:0 auto;

    font-size:2rem;

    line-height:1.2;

    font-weight:800;

    color:var(--primary);

    letter-spacing:-1px;

}

/* =====================================================
CONTENT GRID
===================================================== */

.about-grid{

    display:grid;

    grid-template-columns:1.15fr .95fr;

    gap:90px;

    align-items:start;

}

/* =====================================================
LEFT TEXT
===================================================== */

.about-text{

    padding-left:30px;

}

.about-text p{

    font-size:1.32rem;

    text-align: justify;

    line-height:1.6;

    color:#374151;

    margin-bottom:38px;

    font-weight:400;

}

/* =====================================================
RIGHT FEATURES
===================================================== */

.about-features{

    display:flex;

    flex-direction:column;

    gap:4px;

    padding-right:20px;

}

/* ITEM */

.feature-item{

    display:flex;

    align-items:flex-start;

    gap:26px;

    padding-bottom:28px;

    border-bottom:
    1px solid rgba(0, 0, 0, 0.08);

}

/* ICON */

.feature-icon{

    flex-shrink:0;

    width:74px;
    height:74px;

    display:flex;

    align-items:center;
    justify-content:center;

}

.feature-icon img{

    width:58px;
    height:58px;

    object-fit:contain;

    opacity:.72;

   

}

/* TEXT */

.feature-content h3{

    font-size:1.45rem;

    color:#1f2937;

    margin-bottom:10px;

    font-weight:700;

}

.feature-content p{

    font-size:1.12rem;

    line-height:1.8;

    color:#5b6472;

}



/* =========================================================
   ABOUT
========================================================= */

.about-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;

}

.about-content h2{

    font-size:3rem;
    margin-bottom:30px;
   

}

.about-content p{

    color:var(--text);
    margin-bottom:22px;

}

.about-image img{

    border-radius:var(--radius-lg);
    overflow:hidden;

    box-shadow:var(--shadow-lg);

}


/* =========================================================
   SERVICES SECTION
========================================================= */

.services-section{

    position: relative;

    padding: 130px 0;

    background:
    linear-gradient(
        to bottom,
        #f5f7fb 0%,
        #ffffff 100%
    );

    overflow: hidden;

}

.servicios-titulo{

    color: #d71920;

}




/* =========================================================
   SECTION HEADER
========================================================= */

.services-header{

    text-align: center;

    max-width: 980px;

    margin: 0 auto 90px;

}

.services-header .section-tag{

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 18px 22px;

    border-radius: 100px;

    background:
    rgba(255,255,255,.55);

    border:
    1px solid rgba(0,59,142,.08);

    backdrop-filter: blur(12px);

    font-size: 1.1rem;

    font-weight: 800;

    letter-spacing: .22em;

    text-transform: uppercase;

    color: #003B8E;

    margin-bottom: 36px;

}



.services-header h2{

    font-size: 3.2rem;

    line-height: 1;

    font-weight: 600;

    color: var(--primary);

    margin-bottom: 28px;

}

.services-header p{

    font-size: 1.15rem;

    line-height: 1.5;

    color: #5e7761;

    max-width: 920px;

    margin: 0 auto;

}

/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid{

    display: grid;

    grid-template-columns:
    repeat(4,1fr);

    gap: 28px;

    align-items: stretch;

}

/* =========================================================
   SERVICE CARD
========================================================= */

.service-card{

    display: flex;

    flex-direction: column;

    height: 100%;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow:
    0 12px 40px rgba(0,0,0,.05);

    transition: all .35s ease;

    border:
    1px solid rgba(0,0,0,.04);

}

.service-card:hover{

    transform: translateY(-10px);

    box-shadow:
    0 20px 50px rgba(0,0,0,.10);

}

/* =========================================================
   IMAGE
========================================================= */

.service-card img{

    width: 100%;

    height: 250px;

    object-fit: cover;

}

/* =========================================================
   CONTENT
========================================================= */

.service-content{

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 36px 30px 34px;

}

.service-number{

    font-size: 2rem;

    font-weight: 600;

    color: #E31E24;

    line-height: 1;

    margin-bottom: 4px;

}

.service-content h3{

    font-size: 1.2rem;

    line-height: 1;

    font-weight: 700;

    color: #001B4E;

    margin-bottom: 28px;

}

.service-content p{

    font-size: 1.06rem;

    line-height: 1.2;

    color: #5E6577;

    text-align: justify;

    margin-bottom: 34px;

}

/* =========================================================
   LIST
========================================================= */

.service-content ul{

    margin: 0 0 38px;

    padding: 0;

    list-style: none;

}

.service-content ul li{

    position: relative;

    padding-left: 22px;

    margin-bottom: 8px;

    font-size: 1rem;

    line-height: 1.3;

    color: #001B4E;

}

.service-content ul li::before{

    content: "";

    position: absolute;

    top: 11px;

    left: 0;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #E31E24;

}

/* =========================================================
   BUTTON
========================================================= */

.service-btn{

    margin-top: auto;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 56px;

    padding: 0 28px;

    border-radius: 15px;

    border:
    2px solid rgba(104, 103, 103, 0.16);

    background: transparent;

    color: #03328a;

    font-size: .92rem;

    font-weight: 700;

    letter-spacing: .04em;

    transition: all .30s ease;

}

.service-btn:hover{

    background: #001B4E;

    color: #ffffff;

    transform: translateY(-2px);

}

/* =========================================================
   MATERIALS
========================================================= */

.materials-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;

}

.material-card{

    background:#fff;

    border-radius:var(--radius-lg);

    overflow:hidden;

    box-shadow:var(--shadow-md);

    transition:var(--transition);

}

.material-card:hover{

    transform:translateY(-8px);

}

.material-card img{

    height:260px;
    object-fit:cover;

}

.material-content{

    padding:28px;

}

.material-category{

    display:inline-block;

    margin-bottom:16px;

    color:var(--secondary);

    font-size:14px;
    font-weight:700;
    text-transform:uppercase;

}

.material-content h3{

    font-size:1.5rem;
    margin-bottom:20px;

}

.material-specs{

    display:flex;
    flex-direction:column;
    gap:14px;

    margin-bottom:28px;

}

.material-specs li{

    font-size:14px;
    color:var(--text);

    border-bottom:1px solid #eceff4;

    padding-bottom:10px;

}

/* =========================================================
   CTA
========================================================= */

.cta-section{

    background:
    linear-gradient(
    135deg,
    #09101D 0%,
    #0B2A5B 100%
    );

    color:#fff;

}

.cta-box{

    text-align:center;

    max-width:900px;
    margin:auto;

}

.cta-box h2{

    font-size:3rem;
    margin-bottom:24px;

}

.cta-box p{

    color:rgba(255,255,255,.82);
    margin-bottom:34px;

}

/* =========================================================
   PROJECTS
========================================================= */

.projects-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:34px;

}

.project-card{

    background:#fff;

    border-radius:var(--radius-lg);

    overflow:hidden;

    box-shadow:var(--shadow-md);

}

.project-image-wrapper{

    overflow:hidden;

}

.project-image-wrapper img{

    height:420px;
    object-fit:cover;

}

.project-content{

    padding:32px;

}

.project-sector{

    display:inline-block;

    margin-bottom:18px;

    color:var(--secondary);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;

}

.project-content h3{

    font-size:1.7rem;
    margin-bottom:22px;

}

.project-details{

    display:flex;
    flex-direction:column;
    gap:12px;

    color:var(--text);

}

/* =========================================================
   CONTACT
========================================================= */

.contact-page-section{

    background:var(--gray);

}

.contact-grid{

    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:50px;

}

.contact-form-wrapper,
.contact-info-card{

    background:#fff;

    border-radius:var(--radius-lg);

    padding:50px;

    box-shadow:var(--shadow-md);

}

.contact-form{

    display:flex;
    flex-direction:column;
    gap:24px;

}

.form-group{

    display:flex;
    flex-direction:column;
    gap:10px;

}

.form-group label{

    font-weight:700;

}

.form-group input,
.form-group textarea,
.form-group select{

    width:100%;

    padding:18px;

    border:1px solid #dbe1ea;

    border-radius:14px;

    font-size:16px;

}

.form-group textarea{

    resize:none;

}

.policy-group{

    display:flex;
    align-items:flex-start;
    gap:14px;

    font-size:14px;

}

.policy-link{

    background:none;
    border:none;

    color:var(--secondary);

    cursor:pointer;

    font-weight:700;

}

.full-width-btn{

    width:100%;

}

.office-block{

    margin-bottom:34px;

}

.office-block h3{

    margin-bottom:10px;

}

.office-block p,
.office-block a{

    color:var(--text);

}


/* =========================================================
   CTA SECTION
========================================================= */

.cta-section{

    position: relative;

    padding: 50px 0;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
    linear-gradient(
        rgba(2,22,58,.78),
        rgba(2,22,58,.78)
    ),
    url('../images/backgrounds/cta-background-industrial-refratermic.webp');

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}

/* OVERLAY LIGHT */

.cta-section::before{

    content: "";

    position: absolute;

    inset: 0;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.12),
        rgba(0,0,0,.04)
    );

    z-index: 1;

}

/* CONTENT */

.cta-content{

    position: relative;

    z-index: 5;

    max-width: 980px;

    margin: 0 auto;

    text-align: center;

}

/* BADGE */

.cta-tag{

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 16px 34px;

    border-radius: 100px;

    background:
    rgba(255,255,255,.08);

    border:
    1px solid rgba(255,255,255,.12);

    color: #ffffff;

    font-size: .78rem;

    font-weight: 700;

    letter-spacing: .22em;

    text-transform: uppercase;

    margin-bottom: 34px;

    backdrop-filter: blur(10px);

}

/* TITLE */

.cta-content h2{

    font-size: 3rem;

    line-height: 1.08;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 26px;

    text-shadow:
    0 8px 30px rgba(0,0,0,.35);

}

/* TEXT */

.cta-content p{

    max-width: 760px;

    margin: 0 auto 42px;

    font-size: 1.15rem;

    line-height: 1.8;

    color:
    rgba(255,255,255,.88);

}

/* BUTTON */

.cta-button{

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    padding: 22px 22px;

    border-radius: 10px;

    background: #E31E24;

    color: #ffffff;

    font-size: .95rem;

    font-weight: 700;

    letter-spacing: .06em;

    text-transform: uppercase;

    transition: all .35s ease;

    box-shadow:
    0 20px 45px rgba(227,30,36,.28);

}

.cta-button:hover{

    transform: translateY(-4px);

    background: #ff2b31;

    box-shadow:
    0 24px 50px rgba(227,30,36,.34);

}


/* =========================================================
   CLIENTES / EMPRESAS
========================================================= */

.clients-section{

    position: relative;

    padding: 110px 0 90px;

    background: #ffffff;

    overflow: hidden;

}

/* =========================================================
   HEADER
========================================================= */

.clients-header{

    text-align: center;

    margin-bottom: 75px;

}

.clients-header .section-tag{

    margin: 0 auto 24px;
    color:rgb(121, 120, 120);
    background:
    rgba(231, 230, 230, 0.42);

    border:
    1px solid rgba(0,43,107,.08);

}

.clients-header h2{

    font-size: clamp(2.4rem, 4vw, 3.1rem);

    font-weight: 800;

    line-height: 1.05;

    color:var(--primary);

    margin-bottom: 18px;

}

/* =========================================================
   GRID
========================================================= */

.clients-grid{

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 65px 50px;

    align-items: center;

}

/* =========================================================
   LOGO WRAPPER
========================================================= */

.client-logo{

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 90px;

    padding: 10px;

    transition:
    transform .35s ease,
    opacity .35s ease;

}

.client-logo:hover{

    transform: translateY(-4px);

}

/* =========================================================
   IMAGE
========================================================= */

.client-logo img{

    max-width: 220px;

    width: 100%;

    max-height: 102px;

    object-fit: contain;

    

    opacity: .82;

    transition:
    filter .35s ease,
    opacity .35s ease,
    transform .35s ease;

}

.client-logo:hover img{

    filter: grayscale(0%);

    opacity: 1;

    transform: scale(1.05);

}

/* =========================================================
SECTORES TICKER
========================================================= */

.sectors-ticker-section{

    position: relative;

    padding: 90px 0 70px;

    background:
    linear-gradient(
        to bottom,
        #b2b1b3 0%,
        #f5f7fb 100%
    );

    overflow: hidden;

}

/* HEADER */

.sectors-header{

    text-align: center;

    margin-bottom: 50px;

}

/* BADGE */

.sectors-header .section-badge{

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 16px 34px;

    border-radius: 999px;

    background:
    rgba(255,255,255,.72);

    border:
    1px solid rgba(0,43,107,.08);

    backdrop-filter: blur(10px);

    font-size: 1.1rem;

    font-weight: 800;

    letter-spacing: .24em;

    text-transform: uppercase;

    color: #003B8E;

    box-shadow:
    0 10px 30px rgba(0,0,0,.04);

}

.sectors-header h2{

    font-size: clamp(2.4rem, 4vw, 2.5rem);

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -.03em;

    color: #545b6d;

    margin-top: 24px;

}

/* TICKER */

.ticker-wrapper{

    position: relative;

    width: 100%;

    overflow: hidden;

    border-top:
    1px solid rgba(0,0,0,.06);

    border-bottom:
    1px solid rgba(0,0,0,.06);

    background: #ffffff;

    padding: 26px 0;

}

/* TRACK */

.ticker-track{

    display: flex;

    align-items: center;

    width: max-content;

    animation:
    tickerMove 38s linear infinite;

}

/* ITEMS */

.ticker-track span{

    font-size: 1.05rem;

    font-weight: 700;

    letter-spacing: .04em;

    color: #002a6b;

    text-transform: uppercase;

    white-space: nowrap;

    padding: 0 14px;

}

/* DIVIDER */

.ticker-track .divider{

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #E31E24;

    padding: 0;

    margin: 0 18px;

}

/* ANIMATION */

@keyframes tickerMove{

    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-50%);
    }

}


/* =========================================================
   FOOTER
========================================================= */

.main-footer{

    position: relative;

    background:var(--primary);
   
    overflow: hidden;

}

/* =========================================================
   FOOTER CONTAINER
========================================================= */

.footer-container{

    display: grid;

    grid-template-columns:
    1.4fr
    .9fr
    .9fr
    1fr;

    gap: 70px;

    padding:
    45px 0 20px;

}

/* =========================================================
   LOGO
========================================================= */

.footer-logo{

    display: inline-block;

}

.footer-logo img{

    width: 340px;

    height: auto;

    display: block;

}

/* =========================================================
   FOOTER BRAND
========================================================= */

.footer-brand p{

    margin-top: 34px;

    color:
    rgba(255,255,255,.78);

    font-size: 1rem;

    line-height: 2;

    max-width: 420px;

}

/* =========================================================
   SOCIAL
========================================================= */

.footer-social{

    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 38px;

}

.footer-social a{

    width: 46px;

    height: 46px;

    border-radius: 50%;

    border:
    0px solid rgba(255,255,255,.18);

    transition: all .28s ease;

}

.footer-social a:hover{

    transform:
    translateY(-4px);

    border-color:
    rgba(255,255,255,.42);

}

/* =========================================================
   TITLES
========================================================= */

.footer-links h4,
.footer-contact h4{

    color: #ffffff;

    font-size: 1.45rem;

    font-weight: 700;

    margin-bottom: 34px;

    letter-spacing: .02em;

}

/* =========================================================
   LINKS
========================================================= */

.footer-links ul{

    list-style: none;

    margin: 0;

    padding: 0;

}

.footer-links ul li{

    margin-bottom: 24px;

}

.footer-links ul li a{

    color:
    rgba(255, 255, 255, 0.72);

    font-size: 1.08rem;

    transition: all .25s ease;
   

}

.footer-links ul li a:hover{

    color: #ffffff;

    padding-left: 6px;

}

/* =========================================================
   CONTACT
========================================================= */

.footer-contact p{

    color:
    rgba(255,255,255,.72);

    font-size: 1rem;
    padding-left: 25px;

    line-height: 1.8;

    margin-bottom: 24px;

}

/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom{

    border-top:
    1px solid rgba(255,255,255,.08);

    background:
    rgba(255,255,255,.03);

    padding:
    22px 0;

}

/* =========================================================
   BOTTOM CONTAINER
========================================================= */

.footer-bottom-container{

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;

    flex-wrap: wrap;

}

/* =========================================================
   BOTTOM TEXT
========================================================= */

.footer-bottom p{

    color:
    rgba(255,255,255,.62);

    font-size: .95rem;

}

/* =========================================================
   LEGAL LINKS
========================================================= */

.footer-bottom-links{

    display: flex;

    align-items: center;

    gap: 26px;

}

.footer-bottom-links a{

    color:
    rgba(255,255,255,.72);

    font-size: .96rem;

    transition: all .25s ease;

}

.footer-bottom-links a:hover{

    color: #ffffff;

}

/* =========================================================
   CREDIT
========================================================= */

.footer-credit{

    display: flex;

    align-items: center;

    gap: 10px;

}

.footer-credit a{

    color: #ffffff;

    font-weight: 700;

    transition: all .25s ease;

}

.footer-credit a:hover{

    opacity: .8;

}



/* =========================================================
   MODALS FOOTER
========================================================= */

.footer-modal{

    position: fixed;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 30px;

    background:
    rgba(0,0,0,.72);

    backdrop-filter: blur(6px);

    z-index: 99999;

    opacity: 0;

    visibility: hidden;

    transition:
    opacity .35s ease,
    visibility .35s ease;

}

/* ACTIVE */

.footer-modal.active{

    opacity: 1;

    visibility: visible;

}

/* =========================================================
   MODAL CONTENT
========================================================= */

.footer-modal-content{

    position: relative;

    width: 100%;

    max-width: 720px;

    background: #ffffff;

    border-radius: 28px;

    padding:
    54px 54px 46px;

    box-shadow:
    0 25px 80px rgba(0,0,0,.22);

    transform:
    translateY(30px);

    transition:
    transform .35s ease;

}

/* ACTIVE ANIMATION */

.footer-modal.active
.footer-modal-content{

    transform:
    translateY(0);

}

/* =========================================================
   TITLES
========================================================= */

.footer-modal-content h2{

    font-size: clamp(2rem,4vw,3rem);

    font-weight: 800;

    line-height: 1.1;

    color: #001B48;

    margin-bottom: 28px;

}

/* =========================================================
   TEXT
========================================================= */

.footer-modal-content p{

    font-size: 1.05rem;

    line-height: 2;

    color: #5A6475;

    margin-bottom: 20px;

}

/* =========================================================
   CLOSE BUTTON
========================================================= */

.footer-modal-close{

    position: absolute;

    top: 18px;

    right: 18px;

    width: 48px;

    height: 48px;

    border: none;

    border-radius: 50%;

    background:
    rgba(0,0,0,.05);

    color: #001B48;

    font-size: 1.5rem;

    cursor: pointer;

    transition: all .28s ease;

}

/* HOVER */

.footer-modal-close:hover{

    background: #E31E24;

    color: #ffffff;

    transform: rotate(90deg);

}


/* =========================================================
   INTERNAL HERO
========================================================= */

.internal-hero{

    position:relative;

    min-height:72vh;

    display:flex;
    align-items:center;

    overflow:hidden;

}

.internal-hero-image{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}

.internal-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
    90deg,
    rgba(9,16,29,.9) 0%,
    rgba(9,16,29,.65) 45%,
    rgba(9,16,29,.35) 100%
    );

    z-index:1;

}

.internal-content{

    position:relative;
    z-index:2;

    color:#fff;

    max-width:760px;

}

/* =========================================================
   WHATSAPP FLOAT
========================================================= */

.floating-whatsapp{

   position: fixed;

    right: 24px;
    bottom: 24px;

    width: 64px;
    height: 64px;

    background: #25D366;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    box-shadow:
    0 8px 24px rgba(37,211,102,.38);

    z-index: 9999;

    transition: .3s ease; 

}
.floating-whatsapp:hover{

    transform: scale(1.08);

}
.floating-whatsapp img{

    width: 34px;

    height: 34px;

    object-fit: contain;

}

/* =========================================================
   MODALS
========================================================= */

.modal-overlay{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.7);

    opacity:0;
    visibility:hidden;

    transition:var(--transition);

    z-index:9998;

}

.modal-overlay.active{

    opacity:1;
    visibility:visible;

}

.modal{

    position:fixed;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%) scale(.9);

    width:90%;
    max-width:700px;

    background:#fff;

    border-radius:var(--radius-lg);

    padding:50px;

    z-index:9999;

    opacity:0;
    visibility:hidden;

    transition:var(--transition);

}

.modal.active{

    opacity:1;
    visibility:visible;

    transform:translate(-50%,-50%) scale(1);

}

.close-modal{

    position:absolute;

    top:20px;
    right:20px;

    background:none;
    border:none;

    font-size:32px;

    cursor:pointer;

}

/* =========================================================
   HELPERS
========================================================= */

.reveal{
    opacity:1;
}

.dark-section{

    background:#09101D;
    color:#fff;

}

.dark-section p,
.dark-section li{

    color:rgba(255,255,255,.72);

}

/* =========================================================
   END
========================================================= */
