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

.pas-debtreprise-error {
    display: none;
    text-align: center;
    color: #f0a202;
    margin-top: 30px;
}

body {
    overflow-x: hidden !important;
}

/** test **/
.count{
    display: flex;
    background-color: #ffffff;
    border-radius: 45px;
    border: 2px solid #f0a202; 
    text-align: center;   
    font-weight: 700;
    margin-top: 30px;
}
input[type="number"]{
    -moz-appearance: textfield;
    text-align: center;
    font-size: 20px;
    border: none;
    background-color: #ffffff;
    color: #202030;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
button{
    color: #f0a202;
    background-color: #ffffff;
    border: none;
    font-size: 25px;
    cursor: pointer;
}
#decrement{
    padding: 5px 5px 5px 22px;
    border-radius: 45px 0 0 45px;
}
#increment{
    padding: 5px 10px 5px 5px;
    border-radius: 0 45px 45px 0;
}


.top-bg .title {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 656px;
    margin-bottom: 20px;
}

*:focus {
    outline: none;
}

.top-bg .desc {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1.67;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url(/img/iconHeader_fuel.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 55px;
}
.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(/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: 60px 0 40px 0;
    background-color: #f3f3f3;
}
.text1 {
    font-size: 21px;
    font-weight: 600;
    color: #f0a202;
    line-height: 1.3;
}

#logo-p img { 
    max-width: 100%;
    padding: 20px 0; 
    height: 100px;
}

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

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

.new-form-desc {
    font-family: "Montserrat";
    font-size: 20px;
    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: 95%;
    width: 100%;
    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: 20px;
    line-height: 1.22;
    color: #808080;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    margin: auto;
    display: block;
}
#s-fix {
    margin-top: -210px;
}
#logo {
    padding-top: 70px;
    padding-bottom: 40px;
}

.form-row {
    padding-top: 185px;
}
.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("/img/headerPhoto_Desktop.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

#cobertura-local:checked ~ #label-cobertura-local {
    background-image: url(/img/FCSI_IconLocal_OVER.svg);
}
#cobertura-nacional:checked ~ #label-cobertura-nacional {
    background-image: url(/img/FCSI_IconNacional_OVER.svg);
}
#cobertura-internacional:checked ~ #label-cobertura-internacional {
    background-image: url(/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: 0.2s;
    transition: opacity 0.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,
.btn-prev {
    margin-top: 15px;
    display: block;
    position: relative;
}

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

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

.form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .btn-prev {
    transform: rotate(180deg);
    max-width: 80px;
    box-shadow: 0 -10px 15px 0 rgb(0 0 0 / 25%);
}
.custom-control{
    display: flex;
    justify-content: flex-start;
    margin: auto; 
    align-items: center;
}
.form-input {
    border-radius: 40px;
    border: solid 1px #148c4a;
    background-color: #ffffff;
    font-size: 11px;
    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(/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, #siren {
    background-image: url(/img/FCSI_iconFormEmpresa.svg); 
}
#nome {
    background-image: url(/img/FCSI_iconFormName.svg);
}
#email {
    background-image: url(/img/FCSI_iconFormEmail.svg);
}
#telefone {
    background-image: url(/img/FCSI_iconFormPhone.svg);
}
#cp {
    background-image: url(/img/FCSI_iconFormLocal.svg);
}

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

.background-box {
    background-image: url(/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(/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: #148c4a;
    background-image: linear-gradient(#148c4a, #5ec070);
    padding: 40px 35px 30px;
}

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

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,
.btn-prev {
    border-radius: 100px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    background-color: #f0a202;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #fff;
    padding: 18px 0 18px;
    border: none;
    margin-left: 8px;
    margin-right: 8px;
    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("/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;
}

.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: #148c4a;
    background-image: linear-gradient(#148c4a, #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-size: 14px;
    font-weight: 300;
}

.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: 7px;
} /* 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;
    }
    .new-form-title{
        font-size: 18px;
    }
    .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(/img/FCSI_IconCarros.svg);
    }
    #label-tipo_veiculo-carrinhas:hover {
        background-image: url(/img/FCSI_IconCarrinhas.svg);
    }
    #label-tipo_veiculo-camioes:hover {
        background-image: url(/img/FCSI_IconCamioes.svg);
    }
    #label-cobertura-local:hover {
        background-image: url(/img/FCSI_IconLocal.svg);
    }
    #label-cobertura-nacional:hover {
        background-image: url(/img/FCSI_IconNacional.svg);
    }
    #label-cobertura-internacional:hover {
        background-image: url(/img/FCSI_IconInternacional.svg);
    }

    .text1 {
        font-size: 19px; 
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .top-bg .slick-slider{
        display: none !important;
    }
}
@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%);
} 
.section-2 .slick-list img{
    max-width: 250px;
}
@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/headerPhoto_Tablet.jpg");
        background-size: cover;
        min-height: 600px;
    }

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

@media (max-width: 767px) {
    .nopaddingmob {
        padding: 0;
    }
    .text1{
        font-size: 18px;
    }
    #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;
    }*/
    
    .btn-next {
       font-size: 90%;
    }

    .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("/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;
    }
}

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

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

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

.slick-track, .slick-list, .slick-list img{
    max-height: 200px;
}
.slick-list img{
    max-width: 200px; 
    object-fit: contain;
}
.slick-slider{
    background-color: #fff;
    margin-top: 40px;
    max-width: 90%;
    border-radius: 10px;
    padding: 0 20px;
}
@media (max-width: 768px){ 
.slick-slider{ 
    margin: 40px auto;
    max-width: 95%;
    border-radius: 10px;
}
}
@media (max-width: 450px){ 
    .text1{
        font-size: 16px;
    }
    .section-2 .slick-list img{
        max-width: 200px;
    }
}