html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #230903;
    overflow-x: hidden !important;
}

a, a:visited {
    color: #aeecef;
    text-decoration: underline;
}

a:hover {
    color: #CA121A;
}

.banner {
    padding: 47px 0;
    background-image: url('/assets_combustible/img/banner_header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo {
    max-width: 350px;
    display: block;
    margin: 0 auto 40px auto;
}

.title {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.subtitle {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.form-wrapper {
    max-width: 830px;
    margin: 0 auto;
}

.step-container {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 61px;
    border-radius: 10px;
}

.form-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.step-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
}

.step.active {
    display: block;
}

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

.options-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.option-button {
    max-width: 152px;
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    opacity: 0.95;
    border-radius: 10px;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.option-button:hover {
    background-color: #CA121A;
    color: #fff;
}


.round-option-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 17px 17px;
    cursor: pointer;
}

.round-option-button::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #fff;
    height: 28px;
    width: 28px;
    margin-right: 9px;
    box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
}

input[type="radio"]:checked + .round-option-button::before,
.round-option-button:hover::before {
    background-color: #230903;
}

/*Step 1*/
#empresa-label {
    background-image: url('/assets_combustible/img/empresa.svg');
}

#empresa:checked ~ #empresa-label,
#empresa-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/empresa_branco.svg');
}


#persona-label {
    background-size: 38px;
    background-image: url('/assets_combustible/img/autonomo.svg');
}

#persona:checked ~ #persona-label,
#persona-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/autonomo_branco.svg');
}

#publico-label {
    background-size: 34px;
    background-image: url('/assets_combustible/img/persona.svg');
}

#publico:checked ~ #publico-label,
#publico-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/persona_branco.svg');
}


/*Step 2*/
#herramienta:checked ~ #herramienta-label,
#herramienta-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/tools_branco.svg');
}
#herramienta-label {
    background-size: 36px;
    background-image: url('/assets_combustible/img/tools.svg');
}

#prestacion:checked ~ #prestacion-label,
#prestacion-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/teamworkers_branco.svg');
}

#prestacion-label {
    background-size: 38px;
    background-image: url('/assets_combustible/img/teamworkers.svg');
}

/*Step SAT*/
#satTrue:checked ~ #satTrue-label,
#satTrue-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/form_checkmark_branco.svg');
}
#satTrue-label {
    background-size: 38px;
    background-image: url('/assets_combustible/img/form_checkmark.svg');
}

#satFalse:checked ~ #satFalse-label,
#satFalse-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/form_crossmark_branco.svg');
}

#satFalse-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/form_crossmark.svg');
}

/*NEW - Step 2*/
#registoTrue:checked ~ #registoTrue-label,
#registoTrue-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/form_checkmark_branco.svg');
}
#registoTrue-label {
    background-size: 38px;
    background-image: url('/assets_combustible/img/form_checkmark.svg');
}

#registoFalse:checked ~ #registoFalse-label,
#registoFalse-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/form_crossmark_branco.svg');
}

#registoFalse-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/form_crossmark.svg');
}

/*Step 3*/
#monederoTrue:checked ~ #monederoTrue-label,
#monederoTrue-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/form_checkmark_branco.svg');
}
#monederoTrue-label {
    background-size: 38px;
    background-image: url('/assets_combustible/img/form_checkmark.svg');
}

#monederoFalse:checked ~ #monederoFalse-label,
#monederoFalse-label:hover {
    background-color: #CA121A;
    color: #fff;
    background-image: url('/assets_combustible/img/form_crossmark_branco.svg');
}

#monederoFalse-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/form_crossmark.svg');
}
/*Step 4/5 - Sliders*/
.result{
    font-weight: 700;
    font-size: 26px;
}
.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: #7F232E;
    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;
}
/*Step 6 - Prefinal*/
.prefinal .option-button {
    font-size: 14px;
    margin-top: 30px;
}

#tempo-urgente:checked ~ #tempo-urgente-label,
#tempo-urgente-label:hover {
    background-color: #CA121A;
    color: #ffffff;
    background-image: url('/assets_combustible/img/urgente_branco.svg');
}

