.selo {
    background: #f0a202;
    background: linear-gradient(180deg, rgba(240,162,2,1) 0%, rgba(191,128,0,1) 100%);
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 12px 8px;
    width: 90%;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    animation: growText 1s ease-in-out infinite alternate;
}
@keyframes growText {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


body {
    overflow-x: hidden !important;
}
.top-bg .title {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 656px;
}

*:focus {
    outline: none;
}

.top-bg .desc {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    font-family: Montserrat;
    font-size: 22px;
    line-height: 1.67;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url(../../assets_fleetcor/img/iconHeader_fuel.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 55px;
    margin: 30px 0 20px 0;
}
.desc {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    font-family: Montserrat;
    font-size: 30px;
    line-height: 1.67;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url(../../assets_fleetcor/img/iconHeader_fuel.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 55px;
}
.dark:before {
background: linear-gradient(#000000, #c3c3c3);
content: "";
opacity: 0.85;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#sec1 {
    text-align: center;
    margin-top: 40px;
    padding: 40px 0 20px 0 ;
    background-color: #f3f3f3;
}
#text1 {
    font-size: 18px;
    font-weight: bold;
    color: #f0a202;
}

#logo-p img{
    max-width: 90%;
    padding-top: 20px;
}

.camioes {
    width: 100%;
    max-width: 450px;
    margin: -240px auto 0;
    display: block;
}

.new-form-title {
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: #f0a202;
    text-transform: uppercase;
}

.new-form-desc {
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 1.23;
    letter-spacing: -0.52px;
    text-align: center;
    color: #ffffff;
}

.passos {
    padding: 20px 15px 40px 15px;
    justify-content: center;
    border-radius: 15px;
    background-color: #ffffff;
    max-width: 613px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.passos .radio-label {
    padding-top: 100px;
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 90px;
    /*max-width: 127px;*/
    text-align: center;
    font-size: 22px;
    line-height: 1.22;
    color: #808080;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    margin: auto;
    display: block;
}
#s-fix {
    margin-top: -210px;
}
#logo {
    padding-bottom: 100px;
}

.form-row {
    padding-top: 242px;
}
.container {
    max-width: 1430px;
}


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

.top-bg {
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%), url('../../assets_fleetcor/img/headerPhoto_Desktop.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.digitales_fahrtenbuch-block {
    display: flex;
    justify-content: space-around;
}



/*Radios tipo cliente*/
#label-digitales_fahrtenbuch_JA {background-image: url(../../assets_fleetcor/img/pc.svg);}
#label-digitales_fahrtenbuch_NEIN {background-image: url(../../assets_fleetcor/img/pc.svg);}
#label-tipo_cliente-empresa {background-image: url(../../assets_fleetcor/img/FCSI_IconEmpresa.svg);}
#label-tipo_cliente-eni {background-image: url(../../assets_fleetcor/img/FCSI_IconENI.svg);}
#label-tipo_cliente-particular {background-image: url(../../assets_fleetcor/img/FCSI_IconParticular.svg);}


#label-tipo_cliente-empresa, #label-tipo_cliente-eni, #label-tipo_cliente-particular {
    font-size: 15px;
}

#label-digitales_fahrtenbuch_JA:hover {background-image: url(../../assets_fleetcor/img/pc-select.svg);}
#label-digitales_fahrtenbuch_NEIN:hover {background-image: url(../../assets_fleetcor/img/pc-select.svg);}
#label-digitales_fahrtenbuch_JA:checked {background-image: url(../../assets_fleetcor/img/pc-select.svg);}
#label-digitales_fahrtenbuch_NEIN:checked {background-image: url(../../assets_fleetcor/img/pc-select.svg);}

#label-tipo_cliente-empresa:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconEmpresa_OVER.svg);}
#label-tipo_cliente-eni:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconENI_OVER.svg);}
#label-tipo_cliente-particular:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconParticular_OVER.svg);}

#tipo_cliente-empresa:checked ~ #label-tipo_cliente-empresa {background-image: url(../../assets_fleetcor/img/FCSI_IconEmpresa_OVER.svg);}
#tipo_cliente-eni:checked ~ #label-tipo_cliente-eni {background-image: url(../../assets_fleetcor/img/FCSI_IconENI_OVER.svg);}
#tipo_cliente-particular:checked ~ #label-tipo_cliente-particular {background-image: url(../../assets_fleetcor/img/FCSI_IconParticular_OVER.svg);}

/*Radios tipo pedido*/

#label-tipo_hybrid{background-image: url(../../assets_fleetcor/img/FCSI_IconHybrid.svg);}
#label-tipo_fuel{background-image: url(../../assets_fleetcor/img/FCSI_IconFuel.svg);}

#label-tipo_hybrid:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconHybrid_OVER.svg);}
#label-tipo_fuel:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconFuel_OVER.svg);}


