:root {
    --azul: #3544b7;
    --azul-claro: #82acf6;
    --amarelo: #e7cc25;
    --laranja: #ffa51f;
    --rosa: #f787b5;
    --branco: #fff;
    --preto: #000;
    --creme: #fcfbf5;
    --fonte: "Poppins", "proxima-nova", Arial, sans-serif;
    --display: "Poppins", "proxima-nova", Arial, sans-serif;
}
* {
    box-sizing: border-box;
}


section#melhores-programas {
    overflow: hidden;
}

.img-fluid{max-width: 100%; height: auto;}

body {
    color: var(--preto);
    background: var(--creme);
    font-family: var(--fonte);
    font-size: 16px;
    line-height: 1.15;
    overflow-x: hidden;
}
h1,
h2 {
    font-family: var(--display);
    font-weight: 800;
}
h2 {
    color: var(--azul);
    font-size: 40px;
    line-height: 1.05;
}
h3 {
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
}
p {
    font-size: 20px;
}
a {
    text-decoration: none;
}


.borda-arredondada{border-radius:6px;}
.section-ptb {
    padding: 55px 0;
}
.section-pt {
    padding-top: 85px;
}
.section-pb {
    padding-bottom: 85px;
}
.narrow {
    max-width: 1100px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 48px;
    padding: 22px 40px 19px;
    border: 0;
    border-radius: 40px;
    background: var(--azul);
    color: var(--branco);
    font-weight: 800;
    font-size: 25px;
    /* letter-spacing: 0.2px; */
    transition: transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}
.button:hover,
.button:focus-visible {
    background: #27359d;
    color: var(--branco);
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}
.button--pink {
    background: var(--rosa);
}
.button--pink:hover,
.button--pink:focus-visible {
    background: #dd6398;
}
.color-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 10px;
}
.color-stripe i {
    flex: 1;
}
.color-stripe i:nth-child(1) {
    background: var(--laranja);
}
.color-stripe i:nth-child(2) {
    background: var(--rosa);
}
.color-stripe i:nth-child(3) {
    background: var(--azul-claro);
}
/* Hero */
.hero {
    overflow: hidden;
    background:#3544b7 url(images/hero-linhas.png) center top / cover no-repeat;
    color: var(--branco);
    /* min-height: 720px; */
    padding: 50px 0 60px;
}




/* ==========================
   ROTAÇÃO DE TEXTOS
========================== */

.hero h1 em,
.best__highlight{
    display:inline-block;
    transition:
        transform .55s cubic-bezier(.65,0,.35,1),
        opacity .55s ease,
        color .35s ease;
    will-change:transform,opacity;
}

.word-out-right{
    transform:translateX(80px);
    opacity:0;
}

.word-in-left{
    transform:translateX(-80px);
    opacity:0;
}



.hero__container {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
}
.hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    justify-self: center;
}
.brand-lockup {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 25px;
}
.brand-mark {
    display: grid;
    place-content: center;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: var(--branco);
    color: var(--azul);
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 0.9;
}
.hero h1 {
    color: var(--amarelo);
    font-size: 59px;
    margin: 0 0 12px;
}
.hero h1 span {
    display: block;
    color: var(--branco);
    font-size: 35px;
    line-height: 1.1;
}
.hero h1 em {
    display: inline-block;
    background: var(--amarelo);
    color: var(--azul);
    font-style: normal;
    padding: 8px 8px 0px;
    line-height: .9;
    border-radius: 2px;
    font-size: 51px;
}
.hero__content > p {
    max-width: 475px;
    margin: 0 auto 16px;
    font-size: 20px;
}
.price-box img {
    margin: 0 auto 12px;
}
.price-box small {
    grid-column: span 2;
    /* justify-self: center; */
    padding: 5px 13px 0px;
    border-radius: 6px;
    /* background: var(--azul-claro); */
    color: #ffffff;
    font-size: 18px;
    /* line-height: 20px; */
    margin: 0px 0 9px;
    border: 1.5px solid var(--amarelo);
    letter-spacing: 1px;
    display: inline-block;
}
.price-box s {
    align-self: center;
    font-size: 17px;
}
.price-box strong {
    color: var(--branco);
    font-size: 30px;
    line-height: 1;
}
.price-box b {
    font-size: 15px;
}
.hero__visual {
    position: relative;    
}



