#modelos_home {
    margin-bottom: 32px;
    padding: 24px;
}
#modelos_home .cont_tit {
    margin-bottom: 57px;
}
#modelos_home .tit {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    margin: 0 auto;
}
#modelos_home .filt_container {
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    max-width: 1514px;
    width: 100%;
    gap: 64px;
    scroll-behavior: smooth;
    border-bottom: 1px solid #A1A1A1;
}
#modelos_home .filt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    max-width: 143px;
    max-height: 74px;
    padding-bottom: 14px;
    box-sizing: border-box;
}
#modelos_home .filt.active {
    border-bottom: 5px solid #BF0010;
    width: 100%;
}
#modelos_home .filt a {
    font-family: var(--font-regular);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
}
#modelos_home .filt .epigrafe {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}
#modelos_home .filt.active a,
#modelos_home .filt.active .epigrafe{
  color: #BF0010;
}
/*#modelos_home .filt.active::after{*/
/*  content: '';*/
/*  width: calc(100% + 27px);*/
/*  height: 5px;*/
/*  background: #C51A20;*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: -15px;*/
/*  min-width:134px;*/
/*}*/
#modelos_home .barra_de_separacion {
  margin: 0 auto 41px;
  max-width: 1514px;
  width: 80%;
  border-top: 1px solid #A1A1A1;
}
#modelos_home .wrap_cars {
  position: relative;
}
#modelos_home .swiper-home-comerciales {
  max-width: 1456px;
  margin: 0 auto;
  width: 80%;
}
#modelos_home .img-wrap {
  width: 100%;
}
#modelos_home .img-wrap img {
  width: 100%;
  height: 100%;
}
#modelos_home .caracteristicas {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 25.5px;
}
#modelos_home .medidas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-bottom: 1px solid #000000;
  max-width: 85px;
  width: 100%;
}
#modelos_home .pref {
    font-family: var(--font-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
  color: #000000;
  width: max-content;
}
#modelos_home .number {
    font-family: var(--font-regular);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  width: max-content;
}
#modelos_home .cont_text_modelo {
  margin-bottom: 35px;
}
#modelos_home .tit2 {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}
#modelos_home .text {
  margin: 8px 0;
    font-family: var(--font-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
}
#modelos_home .desde {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
}
#modelos_home .cont-btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    /*margin: auto;*/
}
#modelos_home .cont-btn .btn-main{
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:0;
    background-color: #BF0010;
    min-width: 124px;
    height: 45px;
}
#modelos_home .cont-btn .btn-outline {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
}
#modelos_home .btn {
  width: 100%;
  height: 56px;
  background: #C51A20;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: 'MontserratBold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
#modelos_home .btn-secundary {
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
}
#modelos_home .swiper-pagination-home-comerciales {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #9B9B9B;
    position: initial;
    margin-bottom: 28px;
}
#modelos_home .swiper-button-prev, 
#modelos_home .swiper-button-next {
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 0;
  background-position: center;
  background-size: cover;
  z-index: 1;
  width: 17.28px;
  height: 28.47px;
  outline: none;
}
#modelos_home .swiper-button-prev {
  background-image: url(../../../../imag/v1/icon/portadas/swiper_modelo_pagination.svg);
  transform: rotate(-180deg);
  left: 100px;
}
#modelos_home .swiper-button-prev.swiper-button-disabled { /*archivo .svg de flecha paginación izquierda/prev desactivada*/
    background-image: url(../../../../imag/v1/icon/portadas/pagination_disable.svg);
    transform: rotate(0deg);
    left: 100px;
    opacity: initial;
}
#modelos_home .swiper-button-next {
  background-image: url(../../../../imag/v1/icon/portadas/swiper_modelo_pagination.svg);
  right: 110px;
}
#modelos_home .swiper-button-next.swiper-button-disabled { /*archivo .svg de flecha paginación derecha/next desactivada*/
    background-image: url(../../../../imag/v1/icon/portadas/pagination_disable.svg);
    transform: rotate(180deg);
    right: 110px;
    opacity: initial;
}

    



