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

/* TAMANHOS DE FONTES */

.panel-title {
    font-size: 1.15rem;
}

.form-control {
    font-size: 1rem !important;
}

.h1{
    font-size: 1.75rem;
}

h1 {
    font-size: 1.55rem;
}
.h2,
h2 {
    font-size: 1.3rem;
}

.h6,
h6 {
    font-size: 0.9rem;
}

.conteudo-1 h5 {
    font-size: 0.9rem;
}

.conteudo-1 p {
    font-size: 0.7rem;
}

/* FIM DE TAMANHO DE FONTES */

/* CORES */

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

.btn-default {
    background-color: #006d2f;
    color: white;
    text-transform: uppercase;
}

.btn-default-outline {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.btn-default:hover,
.btn-default-outline:hover {
    background-color: #b4923e;
    color: white;
}

.bg-gold {
    background-color: #b4923e;
}

/* FIM CTA */

.text-green {
    color: #00804d;
}

.text-yellow {
    color: #ffe600;
}

.bg-green {
    background-color: #005633;
}

.img-mec {
    max-width: 80%;
    height: auto;
}

.conteudo-1 {
    background-image: url(../img/model.png);
    background-position: right -69px bottom;
    background-repeat: no-repeat;
    background-size: 239px;
}

/* FIM CORES */
.border-radius-10 {
    border-radius: 10px;
}

.form-control {
    font-size: 1.2rem;
    color: #363d44;
    font-weight: bold;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #495057;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

#step_pesquisa_duplicados .form-control {
     font-weight: normal;
}

.form-control:focus {
    background-color: transparent;
}

.custom-checkbox .custom-control-label::before {
    background-color: #a7a7a7;
}

::-webkit-input-placeholder {
    color: #363d44 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #363d44 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #363d44 !important;
}

:-ms-input-placeholder {
    color: #363d44 !important;
}

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


/* modal */

.mascara-default {
    background: #000 !important;
    opacity: 0.9 !important;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.livechat {
    left: 0;
    width: 100%;
    z-index: 1000;
}

.mascara-af {
    background: #000 !important;
    opacity: 0.9 !important;
    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: 1001;
    background-color: transparent;
    border-radius: 0;
    top: 5%;
    left: 0;
    right: 0;
}

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

/* fim modal */
.cHQRIT {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-start !important;
    height: calc(100vh - 88px);
    transform: scale(0.8);
    transform-origin: right bottom;
    max-width: 350px;
    margin-top: 10px;
}

/* animação form */

.form {
    display: none;
    background: rgba(248, 248, 255, 1);
    border-radius: 10px;
}

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

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* fim da animação */
@media screen and (max-width: 350px) {
    .btn-default {
        font-size: 0.9rem;
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 0.9rem;
    }

    .h1,
    h1 {
        font-size: 1.3rem;
    }

    .conteudo-1 h5 {
        font-size: 0.8rem;
    }

    .conteudo-1 p {
        font-size: 0.7rem;
    }

    .conteudo-1 {
        background-position: right -69px bottom;
        background-size: 239px;
    }
}

@media screen and (min-width:768px) {
    .conteudo-1 {
        background-image: none;
    }

    .conteudo-1 h5 {
        font-size: 1.25rem;
    }

    .conteudo-1 p {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width:992px) {
    .form-modal {
        width: 40%;
    }

    .banner {
        background-image: url(../img/banner-b.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .banner-psi {
        background-image: url(../img/banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .panel-title {
        font-size: 1.5rem;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }
}
