/* #Fonts
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

/* #Primary
================================================== */
:root{
    --primary-color:#DDE300;
    --second-color:#130B1D;
    --primary-white:#FCFCFA;
    --color-gray:#EBECF0;
    --bs-body-font-family:'Gabarito';
    --bs-body-font-size: 1rem;
    --bs-body-color:#130B1D;
}
h5,h4,h3,h2,h1,p,span,figure, small{ margin-bottom: 0;}

b{font-weight: 700;}
a{ text-decoration: none;}
.relativo{ position: relative;}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button-bevel;
}
:focus-visible{
    outline: none;
    outline-color: transparent;
}
:-internal-direct-focus {
    outline-color: transparent;
}
body{
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--primary-white) !important;
}
.xxxl-b{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 89px;
    line-height: 92px;
    color: #130B1D;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.xxl-b{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 67px;
    line-height: 70px;
    color: #130B1D;
}
.xl-b-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 53px;
    color: #130B1D;
}
.l-b-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 40px;
    color: #130B1D;
}
.lm-b-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #130B1D;
}
.mfont{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    color: #130B1D;
}
.mfont-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    color: #130B1D;
}
.m-b{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    color: #130B1D;
}
.ms-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #130B1D;
}
.sfont-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #130B1D;
}
.s-b-d{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #130B1D;
}
.xs{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    color: #130B1D;
}
.xs-b{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 9px;
    line-height: 12px;
    color: #130B1D;
}
.mb-ex{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 23px;
    display: flex;
    align-items: center;
}
.exbold-m{
    font-weight: 800;
}
.bg-default{background-color: var(--primary-color);}
.bg-blackk{background-color: var(--second-color);}
.bg-yellow{background-color: var(--primary-color);}
.bg-gray{background-color: var(--color-gray) !important;}
.bg-white{background-color: var(--primary-white) !important;}
.text-white{color: #FCFCFA !important;}
.text-primary{color: var(--primary-color) !important;}
.pd-80{padding-top: 80px; padding-bottom: 80px;}
.pd-80{padding-top: 80px; padding-bottom: 80px;}
.mt-40{margin-top: 40px;}
.mt-24{margin-top: 24px;}
.pd-65{padding-top: 65px; padding-bottom: 65px;}
.pt-24{padding-top: 24px;}
.mb-24{margin-bottom: 24px;}
/* #Header
================================================== */
nav {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
nav.scroll-on {
    background: var(--primary-white);
}
.navbar.navbar-expand-lg{
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: var(--primary-white);
}
.navbar .container{
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand{
    padding: 0;
    margin-right: 31.18px;
}
.navbar-brand img{
    max-width: 297.82px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    color: #130B1D;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 40px;
    background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0;
}
.navbar-expand-lg .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-gral{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-color: var(--primary-color);
    padding: 8px 16px;
    gap: 8px;
    width: 160px;
    height: 48px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    /* transition: 0.15s ease-in-out; */
}
.btn-gral span{
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    /* transition: 0.15s ease-in-out; */
}
.btn-gral-2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-color: transparent;
    padding: 12px 14px;
    width: 241px;
    height: 48px;
    border: 1px solid #FCFCFA;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    /* transition: 0.15s ease-in-out; */
}
.btn-gral-2 span{
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    /* transition: 0.15s ease-in-out; */
}
.btn-iconed {
    padding: 8px 16px;
    gap: 8px;
    width: 160px;
    height: 48px;
    transition: 0.15s ease-in-out;
    background-color: var(--primary-color);
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.btn-iconed .chrevronl{
    opacity: 0;
    transform-origin: left right;
    transform: translateX(-10px) scale(1.25);
    transition: 0.15s ease-out;
}
.btn-iconed .spn {
    position: relative;
    left: 0;
    transform-origin: left right;
    transform: translateX(-9px);
    transition: 0.2s ease-in-out;
}
/* .bottom-menu{
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease 2s, visibility 0s linear 2s;
} */
/* #Main
================================================== */
.h-500{
    min-height: 534px;
}
.h-501{
    min-height: 632px;
}
.img-back{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 100%;
    width: 50%;
    height: auto;
}
.img-back.bg-back{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home .custom-back{
    position: absolute;
    right: -120px;
}
.home .custom-back img{
    object-fit: contain;
}
.img-back.bg-back.trailer{
    background-image: url(../img/page/renueva-tus-llantas.jpg);
    height: 534px;
    padding: 0;
}
.img-back.bg-back.tire{
    background-image: url(../img/page/especializamos.jpg);
    min-height: 632px;
}
.img-back.left{
    left: 0;
    right: inherit;
}
.img-back img{
    height: auto;
    object-fit: cover;
}
.home small{
    margin-top: 16px;
    display: block;
}
.home .custom-inside small{
    width: 69%;
}
.back-movil .imagen-m{
    display: none;
    visibility: hidden;
}
.home .custom-gap{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
}
.home .custom-inside h2{
    width: 95%;
}
.btn-content{
    padding-top: 40px;
}
.btn-content-2{
    padding-top: 40px;
}
.banner-text{
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner-text .logo{
    padding-top: 24px;
}
.box-stats{
    width: 85%;
}
.col-items-4{
    flex: none;
    order: 1;
    flex-grow: 0;
}
.col-items-4 img{
    width: 48px;
    height: 48px;
}
.col-items-4 span{
    margin-top: 9.27px;
}
.content-col-4 span{
    width: 85%;
    margin: auto;
}
@media (min-width: 1300px) {
    .navbar .container {
        max-width: 1200px;
        padding: 0;
    }
    #why .container {
        max-width: 1200px;
        padding: 0;
    }
    section .container.max{
        max-width: 1200px;
        padding: 0;
    }
    footer .container.max{
        max-width: 1200px;
        padding: 0;
    }
}
.content-col-4{
    width: 90%;
    margin: auto;
}
.row-col-4{
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}
.row-col-4 .col-6{
    padding: 0;
    max-width: 288px;
}
.row-col-4 .content-col-img img{
    width: 100%;
    object-fit: cover;
}
.row-col-4 .content-col-text{
    margin-top: 16px ;
}
.row-col-4 .content-col-text p{
    margin-top: 4px;
}
.reduce.bg-image{
    background-image: url('../img/page/Impacto_ambiental.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.reduce .row-col-5{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-left: 0;
    margin-right: 0;
}
/* .reduce .box-col-5{
    max-width: 227.2px;
    height: 90px;
} */
/* .reduce .box-col-5 .content-col-5{
    display: flex;
    align-items: center;
    padding: 0px 120px;
} */
 .reduce .box-col-5 .content-col-5 p{
    width: 45%;
 }
.reduce .box-col-5 .content-col-5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 4px;
}
.row-col-brands{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 140px;
}
.row-col-brands .items-brands{
    max-width: 246px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8px;
    height: 108px;
}
.service .row-service{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.service .row-service .items-service .icon{
    width: 40px;
    height: 40px;
}
.btn-content.pt-24{
    padding-top: 24px;
}
.testimonials .slide--3.swiper{
    max-width: 1072px;
    display: flex;
    justify-content: center;
}
.slide--3 .swiper-slide{
}
.slide--3 .swiper-slide .box-slide .box-header,.slide--3 .swiper-slide .box-slide .box-footer{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
}
.slide--3 .swiper-slide .box-slide .box-footer{
    padding-bottom: 24px;
}
.slide--3 .swiper-slide .box-slide .box-footer span{
    margin-top: 8px;
}
.slide--3 .swiper-slide .box-slide .box-header{
    height: 198px;
}
.testimonials .swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url('../img/main/icon-arrow-right.svg');
}
.testimonials .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url('../img/main/icon-arrow-left.svg');
}
.testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
    display: none;
}
.testimonials .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -40px !important;
    left: 0;
    width: 100%;
    top: auto;
    line-height: 0;
    height: auto;
}
.testimonials .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--swiper-pagination-bullet-inactive-color, #130B1D);
    opacity: 1 !important;
}
.testimonials .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--primary-color);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 24px 0 0 !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}
.testimonials .relativo{
    margin-bottom: 40px;
}
.provellantas .logo-provellantas{
    max-width: 205.5px;
}
.provellantas .row-col-2{
    display: flex;
    gap: 40px;
}
.gap-40{
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contacto .head p{
    margin-top: 10px;
}

.form-contact label{
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}
.form-contact .form-control {
    width: 100%;
    padding: 0 0 8px 0;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8F919C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #8F919C;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-contact .field{
    margin-bottom: 24px;
}
.mt-32{
    margin-top: 32px;
}
.form-contact textarea.form-control{
    width: 100%;
    height: 90px;
    background-color: #EBECF0;
    border: 1px solid #EBECF0;
    resize: none;
    padding: 8px 0 0 16px;
}
.form-contact .outer-radio {
    gap: 15px;
}
.form-contact input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.form-contact .field .outer-radio input {
    background-color: #FAFAF8;
    border: 1px solid transparent;
    width: 100%;
    height: 48px;
}
.form-contact .radio-field label {
    color: #130B1D;
    border: 1px solid #EBECF0;
    border-radius: 80px;
    font-weight: 400;
    padding: 14px 35px;
    text-align: center;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background-color: #EBECF0;
}
.form-contact input[type="radio"]:checked + label, .form-contact  input[type="radio"]:checked + label + label {
    background-color: transparent;
    border: 1px solid #DDE300;
}
.timeline {
    display: flex;
    flex-direction: column;
}
.timeline-item {
    width: calc(50% + 1px);
    position: relative;
}
.timeline-item.timeline-item-left{
    padding: 0 24px 0 0;
}
.timeline-item.timeline-item-right{
    padding: 0 0 0 24px;
}
.timeline-item-right {
    align-self: flex-end;
    border-left: 2px solid #DDE300;
    margin-top: -14%;
}
.timeline-item-left:first-child{
    margin-top: 0;
}
.timeline-item-left {
    align-self: flex-start;
    border-right: 2px solid #DDE300;
    margin-top: -9%;
}
.timeline-item::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #DDE300;
    background: var(--primary-white);
    z-index: 10;
    top: 36%;
}
.timeline-item.full::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #DDE300;
    background: #DDE300;
    z-index: 10;
    top: 36%;
}
.timeline-item-right::after {
    left: -13px;
}
.timeline-item-left::after {
    right: -13px;
    top: 28%;
}
.timeline-content {
    width: 98%;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.timeline-content h3 {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 23px;
    color: #130B1D;
    margin-bottom: 13px;
}
.timeline-item-left * {
    text-align: start;
}
.timeline-content p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #130B1D;
    margin-bottom: 24px;
    width: 84%;
}
.gap-logos{
    gap: 24px;
    margin-top: 40px;
}
.thanks{
    min-height: 232px;
}
@media (hover: hover){   
    /* .navbar-expand-lg .navbar-nav .nav-link:hover{
        background-color: #DDE300;
        border-radius: 40px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    .navbar-expand-lg .navbar-nav .nav-link:hover{
        color: #8F919C;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }
    .btn-gral:hover span{
        color: var(--primary-color);
    }
    .btn-iconed:hover {
        background-color: var(--primary-color);
    }
    .btn-iconed:hover .spn {
        left: 8px;
    }
    .btn-iconed:hover .chrevronl{
        opacity: 1;
        transform: translateX(0px) scale(0.75);
    }
    .btn-gral:hover{
        background-color: var(--second-color);
    }
    .btn-gral-2:hover{
        background-color: #E64123;
    }
}
@media(max-width: 1299px) {
	.row-col-4 .col-6 {
        padding: 0;
        max-width: 267px;
    }
    .testimonials .swiper-button-next {
        right: -45px;
    }
    .testimonials .swiper-button-prev {
        left: -30px;
    }
}
@media (min-width: 1200px) {
    .contacto .container.max{
        padding: 0;
    }
}
@media(max-width: 1199px) {
	.row-col-4 .col-6 {
        padding: 0;
        max-width: 222px;
    }
    .slide--3 .swiper-slide .box-slide .box-header, .slide--3 .swiper-slide .box-slide .box-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonials .swiper-button-next {
        right: -60px;
    }
    .testimonials .swiper-button-prev {
        left: -60px;
    }
}
@media(max-width: 1075px) {
    .testimonials .swiper-button-next {
        right: -40px;
    }
    .testimonials .swiper-button-prev {
        left: -40px;
    }
}
@media(max-width: 992px) {
	
}

@media(max-width: 768px) {
    .xl-b{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 50px;
        line-height: 53px;
        color: #130B1D;
    }
    .mfont {
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        padding: 8.5px 24px;
    }
    .mfont2 {
        padding: 0;
    }
    .l-b{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 37px;
        line-height: 40px;
        color: #130B1D;
    }
    .lm-b{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        color: #130B1D;
    }
    .ms-b{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        color: #130B1D;
    }
    .ms{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #130B1D;
    }
    .sfont{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #130B1D;
    }
    .s-b{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 15px;
        color: #130B1D;
    }
    .pad-40{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pd-80{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mt-40{margin-top: 24px;}
    .navbar-brand {
        padding: 6px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.navbar-brand img {
        max-width: 174.99px;
    }
    .navbar .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    section .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    section .container.minus{
        padding-left: 12px;
        padding-right: 12px;
    }
    footer .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    .navbar.navbar-expand-lg {
        padding-top: 18.62px;
        padding-bottom: 6.6px;
    }
    .navbar-toggler {
        padding: 0;
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: #130B1D;
        background-color: transparent;
        border: none;
        border-radius: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 24px;
        height: 16px;
        vertical-align: middle;
        background-image:  url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTZWMTMuMzMzM0gyNFYxNkgwWk0wIDkuMzMzMzNWNi42NjY2N0gyNFY5LjMzMzMzSDBaTTAgMi42NjY2N1YwSDI0VjIuNjY2NjdIMFoiIGZpbGw9IiMxMzBCMUQiLz4KPC9zdmc+Cg==');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .menu--toggle{
        width: 19px;
        height: 19px;
        position: relative;    
    }
    .nav-tgl {
        position: relative;
        z-index: 100;
        width: 24px;
        height: 16px;
        border: none;
        padding: 0;
        text-align: center;
        align-items: center;
        display: flex;
        background-color: transparent;
    }
    .nav-tgl > span {
        display: inline-block;
        position: relative;
        height: 2.6px;
        width: 24px;
        border-radius: 0;
        background: #130B1D;
        vertical-align: middle;
    }
    .nav-tgl > span:before, .nav-tgl > span:after {
        display: inline-block;
        position: absolute;
        content: "";
        height: 2.6px;
        border-radius: 0;
        background: #130B1D;
        transition: all 200ms;
    }
    .nav-tgl:focus {
        outline: none;
    }
    .nav-tgl > span:before {
        top: -8px;
        left: 0px;
        width: 24px;
    }
    .nav-tgl > span:after {
        top: 8px;
        left: 0;
        width: 24px;
    }
    .nav-tgl.active > span {
        height: 0;
    }
    .nav-tgl.active > span:after, .nav-tgl.active > span:before {
        top: 0;
        left: 0;
        width: 24px;
    }
    .nav-tgl.active > span:after {
        transform: rotate(-45deg);
    }
    .nav-tgl.active > span:before {
        transform: rotate(45deg);
    }
    .navbar-expand-lg .navbar-nav {
        display: flex;
        align-items: start;
        justify-content: center;
        margin-top: 35px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #130B1D;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        background-color: transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-bottom: 16px;
    }
    .btn-gral {
        height: 32px;
        width: 115px;
    }
    .navbar-collapse.collapse.show{
        height: 90vh;
    }
    .bottom-menu ul{
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }
    .bottom-menu li{
        margin: 0;
    }
    .bottom-menu ul li a img{
        margin-right: 16px;
    }
    .modal-menu .modal-body{
        padding: 35px 24px 0;
    }
    .modal-menu .modal-footer {
        justify-content: start;
        border-top: 0;
        padding: 0 24px 40px;
    }
    .modal-menu .modal-header .btn-close{
        opacity: 1;
        background-image: none;
        width: 32px;
        height: 32px;
        padding: 0;
    }
    .modal-menu .modal-header{
        padding: 18.62px 24px 6.6px;
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-bottom: 0;
    }
    .modal-menu .modal-header .btn-close:focus {
        box-shadow: none;
    }
    .custom-row{
        flex-direction: row-reverse !important;
        display: flex;
    }
    .mt-row{
        margin-top: 24px;
    }
    .logo-footer a img {
        max-width: 65.81px;
    }
    .bg-footer {
        background-color: var(--bs-body-color);
        color: var(--primary-white);
        padding: 40px 0;
    }
    .social-media.custom-inside{
        margin-top: 24px;
    }
    .bootom-footer {
        padding-top: 40px;
    }
    .back-movil .container{
        padding: 0;
    }
    .back-movil .imagen-m{
        display: block;
        visibility: visible;
        padding-left: 0;
        padding-right: 0;
    }
    .back-movil .img-back{
        display: none;
    }
    .back-movil .row{
        margin: 24px 0 0 0;
    }
    .back-movil .col-12{
        padding:40px 24px;
    }
    .back-movil .cd-intro{
        padding:0;
    }
    .back-movil .imagen-m{
        padding:0;
    }
    .home .custom-inside h2 {
        width: 86%;
    }
    .home .custom-inside small {
        width: 75%;
    }
    .home small {
        margin-top: 8px;
        display: block;
    }
    .home .custom-gap {
        gap: 16px;
    }
    .back-movil .row.mt-16-m{
        margin-top: 16px;
    }
    .home.back-movil .btn-content{
        padding-top: 24px;
    }
    .btn-content{
        padding-top: 24px;
    }
    .banner-text{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-text .logo {
        max-width: 204.19px;
    }
    .banner-text .custom{
        width: 95%;
    }
    .col-items-4 img{
        width: 40px;
        height: 40px;
    }
    .content-col-4 {
        width: 87%;
        margin: auto;
    }
    .bg-col-4 .col-items-4:nth-child(n+3){
        margin-top: 24px;
    }
    .row-col-4{
        align-items: flex-start;
        flex: none;
    }
    .row-col-4 .col-6 {
        padding: 0;
        max-width: 175px;
    }
    .pd-65 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .renew .col-12 p{
        margin-top: 16px;
    }
    .reduce .col-12 h3{
        width: 90%;
        margin: auto;
    }
    .mb-ex {
        font-size: 16px;
        line-height: 20px;
    }
    .btn-content.pt-40{
        padding-top: 40px;
    }
    .reduce.bg-image{
        background-image: url('../img/page/Impacto_ambiental-m.jpg');
    }
    .reduce .box-col-5 .content-col-5 p {
        width: 70%;
    }
    .bg-yellow .cost h3{
        width: 64%;
        margin: auto;
    }
    .row-col-brands .items-brands img{
        width: 100%;
    }
    .row-col-brands .items-brands{
        max-width: 100%;
        min-width: 109px;
        width: 109px;
        height: 51px;
        gap: 8px;
    }
    .row-col-brands{
        height: auto;
        gap: 0;
    }
    .row-col-brands div:nth-child(n+4){
        height: 108px;
    }
    .row-col-brands div:last-child{
        margin-left: 27px;
    }
    .row-col-brands div:first-child img{
        width: 87px;
        height: 51px;
    }
    .row-col-brands div:nth-child(2) img{
        width: 109px;
        height: 27.03px;
    }
    .row-col-brands div:nth-child(3) img{
        width: 103px;
        height: 45px;
    }
    .row-col-brands div:nth-child(4) img{
        width: 87px;
        height: 33px;
    }
    .row-col-brands div:last-child img{
        width: 99px;
        height: 35px;
    }
    .brands .col-12 h3{
        width: 85%;
        margin: auto;
    }
    .service .row-service .items-service .icon {
        width: 32px;
        height: 32px;
    }
    .service .row-service .items-service .icon{
        transform: rotate(90deg);
    }
    .service .row-service .items-service .content-service img{
        height: 40px;
    }
    .service .row-service .items-service .content-service .mt-24 {
        margin-top: 8px;
    }
    .service .row-service {
        flex-direction: column;
        gap: 24px;
    }
    .testimonials h3{
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 21px;
        line-height: 23px;
        color: #130B1D;
    }
    .testimonials .container.max{
        padding: 0;
    }
    .testimonials .swiper-button-prev, .testimonials .swiper-button-next {
        display: none;
    }
    .slide--3 .swiper-slide .box-slide .box-header{
        padding: 24px;
    }
    .slide--3 .swiper-slide .box-slide .box-footer{
        padding: 16px 24px;
    }
    .slide--3 .swiper-slide .box-slide .box-header {
        height: 168px;
    }
    .testimonials .swiper-pagination {
        bottom: -34px !important;
    }
    .testimonials .relativo{
        margin-bottom: 24px;
    }
    .testimonials.pd-80{
        padding-bottom: 50px;
    }
    .btn-gral-2 {
        padding: 5px;
        width: 152px;
        height: 32px;
    }
    .gap-40{
        gap: 24px;
    }
    .contacto .head p {
        margin-top: 8px;
    }
    .contacto .col-12.col-md-7.offset-md-2{
        padding: 0;
        margin-top: 24px;
    }
    .form-contact label {
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
    }
    .form-contact .field .outer-radio input {
        height: 32px;
    }
    .form-contact .radio-field label {
        font-weight: 400;
        padding: 8.5px 25px;
        font-size: 12px;
        line-height: 15px;
        width: 100%;
    }
    .form-contact .outer-radio {
        gap: 16px;
        width: 100%;
    }
    .form-contact .outer-radio .radio-field{
        width: 50%;
        height: 32px;
    }
    .timeline-item.full::after {
        width: 12px;
        height: 12px;
        top: 20%;
    }
    .timeline-content h3 {
        font-weight: 800;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        display: flex;
    }
    .timeline-content h3 span:first-child{
        margin-right: 5px;
    }
    .timeline-content p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 16px;
        width: 91%;
    }
    .timeline-content h3 span:last-child{
        width: 77%;
    }
    .timeline-item.timeline-item-left {
        padding: 0 19px 0 0;
    }
    .timeline-item.timeline-item-right {
        padding: 0 0 0 18px;
    }
    .timeline-item::after {
        width: 12px;
        height: 12px;
        top: 33%;
    }
    .timeline-item-left::after {
        right: -7px;
        top: 23%;
    }
    .timeline-item-right::after {
        left: -7px;
    }
    .timeline-item-right:nth-child(2) {
        margin-top: -51%;
    }
    .timeline-item-left:nth-child(3) {
        margin-top: -21%;
    }
    .timeline-item-right:nth-child(n+4) {
        margin-top: -41%;
    }
    .timeline-item-left:nth-child(n+5) {
        margin-top: -21%;
    }
    .testimonials .slide--3.swiper {
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 18px;
    }
    .testimonials .slide--3.swiper .swiper-wrapper{
       
    }
    .testimonials .slide--3.swiper .swiper-slide .box-slide .box-footer h5{
        font-weight: 800;
    }
    .slide--3 .swiper-slide {
    }
    .provellantas h3{
        width: 79%;
    }
    .provellantas p{
        width: 76%;
    }
    .gap-logos{
        gap: 1px;
        margin-top: 24px;
    }
}
@media(max-width: 375px) {
    .home .custom-inside h2 {
        width: 97%;
    }
    .row-col-4 .col-6 {
        padding: 0;
        max-width: 155.5px;
    }
    .timeline-content h3 span:last-child {
        width: 82%;
    }
    .testimonials .slide--3.swiper {
        max-width: 100%;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 8px;
    }
    .testimonials .slide--3.swiper .swiper-wrapper{
        width: 100%;
        margin: auto;
    }
    .slide--3 .swiper-slide {
    }
    .gap-logos img{
        width: 100%;
    }
    .provellantas h3{
        width: 87%;
    }
    .provellantas p{
        width: 87%;
    }
}

/* #Footer
================================================== */
.bg-footer{
    background-color: var(--bs-body-color);
    color: var(--primary-white);
    padding: 40px 0;
}
.social-media ul{
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.social-media ul li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.social-media ul li a, .social-media a{
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.custom-hover{
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.custom-hover:hover{
    color: #8F919C !important;
}
.social-media ul li a:hover,  .social-media a:hover{
    color: #8F919C !important;
}
.social-media ul li:last-child{
    margin-bottom: 0;
}
.social-media ul li a img{
    margin-right: 16px;
}
.bootom-footer{
    padding-top: 69px;
}
.logo-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.logo-footer a, .logo-footer a img{
    flex: none;
    order: 0;
    flex-grow: 0;
}
.custom-flex{
    display: flex;
    align-items: center;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.custom-inside{
    flex: none;
    order: 0;
    flex-grow: 0;
}
.mb-8{
    margin-bottom: 8px;
}
.custom-row{
    display: flex;
    justify-content: space-between ;
}

@media (max-width: 1300px) {
    .l-b-d {
        font-size: 30px ;
        padding-left:40px;
        padding-right: 40px;
    }
    .rev-fix-nos{
        padding-left: 0;
    }
}
@media (max-width: 1098px) {
    .l-b-d {
        font-size: 27px ;
    }
    .rev-fix-nos{
        padding-left: 0;
    }
}
@media (max-width: 1030px) {
    .l-b-d {
        font-size: 24px ;
        padding-left:40px;
        padding-right: 40px;
    }
    .rev-fix-nos{
        padding-left: 0;
    }
}
@media (max-width: 900px) {
    .l-b-d {
        font-size: 21px ;
        padding-left:40px;
        padding-right: 40px;
    }
    .rev-fix-nos{
        padding-left: 0;
    }
}

@media (max-width:  500px) {
    .fuente_fix {
        width: 68%;
    }
    .bold-ms{
        font-weight: 800;
        padding-top: 16px;
    }
    .l-b-d {
        padding-left:0px;
        padding-right: 0px;
    }
}
.ado{
    max-width: 136px;;
}
.teisa{
    max-width: 173px;;
}
.rev-fix-pad{
    padding: 0 40px;
}

@media (max-width:  500px) {
    .rev-fix-pad{
        padding: 0;
        
    }  
    .rev-fix-font{
        font-size:28px;
    }
    .rev-fix-font-2{
        font-size: 28px;
        line-height: 32px;
    }
    .rev-fix-letra-28-32{
        font-size: 28px;
        line-height: 32px;
    }
    .rev-fix-letra-28-32-width{
        width: 100% !important;
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width:  760px) {
    .rev-fix-zoom{
        zoom: 0.7;
    }
}

@media (min-width:  900px) {
    .rev-fix-zoom{
        zoom: 0.80;
    }
}
.rev-fix-img-back{
    width: 38%;
}