/*
Css
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    color:#053c1e;
    background: #053b1d;
    background: linear-gradient(90deg, rgba(5,59,29,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.form-control{
    background-color:#fff;
    width: 100%;
    max-width: 610px;
}
.form-control:focus {
    border-color: #b1b1b1;    
    box-shadow: 0 0 0 0.25rem rgb(243 243 243 / 25%);
}
.form-control::placeholder{
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #bababa;
    font-weight: 400;
    font-family: "Montserrat";
}

.form-select { 
    border-radius: 5px; 
    background-color: #ffffff;

    font-size: 15px;
    line-height: 23px;
    color: #424242;
    font-weight: 500;
    font-family: "Roboto";
    max-width: 250px;
}

.form-check-input:checked {
    background-color: #053b1d;
    border-color: #053b1d;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(5 59 29 / 12%);
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(5 59 29 / 25%);
}

.justify-content-evenly { justify-content: space-evenly !important;}

.mb-10{ margin-bottom: 10px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-50{ margin-bottom: 50px !important; }
.mb-60{ margin-bottom: 60px !important; }
.mb-70{ margin-bottom: 70px !important; }

.mt-10{ margin-top: 10px !important; }
.mt-20{ margin-top: 20px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-40{ margin-top: 40px !important; }
.mt-50{ margin-top: 50px !important; }
.mt-60{ margin-top: 60px !important; }
.mt-70{ margin-top: 70px !important; }

.p-conteudo{
    padding: 0 0 0 50px;
}


.topo-site{
    min-height: 232px;
    background: url('../images/topo-site.png'), #004f00 no-repeat;
    background-size: cover;
}

.topo-site h2{
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    font-weight: 900;
    font-family: "Montserrat";
}

.navbar-simulador{
    --bs-bg-opacity: 1;
    padding: 29px 0;
}

.navbar-simulador .nav-link{
    color: #fff;
    font-weight: 500;
}

.active{
    color: #b3df0d !important;
}
.active:after {
    content: "";
    display: block;
    border-bottom: 3px solid #b3df0d;
}
.btn-voltar i {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 14px;
    font-size: 38px;
    cursor: pointer;
}

.passo-ico:before {
    display: inline-block;
    content: '';
    background-image: url(../images/ico-step.svg);
    background-size: 48px 48px;
    height: 48px;
    width: 48px;
    text-align: center;
}

.passo-1::before{content: '1.'}
.passo-2::before{content: '2.'}
.passo-3::before{content: '3.'}
.passo-4::before{content: '4.'}

.resultado-da-simulacao{
    margin-bottom: 35px;
}

.resultado-da-simulacao h5{
    font-size: 26px;
    letter-spacing: -2px;
    line-height: 48px;
    color: #053c1e;
    font-weight: 800;
    font-family: "Montserrat";
    margin-left: -5px;
}

.texto-titulo-destaque{
    font-weight: 800;
    color: #015001;
    font-size: 20px;
}

.texto-titulo-secundario{
    font-weight: 800;
    color: #7b7b7b;
    font-size: 20px;
}

.labels{
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
    color: #053c1e;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 10px;
}

.div-valores{
    border-bottom: 2px solid #a9a9a9;
    width: 75%;
    max-width: 165px;
}

.div-valores-editar{
    width: 75%;
    max-width: 140px;
}

.div-valores-editar input{
    max-width: 160px;
    border-bottom: 1px solid;
}

.input-valores-editar [type="text"] {
    font-size: 20px;
}

.barra-editar-entrada, .barra-editar-valor{
    margin: 3px 6px;
    color: #9c9c9c;
}

.input-valores{
    border: none;
    padding: 0px 12px 3px;
    outline: none;
 }

 .input-valores [placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
}

.input-valores[type="text"]{
    font-weight: 600;
    font-size: 22px;
    color: #757575;
}

.input-valores::placeholder{
    font-weight: 800;
    font-size: 22px;
    color: #a9a9a9;
}

.span-valores { 
    display: inline-block; 
    font-weight: 800;
    font-size: 22px;
    color:#757575;
}

.radio-fgts input[type="radio"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #f3f3f3;
    height: 16px;
    width: 16px;
    border: 1px solid #cecece;
}
  
.radio-fgts input[type="radio"]:checked {
  background: #aaaaaa;
}
  
.radio-fgts input[type="checkbox"]:hover {
    filter: brightness(90%);
}
  
.radio-fgts input[type="checkbox"]:disabled {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
  
.radio-fgts  input[type="radio"]:after {
    content: '';
    position: relative;
    left: 27%;
    top: 21%;
    width: 40%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}
  
.radio-fgts input[type="radio"]:checked:after {
    display: block;
}
  
.radio-fgts input[type="radio"]:disabled:after {
    border-color: #7b7b7b;
}

.input-data[type="text"]{
    width:100%;
    max-width: 190px;;
}

.add-renda-extra{
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 25px;
    color: #6f6f6f;
    font-weight: 400;
    font-family: "Montserrat";
}

.btn-recalcular{
    background: #03632e;
    border: 1px solid #03632e;
    color: #ffffff;
    padding: 8px 26px;
    font-size: 0.7rem;
    border-radius: 24px;
    font-weight: 600;
    margin: 40px 0 0 0px;
}

.btn-recalcular:hover {
    color: #ffffff;
    background: #024e24;
}

.primeira-parcela{
    width: 100%;
    max-width: 220px;
    background:#b3df0d;
    font-weight: 900;
    font-size:21px;
    text-align:center;
    padding: 10px 20px;
}

.demais-parcelas{
    margin-top:10px
}

.btn-interesse{
    /* font-size: 17px; */
    letter-spacing: -1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;

    width: 231px;
    height: 60px;
    border-radius: 28px;
    background-color: #03632e;
    border: 1px solid #03632e;
}

