@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

/* container */

@media(min-width: 1600px){
    .container{
        max-width: 1440px;
        width: 100%;
    }
}

@media(min-width: 1900px){
    .container{
        max-width: 1824px;
        width: 100%;
    }
}

@media(min-width: 1400px) and (max-width: 1599px){
    .container{
        max-width: 1280px;
        width: 100%;
    }
}

#modalAvisoBajadaPrecio label.col-xs-12 {
    margin-bottom: 15px;
}
#modalAvisoBajadaPrecio .container-btns {
    display: flex;
    gap: 16px;
}
#modalAvisoBajadaPrecio .container-btns .cancelar,
#modalAvisoBajadaPrecio .container-btns button {
    display: flex;
    padding: 17px 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    display: flex;
    border-radius: 100px;
    border: 2px solid var(--FTome-Black, #000);
    color: var(--FTome-Black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    height: 52px;
    background-color: #fff;
    cursor: pointer;
    transition-duration: 0.3s;
}
#modalAvisoBajadaPrecio .container-btns button {
    background-color: var(--color-brand-primary);
    border: 2px solid var(--color-brand-primary);
    color: #ffffff;
}
#modalAvisoBajadaPrecio .container-btns .cancelar:hover {
    border: 2px solid lightgray;
}
#modalAvisoBajadaPrecio .container-btns button:hover {
    background-color: white !important;
    color: black;
}

/* menu */

#menu1{
    height: 92px;
}

#menu1 .menu1{
    position: fixed;
    display: flex;
    align-items: center;
    height: 92px;
    justify-content: center;
}

#menu1.mobile{
    height: unset;
}

#menu1.mobile .menu1{
    background-color: white;
}

#menu1 .menu-box ul li.menu a{
    padding: 8px 16px 9px 16px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

#menu1 .row.flex{
    display: flex;
    align-items: center;
}

#menu1 .row.flex .navbar{
    min-height: auto;
}

#menu1 .menu-box ul li.menu.active, #menu1 .menu-box ul li.menu:hover{
    background-color: transparent;
}

#menu1 .menu-box ul{
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: right;
}

#menu1 .menu-box ul li.black a{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: var(--Black, #000);
    margin-left: 8px;
}

#menu1 .menu-box ul li.red a{
    border-radius: 10px;
    background: var(--Primary-Orange, #EF7B11);
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
    margin-left: 8px;
}

#menu1 .menu-box ul li.black a:hover{
    color: #000;
}

#menu1 .menu-box ul li.red a:hover{
    color: #000;
}

#menu1 .menu-box ul li.red a:hover, #menu1 .menu-box ul li.red a:focus{
    background-color: #EF7B11 !important;
    color: #fff;
}

#menu1 .menu-box ul li.black a:hover, #menu1 .menu-box ul li.black a:focus{
    background-color: #000 !important;
    color: #fff;
}

#menu1 .container-telefonos-mobile{
    display: none;
}

@media(min-width: 992px){
    #menu1 .logo-image-2{
        display: none;
    }
}

@media(min-width: 992px) and (max-width: 1599px){
    #menu1 .menu-box ul li.menu a{
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
        letter-spacing: 0;
    }
    #menu1 .menu-box ul li.black a{
        font-size: 14px;
        letter-spacing: 0;
    }
    #menu1 .menu-box ul li.red a{
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media(max-width: 991px){
    #menu1.listado .logo-image-1{
        display: block !important;
    }
    #menu1.listado .logo-image-2{
        display: none !important;
    }

    #menu1 .menu-header{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap:12px;
    }

    #menu1 .container-telefonos-mobile{
        display: flex;
        align-items: center;
        gap: 12px;
    }

    #menu1 .container-telefonos-mobile svg{
        width: 20px;
    }

    #menu1 .container-telefonos-mobile .b-telefono{
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #000000;
        padding: 10px;
        width: 45px;
        height: 45px;
    }

    #menu1 .container-telefonos-mobile .b-whatsapp{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        padding: 10px !important;
    }

    #menu1 .nav-menu-box.open .black{
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
        margin-bottom: 48px;
        transform: translateY(50%);
        gap: 20px;
    }
    #menu1 .nav-menu-box.open .black a{
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.32px;
        color: #fff;
        display: flex;
        padding: 14px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 10px;
        background: var(--Black, #000);
        margin-left: 8px;
        width: fit-content;
    }
    #menu1 .nav-menu-box.open .red a{
        border-radius: 10px;
        background: var(--Primary-Orange, #EF7B11);
        padding: 14px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.32px;
        color: #fff;
        margin-left: 8px;
        width: fit-content;
    }
    #menu1 .nav-menu-box{
        background: #F7F6F5;
    }
    #menu1 .navbar-toggle .icon-bar{
        background-color: #fff !important;
    }
    #menu1 .nav-menu-box .al a{
        padding: 16px 40px;
        display: flex;
        align-items: center;
        color: #000;
        text-align: center;
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.5px;
        width: 100%;
    }
    #menu1 .nav-menu-box .close-btn{
        padding-bottom: 30px;
    }
    #menu1 .nav-menu-box.open{
        padding-left: 0;
        padding-right: 0;
    }
    #menu1 .nav-menu-box .close-btn span{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 27px;
        padding-right: 27px;   
    }

    #menu1 .nav-menu-box .close-btn span .img-responsive{
        width: 70%;
    }

    #menu1 .nav-menu-box .al a.active{
        color: #000;
        border-bottom: none;
    }
    #menu1 .nav-menu-box>.al:last-child{
        margin-bottom: 32px;
    }
    #menu1 .navbar-toggle .icon-bar{
        background-color: #000 !important;
    }
    #menu1.mobile.scroll .menu1{
        background-color: #fff;
    }
    #menu1.listado .navbar-toggle .icon-bar{
        background-color: #000 !important;
    }
    #menu1.listado .menu1{
        background-color: #fff;
    }
}

/* Modals */

.modal-volkswagen .modal-content {
    border-radius: 10px;
    background: rgba(20, 60, 111, 0.80);
    backdrop-filter: blur(18px);
    color: white;
    padding: 20px;
}

.modal-aproved.modal-aproved-volkswagen {
    background: #143C6F;
    padding: 16px 24px;
    border-radius: 0 0 8px 8px;
}

.modal-audi .modal-content {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(18px);
    color: white;
    padding: 20px;
}

.modal-aproved.modal-aproved-audi {
    background: var(--Primary-Black, #000);
    padding: 16px 24px;
    border-radius: 0 0 8px 8px;
}

.modal-skoda .modal-content {
    border-radius: 10px;
    background: rgba(27, 57, 48, 0.80);
    backdrop-filter: blur(18px);
    color: white;
    padding: 20px;
}

.modal-aproved.modal-aproved-skoda {
    background: #1B3930;
    padding: 16px 24px;
    border-radius: 0 0 8px 8px;
}
.modal-ftome .modal-content {
    border-radius: 10px;
    background: rgba(81, 81, 81, 0.8);
    backdrop-filter: blur(18px);
    color: white;
    padding: 20px;
}
.modal-aproved.modal-aproved-ftome {
    background: #707070;
    padding: 16px 24px;
    border-radius: 0 0 8px 8px;
}
.modal-ftome .modal-dialog .modal-content .modal-header .header > div > img.vw-logo {
    width: 190px;
    max-width: 100%;
    height: auto;
    margin-right: 20px;
  }
  
.modal-ftome .header,
.modal-volkswagen .header,
.modal-audi .header,
.modal-skoda .header,
.modal-aproved.modal-aproved-ftome .header,
.modal-aproved.modal-aproved-audi .header,
.modal-aproved.modal-aproved-skoda .header,
.modal-aproved.modal-aproved-volkswagen .header{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    align-self: stretch;
}
.modal-aproved.modal-aproved-ftome .header,
.modal-aproved.modal-aproved-audi .header,
.modal-aproved.modal-aproved-skoda .header,
.modal-aproved.modal-aproved-volkswagen .header,
.modal-aproved.modal-aproved-volkswagen button,
.modal-aproved.modal-aproved-audi button,
.modal-aproved.modal-aproved-skoda button{
    color: var(--primary-white-100, #FFF) !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
#listado_seo_optimizado .col_card {
    margin-top: 30px;
}
@media (max-width: 991px) {
    button {
        padding: 0px;
        margin-top: 0px;
    }
}
.modal-ftome .header div,
.modal-volkswagen .header div,
.modal-audi .header div,
.modal-skoda .header div,
.modal-aproved.modal-aproved-ftome div,
.modal-aproved.modal-aproved-audi div,
.modal-aproved.modal-aproved-skoda div,
.modal-aproved.modal-aproved-volkswagen div{
    display: flex;
}

.modal-aproved.modal-aproved-ftome  button,
.modal-aproved.modal-aproved-audi button,
.modal-aproved.modal-aproved-skoda button,
.modal-aproved.modal-aproved-volkswagen button{
    background: none;
    border: none;
}

.modal-header {
    border: 0;
}

.close {
    opacity: 1;
}
.modal-ftome .header .title,
.modal-volkswagen .modal-title,
.modal-audi .modal-title,
.modal-skoda .modal-title{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-left: 12px; 
}
.modal-ftome .logo,
.modal-volkswagen .logo,
.modal-audi .logo,
.modal-skoda .logo{
    height: 30px;
}
.modal-ftome .grid,
.modal-volkswagen .grid,
.modal-audi .grid,
.modal-skoda .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 10px;
}
.modal-ftome  .card,
.modal-volkswagen .card,
.modal-audi .card,
.modal-skoda .card {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    padding: 16px;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    overflow: hidden;
    color: var(--primary-white-100, #FFF);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
.modal-aproved.modal-aproved-ftome .header img{
    width: 145px !important;
}
@media (max-width: 768px) {
    .modal-ftome .grid,
    .modal-volkswagen .grid,
    .modal-audi .grid,
    .modal-skoda .grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .modal-ftome .grid .card:last-child:nth-child(odd),
    .modal-volkswagen .grid .card:last-child:nth-child(odd),
    .modal-audi .grid .card:last-child:nth-child(odd),
    .modal-skoda .grid .card:last-child:nth-child(odd) {
        grid-column: span 2;
        justify-self: center;
    }
    .modal-aproved.modal-aprover-ftome,
    .modal-aproved.modal-aproved-skoda,
    .modal-aproved.modal-aproved-volkswagen,
    .modal-aproved.modal-aproved-audi {
        padding: 16px 12px;
    }
    .modal-aproved.modal-aprover-ftome .header,
    .modal-aproved.modal-aproved-audi .header,
    .modal-aproved.modal-aproved-skoda .header,
    .modal-aproved.modal-aproved-volkswagen .header{
        font-size: 13px;
    }
  }
  

/* hero multiple */

#hero_multiple .videoGaleria {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#hero_multiple .opacidad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3); 
  z-index: 1;
}

#hero_multiple .swiper-slide > *:not(video):not(.opacidad) {
  position: relative;
  z-index: 2;
}


#hero_multiple{
    position: relative;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #D9D9D9 100%);
}
#hero_multiple .container {
    width: 100%;
    max-width: unset;
}
#hero_multiple .swiper-slide {
    height: 750px !important;
}
#hero_multiple .container-fluid{
    position: relative;
}
#hero_multiple .container-fluid .container .swiper-slide .titulo{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-top: 30px;
}
#hero_multiple .container-fluid .container .swiper-slide .subtitulo{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px; 
    padding-top: 0;
    padding-bottom: 13px;
    margin-top: 16px;
    margin-bottom: 0;
}
#hero_multiple .container-fluid .container-slide .texto{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
#hero_multiple .container-fluid .container .swiper-slide .container-slide {
    max-width: 800px;
} 
#hero_multiple .container-fluid .container .swiper-slide .marca {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
}
#hero_multiple .container-fluid .container .swiper-button-prev, #hero_multiple .container-fluid .container .swiper-button-next {
    bottom: 0;
    top: initial;
    border-radius: 50%;
}
#hero_multiple .container-fluid .container .swiper-button-prev {
    left: 150px;
    border-radius: 200px;
    background: rgba(0, 0, 0, 0.15);
}
#hero_multiple .container-fluid .container .swiper-button-next {
    right: unset;
    left: 232px;
    border-radius: 200px;
    background: rgba(0, 0, 0, 0.15);
}
#hero_multiple .container-fluid .container .swiper-button-prev svg path, #hero_multiple .container-fluid .container .swiper-button-next svg path{
    fill: #fff;
}
#hero_multiple .container-fluid .container .swiper-slide {
    border-radius: 0px;
}
#hero_multiple .img-slide {
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 0;
    background-size: 100%;
    background-size: cover;
    object-fit: cover;
    border-radius: 0px;
}


#hero_multiple .video-slide {
    position: absolute; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#hero_multiple .video-slide video{
    width: 100%;
}
  
#hero_multiple .video-background {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1;
}

#hero_multiple .container-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#hero_multiple .container-fluid .container{
    position: relative;
}
#hero_multiple .container-fluid .container .swiper-slide .container-slide .titulos{
    max-width: 925px;
    padding-bottom: 120px;
}
#hero_multiple .container-fluid .container .swiper-pagination{
    left: 0px !important;
    top: 50%;
    bottom: unset;
    right: unset;
    transform: translateY(-50%) rotate(90deg);
    background: transparent;
    backdrop-filter: none;
}

#hero_multiple .container-fluid .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 7px;
    height: 7px;
    background-color: #EF7B11;
    position: relative;
}

#hero_multiple .container-fluid .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: 2.5px;
    left: 4px;
    width: 100%;
    height: 100%; 
    border: 1.5px solid #EF7B11; 
    border-radius: 50%; 
    transform: translate(-50%, -50%);
    box-sizing: border-box; 
    transition: all 0.3s ease; 
    padding: 7px;
  }

#hero_multiple .container-fluid .container .swiper-pagination .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    margin: 0 15.5px;
}

#hero_multiple .container-fluid .container .swiper-slide .container-slide{
    margin: auto;
    left: 10%;
    margin-left: 0;
    width: 80%;
}

#hero_multiple .container-fluid .container .swiper-slide .container-slide .cont-titulos{
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(9px);
    padding: 32px;
    margin-bottom: 25px;
}

#filtro3.filtro_0{
    margin: 0px auto 84px auto;
    display: flex;
    max-width: 1794px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 4;
    background-color: #f3f2f2;
    border-radius: 10px;
    padding: 10px 12px;
    padding-right: 20px;
}

#filtro3.filtro_0 .dropdown{
    margin: 0;
    width: auto;
}

#filtro3.filtro_0 form{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
}

#filtro3.filtro_0 .dropdown .select-dropdown{
    border: none;
    background-color: #fff;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    padding: 13px 12px;
    width: 260px;
    color: #000 !important;
}

#filtro3.filtro_0 .btn-buscar{
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    font-family: "DM Sans";
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
    width: 100%;
    padding: 20px;
    text-wrap: nowrap;
    border: none;
    padding: 16px 20px;
}

@media(min-width: 1600px){
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        max-width: 1440px;
        left: 13.3%;
    }
}

@media(min-width: 1900px){
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        max-width: 1824px;
    }
}

@media(min-width: 1400px) and (max-width: 1599px){
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        margin: auto;
        max-width: 1280px;
    }
    #menu17 .container .row .container-logo{
        padding: 0;
    }
}

@media(min-width: 1920px){
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        margin: auto;
        max-width: 1794px;
        left: 13.3%;
    }
}

@media(min-width: 2300px){
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        margin: auto;
        max-width: 1794px;
        left: 9.9%;
    }
}

@media(min-width: 1600px) and (max-width: 1750px){
}

@media(min-width: 1200px) and (max-width: 1599px){
    #hero_multiple .img-slide{
        background-size: cover;
    }
    #menu17 .container .row .container-logo{
        padding: 0;
    }
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        margin: auto 0 150px 85px;
        left: 0%;
    }
    #hero_multiple .container-fluid .container .swiper-slide .subtitulo{
        font-size: 84px;
    }
}

@media(max-width: 991px){
    #hero_multiple .btnBuscarCont{
        padding: 0 15px;
    }
    #hero_multiple .container-fluid .container .swiper-slide .container-slide .titulos{
        padding-bottom: 0;
    }
    #hero_multiple .btn-buscar{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        color: #fff;
        text-wrap: nowrap;
        width: fit-content;
        padding: 17.5px 34px;
        border-radius: 8px;
        display: flex;
        padding-right: 44px;
        align-items: center;
    }
    #hero_multiple .btn-buscar img{
        margin-left: 6px;
    }
    #hero_multiple .container-fluid .container .swiper-slide .container-slide .titulo{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
        padding-bottom: 8px;
    }
    #hero_multiple .container-fluid .container .swiper-slide .container-slide .subtitulo{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 54px;
    }
    #hero_multiple .container-fluid .container-slide .texto{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding-top: 8px;
    }
  /*   #hero_multiple .swiper-slide{
        background: url(/img/soncoches1/slide-hero-mb.mp4) lightgray 0px 0px / 387.899% 100% no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    #hero_multiple.hero-multiple-3 .swiper-slide{
        height: calc(100vh - 80px);
    }
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        margin: auto;
        margin-bottom: 30px;
    }
    #hero_multiple .container-fluid .container .cont-pagination{
        margin-bottom: 15px;
    }
    #hero_multiple #filtro3{
        display: none;
    }
    #hero_multiple .container-fluid .container .swiper-button-prev, #hero_multiple .container-fluid .container .swiper-button-next{
        width: 45px;
        height: 45px;
    } 
    #hero_multiple .container-fluid .container .swiper-slide .container-slide .cont-titulos{
        margin-bottom: 0;
    }
    #hero_multiple .container-btns-navigation{
        display: none;
    }
    #hero_multiple .container-fluid .container .swiper-slide .container-slide{
        margin-left: 0;
        margin-right: 15px;
    }
    #hero_multiple .img-slide::before{
        background: linear-gradient(180deg, rgba(15, 27, 24, 0.00) 50%, rgba(0, 0, 0, 1) 100%), transparent 50% / cover no-repeat;    
        border-radius: 0;
    }
}

@media(max-width: 767px){
    #hero_multiple .container-fluid .container .swiper-slide .container-slide .titulos{
        max-width: 350px;
    }
    #hero_multiple .container-fluid .container .swiper-slide{
        background-position: right;
    }
}

#hero_multiple .row-info{
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
    bottom: 0;
    z-index: 3;
}

#hero_multiple .row-info .info{
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.32px;
    position: relative;
}

#hero_multiple .row-info .separador{
    padding: 0px 32px;
    position: relative;
}

#hero_multiple .row-info .separador::after{
    content: '';
    height: 26px;
    width: 1px;
    border: 1px solid #fff;
}

@media(max-width: 991px){
    #hero_multiple .row-info{
        display: none;
    }
}

@media (max-width: 991px) {
    #hero_multiple .container-fluid .container .swiper-slide .container-slide a {
        font-size: 13px;
        padding: 14px 20px;
        border-radius: 10px;
        margin-top: 20px;
        color: var(--White, #FFF);
        font-family: "DM Sans";   
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.32px;
        background: var(--FTome-Orange, #EF7B11);
        border: 0px;
    }
}
#texto1.texto_10.asp_72 .container-fluid{
    background-color: white;
}
#texto1.texto_10.asp_72 .container{
    padding-top: 30px;
    padding-bottom: 30px;
}
#texto1.texto_0.asp_12 .container-fluid{
    position: relative;
    background-color: #fff;
}

#texto1.texto_0.asp_12 .container-fluid::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 341px;
    height: 100%;
    background: var(--FTome-Orange, #EF7B11);
}

#texto1.texto_0.asp_12 .contenedor{
    display: flex;
    gap: 82px;
}

#texto1.texto_0.asp_12 .cont-fotos{
    flex: 1;
    position: relative;
}

#texto1.texto_0.asp_12 .cont-fotos video{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 33%);
    border-radius: 10px;
}

#texto1.texto_0.asp_12 .cont-fotos img{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 70%) scaleX(-1) scale(1.1);
}

#texto1.texto_0.asp_12 .cont-texto{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

#texto1.texto_0.asp_12 .container{
    padding-top: 200px;
    padding-bottom: 160px;
}

#texto1.texto_0.asp_12 .cont-texto .titulo{
    color: var(--Primary-Black, #0A0C10);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; 
    max-width: 511px;
    text-align: left;
}

#texto1.texto_0.asp_12 .cont-texto .texto{
    max-width: 474px;
    display: -webkit-box;
    max-width: 511px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_0.asp_12 .cont-texto .texto.todo{
    -webkit-line-clamp: unset;
}

#texto1.texto_0.asp_12 .cont-texto .leer-mas{
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    text-align: left;
    border: 0px;
    background: none;
}

#texto1.texto_0.asp_12 .cont-texto .enlace{
    margin-top: 15px;
}

#texto1.texto_0.asp_12 .cont-texto .enlace a{
    border-radius: 10px;
    border: 2px solid var(--Black, #000);
    padding: 14px 20px;
    letter-spacing: 0.32px;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media(max-width: 991px){
    #texto1.texto_0.asp_12 .contenedor{
        flex-direction: column;
        gap: 152px;
    }
    #texto1.texto_0.asp_12 .container-fluid::before{
        background: none;
    }
    #texto1.texto_0.asp_12 .cont-fotos img{
        overflow: hidden;
        transform: translate(-45%, 65%) scaleX(-1) scale(0.9);
    }
    #texto1.texto_0.asp_12 .cont-fotos video {
        transform: translate(-50%, 50%);
    }
    #texto1.texto_0.asp_12 .container{
        padding-bottom: 48px;
    }
    #texto1.texto_0.asp_12 .cont-texto .titulo{
        color: var(--Primary-Black, #0A0C10);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 100px;
    }
    #texto1.texto_0.asp_12 .cont-texto .texto{
        overflow: hidden;
        color: var(--Primary-Black, #0A0C10);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_0.asp_12 .cont-texto .enlace a{
        color: var(--FTome-Black, #000);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
}

@media(max-width: 550px){
    #texto1.texto_0.asp_12 .cont-texto .titulo{
        margin-top: 0;
    }
}

#texto1.texto_0.asp_17 .container-fluid{
    padding: 101px 177px 101px 137px;
    background-image: linear-gradient(90deg, rgba(247, 246, 245, 0.00) 0%, #F7F6F5 100%), url(/img/tomeocasion826/bg-marcas-home2.jpg);
    background-color: #F7F6F5;
    background-size: cover;
    background-repeat: no-repeat;
}

#texto1.texto_0.asp_17 .contenedor{
    display: flex;
    justify-content: space-between;
    gap: 160px;
}

#texto1.texto_0.asp_17 .cont-cards{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    justify-items: center;
}

#texto1.texto_0.asp_17 .cont-texto{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

#texto1.texto_0.asp_17 .cont-texto .titulo{
    max-width: 510px;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; 
    text-align: left;
}

#texto1.texto_0.asp_17 .cont-texto .texto{
    max-width: 510px;
    margin-top: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_0.asp_17 .cont-texto .enlace a{
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}

#texto1.texto_0.asp_17 .cont-cards .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    width: fit-content;
    border-radius: 10px;
    background: var(--White, #FFF);
    padding: 24px;
    width: 233px;
    height: 219px;
}

#texto1.texto_0.asp_17 .cont-cards img{
    width: 118px;
    height: 118px;
}

#texto1.texto_0.asp_17 .cont-cards .texto-card{
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1d1d1c;
}

@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_0.asp_17 .container-fluid{
        background-position: cover;
    }
    #texto1.texto_0.asp_12 .contenedor{
        gap: 152px;
    }
}

@media(max-width: 991px){
    #texto1.texto_0.asp_17 .container-fluid{
        background: linear-gradient(90deg, rgba(247, 246, 245, 0.00) 0%, #F7F6F5 53%), url(/img/tomeocasion826/bg-marcas-home2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 32px 15px;
    }
    #texto1.texto_0.asp_17 .cont-cards{
        gap: 15px;
    }
    #texto1.texto_0.asp_17 .cont-cards .card{
        width: 159px;
        height: 159px;
        gap: 15px;
    }
    #texto1.texto_0.asp_17 .cont-cards img{
        width: 80px;
    }
    #texto1.texto_0.asp_17 .contenedor{
        flex-direction: column;
        gap: 60px;
    }
    #texto1.texto_0.asp_17 .cont-texto .enlace{
        margin-top: 20px;
    }
    #texto1.texto_0.asp_17 .cont-texto .titulo{
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_0.asp_17 .cont-texto .texto{
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    #texto1.texto_0.asp_17 .cont-texto .enlace a{
        color: var(--Black, #000);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.28px;
    }
    #texto1.texto_0.asp_17 .cont-cards .texto-card{
        text-align: center;
    font-family: "DM Sans";
    font-size: 12.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.7px;
    }
}

@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_0.asp_12 .contenedor{
        gap: 152px;
    }
}

#texto1.texto_0.asp_22 .container-fluid{
    background-color: #fff;
}

#texto1.texto_0.asp_22 .contenedor{
    display: flex;
    gap: 102px;
    width: 100%;
    height: 100%; 
}

#texto1.texto_0.asp_22 .cont-imagenes{
    flex: 0 0 35%;
    position: relative;
}

#texto1.texto_0.asp_22 .cont-texto{
    display: flex;
    flex-direction: column;
    flex: 0 65%;
    overflow: hidden;
}

#texto1.texto_0.asp_22 .cont-texto .titulo{
    position: relative;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px; 
    text-align: left;
}

#texto1.texto_0.asp_22 .cont-texto .titulo svg{
    position: absolute;
    top: 0;
}

#texto1.texto_0.asp_22 .cont-texto .texto{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#texto1.texto_0.asp_22 .cont-texto .titulo-cards{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    padding-top: 42px;
    padding-bottom: 14px;
}

#texto1.texto_0.asp_22 .swiper-reserva-home{
    width: 100%;
    padding-bottom: 60px;
}

#texto1.texto_0.asp_22 .swiper-reserva-home .swiper-wrapper{
    padding-bottom: 0px;
}

#texto1.texto_0.asp_22 .swiper-reserva-home .swiper-slide{
    border-radius: 10px;
    background: var(--OFFwhite, #F3F2F2);
    padding: 16px;
}

#texto1.texto_0.asp_22 .swiper-reserva-home .titulo-card{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
    color: #000;
    padding-top: 20px;
}

#texto1.texto_0.asp_22 .container{
    padding-top: 175px;
    padding-bottom: 95px;
}

#texto1.texto_0.asp_22 .swiper-reserva-home .texto-card{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 4px;
}

#texto1.texto_0.asp_22 .swiper-reserva-home .swiper-pagination-bullet{
    border-radius: 64px;
    width: 8px;
    height: 8px;
    background: var(--Black, #000);
    opacity: 1;
}

#texto1.texto_0.asp_22 .swiper-reserva-home .swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    background: var(--Primary-Orange, #EF7B11);
}

#texto1.texto_0.asp_22 .imagen1{
    position: absolute;
    border-radius: 10px;
    background: var(--Primary-Black, #000);
    padding: 60px 30px;
    left: 3%;
    top: -20%;
}

#texto1.texto_0.asp_22 .imagen2{
    position: absolute;
    border-radius: 10px;
    left: 60%;
    top: -25%;
    border-radius: 10px;
    background: var(--Primary-Orange, #EF7B11);
    padding: 25px 25px;
    z-index: 3;
}

#texto1.texto_0.asp_22 .imagen3{
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 10px;
    left: 35%;
    top: -10%;
    z-index: 2;
}

#texto1.texto_0.asp_22 .imagen4{
    position: absolute;
    width: 288px;
    height: 352px;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#texto1.texto_0.asp_22 .imagen5{
    position: absolute;
    border-radius: 10px;
    background: #BDBDBD;
    padding: 30px 30px;
    right: 15%;
    bottom: 20%;
    z-index: 1;
}

@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_0.asp_22 .imagen5{
        right: 0%;
    }
    #texto1.texto_0.asp_22 .imagen2{
        left: 75%;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    #texto1.texto_0.asp_22 .imagen4 {
        bottom: 65px;
    }
}

@media(max-width: 991px){
    #texto1.texto_0.asp_22 .container{
        padding-top: 125px;
        padding-bottom: 35px;
    }
    #texto1.texto_0.asp_22 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_0.asp_22 .cont-imagenes{
        height: 379px;
    }
    #texto1.texto_0.asp_22 .imagen1{
        padding: 55px 25px;
        top: -40%;
        transform: scale(0.8);
        left: unset;
        right: 270px;
    }
    #texto1.texto_0.asp_22 .imagen2{
        padding: 20px 20px;
        z-index: 4;
        left: unset;
        right: 0;
        top: -50%;
    }
    #texto1.texto_0.asp_22 .imagen3{
        right: 15px;
        left: unset;
        transform: unset;
        position: absolute;
        width: 250px;
        height: 250px;
        z-index: 3;
    }
    #texto1.texto_0.asp_22 .imagen4{
        position: relative;
        width: 182px;
        height: 222px;
        transform: translate(0%, 30%);
    }
    #texto1.texto_0.asp_22 .imagen5{
        padding: 15px 15px;
        right: unset;
        left: 170px;
        bottom: 0;
    }
    #texto1.texto_0.asp_22 .cont-texto .titulo svg{
        display: none;
    }
    #texto1.texto_0.asp_22 .cont-texto .titulo{
        padding-bottom: 18px;
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 54px;
    }
}
@media(max-width: 590px){
    #texto1.texto_0.asp_22 .imagen1 {
        right: 230px;
    }
    #texto1.texto_0.asp_22 .imagen3 {
        width: 210px;
        height: 210px;
    }
}
@media(max-width: 555px){
    #texto1.texto_0.asp_22 .imagen5 {
        left: 140px;
    }
}
@media(max-width: 520px){
    #texto1.texto_0.asp_22 .imagen1 {
        right: 170px;
        width: 105px;
        padding: 38px 12px;
    }
    #texto1.texto_0.asp_22 .imagen2 {
        padding: 10px 10px;
        width: 75px;
    }
    #texto1.texto_0.asp_22 .imagen3 {
        width: 160px;
        height: 160px;
        top: -20%;
    }
    #texto1.texto_0.asp_22 .imagen4 {
        width: 152px;
        height: 182px;
    }
    #texto1.texto_0.asp_22 .imagen5 {
        width: 75px;
        padding: 5px;        
    }
}
@media(max-width: 423px){
    #texto1.texto_0.asp_22 .imagen1 {
        top: -50%;
    }
    #texto1.texto_0.asp_22 .imagen2 {
        top: -60%;
    }
    #texto1.texto_0.asp_22 .imagen3 {
        top: -40%;
    }
}

/* destacado */