.ticket--hero {
    position: absolute;
    z-index: 3;
    bottom: -14px;
    left: -63px;
}
.hero__wave {
    position: absolute;
    z-index: -1;
    width: 60vw;
    height: 110%;
    border: 85px solid rgba(41, 50, 157, 0.42);
    border-radius: 45%;
    transform: rotate(-25deg);
}
.hero__wave--one {
    top: -40%;
    left: -27%;
}
.hero__wave--two {
    right: -33%;
    bottom: -70%;
}
/* Discover */
#descubra {
    position: relative;
    background: var(--creme) url(images/discover-lines.png) center 160px / cover no-repeat;
}


.discover h2 {
    margin-bottom: 12px;
}
.section-intro {
    max-width: 720px;
    margin: 0 auto 42px;
    font-size: 18px;
}





.discover__cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    max-width: 1020px;
    margin: 0 auto 35px;
}
.offer-card {
    position: relative;
    min-height: 380px;
    padding: 22px 20px;
    background: var(--branco);
    border: 1px solid #7882a7;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}
.offer-card h3 {
    margin-bottom: 17px;
    font-size: 22px;
}
.offer-card p {
    margin: 14px 0 0;
    font-size: 17px;
    line-height: 1.12;
}
.seal {
    position: absolute;
    top: 113px;
    left: -50px;
    z-index: 2;
    display: grid;
    place-content: center;
    width: 120px;
    height: 120px;
    border: 4px double #a84f24;
    border-radius: 50%;
    background: #fff2d8;
    color: #a84f24;
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
    transform: rotate(-15deg);
}

.discover__shape {
    position: absolute;
    border-radius: 50%;
}
.discover__shape--orange {
    width: 690px;
    height: 500px;
    left: -260px;
    bottom: -190px;
    background: var(--laranja);
}
.discover__shape--blue {
    width: 660px;
    height: 430px;
    right: -270px;
    bottom: -130px;
    background: var(--azul-claro);
}
/* Programming / how */
.program {
    position: relative;
    background: var(--creme);
}
.program__grid {
    display: grid;
    grid-template-columns: 45% 50%;
    align-items: center;
    /* max-width: 1040px; */
    gap: 0;
}
.program__copy {
    max-width: 420px;
}

.program p {
    font-size: 20px;
}
.program__grid img {
    width: 100%;
    /* height: 380px; */
    /* object-fit: cover; */
    /* object-position: 62% center; */
}


.color-stripe.beneficios {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 10px;
}

.steps-grid,
.carousel { position: relative; z-index: 1; }
.framed-panel h2 {
    margin-bottom: 10px;
    text-align: center;
    background: var(--creme);
    display: flex;
    justify-content: center;
    width: 410px;
    margin: -40px auto 30px;
}
.steps-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); text-align: center;}
.steps-grid article { color: var(--color-dark); }
.steps-grid svg { width: 34px; height: 34px; margin-bottom: 10px; fill: var(--color-vermelho); }
.steps-grid h3 {
    font-size: 23px;
    font-family: var(--font-body);
    color: var(--color-dark);
    line-height: 1.1;
    font-style: normal;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}
.steps-grid p { font-size: 16px; }


.como-border {
    border: 1px solid #000000;
    padding: 20px;
}

.steps-grid article span {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--rosa);
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto 12px;
    justify-content: center;
    padding: 6px 0 0;
    /* text-align: center; */
}


.how {
    position: relative;
    background: var(--creme);
    text-align: center;
}
.lined-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
    white-space: nowrap;
}
.lined-title:before,
.lined-title:after {
    flex: 1;
    height: 1px;
    background: #4e4e4e;
    content: "";
}
.steps {
    display: flex;
    /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
    margin: 0;
    padding: 28px 38px;
    border: 1px solid #6d6d6d;
    list-style: none;
    text-align: center;
    align-items: center;
    background: lavender;
    justify-content: center;
}


.steps p {
    font-size: 25px;
    line-height: 1.2;
}


/* Benefits and carousels */
.benefits {
    position: relative;
    overflow: hidden;
    color: var(--branco);
    text-align: center;
    background: var(--azul) url(images/hero-linhas.png) center center / cover no-repeat;
}
.benefits h2 {
    color: var(--amarelo);
    margin-bottom: 42px;
}
.ticket--center {
    margin: 0 auto 55px;
    transform: none;
    background: var(--amarelo);
    /* display: flex; */
    flex-direction: column;
    width: 700px;
    padding: 40px 20px;
    border-radius: 6px;
}



