/* FONTES */
@font-face {
    font-family: Lato-Regular, sans-serif;
    src: url('../fonts/Lato-Regular, sans-serif.ttf') format('TrueType');
}

@font-face {
    font-family: Lato-Black, sans-serif;
    src: url('../fonts/Lato-Black, sans-serif.ttf') format('TrueType');
}

@font-face {
    font-family: Lato-Bold, sans-serif;
    src: url('../fonts/Lato-Bold, sans-serif.ttf') format('TrueType');
}

/* TAGS */
html {
    /* a cada 1rem será considera 10px */
    font-size: 62.5%;
}

p {
    font-family: Lato-Regular, sans-serif;
    font-size: 1.8rem;
    line-height: normal;
}

span {
    font-family: Lato-Regular, sans-serif;
}


/* PAGINA INICIAL */
main {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-top: 30%;
    background: url('../img/banner.png') no-repeat;
    background-size: contain;
    background-position: left top;
}

.main-column {
    position: relative;
    bottom: 260px;
}

.main-small-text {
    color: #FFFFFF;
    font-size: 1.6rem;
    letter-spacing: 1.12px;
}

.main-h1-text {
    color: #FFF;
    font-family: Lato-Regular, sans-serif;
    font-size: 5rem;
    line-height: normal;
}

.main-btn {
    background-color: transparent;
    text-align: center;
    margin-top: 23px;
    font-family: Lato-Bold, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
}

#btn-primário {
    width: 183px;
    height: 47px;
    flex-shrink: 0;

    border-radius: 5px;
    border: 2px solid #FFF;
}

#btn-secundário {
    margin-left: 41px;
}

.main-btn-link {
    color: #FFFFFF;
}


/* CARDS PEQUENOS - INFORMATIVOS  */
.section-small-cards {
    color: #575353;
    margin: 100px 0;
}

.container-small-cards {
    max-width: 1229px;
}


/* CARD MAIOR - SOBRE POINTS E CASHBACK  */
.section-big-card {
    max-width: 1229px;
    height: 450px;
    margin: 0 auto;

    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

#big-card-points {
    background-image: url('../img/fundo-points.png');
}

#big-card-cashback {
    background-image: url('../img/fundo-cashback.png');
}

#big-card-points,
#big-card-cashback {
    background-size: contain;
    background-repeat: no-repeat;
}

.img-big-card {
    margin-left: 200px;
    width: auto;
    height: 190px;
}

.text-big-card {
    color: #FFFFFF;
    margin-left: -90px;
    width: 500px;
}

.info-small-text {
    display: block;
    margin-top: 10px;
    color: #575353;
    font-size: 1.5rem;
}


/* SESSÃO DE INFORMAÇÕES - POINTS E CASHBACK */
.section-info {
    max-width: 1229px;
    margin: 100px auto;
}

.info-h2-text {
    color: #232424;
    font-family: Lato-Regular, sans-serif;
    font-size: 4.8rem;
    line-height: normal;
    margin-bottom: 36px;
}

.img-info {
    margin-top: 49px;
    margin-right: -10px;
}

ol {
    margin-left: -32px;
}

li {
    display: flex;
    align-items: center;
    counter-increment: my-counter;
}

li::before {
    content: counter(my-counter) '.';
    font-weight: 800;
    font-family: Lato-Black, sans-serif;
    font-size: 5rem;
    margin-right: 10px;
}

li span {
    font-family: Lato-Regular, sans-serif;
    font-size: 1.8rem;
    color: #575353;
    line-height: 20px;
}

.blue-list li::before {
    color: #106274;
}

.orange-list li::before {
    color: #EB5938;
}


/* SESSÃO DE CONTATO */
.section-contact {
    max-width: 100%;
    height: 580px;
    position: relative;
    background: url('../img/fundo-contato.png') no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #C01717;;
    color: #FFFFFF;
}

.row-contact {
    max-width: 1229px;
}

.section-contact-h3 {
    font-size: 3.2rem;
    font-family: Lato-Black, sans-serif;
    font-weight: 700;
}

.section-contact-text {
    font-size: 1.4rem;
    font-family: Lato-Regular, sans-serif;
    text-align: justify;
    text-transform: capitalize;

    width: 526px;
}

.section-form {
    margin: 100px auto;

}

label {
    font-size: 1.3rem;
    font-family: Lato-Regular, sans-serif;
    color: #FFFFFF;
}

input, textarea {
    padding: 8px;
    color: #ffffff;
    font-size: 15px !important;
    max-width: 451px;
    background-color: #C01717;
    border-radius: 10px;
    border: 2px solid #FFF;
}

input {
    height: 48px;
}

textarea {
    height: 187px;
}

.btn-submit {
    width: 169px;
    height: 45px;
    margin: 0 auto;

    font-family: Lato-Black, sans-serif;
    font-weight: 600;
    font-size: 2rem;

    color: #FFFFFF;
}


/* RODAPÉ */
footer span {
    display: flex;
    justify-content: center;
    margin: 27px 0;

    color: #0C0B0B;
    font-size: 13px;
    letter-spacing: 1.04px;
}

footer span a {
    color: #0C0B0B;
    font-weight: 700;
    margin-right: .5rem;
}

/* Beneficios Pontos e Cashback */
.bene {
    margin: 50px 0 100px;
    text-align: center;
}

.bene svg {
    margin-bottom: 1rem;
    text-align: center;
}

.bene p {
    font-size: 18px;
    color: #6c8080;
    max-width: 308px;
    text-align: center;
}


/* CTA */
.cta {
    background-color: #C01717;
    border-radius: 70px 70px 0 70px;
    padding: 0 !important;
    margin: 100px 0;
}

.cta h2,
.cta p {
    color: #fff;
}

.cta h2 {
    font-size: 25px;
    margin-bottom: 1.5rem;
}

.cta p {
    font-size: 18px;
}

.cta .col-lg-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.img-cta {
    height: 450px;
    background-image: linear-gradient(2rad, rgba(192, 22, 22, 0.7), rgba(192, 22, 22, 0.7)), url('../img/img-cta.png');
    background-size: cover;
    background-position: center;
    border-radius: 0 70px 0 0 !important;
}

.cta .p {
    padding: 0 8rem;
}

/* FAQ */
.faq {
    background-color: #fafafa;
    margin: 50px 0;
    padding: 50px 0;
}

.accordion-button {
    font-size: 18px !important;
    color: #6C8080 !important;
}

.accordion-item {
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .2);
    border-radius: 10px !important;
    padding: .5rem;
    background-color: #fafafa !important;
}

.faq h3 {
    margin-bottom: 50px;
    font-size: 45px;
    text-align: center;
    color: #232424;
    font-family: Lato-Regular, sans-serif;
    font-weight: 400;
}

.accordion-body p {
    font-size: 15px;
    color: #232424;
    padding-top: .5rem;
}

.accordion-button:not(.collapsed) {
    background-color: #fafafa !important;
    box-shadow: none !important;
}

/* UI ELEMENTS */
.error {
    display: inline-block;
    position: relative;
    /* margin: 0 0 1rem; */
    color: #ff9e9e;
}


.alert-erro {
    background-color: #E33E38 !important;
    border-color: #E33E38 !important;
}

.alert-sucesso {
    background-color: #35B233 !important;
    border-color: #35B233 !important;
}

.alert {
    color: #fff !important;
    position: absolute !important;
    width: 90%;
    top: 1rem;
    left: 6rem;
    font-size: 15px;
    font-weight: 700;
}

.img-info {
    width: 95%;
}