#destacado1 .titulo{
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

#destacado1 .subtitulo{
    margin-top: 16px;
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}

#destacado1 .col_card{
    margin-top: 64px;
}

#destacado1 .navegacion{
    width: fit-content;
    margin: auto;
    margin-top: 16px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background-color: transparent;
    border: none;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-bottom: 64px;
}

#destacado1 .navegacion:hover{
    background-color: transparent;
    color: #000;
}

#destacado1 .swiper-destacados{
    padding-left: 15px;
    padding-right: 15px;
}

#destacado1 .swiper-wrapper{
    padding-bottom: 40px;
}

#destacado1 .swiper-pagination{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 96px;
}

#destacado1 .swiper-pagination .swiper-pagination-bullet{
    fill: var(--Primary-Black, #000);
    width: 8px;
    height: 8px;
}

#destacado1 .swiper-pagination .swiper-pagination-bullet-active{
    border-radius: 64px;
    background: var(--Primary-Orange, #EF7B11);
    width: 30px;
    height: 8px;
}

@media(max-width: 991px){
    #destacado1 .titulo{
        color: var(--Primary-Black, #000);
        text-align: center;
        font-family: "DM Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%; 
    }
}

/* card */
#card16{
    height: 100%;
}
#card16 .cont_titulo_card{
    /* height: 115px; */
    height: auto;
    margin: 0;
    text-transform: capitalize;
}
#card16 .cont_titulo_card .marca-modelo {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}
#card16 .cont_titulo_card .version-complemento {
    font-size: 18px;
    line-height: 100%;
    color: #5b5b5b;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#card16 .precios{
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 0px;
}

#card16 .precios .separador{
    display: block;
}

#card16 .precios .separador::after{
    content: '';
    width: 1px;
    height: 30px;
    border-color: #000;
    background-color: #000;
    margin: 0px 12px;
    display: block;
}

#card16 .contenedor-ocasion{
    top: 20px;
    left: 0;
    right: 0;
    transform: none;
    padding-left: 30px;
    justify-content: flex-start;
}

#card16 .contenedor-ocasion .ocasion{
    border-radius: 5px;
    background: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
    color: #000;
    padding: 4px 9px;
    position: static;
    width: fit-content;
    display: none;
}

#card16 .estado{
    width: 100%;
    bottom: 0;
    top:unset;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: black;
}

#card16 .cont_titulo_card .titulo-distintivo{
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 5px;
}

#card16 .cont_imagen{
    height: 290.64px;
}

#card16 .swiper-pagination-card{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 8px;
}

#card16 .swiper-pagination-bullet{
    background-color: var(--Primary-Black, #000);
    width: 8px;
    height: 8px;
}

#card16 .swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    border-radius: 64px;
    background: var(--Red, #EF7B11);
}

#card16 .cont_titulo_card .titulo-distintivo .distintivo{
    flex-shrink: 0;
    height: fit-content;
    margin: auto 0;
}

#card16 .contenido_card{
    padding: 12px;
    margin-bottom: auto;
}

#card16 .card_16{
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#card16 .imagenAmbiental{
    position: static;
    transform: none;
}

#card16 .detalles{
    justify-content: space-between;
    gap:8px;
}

#card16 .swiper-button-next::after{
    content: '';
}

#card16 .swiper-button-prev::after{
    content: '';
}

#card16 .swiper-button-prev, #card16 .swiper-button-next{
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--Light-Overlay-500, rgba(255, 255, 255, 0.40));
    border-radius: 200px;
    box-sizing: border-box;
}

#card16 .detalles .flex{
    flex-direction: row;
    gap: 8px;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    flex-wrap: wrap;
    display: block;
    text-align: center;
}

#card16 .botones{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

#card16 .botones .texto-km{
   font-weight: 700;
   font-size: 16px;
}

#card16 .card_16 a:hover, #card16 .card_16 a:focus, #card16 .card_16 a:active{
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

#card16 .botones .reserva{
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    color: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#card16 .botones .reserva:hover{
    background: white;
    color: black;
}

#card16 .botones .contacta{
    /* flex: 1; */
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    background: black;
    padding: 5px;
    border-radius: 6px;
}

#card16 .cont_titulo_card .titulo{
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    color: #000;
    padding-left: 0;
    height: fit-content;
    margin: auto 0;
}

#card16 .cont_titulo_card .subtitulo{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--Dark-Gray, var(--Dark-Gray, #382E2F));
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
    margin-left: 0;
    margin-top: 8px;
}

#card16 .precios .precio-contado .precio{
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* color: #928787; */
    color: white;
    background: black;
    padding: 0 5px;
    border-radius: 6px;
}

#card16 .precios .precio-contado .texto{
    white-space: nowrap;
}

#card16 .precios .precio-cuota{
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

#card16 .botones>a:first-child{
    display: none;
}
#card16 .full_width{
    /*height: 230px;*/
    /*aspect-ratio: 5 / 3;*/
    aspect-ratio: 16 / 12;
    height: auto;
    width: 100%;
}
#card16 .cont_imagen{
    aspect-ratio: 16 / 12;
}
#card16 .flexospacingxl,
#card16 .slider-2-section,
#card16 .swiper-container,
#card16 .img-responsive.full_width,
#card16 .cont_imagen{
    height: auto;
}
#card16 .texto-precio-tachado {
    background-color: var(--color-brand-primary);
    text-decoration: line-through;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    text-align: center;
}
#card16 .cont_imagen {
    position: relative;
    overflow: hidden;
}
#card16 .estado {
    position: absolute;
    top: 40%;
    left: -25%;
    width: 150%;
    background: var(--color-brand-primary);
    color: white;
    text-align: center;
    font-weight: bold;
    transform: rotate(-38deg);
    transform-origin: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    bottom: unset;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 25px;
}
#card16 .estado-opacidad .flextopspacingxl,
#card16 .estado-opacidad > a {
    opacity: 0.4;
}
@media(min-width: 992px) and (max-width: 1599px){
    #card16 .cont_titulo_card{
        /* height: 72px; */
    }
    #card16 .cont_titulo_card .titulo{
        font-size: 24px;
    }
    #card16 .precios .precio-cuota{
        font-size: 16px;
    }
    #card16 .precios .precio-contado .precio{
        font-size: 16px;
    }
    #card16 .card_16 hr{
        margin: 10px 0 !important;
    }
    #card16 .detalles{
        align-items: center;
    }
    #card16 .cont_imagen{
        height: 230px;
    }
    #card16 .detalles .flex{
        font-size: 12px;
        gap: 6px;
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    /* #card16 .botones{
        flex-direction: column;
        justify-content: center;
    } */
    #card16 .botones .reserva{
        font-size: 14px;

    }
    #card16 .botones .contacta{
        font-size: 14px;
    }
}

@media(max-width: 991px){
    #card16 .cont_imagen{
        /*height: 230px;*/
        aspect-ratio: 4 / 3;
        height: auto;
        width: 100%;
    }
    /* #card16 .cont_titulo_card .titulo{
        overflow: hidden;
        color: var(--Black, #000);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        align-self: stretch;
    }
    #card16 .cont_titulo_card .subtitulo{
        overflow: hidden;
        color: var(--Dark-Gray, var(--Dark-Gray, #382E2F));
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        align-self: stretch;
    }*/
    #card16 .imagenAmbiental{
        width: 32px;
        height: 32px;
    }
    #card16 .precios .precio-cuota{
        overflow: hidden;
        color: var(--Dark-Gray, var(--Dark-Gray, #382E2F));
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    #card16 .precios .precio-contado{
        /* overflow: hidden; */
        color: var(--Dark-Gray, var(--Dark-Gray, #382E2F));
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; 
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; */
    }
    #card16 .detalles .flex{
        color: var(--Black, #000);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }
    #card16 .botones .reserva{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    #card16 .botones .contacta{
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.28px;
    }
}

#texto1.texto_0.asp_37 .container{
    padding-right: 0;
    padding-left: 0;
}

#texto1.texto_0.asp_37 .row{
    margin: 0;
}

#texto1.texto_0.asp_37 .container-fluid{
    background-color: #000;
}

#texto1.texto_0.asp_37 .titulo{
    padding-bottom: 69px;
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; 
}

#texto1.texto_0.asp_37 .contenedor {
    display: flex;
    gap: 20px;
}

#texto1.texto_0.asp_37 .izquierda {
    flex: 1;
    height: 100%; 
    gap: 20px;
}

#texto1.texto_0.asp_37 .izquierda img {
    width: 100%;
    height: 680px;
    object-fit: cover; 
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: relative;
}

#texto1.texto_0.asp_37 .texto-img {
    position: absolute;
    bottom: 40px;
    left: 40px;
    overflow: hidden;
    color: var(--secondary-white-100, #FFF);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#texto1.texto_0.asp_37 .img-1 .texto-img{
    max-width: 400px;
}

#texto1.texto_0.asp_37 .derecha {
    display: flex;
    flex-direction: column;
    flex: 2;
    height: 100%;
    gap: 20px;
}

#texto1.texto_0.asp_37 .fila-superior {
    display: flex;
    width: 100%;
    height: 50%; 
    border-radius: 10px;
    gap: 20px;
}

#texto1.texto_0.asp_37 .img-1{
    position: relative;
}

#texto1.texto_0.asp_37 .img-1 img{
    position: relative;
    height: 718px;
    width: 520px;
}

#texto1.texto_0.asp_37 .fila-superior .img-2, 
#texto1.texto_0.asp_37 .fila-superior .img-3 {
    position: relative;
    height: 366px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

#texto1.texto_0.asp_37 .fila-superior img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

#texto1.texto_0.asp_37 .fila-inferior {
    display: flex;
    width: 100%;
    height: 50%;
    border-radius: 10px;
    position: relative;
}

#texto1.texto_0.asp_37 .fila-inferior img {
    width: 1100px;
    position: relative;
    height: 332px;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

#texto1.texto_0.asp_37 .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border-radius: 10px;
}

#texto1.texto_0.asp_37 .img-1 .hover-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, #EF7B11 0%, #EF7B11 100%), url(/img/tomeocasion826/servicios-home-1.jpg) lightgray 50% / cover no-repeat;
    background-blend-mode: normal, multiply, normal;
    
}

#texto1.texto_0.asp_37 .img-2 .hover-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, #EF7B11 0%, #EF7B11 100%), url(/img/tomeocasion826/servicios-home-2.jpg) lightgray 50% / cover no-repeat;
    background-blend-mode: normal, multiply, normal;
}

#texto1.texto_0.asp_37 .img-3 .hover-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, #EF7B11 0%, #EF7B11 100%), url(/img/tomeocasion826/servicios-home-3.jpg) lightgray 50% / cover no-repeat;
    background-blend-mode: normal, multiply, normal;
}

#texto1.texto_0.asp_37 .img-4 .hover-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.87%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(0deg, #EF7B11 0%, #EF7B11 100%), url(/img/tomeocasion826/servicios-home-4.jpg) lightgray 50% / cover no-repeat;
    background-blend-mode: normal, multiply, normal;
}

#texto1.texto_0.asp_37 .hover-overlay .text {
    padding: 20px 0;
    max-width: 400px;
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#texto1.texto_0.asp_37 .hover-overlay .texto-img-hover{
    overflow: hidden;
    color: var(--secondary-white-100, #FFF);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 30px;
}

#texto1.texto_0.asp_37 .hover-overlay a{
    letter-spacing: 0.32px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 2px solid var(--OFFwhite, #F3F2F2);
    width: fit-content;
    color: var(--FTome-Light-blue, #E8EBEF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

#texto1.texto_0.asp_37 .hover-overlay a:hover{
    background-color: #000;
}

#texto1.texto_0.asp_37 .img-1:hover .hover-overlay,
#texto1.texto_0.asp_37 .img-2:hover .hover-overlay,
#texto1.texto_0.asp_37 .img-3:hover .hover-overlay,
#texto1.texto_0.asp_37 .img-4:hover .hover-overlay {
    opacity: 1;
}

#texto1.texto_0.asp_37 .img-1:hover .texto-img,
#texto1.texto_0.asp_37 .img-2:hover .texto-img,
#texto1.texto_0.asp_37 .img-3:hover .texto-img,
#texto1.texto_0.asp_37 .img-4:hover .texto-img{
    display: none;
}

@media(max-width: 991px){
    #texto1.texto_0.asp_37 .contenedor{
        flex-direction: column;
        align-items: center;
    }
    #texto1.texto_0.asp_37 .fila-superior{
        flex-direction: column;
    }
    #texto1.texto_0.asp_37 .fila-superior .img-2, #texto1.texto_0.asp_37 .fila-superior .img-3{
        width: 100%;
    }
    #texto1.texto_0.asp_37 .titulo{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
    }
}

@media(max-width: 767px){
    #texto1.texto_0.asp_37 .fila-superior img{
        width: 349px;
        height: 349px;
    }
    #texto1.texto_0.asp_37 .fila-inferior img{
        width: 349px;
        height: 349px;
    }
    #texto1.texto_0.asp_37 .izquierda img{
        width: 349px;
        height: 349px;
    }
    #texto1.texto_0.asp_37 .texto-img{
        bottom: 30px;
        left: 20px;
    }
}

#texto1.texto_0.asp_42 .container-fluid{
    background-image: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 77.62%, rgba(0, 0, 0, 0.7) 100%), 
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 76.69%, rgba(0, 0, 0, 0.7) 100%), 
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 31.52%, rgba(0, 0, 0, 0.7) 58.39%),
    url(/img/tomeocasion826/bg-reviews-home.png);
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#texto1.texto_0.asp_42 .row{
    margin: 0;
}

#texto1.texto_0.asp_42 .container-fluid::before{
    position: absolute;
    right: 0;
    content: '';
    width: 490px;
    height: 738px;
    background: linear-gradient(0deg, #EF7B11 0%, #000 100%), linear-gradient(0deg, #EF7B11 0%, #000 91.79%);
}

#texto1.texto_0.asp_42 .container{
    padding-top: 159px;
    padding-bottom: 159px;
    padding-right: 0px;
    max-width: 1920px;
}

#texto1.texto_0.asp_42 .navigation{
    position: absolute;
    left: 40%;
    top: 10%;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}

#texto1.texto_0.asp_42 .swiper-button-prev{
    background-image: url(/img/tomeocasion826/review-arrow-left.svg);
    position: static;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--OFFwhite, #F3F2F2);
    border-radius: 200px;
    box-sizing: border-box; 
}

#texto1.texto_0.asp_42 .swiper-button-next{
    background-image: url(/img/tomeocasion826/review-arrow-right.svg);
    position: static;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--OFFwhite, #F3F2F2);
    border-radius: 200px;
    box-sizing: border-box; 
}

#texto1.texto_0.asp_42 .swiper-button-prev img{
    width: auto;  
    height: 100%;  
    max-width: 100%;  
    max-height: 100%;
}

#texto1.texto_0.asp_42 .swiper-button-next img{
    width: auto;  
    height: 100%; 
    max-width: 100%;  
    max-height: 100%;
}

#texto1.texto_0.asp_42 .swiper-button-prev::after{
    content: '';
}

#texto1.texto_0.asp_42 .swiper-button-next::after{
    content: '';
}

#texto1.texto_0.asp_42 .contenedor{
    display: flex;
    align-items: center;
    gap: 150px;
    position: relative;
    padding: 8px;
    border-radius: 200px;
}

#texto1.texto_0.asp_42 .contenedor .info{
    flex-direction: column;
    flex: 0 0 35%;
}

#texto1.texto_0.asp_42 .contenedor .info .titulo{
    padding-bottom: 16px;
    max-width: 510px;
    color: var(--secondary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
}

#texto1.texto_0.asp_42 .contenedor .info .texto{
    color: var(--secondary-white-100, #FFF);
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 60px;
    max-width: 510px;
}

#texto1.texto_0.asp_42 .card-google{
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #1D1D1D;    
    width: fit-content;
    gap: 32px;
}

#texto1.texto_0.asp_42 .card-google .left{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#texto1.texto_0.asp_42 .card-google .right{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#texto1.texto_0.asp_42 .card-google .left .numero{
    color: var(--secondary-white-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
}

#texto1.texto_0.asp_42 .card-google .right .estrellas{
    display: flex;
    align-items: center;
    justify-content: center;
}

#texto1.texto_0.asp_42 .card-google .right .basado{
    color: var(--secondary-white-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 136px;
}

#texto1.texto_0.asp_42 .swiper-reviews-home{
    flex: 0 65%;
    position: static;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review{
    border-radius: 10px;
    background: #1D1D1D;
    padding: 40px;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .superior{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .superior .texto-left{
    color: #EF7B11;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .superior .estrellas-right{
    display: flex;
    align-items: center;
    gap: 12px;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .superior .estrellas-right .numero{
        color: var(--Primary-Black, #000);
        text-align: center;
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        padding: 8px;
        width: 40px;  /* Añadido: Define un ancho fijo para asegurar que el elemento sea un círculo */
        height: 40px; /* Añadido: Igual al ancho para que la forma sea perfectamente redonda */
        display: flex; /* Añadido: Permite centrar el texto dentro del círculo */
        align-items: center; /* Añadido: Centra verticalmente el contenido */
        justify-content: center; /* Añadido: Centra horizontalmente el contenido */
        border-radius: 50%; /* Modificado: Se cambia de 200px a 50% para garantizar que el elemento sea circular */
        background: var(--primary-white-100, #FFF);    
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review hr{
    border-color: #27272A;
    margin: 42px 0;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .texto-review{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    line-height: 25px ;
    font-style: normal;
    font-weight: 400;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .nombre{
    color: var(--base-white, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#texto1.texto_0.asp_42 .swiper-reviews-home .card-review .rol{
    color: var(--gray-400, #A1A1AA);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

@media(max-width: 1920px){
    #texto1.texto_0.asp_42 .container{
        margin-right: 0;
    }
}

@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review .texto-review{
        font-size: 18px;
        line-height: 25px;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review{
        padding: 30px;
    }
    #texto1.texto_0.asp_42 .navigation{
        left: 40%;
    }
}

@media(max-width: 991px){
    #texto1.texto_0.asp_42 .container{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    #texto1.texto_0.asp_42 .navigation{
        display: none;
    }
    #texto1.texto_0.asp_42 .contenedor{
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
        gap: 48px;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home{
        width: 100%;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review{
        padding: 16px;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review .superior{
        justify-content: flex-end;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review .superior .texto-left{
        display: none;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review hr{
        margin: 24px 0;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review .texto-review{
        color: #FFF;
        font-family: "DM Sans";
        font-size: 18px;
        line-height: 25px;
        font-style: normal;
        font-weight: 400;
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review .nombre{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; 
    }
    #texto1.texto_0.asp_42 .swiper-reviews-home .card-review .rol{
        color: var(--Light-Gray, #CEC9C9);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_0.asp_42 .container .row>.col-xs-12{
        padding: 0;
    }
    #texto1.texto_0.asp_42 .contenedor .info .titulo{
        color: var(--secondary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
    }
    #texto1.texto_0.asp_42 .contenedor .info .texto{
        color: var(--secondary-white-100, #FFF);
        font-family: "Nunito Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; 
        padding-bottom: 32px;
    }
    #texto1.texto_0.asp_42 .container-fluid::before{
        background: none;
    }
}
#texto1.texto_0.asp_47{
    overflow: hidden;
}

#texto1.texto_0.asp_47 .container-fluid{
    border-radius: 10px;
    background: var(--Gray-4, #BDBDBD);
    max-width: 1794px;
    margin-top: 46px;
    margin-bottom: 150px;
    height: 470px;
}

#texto1.texto_0.asp_47 .contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#texto1.texto_0.asp_47 .cont-foto{
    flex: 1;
    position: relative;
}


#texto1.texto_0.asp_47 .cont-texto{
    flex: 1;
    display: flex;
    flex-direction: column;
}

#texto1.texto_0.asp_47 .cont-texto .titulo{
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px; 
    max-width: 620px;
    text-align: left;
}
@media(max-width: 1399px) {
    #texto1.texto_0.asp_47 .cont-texto .titulo {
        font-size: 44px;
        line-height: 48px;
    }
}
@media(max-width: 991px) {
    #texto1.texto_0.asp_47 .cont-texto .titulo {
        max-width: 445px;
    }
}
@media(max-width: 430px) {
    #texto1.texto_0.asp_47 .cont-texto .titulo {
        max-width: 250px;
    }
}
#texto1.texto_0.asp_47 .cont-texto .texto{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 34px;
    max-width: 620px;
}

#texto1.texto_0.asp_47 .cont-texto .enlace a{
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    padding: 14px 20px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
}

#texto1.texto_0.asp_47 .cont-texto .enlace a:hover{
    background: #FFF;
    color: #000;
    text-decoration: none;
}

#texto1.texto_0.asp_47 .cont-foto img{
    overflow: hidden;
    transform: translate(0%, 6%) scale(1);
}

@media(max-width: 991px){
    #texto1.texto_0.asp_47{
        padding: 0 15px;
    }
    #texto1.texto_0.asp_47 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_0.asp_47 .cont-foto img{
        overflow: hidden;
        transform: translate(0%, -17%) scale(1);
    }
    #texto1.texto_0.asp_47 .cont-texto{
        margin-bottom: -40px;
    }
    #texto1.texto_0.asp_47 .container{
        padding: 24px 16px 30px 16px;
    }
    #texto1.texto_0.asp_47 .cont-texto .titulo{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px; 
    }
    #texto1.texto_0.asp_47 .cont-texto .texto{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
    }
}
@media (max-width: 700px) {
    #texto1.texto_0.asp_47 .container-fluid {
        height: 555px;
    }
    #texto1.texto_0.asp_47 .cont-foto img{
        transform: translate(35%, 35%) scale(1.5);
    }
}

