@font-face {
    font-family: "DidactGothic";
    src: url("../fonts/DidactGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DidactGothic-regular";
    src: url("../fonts/DidactGothic-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.2rem;
}

.form-body .panel-title {
    font-size: 1.3rem;
}

#authorized-partner p {
    font-size: 0.75rem;
}

#banner {
    background-image: url(../img/background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -380px;
}

.bg-dark-section {
    background-color: #2C2C2C;
}

.bg-yellow {
    background-color: #FDC62F;
}

.bg-whatsapp-green {
    background-color: #4cca5a;
}

.text-green-dark {
    color: #009A44;
}

.text-green-light {
    color: #A4CA62;
}

.text-yellow {
    color: #fbca42;
}

.text-gray-dark {
    color: #2C2C2C;
}

.text-gray-light {
    color: #6d6d6d;
}

.texto-legal {
    text-shadow: none !important;
    font-size: 0.7rem;
}

/* classe pro cta do form. dica: usar duas cores do cliente para criar padrão pro hover */

.btn-default {
    background-color: #FDC62F;
    color: #2C2C2C;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-default:hover {
    background-color: #FDC62F;
    color: #2C2C2C;
    transition: 0.3s;
}

.btn-gray {
    background-color: #2C2C2C;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
}

.btn-gray:hover {
    background-color: #2C2C2C;
    color: #FDC62F;
    transition: 0.3s;
}


.btn-wpp {
    background-color: #61c639;
    color: #fff;
    white-space: inherit;
}

.btn-wpp:hover {
    background-color: #408426;
}

/* splash style */

.splash {
    color:  #ffffff;
    width: fit-content;
    background: none;
    border-style: solid;
    border-width: 3px;
    border-color: #fbca42;
    border-radius: 15px;
}

.splash h2 {
    font-size: 2.7em;
    font-weight: 900;
}

.symbol {
    font-size: 0.8em;
}

.price-s {
    font-size: 0.8em;
}

.price-s-symbol {
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
    font-size: 1.4rem;
}

.month {
    font-size: 0.3em;
    position: relative;
    right: 1em;
}

figure {
    margin-bottom: 0;
}

.section-bg-paper {
    background-image: url(../img/bg_sections.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    background: linear-gradient(0deg, rgb(0 70 16 / 49%) 20%, #2fc72721 74%) !important;
    border-radius: 23px;
    border: none;
}

.card-img-top {
    border-top-left-radius: calc(23px - 1px) !important;
    border-top-right-radius: calc(23px - 1px) !important;
}

.label-card {
    background: #2E2F2E;
    border-radius: 10px;
    border: 2px solid #CAEE8C;
    min-width: 180px;
    position: absolute;
    z-index: 99;
}

.card-body p {
    font-size: 0.9rem;
}

.box-inf {
    border-radius: 18px;
}

/* collapse conteudo 3 */
#content-3 .btn-link {
    background-image: url(../img/arrow-up.webp);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 14px;
    font-size: 1rem;
    text-decoration: none;
    white-space: normal;
}

#content-3 .btn-link:hover {
    color: #A4CA62;
}

.btn:focus {
    box-shadow: none;
}

#content-3 .collapsed {
    background-image: url(../img/arrow-down.webp) !important;
}

.border-rounded-collapse {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.border-rounded-collapse-content {
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

/* collapse conteudo 3 */

.cookies {
    z-index: 10000 !important;
}

/*Slick*/

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #A4CA62 !important;
}


.form-body {
    border-radius: 20px;
    border: 2px solid #ffffff;
}

label {
    margin-bottom: 0.2rem;
}

.af {
    display: none;
}

.logo-af {
    width: 140px;
}

.css-timer {
    color: red;
}

.css-timer::after {
    content: counter(count);
    animation: counter 5s linear;
    counter-reset: count 0;
}

@keyframes counter {
    0% {
        counter-increment: count 3;
    }

    50% {
        counter-increment: count 2;
    }

    70% {
        counter-increment: count 1;
    }

}

.form svg {
    width: 80px;
    display: block;
    margin: auto;
}

/* modal */

#mascara {
    background: hsl(0deg 0% 5.66% / 91%);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.form-modal {
    margin: 1.5rem auto 0;
    max-width: 100%;
    position: absolute;
    width: 90%;
    z-index: 10000;
    background-color: transparent;
    border-radius: 0;
    top: 5%;
    left: 0;
    right: 0;
}

.modal-content {
    padding: 10px 30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.95) !important;
}

.modal-backdrop.in {
    opacity: .95;
}

.close-modal {
    text-align: right;
    color: #fff;
}

.close {
    font-size: 3rem;
    margin: 1rem 2rem;
}

/* fim modal */
/* Estilizar mensagem de erro do formulário */

.errors {
    background-color: #d02626;
    color: #fff;
    margin-bottom: 5px;
}

.invalid-tooltip {
    position: absolute;
    display: inline-block;
    top: 93%;
    border-bottom: 1px dotted #ccc;
    color: white;
    background-color: #d02626;
}

.invalid-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d02626 transparent;
}
/* animação form */

.form {
    display: none;
}

#step_1 {
    display: block
}

.scale-up-right {
    -webkit-animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
    animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

/* fim da animação */

/* form */

@media screen and (min-width:992px) {

    .splash h2 {
        font-size: 3em;
        font-weight: 900;
    }

    #banner {
        background-image: url(../img/img-banner.webp), url(../img/background.webp);
        background-size: 463px, cover;
        background-position: top 100% right 54%, bottom left 47%, center;
        background-repeat: no-repeat;
        min-height: 530px;
    }

    .form-modal {
        width: 50%;
    }

    .panel-title {
        font-size: 150%;
    }

    .form-body .panel-title {
        font-size: 22px;
    }

    .form-body h5 {
        font-size: 1.1rem;
    }

    h5 {
        font-size: 1.3rem;
    }

}

@media screen and (min-width:1024px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.3rem;
    }
    .banner {
        background-position-x: -270px;
    }

    #content-3 .btn-link {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1400px){
    .d-xxl-none {
        display: none!important;
    }
}