@media (min-width: 880px) and (max-width: 1040px) {
    #modelos_home .swiper-home-comerciales {
        max-width: 750px;
    }
}
@media (max-width: 1340px) {
    #modelos_home .swiper-home-comerciales {
        max-width: 1020px;
    }
    #modelos_home .swiper-button-prev,
    #modelos_home .swiper-button-prev.swiper-button-disabled {
        left: 50px;
        width: 11.33px;
        height: 18.67px;
    }
    #modelos_home .swiper-button-next,
    #modelos_home .swiper-button-next.swiper-button-disabled {
        right: 50px;
        width: 11.33px;
        height: 18.67px;
    } 
}
@media (max-width: 1367px) {
    #modelos_home .swiper-home-comerciales {
        max-width: 1141px;
    }
}
@media (max-width: 1281px) {
    #modelos_home .cont_tit {
        margin-bottom: 33px;
    }
    #modelos_home .tit {
        font-size: 24px;
        line-height: 29px;
    }
    #modelos_home .filt a,
    #modelos_home .filt .epigrafe {
        font-size: 13px;
        line-height: 16px;
    }
    #modelos_home .filt_container {
        margin-bottom: 17px;
    }
    #modelos_home .swiper-pagination-home-comerciales {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 21px;
    }
    #modelos_home .img-wrap {
        margin-bottom: 18px;
    }
    #modelos_home .caracteristicas {
        margin-bottom: 22px;
    }
    #modelos_home .medidas {
        max-width: 80px;
    }
    #modelos_home .cont_text_modelo {
        margin-bottom: 20px;
    }
    #modelos_home .desde {
        line-height: 20px;
    }
    #modelos_home .cont-btn {
        gap: 12px;
    }
    #modelos_home .cont-btn .btn-main {
        font-size: 14px;
        line-height: 17px;
    }
    #modelos_home .swiper-home-comerciales {
        max-width: 1024px;
        width: 100%;
    }
}
@media (max-width: 1240px) {
    #modelos_home .swiper-home-comerciales {
        width: 80%;
    }
}
@media (min-width: 600px) and (max-width: 880px){
    #modelos_home .swiper-slide{
        min-width:540px;
    }
    #modelos_home .contenido_modelo {
        min-width: 320px;
    }
    #modelos_home .swiper-slide:not(.swiper-slide-active) .contenido_modelo {
        display:none;
    }
}
@media only screen and (max-width: 768px){
    #modelos_home {
        margin-bottom: 45px;
        padding: 0;
    }
    #modelos_home .cont_tit {
        max-width: 272px;
        margin: 0 auto 18px;
    }
    
    #modelos_home .tit {
        font-size: 18px;
        line-height: 21px;
    }
    #modelos_home .filt {
        max-width: 99px;
        min-height: 62px;
        gap: 6px;
    }
    #modelos_home .filt.active {
        /*padding-bottom:10px;*/
    }
    #modelos_home .filt.active::after {
        width: calc(100% + 19px);
        height: 4px;
        position: absolute;
        bottom: 0px;
        left: -12px;
        min-width: initial;
    }
    #modelos_home .swiper-home-comerciales {
        max-width: 1456px;
        margin: 0 auto;
        width: 100%;
    }
    #modelos_home .swiper-slide-active{
        z-index:2;
    }
    #modelos_home .swiper-slide:not(.swiper-slide-active) .contenido_modelo {
        display:none;
    }
    #modelos_home .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #modelos_home .cont-btn {
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
    }
    .swiper-pagination-home-comerciales,
    #modelos_home .swiper-button-prev, 
    #modelos_home .swiper-button-next{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    #modelos_home .filt_container {
        padding: 0 36px;
        margin-bottom: 0px;
        flex-wrap: nowrap;
        /*width: auto;*/
        overflow: auto;
        gap: 30px;
    }
    #modelos_home .filt_container::-webkit-scrollbar {
        display: none;
    }
    #modelos_home .filt a {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }
    #modelos_home .filt .epigrafe {
        font-size: 9px;
        line-height: 10px;
        min-width: 99px;
    }
    #modelos_home .img-wrap {
        width: fit-content;
    }
    #modelos_home .img-wrap img {
        width: 372px;
    }
    /*#modelos_home .img-wrap img{*/
    /*    width: 372px;*/
    /*}*/
    #modelos_home .caracteristicas {
        margin: 24px 0;
        min-width: 272px;
        justify-content: space-between;
    }
    #modelos_home .medidas {
        padding: 0;
        min-width: 80px;
        min-height: 43px;
    }
    #modelos_home .pref {
        font-size: 8px;
        line-height: 10px;
    }
    #modelos_home .number {
        font-size: 14px;
        line-height: 17px;
    }
    #modelos_home .tit2 {
        font-size: 18px;
        line-height: 22px;
    }
    #modelos_home .text {
        font-size: 14px;
        line-height: 16px;
    }
    #modelos_home .desde {
        font-size: 16px;
        line-height: 19px;
    }
    #modelos_home .cont-btn .btn-main {
        font-size: 12px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 450px){  
    #modelos_home .filt_container {
         max-width: 85%;
    justify-content: initial;
    padding:0;
    }
    #modelos_home .img-wrap {
        margin: 0;
    }
    #modelos_home .img-wrap img{
        width: 272px;
        opacity: 0.5;
    }
    #modelos_home .swiper-slide-active .img-wrap img{
        opacity:1
    }
    #modelos_home .caracteristicas {
        margin: 0 0 24px;
    }
    /*#modelos_home .img-wrap {*/
    /*    height: 150px;*/
    /*}*/
    #modelos_home .contenido_modelo {
        max-width: 272px;
    }
    #modelos_home .cont_text_modelo {
        margin-bottom: 24px;
    }
}