#calculadora_financiera_pipedrive label.switch .checkbox{
    display: none;
}

#calculadora_financiera_pipedrive .calcModalReservarModal .modal-header .modal-title{
    color: black;
}

#calculadora_financiera_pipedrive .calcModalReservarModal .enviar{
    border: 2px solid var(--Black, #000);
    background-color: transparent;
    color: #000;
}

#calculadora_financiera_pipedrive .calcModalReservarModal .container-iconos-reserva{
    background-color: transparent;
}

#calculadora_financiera_pipedrive .calcModalReservarModal .steps .step.active .step_info {
    background: var(--Primary-Orange, #EF7B11);    
}

#calculadora_financiera_pipedrive .calcModalReservarModal .steps .step::before{
    background-color:#000;
}

#calculadora_financiera_pipedrive .calcModalReservarModal .modificar{
    color: #000;
}

#calculadora_financiera_pipedrive .tab-content .detalles{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin: 15px;
}

#calculadora_financiera_pipedrive label.switch .texto{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#calculadora_financiera_pipedrive .texto-ahorro{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#calculadora_financiera_pipedrive .texto-ahorro .txt-naranja{
    color: var(--Primary-Orange, #EF7B11);
}

#calculadora_financiera_pipedrive .custom-check{
    width: 49px;
    height: 21px;
    position: relative;
    border-radius: 40px;
    background: var(--Primary-Orange, #EF7B11);
    display: block;
}

#calculadora_financiera_pipedrive .custom-check::after{
    content: " ";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition-duration: 0.3s;
}

#calculadora_financiera_pipedrive label.switch input:checked + .custom-check::after{
    left: unset;
    right: 2px;
}

#calculadora_financiera_pipedrive .switch input + .custom-check {
    background: #ccc; 
}


#calculadora_financiera_pipedrive .switch input:checked + .custom-check {
    background: #EF7B11; 
}


#calculadora_financiera_pipedrive label.switch{
    display: flex;
    gap: 8px;
    justify-content: center;
}


#calculadora_financiera_pipedrive .multiopcion{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 16px;
}

#calculadora_financiera_pipedrive  .precio-multiopcion {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 0 0 16px;
}

#calculadora_financiera_pipedrive .multiopcion .cuota {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    border-radius: 8px;
    background: var(--FTome-Orange, #EF7B11);
}

#calculadora_financiera_pipedrive .multiopcion .cuota .texto {
    color:  #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    text-align: center;
}

#calculadora_financiera_pipedrive .multiopcion .cuota .numero {
    color:  #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 105.556% */
}

#calculadora_financiera_pipedrive .multiopcion .container-info {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

#calculadora_financiera_pipedrive .multiopcion .container-info .condiciones{
    cursor: pointer;
    color: #000000;
}

@media(min-width: 992px) and (max-width: 1599px){
    #mapa_simple .container{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:1199px){

    #calculadora_financiera_pipedrive .multiopcion{
        grid-template-columns: 1fr;
    }
}


/* texto legal calculadora  */

#calculadora_texto_legal{
    background-color: #f7f6f5;
    padding: 100px 0;
}

#calculadora_texto_legal .texto{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

@media(max-width:991px){
    #calculadora_texto_legal{
        padding: 64px 0;
    }
}

#mapa_simple .container{
    padding-bottom: 0px;
}

#mapa_simple .container-links{
    width: fit-content;
    padding-top: 0;
}

#mapa_simple .container-links .boton-secundario{
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: 0;
}

#mapa_simple .dk-h4{
    color: var(--Primary-Black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#mapa_simple .dk-h6{
    color: var(--Primary-Orange, #EF7B11);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
}

#mapa_simple .tienda1{
    margin-bottom: 30px;
}

#mapa_simple .dk-p-small{
    color: var(--Primary-Black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mapa_simple .mapa{
    background-image: url(/img/tomeocasion826/mapa-simple.jpg);
    background-color: lightgray;
    background-position: 70% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    border-radius: 8px;
}

#mapa_simple .result.result-9{
    margin-top: 0;
}

#mapa_simple .info{
    border-radius: 8px;
    background: var(--secondary-white-100, #FFF);
    box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 44px;
    top: 141px;
    display: flex;
    width: 380px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#mapa_simple .cont-info{
    max-width: 1794px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: right;
}

@media (min-width: 1470px) {
    #mapa_simple .container {
        max-width: 1796px;
    }
}

@media(max-width: 1599px){
    #mapa_simple .info{
        right: 32px;
    }
}

@media(max-width: 991px){
    #calculadora_financiera_pipedrive .tab-content .detalles{
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* dos columnas iguales */
        gap: 10px;
        text-align: center;
    }
    #mapa_simple .mapa{
        background-size: cover;
        height: 510px;
        background-image: url(/img/tomeocasion826/mapa-simple.jpg);
    }
    #mapa_simple .info{
        width: 250px;
        top: 240px;
        right: 18px;
    }
}

/* footer */

#footer9 .legal{
    display: block;
}

#footer9 .inferior .menu-footer.legal{
    display: flex;
}

#footer9 .superior{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#footer9 .rrss{
    display: flex;
    align-items: center;
    gap: 12px;
}

#footer9 .rrss .icono{
    background: var(--Primary-Orange, #EF7B11);
    padding: 10px;
    border-radius: 50%;
}

#footer9 hr{
    border-color: #FFF;
    margin: 48px 0;
}

#footer9 .medio{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

#footer9 .medio .col{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

#footer9 .col-2 .menu-footer{
    flex-direction: column;
    margin: 0;
    gap: 12px;
}

#footer9 .col-2 .menu-footer li a{
    color: var(--OFFwhite, #F3F2F2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#footer9 .col-1 .logos{
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
}

#footer9 .col-3 p{
    margin-bottom: 0;
}

#footer9 .col p{
    margin-top: 20px;
    color: var(--OFFwhite, #F3F2F2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#footer9 .col .first{
    margin-top: 0;
    margin-bottom: 0;
}

#footer9 .col .titulo.second{
    margin-top: 32px;
}

#footer9 .col-3 .first{
    max-width: 312px;
}

#footer9 .col-3 p{
    max-width: 263px;
}

#footer9 .col .email{
    padding-bottom: 8px;
    color: var(--OFFwhite, #F3F2F2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#footer9 .col .telefono{
    color: var(--OFFwhite, #F3F2F2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#footer9 .medio .col .titulo{
    padding-bottom: 20px;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; 
    text-align: left;
}

#footer9 .inferior{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
}

#footer9 .inferior .inventario{
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

#footer9 .inferior .inventario .logo{
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 7px;
}

#footer9 .menu-footer.legal li a{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

@media(max-width: 991px){
    #footer9 .inferior{
        align-items: flex-start;
        padding: 0px;
    }
    #footer9 .inferior .inventario{
        align-items: flex-start;
    }
    #footer9 .medio .col .titulo{
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #footer9 .menu-footer.legal li a{
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
    }
    #footer9 .col-3 p{
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
    }
    #footer9 .menu-footer.legal li a{
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
    }
    #footer9 .medio{
        flex-direction: column;
        gap: 40px;
    }
    #footer9 .inferior{
        flex-direction: column;
    }
    #footer9 .menu-footer.legal{
        flex-direction: column;
        gap: 16px;
    }
    #footer9 .inferior .inventario{
        flex-direction: column;
    }
    #footer9 .superior{
        flex-direction: column;
        gap: 48px;
        align-items: center;
    }
    #footer9 .medio .col-1 .titulo{
        text-align: left;
    }
    #footer9 .col-1 .logos{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-items: center;
    }
    #footer9 .col-1{
        padding-bottom: 24px;
    }
    #footer9{
        padding: 0;
    }
    #footer9 .container{
        padding: 48px 23px;
    }
}

/* nuestro grupo */

#slider1 .opacidad_row{
    height: 100%;
    top: 0;
}

#slider1 .cont_texto{
    position: absolute;
    bottom: 180px;
    width: 55%;
}

@media(min-width: 992px) and (max-width: 1599px){
    #slider1 .title2{
        text-align: left;
    }
}

#slider1 .title1{
    margin-bottom: 8px;
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 40px;
    line-height: 42px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
}

#slider1 .title2{
    margin-top: 0px;
    text-align: left;
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}

#texto1.texto_16 .container-fluid{
    background-color: #fff;
}

#texto1.texto_16.asp_12 .titulo{
    color: var(--Primary-Black, #0A0C10);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    padding-top: 0px;
    max-width: 774px;
    margin: auto;
}

#texto1.texto_16.asp_12 .subtitulo{
    color: var(--Primary-Black, #0A0C10);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 774px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 99px;
}

#texto1.texto_16.asp_12 .grid-cards{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    margin-top: 60px;
}

#texto1.texto_16.asp_12 .card{
    display: flex;
    padding: 36px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    background: var(--Black, #000);
}

#texto1.texto_16.asp_12 .card .numero{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
}

#texto1.texto_16.asp_12 .card .texto{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#texto1.texto_16.asp_17{
    background-image: url(/img/tomeocasion826/asi-somos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity, normal;
}

#texto1.texto_16.asp_17 .container-fluid{
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 60px;
    padding-bottom: 60px;
}

#texto1.texto_16.asp_17 .titulo{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    margin: auto;
    max-width: 838px;
}

#texto1.texto_16.asp_17 .grid-card{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    height: 481px;
    padding-top: 64px;
}

#texto1.texto_16.asp_17 .grid-card .card{
    position: relative;
}

#texto1.texto_16.asp_17 .grid-card .card-2{
    border-radius: 8px;
}

#texto1.texto_16.asp_17 .grid-card-1 .card-1{
    background: url(/img/tomeocasion826/asi-somos-1.jpg) lightgray 50% / cover no-repeat;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#texto1.texto_16.asp_17 .grid-card-1 .card-2{
    border-radius: 8px;
    background: linear-gradient(108deg, #2F292A 1.81%, #68292E 83.94%);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#texto1.texto_16.asp_17 .grid-card-2 .card-1{
    border-radius: 8px;
    background: linear-gradient(288deg, #68292E 4.61%, #2F292A 97.45%);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#texto1.texto_16.asp_17 .grid-card-2 .card-2{
    background: url(/img/tomeocasion826/asi-somos-2.jpg) lightgray 50% / cover no-repeat;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#texto1.texto_16.asp_17 .grid-card-3 .card-1{
    background: url(/img/tomeocasion826/asi-somos-3.jpg) lightgray 50% / cover no-repeat;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#texto1.texto_16.asp_17 .grid-card-3 .card-2{
    border-radius: 8px;
    background: linear-gradient(108deg, #2F292A 1.81%, #68292E 83.94%);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#texto1.texto_16.asp_17 .grid-card .titulos{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#texto1.texto_16.asp_17 .grid-card .titulo-card{
    padding-bottom: 23px;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
}

#texto1.texto_16.asp_17 .grid-card .texto-card{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    text-align: left;
}

#formulario2{
    background-color: #F3F2F2;
}

#formulario2 .flex-checkbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#formulario2 textarea{
    background-color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    color: #fff;
    border: none;
    height: 208px;
}

#formulario2 input{
    background-color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    color: #fff;
    border: none;
    height: 56px;
}

#formulario2 input[type=checkbox]{
    height: auto;
}

#formulario2 select{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border: none;
    background-color: #fff;
    padding: 16px 32px;
    background-position: 97% 50%;
    border-radius: 12px;
    color: #0A0C10;
    background-repeat: no-repeat;
    appearance: none;
    background-image: url(/img/gestiomotorsrenov/arrow-select.svg);
    height: 58px;
}

#formulario2 input::placeholder{
    color: #0A0C10;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#formulario2 input, #formulario2 textarea, #formulario2 .dropdown .select-dropdown, #formulario2 .image-preview-input, #formulario2 select{
    margin-bottom: 24px;
    color: #000;
}

#formulario2 .flex-checkbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#formulario2 textarea::placeholder{
    color: #0A0C10;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#formulario2 .subtituloForm{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    max-width: 835px;
    margin: auto;
}

#formulario2.formulario_11 .subtituloForm{
    padding-bottom: 18px;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
}

#formulario2 .subtituloForm2{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: auto;
    max-width: 835px;
    margin-top: 16px;
}

#formulario2 .titulo_apartado_form{
    display: none;
}

#formulario2 #contactoFormCustom{
    width: 100%;
}

#formulario2 .checkbox{
    color: #fff;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#formulario2 .checkbox a{
    color: #fff;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#formulario2 .flex-checkbox label{
    color: #0A0C10;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#formulario2 .flex-checkbox label a{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #0A0C10;
}

#formulario2 .form-group label{
    display: none;
}

#formulario2 .enviar{
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid var(--Primary-Orange, #EF7B11);
    background: var(--Primary-Orange, #EF7B11);
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-top: 0;
}

#formulario2 .enviar:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
    border: none;
}

#formulario2 .row{
    margin-right: 0;
    margin-left: 0;
}

#texto1.texto_16.asp_27 .container-fluid{
    height: 830px;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 48.2%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/img/tomeocasion826/bg-end-page.jpg) lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#texto1.texto_16.asp_27 .titulo{
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
}

#texto1.texto_16.asp_27 .container{
    height: 100%;
}

#texto1.texto_16.asp_27 .row{
    height: 100%;
}

#texto1.texto_16.asp_27 .row>.col-xs-12{
    height: 100%;
    position: relative;
}

#texto1.texto_16.asp_27 .inferior{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#texto1.texto_16.asp_27 .inferior .subtitulo{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    margin-bottom: 8px;
}

#texto1.texto_16.asp_27 .inferior .texto{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding-bottom: 32px;
    max-width: 642px;
}

#texto1.texto_16.asp_27 .inferior a{
    border-radius: 10px;
    border: 1px solid var(--Red, #EF7B11);
    background: var(--Red, #EF7B11);
    padding: 14px 20px;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

#mapa_simple.mapa_simple_16 .container, #mapa_simple.mapa_simple_17 .container{
    padding-top: 0;
}

@media(max-width: 991px){
    #texto1.texto_16.asp_12 .grid-cards{
        grid-template-columns: repeat(1,1fr);
    }
    #texto1.texto_16.asp_17 .grid-card{
        grid-template-columns: repeat(1,1fr);
        height: 650px;
    }
    #texto1.texto_16.asp_17 .grid-card .titulos{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #texto1.texto_16.asp_17 .grid-card .card{
        border-radius: 8px;
    }
    #texto1.texto_16.asp_27 .titulo{
        display: none;
    }
    #texto1.texto_16.asp_27 .inferior{
        width: 100%;
        padding: 15px;
        transform: translateX(-50%);
        bottom: 30px;
    }
    #texto1.texto_16.asp_27 .inferior .subtitulo{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_16.asp_27 .inferior .subtitulo2{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_16.asp_27 .inferior .texto{
        text-align: center;
    }
    #formulario2 .flex-checkbox{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    #formulario2 .subtituloForm{
        font-size: 40px;
        line-height: normal;
    }
    #formulario2 .subtituloForm2{
        font-size: 18px;
        line-height: 26px;
    }
    #formulario2 select, #formulario2 input, #formulario2 textarea{
        padding: 15px;
    }
    #mapa_simple .mapa{
        background-position-y: 0%;
        background-position-x: 49%;
    }
}

/* postventa */


#texto1.texto_17.asp_12 .container-fluid{
    background-color: #F3F2F2;
}

#texto1.texto_17.asp_12 .container{
    padding-top: 72px;
    padding-bottom: 72px;
}

#texto1.texto_17.asp_12 .titulo{
    color: var(--Primary-Black, #0A0C10);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    max-width: 774px;
    margin: auto;
}

#texto1.texto_17.asp_12 .texto{
    color: var(--Primary-Black, #0A0C10);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 774px;
    margin: auto;
    padding-top: 16px;
}

@media(max-width: 991px){

    #texto1.texto_17.asp_12 .titulo{
        color: var(--Primary-Black, #0A0C10);
        text-align: center;
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_17.asp_12 .texto{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        align-self: stretch;
        overflow: hidden;
        color: var(--Primary-Black, #0A0C10);
        text-align: center;
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
    }
}

/* comerciales */

#link_contacto1{
    display: none; /* desactivado temporal */
}

#link_contacto1{
    top: 45%;
}

#link_contacto1 .body{
    border-radius: 0px 0px 0px 20px;
    border: 1px solid #F2F2F2;
    background: var(--Gray-6, #F2F2F2);
    backdrop-filter: blur(9px);
    border-top: none;
    padding: 24px;
    padding-top: 0;
}

#link_contacto1 .cabecera{
    border-radius: 20px 0px 0px 0px;
    border: 1px solid #F2F2F2;
    background: var(--Gray-6, #F2F2F2);
    backdrop-filter: blur(9px);
    border-bottom: none;
    position: relative;
    padding: 24px;
    padding-bottom: 0;
}

#link_contacto1 .cabecera h2{
    margin: 0;
    margin-top: 42px;
    text-align: left;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
}

#link_contacto1 .cabecera p{
    margin-top: 8px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    text-align: left;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

#link_contacto1 .cabecera svg{
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

#link_contacto1 .body .fondo{
    border-radius: 20px;
    background: var(--Gray-6, #F2F2F2);
    align-items: center;
    margin-top: 10px;
    padding: 10px;
}

#link_contacto1 .body .fondo .col-md-3{
    padding: 0;
}

#link_contacto1 .body .fondo .col-md-9{
    padding: 0;
}

#link_contacto1 .body .fondo .nombre-comercial{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

#link_contacto1 .body .fondo .encargo-comercial{
    color: #fff;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#link_contacto1 .body .fondo .foto-comercial{
    padding-right: 17px;
}

#link_contacto1 .body .fondo .texto-comercial a{
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
#link_contacto1 .body .fondo .texto-comercial p{
    margin-bottom: 0px;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
#link_contacto1 .body .fondo .texto-comercial h3{
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#link_contacto1 .box{
    width: 332px;
    margin-right: -20px;
    transform: translate(0px, -165px);
}

#link_contacto1 .chatComercial{
    top: 25px;
    right: -10px;
    position: absolute;
    transform: translate(50%, -70%) rotate(-90deg);
}

#link_contacto1 .chatComercial .header .texto{
    bottom: unset;
    left: unset;
    padding: 20px 8px 20px 12px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid var(--primary-white-100, #FFF);
    background: var(--Gray-6, #F2F2F2);
    backdrop-filter: blur(9px);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    color: var(--Primary-Black, #000);
}

#link_contacto1 .chatComercial .header .texto img{
    transform: rotate(90deg);
    height: 30px;
    width: 37px;
}
@media (max-width: 700px) {
    #link_contacto1{
        display: none;
    }
}

/* tasacion */

#slider1.slider_12 .container-fluid{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.76%, rgba(0, 0, 0, 0.20) 92.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/img/tomeocasion826/hero-tasacion.jpg) lightgray -69.635px -63.447px / 108.29% 159.875% no-repeat;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#tasacion1 .subtituloForm, #tasacion1 .archivos_adjuntos label{
    color: var(--Text-500, #000);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; 
    margin-bottom: 32px;
}

#tasacion1 .form-group label{
    display: none;
}

#tasacion1 .form-group{
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

#tasacion1 .container-fluid{
    background: var(--Primary-OFFwhite, #F7F6F5);
}

#tasacion1 input{
    border-radius: 8px;
    height: 56px;
    padding: 16px 32px;
    box-shadow: none;
    border: none;
    background-color: #fff;
}

#tasacion1 textarea{
    border-radius: 8px;
    height: 150px;
    padding: 16px 32px;
    box-shadow: none;
    border: none;
    background-color: #fff;
}

#tasacion1 .dropdown{
    border-radius: 8px;
    height: 56px;
    padding: 16px 32px;
    box-shadow: none;
    border: none;
    background-color: #fff;
}

#tasacion1 .dropdown .select-dropdown:hover, #tasacion1 .dropdown .select-dropdown:focus{
    background-color: #fff;
    border-color: #fff;
}

#tasacion1 .input_imagen .form-group{
    background-color: #fff;
    border-color: #fff;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    padding: 0;
    border-radius: 10px;
    padding: 0px 10px;
}

#tasacion1 .dropdown .select-dropdown{
    background-color: #fff;
    border-color: #fff;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    padding: 0;
}

#tasacion1 .image-preview-input{
    padding: 16px 16px;
    width: fit-content;
    border-radius: 8px !important;
    border: none;
    background: none;
    width: 70px;
    height: 70px;
}

#tasacion1 .contDatos{
    margin-top: 20px;
}

#tasacion1 input::placeholder{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#tasacion1 textarea::placeholder{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
}

#tasacion1 .input-group-btn{
    width: 20%;
}

#tasacion1 .form-control[disabled]{
    border-radius: 8px !important;
    background-color: #00000000;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#tasacion1 .image-preview-input-title{
    margin-left: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    gap: 3px;
}

#tasacion1 .checkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

#tasacion1 .checkbox label a{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #000;
}

#tasacion1 .checkbox label{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #000;
}

#tasacion1 .input_imagen .form-group label{
    display: flex;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 26px; 
}

#tasacion1 .checkbox input{
    height: auto;
}

#tasacion1 .btn-buscar{
    margin-top: 0;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#tasacion1 .btn-buscar:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
}

#tasacion1 input,
#tasacion1 textarea,
#tasacion1 .dropdown,
#tasacion1 label {
    width: 100%;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

#tasacion1 input[type=checkbox]{
    width: auto;
}

@media(max-width: 991px){
    #tasacion1 .checkbox{
        gap: 30px;
    }
    #slider1.slider_12 .container-fluid{
        background-position: 30% 0%;
    }
    #tasacion1 .input-group-btn{
        width: 30%;
    }
    #tasacion1 .image-preview-input{
       width: 60px;
       height: 60px;
    }
}

#texto1.texto_12.asp_12 .container-fluid{
    position: relative;
    background-color: #fff;
}

#texto1.texto_12.asp_12 .container-fluid::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 341px;
    height: 100%;
    background: var(--FTome-Orange, #EF7B11);
}

#texto1.texto_12.asp_12 .contenedor{
    display: flex;
    gap: 82px;
}

#texto1.texto_12.asp_12 .cont-fotos{
    flex: 1;
    position: relative;
}

#texto1.texto_12.asp_12 .cont-fotos img.fondo{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 33%);
    border-radius: 10px;
}

#texto1.texto_12.asp_12 .cont-fotos img{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 70%) scale(1.1);
}

#texto1.texto_12.asp_12 .cont-texto{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