#tipo_fuel:checked ~ #label-tipo_fuel {background-image: url(../../assets_fleetcor/img/FCSI_IconFuel_OVER.svg);}
#tipo_hybrid:checked ~ #label-tipo_hybrid {background-image: url(../../assets_fleetcor/img/FCSI_IconHybrid_OVER.svg);}
/*Radios tipo veículo*/
#label-tipo_veiculo-carros {background-image: url(../../assets_fleetcor/img/FCSI_IconCarros.svg);}
#label-tipo_veiculo-carrinhas {background-image: url(../../assets_fleetcor/img/FCSI_IconCarrinhas.svg);}
#label-tipo_veiculo-camioes {background-image: url(../../assets_fleetcor/img/FCSI_IconCamioes.svg);}

#label-tipo_veiculo-carros:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconCarros_OVER.svg);}
#label-tipo_veiculo-carrinhas:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconCarrinhas_OVER.svg);}
#label-tipo_veiculo-camioes:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconCamioes_OVER.svg);}

#tipo_veiculo-carros:checked ~ #label-tipo_veiculo-carros {background-image: url(../../assets_fleetcor/img/FCSI_IconCarros_OVER.svg);}
#tipo_veiculo-carrinhas:checked ~ #label-tipo_veiculo-carrinhas {background-image: url(../../assets_fleetcor/img/FCSI_IconCarrinhas_OVER.svg);}
#tipo_veiculo-camioes:checked ~ #label-tipo_veiculo-camioes {background-image: url(../../assets_fleetcor/img/FCSI_IconCamioes_OVER.svg);}

/*Radios cobertura*/
#label-cobertura-local {background-image: url(../../assets_fleetcor/img/FCSI_IconLocal.svg);}
#label-cobertura-nacional {background-image: url(../../assets_fleetcor/img/FCSI_IconNacional.svg);}
#label-cobertura-internacional {background-image: url(../../assets_fleetcor/img/FCSI_IconInternacional.svg);}

#label-cobertura-local:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconLocal_OVER.svg);}
#label-cobertura-nacional:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconNacional_OVER.svg);}
#label-cobertura-internacional:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconInternacional_OVER.svg);}

#cobertura-local:checked ~ #label-cobertura-local {background-image: url(../../assets_fleetcor/img/FCSI_IconLocal_OVER.svg);}
#cobertura-nacional:checked ~ #label-cobertura-nacional {background-image: url(../../assets_fleetcor/img/FCSI_IconNacional_OVER.svg);}
#cobertura-internacional:checked ~ #label-cobertura-internacional {background-image: url(../../assets_fleetcor/img/FCSI_IconInternacional_OVER.svg);}

.result, .currency{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #148c4a;
}

.currency {
    font-size: 30px;
}

.input-slider {
    max-width: 80%;
    margin: auto;
}
.input-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #e6e6e6;
    background-image: none;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #3c63a3;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    border: none;
}


.slider-desc {
    max-width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.btn-next {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.btn-next:hover {
    background-color: #262626;
    color: #fff;
}

.btn-next::after {
    content: '';
    height: 29px;
    width: 12px;
    background-image: url(../../assets_fleetcor/img/buttonArrow.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
}

.form-input {
    border-radius: 40px;
    border: solid 1px #148c4a;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #808080;
    padding: 8px 0 8px 50px;
    width: 100%;
    max-width: 318px;
    background-size: 24px auto;
    background-position: 17px center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.loading-title-special {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: #f9cc0f;
    padding-top: 20px;
    text-transform: uppercase;
}

.passo:not(.active) {
    display: none;
}

#passo2 input[type=checkbox] + label:before {
    letter-spacing: 10px;
    display: none;
}

#passo5 .row {
    padding: 0 15px 0;
}

#passo5 label:not(.error) {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #262626;   
    text-transform: uppercase;
}

#passo5 input {
    width: 100%;
    max-width: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #262626;
    margin-bottom: 20px;
}
#passo5 input:placeholder{
    color: #d9d9d9;
}
#passo5 .passos, #passo6 .passos {
    padding-bottom: 20px;
}

#passo6 .form-title {
    margin-bottom: 20px;
}
.agradecimento .btn-next {
    font-size: 20px;
    padding: 18px 15px 18px;
}
.agradecimento .btn-next::after {
    height: 15px;
    width: 9px;
    background-image: url(../../assets_fleetcor/img/buttonArrow.svg);
    background-size: contain;
    position: static;
    display:inline-block;
    right: auto;
    margin-left: 10px;
}
.loading-img {
    max-width: 100px;
    margin: auto;
    display: block;
}

.final-img {
    max-width: 197px;
    width: 100%;
    margin: 30px auto 50px;
    display: block;
}

#passo7 .label {
    margin-top: 10px;
}

#empresa {
    background-image: url(../../assets_fleetcor/img/FCSI_iconFormEmpresa.svg);
    max-width: none;
}
#position {
    background-image: url(../../assets_fleetcor/img/briefcase.svg);
    max-width: none;
}
#nome {
    background-image: url(../../assets_fleetcor/img/FCSI_iconFormName.svg);
}
#email {
    background-image: url(../../assets_fleetcor/img/FCSI_iconFormEmail.svg);
}
#telefone {
    background-image: url(../../assets_fleetcor/img/FCSI_iconFormPhone.svg);
}
#cp {
    background-image: url(../../assets_fleetcor/img/FCSI_iconFormLocal.svg);
}

