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

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

body {
    font-family: "arboria", sans-serif;
    font-weight: 400; /* Book */
    font-style: normal;
}

header {
    background-image: url('img/bg-header.png');
    background-size: cover;
    background-position: center;
    padding: 1rem 0;
}

header .logos {
    gap: 1.5rem;
}

header .logos a:first-child {
    border-right: 2px solid #c0c7bd;
    padding-right: 1.5rem;
}

/* ── Banner ── */
.banner {
    position: relative;
    min-height: 560px;
    background: url('img/bg-banner.webp') center center / cover no-repeat;
    overflow: hidden;
}

.banner__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.banner__content {
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}

.banner__logo {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.banner__tagline {
    font-size: 1.05rem;
    color: #222;
    margin-bottom: 1.25rem;
}

.banner__title {
    font-size: 2.63rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.banner__title--orange {
    color: #F47920;
}

.banner__title--blue {
    color: #00AEEF;
}

.banner__desc {
    font-size: 1.19rem;
    color: #222;
    max-width: 420px;
    line-height: 1.6;
}

/* ── Apresentador ── */
.apresentador {
    background: url('img/bg-apresentador.png') center center / cover no-repeat;
    overflow: hidden;
}

.apresentador__content {
    padding: 3.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.apresentador__p {
    font-size: 1.19rem;
    color: #fff;
    line-height: 1.6;
}

.apresentador__quote {
    font-size: 0.97rem;
    color: #fff;
    line-height: 1.6;
    border-left: 4px solid #7be0a0;
    padding-left: 1.25rem;
    margin: 0;
}

.apresentador__btn {
    display: inline-block;
    background: #F47920;
    color: #fff;
    font-weight: 700;
    font-size: 0.97rem;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    align-self: flex-start;
    transition: opacity 0.2s;
    margin: auto;
}

.apresentador__btn:hover {
    opacity: 0.88;
    color: #fff;
}

/* ── O que você vê por aqui ── */
.oque {
    padding: 3.5rem 0;
    background: #fff;
}

.oque__titulo {
    font-size: 1.76rem;
    font-weight: 700;
    color: #1a6b34;
    text-align: center;
    margin-bottom: 2rem;
}

.oque__card {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.oque__card--verde {
    background: #1a6b34;
}

.oque__card--amarelo {
    background: #F5C400;
}

.oque__icone {
    height: 64px;
    width: auto;
    object-fit: contain;
}

.oque__texto {
    font-size: 1.05rem;
    line-height: 1.4;
    margin: 0;
}

.oque__card--verde .oque__texto {
    color: #fff;
}

.oque__card--amarelo .oque__texto {
    color: #333;
}

/* ── Promoções WAM ── */
.promowam {
    padding: 3rem 0;
    background: #fff;
}

.promowam__titulo {
    font-size: 1.76rem;
    font-weight: 700;
    color: #00AEEF;
    margin-bottom: 1rem;
}

.promowam__logo {
    max-width: 260px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ── Quer conhecer ── */
.conhecer {
    padding: 4rem 0;
    background: #fff;
}

.conhecer__titulo {
    font-size: 2.11rem;
    font-weight: 700;
    color: #00AEEF;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.conhecer__lista {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.conhecer__lista li {
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.4;
}

.conhecer__check {
    color: #00AEEF;
    font-weight: 700;
    margin-right: 0.4rem;
}

.conhecer__desc {
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.6;
}

/* ── CTA Programa ── */
.cta-programa {
    background: url('img/bg-programa.png') center center / cover no-repeat;
    padding: 4rem 0;
}

.cta-programa__titulo {
    font-size: 1.93rem;
    font-weight: 700;
    color: #1a6b34;
    line-height: 1.3;
    margin-bottom: 1.75rem;
}

.cta-programa__btn {
    display: inline-block;
    background: #F47920;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.85rem 2.5rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: opacity 0.2s;
}

.cta-programa__btn:hover {
    opacity: 0.88;
    color: #fff;
}

/* ── Rodapé ── */
.rodape {
    background: url('img/bg-rodape-destino.png') center center / cover no-repeat;
    padding: 2.5rem 0;
}

.rodape__logo {
    max-width: 280px;
    height: auto;
}

.rodape__social-titulo {
    font-size: 0.97rem;
    color: #fff;
    margin-bottom: 0.85rem;
    line-height: 1.4;
}

.rodape__social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6fcf8a;
    font-size: 0.97rem;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: opacity 0.2s;
}

.rodape__social-link i {
    font-size: 1.23rem;
}

.rodape__social-link:hover {
    opacity: 0.8;
    color: #6fcf8a;
}

/* ── Barra Final ── */
.barra-final {
    background: #0d4a1f;
    padding: 0.85rem 0;
}

.barra-final__logo {
    height: 36px;
    width: auto;
}

.barra-final__texto {
    font-size: 0.88rem;
    color: #c8e6c9;
}

.barra-final__tv {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
}


@media (max-width: 991px) {
    .banner {
        background-image: none;
    }
}