#texto1.texto_12.asp_12 .container{
    padding-top: 200px;
    padding-bottom: 160px;
}

#texto1.texto_12.asp_12 .cont-texto .titulo{
    color: var(--Primary-Black, #0A0C10);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; 
    max-width: 511px;
    text-align: left;
}

#texto1.texto_12.asp_12 .cont-texto .texto{
    max-width: 474px;
    display: -webkit-box;
    max-width: 511px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_12.asp_12 .cont-texto .texto.todo{
    -webkit-line-clamp: unset;
}

#texto1.texto_12.asp_12 .cont-texto .leer-mas{
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    text-align: left;
    border: 0px;
    background: none;
}

#texto1.texto_12.asp_12 .cont-texto .enlace{
    margin-top: 15px;
}

#texto1.texto_12.asp_12 .cont-texto .enlace a{
    border-radius: 10px;
    border: 2px solid var(--Black, #000);
    padding: 14px 20px;
    letter-spacing: 0.32px;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media(max-width: 991px){
    #texto1.texto_12.asp_12 .contenedor{
        flex-direction: column;
        gap: 152px;
    }
    #texto1.texto_12.asp_12 .container-fluid::before{
        background: none;
    }
    #texto1.texto_12.asp_12 .cont-fotos img{
        overflow: hidden;
        transform: translate(-45%, 65%) scale(0.9);
    }
    #texto1.texto_12.asp_12 .cont-fotos img.fondo {
        transform: translate(-50%, 50%);
    }
    #texto1.texto_12.asp_12 .container{
        padding-bottom: 48px;
    }
    #texto1.texto_12.asp_12 .cont-texto .titulo{
        color: var(--Primary-Black, #0A0C10);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 100px;
    }
    #texto1.texto_12.asp_12 .cont-texto .texto{
        overflow: hidden;
        color: var(--Primary-Black, #0A0C10);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_12.asp_12 .cont-texto .enlace a{
        color: var(--FTome-Black, #000);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
}

@media(max-width: 550px){
    #texto1.texto_12.asp_12 .cont-texto .titulo{
        margin-top: 0;
    }
}
@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_12.asp_12 .contenedor{
        gap: 152px;
    }
}

#newsletter1{
    border-radius: 10px;
    height: 418px;
    margin-bottom: 45px;
    background-color: #FFF;
}

#newsletter1 .container{
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 54.88%, rgba(0, 0, 0, 0.60) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url(/img/tomeocasion826/bg-tasacion.png) lightgray 50% / cover no-repeat;
    height: 418px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}

#newsletter1 .cont-texto{
    margin-left: 30px;
}

#newsletter1 .titulo{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    text-align: left;
    margin-bottom: 20px;
}

#newsletter1 .texto{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#newsletter1 .input-group {
    display: flex;
    max-width: 350px;
    background: white;
    border-radius: 8px;
    overflow: visible;
    color:#000;
}

#newsletter1 .input-group input {
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    flex: 1;
    border-radius: 10px;
    background: var(--primary-white-100, #FFF);
}

#newsletter1 .input-group input:focus {
    outline: none;
}

#newsletter1 .input-group .btn {
    display: flex; 
    align-items: center;
    justify-content: right; 
    background: none;
    border: none;
    margin-right: -15px;
}

#newsletter1 .input-group .btn img {
    width: 40px;  
    height: 40px; 
    display: flex;
    align-items: center; 
    justify-content: center;
    border-radius: 50%;
    background: var(--Primary-Orange, #EF7B11);
    border: none;
    padding: 8px;
}

#newsletter1 .newsletter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    gap: 20px;
}
  
#newsletter1 .newsletter-texto {
    flex: 1 1 60%;
    max-width: 60%;
}
  
#newsletter1 .newsletter-form {
    flex: 1 1 35%;
    max-width: 35%;
    color: white;
}
  
#newsletter1 .newsletter-form .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
}
  
#newsletter1 .input-group {
    display: flex;
    border-radius: 8px;
    background: #fff;
}
  
#newsletter1 .input-group input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 16px;
    outline: none;
}

@media (max-width: 991px) {
    #newsletter1 .newsletter-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }
  
    #newsletter1 .newsletter-texto,
    #newsletter1 .newsletter-form {
      max-width: 100%;
      flex: 1 1 100%;
    }
  
    #newsletter1 .newsletter-form {
      margin-top: 20px;
    }
    #newsletter1 .titulo{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px; 
    }
    #newsletter1 .texto{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
}  

/* Financiacion */

#slider1.slider_17 .container-fluid{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.76%, rgba(0, 0, 0, 0.20) 92.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/img/tomeocasion826/hero-financiacion.jpg) lightgray -69.635px -63.447px / 108.29% 159.875% no-repeat;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#formulario2 .container-fluid{
    padding: 0;
}

#formulario2.form-fixed{
    position: fixed;
    top: 150px;
    right: calc((100% - 1680px) / 2);
    z-index: 10;
    max-width: 525px;
    padding: 0;
    border-radius: 20px;
}

#formulario2.form-fixed .container{
    width: 100%;
    border-radius: 20px;
}

#formulario2.form-fixed .subtituloForm{
    color: #000;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; 
    margin-top: -40px;
    margin-bottom: -15px;
}

#formulario2.form-fixed .subtituloForm2{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    display: none;
}

#formulario2.form-fixed #contactoFormCustom{
    margin-top: 24px;
}

#formulario2.form-fixed #contactoFormCustom .form-group{
    margin-bottom: 12px;
}

#formulario2.form-fixed #contactoFormCustom .form-control{
    margin: 0;
}

#formulario2.form-fixed #contactoFormCustom textarea.form-control{
    height: 96px;
}

#formulario2.form-fixed .text-center {
    width: fit-content;
}

#formulario2.form-fixed .enviar{
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid var(--Primary-Orange, #EF7B11);
    background: var(--Primary-Orange, #EF7B11);
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-top: 0px;
}

#formulario2.form-fixed .enviar:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
    border: none;
}

#formulario2.form-fixed .cont-enviar{
    width: 95%;
    margin: auto;
}


#formulario2.form-fixed #abrirForm,
#formulario2.form-fixed #cerrarForm{
   display:none;
}

@media(max-width:1699px){
    #formulario2.form-fixed{
        right: calc((100% - 1480px) / 2);
    }
    #formulario2.form-fixed{
        max-width: 390px;
    }
}

@media(max-width:1499px){
    #formulario2.form-fixed{
        right: calc((100% - 1170px) / 2);
    }
}

@media(max-width:1199px){
    #formulario2.form-fixed{
        right: 30px
    }
}

@media(max-width:991px){
    #formulario2.form-fixed{
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        right: 0;
    }

    #formulario2.form-fixed.open-form {
        max-height: 100vh;
        overflow-y: scroll;
        z-index:999;
    }

    #formulario2.form-fixed .container{
        border-radius: 0;
        background: var(--Primary-OFFwhite, #F7F6F5);
    }

    #formulario2.form-fixed .formContactoContainer{
        display: none;
    }

    #formulario2.form-fixed #abrirForm{
        appearance: none;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        height: 45px;
        padding: 16px 20px;
        border-radius: 16px;
        background: var(--Primary-OFFwhite, #F7F6F5);
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 auto;
    }

    #formulario2.form-fixed #cerrarForm{
        appearance: none;
        background:none;
        border: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto;
        position: relative;
        z-index: 1;
    }
}

@media(max-width:767px){
    #formulario2.form-fixed #abrirForm{
      width: 100%;
    }
}

#texto1.texto_17.asp_17 .container-fluid{
    background-color: #fff;
}

#texto1.texto_17.asp_17 .contenedor{
    display: flex;
    gap: 102px;
    width: 100%;
    height: 100%; 
}

#texto1.texto_17.asp_17 .cont-texto{
    display: flex;
    flex-direction: column;
    flex: 0 65%;
    overflow: hidden;
}

#texto1.texto_17.asp_17 .cont-texto .titulo{
    position: relative;
    text-align: left;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
}

#texto1.texto_17.asp_17 .cont-texto .titulo svg{
    position: absolute;
    top: 0;
}

#texto1.texto_17.asp_17 .cont-texto .texto{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#texto1.texto_17.asp_17 .cont-texto .texto.todo{
    -webkit-line-clamp: unset;
}

#texto1.texto_17.asp_17 .cont-texto .titulo-cards{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    padding-top: 42px;
    padding-bottom: 14px;
}

#texto1.texto_17.asp_17 .swiper-reserva-home{
    width: 100%;
    padding-bottom: 60px;
}

#texto1.texto_17.asp_17 .swiper-reserva-home .swiper-wrapper{
    padding-bottom: 0px;
}

#texto1.texto_17.asp_17 .swiper-reserva-home .swiper-slide{
    border-radius: 10px;
    background: var(--OFFwhite, #F3F2F2);
    padding: 16px;
}

#texto1.texto_17.asp_17 .swiper-reserva-home .titulo-card{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
    color: #000;
    padding-top: 20px;
}

#texto1.texto_17.asp_17 .container{
    padding-top: 175px;
    padding-bottom: 0;
}

#texto1.texto_17.asp_17 .swiper-reserva-home .texto-card{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 4px;
}

#texto1.texto_17.asp_17 .swiper-reserva-home .swiper-pagination-bullet{
    border-radius: 64px;
    width: 8px;
    height: 8px;
    background: var(--Black, #000);
    opacity: 1;
}

#texto1.texto_17.asp_17 .swiper-reserva-home .swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    background: var(--Primary-Orange, #EF7B11);
}

#texto1.texto_17.asp_17 .cont-texto .leer-mas {
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    border: none;
    text-align: left;
    background: none;
    margin-bottom: 42px;
}

#texto1.texto_17.asp_17 .cards-reserva-home {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
  
  #texto1.texto_17.asp_17 .cards-reserva-home .card {
    flex: 1 1 calc(25% - 15px); 
    border-radius: 10px;
    background: var(--OFFwhite, #F3F2F2);
    padding: 16px;
    box-sizing: border-box;
  }
  
  @media(max-width: 991px) {
    #texto1.texto_17.asp_17 .cards-reserva-home .card {
      flex: 1 1 100%; 
    }
  }
  

@media(max-width: 991px){
    #texto1.texto_17.asp_17 .container{
        padding-top: 125px;
        padding-bottom: 35px;
    }
    #texto1.texto_17.asp_17 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_17.asp_17 .cont-texto .titulo svg{
        display: none;
    }
    #texto1.texto_17.asp_17 .cont-texto .titulo{
        padding-bottom: 18px;
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 54px;
    }
}

#texto1.texto_17.asp_32{
    overflow: hidden;
}

#texto1.texto_17.asp_32 .container-fluid{
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url(/img/tomeocasion826/fonodo-coche-flotante-listado.png) lightgray 50% / cover no-repeat;
    max-width: 1794px;
    margin-top: 46px;
    margin-bottom: 150px;
    height: 570px;
}

#texto1.texto_17.asp_32 .contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#texto1.texto_17.asp_32 .cont-foto{
    flex: 1;
    position: relative;
}


#texto1.texto_17.asp_32 .cont-texto{
    flex: 1;
    display: flex;
    flex-direction: column;
}

#texto1.texto_17.asp_32 .cont-texto .titulo{
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px; 
    margin-bottom:40px;
    text-align: left;
}
#texto1.texto_17.asp_32 .cont-texto .texto{
    text-align: left;
    color: var(--primary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 40px;
}

#texto1.texto_17.asp_32 .cont-texto .enlace a{
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    padding: 14px 20px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
}

#texto1.texto_17.asp_32 .cont-texto .enlace a:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
}

#texto1.texto_17.asp_32 .cont-foto img{
    overflow: hidden;
    transform: translate(0%, 25%) scale(1);
}
@media(max-width: 1399px) {
    #texto1.texto_17.asp_32 .cont-texto .titulo {
        max-width: 400px;
    }
}
@media(max-width: 430px) {
    #texto1.texto_17.asp_32 .cont-texto .titulo {
        max-width: 250px;
    }
}
@media(max-width: 991px){
    #texto1.texto_17.asp_32{
        padding: 0 15px;
    }
    #texto1.texto_17.asp_32 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_17.asp_32 .cont-foto img{
        overflow: hidden;
        transform: translate(0%, 17%) scale(1);
    }
    #texto1.texto_17.asp_32 .cont-texto{
        margin-bottom: -40px;
    }
    #texto1.texto_17.asp_32 .container{
        padding: 24px 16px 30px 16px;
    }
    #texto1.texto_17.asp_32 .cont-texto .titulo{
        color: var(--primary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px;
    }
}
@media (max-width: 700px) {
    #texto1.texto_17.asp_32 .container-fluid {
        height: 500px;
    }
    #texto1.texto_17.asp_32 .cont-foto img{
        transform: translate(20%, 0%) scale(1.5);
    }
}
@media (max-width: 500px) {
    #texto1.texto_17.asp_32 .cont-foto img{
        transform: translate(20%, 20%) scale(1.5);
    }
}
#texto1.texto_17.asp_22 .container-fluid {
    padding-bottom: 100px;
    background: none;
}
#texto1.texto_17.asp_22 .container-imgs {
    width: 100%;
    max-width: 400px;
    padding-right: 95px;
    position: relative;
    padding-bottom: 147px;
    height: 550px;
}
#texto1.texto_17.asp_22 .container-imgs .imagen2 {
    height: 472px;
    width: 100%;
    max-width: 389px;
    border-radius: 20px;
    object-fit: cover;
    height: 500px;
}
#texto1.texto_17.asp_22 .container-imgs img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}
#texto1.texto_17.asp_22 .container-imgs img.imagen1 {
    z-index: 3;
    bottom: inherit;
    width: 200px;
    right: -45px;
    bottom: -140px;
    height: auto;
    aspect-ratio: 1 / 1;
}
#texto1.texto_17.asp_22 .container-imgs-texto {
    display: flex;
    gap: 65px;
}
#texto1.texto_17.asp_22 .texto {
    overflow: hidden;
    text-overflow: ellipsis;
}
#texto1.texto_17.asp_22 .container-txt {
    width: 100%;
    max-width: 530px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-bottom: 150px;
}
#texto1.texto_17.asp_22 .container-txt > div {
    width: 100%;
    max-width: 530px;
    height: fit-content;
}
#texto1.texto_17.asp_22 .container-txt .titulo {
    padding-bottom: 37px;
    text-align:left;
    padding-top: 60px;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
#texto1.texto_17.asp_22 .container-txt .texto {
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
#texto1.texto_17.asp_22 .container-txt .leer-mas {
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    border: none;
    text-align: left;
    background: none;
}


@media(max-width:1499px){

    #texto1.texto_17.asp_22 .container-imgs-texto{
        gap: 32px;
        width: 66.66%;
    }
    #texto1.texto_17.asp_22 .container-imgs .imagen2{
        max-width: 100%;
    }
}

@media(max-width:1199px){
    #texto1.texto_17.asp_22 .container-imgs-texto{
        flex-direction: column;
    }
     #texto1.texto_17.asp_22 .container-imgs {
        order: -1; 
        height: 300px;
    }

    #texto1.texto_17.asp_22 .container-txt {
        order: 1;
        padding-bottom: inherit;
    }
    #texto1.texto_17.asp_22 .container-imgs-texto{
        width: 100%;
        gap: 150px;
    }

    #texto1.texto_17.asp_22 .container-txt .titulo{
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 16px;
    }
    #texto1.texto_17.asp_22 .container-imgs img.imagen1 {
        right: -85px;
    }
    #texto1.texto_17.asp_22 .container-imgs .imagen2 {
        height: 330px;
        left: 40px;
    }

}
@media (max-width: 599px) {
    #texto1.texto_17.asp_22 .container-imgs {
        max-width: 350px;
    }
}
@media (max-width: 550px) {
    #texto1.texto_17.asp_22 .container-imgs {
        max-width: 300px;
    }
}

@media (max-width: 400px) {
    #texto1.texto_17.asp_22 .container-imgs {
        max-width: 300px;
    }
    #texto1.texto_17.asp_22 .container-imgs img.imagen2 {
        right: inherit;
        left: 0;
    }
    #texto1.texto_17.asp_22 .container-imgs img.imagen1 {
        right: -40px;
    }
}

#texto1.texto_17.asp_27 .container-fluid {
    padding-top: 100px;
    background: none;
}
#texto1.texto_17.asp_27 .container-imgs {
    width: 100%;
    max-width: 400px;
    padding-right: 95px;
    position: relative;
    padding-bottom: 147px;
}
#texto1.texto_17.asp_27 .container-imgs .imagen2 {
    height: 472px;
    width: 100%;
    max-width: 389px;
    border-radius: 20px;
    object-fit: cover;
}
#texto1.texto_17.asp_27 .container-imgs img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}
#texto1.texto_17.asp_27 .container-imgs img.imagen1 {
    z-index: 3;
    bottom: inherit;
    top: -200px;
    left: -45px;
    right: auto;
}
#texto1.texto_17.asp_27 .container-imgs-texto {
    display: flex;
    gap: 65px;
}
#texto1.texto_17.asp_27 .texto {
    overflow: hidden;
    text-overflow: ellipsis;
}
#texto1.texto_17.asp_27 .container-txt {
    width: 100%;
    max-width: 530px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-bottom: 150px;
}
#texto1.texto_17.asp_27 .container-txt > div {
    width: 100%;
    max-width: 530px;
    height: fit-content;
}
#texto1.texto_17.asp_27 .container-txt .titulo {
    padding-bottom: 37px;
    text-align:left;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; 
}
#texto1.texto_17.asp_27 .container-txt .texto {
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#texto1.texto_17.asp_27 .container-txt .leer-mas {
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border: none;
    background: none;
}


@media(max-width:1499px){

    #texto1.texto_17.asp_27 .container-imgs-texto{
        gap: 32px;
        width: 66.66%;
    }
    #texto1.texto_17.asp_27 .container-imgs .imagen2{
        max-width: 100%;
    }
    #texto1.texto_17.asp_27 .container-imgs img.imagen1 {
        top: -100px;
    }
}

@media(max-width:1199px){
    #texto1.texto_17.asp_27 .container-imgs-texto{
        flex-direction: column;
    }
     #texto1.texto_17.asp_27 .container-imgs {
        order: -1; 
    }

    #texto1.texto_17.asp_27 .container-txt {
        order: 1;
        padding-bottom: inherit;
    }
    #texto1.texto_17.asp_27 .container-imgs img.imagen1 {
        top: inherit;
        top: -350px;
        left: inherit;
    }
    #texto1.texto_17.asp_27 .container-imgs-texto{
        width: 100%;
    }

    #texto1.texto_17.asp_27 .container-txt .titulo{
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 16px;
    }

    #texto1.texto_17.asp_27 .container-imgs .imagen2 {
        height: 330px;
        left: 40px;
    }
    #texto1.texto_17.asp_27 .container-fluid {
        padding-top: 250px;
    }

}

@media (max-width: 770px) {
    #texto1.texto_17.asp_27 .container-fluid {
        padding-top: 350px;
    }
}
@media (max-width: 599px) {
    #texto1.texto_17.asp_27 .container-imgs {
        max-width: 350px;
    }
}
@media (max-width: 550px) {
    #texto1.texto_17.asp_27 .container-imgs {
        max-width: 300px;
    }
}


/* Garantia */

#slider1.slider_18 .container-fluid{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.15%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/img/tomeocasion826/hero-garantia.jpg) lightgray 0px -335px / 100% 258.462% no-repeat;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#texto1.texto_18.asp_12 .container-fluid{
    position: relative;
    background-color: #fff;
}

#texto1.texto_18.asp_12 .container-fluid::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 341px;
    height: 100%;
    background: var(--FTome-Orange, #EF7B11);
}

#texto1.texto_18.asp_12 .contenedor{
    display: flex;
    gap: 82px;
}

#texto1.texto_18.asp_12 .cont-fotos{
    flex: 1;
    position: relative;
}

#texto1.texto_18.asp_12 .cont-fotos img.fondo{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 33%);
    border-radius: 10px;
}

#texto1.texto_18.asp_12 .cont-fotos img{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 70%) scale(1.1);
}

#texto1.texto_18.asp_12 .cont-texto{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

#texto1.texto_18.asp_12 .container{
    padding-top: 200px;
    padding-bottom: 160px;
}

#texto1.texto_18.asp_12 .cont-texto .titulo{
    color: var(--Primary-Black, #0A0C10);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; 
    max-width: 511px;
    text-align: left;
}

#texto1.texto_18.asp_12 .cont-texto .texto{
    max-width: 474px;
    max-width: 511px;
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_18.asp_12 .cont-texto .leer-mas{
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    text-align: left;
    border: 0px;
    background: none;
}

#texto1.texto_18.asp_12 .cont-texto .enlace{
    margin-top: 15px;
}

#texto1.texto_18.asp_12 .cont-texto .enlace a{
    border-radius: 10px;
    border: 2px solid var(--Black, #000);
    padding: 14px 20px;
    letter-spacing: 0.32px;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media(max-width: 991px){
    #texto1.texto_18.asp_12 .contenedor{
        flex-direction: column;
        gap: 152px;
    }
    #texto1.texto_18.asp_12 .container-fluid::before{
        background: none;
    }
    #texto1.texto_18.asp_12 .cont-fotos img{
        overflow: hidden;
        transform: translate(-45%, 65%) scale(0.9);
    }
    #texto1.texto_18.asp_12 .cont-fotos img.fondo {
        transform: translate(-50%, 50%);
    }
    #texto1.texto_18.asp_12 .container{
        padding-bottom: 48px;
    }
    #texto1.texto_18.asp_12 .cont-texto .titulo{
        color: var(--Primary-Black, #0A0C10);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 100px;
    }
    #texto1.texto_18.asp_12 .cont-texto .texto{
        overflow: hidden;
        color: var(--Primary-Black, #0A0C10);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_18.asp_12 .cont-texto .enlace a{
        color: var(--FTome-Black, #000);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
}

@media(max-width: 550px){
    #texto1.texto_18.asp_12 .cont-texto .titulo{
        margin-top: 0;
    }
}
@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_18.asp_12 .contenedor{
        gap: 152px;
    }
}

#texto1.texto_18.asp_17 .contenedor {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-color: #fff;
}
  
#texto1.texto_18.asp_17 .cont-fotos {
    margin-right: 40px;
}

#texto1.texto_18.asp_17 .cont-fotos .fondo {
    object-fit: cover;
    border-radius: 12px;
    display: block;
    height: 490px;
    width: 407px;
}

#texto1.texto_18.asp_17 .cont-fotos img:not(.fondo) {
    position: absolute;
    height: 336px;
    width: 310px;
    top: 7%;
    left: 76%;
}
  
#texto1.texto_18.asp_17 .cont-texto {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 35%;
}
  
#texto1.texto_18.asp_17 .titulo {
    color: var(--Black, #1E1D1A);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; 
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
  
#texto1.texto_18.asp_17 .texto {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 8;
    overflow: hidden;
    color: var(--Black, #1E1D1A);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

#texto1.texto_18.asp_17 .cont-texto .texto.todo{
    -webkit-line-clamp: unset;
}
  
#texto1.texto_18.asp_17 .leer-mas {
    border: none;
    background: none;
    text-align: left;
    overflow: hidden;
    color: var(--Black, #1E1D1A);
    text-overflow: ellipsis;
        font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#texto1.texto_18.asp_17 .enlace {
    margin-top: 15px;
}
  
#texto1.texto_18.asp_17 .enlace a {
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    color: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
} 

#texto1.texto_18.asp_17 .enlace a:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
}

@media(max-width: 1200px){
    #texto1.texto_18.asp_17 .cont-fotos {
        margin-right: 0;
        margin-top: 70px;
    }
    
    #texto1.texto_18.asp_17 .cont-fotos .fondo {
        object-fit: cover;
        border-radius: 10px;
        display: block;
        width: 322px;
        height: 358px;
    }
    
    #texto1.texto_18.asp_17 .cont-fotos img:not(.fondo) {
        position: absolute;
        width: 237px;
        height: 246px;
        top: 9%;
        left: 30%;
    }
      
    #texto1.texto_18.asp_17 .cont-texto {
        width: 100%;
    }
      
    #texto1.texto_18.asp_17 .titulo {
        color: var(--Black, #1E1D1A);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 30px;
    }
      
    #texto1.texto_18.asp_17 .texto {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        color: var(--Black, #1E1D1A);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
      
    #texto1.texto_18.asp_17 .leer-mas {
        overflow: hidden;
        color: var(--Black, #1E1D1A);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
      
    #texto1.texto_18.asp_17 .enlace a {
        color: var(--Primary-White, #FFF);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; 
        padding: 12px 16px;
    }
}

@media(max-width: 700px){
    #texto1.texto_18.asp_17 .cont-fotos .fondo {
        width: 222px;
        height: 258px;
    }
    
    #texto1.texto_18.asp_17 .cont-fotos img:not(.fondo) {
        width: 137px;
        height: 146px;  
        top: 15%;
        left: 55%;
    }
}

