:root {
    --site-color: #3a7afe;
    --main-color: #ebeef6;
    --active-color: #2a59d0;
    --green-banner: #1f2d38;
    --bg-color: #FFFFFF;
    --second-color: #ffffff;
    --third-color: #9fa7bd;
    --gray-color: #dbdbdb;
    --fourth-color: #363636;
    --fifth-color: #000;
    --sixth-color: #FFFFFF;
    --white-color: #FFFFFF;
    --main-bg-color: #d7c309;
    --main-bg-color-dash: #ffffff;
    --danger-smooth: #f3e7e7;
    --second-bg-color: #363636;
    --third-bg-color: #3a7afe;
    --fourth-bg-color: #363636;
    --brown-color-dash: #e1e0e0;
    --primary-color: #3a7afe;
    --success-color: #3a7afe;
    --info-color: #5bc0de;
    --warning-color: #a27f19;
    --warning-color-dash: #f3d4a8;
    --danger-color: #d2322d;
    --danger-color-light: #f5e7e6;
    --primary-color-second: #cfe2ff;
    --success-color-second: #755506;
    --info-color-second: #cfe2ff;
    --warning-color-second: #a27f19;
    --yallow: #c5c19edf;
    --danger-color-second: #f9eff0;
    --btn-success: #47a447;
    --brown: #e7e5d5df;
    --brown-light: #eeecdddf;
    --yaloow-2: #fcfc00;
    --purple: #00297f;
    --green: #1b721b;
    --honey: #d8a303;
    --honey-light: #f5eac9;
}
.header-logo-ANTB {
    color: var(--bg-color);
    padding: 10px;
    font-size: 1rem;
    background-color: var(--warning-color);
}
.header-logo-ANTB a{
    color: var(--bg-color);
    text-shadow: 3px 3px 3px var(--second-bg-color);
    animation: slideLeft 1.6s ease forwards;
    opacity: 0;
}

a {
    text-decoration: none;
    color: #5c5b5b; /* Exemplo: cor cinza escuro */
}
a:link, a:visited {
    text-decoration: none; /* Remove a linha */
}
.txt-large-banner {
    position: absolute;
    text-decoration: none;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(37, 44, 52, 0.863);
}
.img-header{
    width: 100%;
    height: calc(80% - 64px);
    background-image: url('../img/back_antb.avif');
    background-size: cover;
    background-position: center;
    text-align: center;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,8);(58, 57, 57, 0.8)*/
    color: var(--light-1);
    position: relative;
    overflow: hidden;
}
.intro p{
    margin: 1rem auto;
}
.intro-img{
    position: absolute;
    margin-top: 0px;
    width: 200px;
    top: 200px;
    height: 38px;
    color: rgb(168, 124, 1);
    background-color:var(--light-1);
    border-radius: 20px;
    text-shadow:none;
    padding: 4px;
    box-shadow: 10px 5px 5px -3px rgba(0,0,0,0.8);
}
.intro-img img{
    width: 100%;
}