.btn-interesse:hover{
    background: #0c720c;
    border: 1px solid #003f00;
    color: #fff;
    font-size: x-large;
    animation-duration: 0.5s;
}


#btn-editar-valor, #btn-editar-entrada{
    margin-top: 3px;
    margin-left: 4px;
}


.footer {
    background-color: #222222;
    background-color: #27312a;
    
    color: #9b9b9b;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-widget {
    padding-top: 70px;
    padding-bottom: 40px;
}
.footer-widget .widget-about {
    padding-right: 20px;
}
.footer-widget .widget-title h5 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 16px;
}
footer .widget-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

footer .social-icons em{
    color: #b3df0d;
    font-size: 19px;
    margin-right: 8px;
    margin-top:8px;
}

footer .social-icons em:hover{
    color: #f8f8f8;
    animation: 1s;
}

footer .footer--copyright {
    border-top: 2px solid rgba(71, 71, 71, 0.25);
    padding: 40px 0;
    font-size: 14px;
    font-family: 'Montserrat';
}

/*Alerts*/
.swal2-styled.swal2-confirm {background-color: #053b1d !important}
.swal2-styled.swal2-confirm:focus { box-shadow: 0 0 0 3px rgb(5 59 29 / 25%)}

/*Index */
.tipo-de-imovel label{
    padding: 14px 8px;
    margin-right: 10px;
    min-width: 150px;
    height: 120px;
    background: #f3f3f3;
    border: 1px solid rgba(3,99,46,0.1);
    border-radius: 10px;
    text-align: center;
    font-size: 14px;

    line-height: 14px;
    color: #6f6f6f;
    font-family: "Arial";
    text-align: center;
    cursor: pointer;

}

.tipo-de-imovel label:hover{
    background: #e3e3e3;
 
}

.tipo-de-imovel img{
    margin-bottom: 8px;
}

.tipo-de-imovel input[type="radio"] { display: none }
.tipo-de-imovel input[type="radio"]:checked + label { 
    background: #f3f3f3;
    border: 2px solid #329e0f !important;
}


/*Inicio*/
.body-home{
    color: #053c1e;
    background: #053b1d;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.topo-site-home {
    max-height: 560px;
    background: url(../images/topo-site-home.png), #004f00 no-repeat;
    background-size: cover;
}

.btn-interesse-home {
    line-height: 50px;
    font-size: 16px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    width: 231px;
    height: 60px;
    border-radius: 28px;
    background-color: #064d25;
    border: 1px solid #03632e;
    text-decoration: none;
    padding: 1rem 2.2rem;
}

.btn-interesse-home:hover{
    font-size:large;
    color: #ffffff;
    background-color: #3b9764;
    transition: 0.5s;
}

.px-40{ padding: 0 40px; }

.simulador-titulo span{
    background: #053b1d;
    color: #b3df0d; 
    padding: 3px 12px;
    text-align: center;
}

.simulador-titulo{
    text-align: center;
}

.margem-simulador{
    background: #fff;
    padding: 45px 0 0 10px;
}

.fgts_div{
    margin-top: 30px;
}

.div-valores{
    margin-left:0;
}

.fomr-check small{
    font-size: 14px;
    line-height: 1.5;
}

.texto-valor-destaque {
    font-weight: 800;
    color: #015001;
    font-size: 20px;
}

.parallax-home{
    width: 125px;
    height: 210px;
    background: #053b1d;
    position: absolute;
    z-index: 0;
    margin-top: -12px;
}

.novidade{
    position: absolute;
    z-index: 1;
    margin-left: 35px;
    margin-top: 10px;
}

.possibilidades h4{
    font-size: 32px;
    font-weight: 900;
    color:#03632e;
    margin-top: 12px;
}

.possibilidades .descricao {
    max-width: 280px;
    margin: 0 auto;
    font-size: 14px;
    background: #8cc10a;
    background: #698f09;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 14px;
}

.span-txt-simule{
    font-weight: 700;
    margin-left: 0;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 900;
    font-family: "Montserrat";
}

.span-txt-credito{
    color: #9fe000; padding: 3px 0; font-size: 70px; line-height: 72px; text-shadow: 1px 1px 1px #004f00;
}

.span-txt-imobiliario{
    color: #9fe000; padding: 3px 0; font-size: 70px; line-height: 56px; text-shadow: 1px 1px 1px #004f00;
}

.header-home{
    margin-top: 75px;
}

.possibilidades{
    position: relative;
    min-height: 340px;
    background: url(../images/bloco-possibilidades-home.png) #9fe000;
    background-size: cover;
    margin-top: -66px;
}

.possibilidades img{
    width: 115px;
}

.foto-destaque{
    float: unset;
    padding-bottom: 0;
    height: 482px;
    background:url("../images/capa-home.png") no-repeat;
}

#page-resultado .espaco-resultado{
    width: 100%;
    padding: 0 0 0 25px;
}