#texto1.texto_18.asp_22 .contenedor {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-color: #fff;
}
  
#texto1.texto_18.asp_22 .cont-fotos {
    margin-right: 40px;
}

#texto1.texto_18.asp_22 .cont-fotos .fondo {
    object-fit: cover;
    border-radius: 12px;
    display: block;
    width: 310px;
    height: 336px;
    transform: translateY(-145px);
}

#texto1.texto_18.asp_22 .cont-fotos img:not(.fondo) {
    position: absolute;
    width: 407px;
    height: 490px;
    top: 12%;
    left: 68%;
}
  
#texto1.texto_18.asp_22 .cont-texto {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 35%;
    margin-top: 20%;
}
  
#texto1.texto_18.asp_22 .titulo {
    color: var(--Black, #1E1D1A);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; 
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

#texto1.texto_18.asp_22 .titulo.titulo2 {
    display: flex;
    justify-content: end;
    width: 85%;
    margin: auto;
}
  
#texto1.texto_18.asp_22 .texto {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 8;
    overflow: hidden;
    color: var(--Black, #1E1D1A);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

#texto1.texto_18.asp_22 .cont-texto .texto.todo{
    -webkit-line-clamp: unset;
}
  
#texto1.texto_18.asp_22 .leer-mas {
    border: none;
    background: none;
    text-align: left;
    overflow: hidden;
    color: var(--Black, #1E1D1A);
    text-overflow: ellipsis;
        font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
  
#texto1.texto_18.asp_22 .enlace a {
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    margin-top: 10px;
    color: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
} 

@media(max-width: 1200px){
    #texto1.texto_18.asp_22 .cont-fotos {
        margin-right: 0;
        margin-top: 70px;
    }
    
    #texto1.texto_18.asp_22 .cont-fotos .fondo {
        transform: translateY(0);
    }
    
    #texto1.texto_18.asp_22 .cont-fotos img:not(.fondo) {
        left: 60%;
    }
      
    #texto1.texto_18.asp_22 .cont-texto {
        width: 100%;
        margin-top: 40px;
    }
      
    #texto1.texto_18.asp_22 .titulo {
        color: var(--Black, #1E1D1A);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 30px;
    }
      
    #texto1.texto_18.asp_22 .texto {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        color: var(--Black, #1E1D1A);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
      
    #texto1.texto_18.asp_22 .leer-mas {
        overflow: hidden;
        color: var(--Black, #1E1D1A);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
      
    #texto1.texto_18.asp_22 .enlace a {
        color: var(--Primary-White, #FFF);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; 
        padding: 12px 16px;
    }
}

@media(max-width: 700px){
    #texto1.texto_18.asp_22 .cont-fotos .fondo {
        width: 137px;
        height: 146px;
        top: 34%;
        left: 10%;
        position: absolute;
        z-index: 1;
    }
    
    #texto1.texto_18.asp_22 .titulo.titulo2 {
        display: flex;
        justify-content: start;
        width: 100%;
        margin-bottom: 70px;
    }

    #texto1.texto_18.asp_22 .cont-texto {
        margin-top: 300px;
    }

    #texto1.texto_18.asp_22 .cont-fotos img:not(.fondo) {
        width: 222px;
        height: 258px;
        top: 10%;
        left: 25%;
    }
}

#texto1.texto_18.asp_27  {
    font-family: "DM Sans";
    margin-top: 2rem;
}

#texto1.texto_18.asp_27 .container-fluid{
    background-color: white;
}
  
#texto1.texto_18.asp_27 h2 {
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
  
#texto1.texto_18.asp_27 details {
    border-bottom: 1px solid black;
    padding: 1rem 0;
}

#texto1.texto_18.asp_27 summary {
        font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    cursor: pointer;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

#texto1.texto_18.asp_27 summary::-webkit-details-marker {
    display: none;
}

#texto1.texto_18.asp_27 details p {
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#texto1.texto_18.asp_27 .texto{
    margin-top: 64px;
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
#texto1.texto_18.asp_27 a{
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    color: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
#texto1.texto_18.asp_27 .enlace{
    margin-top: 15px;
}

#texto1.texto_18.asp_27 .enlace a{
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    margin-top: 10px;
    color: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#texto1.texto_18.asp_27 .enlace a:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
}

#texto1.texto_18.asp_27 .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 60px;
    width: 100%;
    margin-top: 32px;
}
  
#texto1.texto_18.asp_27 .cards .card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 10px;
    background: var(--Primary-OFFwhite, #F7F6F5);
}

#texto1.texto_18.asp_27 .texto-card{
    color: var(--Volkswagen-VW-Dark-Blue, #011C47);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#texto1.texto_18.asp_27 .titulo-card{
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
 
@media(max-width: 1200px){
    #texto1.texto_18.asp_27 .cards .card {
        flex: 2 2 45%; 
    }
}


@media(max-width: 991px){
    #texto1.texto_18.asp_27 .enlace a{
        color: var(--Primary-White, #FFF);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; 
        padding: 12px 16px;
    }
    #texto1.texto_18.asp_27 .cards .card {
        flex: 1 1 100%; 
    }
}

#texto1.texto_18.asp_32 .contenedor {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-color: #fff;
}
  
#texto1.texto_18.asp_32 .cont-fotos {
    margin-right: 40px;
}

#texto1.texto_18.asp_32 .cont-fotos .fondo {
    object-fit: cover;
    border-radius: 12px;
    display: block;
    height: 490px;
    width: 407px;
}

#texto1.texto_18.asp_32 .cont-fotos img:not(.fondo) {
    position: absolute;
    height: 336px;
    width: 310px;
    top: 7%;
    left: 76%;
}
  
#texto1.texto_18.asp_32 .cont-texto {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 35%;
}
  
#texto1.texto_18.asp_32 .titulo {
    color: var(--Black, #1E1D1A);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; 
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
  
#texto1.texto_18.asp_32 .texto {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 8;
    overflow: hidden;
    color: var(--Black, #1E1D1A);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

#texto1.texto_18.asp_32 .cont-texto .texto.todo{
    -webkit-line-clamp: unset;
}
  
#texto1.texto_18.asp_32 .leer-mas {
    border: none;
    background: none;
    text-align: left;
    overflow: hidden;
    color: var(--Black, #1E1D1A);
    text-overflow: ellipsis;
        font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
  
#texto1.texto_18.asp_32 .enlace a {
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    margin-top: 10px;
    color: var(--Primary-White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
} 

@media(max-width: 1200px){
    #texto1.texto_18.asp_32 .cont-fotos {
        margin-right: 0;
        margin-top: 70px;
    }
    
    #texto1.texto_18.asp_32 .cont-fotos .fondo {
        object-fit: cover;
        border-radius: 10px;
        display: block;
        width: 322px;
        height: 358px;
    }
    
    #texto1.texto_18.asp_32 .cont-fotos img:not(.fondo) {
        position: absolute;
        width: 237px;
        height: 246px;
        top: 9%;
        left: 30%;
    }
      
    #texto1.texto_18.asp_32 .cont-texto {
        width: 100%;
    }
      
    #texto1.texto_18.asp_32 .titulo {
        color: var(--Black, #1E1D1A);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        margin-top: 30px;
    }
      
    #texto1.texto_18.asp_32 .texto {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        color: var(--Black, #1E1D1A);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }
      
    #texto1.texto_18.asp_32 .leer-mas {
        overflow: hidden;
        color: var(--Black, #1E1D1A);
        text-overflow: ellipsis;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
      
    #texto1.texto_18.asp_32 .enlace a {
        color: var(--Primary-White, #FFF);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; 
        padding: 12px 16px;
    }
}

@media(max-width: 700px){
    #texto1.texto_18.asp_32 .cont-fotos .fondo {
        width: 222px;
        height: 258px;
    }
    
    #texto1.texto_18.asp_32 .cont-fotos img:not(.fondo) {
        width: 137px;
        height: 146px;  
        top: 15%;
        left: 55%;
    }
}

#texto1.texto_18.asp_37 .container-fluid{
    background-color: #fff;
}

#texto1.texto_18.asp_37 .contenedor{
    display: flex;
    gap: 102px;
    width: 100%;
    height: 100%; 
}

#texto1.texto_18.asp_37 .cont-texto{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#texto1.texto_18.asp_37 .cont-texto .titulo{
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

#texto1.texto_18.asp_37 .cont-texto .titulo svg{
    position: absolute;
    top: 0;
}

#texto1.texto_18.asp_37 .cont-texto .texto{
    color: var(--FTome-Black, #000);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 42px;
}

#texto1.texto_18.asp_37 .texto-card{
    color: var(--Black-500, #2E2E2E);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#texto1.texto_18.asp_37 .titulo-card{
    padding-top: 20px;
    color: var(--Primary-Black, #0A0C10);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 16px;
}

#texto1.texto_18.asp_37 .container{
    padding-top: 175px;
    padding-bottom: 95px;
}

#texto1.texto_18.asp_37 .swiper-reserva-home .texto-card{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 4px;
}

#texto1.texto_18.asp_37 .cont-texto .leer-mas {
    overflow: hidden;
    color: var(--Primary-Black, #000);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    border: none;
    text-align: left;
    background: none;
    margin-bottom: 42px;
}

#texto1.texto_18.asp_37 .cards-reserva-home {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 60px;
    width: 100%;
  }
  
  #texto1.texto_18.asp_37 .cards-reserva-home .card {
    flex: 1 1 calc(25% - 15px); 
    border-radius: 10px;
    background: #F7F6F5;
    padding: 16px;
    box-sizing: border-box;
  }
  
  @media(max-width: 991px) {
    #texto1.texto_18.asp_37 .cards-reserva-home .card {
      flex: 1 1 100%; 
    }
  }
  

@media(max-width: 991px){
    #texto1.texto_18.asp_37 .container{
        padding-top: 125px;
        padding-bottom: 35px;
    }
    #texto1.texto_18.asp_37 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_18.asp_37 .cont-texto .titulo svg{
        display: none;
    }
    #texto1.texto_18.asp_37 .cont-texto .titulo{
        padding-bottom: 18px;
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 54px;
    }
}

#texto1.texto_18.asp_42 .container-fluid {
    position: relative;
    background-color: #fff;
}

#texto1.texto_18.asp_42 .contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 0 auto;
}

#texto1.texto_18.asp_42 .cont-fotos,
#texto1.texto_18.asp_42 .cont-texto {
    flex: 1;
    max-width: 50%;
}

#texto1.texto_18.asp_42 .cont-fotos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#texto1.texto_18.asp_42 .cont-fotos img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

#texto1.texto_18.asp_42 .cont-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

#texto1.texto_18.asp_42 .cont-texto .titulo {
    color: #0A0C10;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
}

#texto1.texto_18.asp_42 .cont-texto .texto {
    color: #0A0C10;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

#texto1.texto_18.asp_42 .enlace {
    margin-top: 20px;
}

#texto1.texto_18.asp_42 .enlace a {
    display: inline-block;
    background-color: #EF7B11;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
}

#texto1.texto_18.asp_42 .enlace a:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
}

@media (max-width: 991px) {
    #texto1.texto_18.asp_42 .contenedor {
        flex-direction: column;
        padding: 60px 20px;
        gap: 40px;
    }

    #texto1.texto_18.asp_42 .cont-fotos,
    #texto1.texto_18.asp_42 .cont-texto {
        max-width: 100%;
    }

    #texto1.texto_18.asp_42 .cont-fotos {
        justify-content: center;
    }

    #texto1.texto_18.asp_42 .cont-texto {
        align-items: center;
    }
}

#texto1.texto_18.asp_47{
    overflow:hidden;
}

#texto1.texto_18.asp_47 .container-fluid{
    border-radius: 10px;
    background: var(--Gray-4, #BDBDBD);
    max-width: 1794px;
    margin-top: 46px;
    margin-bottom: 150px;
    height: 470px;
}

#texto1.texto_18.asp_47 .contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#texto1.texto_18.asp_47 .cont-foto{
    flex: 1;
    position: relative;
}


#texto1.texto_18.asp_47 .cont-texto{
    flex: 1;
    display: flex;
    flex-direction: column;
}

#texto1.texto_18.asp_47 .cont-texto .titulo{
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px; 
    max-width: 620px;
    text-align: left;
}

#texto1.texto_18.asp_47 .cont-texto .texto{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 34px;
    max-width: 620px;
}

#texto1.texto_18.asp_47 .cont-texto .enlace a{
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    padding: 14px 20px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
}

#texto1.texto_18.asp_47 .cont-texto .enlace a:hover{
    background: #FFF; 
    color: #000; 
    text-decoration: none;
}

#texto1.texto_18.asp_47 .cont-foto img{
    overflow: hidden;
    transform: translate(0%, 6%) scale(1);
}

@media(max-width: 991px){
    #texto1.texto_18.asp_47{
        padding: 0 15px;
    }
    #texto1.texto_18.asp_47 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_18.asp_47 .cont-foto img{
        overflow: hidden;
        transform: translate(0%, -17%) scale(1);
    }
    #texto1.texto_18.asp_47 .cont-texto{
        margin-bottom: -40px;
    }
    #texto1.texto_18.asp_47 .container{
        padding: 24px 16px 30px 16px;
    }
    #texto1.texto_18.asp_47 .cont-texto .titulo{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px; 
    }
    #texto1.texto_18.asp_47 .cont-texto .texto{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
    }
}
@media (max-width: 700px) {
    #texto1.texto_18.asp_47 .container-fluid {
        height: 555px;
    }
    #texto1.texto_18.asp_47 .cont-foto img{
        transform: translate(35%, 35%) scale(1.5);
    }
}

/* comparador y favoritos */

#comparador1 .title{
    padding-top: 60px;
    font-size: 48px;
    color: #0a0c10;
    font-weight: 500;
}

/* gama */

#submenu_gama1 .container-megamenu .container-menu .header{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

#submenu_gama1 .opciones .txt-enlace-pagina{
    color: var(--color-white);
}

/********* GAMA ********* */

#submenu_gama1 {
    display: block;
    position: absolute;
    top: 85px;
    width: 100%;
}

#submenu_gama1.submenu_gama1_49{
    position: relative;
    top: 0;
}

#submenu_gama1.menu-fixed {
    top: 0;
    z-index: 3;
    background: linear-gradient(to bottom, #000000, #00000000);
    position: fixed;
}

#menu1.menu1_42 .menu1,
#menu1.menu1_48 .menu1{
    position: sticky;
    background-color: #00000000;
}

#submenu_gama1 .container {
    height: 80px;
    padding: 0 24px;
    background-color: transparent;
    max-width: var(--container-width);
    margin-top: 15px;
}

#submenu_gama1 .container-submenu {
    border-top: 1px solid var(--color-white);
    padding-top: 15px;
    justify-content: space-between;
}

#submenu_gama1.submenu_gama1_49 .container-submenu{
    border-color: var(--color-black);
}

#submenu_gama1.menu-fixed .container-submenu {
    padding-top: 0;
    border: none;
}

#submenu_gama1 .container-submenu::after,
#submenu_gama1 .container-submenu::before{
    display: none;
}

#submenu_gama1 .row .titulo-header img{
    border: none;
    padding: 0;
    height: auto;
    max-width: 114px;
}

#submenu_gama1.submenu_gama1_49 .row .titulo-header img{
    filter: invert(0);
}

#submenu_gama1.submenu_gama1_49.menu-fixed .row .titulo-header img{
    filter: invert(0);
}

#submenu_gama1 .row .submenu{
    gap:8px;
}

#submenu_gama1 .row .submenu li{
    margin: 0;
}

#submenu_gama1 .row .submenu li a{
    color: var(--color-white);
    border: 1px solid transparent;
    padding: 3px 16px;
}

#submenu_gama1.submenu_gama1_49 .row .submenu li a{
    color: var(--color-black);
}

#submenu_gama1.submenu_gama1_49.menu-fixed .row .submenu li a{
    color: var(--color-white);
}

#submenu_gama1 .row .submenu li .active{
    border: none;
}

#submenu_gama1 .row .submenu li a:hover{
    border-radius: 4px;
    border: 2px solid var(--color-fondo, #F2F2F2);
    background: rgba(242, 242, 242, 0.15);
}

#submenu_gama1 .container-megamenu {
    position: fixed;
    top: 0;
    right: -100%;
    background: var(--color-brand-primary);
    height: 100%;
    width: auto;
}

@media(max-width:1170px){
    #submenu_gama1 .container .dropdown-toggle{
        display: none;
    }
}

@media(max-width:991px){

    #submenu_gama1{
        z-index: 1001;
    }

    #submenu_gama1.menu-fixed{
        background: transparent;
    }

    #submenu_gama1 .container-megamenu.open {
        right: 0;
        left: 0;
        z-index: 2;
    }

    #submenu_gama1 .container-megamenu .container-menu {
        padding: 24px;
    }

    #submenu_gama1 .container .barra-submenu-movil{
        display: none;
    }

    #submenu_gama1 .container .dropdown-toggle{
        display: block;
        position: fixed;
        width: 66px;
        height: 66px;
        background-color: var(--color-black);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        /* z-index: 999999; */
        top: 8px;
        right: 15px;
        margin: 0;
    }

    #submenu_gama1 .container.open .dropdown-toggle{
       display: none;
    }

    #submenu_gama1 .dropdown-backdrop{
        z-index: 0;
    }

    #submenu_gama1 .dropdown-toggle .icon-bar{
        width: 30px;
        height: 2px;
        background-color: var(--color-white);
    }

    #submenu_gama1 .dropdown-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    #submenu_gama1 .container-megamenu .container-menu .col-xs-12{
        padding: 15px 0;
        font-size: 26px;
        margin-top: 32px;
    }

    #submenu_gama1 .container-megamenu .container-menu .header{
        padding-bottom: 32px;
        border-bottom: 1px solid var(--color-white);
    }

    #submenu_gama1 .container-megamenu .container-menu .container-links img{
        margin-bottom: 32px;
    }

    #menu17.menu-42 .container-mbl .navbar-toggle,
    #menu17.menu-48 .container-mbl .navbar-toggle,
    #menu17.menu-47 .container-mbl .navbar-toggle,
    #menu17.menu-49 .container-mbl .navbar-toggle{
        display: none;
    }
   
}

#submenu_gama1 .container-megamenu .container-menu .container-links img {
    width: 100%;
    max-width: 75px;
}

/* Gama listado */
#hero1_gama{
    background-position: center !important;
}
#hero1_gama .container {
    height: 750px;
    background-color: rgba(0, 0, 0, 0.0);
}

#hero1_gama .container .contenedor_texto {
    gap: 8px;
    height: auto;
    padding: 0 0 64px;
    width: var(--container-xs);
    align-self: stretch;
    margin-left: 175px;
}

#hero1_gama .container .contenedor_texto .titulo {
    margin: 0;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 5.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
}

#hero1_gama .container .contenedor_texto p{
    margin-top: 0;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; 
}

@media (max-width: 720px) {
    #hero1_gama .container {
        padding: 0 24px;
    }
    #hero1_gama .container {
        background-position: right;
    }
    #hero1_gama .container .contenedor_texto .titulo {
        font-size: 60px; 
    }
    
    #hero1_gama .container .contenedor_texto p{
        font-size: 26px;
    }
    #hero1_gama .container .contenedor_texto {
        margin: 0 auto;
        margin-left: 20px;
    }
}

/* modelos gama */

#modelos1_gama {
    padding-top: var(--padding-section-lg);
    padding-bottom: 0;
    background-color: var(--color-fondo);
}

#modelos1_gama .container{
    max-width: 100%;
    padding: 0;
    padding-top: 85px;
}
 
#modelos1_gama .encabezado{
    display: flex;
    justify-content: center;
    margin-bottom: var(--padding-section-lg);
    width: var(--container-xs);
    padding: 0;
}
 
#modelos1_gama .encabezado .titulo{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    max-width: 773px; 
}

#modelos1_gama .container-texto .info .boton-ghost{
    display: flex;
    padding: 0.875rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.625rem;
    border: 2px solid var(--Black, #000);
    width: 40%;
    margin: auto;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02rem;
}

#modelos1_gama .encabezado .subtitulo{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 16px;
    max-width: 773px;
    padding-bottom: 32px;
}

#modelos1_gama .swiper-container::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 55%;
    max-height: 280px;
    width: 100%;
    background-color: #f8f8f8;
}

#modelos1_gama a:hover{
    text-decoration: none;
}
 
#modelos1_gama a .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#modelos1_gama a .card:hover{
    background: none;
    text-decoration: none;
}

#modelos1_gama a .card .container-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
#modelos1_gama a .card .titulo{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.375rem; 
}

#modelos1_gama a .card .texto{
    margin: 0;
    
}

#modelos1_gama a .card img{
    height: 450px;
    object-fit: contain;
}

#modelos1_gama .swiper-pagination{
    display: none;
}

#modelos1_gama .container-info .iva{
    color: var(--Medium-Gray, #928787);
    text-align: center;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem; 
    margin: 0;
}

#modelos1_gama .container-info .importe {
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem; 
    margin: 0;
    margin-top: 25px;
}

#formulario2.formulario_42 .container{
    width: 70%;
    margin: auto;
}

@media(max-width:1199px){
    #modelos1_gama .encabezado{
        padding: 0 24px;
    }

    #modelos1_gama .container .row .row{
       margin: 0;
    }
}

@media(max-width:767px){
    #modelos1_gama{
        padding-top: 64px
    }

    #modelos1_gama .encabezado,
    #ofertas_modelos_gama .container,
    #formulario2 .container,
    #promociones1_gama .container{
        padding-left: 24px;
        padding-right: 24px;
    }

    #modelos1_gama .container-texto .info .boton-ghost{
        width: 80%;
        margin: auto;
    }

    #modelos1_gama .encabezado{
        margin-bottom: 32px;
    }

    #modelos1_gama a .card{
        gap: 25px;
    }

    #modelos1_gama a .card img{
        height: 250px;
    }

    #modelos1_gama .swiper-container{
        padding-bottom: 50px;
    }


    #modelos1_gama .container-navigation{
        display: none;
    }

    #modelos1_gama .swiper-pagination-bullet-active{
        background-color: var(--color-brand-primary);
    }

    #modelos1_gama .swiper-container::after{
        height: 65%;
    }
    #formulario2.formulario_42 .container{
        width: 100%;
    }
}

/* promociones */
#listado_promos_gama {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
}

#listado_promos_gama .container-fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 75px;
}

#listado_promos_gama .container_promociones {
    display: flex;
    width: 100%;
    height: 100%;
}

#listado_promos_gama .backImg {
    flex: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px;
    height: 500px;
}

#listado_promos_gama .container-texto .titulo,
#listado_promos_gama .container-texto .texto{
    color: white !important;
    text-align: left;
    max-width: 70%;
}

#listado_promos_gama .container-texto .titulo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#listado_promos_gama .container-texto .texto {
    font-size: 16px;
    margin-bottom: 20px;
}

#listado_promos_gama .boton {
    display: inline-block;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    #listado_promos_gama .container_promociones {
        flex-direction: column;
    }
}

#destacado1.destacado_42.destacado_asp_27 .container-fluid{
    margin-top: 200px;
}

#destacado1.destacado_42.destacado_asp_27 .navegacion.tr03{
    display: none;
}

#texto1.texto_42.asp_37 .container-fluid{
    height: 830px;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 48.2%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/img/tomeocasion826/bg-end-page-gama.jpg) lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#texto1.texto_42.asp_37 .titulo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
}

#texto1.texto_42.asp_37 .container{
    height: 100%;
}

#texto1.texto_42.asp_37 .row{
    height: 100%;
}

#texto1.texto_42.asp_37 .row>.col-xs-12{
    height: 100%;
    position: relative;
}

#texto1.texto_42.asp_37 .inferior{
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#texto1.texto_42.asp_37 .inferior .subtitulo{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    margin-bottom: 8px;
}

#texto1.texto_42.asp_37 .inferior .texto{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding-bottom: 32px;
    max-width: 642px;
}

#texto1.texto_42.asp_37 .inferior a{
    border-radius: 10px;
    border: 1px solid var(--Red, #EF7B11);
    background: var(--Red, #EF7B11);
    padding: 14px 20px;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

@media(max-width: 991px){

    #texto1.texto_42.asp_37{
        margin-top: 40px;
    }
    
    #texto1.texto_42.asp_37 .titulo{
        display: none;
    }
    #texto1.texto_42.asp_37 .inferior{
        width: 100%;
        padding: 15px;
        transform: translateX(-50%);
    }
    #texto1.texto_42.asp_37 .inferior .subtitulo{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_42.asp_37 .inferior .subtitulo2{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_42.asp_37 .inferior .texto{
        text-align: center;
    }
    
}

/* ofertas */

#ofertas1_gama .destacado{
    background-color: var(--color-fondo);
    padding-top: var(--padding-section-lg);
    padding-bottom: var(--padding-section-lg);
}

#ofertas1_gama .encabezado{
    width: 100%;
}

