@import url('../fonts/style.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    background-color: #8b012c;
    background-image: url('../images/bg-top-right.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-position-y: -140px;
    font-family: 'Omnes Regular';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.color-yellow{
    color: #fdb74c;
}

.hero{
    display: flex;
}
.hero__content_left{
    width: 65%;
}
.hero__content_left #modelo{
    margin-top: 30px;
        max-width: 100%;

}
.hero__content_right{
}

.hero__content_right h1{
    color: #FFF;
    font-family: 'Omnes SemiBold Italic';
    font-size: 3rem;
    text-align: right;
    margin-top: 100px;
}

.hero__content_right .box-apps{
    margin-top: 45px;
}
.hero__content_right .box-apps h2{
    font-family: 'Omnes Medium';
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.hero__content_right .buttons-stores{
    display: flex;
    justify-content: center;
     gap: 5px;
}
.hero__content_right .buttons-stores .btn-download-app{
    margin-top: 25px;
    display: inline-block;
    transition: 0.3s;
   
}
.hero__content_right .buttons-stores .btn-download-app:hover{
    opacity: 0.8;
}

.sections-vantagens{
    background: url('../images/header-vantagens.png');
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.sections-vantagens h3{
    color: #FFF;
    font-family: 'Omnes SemiBold Italic';
    font-size: 3rem;
    text-align: center;
    padding-top: 90px
}
.sections-vantagens{}

.sections-vantagens .cards{
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
.sections-vantagens .cards .card{
    width: 260px;
    height: 340px;
}

.sections-vantagens .cards .card img{
    max-width: 100%;
}

.sections-vantagens .fluxograma{
    max-width: 765px;
    width: 100%;
    margin: 0 auto;
}
.sections-vantagens .fluxograma img{
    max-width: 100%;
}
.sections-vantagens-bg{
    background-image: url('../images/circle-show.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: 100%;
}

.section-preco-exclusivo{
    width: 100%;
    /* height: 1100px; */
    /* background-image: url('../images/banner-preco-exclusivo.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center center; */
}
.section-preco-exclusivo img{
    max-width: 100%;
}

.section-preco-exclusivo-pos{
    width: 100%;
    /* height: 920px; */
    height: 640px;
    overflow: hidden;
    background-image: url('../images/bg-pos-preco.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -6px;
}
.section-preco-exclusivo-pos h4, .section-preco-exclusivo-po h5{
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.section-preco-exclusivo-pos h4{
    font-family: 'Omnes SemiBold Italic';
    font-size: 3rem;
    color: #63011e;
    margin-bottom: 20px;
}
.section-preco-exclusivo-pos h4 span{
    color: #b4002d
}

.section-preco-exclusivo-pos h5{
    font-size: 18px;
    line-height: 110%;
    color: #63011e;
    font-family: 'Omnes Regular';
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}
.section-preco-exclusivo-pos .cards{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.section-preco-exclusivo-pos .cards .card{
    width: 270px;
}
.section-preco-exclusivo-pos .cards .card img{
    max-width: 130%;
}

footer{
    background-image: url('../images/bg-footer-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
footer .box-celular{
    max-width: 600px;
    width: 100%;
}

footer .box-celular img{
    max-width: 100%;
}

footer .text{
    margin-right: 30px;
}

footer h4{
    color: #FFF;
    font-family: 'Omnes SemiBold Italic';
    font-size: 3rem;
    padding-top: 90px;
    text-align: right;
}

footer h5{
    font-size: 18px;
    line-height: 110%;
    color: #FFF;
    font-family: 'Omnes Regular';
    margin-top: 5px;
    margin-bottom: 35px;
    text-align: right;
}

footer .faq-container .item-faq{
    padding: 15px;
    color: #63011e;
    font-family: 'Omnes SemiBold Italic';
    text-decoration: none;
    background: #fdb74c;
    border-radius: 4px;
    transition: 0.3s;
    width: 100%;
    display: block;
    font-size: 16px;
}


.accordion{
    /* margin-top: 110px; */
}

.accordion-header {
    padding: 10px;
    color: #63011e;
    font-family: 'Omnes SemiBold Italic';
    background: #fdb74c;
    border-radius: 4px;
    transition: 0.3s;
    border: none;
    width: 100%;
    display: block;
    font-size: 16px;

    cursor: pointer;
    text-align: left;
}
.accordion-header:hover{
     opacity: 0.8;
}

.accordion-header::after {
  content: '➤';
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  transform: rotate(90deg); /* Gira a seta para baixo */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
  margin-bottom: 10px;
  color: #FFF;
  font-family: 'Omnes Regular';
  font-size: 14px;

}

.accordion-content p {
  margin: 1rem 0;
  font-family: 'Omnes Regular';

}

.regulamento{
    color:#FFF;  
    margin: 1rem 0;
    font-family: 'Omnes Regular';
    text-decoration: none;
    margin-left: 17px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    body, footer, .sections-vantagens-bg{ 
        background-image: none;
    }
    .hero__content_right h1{
        margin-top: 30px;
    }
    footer h4{
        padding-top: 0px;
    }
    .accordion{
        margin-top: 10px;
    }
    .sections-vantagens .cards .card{
        height: auto;
    }
    .section-preco-exclusivo-pos{
        height: auto;
    }
    .section-preco-exclusivo-pos .cards{
        justify-content: center;
    }
    .section-preco-exclusivo-pos .cards img{
        display: block;
        margin: 0 auto;
    }
    .hero__content_right h1{
        text-align: center;
    }
    .section-preco-exclusivo-pos h4{
        font-size: 2.5rem;
        padding-top: 50px;
    }
    .section-preco-exclusivo-pos h5{
        color: #FFF;
        padding-top: 15px;
    }
    footer h4, footer h5{
        text-align: center;
    }
    .hero__content_right .buttons-stores {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0px;
        margin-top: 20px;
    }
    .hero__content_right .buttons-stores .btn-download-app{
        display: block;
        margin: 5px auto;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    /* .section-preco-exclusivo-pos{
        height: 570px;
    } */
} 
@media (max-width: 992px) { 
    .section-preco-exclusivo-pos{
        /* height: 570px; */
    }
    .section-preco-exclusivo-pos .cards .card img {
        max-width: 100%;
    }
    
}


/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    /* .section-preco-exclusivo-pos .cards .card img{
        min-width: 100%;
    } */
 }

 @media (min-width: 1295px) { 
    .section-preco-exclusivo-pos{
        /* height: 520px; */
    }


    footer{
        /* margin-top: 200px; */
    }
 }
 

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  
    /* .section-preco-exclusivo-pos .cards .card img{
        max-width: 120%;
    } */
}