#tempo-15d:checked ~ #tempo-15d-label,
#tempo-15d-label:hover {
    background-color: #CA121A;
    color: #ffffff;
    background-image: url('/assets_combustible/img/15dias_branco.svg');
}

#tempo-1mes:checked ~ #tempo-1mes-label,
#tempo-1mes-label:hover {
    background-color: #CA121A;
    color: #ffffff;
    background-image: url('/assets_combustible/img/1mes_branco.svg');
}

#tempo-3mes:checked ~ #tempo-3mes-label,
#tempo-3mes-label:hover {
    background-color: #CA121A;
    color: #ffffff;
    background-image: url('/assets_combustible/img/3mes_branco.svg');
}

#tempo-longo:checked ~ #tempo-longo-label,
#tempo-longo-label:hover {
    background-color: #CA121A;
    color: #ffffff;
    background-image: url('/assets_combustible/img/longo_branco.svg');
}

#tempo-unk:checked ~ #tempo-unk-label,
#tempo-unk-label:hover {
    background-color: #CA121A;
    color: #ffffff;
    background-image: url('/assets_combustible/img/unknown_branco.svg');
}



#tempo-urgente-label {
    background-size: 45px;
    background-image: url('/assets_combustible/img/urgente.svg');
}

#tempo-15d-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/15dias.svg');
}

#tempo-1mes-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/1mes.svg');
}

#tempo-3mes-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/3mes.svg');
}

#tempo-longo-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/longo.svg');
}

#tempo-unk-label {
    background-size: 40px;
    background-image: url('/assets_combustible/img/unknown.svg');
}

/*Ends of steps*/
.btns-container {
    margin-top: 38px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btns-container .btn {
    margin: 0 24px;
}

.submit-btn,
.avanzar-btn {
    border-radius: 50px;
    background-color: #7F232E;
    max-width: 230px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff; 
    border: none;
    background-image: url('/assets_combustible/img/right_pointing_triangle_white.svg');
    background-position: right 23px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.submit-btn,
.avanzar-btn:hover {
    background-color: #CA121Abf; 
    color: #fff;
}


.back-btn {
    border-radius: 50px;
    background-color: #fff;
    max-width: 230px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #afafaf;
    border: 1px solid #afafaf;
    background-image: url('/assets_combustible/img/left_pointing_triangle_gray.svg');
    background-position: 23px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.step[data-step="1"]:not(.active) ~ .btns-container .back-btn:hover {
    border: 2px solid #230903;
    color: #230903;
    background-image: url('/assets_combustible/img/left_pointing_triangle_blue.svg');
}

.step[data-step="final"].active ~ .btns-container .avanzar-btn ,
.step[data-step="final"]:not(.active) ~ .btns-container .submit-btn {
    display: none;
}

.step[data-step="final"].active ~ .btns-container .submit-btn {
    display: block;
}

.step[data-step="1"]:not(.active) ~ .btns-container .back-btn {
}

.step[data-step="1"].active ~ .btns-container .back-btn {
    background-image: url('/assets_combustible/img/left_pointing_triangle_gray.svg');
    color: #afafaf;
}
.step[data-step="1"].active ~ .btns-container .back-btn:hover {
    background-image: url('/assets_combustible/img/left_pointing_triangle_gray.svg');
    border: 1px solid #afafaf;
    cursor: not-allowed;
}

.input-labels {
    font-size: 20px;
    text-align: left;
    color: #fff;
    float: left;
    margin-top: 30px;
    width: 340px;
}

.input-icons {
    background-color: #ffffff;
    max-width: 50px;
    width: 100%;
    padding: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    border: none;
}

#nombre-icon {
    background-image: url('/assets_combustible/img/icon_formNombre.svg');
}

#telefono-icon {
    background-image: url('/assets_combustible/img/icon_formTelefono.svg');
}

#email-icon {
    background-image: url('/assets_combustible/img/icon_formEmail.svg');
}

#cp-icon {
    background-image: url('/assets_combustible/img/icon_formPoplacion.svg');
}

.inputs-field {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #5a6e8b;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    max-width: 290px;
    width: 100%;
}

label.error {
    color: #ff2710;
    font-size: 14px;
    width: 100%;
}
.step6 label{
    transition: all 0.3s ease;
}
.step6 input[type="radio"]:checked + label{
    background-color: #7F232E;
    color: #fff;
}
.error-container label.error {
    color: #ff2710;
    font-size: 14px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin-top: 5px;
    bottom: auto;
}