#ofertas1_gama  .container-cards {
    margin-top: 32px;
}

#ofertas1_gama .swiper-pagination {
    display: flex;
    justify-content: center;
    position: static;
    position: relative;
    margin-top: 40px;
}
@media(max-width:767px){
    #ofertas1_gama .destacado{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
/* Gama detalle */

#hero1_detalle_gama {
    height: 750px;
    background-attachment: fixed;
    /* background-position-y: -100px;
    background-position-x: right; */
}

#hero1_detalle_gama .container{
    justify-content: flex-end;
    padding:0 0px 64px;
    max-width: var(--container-width);
}

#hero1_detalle_gama .container .contenedor_texto{
    padding: 0;
    background: none;
    width: var(--container-xs);
    margin: 0;
}

#hero1_detalle_gama .container .contenedor_texto .titulo{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px; 
    padding-bottom: 8px;
    margin: 0;
}

#hero1_detalle_gama .container .contenedor_texto .subtitulo{
    margin-top: 0;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#hero1_detalle_gama .container .contenedor_texto .texto{
    color: var(--color-white);
    margin: 16px 0 0;
    font-size: 30px !important;
}

@media (max-width: 1170px) {
    #hero1_detalle_gama .container {
        height: 100%;
        padding:0 24px 64px;
    }
}

/* versiones gama */

#versiones_detalle_gama_2{
    padding-top: var(--padding-section-lg);
    padding-bottom: 90px;
    margin: 0;
    position: relative;
    background: #f8f8f8;
}
#versiones_detalle_gama_2 .container{
   width: var(--container-xs);

}

#versiones_detalle_gama_2 .titulo{
    text-align: left;
    margin-bottom: 30px;
    color: var(--color-black);
}

#versiones_detalle_gama_2 .principal{
    align-items: flex-start;
}

#versiones_detalle_gama_2 .principal .container-img{
    position: relative;
}

#versiones_detalle_gama_2 .principal .container-info{
    padding-top: 40px;
    padding-bottom: 40px;
}

#versiones_detalle_gama_2 .principal .container-info .titulo-h4{
    margin: 0 0 8px;

}

#versiones_detalle_gama_2 .version{
    margin-top:0;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
}

#versiones_detalle_gama_2 .cuota_mensual,
#versiones_detalle_gama_2 .container-cuota-condiciones{
    margin: 0;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#versiones_detalle_gama_2 .container-cuota-mes {
    margin: 0;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#versiones_detalle_gama_2 .principal .container-info .titulo-h4.precio {
    margin: 0;
    display: flex;
}

#versiones_detalle_gama_2 .i-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: var(--color-black);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    cursor: pointer;
    margin-left: 5px;
}

#versiones_detalle_gama_2 .modal-enlaces .modal-body .container-texto .subtitulo {
    line-height: 28px;
    font-size: 15px;
}

#versiones_detalle_gama_2 .equipamiento{
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: none;
    padding-left: 0px;
}

#versiones_detalle_gama_2 .equipamiento li{
    position: relative;
    padding-left: 24px; 
}

#versiones_detalle_gama_2 .equipamiento li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px; 
    background-image: url('/img/hermindorenovacion/icono-check2.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

#versiones_detalle_gama_2 .container-navigation {
    top: 150px;
    right: 50px;
}

#versiones_detalle_gama_2 .container-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#versiones_detalle_gama_2 .swiper-pagination{
    display: flex;
    gap: 16px;
    position: static !important;
}

#versiones_detalle_gama_2 .swiper-pagination-fraction{
    width: auto;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 11px 12px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.30);
}

#versiones_detalle_gama_2 .swiper-pagination-bullets{
    margin: 0 auto;
    display: none;
 }

#versiones_detalle_gama_2 .swiper-pagination-bullet{
    opacity: 1 !important;
    background: #dbdbdb !important;
}

#versiones_detalle_gama_2 .swiper-pagination-bullet-active{
    background-color: var(--color-black) !important;
}

#versiones_detalle_gama_2 .swiper-versiones-thumbs:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 240px;
    width: 100%;
    background: linear-gradient(180deg, #CACACA -2.29%, #f2f2f2 100%);
}

#versiones_detalle_gama_2 .imagen_miniatura{
    margin-top: 0;
    background-size: cover;
    height: 230px;
}

#versiones_detalle_gama_2 .titulo-miniatura{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 8px;
    margin-top: 16px;
}

#versiones_detalle_gama_2 .subtitulo-miniatura{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
}

#versiones_detalle_gama_2 .titulo-miniatura,
#versiones_detalle_gama_2 .subtitulo-miniatura {
    opacity: 0;
}

#versiones_detalle_gama_2 .swiper-slide-thumb-active .titulo-miniatura,
#versiones_detalle_gama_2 .swiper-slide-thumb-active .subtitulo-miniatura {
    opacity: 1;
}

#versiones_detalle_gama_2 .boton{
   width: fit-content;
}

@media(max-width: 991px){
    #versiones_detalle_gama_2 .swiper-pagination-bullets{
        display: flex;
        margin-top: 40px;
        gap: 8px;
        bottom: 0;
    }
    #versiones_detalle_gama_2 .swiper-pagination-bullets .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        background-color: #000 !important;
    }
    #versiones_detalle_gama_2 .swiper-pagination-bullets .swiper-pagination-bullet-active{
        width: 30px;
        height: 8px;
        border-radius: 64px;
        background: var(--Red, #EF7B11);
    }
}

/* caracteristicas gama */

#caracteristicas_detalle_gama{
    padding-top: 64px;
    padding-bottom: 128px;
    background-color: #F3F2F2;
}

#caracteristicas_detalle_gama .textp{
    color: var(--color-black);
}

#caracteristicas_detalle_gama .contCards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 32px;
    padding: 0 15px;
}

#caracteristicas_detalle_gama .contCards .card{
    width: 100%;
    padding: 0;
}

#caracteristicas_detalle_gama .contCards .card .backImg{
    border-radius: 20px;
    margin-bottom: 32px;
    height: auto;
    aspect-ratio: 4 / 3;
    /* height: 380px; */
}

#caracteristicas_detalle_gama .contCards .card .titulo{
    margin: 0 0 20px;
}

/* galeria gama */

#galeria_detalle_gama {
    padding-top: var(--padding-section-lg);
    padding-bottom: var(--padding-section-lg);
    background-color: var(--color-black-500);
}

#galeria_detalle_gama .container{
    width: 100%;
    padding: 0;
}

#galeria_detalle_gama .container-navigation{
    right: 15%;
    bottom: 100px;
    top: unset;
}

#galeria_detalle_gama .container .swiper-slide{
    aspect-ratio: 16 / 8;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#galeria_detalle_gama .container .swiper-slide-active{
    aspect-ratio: 16 / 10;
}

#galeria_detalle_gama .swiper-pagination{
    display: flex;
    flex-direction: column;
    gap: 32px;
    top: 50%;
    bottom: unset;
    transform: translate(0px, -50%);
}

#galeria_detalle_gama .swiper-pagination-bullet{
    background-color: var(--color-white);
    opacity: 1;
}

#galeria_detalle_gama .swiper-pagination-bullet-active{
    outline: 1px solid var(--color-white);
    outline-offset: 5px;
    background-color: var(--color-white);
}


/* ofertas modelo gama */

#ofertas1_gama .encabezado .titulo{
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.75rem;
}

#ofertas1_gama .encabezado .subtitulo{
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; 
}

#ofertas1_gama .swiper-pagination-bullet-active{
    background: var(--Red, #EF7B11);
}

#ofertas1_gama{
    overflow: visible;
}

#ofertas1_gama .container-fluid{
    padding-top: var(--padding-section-lg);
    padding-bottom: var(--padding-section-lg);
    background-color: var(--color-fondo);
}

#ofertas1_gama .encabezado{
    width: 100%;
}

#ofertas1_gama .encabezado .titulo,
#ofertas1_gama .encabezado .subtitulo{
    color: var(--color-black);
}

#ofertas1_gama .encabezado .titulo{
    max-width: 100%;
}

#ofertas1_gama .container-cards{
  margin-top: 32px;
}

#ofertas1_gama .swiper-pagination {
    display: flex;
    justify-content: center;
    position: static;
    position: relative;
    margin-top: 40px;
}

#versiones_detalle_gama_2 .imagen_principal{
    position: relative;
    height: 515px;
    background-size: cover;
}

#versiones_detalle_gama_2 .container{
    padding-top: 60px;
    max-width: var(--container-width);
}

@media(max-width:1199px){
    #caracteristicas_detalle_gama .contCards{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px){

    #versiones_detalle_gama_2,
    #galeria_detalle_gama{
        padding-top:32px;
        padding-bottom: 32px;
    }

    #versiones_detalle_gama_2 .titulo{
        font-size: 30px !important;
    }

    #versiones_detalle_gama_2 .imagen_principal{
        height: 200px;
    }

    #versiones_detalle_gama_2 .container-navigation,
    #galeria_detalle_gama .container-navigation{
        display: none;
    }

    #versiones_detalle_gama_2 .principal .col-md-4{
        width: 100%;
    }

    #versiones_detalle_gama_2 .principal .container-info{
        padding-top: 32px;
    }

    #versiones_detalle_gama_2 .swiper-slide .titulo-miniatura{
        opacity: 1;
    }

    #versiones_detalle_gama_2 .swiper-versiones-thumbs{
        padding-bottom: 0px;
        overflow: hidden;
    }
    #versiones_detalle_gama_2 .swiper-versiones-thumbs .swiper-pagination{
        position: relative !important;
        justify-content: center;
    }

    #versiones_detalle_gama_2 .swiper-versiones-thumbs .swiper-pagination .swiper-pagination-bullet{
        margin: 0;
    }

    #versiones_detalle_gama_2 .swiper-versiones-thumbs .swiper-pagination .swiper-pagination-bullet-active{
        background-color: var(--color-brand-primary) !important;
    }

    #caracteristicas_detalle_gama .container,
    #versiones_detalle_gama_2 .container{
        padding-left: 24px;
        padding-right: 24px;
    }

    #caracteristicas_detalle_gama .contCards{
        grid-template-columns: 1fr;
    }

    #galeria_detalle_gama .container .swiper-slide{
        aspect-ratio: 16 / 9;
    }

    #galeria_detalle_gama .swiper-pagination{
        transform: translate(0, 0);
        top:0;
        flex-direction: row;
        justify-content: center;
        position: static;
        margin: 32px 0 7px;
    }

    #cta1_gama_detalle.open{
        position: fixed;
        background: rgba(0, 0, 0, .2);
        top: 0;
        left: 0;
        z-index: 123;
        width: 100%;
        height: 100%;
    }

    #cta1_gama_detalle .botones-flotantes-gama-detalle{
        right: -100%;
    }

    #cta1_gama_detalle.open .botones-flotantes-gama-detalle{
        bottom: 142px;
        left: 30px;
        align-items: flex-start;
        top: unset;
        /* position: relative; */
    }

    #cta1_gama_detalle .cta-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        padding: 16px;
        border-radius: 50%;
        background: var(--color-brand-primary);
        position: fixed;
        left: 30px;
        bottom: 30px;
        z-index: 2;
    }

    #cta1_gama_detalle .cta-mobile.open{
        rotate: 135deg;
    }

    #cta1_gama_detalle .botones-flotantes-gama-detalle .caja-cta{
        gap:8px
    }

    #cta1_gama_detalle .botones-flotantes-gama-detalle .caja-cta .caja-cta-texto{
        width: auto;
        opacity: 1;
    }
}

/* promociones gama */
#titulo3{
    margin: 0;
    background-color: var(--color-brand-primary);
    padding: 200px 0 40px;
}

#titulo3 .container{
    padding-top: 0;
    padding-bottom: 0;
}

#titulo3 .titulo{
    color: var(--color-white);
}

#listado_promos_gama{
    padding: var(--padding-section-lg) 0;
}

#listado_promos_gama .titulos .titulo{
    color: var(--color-black);
    width: 40%;
}

#listado_promos_gama .titulos .texto{
    width: 50%;
}

#listado_promos_gama .titulos{
    width: 100%;
    margin: auto;
}

#listado_promos_gama .container_promociones{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
}

#listado_promos_gama .container_promociones .card-promo-gama:first-child {
    grid-column: 1 / span 2;
}

#listado_promos_gama .card-promo-gama .backImg,
#promociones1_gama .card-promo-gama .backImg{
    aspect-ratio: 16 / 9;
    border-radius: 8px 8px 0 0;
}

#listado_promos_gama .card-promo-gama .container-info,
#promociones1_gama .card-promo-gama .container-info{
   padding: 32px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap:24px;
   background-color: var(--color-brand-primary);
   border-radius: 0 0 8px 8px;
}

#listado_promos_gama .card-promo-gama .container-info .titulo{
    margin: 0;
    color: var(--color-white);
}

/* promo gama detalle */
#promociones1_detalle_gama h1,
#promociones1_detalle_gama h2,
#promociones1_detalle_gama h3,
#promociones1_detalle_gama h4,
#promociones1_detalle_gama h5,
#promociones1_detalle_gama h6{
    line-height: 28px;
    Color: #2e2e2e
}

#promociones1_detalle_gama{
    padding-top: var(--padding-section-lg);
    padding-bottom: var(--padding-section-lg);
    background-color: var(--color-fondo);
}

#promociones1_detalle_gama .container-info{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap:40px;
}

#promociones1_detalle_gama .imagen_principal img{
  border-radius: 8px;
}

#promociones1_detalle_gama .container-form {
    display: flex;
    padding: 32px;
    border-radius: 8px;
    background: #f8f8f8;
    position: sticky;
    top: 120px;
    height: fit-content;
}

#promociones1_gama.promociones1_gama_49{
    padding-bottom: var(--padding-section-lg);
}

#promociones1_gama.promociones1_gama_49 .header-seccion-link{
    align-items: flex-end;
}

#promociones1_gama.promociones1_gama_49 .swiper-container{
    height: auto;
}

#promociones1_gama.promociones1_gama_49 .swiper-slide{
    flex-direction: column;
}

#promociones1_gama.promociones1_gama_49 .swiper-slide .img-container::before{
    display: none;
}

#promociones1_gama.promociones1_gama_49 .swiper-slide img{
   border-radius: 8px 8px 0 0;

}

#promociones1_gama.promociones1_gama_49 .swiper-slide .caja-texto{
    position: static;
    padding: 32px;
    width: 100%;
    background-color: var(--color-brand-primary);
    border-radius: 0 0 8px 8px;
}

#promociones1_gama.promociones1_gama_49 .swiper-slide .caja-texto .titulo{
    color: var(--color-white);
    margin: 0;
}

#promociones1_gama.promociones1_gama_49 .swiper-pagination{
    position: static;
    margin-top: 32px;
}


@media (max-width: 1199px) {
    #listado_promos_gama .container_promociones {
        grid-template-columns: 1fr 1fr;
    }

    #listado_promos_gama .container_promociones .card-promo-gama:first-child{
        grid-column: 1 / span 1;
    }
}

@media(max-width:991px){
    #titulo3{
        padding: 100px 0 40px;
    }

    #promociones1_detalle_gama{
        padding-top: var(--padding-section-sm);
        padding-bottom: var(--padding-section-sm);
    }

    #promociones1_detalle_gama .container-info{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #promociones1_detalle_gama .container-form{
        padding: 24px;
    }
}

@media (max-width: 767px) {
    #listado_promos_gama .container_promociones {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #promociones1_gama.promociones1_gama_49{
        padding-top: var(--padding-section-lg);
    }
}

#texto1.texto_25.asp_22 .container-fluid{
    background-image: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 77.62%, rgba(0, 0, 0, 0.7) 100%), 
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 76.69%, rgba(0, 0, 0, 0.7) 100%), 
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 31.52%, rgba(0, 0, 0, 0.7) 58.39%),
    url(/img/tomeocasion826/bg-reviews-home.png);
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#texto1.texto_25.asp_22 .container-fluid::before{
    position: absolute;
    right: 0;
    content: '';
    width: 490px;
    height: 755px;
    background: var(--Red, #EF7B11);
}

#texto1.texto_25.asp_22 .container{
    padding-top: 159px;
    padding-bottom: 159px;
    padding-right: 0px;
    margin-right: 0;
}

#texto1.texto_25.asp_22 .navigation{
    position: absolute;
    left: 50%;
    top: 10%;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}

#texto1.texto_25.asp_22 .swiper-button-prev{
    background-image: url(/img/tomeocasion826/review-arrow-left.svg);
    position: static;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--OFFwhite, #F3F2F2);
    border-radius: 200px;
    box-sizing: border-box; 
}

#texto1.texto_25.asp_22 .swiper-button-next{
    background-image: url(/img/tomeocasion826/review-arrow-right.svg);
    position: static;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--OFFwhite, #F3F2F2);
    border-radius: 200px;
    box-sizing: border-box; 
}

#texto1.texto_25.asp_22 .swiper-button-prev img{
    width: auto;  
    height: 100%;  
    max-width: 100%;  
    max-height: 100%;
}

#texto1.texto_25.asp_22 .swiper-button-next img{
    width: auto;  
    height: 100%; 
    max-width: 100%;  
    max-height: 100%;
}

#texto1.texto_25.asp_22 .swiper-button-prev::after{
    content: '';
}

#texto1.texto_25.asp_22 .swiper-button-next::after{
    content: '';
}

#texto1.texto_25.asp_22 .contenedor{
    display: flex;
    align-items: center;
    gap: 150px;
    position: relative;
    padding: 8px;
    border-radius: 200px;
}

#texto1.texto_25.asp_22 .contenedor .info{
    flex-direction: column;
    flex: 0 0 35%;
}

#texto1.texto_25.asp_22 .contenedor .info .titulo{
    color: var(--secondary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    padding-bottom: 16px;
    max-width: 510px;
}

#texto1.texto_25.asp_22 .contenedor .info .texto{
    color: var(--secondary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 60px;
    max-width: 510px;
}

#texto1.texto_25.asp_22 .card-google{
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #1D1D1D;    
    width: fit-content;
    gap: 32px;
}

#texto1.texto_25.asp_22 .card-google .left{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#texto1.texto_25.asp_22 .card-google .right{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#texto1.texto_25.asp_22 .card-google .left .numero{
    color: var(--secondary-white-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
}

#texto1.texto_25.asp_22 .card-google .right .estrellas{
    display: flex;
    align-items: center;
    justify-content: center;
}

#texto1.texto_25.asp_22 .card-google .right .basado{
    color: var(--secondary-white-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 136px;
}

#texto1.texto_25.asp_22 .swiper-reviews-home{
    flex: 0 65%;
    position: static;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review{
    border-radius: 10px;
    background: #1D1D1D;
    padding: 40px;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .superior{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .superior .texto-left{
    color: var(--Red, #EF7B11);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .superior .estrellas-right{
    display: flex;
    align-items: center;
    gap: 12px;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .superior .estrellas-right .numero{
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 8px;
    border-radius: 200px;
    background: var(--primary-white-100, #FFF);
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review hr{
    border-color: #27272A;
    margin: 42px 0;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .texto-review{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .nombre{
    color: var(--base-white, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#texto1.texto_25.asp_22 .swiper-reviews-home .card-review .rol{
    color: var(--gray-400, #A1A1AA);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review .texto-review{
        font-size: 30px;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review{
        padding: 30px;
    }
    #texto1.texto_25.asp_22 .navigation{
        left: 55%;
    }
}

@media(max-width: 991px){
    #texto1.texto_25.asp_22 .container{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    #texto1.texto_25.asp_22 .navigation{
        display: none;
    }
    #texto1.texto_25.asp_22 .contenedor{
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
        gap: 48px;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home{
        width: 100%;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review{
        padding: 16px;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review .superior{
        justify-content: flex-end;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review .superior .texto-left{
        display: none;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review hr{
        margin: 24px 0;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review .texto-review{
        color: #FFF;
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review .nombre{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; 
    }
    #texto1.texto_25.asp_22 .swiper-reviews-home .card-review .rol{
        color: var(--Light-Gray, #CEC9C9);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_25.asp_22 .container .row>.col-xs-12{
        padding: 0;
    }
    #texto1.texto_25.asp_22 .contenedor .info .titulo{
        color: var(--secondary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 38px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_25.asp_22 .contenedor .info .texto{
        color: var(--secondary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding-bottom: 32px;
    }
}

#texto1.texto_26.asp_22 .container-fluid{
    background-image: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 77.62%, rgba(0, 0, 0, 0.7) 100%), 
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 76.69%, rgba(0, 0, 0, 0.7) 100%), 
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 31.52%, rgba(0, 0, 0, 0.7) 58.39%),
    url(/img/tomeocasion826/bg-reviews-home.png);
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#texto1.texto_26.asp_22 .container-fluid::before{
    position: absolute;
    right: 0;
    content: '';
    width: 490px;
    height: 755px;
    background: var(--Red, #EF7B11);
}

#texto1.texto_26.asp_22 .container{
    padding-top: 159px;
    padding-bottom: 159px;
    padding-right: 0px;
    margin-right: 0;
}

#texto1.texto_26.asp_22 .navigation{
    position: absolute;
    left: 50%;
    top: 10%;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}

#texto1.texto_26.asp_22 .swiper-button-prev{
    background-image: url(/img/tomeocasion826/review-arrow-left.svg);
    position: static;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--OFFwhite, #F3F2F2);
    border-radius: 200px;
    box-sizing: border-box; 
}

#texto1.texto_26.asp_22 .swiper-button-next{
    background-image: url(/img/tomeocasion826/review-arrow-right.svg);
    position: static;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    align-items: center;
    background: var(--OFFwhite, #F3F2F2);
    border-radius: 200px;
    box-sizing: border-box; 
}

#texto1.texto_26.asp_22 .swiper-button-prev img{
    width: auto;  
    height: 100%;  
    max-width: 100%;  
    max-height: 100%;
}

#texto1.texto_26.asp_22 .swiper-button-next img{
    width: auto;  
    height: 100%; 
    max-width: 100%;  
    max-height: 100%;
}

#texto1.texto_26.asp_22 .swiper-button-prev::after{
    content: '';
}

#texto1.texto_26.asp_22 .swiper-button-next::after{
    content: '';
}

#texto1.texto_26.asp_22 .contenedor{
    display: flex;
    align-items: center;
    gap: 150px;
    position: relative;
    padding: 8px;
    border-radius: 200px;
}

#texto1.texto_26.asp_22 .contenedor .info{
    flex-direction: column;
    flex: 0 0 35%;
}

#texto1.texto_26.asp_22 .contenedor .info .titulo{
    color: var(--secondary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    padding-bottom: 16px;
    max-width: 510px;
}

#texto1.texto_26.asp_22 .contenedor .info .texto{
    color: var(--secondary-white-100, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 60px;
    max-width: 510px;
}

#texto1.texto_26.asp_22 .card-google{
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #1D1D1D;    
    width: fit-content;
    gap: 32px;
}

#texto1.texto_26.asp_22 .card-google .left{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#texto1.texto_26.asp_22 .card-google .right{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#texto1.texto_26.asp_22 .card-google .left .numero{
    color: var(--secondary-white-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
}

#texto1.texto_26.asp_22 .card-google .right .estrellas{
    display: flex;
    align-items: center;
    justify-content: center;
}

#texto1.texto_26.asp_22 .card-google .right .basado{
    color: var(--secondary-white-100, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 136px;
}

#texto1.texto_26.asp_22 .swiper-reviews-home{
    flex: 0 65%;
    position: static;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review{
    border-radius: 10px;
    background: #1D1D1D;
    padding: 40px;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .superior{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .superior .texto-left{
    color: var(--Red, #EF7B11);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .superior .estrellas-right{
    display: flex;
    align-items: center;
    gap: 12px;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .superior .estrellas-right .numero{
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 8px;
    border-radius: 200px;
    background: var(--primary-white-100, #FFF);
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review hr{
    border-color: #27272A;
    margin: 42px 0;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .texto-review{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .nombre{
    color: var(--base-white, #FFF);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#texto1.texto_26.asp_22 .swiper-reviews-home .card-review .rol{
    color: var(--gray-400, #A1A1AA);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

@media(min-width: 992px) and (max-width: 1599px){
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review .texto-review{
        font-size: 30px;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review{
        padding: 30px;
    }
    #texto1.texto_26.asp_22 .navigation{
        left: 55%;
    }
}

@media(max-width: 991px){
    #texto1.texto_26.asp_22 .container{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    #texto1.texto_26.asp_22 .navigation{
        display: none;
    }
    #texto1.texto_26.asp_22 .contenedor{
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
        gap: 48px;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home{
        width: 100%;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review{
        padding: 16px;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review .superior{
        justify-content: flex-end;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review .superior .texto-left{
        display: none;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review hr{
        margin: 24px 0;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review .texto-review{
        color: #FFF;
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review .nombre{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; 
    }
    #texto1.texto_26.asp_22 .swiper-reviews-home .card-review .rol{
        color: var(--Light-Gray, #CEC9C9);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_26.asp_22 .container .row>.col-xs-12{
        padding: 0;
    }
    #texto1.texto_26.asp_22 .contenedor .info .titulo{
        color: var(--secondary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 38px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_26.asp_22 .contenedor .info .texto{
        color: var(--secondary-white-100, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding-bottom: 32px;
    }
}

.banner-gama{
    display: flex;
    align-items: flex-end;
    margin-top: 32px;
    height: 760px;
    padding: 100px 50px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-gama .container-banner{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: var(--container-xs);
    margin: 0 auto;
}

.banner-gama .container-banner .container-texto{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


.banner-gama .container-banner .container-texto .titulo{
    color: var(--color-white);
    margin: 0;
}

.banner-gama .container-banner .container-texto .texto{
    color: var(--color-white);
    max-width: 74ch;
}

.banner-gama .container-banner img{
    width: 100%;
    max-width: 170px;
}

.banner-gama .container-banner .container-descripcion a{
  color: var(--color-white);
  text-decoration: none;
}

@media(max-width:991px){

    .banner-gama{
        height: auto;
        padding: 64px 24px;
    }
    .banner-gama .container-banner{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 16px;
    }

    .banner-gama.gama-peugeot .container-banner{
        flex-direction: column;
    }

    .banner-gama .container-banner img{
        max-width: 100px;
    }
}

#mapa_simple.mapa_simple_18 .container{
    padding-top: 0;
}

#texto1.texto_27.asp_42 .container-fluid{
    height: 830px;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 48.2%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/img/tomeocasion826/gama-banner.jpg) lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#texto1.texto_27.asp_42 .container-fluid>div{
    height: 100%;
}

#texto1.texto_27.asp_42 .titulo{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
}

#texto1.texto_27.asp_42 .container{
    height: 100%;
}

#texto1.texto_27.asp_42 .row{
    height: 100%;
}

#texto1.texto_27.asp_42 .row>.col-xs-12{
    height: 100%;
    position: relative;
}

#texto1.texto_27.asp_42 .inferior{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#texto1.texto_27.asp_42 .inferior .subtitulo{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    margin-bottom: 8px;
}

#texto1.texto_27.asp_42 .inferior .subtitulo2{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 32px;
}

#texto1.texto_27.asp_42 .inferior .texto{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding-bottom: 32px;
    max-width: 642px;
}

#texto1.texto_27.asp_42 .inferior a{
    border-radius: 10px;
    border: 1px solid var(--Red, #EF7B11);
    background: var(--Red, #EF7B11);
    padding: 14px 20px;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

@media(max-width: 991px){
    #texto1.texto_27.asp_42 .titulo{
        display: none;
    }
    #texto1.texto_27.asp_42 .inferior{
        width: 100%;
        padding: 15px;
        transform: translateX(-50%);
        bottom: 30px;
    }
    #texto1.texto_27.asp_42 .inferior .subtitulo{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_27.asp_42 .inferior .subtitulo2{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_27.asp_42 .inferior .texto{
        text-align: center;
    }
}

#texto1.texto_27.asp_32{
    background-image: url(/img/tomeocasion826/bg-acordeon-postventa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity, normal;
}

#texto1.texto_27.asp_32 .container-fluid{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 96px 137px;
}

#texto1.texto_27.asp_32 .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#texto1.texto_27.asp_32 .cont-imagen{
    border-radius: 16px;
    background: url(/img/tomeocasion826/img-acordeon-postventa.jpg) lightgray 50% / cover no-repeat;
    height: 677px;
    flex: 0 0 40%;
}

#texto1.texto_27.asp_32 .cont-texto{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

#texto1.texto_27.asp_32 .cont-texto .titulo{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    padding-bottom: 16px;
}

#texto1.texto_27.asp_32 .cont-texto .texto{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#texto1.texto_27.asp_32 .panel-default>.panel-heading{
    padding: 24px 30px;
    border-radius: 8px;
    border: 1px solid var(--OFFwhite, #F3F2F2);
    background: var(--OFFwhite, #F3F2F2);
}

#texto1.texto_27.asp_32 .panel-default>.panel-heading .panel-title a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

#texto1.texto_27.asp_32 .panel-default .panel-body{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-top: none;
}

#texto1.texto_27.asp_32 .panel-default{
    margin-top: 32px;
}

#servicio2.servicio_27 .container-fluid{
    padding-top: 64px;
    padding-bottom: 64px;
}

#servicio2.servicio_27 .titulo_card{
    margin-bottom: 32px;
}

#servicio2.servicio_27 .card_servicio .row{
    gap: 32px;
}

@media(max-width: 991px){
    #texto1.texto_27.asp_32 .container-fluid{
        padding: 60px 15px;
    }
    #texto1.texto_27.asp_32 .cont-texto .titulo{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_27.asp_32 .cont-texto .texto{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_27.asp_32 .panel-default>.panel-heading .panel-title a{
        color: var(--Black, #000);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    #texto1.texto_27.asp_32 .contenedor{
        flex-direction: column;
    }
}

#destacado1.destacado_27 .titulos a{
    display: none;
}

#destacado1.destacado_27 .titulo{
    max-width: 670px;
    margin: auto;
    padding-bottom: 16px;
}

#destacado1.destacado_27 .subtitulo{
    max-width: 670px;
    margin: auto;
    padding-bottom: 64px;
}