/* Carregando */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .btn-voltar{
	border: 1px solid black;
    width: 231px;
    height: 60px;
    background: #e9e9e9;
    box-shadow: none;
    text-transform: uppercase;
    color: #6b6868;
	font-size: 17px;
    letter-spacing: -1px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    left: 0px;
    padding: 0;
	margin-right: 50px;
    border-radius: 33px;
  }
  .btn-voltar:hover{
    border: 3px solid #0c720c;
    font-size:x-large;
  }

@media screen and (max-width: 768px) {
    body{ background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); }

    .div-pc{ display: none; }

    .d-flex-mobile{
        display: inline-flex !important;
        flex-wrap: wrap;
    }
    .tipo-de-imovel{ margin-bottom: 10px }
    .p-conteudo{ padding: 0 0 0 0; }

    .tipo-de-imovel label {
        width: 117px;
        height: 110px;
    }

    .tipo-de-imovel img {
        margin-bottom: 8px;
        max-height: 50px;
    }
    

    .ultimo{height: 125px !important;}

    .px-40{ padding: 0 10px; }

    #valor_entrada, #valor_imovel { max-width: unset; margin-right:2px }

    .mb-m-20{ margin-bottom: 15px; }

    .tipo-de-imovel label {
        border: 1px solid rgb(3 99 46 / 23%);
    }

    .btn-voltar {
		border: none;
		width: 170px;
		height: 45px;
		background: #e9e9e9;
		box-shadow: none;
		text-transform: uppercase;
		color: #6b6868;
		font-size: 17px;
		letter-spacing: -1px;
		line-height: 20px;
		font-weight: 500;
		font-family: "Montserrat";
		text-align: center;
		left: 80px;
		padding: 0;
		margin: 0 auto;
    }

    .btn-voltar i {
        position: absolute;
        top: 6px;
        margin: 0 auto;
        left: 6px;
        font-size: 14px;
        cursor: pointer;
    }

    .simulador-titulo span {
        background: transparent;
        color: #b3df0d;
        padding: 0;
        font-size: 32px;
        text-align: justify;
    }

    .simulador-titulo{
        text-align: unset;
        margin-left: 15px;
        width: calc(100% - 15px);
    }
    
    
    .topo-site {
        min-height: 165px;
        background: url(../images/topo-site-home-mobile.png), #004f00 no-repeat;
        background-size: cover;
    }

    #topo-home{
        min-height: 560px;
    }

    .topo-site h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 2px;
    }
    
    .navbar-simulador {
        padding: 15px 0;
    }

    .passo-ico:before {
        display: inline-block;
        background-image: url(../images/ico-step.svg);
        background-size: 34px 34px;
        height: 34px;
        width: 34px;
        text-align: center;
    }
    
    .resultado-da-simulacao h5 {
        font-size: 19px;
        letter-spacing: -2px;
        line-height: 38px;
    }

    .p-conteudo-mobile{
        padding: 0;
    }

    .labels {
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 20px;
    }

    .btn-interesse {
        font-size: 17px;
        letter-spacing: -1px;
        line-height: 17px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Montserrat";
        text-align: center;
        width: 170px;
        height: 45px;
        border-radius: 28px;
        background-color: #03632e;
        border: 1px solid #03632e;
    }

    .local{
        margin: auto;
    }

    .margem-simulador{
        background: #fff;
        padding: 25px 10px;
    }

    .navbar-brand img{ height: 30px;}

    .resultado-da-simulacao{
        margin-bottom: 14px;
    }

    .form-select { max-width: 190px; }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .barra-etapas-mobile{
        background: #003a00; 
        padding: 10px 10px;
    }

    .barra-etapas-mobile img{
        width: calc(100% - 24px);
        margin: 0 12px;
    }

    .form-select {
        line-height: 19px;
    }

    .div-valores {
        border-bottom: 2px solid #e4e4e4;
        width: 100%;
        max-width: 345px;
    }
    .span-valores {
        font-weight: 800;
        font-size: 22px;
        color: #989898;
    }

    .input-valores::placeholder{
        font-weight: 700;
        font-size: 20px;
        color: #adadad;
    }    

    .fgts_div{
        margin-top: 0;
    }

    .form-control{
        width: 95%;
    }

    .input-valores[type="text"] {
        width: 100%;
    }

    .div-valores{
        margin-left: 0px;
    }

    .w-m-50{ width: 50%; }

    .w-m-100{ width: 100%; }

    .labels-resultado {
        font-size: 14px
    }

    .mb-20{ margin-bottom: 20px; }

    .texto-valor-destaque {
        font-weight: 800;
        color: #015001;
        font-size: 16px;
    }

    #btn-editar-valor, #btn-editar-entrada{
        margin-top: -1px;
        margin-left: 0;
    }

    .barra-editar-entrada, .barra-editar-valor {
        margin: 0 2px 0 12px;
    }

    #page-resultado .input-valores {
        padding: 0px 4px 3px;
        width: 100px;
        width: -webkit-fill-available;
    }

    #page-resultado .input-valores[type="text"] { font-size: 15px; }

    #page-resultado .div-valores-editar {}
    

    #page-resultado .texto-titulo-secundario {
        font-weight: 800;
        color: #7b7b7b;
        font-size: 15px;
    }

    #page-resultado .espaco-resultado{
        width: 100%;
        padding: 0 10px
    }

    #page-resultado .p-conteudo{
        margin: auto;
    }

    .btn-recalcular { margin: 25px 0 0 0px }

    .form-check-label{
        font-size: 14px;
        text-align: justify;
    }

    #page-resultado .btn-interesse {
        font-size: 13px;
        margin-left: 10px;
    }

    #page-resultado .mb-60{
        margin-bottom: 30px;
    }

    .primeira-parcela {
        font-size: 19px;
        padding: 5px 20px;
    }

    .widget-content{
        margin-bottom: 30px;
    }


    .parallax-home{
        width: 84px;
        height: 135px;
        background: #053b1d;
        position: absolute;
        z-index: 0;
        margin-top: 30px;
    }
    
    .novidade{
        position: absolute;
        z-index: 1;
        margin-top: 45px;
    }
    
    .possibilidades h4{
        font-size: 25px;
        font-weight: 900;
        color: #03632e;
        margin-top: 2px;
    }
    
    .possibilidades .descricao {
        max-width: 280px;
        margin: 0 auto;
        font-size: 12px;
        background: #8cc10a;
        border-radius: 40px;
        color: #fff;
        font-weight: 500;
        padding: 6px 15px;
        margin-bottom: 5px;
    }

    .possibilidades-mb{
      margin-bottom: 28px;
    }
    
    .span-txt-simule{
        font-weight: 700;
        margin-left: -5px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 3px;
    }

    .span-txt-credito {
        color: #9fe000;
        padding: 0;
        font-size: 32px;
        line-height: 1;
        margin-left: -6px;
    }
    
    .span-txt-imobiliario{
        color: #9fe000;
        padding: 0;
        font-size: 32px;
        line-height: 1;
        margin-left: -6px;
    }

    .foto-destaque{
        width: 240px;
        height: 240px;
        float: right;
        padding-bottom: 110px;
        max-height: 370px;
        background:url("../images/capa-home-mobile.png") no-repeat;
    }

    .header-home{
        margin-top: 0px;
    }

    .possibilidades{
        background: url(../images/bloco-possibilidades-home-mobile.png) no-repeat;
        background-size: cover;
        margin-top: -270px;
        width: 85%;
        margin-bottom: 30px;
    }

    .possibilidades img{
        width: 80px;
    }

    .span-br{
        display: block;
        content: '<br/>';
    }

    .btn-interesse-home { 
        padding: 0.6rem 1rem;
        font-size: 13px;
        font-weight: 500;
    }

}

