/*@media (min-width: 992px){*/
/*    .container {*/
/*        max-width: 970px;*/
/*    }*/
/*}*/

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #2a2a2a;
}

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

a:hover {
    color: #08659f;
}

.banner {
    padding: 40px 0 86px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider-bg div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    width: 100%;
}
.slider-bg div[data-slide="1"]{
    background-image: url('../../versaoWexFuel/img/ban1.png');
}
.slider-bg div[data-slide="2"]{
    background-image: url('../../versaoWexFuel/img/ban2.png');
}
.slider-bg div[data-slide="3"]{
    background-image: url('../../versaoWexFuel/img/ban3.png');
}
.logo {
    max-width: 326px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 57px;
}

.title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 57px;
}

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

#contactform {
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.85);
    /*display: flex;*/
    justify-content: center;
    /*flex-wrap: wrap;*/
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
}
#disc {
    font-size: 10px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
}

.form-title {
    font-size: 20px;
    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: 190px;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    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 40%;
    background-size: 51px;
    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: #0077b6;
    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);
}

.number-option-button {
    color: #01B4D6;
    max-width: 147px;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    opacity: 0.95;
    border-radius: 10px;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    padding: 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);
}

.number-option-button:hover {
    background-color: #01B4D6;
    color: #fff;
}

input[type="radio"]:checked + .number-option-button {
    background-color: #0077b6;
    color: #fff;
}

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

/*TIPO DI CLIENTE*/
#empresa-label {
    background-image: url('../../versaoWexFuel/img/empresa.svg');
}
#empresa:checked ~ #empresa-label{
    background-image: url('../../versaoWexFuel/img/empresa_on.png');
    background-color: #0077b6;
    color: #fff;
}
#empresa-label:hover {
    background-image: url('../../versaoWexFuel/img/empresa_on.png');
    background-color: #01B4D6;
    color: #fff;
}
#eni-label {
    background-image: url('../../versaoWexFuel/img/eni.svg');
}
#eni:checked ~ #eni-label{
    background-image: url('../../versaoWexFuel/img/eni_on.png');
    background-color: #0077b6;
    color: #fff;
}
#eni-label:hover {
    background-image: url('../../versaoWexFuel/img/eni_on.png');
    background-color: #01B4D6;
    color: #fff;
}
#privado-label {
    background-image: url('../../versaoWexFuel/img/privado.svg');
}
#privado:checked ~ #privado-label{
    background-image: url('../../versaoWexFuel/img/privado_on.png');
    background-color: #0077b6;
    color: #fff;
}
#privado-label:hover {
    background-image: url('../../versaoWexFuel/img/privado_on.png');
    background-color: #01B4D6;
    color: #fff;
}
/*TIPO DI VEICOLI*/
#auto-label {background-image: url('../../versaoWexFuel/img/auto.png');}
#auto:checked ~ #auto-label {
    background-image: url('../../versaoWexFuel/img/auto_on.png');
    background-color: #0077b6;
    color: #fff;
}
#auto-label:hover {
    background-image: url('../../versaoWexFuel/img/auto_on.png');
    background-color: #01B4D6;
    color: #fff;
}
#furgoni-label {background-image: url('../../versaoWexFuel/img/furgoni.png');}
#furgoni:checked ~ #furgoni-label {
    background-image: url('../../versaoWexFuel/img/furgoni_on.png');
    background-color: #0077b6;
    color: #fff;
}
#furgoni-label:hover {
    background-image: url('../../versaoWexFuel/img/furgoni_on.png');
    background-color: #01B4D6;
    color: #fff;
}
#camion-label {background-image: url('../../versaoWexFuel/img/camion.png');}
#camion:checked ~ #camion-label {
    background-image: url('../../versaoWexFuel/img/camion_on.png');
    background-color: #0077b6;
    color: #fff;
}
#camion-label:hover {
    background-image: url('../../versaoWexFuel/img/camion_on.png');
    background-color: #01B4D6;
    color: #fff;
}
#debtTrue-label {
    background-image: url('../../versaoWexFuel/img/form_checkmark.svg');
}
#debtTrue:checked ~ #debtTrue-label{
    background-image: url('../../versaoWexFuel/img/form_checkmark_branco.svg');
    background-color: #0077b6;
    color: #fff;
}
#debtTrue-label:hover {
    background-image: url('../../versaoWexFuel/img/form_checkmark_branco.svg');
    background-color: #01B4D6;
    color: #fff;
}
#debtFalse-label {
    background-image: url('../../versaoWexFuel/img/form_crossmark.svg');
}
#debtFalse:checked ~ #debtFalse-label{
    background-image: url('../../versaoWexFuel/img/form_crossmark_branco.svg');
    background-color: #0077b6;
    color: #fff;
}
#debtFalse-label:hover {
    background-image: url('../../versaoWexFuel/img/form_crossmark_branco.svg');
    background-color: #01B4D6;
    color: #fff;
}

