@font-face {
    font-family: interface;
    src: url('../fonts/IF_Std_Rg.ttf');
}

@font-face {
    font-family: interface-bold;
    src: url('../fonts/IF_Std_Bold.ttf');
}

.form-input .datepicker {
    width: 50%;
}

/*
* START OF CORE CLASSESS
*/
:root {
    --primary-color: #2b3324;
    --primary-color-accent: rgb(92, 140, 78);
    --accent-color: rgb(250, 235, 60);
    --text-color: #ffffff;
    --error-color: #b71c1c;
}

body {
    color: var(--text-color);
    font-family: interface, sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    outline-color: var(--accent-color);
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

input.error::placeholder {
    color: #EF5350;
    opacity: 1;
}

input.error:-ms-input-placeholder {
    color: #EF5350;
}

input.error::-ms-input-placeholder {
    color: #EF5350;
}

.mobile-info {
    display: none;
}

.desktop-info {
    display: none;
}

.error {
    text-align: center;
}

.invisible {
    visibility: hidden !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.pointer {
    cursor: pointer;
}

.parallax {
    background: url('../images/bg-parallax') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(64, 126, 80) !important;
    height: 480px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;

}

.cabecalho,
.confirmacao__title {
    background: url('../images/bg_banner.png') no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: top;
    overflow: hidden;
}

.confirmacao__title {
    padding-top: 40px;
}

.confirmacao__title p {
    font-size: 17px;
    margin: 0;
}

.mobile,
.cabecalho .mobile {
    display: none;
}

.cabecalho img {
    max-height: 480px;
    max-width: 100%;
}

.cabecalho .right-column {
    margin-bottom: 44px;
    width: 55%
}

.cabecalho .img-dinheiro
{
    max-height: 280px;
}

.cabecalho .img-container {
    vertical-align: bottom;
    display: table-cell;
    align-self: flex-end;
    width: 45%;
}

.cabecalho__text {
    font-size: 24px;
    line-height: 28px;
    color: #00551B;
    margin-top: 40px;
}

.cabecalho span {
    color: #00914A;
    width: 100%;
    font-family: interface-bold, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 2rem;    
    display:inline-block;
}

.cabecalho img#dinheiro {
    vertical-align: bottom;
}

.cabecalho div.item {
    background-color: #00914A;
    margin: 10px auto;
    border: 1px solid #00914A;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    vertical-align: middle;
    line-height: 37px;
    width: 243px;
    min-height: 43px;
}

.cabecalho .just-center {
    justify-content: center;
}

.text__after-dot {
    position: relative;
}

.text__after-dot:after {
    content: ".";
    position: absolute;
    right: -8px;
    bottom: 0;
}

.section__title {
    font-size: 28px;
    color: var(--primary-color);
    text-align: center;
    padding: 45px 0 25px;
    font-weight: 320;
}

label.error {
    font-size: 16px;
    display: block;
    /*margin-top: -22px;*/
    margin-bottom: 6px;
    margin-left: 30px;
    color: #EF5350;
}

input.error {
    color: #EF5350;
    border-color: #EF5350 !important;
}

/*
* END OF CORE CLASSESS
*/

/*
* HERO
*/
.hero {
    min-height: 400px;
    background: transparent;
    padding: 105px 0;
}

.hero__form {
    padding: 24px;
    background: var(--primary-color);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hero__form-wrapper {
    padding-left: 50px;
}

.hero__form-input input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 12px;
    color: var(--accent-color);
}

.hero__form button {
    background: var(--accent-color);
    height: 30px;
    border: 0;
    border-radius: 5px;
    min-width: 150px;
}

.hero__form-title {
    color: var(--accent-color);
    font-weight: 300;
    text-align: center;
    padding: 0 60px;
    margin-bottom: 20px;
}

.hero__img {
    max-width: 88%;
    float: right;
    margin-right: 3%;
}

.hero__text-wrapper {
    position: absolute;
    bottom: 0;
}

.hero__text {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 300;
}

.hero__text-complement {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
}

.hero__request-card {
    display: none;
}

/*
* PARCELAS
*/
.parcelas {
    padding: 0 0 136px 0;
}

.parcelas .item {
    vertical-align: middle;
    margin: 0 auto 5px auto;
}

.parcelas .item div {
    line-height: 135px;
    text-align: center;
    margin: auto;
    width: 150px;
    height: 135px;
    border: 1px solid #009740;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #009740;
    color: #fff;
    font-weight: bold;
    font-size: 52px;
}

.parcelas .section__title {
    color: #009740;
    font-weight: 320;
    font-size: 28px;
    margin-bottom: 70px;
}

.parcelas__center {
    text-align: center;
}

/*
* VALOR
*/
.valor {
    background: #FDE900;
    padding: 106px 0 90px 0;
}

.valor__text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.valor__text div {
    text-align: right;
}

.valor__img img {
    max-width: 100%;
    margin-bottom: -115px;
}

.valor__facilities {
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
    text-align: center;
}

.valor__facilities .row {
    width: 100%;
    justify-content: center;
}

.valor .item {
    background-color: #009740;
    border: 1px solid #009740;
    color: #fff;
    border-radius: 25px;
    margin: 0 38px 54px;
    font-weight: bold;
    font-size: 26px;
    min-height: 70px;
    vertical-align: middle;
    line-height: 65px;
    flex: 1 0 calc(27% - 10px);
}

.valor__facilities-title {
    color:#009740;
    font-weight: 320;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 70px;
}

.valor__facilities-text {
    padding-left: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.valor__facilities-offset {
    padding-left: 0;
}

.valor__facilities-text {
    display: flex;
    align-items: center;
}

.valor__facilities-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.valor__facilities-img img {
    max-width: 100%;
}

.valor__facilities-item {
    margin-bottom: 18px;
}

/*
* STEPS
*/
.steps {
    padding-bottom: 25px;
    background: #fff;
    z-index: 1055;
}

.steps .section__title {
    margin-top: 25px;
    color: #00914A;
}

.steps__list {
    justify-content: space-between;
    flex-wrap: wrap;
}

.steps__item {
    margin-bottom: 20px;
}

.steps__item:last-child:after {
    display: none;
}

.steps__item-img {
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps__item-img img {
    max-width: 71%;
}

.steps__item-img .img-fixed {
    max-width: 70%;
}

.steps__item-text {
    margin-top: 5px;
    text-align: center;
    color: #00551B;
}

.steps__item-text p {
    font-weight: 300;
    font-size: 18px;
}

.steps__request {
    display: none;
}

.steps__item-last:after {
    display: none;
}

.valor__facilities-mobile {
    display: none;
}

.hero__form a.btn-close {
    display: none;
}

/*
* FOOTER
*/
footer {
    color: #2b3324;
}

.text-verdecard {
    font-size: 12px;
}

footer .section__title {
    color: #009740;
    font-size: 30px;
}

footer #aceite {
    appearance: auto;
}

.store-icon img {
    max-width: 58%;
    margin-bottom: 10px;
}

.store-icon:hover {
    opacity: 0.75;
}

footer label.plain {
    display: inline-block;
    width: 20%;
    text-align: right;
    font-size: 21px;
    font-weight: 100;
    top: 9px;
}

footer label.plain-lg {
    width: 36%;
}

footer .instrucoes-rodape .container {
    font-size: 10px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.form-input {
    margin: 0;
    width: 100%;
}

.form-input label {
    position: relative;
    display: block;
    width: 100%;
}

.form-input .chosen-single {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none;
}

.form-input .chosen-container,
.form-input select {
    background-color: transparent !important;
    width: 60%;
    border: 0;
    border-bottom: 1px solid #2b3324;
    font-size: 20px;
    padding-top: 8px;
    float: right;
}

.form-input .highlighted {
    background: #009740 !important;
}

.form-input input {
    background-color: transparent !important;
    z-index: 1;
    width: 70%;
    border: 0;
    border-bottom: 1px solid #2b3324;
    transition: border-color 200ms ease-in-out;
    color: #2b3324;
    outline: none;
    padding: 0px 0px 0 10px;
    margin-top: 30px;
    font-size: 20px;
    border-radius: 0;
}

.confirmacao {
    min-height: 480px;
    display: none;
}

.mensagem-nao-cliente {
    display: none;
    background: #FDE900;
    color: #2b3324;
}

.mensagem-cliente {
    display: none;
    background: #FDE900;
    color: #2b3324;
}

.mensagem-cliente .aviso {
    font-size: 15px;
    margin: 0;
}

.mensagem-cliente .title {
    color: #00914A;
    font-size: 22px;
}

#aceite-error {
    margin-top: 5px;
}

.confirmacao__title {
    color: black;
    font-size: 22px;
}

.confirmacao__title .container {
    padding-top: 10px;
}

.confirmacao__title img {
    height: 350px;
}

.confirmacao__title .col_rigth {
    width: 80%;
}

.confirmacao__title p {
    width: 100%;
    font-weight: lighter;
}

.accent {
    color: #2b3324;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0 !important;
}

.light {
    font-weight: 100;
}

.center {
    text-align: center;
}

.store-icon-wrapper {
    margin-top: 25px;
}

.store-icon-wrapper a {
    width: 48%;
    display: inline-flex;
}

.store-icon-wrapper .store-icon img {
    height: auto;
    max-width: 120px;
}

.store-icon-wrapper .store-icon img:not(:first) {
    padding-left: 10px;
}

.store-icon-wrapper .store-icon:first-child {
    justify-content: flex-end;
    padding-right: 10px;
}

.confirmacao__map {
    color: var(--text-color);
    min-height: 370px;
    background-color: #00914A;
}

.confirmacao__map p.section__title {
    color: var(--text-color);
    margin-top: 50px;
    padding: 45px 0 15px;
}

.confirmacao__map img {
    height: 480px;
}

.confirmacao__map p.inner {
    /*margin-top: 50px;*/
    font-size: 20px;
}

.confirmacao__map .margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.confirmacao__map p.small-text {
    font-size: 12px;
}

.btn-verlojas {
    background-color: var(--accent-color);
    margin: 10px auto;
    border: 1px solid var(--accent-color);
    border-radius: 5px;
    color: #00914A;
    font-weight: bold;
    font-size: 22px;
    vertical-align: middle;
    line-height: 45px;
    width: 80%;

}

footer button {
    background-color: #009740;
    margin: 10px auto;
    border: 1px solid #009740;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    min-height: 60px;
    vertical-align: middle;
    line-height: 60px;
    width: 400px;
}

.arrow {
    display: flex;
    justify-content: center;
    margin-top: -2px;
    padding-bottom: 2px;
}

.some-margin-bottom {
    margin-bottom: 15px;
}

.arrow-green {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #FDE902;
}

.loading-action {
    height: 35px;
    display: none;
}

.arrow-white {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid var(--text-color);
}

.margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.span-red {
    color: red
}

.section-finder
{
    background: #009740;
    position: relative;
    min-height: 400px;;
}
.section-finder img.iconshop{
    max-width: 166px;
}
.section-finder img.person{
    max-width: 80%;
    position: absolute;
    top:-65px;
    z-index: 9;
}
.section-finder a.item:first-child{
    margin-top: 90px;
}
.section-finder a.item {
    background-color: #FDEA01;
    margin: 20px auto;
    border: 1px solid #FDEA01;
    border-radius: 25px;
    color: #009740;
    font-weight: bold;
    font-size: 18px; 
    line-height: 45px;
    width: 335px;
    min-height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.section-valor {
    background: #fff;
    position: relative;
    z-index: 20;
}

.section-parcelas {
    background: white;
}

.footer-content {
    background: #FDE900;
    padding-bottom: 25px;
}

.aceite-row {
    margin-top: 90px;
    font-size: 17px;
    font-weight: 100;
}

.instrucoes-rodape {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.instrucoes-rodape-label {
    border-top: 1px solid #6A6A6A;
    border-bottom: 1px solid #6A6A6A;
    text-align: justify;
    line-height: 23px;
    color: #6A6A6A;
    font-weight: lighter;
}

b,
strong {
    font-family: interface-bold, sans-serif;
    font-weight: normal !important;
}

.btn-green {
    background-color: #00914A;
    color: #FDE900 !important;
    padding: 10px 15px;
    font-family: interface-bold, sans-serif;
}