#mapa_simple.mapa_simple_27 .container{
    padding-top: 0;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros{
    position: relative;
    overflow:hidden;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .swiper-slide{
    aspect-ratio: 16/8;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .swiper-slide img{
    aspect-ratio: 16/8;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .swiper-slide-active{
    aspect-ratio: 16/10;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .swiper-slide-active img{
    aspect-ratio: 16/10;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .slide1 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .slide2 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .slide3 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .button-prev{
    position: absolute;
    left: 10.5%;
    top: 50%;
    border-radius: 200px;
    background: rgba(124, 139, 161, 0.30);
    padding: 10px;
}

#texto1.texto_27.asp_17 .swiper-container-slides-nosotros .button-next{
    position: absolute;
    right: 10.5%;
    top: 50%;
    border-radius: 200px;
    background: rgba(124, 139, 161, 0.30);
    padding: 10px;
}

#texto1.texto_27.asp_17 .container-fluid{
    background-color: #000;
}

#texto1.texto_27.asp_17 .col-lg-12 {
    padding: 0;
}

#texto1.texto_27.asp_17 .swiper-pagination{
    position: absolute;
    left: 13.5%;
    top: 50%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transform: translateX(50%);
}

#texto1.texto_27.asp_17 .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #fff;
}

#texto1.texto_27.asp_17 .swiper-pagination .swiper-pagination-bullet-active{
    position: relative;
    outline: 1px solid #fff;
    outline-offset: 5px;
}

#texto1.texto_27.asp_17 .swiper-pagination .swiper-pagination-bullet-active::after{
    border-radius: 50%;
}

@media (min-width: 1600px) {
    #texto1.texto_27.asp_17 .container {
        width: 100%;
        max-width: 1920px;
        padding-top: 64px;
        padding-bottom: 64px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 990px) {
    #texto1.texto_27.asp_17 {
        display: none;
    }
}

#texto1.texto_28.asp_42 .container-fluid{
    height: 830px;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 48.2%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/img/tomeocasion826/gama-banner.jpg) lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#texto1.texto_28.asp_42 .container-fluid>div{
    height: 100%;
}

#texto1.texto_28.asp_42 .titulo{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
}

#texto1.texto_28.asp_42 .container{
    height: 100%;
}

#texto1.texto_28.asp_42 .row{
    height: 100%;
}

#texto1.texto_28.asp_42 .row>.col-xs-12{
    height: 100%;
    position: relative;
}

#texto1.texto_28.asp_42 .inferior{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#texto1.texto_28.asp_42 .inferior .subtitulo{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; 
    margin-bottom: 8px;
}

#texto1.texto_28.asp_42 .inferior .subtitulo2{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 32px;
}

#texto1.texto_28.asp_42 .inferior .texto{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding-bottom: 32px;
    max-width: 642px;
}

#texto1.texto_28.asp_42 .inferior a{
    border-radius: 10px;
    border: 1px solid var(--Red, #EF7B11);
    background: var(--Red, #EF7B11);
    padding: 14px 20px;
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

@media(max-width: 991px){
    #texto1.texto_28.asp_42 .titulo{
        display: none;
    }
    #texto1.texto_28.asp_42 .inferior{
        width: 100%;
        padding: 15px;
        transform: translateX(-50%);
        bottom: 30px;
    }
    #texto1.texto_28.asp_42 .inferior .subtitulo{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_28.asp_42 .inferior .subtitulo2{
        color: var(--White, #FFF);
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_28.asp_42 .inferior .texto{
        text-align: center;
    }
}

#texto1.texto_28.asp_32{
    background-image: url(/img/tomeocasion826/bg-acordeon-postventa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity, normal;
}

#texto1.texto_28.asp_32 .container-fluid{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 96px 137px;
}

#texto1.texto_28.asp_32 .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#texto1.texto_28.asp_32 .cont-imagen{
    border-radius: 16px;
    background: url(/img/tomeocasion826/img-acordeon-postventa.jpg) lightgray 50% / cover no-repeat;
    height: 677px;
    flex: 0 0 40%;
}

#texto1.texto_28.asp_32 .cont-texto{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

#texto1.texto_28.asp_32 .cont-texto .titulo{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    padding-bottom: 16px;
}

#texto1.texto_28.asp_32 .cont-texto .texto{
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#texto1.texto_28.asp_32 .panel-default>.panel-heading{
    padding: 24px 30px;
    border-radius: 8px;
    border: 1px solid var(--OFFwhite, #F3F2F2);
    background: var(--OFFwhite, #F3F2F2);
}

#texto1.texto_28.asp_32 .panel-default>.panel-heading .panel-title a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

#texto1.texto_28.asp_32 .panel-default .panel-body{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-top: none;
}

#texto1.texto_28.asp_32 .panel-default{
    margin-top: 32px;
}

#servicio2.servicio_28 .container-fluid{
    padding-top: 64px;
    padding-bottom: 64px;
}

#servicio2.servicio_28 .titulo_card{
    margin-bottom: 32px;
}

#servicio2.servicio_28 .card_servicio .row{
    gap: 32px;
}

@media(max-width: 991px){
    #texto1.texto_28.asp_32 .container-fluid{
        padding: 60px 15px;
    }
    #texto1.texto_28.asp_32 .cont-texto .titulo{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #texto1.texto_28.asp_32 .cont-texto .texto{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #texto1.texto_28.asp_32 .panel-default>.panel-heading .panel-title a{
        color: var(--Black, #000);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    #texto1.texto_28.asp_32 .contenedor{
        flex-direction: column;
    }
}

#destacado1.destacado_28 .titulos a{
    display: none;
}

#destacado1.destacado_28 .titulo{
    max-width: 670px;
    margin: auto;
    padding-bottom: 16px;
}

#destacado1.destacado_28 .subtitulo{
    max-width: 670px;
    margin: auto;
    padding-bottom: 64px;
}

#mapa_simple.mapa_simple_27 .container{
    padding-top: 0;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros{
    position: relative;
    overflow:hidden;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .swiper-slide{
    aspect-ratio: 16/8;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .swiper-slide img{
    aspect-ratio: 16/8;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .swiper-slide-active{
    aspect-ratio: 16/10;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .swiper-slide-active img{
    aspect-ratio: 16/10;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .slide1 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .slide2 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .slide3 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .button-prev{
    position: absolute;
    left: 10.5%;
    top: 50%;
    border-radius: 200px;
    background: rgba(124, 139, 161, 0.30);
    padding: 10px;
}

#texto1.texto_28.asp_17 .swiper-container-slides-nosotros .button-next{
    position: absolute;
    right: 10.5%;
    top: 50%;
    border-radius: 200px;
    background: rgba(124, 139, 161, 0.30);
    padding: 10px;
}

#texto1.texto_28.asp_17 .container-fluid{
    background-color: #000;
}

#texto1.texto_28.asp_17 .col-lg-12 {
    padding: 0;
}

#texto1.texto_28.asp_17 .swiper-pagination{
    position: absolute;
    left: 13.5%;
    top: 50%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transform: translateX(50%);
}

#texto1.texto_28.asp_17 .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #fff;
}

#texto1.texto_28.asp_17 .swiper-pagination .swiper-pagination-bullet-active{
    position: relative;
    outline: 1px solid var(--color-white);
    outline-offset: 5px;
}

#texto1.texto_28.asp_17 .swiper-pagination .swiper-pagination-bullet-active::after{
    border-radius: 50%;
}

@media (min-width: 1600px) {
    #texto1.texto_28.asp_17 .container {
        width: 100%;
        max-width: 1920px;
        padding-top: 64px;
        padding-bottom: 64px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 990px) {
    #texto1.texto_28.asp_17 {
        display: none;
    }
}

/* detalle gama modelos */

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros{
    position: relative;
    overflow:hidden;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .swiper-slide{
    aspect-ratio: 16/8;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .swiper-slide img{
    aspect-ratio: 16/8;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .swiper-slide-active{
    aspect-ratio: 16/10;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .swiper-slide-active img{
    aspect-ratio: 16/10;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .slide1 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .slide2 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .slide3 img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .button-prev{
    position: absolute;
    left: 10.5%;
    top: 50%;
    border-radius: 200px;
    background: rgba(124, 139, 161, 0.30);
    padding: 10px;
}

#texto1.texto_48.asp_27 .swiper-container-slides-nosotros .button-next{
    position: absolute;
    right: 10.5%;
    top: 50%;
    border-radius: 200px;
    background: rgba(124, 139, 161, 0.30);
    padding: 10px;
}

#texto1.texto_48.asp_27 .container-fluid{
    background-color: #000;
}

#texto1.texto_48.asp_27 .col-lg-12 {
    padding: 0;
}

#texto1.texto_48.asp_27 .swiper-pagination{
    position: absolute;
    left: 13.5%;
    top: 50%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transform: translateX(50%);
}

#texto1.texto_48.asp_27 .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #fff;
}

#texto1.texto_48.asp_27 .swiper-pagination .swiper-pagination-bullet-active{
    position: relative;
    outline: 1px solid #fff;
    outline-offset: 5px;
}

#texto1.texto_48.asp_27 .swiper-pagination .swiper-pagination-bullet-active::after{
    border-radius: 50%;
}

@media (min-width: 1600px) {
    #texto1.texto_48.asp_27 .container {
        width: 100%;
        max-width: var(--container-width);
        padding-top: 64px;
        padding-bottom: 64px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 990px) {
    #texto1.texto_48.asp_27 {
        display: none;
    }
}

#caracteristicas_detalle_gama .titulo{
    text-align: left;
    color: var(--Primary-Black, #0A0C10);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
}

#caracteristicas_detalle_gama .subtitulo{
    max-width: 643px;
    color: var(--Primary-Black, #0A0C10);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding-top: 16px;
    line-height: 30px;
}

#caracteristicas_detalle_gama .contCards .card .titulo{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--Primary-Black, #0A0C10);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 32px;
}

#caracteristicas_detalle_gama .contCards .card .texto{
    color: var(--Primary-Black, #0A0C10);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 507px;
}

#caracteristicas_detalle_gama .contCards .card .backImg{
    margin-bottom: 0px;
    border-radius: 8px;
}

#versiones_detalle_gama_2 .equipamiento li::before{
    background-image: url(/img/tomeocasion826/check-versiones.svg);
}

#versiones_detalle_gama_2 .principal .container-info .titulo-h4{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

#versiones_detalle_gama_2 .principal .container-info .texto{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

#versiones_detalle_gama_2 .principal .container-info .titulo-h4.precio{
    color: var(--Black, #000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#versiones_detalle_gama_2 .boton{
    border-radius: 10px;
    border: 1px solid var(--Red, #EF7B11);
    background: var(--Red, #EF7B11);
    color: var(--White, #FFF);
    font-family: "DM Sans";
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}

#versiones_detalle_gama_2 .equipamiento{
    margin-top: 16px;
    margin-bottom: 32px;
}

#versiones_detalle_gama_2 .equipamiento li{
    color: var(--Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

@media(max-width: 991px){
    #caracteristicas_detalle_gama .titulo{
        color: var(--Primary-Black, #0A0C10);
        font-family: "DM Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px; 
        padding-bottom: 8px;
    }
    #caracteristicas_detalle_gama .subtitulo{
        padding-top: 0;
        color: var(--Primary-Black, #0A0C10);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    #caracteristicas_detalle_gama .contCards{
        padding: 0;
    }
    #caracteristicas_detalle_gama{
        padding-bottom: 48px;
        padding-top: 48px;
    }
    #caracteristicas_detalle_gama .contCards .card .titulo{
        padding-top: 24px;
        padding-bottom: 16px;
    }
    #hero1_detalle_gama .container .contenedor_texto .titulo{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #hero1_detalle_gama .container .contenedor_texto .subtitulo{
        color: var(--White, #FFF);
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    #hero1_detalle_gama .container .contenedor_texto{
        margin-left: 0px;
    }
}
/*404*/

#error1{
    padding-top: 100px;
}
#error1 .error_404_contenido .navegacion {
    background-color: #50535A;
    color: #ffffff;
}
#error1 .error_404_contenido .navegacion:hover{
    background-color: #000;
    color: white;
}

/* Mapa */

#datos12 {
    background: #f7f6f5;
    border-radius: 0 0 50px 50px;
}

#datos12.datos12-10{
    background-color: #f3f2f2;
}

#datos12 .container{
    padding-top: 64px;
    padding-bottom: 47px;
    width: var(--container-width);
    max-width: 100%;
}

#datos12.datos12-1 .container{
    padding-top: 32px;
}

#datos12 .titulo{
    color: var(--FTome-Black, #000);
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px; /* 100% */
    text-align: center;
    margin: 0 0 32px;
}

#datos12 .titulo b{
    font-weight: 700;
}

#datos12 .container-link-concesionarios{
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 16px;
}

#datos12 .container-link-concesionarios .nombre-concesionario{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 8px 18px;
    width: fit-content;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

#datos12 .container-link-concesionarios .nombre-concesionario:hover{
    background: var(--FTome-Orange, #EF7B11);
    color: #fff
}

#datos12 .container-link-concesionarios .nombre-concesionario.activo{
    background: var(--FTome-Orange, #EF7B11);
    color: #fff;
}


#datos12 .contenedor-texto-mapa{
    padding:0;
}

#datos12 .container-lista-mapas{
    height: 750px;
    padding: 0;
}

#datos12 .mapa {
    display: none;
    height: 750px;
    background-size: cover;
    border-radius: 50px;
    background-image: url(/img/420grupoftome1753/mapa.png) !important;
}

#datos12 .mapa.mapa-audi{
    display: flex;
    background-image: url(/img/420grupoftome1753/mapa.png);
}

#datos12 .mapa.mapa-skoda,
#datos12 .mapa.mapa-volkswagen,
#datos12 .mapa.mapa-vwcomerciales {
    background-image: url(/img/420grupoftome1753/mapa.png);
}

#datos12 .container-datos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
    width: 405px;
    padding: 32px;
    flex-shrink: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 48px;
    background-color: var(--color-white, #FFF);
    border-radius: 12px;
}

#datos12 .container-datos .titulo{
    color: var(--Black, var(--Color, #000));
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 112.5% */
    text-align: left;
    margin: 0;
}

#datos12 select{
    margin: 0;
    appearance: none;
    border: none;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background-image: url(/img/420grupoftome1753/icono-chevron-down.svg);
    background-position-x: calc(100% - 24px);
    border-radius: 60px;
    border: 1.5px solid var(--FTome-Black, #000);
    color: var(--FTome-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}

#datos12  .container-datos-ubi .container-info{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#datos12 .container-datos-ubi .container-horario{
    margin: 8px 0 0;
}

#datos12 .container-datos-ubi .titulo-location{
    margin-bottom: 8px;
    color: var(--FTome-Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#datos12 .container-datos-ubi a{
    color: var(--FTome-Black, #000);
}

#datos12  .container-datos-ubi .direccion{
    color: var(--FTome-Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#datos12 .container-datos-ubi .texto{
    color: var(--FTome-Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#datos12 .container-datos-ubi .link{
    color: var(--FTome-Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 8px;
}

#datos12  .container-datos-ubi .link a{
    color: var(--FTome-Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}


#datos12 .nombre-ubi {
    position: absolute;
    cursor: pointer;
    background: #000;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#datos12 .nombre-ubi.activo {
    background: #EF7B11;
}

#datos12 .nombre-ubi.ubi-0 {
    left: 107ch;
    top: 365px;
}

#datos12 .nombre-ubi.ubi-1 {
    left: 102ch;
    top: 365px;
}

#datos12 .nombre-ubi.ubi-2 {
    left: 97ch;
    top: 415px;
}

#datos12 .nombre-ubi.ubi-3 {
    left: 83ch;
    top: 370px;
}

#datos12 .nombre-ubi.ubi-4,
#datos12 .nombre-ubi.ubi-8,
#datos12 .nombre-ubi.ubi-16{
    left: 103ch;
    top: 365px;
}

/*#datos12 .nombre-ubi.ubi-5 {
    left: 83ch;
    top: 365px;
}*/

#datos12 .nombre-ubi.ubi-13/*,
#datos12 .nombre-ubi.ubi-6*/ {
    left: 115ch;
    top: 217px;
}

#datos12 .nombre-ubi.ubi-7,
#datos12 .nombre-ubi.ubi-9,
#datos12 .nombre-ubi.ubi-17 {
    left: 97ch;
    top: 415px;
}

#datos12 .nombre-ubi.ubi-10 {
    left: 83ch;
    top: 380px;
}

#datos12 .nombre-ubi.ubi-11 {
    left: 79ch;
    top: 380px;
}

#datos12 .nombre-ubi.ubi-12 {
    left: 91ch;
    top: 400px;
}

#datos12 .nombre-ubi.ubi-14,
#datos12 .nombre-ubi.ubi-18,
#datos12 .nombre-ubi.ubi-5{
    left: 121ch;
    top: 330px;
}

#datos12 .nombre-ubi.ubi-15,
#datos12 .nombre-ubi.ubi-19,
#datos12 .nombre-ubi.ubi-6{
    left: 153ch;
    top: 75px;
}

#datos12 .container-mobile{
    display: none;
}

/* @media (min-width: 1700px) {
    #datos12 .container {
        width: 100%;
        max-width: 1680px;
    }
} */

@media(max-width:1699px){
    #datos12 .mapa {
        background-position: 50%;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 72ch;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 96ch;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 127ch;
    }
}
@media(max-width:1599px){
    /* #datos12 .mapa.mapa-volkswagen,
    #datos12 .mapa.mapa-vwcomerciales{
        background-position-x: -170px;
    } */

    #datos12 .nombre-ubi.ubi-8,
    #datos12 .nombre-ubi.ubi-16{
        left:80ch;
    }


    #datos12 .nombre-ubi.ubi-13{
        left: 95ch;
    }

    #datos12 .nombre-ubi.ubi-9,
    #datos12 .nombre-ubi.ubi-17 {
        left: 85ch;
    }

    #datos12 .nombre-ubi.ubi-10 {
        left: 63ch;
    }

    #datos12 .nombre-ubi.ubi-11 {
        left: 59ch;
    }

    #datos12 .nombre-ubi.ubi-12 {
        left: 71ch;
    }

    #datos12 .nombre-ubi.ubi-14,
    #datos12 .nombre-ubi.ubi-18 {
        left: 114ch;
    }

    #datos12 .nombre-ubi.ubi-15,
    #datos12 .nombre-ubi.ubi-19 {
        left: 147ch;
    }

    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 62ch;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 86ch;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 117ch;
    }
}

@media(max-width:1399px){
   
    #datos12 .container-datos{
       position: static;
       transform: translateY(-50px);
       width: 100%;
    }
    #datos12 .mapa {
        background-position: 75%;
    }

    #datos12 .nombre-ubi.ubi-0{
        left: 62ch;
    }

    #datos12 .nombre-ubi.ubi-1,
    #datos12 .nombre-ubi.ubi-2{
        left: 67ch;
    }

    #datos12 .nombre-ubi.ubi-3{
        left: 47ch;
    }

    #datos12 .nombre-ubi.ubi-4{
        left: 62ch;
    }

    #datos12 .nombre-ubi.ubi-5{
        left: 49ch;
    }

    #datos12 .nombre-ubi.ubi-6{
        left: 81ch;
    }

    #datos12 .nombre-ubi.ubi-7{
        left: 66ch;
    }
    

    #datos12 .nombre-ubi.ubi-8,
    #datos12 .nombre-ubi.ubi-16{
        left:43ch;
    }


    #datos12 .nombre-ubi.ubi-13{
        left: 56ch;
    }

    #datos12 .nombre-ubi.ubi-9,
    #datos12 .nombre-ubi.ubi-17 {
        left: 48ch;
    }

    #datos12 .nombre-ubi.ubi-10 {
        left: 25ch;
    }

    #datos12 .nombre-ubi.ubi-11 {
        left: 21ch;
    }

    #datos12 .nombre-ubi.ubi-12 {
        left: 32ch;
    }

    #datos12 .nombre-ubi.ubi-14,
    #datos12 .nombre-ubi.ubi-18 {
        left: 75ch;
    }

    #datos12 .nombre-ubi.ubi-15,
    #datos12 .nombre-ubi.ubi-19 {
        left: 110ch;
    }

    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 35ch;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 60ch;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 91ch;
    }
}