#plus2Years-label {
    background-image: url('../../versaoWexFuel/img/plus2.svg');
}
#plus2Years:checked ~ #plus2Years-label{
    background-image: url('../../versaoWexFuel/img/plus2-Painted.svg');
    background-color: #0077b6;
    color: #fff;
}
#plus2Years-label:hover {
    background-image: url('../../versaoWexFuel/img/plus2-Painted.svg');
    background-color: #01B4D6;
    color: #fff;
}

#minus2Years-label {
    background-image: url('../../versaoWexFuel/img/minus2.svg');
}
#minus2Years:checked ~ #minus2Years-label{
    background-image: url('../../versaoWexFuel/img/minus2-Painted.svg');
    background-color: #0077b6;
    color: #fff;
}
#minus2Years-label:hover {
    background-image: url('../../versaoWexFuel/img/minus2-Painted.svg');
    background-color: #01B4D6;
    color: #fff;
}
.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: 10px;
    background-color: #01B4D6;
    max-width: 264px;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.submit-btn,
.avanzar-btn:hover {
    background-color: #ffffff;
    border: 3px solid #01B4D6;
    color: #01B4D6;
}

.back-btn {
    max-width: 76px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #696969;
    background-image: url('../../versaoWexFuel/img/left_pointing_triangle_gray.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: transparent;
    border: none;
    padding: 0 0 0 19px;
    position: absolute;
    left: 10%;
    display: none;
}
.back-btn:hover,.back-btn:focus,.back-btn:active{
    background-color: transparent;
    border: none;
    color: #696969;
    font-weight: 600;
}
.step[data-step="1"]:not(.active) ~ .btns-container .back-btn{
    display: block;
}

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


.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('../../versaoWexFuel/img/icon_formNombre.svg');
}

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

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

#cp-icon {
    background-image: url('../../versaoWexFuel/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%;
}

.error-container label.error {
    color: #ff2710;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    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: #01C754;
    background: linear-gradient(270deg, #01C754 0%, rgba(1, 199, 84, 0) 50%), #01B4D6;
    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="nome"],input[name="apelido"] {
    background-image: url('../../versaoWexFuel/img/nome.svg');
}

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

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

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

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

#termos-input {display: none;}

.termos-label {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.termos-label::before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 8px;
}

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

#termos-input:checked + .termos-label:before {
    content: "✓";
    color: #ffffff;
    font-size: 18px;
    line-height: 0.8;
    padding-top: 3px;
    background-color: #01B4D6;
}


.cards {
    padding: 68px 0 0;
    background-color: #ffffff;
}

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

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

.partners {
    padding: 93px 0 77px;
}

.partners-title {
    font-size: 28px;
    font-weight: 700;
    color: #2B2925;
    margin-bottom: 25px;
}

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

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

.vantagens-bg{
    background-size: cover;
    border-radius: 0 30px 30px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../../versaoWexFuel/img/bg_vantagens.png');
}

.vantagens-list-container {
    padding: 80px 0 18px;
}

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

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

.vantagens-outer {
    padding-left: 72px;
    max-width: 676px;
}

.vantagens-list li {
    font-size: 16px;
    font-weight: 500;
    list-style-type: none;
    text-align: left;
    padding: 10px 0 10px 60px;
    background-size: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

#paga-li{
    background-image: url('../../versaoWexFuel/img/vant1.svg');
}
#approfittate-li{
    background-image: url('../../versaoWexFuel/img/vant2.svg');
}
#inmolte-li{
    background-image: url('../../versaoWexFuel/img/vant3.svg');
}
#gestione-li{
    background-image: url('../../versaoWexFuel/img/vant4.svg');
}
#nessuna-li{
    background-image: url('../../versaoWexFuel/img/vant5.svg'); 
}
#rimborso-li{
    background-image: url('../../versaoWexFuel/img/vant6.svg');
}
.prefooter {
    background-color: #01C65E;
    padding: 49px 0 49px;
}

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