.progress {
    max-width: 400px;
    height: 12px;
    border-radius: 55px;
    background-color: #fff;
    position: relative;
    overflow: visible;
    margin: 20px auto;
}

.progress-bar {
    background-color: #CA121A;
    border-radius: 55px;
    color: #2a2a2a;

}

.progress-bar #counter.count {
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    line-height: 40px;
    right: -1px;
}

.logo_housfy {
    padding: 45px 110px;
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 580px;
    margin: 0 auto;
    display: block;
}

.loading {
    max-width: 90px;
    width: 100%;
    margin: 17px auto 0;
    display: block;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}

.form-subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.inputs-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.input-group {
    margin-bottom: 12px;
}

.inputs-field {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    padding-left: 58px;
    background-size: 30px;
    background-position: 18px center;
    background-repeat: no-repeat;
}

input[name="nombre"] {
    background-image: url('/assets_combustible/img/nome.svg');
}

input[name="apelido"] {
    background-image: url('/assets_combustible/img/nome.svg');
}

input[name="email"] {
    background-image: url('/assets_combustible/img/email.svg');
}

input[name="empresa"]{
    background-image: url('/assets_combustible/img/razon.svg');
}

input[name="telefono"] {
    background-image: url('/assets_combustible/img/telefone.svg');
}
#puesto{ 
    background-image: url('/assets_combustible/img/razon.svg'), url('/assets_combustible/img/chevronDown.svg');
    background-repeat: no-repeat; 
    padding-left: 58px;
    background-position: 18px center, 95% center; 
    background-size: 30px; 
}
select#cidade{
    padding: 8px 10px 8px 55px !important;
    font-size: 16px;
    background-image: url('/assets_combustible/img/gps_ping.svg');
    background-repeat: no-repeat;
    background-size: 20px; 
    background-position: 22px center;
    appearance: none; 
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
  }

#termos-input {display: none;}

.termos-label {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 8px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.termos-label::before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    border: 4px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 12px;
}

.termos-label a {
    color: #2a2a2a;
}

#termos-input:checked + .termos-label:before {
    content: "✓";
    color: #0077b6;
    font-size: 20px;
    line-height: 0.8;
}


.cards {
    padding: 60px 0; 
}

.cards-title {
    font-size: 30px;
    color: #343643;
    margin-bottom: 30px;
    font-weight: 700;
}

.cards-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
}

.partners {
    padding: 60px 0 30px 0;
}

.partners-title {
    font-size: 30px;
    font-weight: 700;
    color: #230903;
}

.logo-slider {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider img {
    display: block;
    width: auto;
    max-height: 160px;
    max-width: 280px;
}

.vantagens {
    background-color: #CA121Abf;
    color: #FFF;
}
#truck {
    background-image: url('/assets_combustible/img/bg_vantagens.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.vantagens-list {
    padding: 0;
    margin: 0;
}

.vantagens-pre-title {
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
    
}

.vantagens-title {
    font-size: 30px;
    color: #343643;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 700;
    
}

.vantagens-list li {
    font-size: 16px;
    font-weight: 700;
    list-style-type: none;
    text-align: left;
    padding-left: 30px;
    background-image: url('/assets_combustible/img/checkmark.svg');
    background-size: 22px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1.4;
    margin-bottom: 20px;
}

#listblock {
    padding: 50px 10px 40px 50px;
}

