body {
    font-family: 'Poppins', sans-serif;
}

.hero-container {
    max-width: 90%;
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.hero-section {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: white;
    padding: 0;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-size: cover;
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); /* Ajuste a opacidade conforme necessário */
    z-index: -1;
}

.hero-container h1 {
    font-weight: 600;
    font-size: 4rem;
}

.hero-text {
    max-width: 45%;
    margin-left: 5%;
    margin-bottom: 10rem;
    text-align: left;
}

.lead {
    font-weight: 500;
    font-size: 1.5rem;
    width: 85%;
}

.btn-hero {
    background-color: #FFFFFF;
    border-color: #FE9E02CC;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: #FE9E02CC;
    width: auto;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.btn-hero:hover {
    background-color: #FE9E02CC;
    color: #fff;
}

.boozap-section {
    background-color: #FF9A00;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: -50px;
}

.boozap-section h3 {
    color: #3472FE;
    font-weight: 600;
    font-size: 2.5rem;
}

.boozap-section p {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.boozap-section .small-text {
    font-size: 1.5rem;
    margin-top: 0;
}

.boozap-section .container {
    max-width: 100%;
}

.imagem-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 50px;
}

.imagem-container h3 {
    color: #FFFFFF;
}

.item {
  text-align: left;
}

.item img {
  max-width: 100%;
  width: 8rem;
  margin-bottom: 0;
}

.item .icons-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.item .small-text {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.discount-section {
    background-color: #0B204C;
    color: #FFFFFF;
    padding: 5rem 1rem;
    text-align: left;
    position: relative;
    overflow: visible;
}

.discount-section h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.discount-section p {
    color: #FE9E02;
    margin-bottom: 2rem;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cards-container {
    overflow: hidden;
    width: 100%;
}

.cards {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.icon-img {
    width: auto;
}

.cartao {
    width: 14rem;
    margin-left: 1.5rem;
}

.card {
    width: 30rem;
    height: 32rem;
    flex: 0 0 auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-logo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 1rem;
}

.card span {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.card p {
    margin-top: 2rem;
    margin-left: 1rem;
    color: #000;
    font-size: 1.1rem;
}

.card-imagem {
    width: 2rem;
}

.carousel-controls {
    position: absolute;
    top: 120px;
    right: 80px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.nav-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.nav-button img {
    width: 100%;
    height: auto;
}

.nav-button:hover {
    transform: scale(1.1);
}

.cards-section {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 10rem auto;
    max-width: 80%;
}

.card-container {
    position: relative;
    width: 54%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 2rem 1rem;
    overflow: visible;
}

.card-container.prata {
    border: 2px solid #3472FE;
}

.card-container.ouro {
    background-color: #FE9E02CC;
    color: #fff;
}

.card-image {
    transform: rotate(11deg) !important;
    box-shadow: 28px 37px 34px 0px #FF9A00;
    display: flex;
    justify-content: center;
    margin-left: 28%;
    position: absolute;
    top: -110px;
    left: 6%;
    width: 180px;
    height: auto;
}

.card-content {
    padding-left: 1rem;
    margin-top: 60px !important;
}

.card-content h3 {
    margin-top: 80px;
    font-size: 1rem;
    text-align: left;
    color: #001F64;
}

.card-content .card-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.card-content .card-title-2 {
    display: flex;
    flex-direction: row;
    opacity: 0.6;
}

.card-content .price {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
}

.card-content .price-ouro {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #001F64;

}

.card-content .card-title-2 .price {
    font-size: 3.4rem;
    margin-bottom: 0;
}

.card-content .card-title-2 .price-ouro {
    font-size: 4.4rem;
    margin-bottom: 0;
    color: #BD7500;
}

.card-content .real {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.card-content .real-ouro {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #001F64;
}

.card-content .card-title-2 .real {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.card-content .card-title-2 .real-ouro {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #BD7500;
}

.card-content .mensal {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.card-content .mensal-ouro {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0;
    color: #001F64;
}

.card-content .card-title-2 .mensal {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.card-content .card-title-2 .mensal-ouro {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #BD7500;
}

.card-content ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.card-content ul li {
    margin: 0.5rem 0;
    font-size:32px;
    color: #001F64;
}

.cta-button {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #001F64;
    color: #FFFFFF;
    border: 1px solid ;
    border-radius: 50px;
    padding: 1rem 0.8rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #FF9A00;
    color: #fff;
}

.second-button:hover {
    background-color: #FF9A00;
    color: #fff;
    border: 1px solid #fff;
}

.store-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

.store-section h2 {
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #000;
}

.store-section h2 span {
    color: #3472FE;
}

.store-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 30px;
}

.store-text {
    max-width: 50%;
    text-align: left;
}

.store-text h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.store-text p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
    width: 80%;
}

.store-button {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #FE9E02CC;
    border-radius: 30px;
    color: #FE9E02CC;
    text-decoration: none;
    transition: all 0.3s;
}

.store-button:hover {
    background-color: #FE9E02CC;
    color: #fff;
}

.store-image img {
    width: 100%;
}

.partners-section {
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.partners-section img {
    width: 100%;
    max-width: 11rem;
}

.s-marcas {
    margin-bottom: 5rem;
}

.s-marcas .swiper-carousel {
  overflow: clip;
  contain:content;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.s-marcas .swiper-carousel .swiper-wrapper .swiper-slide {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}
.s-marcas .swiper-carousel .swiper-wrapper .swiper-slide img {
  width: 12rem;
  height: 10rem;
}

.secao-vantagens {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    padding-bottom: 150px;
}

.bloco-gradiente-vantagens {
    background: linear-gradient(45deg, #5673f5, #ffa500);
    border-radius: 20px;
    padding: 60px;
    width: 95%;
    position: relative;
}

.conteudo-vantagens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.texto-vantagens {
    max-width: 55%;
    margin-left: 5px;
    color: white;
    z-index: 2;
}

.texto-vantagens h2 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.texto-vantagens p {
    max-width: 70%;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.formulario-vantagens {
    margin-top: 30px;
}

.campo-formulario-vantagens {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.campo-formulario-vantagens input {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 1rem;
    padding-right: 150px;
}

.campo-formulario-vantagens button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 30px;
    background-color: #ffa500;
    border: none;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.campo-formulario-vantagens button:hover {
    background-color: #ff7f00;
}

.imagem-vantagens {
    position: absolute;
    right: 60px;
    top: 54%; 
    transform: translate(0, -50%);
    z-index: 0;
    width: 40%;
    pointer-events: none;
}

.imagem-vantagens img {
    width: 100%;
    object-fit: contain;
}

@media (max-width: 830px) {
    .card-container {
        height: 650px;
    }
}

@media (max-width: 801px) {
    .card-container {
        height: 700px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 15px;
    }

    .hero-text {
        max-width: 90%;
        margin: 0 auto 3rem;
    }

    .hero-container h1 {
        font-size: 2.5rem;
    }

    .lead {
        font-size: 1.1rem;
        width: 100%;
    }

    .btn-hero {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .imagem-container {
        flex-direction: column;
        gap: 20px;
    }

    .store-container {
        flex-direction: column;
        text-align: center;
    }

    .store-text, .store-image {
        max-width: 100%;
    }

    .discount-section {
        padding: 5rem 2rem;
    }

    .discount-section h3 {
        font-size: 2.8rem;
    }

    .card {
        width: 48%;
        margin: 0;
    }

    .card-image {
        left: 38%;
    }

    .carousel-controls {
        right: 20px;
    }

    .nav-button {
        width: 50px;
        height: 50px;
    }

    .cards-section {
        flex-direction: column;
    }

    .card-container {
        width: 100%;
        height: 630px;
        margin-bottom: 30px;
    }

    .secao-vantagens {
        padding: 40px 0;
    }

    .conteudo-vantagens {
        flex-direction: column;
        text-align: center;
    }

    .texto-vantagens {
        max-width: 100%;
        margin-left: 0;
    }

    .imagem-vantagens {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0, 0);
        width: 100%;
        margin-top: 20px;
    }
    .s-marcas .swiper-carousel .swiper-wrapper .swiper-slide img {
        width: 5.5rem;
        height: 5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        min-height: 600px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    .hero-text {
        max-width: 80%;
        margin: 0 auto 5rem;
    }

    .hero-container h1 {
        font-size: 3rem;
    }

    .lead {
        font-size: 1.3rem;
        width: 100%;
    }

    .btn-hero {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .imagem-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 48%;
    }

    .store-container {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .hero-text {
        text-align: start;
    }

    .cards-section {
        gap: 10rem;
    }

    .s-marcas {
        width: 100%;
    }

    .card-content .price {
        font-size: 3rem;
    }
    .card-content .price-prata {
        font-size: 3rem;
    }

    .formulario-vantagens {
        margin-bottom: 2rem;
    }

    .imagem-vantagens {
        width: 13rem;
    }

    .texto-vantagens {
        text-align: start;
    }

    .texto-vantagens p {
        max-width: 100%;
        line-height: 1.6;
        text-align: start;
    }

    .texto-vantagens h2 {
        text-align: start;
    }

    .store-text {
        text-align: center;
    }
    .store-text p {
        width: 100%;
    }

    .carousel-controls {
        top: 100px;
        right: 20px;
    }

    @media (max-width: 430px) {
        .hero-section {
            min-height: 300px;
            padding: 10px;
        }

        .hero-container h1 {
            font-size: 2rem;
        }

        .lead {
            font-size: 1rem;
        }

        .btn-hero {
            padding: 8px 16px;
            font-size: 0.9rem;
        }

        .card-content .price {
            font-size: 2.5rem;
        }

        .carousel-controls {
            right: 0px;
            gap: 1px;
        }

        .card {
            width: 100%;
        }
        
        .card-container {
            height: 620px;
        }
    }
}

@media (max-width: 390px) {
    .card-container {
        height: 620px;
    }
}

@media (max-width: 360px) {
    .card-container {
        height: 680px;
    }
}