.container {
    max-width: 1430px;
}


.btn-veiculos {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-bg {
    background-image: url('/img/BG_desk.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 37vw;
}

@media (min-width: 1921px){
    .top-bg {
        min-height: 710px;
        background-size: contain;
    }
}

.logo-simulador {
    max-width: 425px;
    width: 100%;
    margin-top: 60px;
}

.formbody {
    border-radius: 15px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
    background-color: #122c91;
    padding: 20px 35px 25px;
}

.form-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}

body {
    font-family: Montserrat;
}

.btn-outer {
    border-radius: 3px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    min-height: 45px;
    background-color: #ffffff;
    display: flex;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
}

.btn-inner {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px #122c91;
}

.btn-inner-text {
    font-size: 17px;
    color: #3e3e3e;
    margin-bottom: 0;
    text-indent: 15px;
    font-family: Roboto;
}

.nopadding {
    padding: 0;
}

.px5px {
    padding: 0 5px;
}

.btn-next {
    border: none;
    border-radius: 50px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #5dcc51;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 250px;
    width: 100%;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Roboto;
    min-height: 40px;
}

.section-2 {
    margin-top: 71px;
}

.img-carros {
    width: 100%;
}

.receba-title {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #122c91;
    padding-top: 120px;
    margin-bottom: 0;
    padding-bottom: 36px;
}

.vantagens-div {
    background-image: url('/img/check.svg');
    background-repeat: no-repeat;
    background-position: left center;
}

.vantagens-text {
    font-size: 25px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 12px;
}

.bottom-text {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    font-family: Roboto;
    font-size: 26px;
    font-weight: 900;
    line-height: 2.12;
    text-align: center;
    color: #ffffff;
}

.section-3 {
    background-color: #122c91;
    padding-top: 32px;
    padding-bottom: 33px;
    margin-top: 85px;
}

.section-3 .btn-next {
    margin-top: 10px;
}

.icons-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 27px;
}

.icons-box {
    min-height: 62px;
    display: flex;
    vertical-align: middle;
}

.icons-imgs {
    margin-left: auto;
    margin-right: auto;
}

.row-icons {
    margin-top: 79px;
}

.container-form {
    margin-top: -150px;
}

.politica-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.form-inputs {
    min-height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

#passo2 .btn-next {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.seta-img-right {
    position: absolute;
    right: -20px;
    top: 20px;
}

.img-seta-down {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.error {
    color: #d9634e;
    margin-top: 15px;
    margin-bottom: 0;
}


input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */


/* -------- Politica de Cookies -------- */

#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies{
    padding: 15px 0 3px 0;
    background: #FFF;
    color: #ccc;
    line-height: 5px;
}

.cookies .wrapper{
    position: relative;
}

.wrapper{
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

.wrap, .wrap-grid, .wrap-section, .wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text{
    width: 85%;
    font-size: 16px;
}

.cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
    font-size:12px;
}

.text a:link{
    text-decoration: none;
}

.text a{
    color: #CCC;
    text-decoration: none;
}

.text a:hover{
    color: #000;
}

#warning_EU_cookiemsg button.btn{
    padding: 0;
    transform: translateZ(0);
    margin-top: 0;
}

.btn-txt-light{
    color: #333;
    background: transparent;

}

#btn-fechar{
    color: #000;
}

#btn-fechar:hover{
    color: #FFF;
    background: #000;
}

[class*=" btn-txt"], [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

.mask img{
    height: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .btn-outer {
        max-width: 100px;
        padding-left: 5px;
    }
    
    .btn-inner-text {
        text-indent: 7px;
    }
    
    .receba-title {
    padding-top: 90px;
        
    }
}
@media screen and (min-width: 992px){
    .paddingindesk {
        padding-left: 50px; 
    }
}

@media screen and (max-width: 991px){
    .btn-mobile-margin {
        margin-bottom: 20px;
    }
    
    .img-carros {
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
        display: block;
    }
}

@media (max-width:991px) {
    .btn-outer {
        max-width: 220px;
    }
}

.btn-inner:hover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: linear-gradient(90deg, #86de7d 20%, #86de7d 20%);
}

@media (max-width:991px) {
    .receba-title {
        padding-top: 0;
    }

    .vantagens-div {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-3 {
        margin-top: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-3 .btn-next {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .top-bg {
        background-image: url('/img/BG_tab.png');
        background-size: cover;
        min-height: 600px;
    }

    .formbody {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:767px) {
    .nopaddingmob {
        padding: 0;
    }
    
    
    .formbody {
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-outer {
        max-width: 140px;
    }

    .btn-next {
        margin-top: 40px;
    }
    
    .img-carros {
        margin-right: auto;
        margin-left: auto;
        max-width: 420px;
        display: block;
    }
    
    .btn-veiculos {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width:991px) {
    .row-icons {
        margin-top: 46px;
    }

    .section-2 {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .receba-title {
        font-size: 21px;
    }

    .vantagens-text {
        font-size: 20px;
    }
}

.vantagens-div div {
    margin-left: 55px;
}

@media (max-width:767px) {
    .bottom-text {
        font-size: 25px;
        line-height: 1.35;
        letter-spacing: normal;
    }

    .top-bg {
        background-image: url('/img/BG_mob.png');
        min-height: 310px;
        background-size: cover;
    }

    .container-form {
        margin-top: -99px;
    }

    .logo-simulador {
        max-width: 200px;
        margin-top: 19px;
    }
}

@media (max-width:767px) {
    .icons-text {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .section-2 {
        margin-top: 0;
    }
}

.btnactive {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 12px 12px!important;
    background-image: linear-gradient(90deg, #86de7d 20%, #86de7d 20%)!important;
}

@media (min-width:768px) {
    .topinputs {
        margin-top: 15px;
    }
}

@media (min-width:401px) and (max-width: 767px) {
    .bottom-text {
        font-size: 25px;
        line-height: 1.35;
        letter-spacing: normal;
    }

    .top-bg {
        background-image: url('/img/BG_desk.png');
        min-height: 340px;
    }
    
}


