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

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

/* Tamanhos de fontes */

h1 {
    font-size: 1.9rem;
}

h2 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
}

.form-title {
    font-size: 1rem;
}
#custo_beneficio p{
    font-size: 0.9rem;
}
#banner1 .h1{
    text-shadow: 4px 4px 6px #F26419;
}
/* Cores gerais de textos e backgrounds */

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

.bg-twitter-blue {
    background-color: #1da1f2;
}

.bg-facebook-blue {
    background-color: #4267b2;
}

.bg-blue {
    background-color: #1d356b;
}

.text-blue {
    color: #1d356b;
}

.text-orange {
    color: #f26419;
}

.text-turquoise {
    color: #5f9b9a;
}

.bg-turquoise {
    background-color: #28c8c6;
}

.bg-orange {
    background-color: #f26419;
}

.css-timer {
    color: red;
}

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

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

    25% {
        counter-increment: count 4;
    }

    50% {
        counter-increment: count 3;
    }

    75% {
        counter-increment: count 2;
    }

    99% {
        counter-increment: count 1;
    }

}

/* Botões */

.btn-default {
    background-color: #f26419;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

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

.btn-default3, .btn-default3:hover {
    color: white;
    border-radius: 0.8rem;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 0.9rem;
    white-space: normal;
}

#por_que_fazer_uma_pos .btn-default {
    font-size: 0.8rem;
    white-space: normal;
}

.btn-quiz, .btn-layer {
    background-color: #fff;
    color: #1d356b;
    font-size: 1rem;
    border: 1px solid #1d356b;
    border-radius: 7px;
    white-space: normal;
}

.btn-quiz:hover, .btn-layer:hover, .btn-quiz.bg-blue {
    background-color: #1d356b;
    color: #fff;
}

.btn-layer-interesse {
    background-color: #1d356b;
    color: #fff;
    font-size: 1rem;
    border: 1px solid #1d356b;
    border-radius: 7px;
    white-space: normal;
}

.btn-layer-interesse:hover {
    background-color: #142652;
    color: #fff;
}

.btn-radio {
    background-color: #fff;
    color: #1d356b;
    font-size: 1rem;
    border: 1px solid #1d356b;
    border-radius: 7px;
    margin-top: -1.5rem;
}

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

.btn-cards {
    background-color: #f26419;
    color: white;
    border-radius: 5px;
    margin-top: -12%;
    font-size: 0.9rem;
    min-width: 140px;
    min-height: 52px;
}

.btn-cards:hover {
    color: white;
    transform: scale(1.05);
}

.dropdown-toggle::after {
    display: none;
}

/* Banner e conteúdos */

    #banner {
        background-image: url(../img/background-2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.carousel-indicators {
    display: none;
}

figure {
    margin: 0;
}

.text-overlay {
    position: absolute;
    left: 58%;
    margin-left: -100px;
    max-width: 158px;
    color: #fff;
    font-size: 0.8rem;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 4000;
}

.text-overlay-2 {
    position: absolute;
    left: 41%;
    margin-left: -100px;
    max-width: 265px;
    color: #fff;
    font-size: 0.75rem;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 4000;
}

.text-2 {
    display: none;
}

.cards-1:hover .text-2 {
    display: block;
    max-width: 160px;
    min-height: 52px;
    font-size: 0.9rem;
}

.cards-1:hover .text-1 {
    display: none;
}

.filter {
    position: relative;
}

.bullet {
    width: fit-content;
}

.cards-1:hover .filter:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(29, 53, 107, 0.75);
    mix-blend-mode: normal;
    border-radius: 15px;
}

.cards-1:hover .text-overlay, .cards-1:hover .text-overlay-2 {
    margin-top: 15px;
    margin-bottom: 10px;
    visibility: visible;
    opacity: 1;
}

#por_que_fazer_uma_pos .card {
    width: 75%;
    border-radius: 1rem;
}

.line {
    border-bottom: 3px solid #28c8c6;
    width: 150px;
}

#faq .btn-link {
    background-image: url(../img/arrow-up.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 14px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
    white-space: normal;
}

.collapsed {
    background-image: url(../img/arrow-down.png) !important;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 14px;
}

#faq hr {
    border-top: 1px solid #fff;
    margin-top: 0px;
}

.box-balao{
    position: absolute;
    width: 150px;
    height: 80px;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 10px 10px;
    top: 0;
    right: 0;
    margin-top: -50px;
    margin-right: -5px;
    transform: rotate(15deg);
}

.box-balao::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid #f26419;
    border-right: 25px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: -12px;
}
#custo_beneficio .box-balao p{
    font-size: 0.8rem;
}

#btn-start {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 10px;
    color: #128c8c;
    background-color:#efefef;
    border-radius: 50px;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}


/* Slick */

/* mudar cor dos 'pontos' */

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

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

.slick-next {
    right: -8px !important;
}

.slick-prev {
    left: -16px !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: 15px;
}

#step_layer_mindset .custom-control-label {
    font-size: 0.85rem;
}

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

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

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

svg {
    width: 80px;
    display: block;
    margin: 40px auto 0;
}

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

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

@-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;
    }
}

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

