body {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    color: #2f2f6d;
}

/* Tamanhos de fontes */

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}
.h2{
    font-size: 1.5rem;
}
h3 {
    font-size: 1.1rem;
}
.form-title, .h4 {
    font-size: 1.125rem;
}
h5{
    font-size: 1.1rem;
}
h6, label, p{
    font-size: 0.8rem;
}
/* Cores gerais de textos e backgrounds */

.bg-whatsapp-green {
    background-color: #4cca5a;
}
.bg-dark-blue{
    background-color: #141434;
}
.bg-purple{
    background-color: #7458db;
}
.text-purple{
    color: #7458db;
}
.bg-light2{
    background-color: #f3f6fa;
}
.bg-dark-purple{
    background-color: #3d3a83!important;
}
.custom-checkbox .text-black-50{
    color: #ffffff!important;
}

a{
    color: #90d8f1;
}

a:hover{
    color: #2bb2dc;
}

 .text-red {
    color: red;
 }


 .form-control-range {
    width: 100%;
    height: 15px;
    -webkit-appearance: none;
    background: #ddd;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
}
.form-control-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4cca5a;
    cursor: pointer;
    border: 4px solid #3d3a83;
    box-shadow: -407px 0 0 400px #4cca5a;
}

input[type=range]::-moz-range-progress {
    background-color: #4cca5a;
}

/* Botões */

.btn-default {
    background-color: #4cca5a;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 0.9rem;
}

.btn-default:hover {
    background-color: #df72ae!important;
    color: white;
    transition: 0.3s;
}

.btn-header {
    background-color: #1FAEE0;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 0.9rem;
}

.btn-header:hover {
    background-color: #158cb8 !important;
    color: white;
    transition: 0.3s;
}

.btn-radio {
    background-color: white;
    color: #555;
    border: 1px solid #ced4da;
    margin-top: -1.5rem;
}

.btn-radio:hover, input[type=radio]:checked ~ .btn-radio {
    background-color: #df72ae;
    color: white;
}



/* Banner e conteúdos */

#banner {
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
figure {
    margin:0;
}
.splash-banner{
    border-radius: 20px;
    background: rgb(43,178,220);
    background: linear-gradient(90deg, rgba(43,178,220,1) 0%, rgba(116,88,219,1) 100%);
}

.splash-card {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(47, 47, 109);
    background: linear-gradient(180deg, rgba(47, 47, 109, 1) 0%, rgba(122, 104, 238, 1) 100%);
}
/* Toggle do menu topo */
.dropdown-toggle::after {
    display: none;
}
/* Toggle do menu topo */
.card{
    border-radius: 20px;
}

/* Arrow do Collapse */
#content-3 .btn-link {
    background-image: url(../img/arrow-up.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 14px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
}

#content-3 .collapsed {
    background-image: url(../img/arrow-down.png) !important;
    border-radius: 10px;
}
#content-3 .collapse{
    border-radius: 0 0 10px 10px;
}
/* Arrow do Collapse */

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

@keyframes counter {
    0% {
        counter-increment: count 8;
    }
    12% {
        counter-increment: count 7;
    }
    25% {
        counter-increment: count 6;
    }
    37% {
        counter-increment: count 5;
    }
    50% {
        counter-increment: count 4;
    }
    62% {
        counter-increment: count 3;
    }
    75% {
        counter-increment: count 2;
    }
    90% {
        counter-increment: count 1;
    }
}


/* Slick */


/* mudar cor dos 'pontos' */
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #7458db !important;
}

/* Formulário */

    /* Mostra somente um step por vez */

    .form {
        display: none;
    }

    #step_1 {
        display: block
    }

    /* * -- */

.js-loading-msg {
    color: #000;
}

.form-body {
    min-height: 28rem;
    border-radius: 30px;
}

/* 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;
}

/* Modal do formulário */

.js-modal-bg-default,
.js-modal-bg-af {
    background: hsla(0, 0%, 0%, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.js-form-modal {
    margin: auto 15px;
    position: absolute;
    z-index: 1001;
    top: 9%;
    bottom: 3%;
    right: 0;
    left: 0;
}

.js-modal-active {
    overflow: hidden;
}

.js-modal-active .js-form-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-close-modal {
    font-size: 45px;
    margin: 5px 14px;
    color: #fff !important;
    float: right;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    cursor: pointer;
}

/* Animação do modal do formulário */

.js-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%;
    }
}

/* Animação Step Sucesso */
.form svg {
    width: 80px;
    display: block;
    margin: auto;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check 0.9s .35s ease-in-out forwards;
    stroke-linecap: round;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

/* FIM Animação Step Sucesso */

/* Animação Step Insucesso */

.line {
    stroke-linecap: round;
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

.fade-in {
    fill: #dc3545;
    stroke: #dc3545;
    stroke-linecap: round;
	opacity: 1;
	animation: fadeInOpacity 0.5s ease-in 1;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Fim Animação Step Insucesso */

/* Media queries */
@media screen and (max-width: 350px){
    h1, h2 {
        font-size: 1.2rem;
    }
    h3, .btn-default, #content-3 .btn-link {
        font-size: 0.8rem;
    }
    .form-title, .h4 {
        font-size: 0.9rem;
    }
    .btn-default img{
        max-width: 20px;
    }
    p{
        font-size: 0.7rem;
    }
    #content-3 .btn-link{
        background-position: 94% center;
    }

}
@media screen and (min-width:992px) {
    .js-form-modal {
        width: 40%;
        top: 5%;
        bottom: 5%;
        margin: auto;
    }

    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }
    .h6{
        font-size: 0.9rem;
    }
    .btn-default {
        font-size: 1rem;
    }

}

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

    #banner {
        background-position: center;
    }
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3, .form-title {
        font-size: 1.35rem;
    }
    h5{
        font-size: 1.25rem;
    }
    .btn-default {
        font-size: 1.1rem;
    }
    .h6, h6{
        font-size: 1rem;
    }

    .splash-banner{
        border-radius: 30px;
    }

}

@media screen and (min-width:1400px) {
    h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 2rem;
    }
    h3, .form-title, .h4{
        font-size: 1.5rem;
    }
    h6{
        font-size:	1.125rem;
    }
    label{
        font-size: 0.9rem;
    }
    .btn-default {
        font-size: 1.15rem;
    }
    #content-3 .btn-link {
        font-size: 1.3rem;
    }

}

@media screen and (min-width: 1600px){
    .btn-default {
        font-size: 1.2rem;
    }
    .d-xxl-block{
        display: block!important;
    }
}