.ticket a.button {
    margin-top: 30px;
}


.ticket h3 {
    font-family: var(--fonte);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    background: #bb9e00;
    width: 340px;
    margin: -60px auto 30px;
    padding: 13px 20px 10px;
    border-radius: 54px;
    border: 1px solid #ffffff;
    font-size: 26px;
}

.assine-ganhe {
    color: var(--azul);
    font-size: 41px;
    font-weight: 600;
    line-height: 41px;
    margin: 0;
}

.par-ingressos {
    margin: 15px 0 3px;
    color: var(--azul);
    font-weight: 700;
    letter-spacing: 2px;
}

.benefit-carousel {
    position: relative;
    margin: 0 auto 55px;
    max-width: 1020px;
}
.benefit-carousel h3 {
    color: var(--amarelo);
    font-family: var(--display);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 23px;
}
.benefit-carousel h3 span {
    color: var(--branco);
    font-weight: 400;
}
.swiper {
    padding: 4px 4px;
}
.restaurants-swiper .swiper-slide.logo-card, .clubs-swiper .swiper-slide.logo-card {
    width: 160px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
    padding: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.restaurants-swiper .swiper-slide.logo-card img, .clubs-swiper .swiper-slide.logo-card img  {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.logo-card small {
    font-size: 10px;
}
.logo-card--zoo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 28px;
}
.logo-card--zoo small {
    font-size: 11px;
    text-align: left;
}
.logo-card--thin {
    font-weight: 400;
}
.logo-card--thin span {
    font-size: 10px;
}
.logo-card--buddha,
.logo-card--serif {
    font-family: Georgia, serif;
    font-weight: 400;
}


.benefit-carousel .swiper-button-prev, .benefit-carousel .swiper-button-next {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    /* color: black; */
    background: var(--rosa);
    transition: .25s;
}


.benefit-carousel .swiper-button-prev,
.benefit-carousel .swiper-button-next {
    color: var(--azul);
    --swiper-navigation-size: 22px;
}
.benefit-carousel .swiper-button-prev {
    left: -85px;
    top: 130px;
}
.benefit-carousel .swiper-button-next {
    right: -85px;
    top: 130px;
}
.benefits__texture {
    position: absolute;
    width: 60vw;
    height: 850px;
    border: 105px solid rgba(44, 52, 163, 0.8);
    border-radius: 45%;
    transform: rotate(-27deg);
}
.benefits__texture--one {
    top: -260px;
    left: -40vw;
}
.benefits__texture--two {
    right: -36vw;
    bottom: -230px;
}
/* Best / FAQ / banner */
.best {
    background: var(--creme);
}
.best__grid {
    display: grid;
    grid-template-columns: 50% 45%;
    align-items: center;
    /* max-width: 1040px; */
    gap: 80px;
}
.best__image {
    position: relative;
    min-height: 390px;
}

.blob {
    position: absolute;
    border-radius: 50%;
}
.blob--pink {
    z-index: 0;
    top: -33px;
    right: -36px;
    width: 205px;
    height: 275px;
    background: var(--rosa);
}
.blob--yellow {
    z-index: 0;
    bottom: -30px;
    right: -5px;
    width: 155px;
    height: 170px;
    background: var(--amarelo);
}

.best__copy p {
    font-size: 20px;
}
.best__highlight {
    color: var(--laranja);
    font-weight: 800;
}
.faq {
    background: var(--creme);
    text-align: center;
}
.faq h2 {
    margin-bottom: 20px;
    font-size: 35px;
}
.faq-list {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}
.faq-item {
    color: var(--branco);
    text-align: left;
}
.faq-item--orange {
    background: var(--laranja);
}
.faq-item--pink {
    background: var(--rosa);
}
.faq-item--blue {
    background: var(--azul);
}
.faq-item--yellow {
    background: var(--amarelo);
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 32px 36px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    font-size: 20px;
}
.faq-question svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: transform 0.25s ease;
}
.faq-question[aria-expanded="true"] svg {
    transform: rotate(45deg);
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
}
.faq-answer p {
    overflow: hidden;
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 0 36px;
    font-size: 15px;
    line-height: 1.35;
}
.faq-question[aria-expanded="true"] + .faq-answer {
    grid-template-rows: 1fr;
}
.faq-question[aria-expanded="true"] + .faq-answer p {
    padding-bottom: 22px;
}
.legal {
    min-height: 100px;
    padding: 40px 0;
    background: #242f8e;
    color: var(--branco);
    font-size: 13px;
    text-align: center;
}
.fixed-banner {
    position: fixed;
    right: 25px;
    bottom: 22px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px);
    transition: 0.3s ease;
}
.fixed-banner.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fixed-banner .ticket {
    width: 235px;
    padding: 13px 10px;
}
.fixed-banner .ticket strong {
    font-size: 19px;
}
.fixed-banner .ticket strong i {
    font-size: 28px;
}
.fixed-banner .ticket span {
    font-size: 10px;
}
.fixed-banner .button {
    min-height: 32px;
    min-width: 145px;
    margin-top: 9px;
    font-size: 10px;
}
.section-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}
.section-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}