.header-footer{
    width: 72px;
    position: absolute;
    bottom:20px;
    left:calc(50% - 36px);
    margin:0 auto;
    animation: updown 0.75s infinite alternate;
    -webkit-animation: updown .75s infinite alternate;
}
.header-footer svg{
    width: 100%;
    fill: var(--light-1);
    filter:drop-shadow(2px 2px 6px rgba(0,0,0,.4));
}
#header-footer-desktop{
    display: block;
}
#header-footer-mobile{
    display: none;
}
@keyframes updown {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.default-half{
    width: 100%;
    flex-wrap: wrap;
    color: #3a3a3a;
}
.default-half hr{
    width: 100%;
    height: 2px;
    border: none;
    background-color: #f4b223;
}
.half-img{
    width: 200px;
}
.half-img img{
    width: 100%;
    border-radius: 10px;
}
.half-txt{
    flex: 1;
    padding-left: 2rem;
    color: #3a3a3a;
}
.half-txt h2{
    margin-bottom: 1rem;
    color: #1f2d38;
}
.apresentation{
    border-top: 6px dashed var(--light-1);
    width: 100%;
    background-color: #1f2d38;
    color: var(--light-1);
}
.apresentation h2{
    margin-bottom: 2rem;
}
.apresentation h2 img{
    width: 38px;
    margin-right: 1rem;
}
/*FALE CONOSCO*/
.section-link{
    width: 100%;
    background-color: var(--tertiary-4);
    color: var(--light-1);
    text-align: center;
    padding: 10px 10px;
    text-align:center;
    flex-wrap: wrap;
}
.section-link .container-small{
    flex-wrap: wrap;
    gap: 1rem;
}
.section-link .container-small div{
    max-width: calc(100% - 260px);
}
.section-link a{
    max-width: 150px;
    padding: .5rem .75rem;
    border-radius: 6px;
    background: var(--primary-gradient);
    color: var(--light-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-link a img{
    width: 20px;
    margin-right: 5px;
    margin-left: 1px;
}
.questions{
    width:100%;
    max-width: 1080px;
    margin: 0 auto;
}
.question{
    width: 100%;
    border-left: 1px solid var(--light-4);
    border-right: 1px solid var(--light-4);
}
.question:first-child{
    border-top: 1px solid var(--light-4);
    border-bottom: 1px solid var(--light-4);
}
.question:not(:first-child) {
    border-bottom: 1px solid var(--light-4);
}
.question-header{
    width: calc(100% - 50px);
    padding: 25px;
    cursor: pointer;
    background-color: var(--light-1);
    color:var(--dark-3);
}
.question-copy{
    width: calc(100% - 50px);
    padding: 0 25px 25px 25px;
    background-color: var(--light-1);
    color: var(--dark-4);
    display: none;
    overflow: hidden;
}
.question-copy a{
    color: var(--primary-3);
}
.question-copy ul{
    width: calc(100% - 20px);
    margin:20px 0;
    margin-left: 20px;
    list-style: circle;
}
.question-copy ul li{
    height: 34px;
}
.question-copy p{
    margin-bottom: 20px;
}
.question-copy p:last-child{
    margin-bottom: 0;
}
.question-footer{
    width: 100%;
    text-align: center;
}
.question-footer a{
    width: fit-content;
    padding: 10px 14px;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgba(0,0,0,.15);
    color: var(--light-1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    background-color: var(--primary-3);
    border-radius: 6px;
}
.question-footer a svg{
    width: 20px;
    margin-right: 8px;
    fill:var(--light-1);
}
.default{
    width: 100%;
    flex-wrap: wrap;
}
#terms h2{
    padding:40px 0 20px 0;
}
#terms h2:first-child{
    padding:0 0 20px 0;
}
.hr-page{
    border:none;
    height: 2px;
    background-color: var(--light-4);
}
.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0 20px;
    font-family: sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Essencial para responsividade */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section ul li {
list-style-type: none;
}

.footer-section h3 {
    margin-bottom: 15px;
    color: #00bcd4; /* Cor de destaque */
}

.footer-section a {
    color: #bbb;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    color: #777;
}
* {
    box-sizing: border-box;
}

.header-loadway {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 64px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(31, 45, 56, .86);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px rgba(0,0,0,.18);
}

.header-logo-loadway {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: .3px;
}
.header-logo-loadway a{
   color: #FFFFFF;
}
.header-logo-loadway img {
    width: 34px;
    height: 34px;
}

.header-menu-loadway a {
    color: #fff;
    text-shadow: 2px 3px 2px #333333;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    padding: .55rem .9rem;
    border-radius: 999px;
    background-color: rgba(244, 178, 35, 0.9);
    transition: .3s ease;
}

.header-menu-loadway a:hover {
    background: #f4b223;
    color: #fff;
    text-shadow: 2px 3px 2px #333333;
    transform: translateY(-2px);
}

.hero-loadway {
    position: relative;
    min-height: 92vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url('../img/back-loadway.avif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(13, 20, 26, .82) 0%,
            rgba(13, 20, 26, .58) 38%,
            rgba(13, 20, 26, .16) 60%,
            rgba(13, 20, 26, .05) 70%
        );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;

    /* sobe o conteúdo */
    padding: 70px 5% 50px;

    color: #fff;

    /* ajuste fino */
    margin-top: -120px;
}

.hero-content {
    animation: heroEnter .9s ease forwards;
}

@keyframes heroEnter {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-tag {
    display: inline-block;
    margin-bottom: 1.1rem;
    padding: .55rem 1rem;
    border-radius: 999px;
    background-color: rgba(244, 178, 35, 0.9);
    color: #ffffff;
    text-shadow: 2px 3px 2px #333333;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-size: .82rem;
    box-shadow: 5px 5px 4px 2px rgba(0, 0, 0, 0.3);
}

.hero-content h1 {
    font-size: clamp(1.5rem, 5vw, 5.4rem);
    line-height: 1.02;
    margin: 0 0 1.2rem;
    font-weight: 900;
    text-shadow: 0 8px 28px rgba(0,0,0,.45);
}

.hero-content p {
    max-width: 650px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255,255,255,.92);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary-loadway,
.btn-secondary-loadway {
    padding: .95rem 1.35rem;
    border-radius: 999px;
    font-weight: 600;
    transition: .3s ease;
}

.btn-primary-loadway {
    background: #f4b223;
    color: #ffffff;
    text-shadow: 2px 2px 1.5px #262525,
    2px 2px 4px #262525;
    box-shadow: 5px 5px 4px 2px rgba(0, 0, 0, 0.3);
}

.btn-secondary-loadway {
    color: #fff;
    border: 2px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.08);
}

.btn-primary-loadway:hover,
.btn-secondary-loadway:hover {
    transform: translateY(-3px);
}

.section-support {
    background: #f4b223;
    color: #1f2d38;
    padding: 14px 5%;
    font-weight: 700;
}

.container-loadway {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.section-support .container-loadway {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    text-align: center;
}

.section-support a {
    background: #1f2d38;
    color: #fff;
    padding: .55rem .9rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.main-content-loadway {
    padding: 70px 0;
}

.cards-loadway {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.info-card-loadway {
    background: #fff;
    border-radius: 24px;
    padding: 1.4rem;
    display: flex;
    gap: 1.4rem;
    align-items: center;
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
    border: 1px solid rgba(31,45,56,.08);
    transition: .3s ease;
}

.info-card-loadway:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0,0,0,.13);
}

.info-card-loadway img {
    width: 150px;
    border-radius: 18px;
}

.info-card-loadway h2,
.about-loadway h2,
.how-title-loadway h2 {
    color: #1f2d38;
}

.info-card-loadway p,
.about-loadway p,
.how-text-loadway p {
    color: #4c4c4c;
    line-height: 1.7;
}

.about-loadway {
    margin-top: 3rem;
    padding: 2rem;
    border-left: 7px solid #f4b223;
    background: #f7f7f7;
    border-radius: 20px;
}

.how-loadway {
    background: #1f2d38;
    color: #fff;
    padding: 70px 0;
}

.how-grid-loadway {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 3rem;
    align-items: start;
}

.how-title-loadway {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.how-title-loadway img {
    width: 42px;
}

.how-title-loadway h2 {
    color: #fff;
    font-size: 2.2rem;
}

.how-text-loadway p {
    color: rgba(255,255,255,.86);
}

.benefits-loadway {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.benefits-loadway div {
    padding: 1.2rem;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
}

.benefits-loadway h3 {
    color: #f4b223;
    margin-bottom: .6rem;
}


.reveal-loadway {
    animation: revealLoadway .8s ease both;
}

@keyframes revealLoadway {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .hero-loadway {
        min-height: 88vh;
        background-position: 64% center;
    }



    .cards-loadway,
    .how-grid-loadway,
    .benefits-loadway {
        grid-template-columns: 1fr;
    }

    .info-card-loadway {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-card-loadway img {
        width: 100%;
        max-height: 230px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .header-loadway {
        height: 58px;
        padding: 0 4%;
        font-size: 1rem;
    }
    .hero-tag h1 {
        font-size: 1.5rem;
    }

    .header-logo-loadway span {
        font-size: .92rem;
    }

    .header-menu-loadway a {
        padding: .45rem .7rem;
        font-size: .9rem;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-buttons a {
        width: 60%;
        padding: 10px;
        text-align: center;
    }
}
/* ==============================
   Botão de login
============================== */

   .center-btn-container {
        position: absolute;
        top: 15%;
        right: 10%;
        z-index: 10;
        border: 2 solid var(--bg-color);
    }
    .tremidinha {
        border: 2px solid #0ba900 !important; 
        border-radius: 12px; color: #363636 !important; 
        box-shadow: 2px 2px 3px var(--fifth-color);
        background-color: #ffffff !important;
        animation: tremidinha-veloz 4s cubic-bezier(.36,.07,.19,.97) infinite;
    }
       /* Engenharia da Tremidinha: Treme rápido em 1s e descansa por 3s */
    @keyframes tremidinha-veloz {
        1%, 9% { transform: translate3d(-2px, 0, 0) scale(1.05) rotate(-1deg); }
        2%, 8% { transform: translate3d(2px, 0, 0) scale(1.05) rotate(1deg); }
        3%, 5%, 7% { transform: translate3d(-3px, 0, 0) scale(1.05) rotate(-1deg); }
        4%, 6% { transform: translate3d(3px, 0, 0) scale(1.05) rotate(1deg); }
        10%, 100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
    }
         .btn-como-funciona-landing-2 {
        background-color: var(--bg-color) !important;
        color: var(--fifth-color) !important;
        border: 5px solid var(--honey) !important;
        font-weight: 600;
        padding: 5px 15px;
        border-radius: 30px;
        transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        font-size: 1rem;
        text-decoration: none;
        animation: tremidinha-veloz 4s cubic-bezier(.36,.07,.19,.97) infinite;
        display: inline-block;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        display: inline-block;
    }
/* ==============================
   HEADER HERO
============================== */
.img-header{
    position:relative;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}


.img-header .container{
    position:relative;
    z-index:2;
}

.img-header img{
    max-width:220px;
    margin:0 auto 25px;
    display:block;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.4));
}

.img-header h1{
    color:#fff;
    font-size:2.4rem;
    font-weight:700;
    max-width:800px;
    margin:auto;
}


/* =========================
   HERO ANTB
========================= */
.hero-antb{
    position: relative;
    width: 100%;
    min-height: 500px;
    background: linear-gradient(
        135deg,
        #07111f,
        #0f172a,
        #111827
    );
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
}

/* =========================
   TEXTO
========================= */
.hero-text{
    position: absolute;   /* em vez de fixed */
    justify-content: center;
    align-items:center;
    top: 15%;
    left: 20px;
    max-width: 650px;
    z-index: 2;

    animation: slideLeft 1.6s ease forwards;
    opacity: 0;
}

.hero-text h1{
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0,0,0,.35);
}

.hero-text p{
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0,0,0,.35);
}

/* =========================
   LOGO DIREITA
========================= */
.hero-logo{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-logo img{
    width: 430px;
    max-width: 42vw;
    filter:
        drop-shadow(0 0 18px rgba(255,191,0,.25))
        drop-shadow(0 0 30px rgba(0,150,136,.20));
    transition: .4s ease;
}

.hero-logo img:hover{
    transform: scale(1.04);
}

/* =========================
   ANIMAÇÃO
========================= */
@keyframes slideLeft{
    from{
        transform: translateX(180px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

/* =========================
   MOBILE
========================= */
@media(max-width: 1100px){

.hero-antb{
    position: relative;
    width: 100%;
    min-height: 500px;
    background: linear-gradient(
        135deg,
        #07111f,
        #0f172a,
        #111827
    );
    overflow: hidden;
}

    .hero-logo{
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-bottom: 30px;
    }

    .hero-logo img{
        width: 260px;
        max-width: 80%;
    }

    .hero-text h1{
        font-size: 1.5rem;
    }

    .hero-text p{
        font-size: 1rem;
    }
}

/* Android / telas menores */
@media (max-width: 768px){

    .hero-text h1{
        font-size: 1rem;
    }

    .hero-text{
    position: absolute;   /* em vez de fixed */
    justify-content: center;
    align-items:center;
    top: 8%;
    left: 20px;

    animation: slideLeft 1.6s ease forwards;
    opacity: 0;
}

}
/* ==============================
   TEXTOS GERAIS
============================== */
.padding{
    padding:60px 0;
}

.padding-top-small{
    padding-top:40px;
}

.padding-bottom{
    padding-bottom:60px;
}

.padding-small{
    padding:35px 0;
}

.txt-big{
    font-size:1.25rem;
    color:#475569;
    max-width:900px;
    display:block;
    margin:auto;
}

/* ==============================
   ACCORDION
============================== */
.accordion-item{
    border:none;
    margin-bottom:16px;
    border-radius:var(--radius) !important;
    overflow:hidden;
    box-shadow:var(--shadow);
}

.accordion-button{
    background:var(--light);
    color:var(--primary);
    font-weight:600;
    font-size:1rem;
    padding:22px;
}

.accordion-button:not(.collapsed){
    background:var(--secondary);
    color:white;
    box-shadow:none;
}

.accordion-button:focus{
    box-shadow:none;
    border:none;
}

.accordion-body{
    background:#fff;
    font-size:.96rem;
    color:#475569;
    padding:24px;
    line-height:1.8;
}

/* ==============================
   TITULO DE SEÇÃO
============================== */
.display-6{
    font-weight:700;
}

.section-highlight{
    background: linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );
    color:white;
}

/* ==============================
   CARDS
============================== */
.card{
    border:none !important;
    border-radius:var(--radius) !important;
    box-shadow:var(--shadow);
    transition:.3s ease;
}

.card:hover{
    transform:translateY(-6px);
}

.card-title{
    font-weight:700;
}

.card-body{
    padding:30px;
}

.card ul li{
    padding:8px 0;
}

/* ==============================
   BLOCO INSTITUCIONAL
============================== */
.company-box{
    text-align:center;
    padding:60px 0;
}

.company-box img{
    width:180px;
    margin-bottom:20px;
}

.company-box h3{
    color:var(--primary);
    font-weight:700;
}

.company-box h5{
    color:var(--accent);
    font-weight:600;
}

/* ==============================
   FOOTER TOP
============================== */
footer,
.text-light{
    background:var(--primary) !important;
}

.text-light a{
    text-decoration:none;
    transition:.3s;
}

.text-light a:hover{
    color:var(--accent) !important;
    padding-left:4px;
}

.btn-light{
    border-radius:40px;
    padding:12px 22px;
    font-weight:600;
}


/* ==============================
   FOOTER FINAL
============================== */
.footer{
    background:#0b1120;
    color:white;
    padding:25px 0;
}

.footer h5{
    font-weight:700;
    color:var(--accent);
}

.footer p{
    margin-bottom:6px;
    color:#cbd5e1;
}

/* ==============================
   RESPONSIVO
============================== */
@media (max-width:768px){

    .img-header{
        min-height:420px;
        padding:40px 20px;
    }

    .img-header h1{
        font-size:1.7rem;
    }

    .txt-big{
        font-size:1rem;
    }

    .accordion-button{
        font-size:.92rem;
        padding:18px;
    }

    .card-body{
        padding:22px;
    }
}