@font-face {
    font-family: "MyriadPro";
    src: url("MyriadPro-Regular.eot");
    src: url("MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("MyriadPro-Regular.woff") format("woff"),
        url("MyriadPro-Regular.ttf") format("truetype"),
        url("MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("MyriadPro-Bold.eot");
    src: url("MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("MyriadPro-Bold.woff") format("woff"),
        url("MyriadPro-Bold.ttf") format("truetype"),
        url("MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: MyriadPro, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

label.error {
    color: #ff0000;
}

input[type='radio'] {
    accent-color: #00DE45;
}

.form-control {
    background-color: #EBF2F6;
    border-radius: 5px;
}

#modalenviado {
    font-size: 40px;
    text-align: center;
}

header.scroll {
    background-color: #ffffff;
    box-shadow: 0 0 10px #00000075;
}

header a.telefone {
    font-weight: 700;
    font-size: 23px;
    color: #00de45;
}

section.conteudo.banner {
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-position: left center;
    box-shadow: inset 0px 0px 3000px 2000px rgba(219, 219, 219, 0.29);
    height: 100vh;
}

.bg-verde {
    background-color: #00de45;
}

.texto-verde {
    color: #00de45;
}

.texto-cinza {
    color: #687681;
}

.texto-laranja {
    color: #F88E1E;
}

.btn-agende {
    background: #782B90;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18.5px;
    color: #FFFFFF;
}

.btn-agende:focus,
.btn-agende:hover {
    background: #F88E1E;
    color: #FFFFFF;
}

.btn-agende.laranja {
    border: 1px solid #F88E1E;
    background: #F88E1E;
}

.btn-agende.laranja:focus,
.btn-agende.laranja:hover {
    background: #FFFFFF;
    color: #F88E1E;
    border: 1px solid #F88E1E;
}

.btn-agende.cinza {
    border: 1px solid #65747C;
    background: #65747C;
}

.btn-agende.cinza:focus,
.btn-agende.cinza:hover {
    background: #ffffff;
    color: #65747C;
    border: 1px solid #65747C;
}

.w-49 {
    width: 49% !important;
}

.container-fluid {
    padding-left: 52px;
    padding-right: 52px;
}

section.conteudo.banner {
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.conteudo.banner h2 {
    font-size: 48px;
    font-weight: normal;
}

section.conteudo.banner h3 {
    font-size: 26px;
}

section.conteudo.banner h4 {
    font-size: 22px;
    font-weight: bold;
}

section.conteudo.banner h5 {
    font-size: 32px;
    font-weight: bold;
}

.box-form {
    border-radius: 15px;
}

section.conteudo h2 {
    font-size: 48px;
    font-weight: normal;
}

.card-processo {
    border-radius: 15px;

}

.numero-card {
    background-color: #00de45;
    font-size: 35px;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    padding: 5px 14px;
    color: #ffffff;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.hidden {
    display: none;
}

.etapa-inicial {
    height: 500px;
}

.custom-range {}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #00de45;
    cursor: pointer;
}

.custom-range::-moz-range-thumb {
    background: #00de45;
    cursor: pointer;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 3rem;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px #f88e1e;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 3px;
    height: 15px;
    background: #f88e1e;
    margin-left: -1px;
    top: 8px;
    border-radius: 35%;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

fieldset {
    animation: slide-up 1s ease-out;
    animation-fill-mode: forwards;
}

.numeros-range {
    display: flex;
    justify-content: space-between;
    padding-left: .4em;
}

.numeros-range span {
    display: block;
    width: 1ch;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}


@keyframes slide-up {
    from {
        opacity: 0;
        transform: translate(0, 0);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

footer {
    font-size: 27px;
}

@media (min-width: 992px) {
    .px-52 {
        padding-left: 52px;
        padding-right: 52px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
    }

    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    section.conteudo.banner {
        background-image: url(../images/mobile/banner.webp);
        height: auto;
    }

    section.conteudo.banner h2 {
        font-size: 32px;
        font-weight: normal;
    }

    section.conteudo.banner h3 {
        font-size: 20px;
    }

    section.conteudo h2 {
        font-size: 32px;
    }

    footer {
        font-size: 18px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.valor-range {
    margin-top: -10px;
    margin-bottom: 1rem;
}
header a.telefone {
    font-weight: 700;
    font-size: 20px;
    color: #00de45;
}
.bg-obrigado {
    background-image: url(../images/bg-obrigado.png);
    background-position: center;
    background-size: cover;
}

section.conteudo.bg-obrigado h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.conteudo.bg-obrigado h3 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.conteudo.bg-obrigado p {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.conteudo.bg-obrigado a{
    text-decoration: none;
}
.bg-verde {
    background-color: #00de45;
}
footer {
    font-size: 27px;
}
@media (max-width: 991px) {
    s.bg-obrigado {
        background-image: url(../images/bg-obrigado-mobile.png);
        background-position: center;
        background-size: cover;
        height: 100vh;
    }

    section.conteudo.bg-obrigado h2 {
        font-size: 49px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    section.conteudo.bg-obrigado h3 {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    section.conteudo.bg-obrigado p {
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}	