/* Rodapé e legal */
.site-footer { padding: 56px 0 42px; color: #fff; text-align: center; background: #050202; }
.footer-logo { margin-bottom: 44px; font-family: var(--font-title); font-size: 28px; font-weight: 700; }

.footer-grid {
    display: grid; gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.footer-grid h2 {
    margin-bottom: 20px;
    /* font-family: var(--font-body); */
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}


.contato p {
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 0px;
}

p.contato-texto-pq {
    font-size: 14px;
    margin: 0px 0 20px;
}

.social-list,
.payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 64%;
}
.social-list a,
.payment-list span { display: grid; min-width: 34px; height: 26px; place-items: center; color: #fff; text-decoration: none; background: rgba(255, 255, 255, .08); }
.copyright {
    margin-top: 38px;
    font-size: 15px;
}
.legal {
    padding: 70px 0;
    color: var(--color-dark);
    text-align: center;
    background: var(--color-amarelo-claro);
}
.legal p {
    margin-bottom: 5px;
    font-size: 12px;
}

/* =====================================================
   SPRITE
===================================================== */

.sprite {
  background-image: url('images/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-folha-de-sao-paulo {
  width: 290px;
  height: 67px;
  background-position: -0px -5px;
}

.sprite-social-twitter {
  width: 35px;
  height: 35px;
  background-position: -0px -77px;
}

.sprite-social-instagram {
  width: 32px;
  height: 32px;
  background-position: -40px -77px;
}

.sprite-social-facebook {
  width: 32px;
  height: 32px;
  background-position: -77px -77px;
}

.sprite-social-tiktok {
  width: 32px;
  height: 32px;
  background-position: -114px -77px;
}

.sprite-social-linkedin {
  width: 32px;
  height: 32px;
  background-position: -151px -77px;
}

.sprite-american-express {
  width: 47px;
  height: 25px;
  background-position: -0px -117px;
}

.sprite-boleto {
  width: 36px;
  height: 25px;
  background-position: -52px -117px;
}

.sprite-hiper {
  width: 30px;
  height: 25px;
  background-position: -93px -117px;
}

.sprite-layer-6 {
  width: 27px;
  height: 25px;
  background-position: -128px -117px;
}

.sprite-elo {
  width: 46px;
  height: 24px;
  background-position: -0px -147px;
}

.sprite-mastercard {
  width: 36px;
  height: 24px;
  background-position: -51px -147px;
}

.sprite-visa {
  width: 36px;
  height: 23px;
  background-position: -92px -147px;
}




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

.ticket--hero img{
    animation: floatTicket 3s linear infinite;
    will-change: transform;
}

@keyframes floatTicket{

    0%   { transform: translateY(0); }

    12%  { transform: translateY(-2px); }

    25%  { transform: translateY(-5px); }

    38%  { transform: translateY(-8px); }

    50%  { transform: translateY(-10px); }

    62%  { transform: translateY(-8px); }

    75%  { transform: translateY(-5px); }

    88%  { transform: translateY(-2px); }

    100% { transform: translateY(0); }

}

.seal{
    animation: floatSeal 4.5s ease-in-out infinite;
    transform-origin:center;
    will-change:transform;
}



@keyframes floatSeal{

    0%{
        transform:translateY(0) rotate(-15deg);
    }

    25%{
        transform:translateY(-6px) rotate(-12deg);
    }

    50%{
        transform:translateY(-12px) rotate(-17deg);
    }

    75%{
        transform:translateY(-5px) rotate(-13deg);
    }

    100%{
        transform:translateY(0) rotate(-15deg);
    }

}




@media (max-width: 767px) {
   
    
.fixed-banner {
    width: 65%;
}    
    
.seal {
    position: absolute;
    top: 143px;
    left: -17px;
}    
    
.hero h1 em {
    font-size: 37px;
}    
    
    
.brand-lockup {
    margin-bottom: 20px;
}    
    
.hero__content > p {
    font-size: 19px;
}    
    
.footer-grid {
    grid-template-columns: auto;
}    
    
    
    h2 {
        font-size: 29px;
    }
    p {
        font-size: 16px;
    }
    .section-ptb {
        padding: 57px 0;
    }
.hero {
    min-height: auto;
    padding: 20px 0 82px;
}
    .hero__container,
    .program__grid,
    .best__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .hero__content {
        justify-self: center;
    }
    .hero h1 {
        font-size: 34px;
    }
    .hero h1 span {
        font-size: 20px;
    }
    .hero__visual {
        min-height: 300px;
        max-width: 520px;
        margin: 0 auto;
    }
    
.swiper {
    padding: 4px 4px 30px;
}    

    .ticket--hero {
        bottom: -27px;
        left: 15px;
        transform: scale(0.8) rotate(-2deg);
        transform-origin: bottom left;
    }
    .discover__cards {
        grid-template-columns: 1fr;
        max-width: 330px;
    }
    .discover__shape--orange {
        width: 420px;
        height: 470px;
        bottom: 30%;
    }
    .discover__shape--blue {
        width: 450px;
        height: 400px;
        bottom: 4%;
    }
    .program__grid {
        gap: 28px;
        padding: 0 30px;
    }
    
    
    
    
    
.steps-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
}   
    
    
.framed-panel h2 {
    margin-bottom: 10px;
    text-align: center;
    background: var(--creme);
    display: flex;
    justify-content: center;
    width: 300px;
    margin: -32px auto 30px;
}    

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: 28px 18px;
        padding: 26px 22px;
    }
    
    
    
    .steps li {
        font-size: 14px;
        grid-template-columns: 33px 1fr;
        gap: 7px;
    }
    .steps b {
        width: 25px;
        height: 25px;
    }
    
    
.ticket--center {
    width: 100%;
}    
    
.ticket h3 {
    width: 300px;

} 
    
    

    
    .lined-title {
        gap: 8px;
        font-size: 26px;
    }
.benefits {
    padding-left: 0;
    padding-right: 0;
    padding: 57px 10px;
}
    .benefits h2 {
        font-size: 29px;
    }
    .benefit-carousel h3 {
        font-size: 20px;
    }
    .benefit-carousel .swiper-button-prev,
    .benefit-carousel .swiper-button-next {
        top: auto;
        bottom: -36px;
    }
    .benefit-carousel .swiper-button-prev {
        margin-top: 15px;
        left: 36%;
    }
    .benefit-carousel .swiper-button-next {
        margin-top: 15px;
        right: 36%;
    }
    .benefit-carousel {
        margin-bottom: 73px;
    }
    .logo-card {
        font-size: 18px;
        min-height: 65px;
    }
    .best__grid {
        gap: 10px;
        padding: 0 30px;
    }
.best__image {
    /* min-height: 275px; */
    margin: 0 auto;
}

    .best__copy {
        text-align: center;
    }
    .best__copy h2,
    .best__copy p {
        margin-left: auto;
        margin-right: auto;
    }
    .faq-question {
        padding: 18px 20px;
        font-size: 13px;
    }
    .faq-answer p {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
    }
    .fixed-banner {
        right: 50%;
        bottom: 20px;
        transform: translate(50%, 24px);
    }
    .fixed-banner.visible {
        transform: translate(50%, 0);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero__container {
        grid-template-columns: 1fr 1fr;
    }
    .hero h1 {
        font-size: 37px;
    }
    .hero h1 span {
        font-size: 22px;
    }
    .discover__cards {
        gap: 13px;
    }
    .offer-card {
        padding: 20px 12px;
    }
}

/* =====================================================
   DESKTOP MÉDIO (1260px–1400px)
===================================================== */

@media (min-width: 1260px) and (max-width: 1400px) {

    .hero__container {
        gap: 60px;
    }

}

@media (min-width: 1920px) {
    .hero {
        min-height: 800px;
    }
    .hero__container {
        max-width: 1520px;
    }

    .section-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