/* @media (min-width: 1400px) and (max-width: 1599px) {
    #datos12 .container {
        max-width: 1280px;
        width: 100%;
    }
} */

@media(max-width:1199px){
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 20ch;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 44ch;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 75ch;
    }
}

@media(max-width:991px){

    #datos12 .container{
        padding-top:32px;
        padding-bottom:0px;
    }

    #datos12 .container-datos {
        transform: unset;
        border-radius: 30px 30px 0 0 !important;
    }

    #datos12 .texto{
        margin: 0;
        color: var(--FTome-Black, #000);
    }

    #datos12 .container-texto{
        display: flex;
        flex-direction: column;
        gap:16px;
    }

    #datos12 .mapa.mapa-volkswagen,
    #datos12 .mapa.mapa-vwcomerciales{
        background-image: url(/img/420grupoftome1753/mapa-volkswagen.png);
    }

    #datos12 .container-datos .titulo-h4{
        display: none;
    }

    #datos12 .nombre-ubi.ubi-10{
        left: 20.5ch;
    }

    #datos12 .nombre-ubi.ubi-11{
        left: 17.5ch;
    }

    #datos12 .nombre-ubi.ubi-12{
        left: 21.5ch;
    }

    #datos12 .nombre-ubi.ubi-8,
    #datos12 .nombre-ubi.ubi-16{
        left: 24.5ch;
    }

    #datos12 .nombre-ubi.ubi-13{
        left: 29.5ch;
    }

    #datos12 .nombre-ubi.ubi-14,
    #datos12 .nombre-ubi.ubi-18{
        left: 33.5ch;
    }

    #datos12 .nombre-ubi.ubi-9,
    #datos12 .nombre-ubi.ubi-17{
        left: 27.5ch;
    }

    #datos12 .nombre-ubi.ubi-15,
    #datos12 .nombre-ubi.ubi-19{
        left: 43.5ch;
    }
    #datos12 .mapa {
        background-position: 70%;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 8ch;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 33ch;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 64ch;
    }

}

@media(max-width:767px){

    #datos12 .contenedor-texto-mapa{
        margin: 0 -15px;
        width: 100vw;
    }

    #datos12 .mapa,
    #datos12 .container-lista-mapas{
        height: 420px;
    }

    #datos12 .mapa{
        border-radius: 0;
    }

    #datos12 .mapa.mapa-audi,
    #datos12 .mapa.mapa-skoda{
        /*transform: scale(1.5);*/
    }

    #datos12 .mapa.mapa-volkswagen,
    #datos12 .mapa.mapa-vwcomerciales{
        /*transform: scale(1.2);*/
    }

    #datos12 .container-lista-mapas{
        overflow: hidden;
    }

    #datos12 .container-datos{
        border-radius: 30px;
    }

    #datos12 .titulo{
        text-align: left;
        color: var(--FTome-Black, #000);
        font-size: 40px;
        line-height: 40px;
    }

    #datos12 .nombre-ubi{
        width: 30px;
        height: 30px;
    }

    #datos12 .nombre-ubi img{
        width: 13px;
    }

    #datos12 .container-links .link{
        width: 40px;
        height: 40px;
    }

    #datos12 .container-links .link svg{
        width: 17px;
    }

    #datos12 .nombre-ubi.ubi-0 {
        left: 25.5ch;
        top: 235px;
    }

    #datos12 .nombre-ubi.ubi-1 {
        left: 28.5ch;
        top: 235px;
    }

    #datos12 .nombre-ubi.ubi-2 {
        left: 25.5ch;
        top: 260px;
    }

    #datos12 .nombre-ubi.ubi-3 {
        left: 13.5ch;
        top: 240px;
    }

    #datos12 .nombre-ubi.ubi-4 {
        left: 25.5ch;
        top: 235px;
    }

    #datos12 .nombre-ubi.ubi-5 {
        left: 14.5ch;
        top: 240px;
    }

    #datos12 .nombre-ubi.ubi-6 {
        left: 34.5ch;
        top: 135px;
    }

    #datos12 .nombre-ubi.ubi-7 {
        left: 28.5ch;
        top: 235px;
    }

    #datos12 .nombre-ubi.ubi-10{
        left: 20.5ch;
        top: 134px;
    }

    #datos12 .nombre-ubi.ubi-11{
        left: 17.5ch;
        top: 134px;
    }

    #datos12 .nombre-ubi.ubi-12{
        left: 21.5ch;
        top: 160px;
    }

    #datos12 .nombre-ubi.ubi-8,
    #datos12 .nombre-ubi.ubi-16{
        left: 24.5ch;
        top: 145px;
    }

    #datos12 .nombre-ubi.ubi-13{
        left: 29.5ch;
        top: 100px;
    }

    #datos12 .nombre-ubi.ubi-14,
    #datos12 .nombre-ubi.ubi-18{
        left: 33.5ch;
        top: 140px;
    }

    #datos12 .nombre-ubi.ubi-9,
    #datos12 .nombre-ubi.ubi-17{
        left: 27.5ch;
        top: 145px;
    }

    #datos12 .nombre-ubi.ubi-15,
    #datos12 .nombre-ubi.ubi-19{
        left: 43.5ch;
        top: 50px;
    }
    #datos12 .mapa {
        background-size: 1770px !important;
        background-repeat: no-repeat !important;
        background-position: -705px 10% !important;
        transform: unset !important;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 16ch;
        top: 350px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 39ch;
        top: 295px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 68.15ch;
        top: 50px;
    }
}

@media(max-width:735px){
    #datos12 .mapa {
        background-size: 1770px !important;
        background-repeat: no-repeat !important;
        background-position: -815px 10% !important;
        transform: unset !important;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 4.5ch;
        top: 350px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 27ch;
        top: 295px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 56.15ch;
        top: 50px;
    }
}
@media(max-width:625px){
    #datos12 .mapa {
        background-size: 1520px !important;
        background-repeat: no-repeat !important;
        background-position: -705px 10% !important;
        transform: unset !important;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 3ch;
        top: 310px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 23ch;
        top: 255px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 47.15ch;
        top: 47px;
    }
}
@media(max-width:530px){
    #datos12 .mapa {
        background-size: 1400px !important;
        background-position: -653px 10% !important;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 2ch;
        top: 285px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 20ch;
        top: 235px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 43.15ch;
        top: 47px;
    }
}
@media(max-width:485px){
    #datos12 .mapa {
        background-size: 1400px !important;
        background-position: -653px 10% !important;
        height: 300px;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        top: 245px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 18ch;
        top: 195px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 38.15ch;
        top: 32px;
    }
}
@media(max-width:425px){
    #datos12 .mapa {
        background-size: 1130px !important;
        background-position: -527px 10% !important;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 1.5ch;
        top: 225px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 16ch;
        top: 180px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 34.15ch;
        top: 32px;
    }
}
@media(max-width:390px){
    #datos12 .mapa {
        background-size: 1030px !important;
        background-position: -480px 10% !important;
    }
    #datos12 .nombre-ubi.ubi-7, #datos12 .nombre-ubi.ubi-9, #datos12 .nombre-ubi.ubi-17, #datos12 .nombre-ubi.ubi-2 {
        left: 1.5ch;
        top: 210px;
    }
    #datos12 .nombre-ubi.ubi-14, #datos12 .nombre-ubi.ubi-18, #datos12 .nombre-ubi.ubi-5 {
        left: 15ch;
        top: 164px;
    }
    #datos12 .nombre-ubi.ubi-15, #datos12 .nombre-ubi.ubi-19, #datos12 .nombre-ubi.ubi-6 {
        left: 31.15ch;
        top: 29px;
    }
}

/* blog titulo */

#promociones2.promociones_22{
    padding-top: 30px;
}

#titulo3.titulo_15{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#promociones1.promociones_15{
    padding-top: 0;
    padding-bottom: 0;
}

#titulo3.titulo_15 .cabecera_fullwidth{
    padding-top: 80px;
    padding-bottom: 40px;
}

#titulo3.titulo_15 .container{
    padding: 0;
}

#titulo3.titulo_15 .container-txt{
    padding: 0;
    align-items: flex-start;
}

#titulo3.titulo_15 h1{
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    color: #FFF;
    padding-left: 15px;
    font-family: "DM Sans";
}

/* blog listado */

#blog1{
    height: auto;
    background-color: var(--color-light-grey);
}

#blog1 .container-fluid{
    padding: 60px 15px;
}

#blog1 .container-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#blog1 section{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: none;
}

#blog1 .contImg img{
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 8px 8px 0px 0px;
}

#blog1 .container-info{
  padding: 32px;
  background-color: var(--color-black);
  flex: 1;
  border-radius: 0px 0px 8px 8px;
}

#blog1 .container-info .titulo{
    color: var(--color-white);
    margin: 0 0 24px 0;
    font-size: 24px !important;
    font-family: "DM Sans";
}

#blog1 .boton-line-light{
    border: 2px solid #FFF !important;
    background: transparent !important;
    color: #FFF;
    padding: 10px;
}

#blog1 .boton-line-light:hover{
    text-decoration: none;
}

#blog1 .paginacion li {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 0px;
    color: #000 !important;
    background-color: transparent !important;
}

@media(max-width:1199px){
    #blog1 .container-cards{
        grid-template-columns: repeat(2, 1fr);
    }

    #blog1 .container-cards section:first-child{
        grid-column: auto;
    }
}

@media(max-width:767px){
    #blog1 .container-fluid{
        padding: 0 15px;
    }
    #blog1 .container-cards{
        grid-template-columns: 1fr;
        gap: 32px;
    }

}

/* blog banner */

#texto1.texto_15.asp_17{
    overflow: hidden;
}

#texto1.texto_15.asp_17 .container-fluid{
    border-radius: 10px;
    background: var(--Gray-4, #BDBDBD);
    max-width: 1794px;
    margin-top: 46px;
    margin-bottom: 150px;
    height: 470px;
}

#texto1.texto_15.asp_17 .contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#texto1.texto_15.asp_17 .cont-foto{
    flex: 1;
    position: relative;
}


#texto1.texto_15.asp_17 .cont-texto{
    flex: 1;
    display: flex;
    flex-direction: column;
}

#texto1.texto_15.asp_17 .cont-texto .titulo{
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px; 
    max-width: 620px;
    text-align: left;
}

#texto1.texto_15.asp_17 .cont-texto .texto{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 34px;
    max-width: 620px;
}

#texto1.texto_15.asp_17 .cont-texto .enlace a{
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    padding: 14px 20px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
}

#texto1.texto_15.asp_17 .cont-texto .enlace a:hover{
    background: #FFF;
    color: #000;
    text-decoration: none;
}

#texto1.texto_15.asp_17 .cont-foto img{
    overflow: hidden;
    transform: translate(0%, 6%) scale(1);
}

@media(max-width: 991px){
    #texto1.texto_15.asp_17{
        padding: 0 15px;
    }
    #texto1.texto_15.asp_17 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_15.asp_17 .cont-foto img{
        overflow: hidden;
        transform: translate(0%, -17%) scale(1);
    }
    #texto1.texto_15.asp_17 .cont-texto{
        margin-bottom: -40px;
    }
    #texto1.texto_15.asp_17 .container{
        padding: 24px 16px 30px 16px;
    }
    #texto1.texto_15.asp_17 .cont-texto .titulo{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px; 
    }
    #texto1.texto_15.asp_17 .cont-texto .texto{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
    }
}
@media (max-width: 700px) {
    #texto1.texto_15.asp_17 .container-fluid {
        height: 555px;
    }
    #texto1.texto_15.asp_17 .cont-foto img{
        transform: translate(35%, 35%) scale(1.5);
    }
}

#texto1.texto_22.asp_22{
    overflow: hidden;
}

#texto1.texto_22.asp_22 .container-fluid{
    border-radius: 10px;
    background: var(--Gray-4, #BDBDBD);
    max-width: 1794px;
    margin-top: 46px;
    margin-bottom: 150px;
    height: 470px;
}

#texto1.texto_22.asp_22 .contenedor{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#texto1.texto_22.asp_22 .cont-foto{
    flex: 1;
    position: relative;
}


#texto1.texto_22.asp_22 .cont-texto{
    flex: 1;
    display: flex;
    flex-direction: column;
}

#texto1.texto_22.asp_22 .cont-texto .titulo{
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px; 
    max-width: 620px;
    text-align: left;
}

#texto1.texto_22.asp_22 .cont-texto .texto{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 34px;
    max-width: 620px;
}

#texto1.texto_22.asp_22 .cont-texto .enlace a{
    border-radius: 10px;
    background: var(--FTome-Orange, #EF7B11);
    padding: 14px 20px;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #fff;
}

#texto1.texto_22.asp_22 .cont-texto .enlace a:hover{
    background: #FFF;
    color: #000;
    text-decoration: none;
}

#texto1.texto_22.asp_22 .cont-foto img{
    overflow: hidden;
    transform: translate(0%, 6%) scale(1);
}

@media(max-width: 991px){
    #texto1.texto_22.asp_22{
        padding: 0 15px;
    }
    #texto1.texto_22.asp_22 .contenedor{
        flex-direction: column;
    }
    #texto1.texto_22.asp_22 .cont-foto img{
        overflow: hidden;
        transform: translate(0%, -17%) scale(1);
    }
    #texto1.texto_22.asp_22 .cont-texto{
        margin-bottom: -40px;
    }
    #texto1.texto_22.asp_22 .container{
        padding: 24px 16px 30px 16px;
    }
    #texto1.texto_22.asp_22 .cont-texto .titulo{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px; 
    }
    #texto1.texto_22.asp_22 .cont-texto .texto{
        color: var(--Primary-Black, #000);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
    }
}
@media (max-width: 700px) {
    #texto1.texto_22.asp_22 .container-fluid {
        height: 555px;
    }
    #texto1.texto_22.asp_22 .cont-foto img{
        transform: translate(35%, 35%) scale(1.5);
    }
}

/* blog recientes */

#promocion_detalle1 .titulo,
#blog_recientes3 .contTitulo .titulo{
    font-family: "DM Sans";
}

#promocion_detalle1 .descripcion{
    margin-top: 20px;
    font-family: "DM Sans";
}

#promocion_detalle1 .descripcion{
    margin-top: 20px;
    font-family: "DM Sans" !important;
    color: var(--Primary-Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#promocion_detalle1 h2{
    color: var(--Primary-Black, #000);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

#blog_recientes3 .container-fluid .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #EF7B11;
}

#blog_recientes3 .boton-line-light{
    border: 2px solid #FFF !important;
    background: transparent !important;
    color: #FFF;
    padding: 10px;
    width: fit-content;
}

#blog_recientes3 .card_blog{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

#blog_recientes3 .card_blog .cont-texto{
    background-color: #000;
    padding: 32px;
    padding-bottom: 47px;
}

#blog_recientes3 .container-fluid{
    padding: 60px 15px;
}

#blog_recientes3 a:hover, #blog_recientes3 .card_blog:hover{
    border: none;
    box-shadow: none;
}

#blog_recientes3 .card_blog .titulo_card{
    color: #fff;
    font-family: "DM Sans";
}

#blog_recientes3 .card_blog .fecha{
    color: #fff;
    font-family: "DM Sans";
    margin-top: 0;
    margin-bottom: 0;
}

#blog_recientes3 .card_blog .cont-imagen img{
    width: 100%;
}

#blog_recientes3 .card_blog .texto{
    color: #fff;
}

#blog_recientes3 .card_blog .fecha{
    padding-bottom: 30px;
}

#promocion_detalle1 .container-principal .imagen{
    background-size: cover;
}

#blog_recientes3 .cardCol{
    margin-top: 0;
}

#blog_recientes3 .cardCol.not-first{
    margin-top: 30px;
}

#blog_recientes3 .footer a{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px !important;
    padding: 16px;
    backdrop-filter: blur(16px);
}

#blog_recientes3 .containerCards{
    display: flex;
    flex-direction: row;
    padding: 0 15px;
    margin-top: 48px;
    float: left;
    width: 100%;
}

#blog_recientes3 .containerCards img{
    object-fit: cover;
    width: 100%;
    height: 350px;
    border-radius: 8px 8px 0px 0px;
}

#blog_recientes3 .container-fluid{
    background-color: transparent;
}

#blog_recientes3 .info{
    height: 200px;
    background-color: #000;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 7px;
    flex: 1;
    flex-wrap: wrap;
    border-radius: 0px 0px 8px 8px;
}

#blog_recientes3 .swiper-pagination-bullet{
    margin: 0 4px;
}

#blog_recientes3 .cardOferta .title-card{
    height: auto;
    color: #fff;
    margin: 0 0 24px 0;
}

#blog_recientes3 .cardOferta .linkBoton{
    margin-top: 24px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 20px;
    width: fit-content;
    font-size: 14px !important;
}

#promociones2.promociones_22{
    padding-top: 0;
    padding-bottom: 0;
}

#blog_recientes3 .pagination{
    display: flex;
    justify-content: center;
    margin-top: 0;
}

#blog_recientes3 .container-entradas-blog {
    overflow: hidden;
}

@media (max-width: 1199px) {
    #promocion_detalle1 .container-principal {
        flex-direction: column;
    }
}

@media(max-width:991px){

    #titulo3.titulo_9 .cabecera_fullwidth,
    #titulo3.titulo_15 .cabecera_fullwidth{
        padding:32px 0 16px 0;
    }

    #titulo3.titulo_9 .titulo,
    #titulo3.titulo_15 .titulo{
        font-size: 48px !important;
        line-height: 48px !important;
        max-width: 15ch;
        padding: 0;
    }

    #promociones1{
        padding-bottom: 32px;
    }

    #promociones1 .containerCards{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    #promociones1 .cardCol{
        margin: 0;
    }

    #promociones1 .cardCol.first,
    #promociones1 .cardCol.second,
    #promociones1 .cardCol.not-first{
        width: 100%;
    }

    #promociones1 .texto-mobile{
        display: block;
        margin:32px 0 20px;
    }

    #promociones1 .texto-desktop{
        display: none;
    }

    /* blog */

    #titulo3.titulo_15 .container{
        width: calc(100% - 40px);
    }

    #blog_recientes3 .card_blog .cont-texto{
        padding: 20px;
    }

    #blog_recientes3 .container-fluid{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    #blog_recientes3 .cardCol.not-first{
        margin-top: 0;
    }
}

@media(max-width:767px){
    #promocion_detalle1 .container-principal{
        margin-left: 0;
    }

    #promociones1 .containerCards{
        grid-template-columns: 1fr;
    }

    #promociones1 .btn-custom,
    #blog_recientes3 .cardOferta .linkBoton{
        margin: 0;
        padding: 13px !important;
        height: 34px !important;
        display: flex;
        align-items: center;
    }

    #promociones1 .cardOferta .title-card, 
    #promociones2 .cardOferta .title-card,
    #blog_recientes3 .card_blog .titulo_card{
        font-size: 26px !important;
        margin-bottom: 16px;
    }

    #promociones1 .cardOferta .full-box{
        float: left;
    }

    #promociones1 .cardOferta .thumb.info{
        padding: 20px;
    }

    /* blog recientes*/

    #blog_recientes3 .card_blog .titulo_card{
        margin: 0 !important;
    }
 
    #blog_recientes3 .card_blog .fecha{
         padding: 0;
    }
 
    #blog_recientes3 .footer a{
         display: flex;
         align-items: center;
         justify-content: center;
         width: fit-content;
         margin-top: 10px;
         padding: 13px;
         font-size: 12px;
    }

    #blog_recientes3 .cardOferta .title-card,
    #blog1 .titulo{
        font-size: 20px !important;
        margin: 0 0 16px;
    }

    #blog_recientes3 .info,
    #blog1 .container-info{
        padding:20px;
    }

    #blog_recientes3 .containerCards{
        padding-top: 0;
    }

    #blog_recientes3 .containerCards img,
    #blog1 .contImg img{
        height: 250px;
    }
}
/*blog home*/

#blog1.blog1_0 .swiper-blog{
    overflow: hidden;
}
#blog1.blog1_0 .titulos h2{
    color: black;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

#blog1.blog1_0 .titulos h3{
    color: black;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 60px;
    max-width: 1050px;
    margin: auto;
}
#blog1.blog1_0 .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -50px;
}

#blog1.blog1_0 .swiper-pagination-bullet {
    background:#1D1D1D;
    opacity: 0.2;
}
#blog1.blog1_0 .swiper-pagination-bullet-active{
    background:#EF7B11;
    border-radius: 64px;
    width: 30px;
    height: 8px;
    opacity: 1;
}

#blog1.blog1_0 .swiper-button-prev{
    left:-20px;
    color: #EF7B11;
}
#blog1.blog1_0 .swiper-slide{
    height: auto;
}
#blog1.blog1_0 .swiper-button-next{
    right:-20px;
    color: #EF7B11;
}
#blog1.blog1_0 section{
    height: 100%;
}
#blog1.blog1_0 .container-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#blog1.blog1_0 .boton-line-light{
    width: fit-content;
}
#blog1.blog1_0 .swiper-button-prev,
    #blog1.blog1_0 .swiper-button-next{
        display: none;
    }
#blog1.blog1_0 .boton-noticias{
    border-radius: 10px;
    border: 2px solid var(--Black, #000);
    padding: 14px 20px;
    letter-spacing: 0.32px;
    color: var(--FTome-Black, #000);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: auto;
}
#blog1.blog1_0 .bottom-boton{
    width: 100%;
    display: flex;
    justify-content: center;
}
@media(max-width:810px){
    
    #blog1.blog1_0 .titulos h2{
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
    }
    
    #blog1.blog1_0 .titulos h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    #blog1.blog1_0 .contImg img{
        height: 350px;
    }
    #blog1.blog1_0 .container{
        padding-bottom: 70px;
    }
}

/*end blog home*/
#promocion_detalle1 .container-form{
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    border: 1px solid var(--color-light-grey, #EFEFEF);
    background-color: #aeaeaf;
    height: fit-content;
    position: sticky;
    top: 140px;
}

#promocion_detalle1 .container-form .titulo{
    color: var(--color-black);
    padding: 0 0 24px !important;
}

#promocion_detalle1 .container-form button{
    border: none;
    margin-left: auto;
    border-radius: 8px;
}

#promocion_detalle1 .container-img img{
    border-radius: 8px;
    width: 100%;
}

#promocion_detalle1 .container-form a{
   color: var(--color-black);
}

#promocion_detalle1 .container-form .form-control{
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: var(--color-light-grey, #EFEFEF);
    border: none;
    border-radius: 0;
    color: var(--color-black);
    font-size: 16px;
    border-radius: 8px;
}

#promocion_detalle1 .container-form .form-control::placeholder{
    color: var(--color-black);
}

#promocion_detalle1 .container-form .form-control[type="text"]{
    height: 56px;
}

#breadcrumbs1{
    margin: 0;
    padding: 12px 0px;
    background-color: #EFEFEF;
}

#breadcrumbs1 .container .breadcrumbs .elementos-paginas{
    flex-wrap: wrap;
}

#breadcrumbs1 .container .breadcrumbs .elementos-paginas a{
    color: #00000033;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#breadcrumbs1 .container .breadcrumbs .elementos-paginas .bread-divisor{
    color: #00000033;
}

#breadcrumbs1 .container .breadcrumbs .elementos-paginas a.promocion{
    color: #000;
}

#breadcrumbs1 .marca-modelo{
  text-transform: capitalize;
}

/* gracias */

#texto1.texto_28 .contaienr-fluid{
    background-color: var(--Primary-OFFwhite);
}

#texto1.texto_28 .container{
    padding-top: 64px;
    padding-bottom: 64px;
}

#texto1.texto_28 .titulo{
    color: #000;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

#texto1.texto_28 .subtitulo{
    color: #000;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media(max-width:991px){
    #texto1.texto_28 .container{
        padding-top: 120px;
        padding-bottom: 32px;
    }
    
    #texto1.texto_28 .titulo{
        font-size: 32px;
        line-height: 36px;
    }
    
    #texto1.texto_28 .subtitulo{
        font-size: 18px;
        line-height: 20px;
    }
}
.container-titulo-mobile {
    margin-bottom: 20px;
}
@media(max-width: 767px) {
    #detalle_imagen1 .container-fluid .thumbs .thumb:nth-child(4),
    #detalle_imagen1 .container-fluid .thumbs .thumb:nth-child(5) {
    display: none;
    }
}

#listadoseo .paginacion li.pagina.active, 
#listadoseo .paginacion li.pagina:hover {
    color: black;
}