.footer-title {
    font-size: 30px;
    color: #FBFBFB;
    line-height: 1.4;
    max-width: 755px;
    margin-left: auto;
    text-align: left;
    font-weight: 700;
}

.btn-footer {
    background-color: #FBFBFB;
    color: #01C65E!important;
    font-size: 21px;
    padding: 0;
    display: block;
    max-width: 334px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-footer:hover {
    background-color: #335c81;
    color: #fff!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: 22px;
    }
    
    .logo {
        max-width: 230px;
        margin-bottom: 50px;
    }
    
    .title {
        font-size: 38px;
    }
    
    .subtitle {
        font-size: 22px;
    }
    
    .cards {
        padding: 37px 0 24px;
    }
    
    .cards-subtitle {
        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: 50px 0;
    }
    
    .footer-title {
        font-size: 24px;
        max-width: 450px;
        margin-right: auto;
        text-align: center;
        margin-bottom: 48px;
    }
    
    .btn-footer {
        margin: 0 auto;
    }
    
}

@media (max-width:991px) {
    .step-inner {
        max-width: 600px;
    }
    
    .option-button {
        max-width: 180px;
    }
    
    .number-option-button {
        max-width: 120px;
        height: 110px;
    }
    
    .vantagens-bg {
        height: 530px;
    }
}

@media (max-width:767px) {
    #disc {
        text-align: center;
    }
    .banner {
        padding: 0;
    }
    
    .slider-bg {
        position: relative;
        height: 438px;
        margin-bottom: -438px;
    }
    .slider-bg div {
        background-size: cover;
    }
    .slider-bg div[data-slide="1"]{
        background-image: url('../../versaoWexFuel/img/ban1mob.png');
    }
    .slider-bg div[data-slide="2"]{
        background-image: url('../../versaoWexFuel/img/ban2mob.png');
    }
    .slider-bg div[data-slide="3"]{
        background-image: url('../../versaoWexFuel/img/ban3mob.png');
    }
    
    .title {
        font-size: 29px;
        line-height: 35px;
        color: #fff;
        margin: 0 auto 34px;
        max-width: 335px;
    }
    
    .subtitle {
        font-size: 21px;
        line-height: 26px;
        margin: 0 auto 153px;
        font-weight: 400;
        max-width: 278px;
        
    }
    
    .banner .container {
        padding: 0;
    }
    
    #contactform {
        background-color: #ECECEC;
        padding: 40px 20px 46px;
        border-radius: 0;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .form-wrapper {
        max-width: 100%;
    }
    
    .logo {
        max-width: 163px;
        margin: 20px auto 34px;
    }
    
    .btns-container {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .btns-container .back-btn {
        margin-top: 23px;
        position: relative;
        left: 0;
    }
    
    .number-option-button {
        margin-bottom: 15px;
    }
    
    .step-title {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 22px;
    }
    
    .form-title {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .cards {
        padding: 85px 0 0px;
    }
    
    .cards-title {
        font-size: 21px;
        margin: 0 auto 48px;
        line-height: 26px;
        max-width: 335px;
    }
    
    .cards-subtitle {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        margin: 0 auto 48px;
        max-width: 316px;
    }
    
    .logo-slider img {
        max-height: 70px;
        max-width: 160px;
    }
    
    .vantagens-bg {
        height: 270px;
    }
    
    .vantagens-list-container {
        padding: 47px 0 55px;
    }
    
    .vantagens-outer {
        padding-left: 0;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .vantagens-title {
        font-size: 21px;
        line-height: 26px;
        text-align: center;
    }
    
    .vantagens-list li {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding-left: 43px;
        background-size: 30px;
        margin-bottom: 30px;
    }
    
    .col-left img {
        width: calc(100% - 24px);
    }
    
    .footer-title {
        font-weight: 700;
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 48px;
    }
    
    
    .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;
    }
    
    .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) {
}



#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: #0077b6;
    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%;
    }
}

.input-block  {
    margin: 30px auto;
}

.red-left-border{
    border-left: 4px solid #ce1f39;
}