.prefooter {
    background-color: #343643;
    padding: 50px 0;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-title {
    font-size: 32px;
    color: #ffffff;
    line-height: 1.2;
    margin-left: auto;
    text-align: left;
    font-weight: 600;
}
.footer-title span {
    font-size: 35px;
    font-weight: 700;
    text-decoration: underline;
}

.btn-footer {
    background-color: #fff;
    color: #230903 !important;
    font-size: 16px;
    padding: 12px 0;
    display: block;
    margin: 0 auto;
    max-width: 230px;
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-footer:hover {
    background-color: #AEECEF;
    color: #000!important;
}
.card-col img {
  max-width: 100%;
}
.agradecimento {
    padding: 46px 0;
}
.agradecimento .form-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.agradecimento .step-inner {
    max-width: 600px;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@media (max-width:1199px) {
    .logo-slider img {
        max-height: 100px;
        max-width: 160px;
    }
    
    .vantagens-title {
        font-size: 29px;
    }
    
    .logo {
        max-width: 270px;
        margin-bottom: 30px;
    }
    
    .title {
        font-size: 38px;
    }
    
    .subtitle {
        font-size: 22px;
    }
    
    .cards {
        padding: 37px 0 24px;
    }
    
    .cards-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .cards .row {
        justify-content: center;
    }
    
    .card-col {
        margin-bottom: 30px;
    }
    
    .partners {
        padding: 30px 0;
    }
    
    .partners-title {
        font-size: 24px;
    }
    
    .col-right {
        padding: 30px 12px;
    }
    .col-left img {width: 100%;}
    .col-left {
        width: 100vw;
        max-width: 100vw;
        padding: 0;
        transform: translateX(-50%);
        margin-left: 50%;
    }
    
    .vantagens {
        background-image: none;
    }
    
    .prefooter {
        padding: 30px 0;
    }
    
    .footer-title {
        margin-right: auto;
        margin-bottom: 30px;
    }
    
}

@media (max-width:991px) {
    .step-inner {
        max-width: 600px;
    }
}

@media (max-width:767px) {
    
    .banner {
        padding: 20px 0;
    }
    
    .title {
        font-size: 24px;
        color: #fff;
    }
    
    .subtitle {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .logo {
        max-width: 140px;
        margin-bottom: 26px;
    }
    
    .step-inner {
        max-width: 300px;
    }
    
    .form-title {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .cards-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .cards-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .logo-slider img {
        max-height: 70px;
        max-width: 160px;
    }
    
    .col-left img {
        width: calc(100% - 0px);
    }
    
    .footer-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .prefooter {
        padding: 20px 0;
    }
    
    .square-radios-container {
        flex-direction: column;
    }
    
    .option-button {
        margin-bottom: 20px;
    }
    
    .round-radios-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .round-option-button {
        width: calc(50% - 34px);
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .back-btn{
        background-image: url('/assets_combustible/img/left_pointing_triangle_blue.svg');
    }
    .back-btn,
    .avanzar-btn,
    .submit-btn {
        font-size: 0;
        width: 50px;
        height: 50px;
        border: none!important;
        background-color: transparent!important;
        border-radius: 50%;
        display: block;
        background-position: center center;
        box-shadow: none!important;
    }
    
    .termos-label {
        font-size: 12px;
    }
    
    .termos-label::before {
        height: 20px;
        width: 20px;
    }
    

    .agradecimento .form-title {
        font-size: 20px;
    }
    
    .agradecimento .form-subtitle {
        font-size: 16px;
    }
    
    .agradecimento img {
        max-width: 200px;
    }
}

@media (max-width:575px) {
    .footer-title {
        font-size: 16px;
    }
}



#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 50000;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
}

#warning_EU_cookiemsg .arrow-cookies {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 70px;
    width: 70px;
    background-color:#fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

#warning_EU_cookiemsg .arrow-cookies::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 15px;
    left: calc(50% - 5px);
    transform: rotate(135deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#warning_EU_cookiemsg.scrolled{
    bottom: -50px;
}

#warning_EU_cookiemsg.scrolled .arrow-cookies {
    top: -25px;
    opacity: 1;
}

.cookies{
    padding: 8px 0;
    background: #FFF;
    color: #404040;
}

.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{
    text-decoration: none;
}

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

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

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

.mask img{
    height: 15px;
}

.modal .btn {
    border-radius: 10px;
    background-color: #230903;
    max-width: 460px;
    width: 100%;
    height: 54px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
}

#politicacookies .modal-body{
    padding: 15px;
}

#politicacookies{
    color: #000;
}

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

.modal {
    text-align: left!important;
}

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


.col-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-xl-24,
.col-xxl-24 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-24 {
    -ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}

@media (min-width: 576px) {
    .col-sm-24 {
        -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-24 {
        -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-24 {
        -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-24 {
        -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-24 {
        -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: 20%;
    }
}