.nif-input {
    background-image: url(../../assets_fleetcor/img/FCSI_iconFormNIF.svg);
    margin-top: 15px;
}

.background-box {
    background-image: url(../../assets_fleetcor/img/estacaoCombustivel.jpg);
    background-size: cover;
    background-position: top left;
}
.vantagens-box {
    background-color: #f7f7f7;
    padding: 70px 25px 100px 80px;
}

.vant-title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.33;
    text-align: left;
    color: #148c4a;
    max-width: 603px;
    padding-bottom: 50px;
}

.vant-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.vant-list li {
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
    color: #262626;
    background-image: url(../../assets_fleetcor/img/iconCheck.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left top;
    padding-bottom: 40px;
    padding-left: 60px;
    max-width: 543px;
}

.vant-list li:last-child {
    padding-bottom: 0;
}

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

.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: #004e23;
    background-image: linear-gradient(#004e23, #5ec070);
    padding: 40px 35px 30px;
}

.form-title {
    font-family: Montserrat;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: normal;
    text-align: center;
    color: #262626;
    margin-bottom: 30px;
    text-wrap: balance;
}

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 #3c63a3;
}

.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-radius: 100px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    background-color: #f0a202;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #fff;
    padding: 18px 0 18px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 287px;
    width: 100%;
    text-transform: uppercase;
}

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

.img-carros {
    width: 100%;
}

.receba-title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #148c4a;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.vantagens-div {
    background-image: url('../../assets_fleetcor/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;
}

.cartoes {
    max-width: 280px;
    width: 100%;
    margin: auto;
    display: block;
    margin: 30px 0;
}

.cartoes.m-top {
    margin-top: 70px;
    margin-bottom: 0;
}

.btn-cta {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: #fff;
    max-width: 464px;
    width: 100%;
    padding: 23px 0 20px;
    border-radius: 100px;
    background-color: #f0a202;
    text-transform: uppercase;
    border: none;
    
}

.footer-politca {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer-politca a {
    text-align: center;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: underline;
    color: #148c4a;
}

.footer-politca a:hover {
    color: #f0a202;
}

.container,
.container-fluid {
    position: relative;
}
@media screen and (min-width:1400px){
    .btn-cta{
        margin-left: 77px;
        font-size: 30px;
    }
}
@media (min-width: 768px){
    .b-md-right {
        border-right: 2px dashed #cccccc;
    }
    
    .b-md-bottom {
         border-bottom: 2px dashed #cccccc;
    }
}

@media (min-width: 992px){
    .b-lg-right {
        border-right: 2px dashed #cccccc;
    }
    
    .b-lg-bottom {
         border-bottom: 2px dashed #cccccc;
    }
    
    .b-lg-right-none {
        border-right: 0;
    }
}
.bottom-text {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.24;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-3 {
    background-color: #004e23;
    background-image: linear-gradient(#004e23, #5ec070);
    padding-top: 50px;
    padding-bottom: 50px;
   
}

.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;
}



.politica-label {
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.1;
}

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



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

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

label.error {
    color: #d9634e;
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: block;
}
label#term-error{margin-top:0;}

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

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: 8px 0;
    background: #FFF;
    color: #ccc;
}

.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;
    }
    #s-fix {
        margin-top: -40px;
    }
    #logo {
        padding-bottom: 10px;
    }
    
    #label-tipo_veiculo-carros:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconCarros.svg);}
    #label-tipo_veiculo-carrinhas:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconCarrinhas.svg);}
    #label-tipo_veiculo-camioes:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconCamioes.svg);}
    #label-cobertura-local:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconLocal.svg);}
    #label-cobertura-nacional:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconNacional.svg);}
    #label-cobertura-internacional:hover {background-image: url(../../assets_fleetcor/img/FCSI_IconInternacional.svg);}
}

@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('../../assets_fleetcor/img/headerPhoto_Tablet.jpg');
        background-size: cover;
        min-height: 600px;
    }

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

@media (max-width:767px) {
    .nopaddingmob {
        padding: 0;
    }
    #s-fix{
        margin-top: 0;
    }
    .main-text-block{
        text-align: center;
    }
    .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) {
    
    #passo5 .row {
        padding: 0;
    }
    
    .bottom-text {
        font-size: 25px;
        line-height: 1.35;
        letter-spacing: normal;
    }

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



    .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;
    }
    .footer-politca a {
        width: 80%;
    }
    .camioes {
        display: none;
    }
}

.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('../../assets_fleetcor/img/headerPhoto_Desktop.jpg');
        min-height: 340px;
    }
    
}

#passo5 label.politica-label{text-transform:none;margin-top:20px;}
.modal-dialog {
    max-width: 800px;
}
.modal-footer .btn{font-size:15px;margin: 0 auto;}


#passo7 .form-title {margin-bottom:10px;}
#passo7 label {
    margin-top: 20px;
}