/* Media queries */
@media screen and (max-width: 350px){
    #link-whatsapp{
        font-size: 0.8rem;
    }
    .box-balao{
        width: 120px;
        height: 60px;
        padding: 5px 10px;
    }
    .box-balao::before{
        border-top: 20px solid #f26419;
        border-right: 20px solid transparent;
        margin-bottom: -15px;
        margin-bottom: -12px;
    }
    #custo_beneficio .box-balao p{
        font-size: 0.65rem;
    }

    #banner1 h1 {
        font-size: 1.3rem;
    }
    #banner1 .h1 {
        font-size: 2rem;
    }
    #banner1 h3 {
        font-size: 1.1rem;
    }
}
@media screen and (min-width:530px){
    .box-balao{
        margin-top: -10px;
        margin-right: 10%;
    }

    .box-roulette {
        right: 0;
    }
}
@media screen and (min-width:992px) {
    .js-form-modal {
        width: 40%;
        top: -10%;
        bottom: 5%;
        margin: auto;
    }
    #faq .btn-link {
        font-size: 1rem;
    }
    .form-title {
        font-size: 1.1rem;
    }
    h1 {
        font-size: 2rem;
    }
    #banner1, #banner2, #banner3 {
        min-height: 530px;
    }
    .banner-height.setHeight{
        min-height: 650px!important;
    }
    .banner-height.setHeight#banner1{
        background-position: top 115% right 50%, bottom left 47%, center;
    }
    #banner1 h1 {
        font-size: 2.1rem;
    }
    #banner1.banner-direito h1 {
        font-size: 1.85rem;
    }
    #banner1 .h1{
        font-size: 3.2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.7rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    .h6{
        font-size: 0.9rem;
    }

    #banner1 {
        background-image: url(../img/img-banner-1.png), url(../img/background-1.png);
        background-size: 345px, cover;
        background-position: top 215% right 50%, bottom left 47%, center;
        background-repeat: no-repeat;
        min-height: 530px;
    }
    #banner1.banner-admin {
        background-image: url(../img/img-banner-1-admin.png), url(../img/background-1.png);
        background-size: 400px, cover;
        background-position: top 105% right 50%, bottom left 47%, center;
    }
    #banner1.banner-direito {
        background-image: url(../img/img-banner-1-direito.png), url(../img/background-1.png);
        background-size: 400px, cover;
        background-position: top 107% right 53%, bottom left 47%, center;
    }

    #banner {
        background-image: url(../img/img-banner-2.png), url(../img/background-2.png);
        background-size: 500px, cover;
        background-position: top 107% right -8%, bottom left 47%, center;
        background-repeat: no-repeat;
        min-height: 530px;
    }

    #banner3 {
        background-image: url(../img/img-banner-3.png), url(../img/background-v3.png);
        background-size: 373px, cover;
        background-position: top 103% right 50%, bottom left 47%, center;
        background-repeat: no-repeat;
        min-height: 530px;
    }


    .custom-form-position {
        position: absolute;
        top: 6%;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }
    .carousel-indicators {
        right: 28%;
        display: flex;
    }
    .carousel-control-prev {
        left: -5%;
    }
    .carousel-control-next {
        right: 28%;
    }
    #banner3 h2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    #cursos_mais_buscados .card {
        width: 350px;
        border-radius: 10px;
    }
    #por_que_fazer_uma_pos {
        background-image: url(../img/forma-2.png);
        background-repeat: no-repeat;
        background-size: 650px;
        background-position: right;
        background-position-y: 161px;
    }
    #por_que_fazer_uma_pos .card {
        width: 300px;
        border-radius: 1rem;
    }
    .bg-circle {
        background-image: url(../img/forma-1.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100px;
        background-position-y: 0px;
    }
    .box-roulette {
        position: relative;
        /*margin: 50px auto;*/
        width: 450px;
        height: 450px;
        border: 10px solid #ccc;
        border-radius: 50%;
        background: #ccc;
        overflow: hidden;
    }
    .box-roulette .markers {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -25px;
        width: 0;
        height: 0;
        border: 25px solid #fff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        z-index: 9999;
    }
    .box-roulette .roulette {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .box-roulette .item {
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        transform-origin: 0 100%;
        left: 240px;
    }
    .box-roulette .label .text {
        display: inline-block;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        vertical-align: middle;
    }
    .box-roulette .label {
        transform: translateX(48.1px) translateY(-129px) rotateZ( 103deg)!important;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        white-space: nowrap;
        transform-origin: 0 0;
        top: -60px;
        left: 23px;
    }
    button {
        border: 0;
        margin: 0;
        padding: 0;
    }
    #btn-start {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        font-weight: bold;
        font-size: 18px;
        color: #128c8c;
        background-color:#efefef;
        border-radius: 50px;
        z-index: 9999;
        cursor: pointer;
        outline: none;
    }
    .box-balao{
        margin-top: -10px;
        margin-right: 10px;
    }


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

    .box-balao{
        width: 200px;
        height: 80px;
        padding: 15px 10px;
    }
    .box-balao::before{
        border-top: 35px solid #f26419;
        border-right: 35px solid transparent;
        margin-bottom: -20px;
    }
    #custo_beneficio .box-balao p{
        font-size: 1rem;
    }
    #custo_beneficio p{
        font-size: 1rem;
    }

}
@media screen and (min-width: 1300px){
    .h6{
        font-size: 1rem;
    }
    .text-overlay-2 {
        max-width: 380px;
        left: 32%;
    }

}
@media screen and (min-width: 1500px){
    .h6{
        font-size: 1.1rem;
    }

}
