
:root{
    --color-brand-primary: #f38a1a;
    --color-grey:#3D3D3D;
    --color-grey-200:#808080;
    --color-white:#FFF;
    --color-black:#1F201F; 
    --color-grey-100:#E7E7E7;
    --Color-Secondary-Secondary-500: #1D1D1C;

}
/* @media (min-width: 1500px) {
    :root{
        --container-width-xl: 1200px;
    }
    #menu17 .container{
        max-width: var(--container-width-xl);
        width: 100%;
    }
} */
/* @media (min-width: 1680px) {
    :root{
        --container-width-xl: 1400px;
    }
    #menu17 .container{
        max-width: var(--container-width-xl);
        width: 100%;
    }

} */
#slider10 .container-fluid ,
#texto1.texto_17.asp_22 .container-fluid,
#footer10 .footer-bottom,
#footer10 .footer-container,
#destacado1 .destacado,
#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .container-mapa,
#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .container-mapa,
.container{
    max-width: 1920px !important;
    margin: auto !important;
}
#texto1.texto_17.asp_15 .container,
#texto1.texto_17.asp_12 .container{
    max-width: 1920px !important;
    margin: 50px auto 0 auto !important;
}
@media screen and (max-width: 1919px) {
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57{
        padding: 40px !important;
    }
    #destacado1 .destacado {
        margin: 0 30px 30px 30px !important;
    }
}

#texto1.texto_17.asp_17 .container{
    max-width: 1920px !important;
    margin: 50px auto  !important;
}
/* cookies*/

#overbox3{
    display:none !important;
}

/* menu*/
#menu17 .container-enlaces .menu.tr03.opc-menu-4{
    display: none;
}

#menu17{
    background-color: var(--color-white);
}

#menu17 .grouped-items {
    display: flex;
    align-items: baseline;
}

#menu17 .container .row .container-dk{
    width: 100%;
}

#menu17 .grouped-links{
    display: flex;
    align-items: center;
}

#menu17 .grouped-items{
    gap: 10px;
}

#menu17 .grouped-items a{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--color-grey-100);
}

#menu17 .grouped-buttons{
    display: flex;
    gap: 10px;
    flex-direction: row !important;
    align-items: center;
}

#menu17 .container-enlaces {
    align-items: center;
    justify-content: space-between;
    color: var(--color-black);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

#menu17 .container{
    width: 100%;
}
#menu17 .container-enlaces a span {
    font-weight: normal; 
    transition: font-weight 0.3s; 
}

#menu17 .container-enlaces a span:hover {
    color: var(--color-black);
    font-weight: bold; 
}

#menu17 .last-button{
    display: flex;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
    background: var(--color-brand-primary);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}
#menu17 .navbar-toggle .icon-bar{
    background-color: var(--color-grey);
}
#menu17 .last-button:hover {
    background-color: black;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#menu17 .container-enlaces .menu:last-of-type a span{
    background: var(--color-white) !important;
    color: var(--color-black) !important;
    border: none;
}

#menu17 .menu {
    position: relative; 
}

#menu17 .container-desplegable {
    display: none; 
    position: absolute;
    background-color:var(--color-grey);
    min-width: 160px;
    z-index: 1;
    top: 51px;
}
#menu-servicios.active .container-desplegable {
    display: block;
}

#menu-servicios .container-desplegable{
    display: none;
}

#menu17 .container-desplegable a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#menu17  .txt-enlace-pagina {
    font-weight: normal; 
    transition: font-weight 0.3s;
}

#menu17  .txt-enlace-pagina:hover {
    color: var(--color-black);
    font-weight: bold; 
}

#menu17 .container-desplegable a:hover {
    background-color: var(--color-brand-primary); 
}

#menu17 .logo-blanco{
    height: 80px;
}

#menu17 .close-btn{
    display: flex;
    justify-content: right;
    margin-top: 20px;
    margin-right: 20px;
}

#menu17 .desplegable {
    position: relative; 
}

#menu17 .search-container {
    position: relative;
    display: inline-block;
    display: none;
}

#menu17 .search-button {
    background-color: var(--color-brand-primary);
    border: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 15px;
}

#menu17 .search-icon {
    width: 24px;
    height: 24px;
}

#menu17 .submit-search:hover {
    background-color: var(--color-black);
}


@media (max-width: 990px) {
    #menu17  .container-logo {
        order: 2; 
    }

    #menu17  .container-enlaces {
        order: 1; 
    }
    #menu17 .container .row .container-logo {
        width: fit-content;
    }
    #menu17 .search-container{
        display: block;
        order: 3;
    }
    #menu17 .container .row{
        align-items: center;
    }
    #menu17 .container-desplegable {
        display: none; 
        background-color: white; 
        padding: 10px;
    }
    
    #menu17 .container-desplegable a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: black;

    }
    
    #menu17 .container-desplegable a:hover {
        background-color: #ffffff;
        font-weight: bold;
    }

}

#hero_multiple{
    padding:  0 30px 30px 30px;
}

#hero_multiple .swiper-slide {
    position: relative;
    border-radius:20px ;
    height: 750px !important;
}

#hero_multiple .swiper-slide-active{
    border-radius: 20px;
}

#hero_multiple video{
    height: 750px !important;
    /* padding:30px; */
    border-radius: 20px;
}

#bg-video {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 100vw;
    height: 100vh; 
    object-fit: cover;
    z-index: -1; 
}

#hero_multiple .container-fluid .container .swiper-slide .titulo{
    color: var(--color-white);
    font-family: Lato;
    /* font-size:40px; */
    font-style: normal;
    font-weight: 700;
    line-height: 90px; 
    /* width: 1200px; */
    text-align: left;
    font-size: 50px;
        width: 14570px;
}

#hero_multiple .container-fluid .container .swiper-slide .subtitulo{
    color: var(--color-white);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 81.25% */
}

#hero_multiple .container-fluid .container .swiper-slide .container-btns{
    margin-top: 15px;
}

#hero_multiple .container-fluid .container .swiper-slide a {
    background: transparent;
    border-radius: var(8px);
    border: var( 1px) solid var(--color-white) !important;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    color: var(--color-white);
    transition: 0.3s;
}

#hero_multiple .container-fluid .container .swiper-slide a:hover{
    background-color: white;
    color: black;
}

#hero_multiple .container-fluid .container{
    max-width: 100%;
    /* width: var(--container-width); */
}

#hero_multiple .container-fluid .container .swiper-button-prev, #hero_multiple .container-fluid .container .swiper-button-next {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
}
#hero_multiple.hero-multiple-3 .container-btns-navigation {
    position: absolute;
}
#hero_multiple .container-fluid .container .swiper-button-prev {
    left: 150px;
    top: 180px;
}
#hero_multiple .container-fluid .container .swiper-button-next {
    left: 230px;
    top: 180px;
}

#hero_multiple .container-fluid .container .swiper-button-prev:hover, 
#hero_multiple .container-fluid .container .swiper-button-next:hover {
  border: 1px solid var(--color-brand-primary);
}

#hero_multiple .container-fluid .container .swiper-button-prev svg path, #hero_multiple .container-fluid .container .swiper-button-next svg path {
    fill: var(--color-white);
}

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

#hero_multiple .boton-responsive{
    margin-top: 40px;
}
@media (max-width: 1675px) {
    #hero_multiple .container-fluid .container .swiper-slide .titulo {
        font-size: 50px;
        width: 14570px;
    }
}
@media (max-width: 1590px) {
    #hero_multiple .container-fluid .container .swiper-slide .titulo {
        font-size: 40px;
        width: 1300px;
    }
}
@media (max-width: 1380px) {
    #hero_multiple .container-fluid .container .swiper-slide .titulo {
        width: 1000px;
    }
    #hero_multiple .swiper-slide[data-swiper-slide-index="1"] .titulo br,
    #hero_multiple .swiper-slide[data-swiper-slide-index="3"] .titulo br {
        display: none;
    }
    
}
@media (max-width: 1250px) {
    #hero_multiple .container-fluid .container .swiper-slide .titulo {
        font-size: 40px !important;
        width: 800px;
    }
}
@media (max-width: 990px){
    #hero_multiple video {
        padding: 0;
        height: 350px !important;
        border-radius: 20px 20px 0 0;
    }
    #hero_multiple .container-fluid .container .swiper-button-prev, #hero_multiple .container-fluid .container .swiper-button-next {
        display: none;
    }
    #hero_multiple{
        padding: 0 20px 0 20px;
    }
    #hero_multiple .swiper-slide{
        height: 350px !important;
    }
    #hero_multiple .swiper-pagination{
        display: block;
    }    
    #hero_multiple .boton-responsive{
        margin-top: 0;
    }
}
@media (max-width: 860px) {
    #hero_multiple .titulo {
        font-size: 20px;
        font-style: normal;
        width: 320px !important;
        font-weight: 400;
        word-wrap: break-word; 
        white-space: normal; 
        overflow-wrap: break-word;
        line-height: 32px !important;
        text-transform: initial !important;
    }
}

#filtro3.filtro_0 h2{
    display: none;
}

#filtro3.filtro_0 .cont_titulo {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#filtro3.filtro_0 .container {
    border-radius: 20px;
    background: rgba(31, 32, 31, 0.60);
    backdrop-filter: blur(14px);
    width: fit-content;
}

#filtro3.filtro_0 {
    z-index: 1;
    position: absolute;
    top: 690px;
    left: 50%;
    width: 100%;
    transform: translate(-50%,0);
}

#filtro3.filtro_0 .filtro{
    background: transparent;
}
#filtro3.filtro_0 .btnBuscarCont {
    width: calc(20% - 10px);
}
#filtro3.filtro_0 .dropdown .select-dropdown{
    border-radius: 4px !important;
    border: 1px solid #666;
    background: rgba(31, 32, 31, 0.60);
    display: flex;
    height: 54px;
    padding: 13px 19px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    color: var(--color-white) !important;
}

#filtro3.filtro_0 .dropdown .select-dropdown .txt-select {
    color: var(--color-white);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}
#filtro3.filtro_0 .btn-buscar{
    color: var(--color-black);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
    display: flex;
    height: 54px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap:8px;
    border-color: var(--color-brand-primary);
    background-color: var(--color-brand-primary);
}

#filtro3.filtro_0 .btn-buscar:hover {
    background-color: black;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media (min-width: 1680px) {
    #filtro3.filtro_0 .container {
        width:fit-content ;
        max-width: 100%;
    }
}

@media(max-width: 1010px) {
    #filtro3.filtro_0 .container {
        left: auto;
    }
}

@media (max-width: 990px) {
    #filtro3.filtro_0 .container {
        max-width: 1000px !important;
        left: auto;
    }
    #filtro3 form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #filtro3.filtro_0 .btnBuscarCont {
        width: 100%;
    }
    #filtro3.filtro_0 .filtro{
        padding: 0 35px 45px 35px;
    }
    #filtro3.filtro_0 .dropdown .select-dropdown{
        width: 100%;
    }
    #filtro3.filtro_0 .dropdown .select-dropdown{
        width: 100%;
        margin-bottom: 10px;
        background: black !important;
    }
    #filtro3.filtro_0{
        position: static !important;
        transform:initial !important;
    }
    #filtro3.filtro_0 .container{
        width: 100% !important;
        border-radius: 0 0 30px 30px!important;
        background: black !important;
    }
}

@media(max-width: 700px) {
    /* #filtro3.filtro_0 {
        position: static;
    } */
     #filtro3 form {
        display: flex;
        flex-direction: column; 
        padding: 10px;
        width: 100%; 
        justify-content: center; 
        align-items: center;
    }
}

#destacado1  .container {
    width: 100%;
}

#destacado1 .destacado {
    background-color: var(--color-grey);
    margin: 0 30px;
    border-radius: 20px;
    position: relative;
}

#destacado1 .cabezera{
    display: flex;
    justify-content: space-between;
    padding: 0 150px;
}
#destacado1 .swiper-container.slider-destacados-1 {
    padding-bottom: 60px;
}
#destacado1 .titulo {
    color: var(--color-white);
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

#destacado1 .subtitulo{
    width: 65%;
    color: var(--color-white);
    text-align: right;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
#destacado1.destacado_asp_27 .container-fluid.destacado::before{
    border-radius: 12px 0 0 12px;
    background: linear-gradient(90deg, #3D3D3D 0%, rgba(61, 61, 61, 0.00) 100%);
    left: 0;
}
#destacado1.destacado_asp_27 .container-fluid.destacado::after{
    border-radius: 0 12px 12px 0;
    background: linear-gradient(270deg, #3D3D3D 0%, rgba(61, 61, 61, 0.00) 100%);
    right: 0;
}

#destacado1.destacado_asp_27 .container-fluid.destacado::after, #destacado1.destacado_asp_27 .container-fluid.destacado::before {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: 2;
}

#destacado1 .navegacion {
    background: transparent;
    border: none;
    border-radius: 0;
    width: fit-content;
    color: var(--color-white);
    padding-left: 5px;
    padding-right: 5px;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 5px;
    text-align: right;
}

#destacado1 .navegacion img {
    margin-top: -3px;
}
#destacado1 .swiper-button-prev:after, #destacado1  .swiper-container-rtl .swiper-button-after:after,
#destacado1  .swiper-button-next:after, #destacado1  .swiper-container-rtl .swiper-button-next:after {content: '';}
#destacado1  .swiper-button-next {
    background: rgba(255, 255, 255, 0.15);
    width: 50px;
    border-radius: 8px;
    height: 50px;
    position: absolute;
    top: unset;
    left: 250px;
    bottom: 0;
    z-index: 7;
}
#destacado1  .swiper-button-prev {
    background: rgba(255, 255, 255, 0.15);
    width: 50px;
    border-radius: 8px;
    height: 50px;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 190px;
    z-index: 7;
}
#destacado1 .swiper-button-next:hover,
#destacado1 .swiper-button-prev:hover {
    border: 2px solid orange; 
    color:var(--color-brand-primary);
}

#destacado1 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

#destacado1 .navegacion{
    margin-top: 0px;
    transform: 0.3s;
    margin-right: 150px;
}

#destacado1 .navegacion:hover{
    background-color: transparent;
    font-weight: 800;
    color: white;
}

#destacado1  .swiper-pagination-bullet {
    background: var(--color-grey-100);
    margin: 10px ;
}

#destacado1  .swiper-pagination-bullet-active {
    background: var(--color-brand-primary);
    outline: 2px solid var(--color-brand-primary); 
    outline-offset: 5px;
}
@media (min-width: 1920px) {
    
    #destacado1 {
      padding: 30px;
    }
  }  

@media (min-width: 420px) {
    #destacado1  .titulo {font-size: 30px;}
}
/* @media (max-width:1470px) {
    #destacado1  .container {
        width: 100%;
        max-width: 1470px;
    }
} */
 
@media (max-width: 767px) {
    #listado1 .container {
        width: 100%;

    }
}

@media (max-width: 980px) {
    #destacado1 .destacado {
        background-color: var(--color-grey-200) !important;
        margin: 0 20px;
    }
    #destacado1 .cabezera{
        flex-direction: column;
        justify-content: left !important;
        padding: 0 15px;
    }
    #destacado1 .subtitulo{
        text-align: left !important;
        width: 100%;
    }
    #destacado1 .titulo{
        text-align: left;
    }
    #destacado1 .swiper-button-next,#destacado1 .swiper-button-prev{
        display: none !important;
    }
    #destacado1 .text-right{
        text-align: center;
    }
    #destacado1 .navegacion{
        margin-right: 0;
    }
    #destacado1.destacado_asp_27 .container-fluid.destacado::after, #destacado1.destacado_asp_27 .container-fluid.destacado::before{
        display: none;
    }
}

#card16 {
    height: 100%;
}
#card16 .card_16{
    border-radius: 12px;
    padding-bottom: 0;
    position: relative;
    border: 1px solid var(--color-grey);
    height: 100%;
}

#card16 .cont_titulo_card .titulo{
    color: black;
    text-align: left;
    color: var(--color-black);
    font-family: Lato;
    font-size: 24.137px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.483px;
}

#card16 .cont_titulo_card .subtitulo{
    color: black !important;
    text-align: left;
    font-family: Lato;
    font-size: 20.114px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#card16 .cont_titulo_card{
    height: fit-content;
    margin-left: 0;
    margin-bottom: 10px;
}
#card16 .detalles .flex {
    flex-direction: row;
    align-items: center;
    width: fit-content;
    background: var(--color-black);
    color: var(--color-white);
    font-size: 16.092px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px;
    gap: 5px;
    border-radius: 5px;
    margin: 5px;
}

#card16 .detalles {
    justify-content: initial;
    flex-wrap: wrap;
}
#card16 .contenido_card{
    padding: 20px;
}

#card16 .card-button{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 55px;
    align-items: center;
    background: var(--color-brand-primary);
    font-family: Lato;
    font-size: 16.092px;
    font-style: normal;
    font-weight: 900;
    line-height: 20.114px;
    border-radius: 8px;
}

#card16 .card_16 a:hover, #card16 .card_16 a:focus, #card16 .card_16 a:active {
    background-color: black; 
    color: white; 
}

#card16 .precios .row{
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
}

#card16 .precios{
    margin-left: 20px;
    height: fit-content;
    margin-bottom: 20px;
}

#card16 .precios .precio-contado .precio,
#card16 .precios .precio-financiado .precio-cuota{
    font-family: Lato;
    font-size: 20.114px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: var(--color-black);
    margin-right: 5px;
}

#card16 .swiper-button-prev-card, 
#card16 .swiper-button-next-card{
    background:var(--color-white);
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 99px;
}

#card16 .swiper-button-prev-card {
    position: absolute;
    left: 5px; 
    top: 50%;
    transform: translateY(-50%); 
    z-index: 9;
}

#card16 .swiper-button-next-card {
    position: absolute;
    right: 5px; 
    top: 50%; 
    z-index: 9;
    transform: translateY(-50%); 
}

#card16 .imagenAmbiental {
    bottom: 25px;
    top: inherit;
    right: 8px;
    z-index: 4;
}

#texto1.texto_0.asp_32 .banner-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#texto1.texto_0.asp_32 .row{
    margin: 0;
}
#texto1.texto_0.asp_32 .col-xs-12{
    padding: 0;
}

#texto1.texto_0.asp_32 .container-fluid{
    background-color: white;
    padding: 0;
}

#texto1.texto_0.asp_32 .container{
    padding: 60px 0;
    margin: 0;
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    margin-bottom: 20px;
    margin-top: 20px;
}

#texto1.texto_0.asp_32 .marquee {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

#texto1.texto_0.asp_32 .banner-container span {
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
}

#texto1.texto_0.asp_32 .logo-icon {
    width: 90.628px;
    height: 90.628px;
}

@media (max-width: 980px) {
    #texto1.texto_0.asp_32 .banner-container span {
        font-size: 48px;
    }
    #texto1.texto_0.asp_32 .logo-icon {
        width: 54.724px;
        height: 53.21px;
    }
}


/*quitarbanner nuestras marcas*/
#texto1.texto_0.asp_32{
    display: none;
}


#filtro8 .contenedor-titulos-slider .titulos {
    display: none;
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container {
    bottom: unset;
    width: 100%;
    padding: 0 40px;
}

#filtro8  .container {
    width: 100%;
}

#filtro8 .fondo-imagen{
    height: 350px;
}

#filtro8 .fondo-color{
    background: var(--color-white);
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a:last-of-type{
    padding: 0 0 5px 0;
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a img {
    width: 163px;
    height: 163px;
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a .nombre{
    color: var(--Color-Secondary-Secondary-500);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container.swiper-container-horizontal> .swiper-pagination-bullets, #filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-pagination-custom, #filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-pagination-fraction {
    bottom: 0;
    top: unset;
}
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-button-next, #filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-button-prev {
    position: static;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
}
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-button-next:hover,
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-button-prev:hover {
    border: 1.5px solid var(--color-brand-primary);
}

#filtro8 .swiper-pagination-bullet-active {
    background: var(--color-brand-primary);
    outline: 2px solid var(--color-brand-primary);
    outline-offset: 5px;
}

#filtro8 .swiper-pagination-bullet {
    background: var(--color-grey) !important;
    margin: 10px;
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-pagination-bullet-active{
    background: var(--color-brand-primary) !important;
}

#filtro8 .swiper-wrapper {
    margin-bottom: 40px;
}
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a:hover,
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a{
    box-shadow: none;
}

#filtro8 .bottom-link a{
    color: var(--color-black);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    border-bottom: 1px solid var(--color-black);
    transition: 0.3s;
}
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a:last-of-type :hover {
    font-weight: 800; 
    color: black; 
}
#filtro8 .botom-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#filtro8 .swiper-pagination {
    position: static;
}

#filtro8 .navigation-buttons{
    display: flex;
    gap: 10px;
}

#filtro8 .contenedor-titulos-slider .contenedor-slider{
    height: fit-content;
    position: relative;
}

#filtro8 .swiper-button-next:after, #filtro8 .swiper-button-prev:after {
    content: '';
}
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-button-next:hover,
#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container .swiper-button-prev:hover {
    border: 2px solid orange; /* Borde naranja al hacer hover */
}

#filtro8 .contenedor-titulos-slider .contenedor-slider .swiper-container a:hover{
    font-weight: bold;
}

@media (max-width: 980px) {
    #filtro8 .navigation-buttons {
        display: none;
    }
    #filtro8 .botom-buttons {
        flex-direction: column;
    }
}


#texto1.texto_0.asp_47 .container{
    width: 100%;
    padding-left: 80px;
}

#texto1.texto_0.asp_47 .container-fluid{
    background: var(--color-white);
}

#texto1.texto_0.asp_47 .row{
    display: flex;
    flex-direction: row;
}

#texto1.texto_0.asp_47 .col-xs-12.col-sm-12.col-md-12.col-lg-12{
    padding-right: 0;
}

#texto1.texto_0.asp_47 .text-section,
#texto1.texto_0.asp_47 .image-section{
    width: 50%;
}

#texto1.texto_0.asp_47 .text-section {
    display: flex;
    gap: 40px;
    width: 100%;
}

#texto1.texto_0.asp_47 h2 {
    color: var(--color-black);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 100% */
    text-transform: uppercase;
    width: 50%;
}

#texto1.texto_0.asp_47 .text-section .number{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
#texto1.texto_0.asp_47 .text-section .number .big-number{
    font-family: Lato;
    font-size: 76px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px; /* 105.263% */
    letter-spacing: -1.52px;
    width: fit-content;
}

#texto1.texto_0.asp_47 .text-section .number .dot{
    margin:0;
    color: var(--color-brand-primary);
}

#texto1.texto_0.asp_47 .benefit {
    margin: 0px;
    width: 19%;
}

#texto1.texto_0.asp_47 .benefit h3 {
    color: var(--color-black);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

#texto1.texto_0.asp_47 .benefit p {
    color: var(--color-black);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#texto1.texto_0.asp_47 .image-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#texto1.texto_0.asp_47 .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

#texto1.texto_0.asp_47 .background-image {
    /* width: 100%; */
    height: auto;
    max-width: 550px;
}

#texto1.texto_0.asp_47 .car-image {
    position: absolute;
    bottom: 0;
    right: 50%;
}

#texto1.texto_0.asp_47 .swiper-container-home {
    width: 100%;
    height: 100%;
}

#texto1.texto_0.asp_47 .swiper-wrapper{
    gap: 20px;
}

#texto1.texto_0.asp_47 .swiper-button-prev:after, #texto1.texto_0.asp_47  .swiper-container-rtl .swiper-button-after:after,
#texto1.texto_0.asp_47  .swiper-button-next:after, #texto1.texto_0.asp_47  .swiper-container-rtl .swiper-button-next:after {content: '';}
#texto1.texto_0.asp_47  .swiper-button-next {
    background: rgba(255, 255, 255, 0.15);
    width: 50px;
    border-radius: 8px;
    height: 50px;
    position: absolute;
    top: unset;
    left: 70px;
    bottom: 0;
    z-index: 1;
}
#texto1.texto_0.asp_47  .swiper-button-prev {
    background: rgba(255, 255, 255, 0.15);
    width: 50px;
    border-radius: 8px;
    height: 50px;
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 1;
}

#texto1.texto_0.asp_47 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

#texto1.texto_0.asp_47 .navegacion{
    margin-top: 0px;
}

#texto1.texto_0.asp_47  .swiper-pagination-bullet {
    background: var(--color-grey);
    margin: 10px ;
}

#texto1.texto_0.asp_47  .swiper-pagination-bullet-active {
    background: var(--color-brand-primary);
    outline: 2px solid var(--color-brand-primary); 
    outline-offset: 5px;
}

@media screen and (max-width: 1660px) {
    #texto1.texto_0.asp_47 .background-image {
        max-width: 400px;
    }
}
@media screen and (max-width: 1250px) {
    #texto1.texto_0.asp_47 .background-image {
        max-width: 300px;
    }
}

@media (min-width: 981px) {
    #texto1.texto_0.asp_47 .swiper-container-home {
        display: none;
    }
    #texto1.texto_0.asp_47 .text-section {
        display: block; 
    }
    #texto1.texto_0.asp_47 .swiper-pagination{
        display: none;
    }
}

@media (max-width: 980px) {
    #texto1.texto_0.asp_47 .text-section {
        display: none; 
    }

    #texto1.texto_0.asp_47 .swiper-container-home {
        display: block; 
    }
    #texto1.texto_0.asp_47 .swiper-wrapper{
        gap: 0;
    }
    #texto1.texto_0.asp_47 .swiper-button-next, .swiper-button-prev {
        color: #000;
    }
    #texto1.texto_0.asp_47 .swiper-pagination{
        display: block;
        position: relative;
    }
    #texto1.texto_0.asp_47 .container{
        padding-left: 15px;
    }
    #texto1.texto_0.asp_47 .row{
        flex-direction: column;
        /* width: 100%; */
    }
    #texto1.texto_0.asp_47 .background-image {
        width: 100%;
        max-width: 450px;
        height: auto;
        object-fit: cover; 
    }
    #texto1.texto_0.asp_47 .car-image {
        position: absolute;
        bottom:0;
        width: 60%;
        left: 10%;
    }
    #texto1.texto_0.asp_47 h2 {
        font-size: 24px;
        width: 100%;
        font-style: normal;
        font-weight: 800;
        line-height: 28px;
        text-transform:none;
    }
    #texto1.texto_0.asp_47 .text-section .number .big-number{
        color: var(--Primary-500, #1F201F);
        font-family: Lato;
        font-size: 45.65px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    #texto1.texto_0.asp_47 .benefit h3{
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    #texto1.texto_0.asp_47 .benefit p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #texto1.texto_0.asp_47 .col-6.image-section{
        width: 100%;
    }
    #texto1.texto_0.asp_47 .image-wrapper{
        display: flex;
        justify-content: right;
    }
}

@media (max-width: 750px){
    #texto1.texto_0.asp_47 .car-image {
        position: absolute;
        bottom: 0;
        width: 60%;
        left: 10%;
    }
    #texto1.texto_0.asp_47 .background-image {
        max-width: 350px; 
    }
}
@media (max-width: 550px) {
    #texto1.texto_0.asp_47 .benefit{
        width: 250px !important;
    }
}
@media (max-width: 390px) {
    #texto1.texto_0.asp_47 .background-image{
        width: 250px;
    }
    #texto1.texto_0.asp_47 .benefit{
        width: 150px !important;
    }
}

/* opiniones home*/

#opiniones .container{
    padding-bottom: 28px;
}

#opiniones .titulo{
    color: var(--color-black);
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    width: 50%;
}
#opiniones .subtitulo {
    color: var(--color-black);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    width: 50%;
    display: none;
}

#opiniones .opiniones-titles{
    text-align: left;
}

#opiniones .container-titulo {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#opiniones .container-reviews-home {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

#opiniones .container-reviews-home .card-review {
    background-color: var(--color-grey-100);
    width: 100%;
    padding: 64px;
    border-radius: 20px;
}

#opiniones .container-reviews-home .container-centro {
    width: 100%;
    text-align: center;
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#opiniones .container-reviews-home .container-centro .container-nota {
    color: var(--color-grey);
    text-align: center;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 64px; /* 100% */
    text-transform: uppercase;
}
#opiniones .container-reviews-home .nota {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    color: var(--color-brand-primary);
    background: var(--color-grey);
    width: 67px;
    padding: 10px;
    border-radius: 50%;
    height: 67px;
    line-height: 47px;
    text-align: center;
}
#opiniones .container-nota-estrellas {
    display: flex;
    gap: 15px;
}

#opiniones .container-centro .container-estrellas-centro{
    margin-top: 10px;
}

#opiniones .container-nota-estrellas .container-estrellas {
    height: fit-content;
    margin: auto 0;
}
#opiniones .container-reviews-home .card-review .texto {
    color: var(--color-grey);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    margin-top: 15px;
}
#opiniones .container-reviews-home .card-review .barra-espaciadora {
    width: 100%;
    height: 1px;
    background: var(--color-grey);
    margin: 20px 0;
}
#opiniones .container-reviews-home .card-review .nombre-review {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}
#opiniones .texto-basado {
    color: var(--color-grey);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    margin-bottom: 30px;
    margin-top: 10px;
}
#opiniones .btn-ver-todas {
    background-color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    height: 60px;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    transition-duration: 0.3s;
}

#opiniones .btn-ver-todas .txt {
    color: white;
}
#opiniones .btn-ver-todas * {
    transition-duration: 0.3s;
}
#opiniones .btn-ver-todas:hover {
    background-color: black;
    text-decoration: none;
}
#opiniones .btn-ver-todas:hover .txt {
    color: white;
}
#opiniones .btn-ver-todas:hover path {
    fill: black;
}

#opiniones .container-estrellas.estrellas-nombre{
    display: none;
}

#opiniones .btn-ver-todas.btn-responsive{
    display: none;
}

@media (min-width: 1200px) {
    #opiniones .container {
        width: 98% !important;
    }
}
@media(max-width: 1500px) {
    #opiniones .container-reviews-home .card-review {
        padding: 30px;
    }
    #opiniones .container-nota-estrellas {
        margin-bottom: 10px;
    }
}
@media(max-width: 1300px) {
    #opiniones .container-reviews-home .card-review .texto {
        font-size: 16px;
        line-height: 25px;
        -webkit-line-clamp: 5;
    }
}
@media(max-width: 1170px) {
    #opiniones .container-reviews-home {
        flex-wrap: wrap;
    }
    #opiniones .container-reviews-home .card-review {
        width: 100%;
    }
    #opiniones .container-reviews-home .container-centro {
        position: static;
        height: fit-content;
        width: 100%;
        max-width: 100%;
        align-items: center;
    }
    #opiniones .container-reviews-home .card-review.card-1 {
        order: 1;
    }
    #opiniones .titulo{
        width: 70%;
    }
}
@media(max-width: 920px) {
    #opiniones .container-reviews-home .container-centro {
        justify-content: start;
    }
    #opiniones .container-reviews-home .card-review .texto {
        -webkit-line-clamp: unset;
    }
    #opiniones .titulo{
        display: none;
    }
    #opiniones .subtitulo{
        display: none;
    }
    #opiniones .container-reviews-home .nota{
        display: none;
    }
    #opiniones .container-nota-estrellas{
        display: none;
    }
    #opiniones .btn-ver-todas{
        display: none;
    }
    #opiniones .container-estrellas.estrellas-nombre{
        display: block;
    }
    #opiniones .container-reviews-home .card-review .nombre-review {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    #opiniones .container-reviews-home .card-review .barra-espaciadora{
        display: none;
    }
    #opiniones .btn-ver-todas.btn-responsive{
        display: block;
        display: flex;
        margin-top: 20px;
        width: 220px !important;
        max-width: 100%;
    }
    #opiniones .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

}
@media(max-width: 650px) {
    #opiniones .container-reviews-home .card-review {
        width: 100%;  
        padding: 20px 10px;
        }
    
    #opiniones .container-reviews-home .container-centro {
        max-width: 100%;
    }
    #opiniones .container-reviews-home .container-centro {
        position: static;
    }
}
@media screen and (max-width: 1919px) {
    #mapa_simple{
        padding: 40px !important;
    }
}
@media screen and (min-width: 1980px) {
    #mapa_simple{
        margin: 40px !important;
    }
}
#mapa_simple .container-mapa {
    padding: 40px 40px 80px 40px;
    background: var(--color-black);
    border-radius: 20px;
    /* margin: 40px !important; */
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .mapa{
    width: 70%;
    height: 460px;
    background-image: url("/img/3336543demoocasionmalaga345633/mapa.png");
    background-position: center;
    border-radius: 12px;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .container-fluid{
    background: var(--color-black);
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .contendor-texto-mapa{
    display: flex;
    justify-content: space-between;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .info{
    background: var(--color-black);
    width: 100%;
    padding: 0;
    position: static;
    padding: 0 0 0 20px;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .titulo{
    color: var(--color-white);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .dk-h4{
    color: var(--color-white);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .direccion{
    color: var(--color-white);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 h3{
    color: var(--color-white);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 p{
    color: var(--color-white);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .titulo-responsive{
    display: none;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .txc,
#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .telefono{
    color: var(--Primary-500, #1F201F);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
    display: flex;
    height: 54px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 8px;
    background: var(--color-brand-primary);
    border-radius: 8px;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .txc:hover, 
#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .telefono:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

#mapa_simple.mapa_simple_0.mapa_simple_asp_57 .telefono{
    margin-bottom: 10px;
}


@media(max-width: 920px){
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .contendor-texto-mapa{
        flex-direction: column;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .mapa{
        width: 100%;
        border-radius: 0;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .dk-h4{
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .direccion{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 h3{
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 10px;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .info{
        padding: 0;
    }
}

@media (max-width: 700px) {
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .titulo{
        display: none;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .titulo-responsive{
        font-size: 26px;
        display: block;
        color: var(--color-white);
        font-style: normal;
        font-weight: 900;
        line-height: 28px;
        text-transform: initial;
    }
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .container-mapa {
        margin: 0 20px 40px 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 500px) {
    #mapa_simple.mapa_simple_0.mapa_simple_asp_57 .mapa{
        height: 200px;
    }
}

#footer10{
    background: var(--color-white);
    padding-bottom: 0;
}

#footer10 .footer-container{
    display: flex;
    justify-content: space-between;
    padding: 40px 70px 40px 40px;
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}

#footer10 .footer-right-content{
    display: flex;
}

#footer10 .footer-logo{
    width:30%;
}

.copyright {
    display: none;
}

#footer10 .footer-bottom{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 10px 30px 0 30px;
}

#footer10 .footer-bottom p{
    margin: 0;
}

#footer10 .footer-bottom p a{
    color: var(--color-black);
    margin: 0 10px 0 0;
}

#footer10 .footer-logo p{
    color: var(--color-black);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    margin-bottom: 40px;
}

#footer10 .footer-social{
    display: flex;
    gap: 10px;
}

#footer10 .footer-social a{
    display: flex;
    width: 56px;
    padding: var(--XS, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--2XS, 8px);
    border-radius: 200px;
    background: var(--color-black);
}

#footer10 .footer-links a{
    color: var(--color-black);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 100% */
}

#footer10 .footer-links li{
    list-style: none;
    margin-bottom: 15px;
}

#footer10 .footer-links ul{
    margin-right: 40px;
}

#footer10 .footer-contact h4{
    color: var(--color-black);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 5px 0;
}

#footer10 .footer-contact p{
    color: var(--color-black);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

#footer10 .footer-contact h4.horario{
    margin-bottom: 15px;
}

#footer10 .footer-contact .btn-phone,
#footer10 .footer-contact .btn-maps{
    display: flex;
    height: 54px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--color-brand-primary);
    color: var(--color-black);
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 10px;
    color: var(--color-black);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
}

#footer10 .footer-contact .btn-phone:hover, 
#footer10 .footer-contact .btn-maps:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

#footer10 .container-kit-digital {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 20px;
    background-color: var(--color-grey-200);
}

#footer10 .container-kit-digital .img-kit {
    height: 100%;
    max-height: 65px;
}

@media (max-width: 1399px) {
    #footer10 .container-kit-digital .img-kit {
        max-height: 50px;
    }
}
@media (max-width: 991px) {
    #footer10 .container-kit-digital .img-kit {
        max-height: 45px;
    }
}

@media (max-width: 650px){
    #footer10 .footer-container{
        flex-wrap: wrap;
    }
    #footer10 .footer-logo{
        width: 100%;
    }
    #footer10 .footer-right-content{
        margin-top: 20px;
    }
}
@media (max-width: 690px) {
    #footer10 .container-kit-digital .img-kit {
        width: 50%;
        object-fit: contain;
        margin-top: 10px;
    }
    #footer10 .container-kit-digital{
        flex-wrap: wrap;
    }
}
@media (max-width: 600px){
    #footer10 .footer-right-content{
        flex-direction: column;
    }
    #footer10 .footer-links ul{
        padding: 0;
    }
    #footer10 .footer-container{
        padding: 40px;
    }
    #footer10 .footer-logo p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    #footer10 .footer-links a{
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 40px;
    }
    #footer10 .footer-contact h4{
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 20px;
    }
    #footer10 .footer-contact p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #footer10 .footer-bottom {
        flex-direction: column;
        margin-bottom: 40px;
    }
    #footer10 .footer-bottom p{
        margin-bottom: 10px;
    }
}

#img-avatar{
    display: flex;
    width: 62.645px;
    height: 62.645px;
    padding: 13.607px 13.607px 13.606px 13.606px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    right: 0;
    border-radius: 12.894px 0 0 12.894px;
    background: var(--color-brand-primary);
}

#link_contacto1 .cabecera{
    background-color: var(--color-brand-primary);
}

#link_contacto1 .cabecera  .txt-cabecera,
#link_contacto1 .cabecera .titulo{
    color: var(--color-black);
    font-family: Lato;
}
#link_contacto1 .img-comercial {
    border-radius: 50%;
}
/* #link_contacto1{
    visibility: visible !important;
} */

@media (max-width: 990px){
    #link_contacto1 .box{
        width: 250px;
    }
    #link_contacto1 .cabecera {
        height: 171px;
        padding: 10px;
    }
}
#slider10.texto_27.asp_12 .container-fluid{
    padding: 30px !important;
}

#slider10.texto_27.asp_12 .opacidad{
    border-radius: 20px;
}

#slider10.texto_27.asp_12 .title1{
    font-family: Lato;
    font-size:80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; 
    text-align: left;
}
#slider10.texto_27.asp_12 .uk-position-cover{
    border-radius: 20px;
}
#slider10.texto_27.asp_12 .title2{
    color: var(--color-white);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 81.25% */
    max-width: 40ch;
}

@media (max-width: 860px) {
    #slider10.texto_27.asp_12 .title1 {
        font-style: normal;
        font-weight: 700;
        line-height: 90%; /* 36px */
        font-size: 40px;
        word-wrap: break-word; 
        white-space: normal; 
        overflow-wrap: break-word;
        text-transform: initial !important;
    }
    #slider10.texto_27.asp_12 .title2{
       font-size: 20px;
       margin-top: 20px;
    }
    #slider10.texto_27.asp_12 .container-fluid {
        padding: 0 !important;
    }
    #slider10.texto_27.asp_12 .uk-position-cover,
    #slider10.texto_27.asp_12 .opacidad {
        border-radius: 0;
    }
}

#texto1.texto_27.asp_17 .card-container {
    display: flex;
    gap: 40px;
    justify-content: center;
}

#texto1.texto_27.asp_17 .card {
    background-color:#1F201F;
    border-radius: 20px;
    opacity: 1;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 440px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#texto1.texto_27.asp_17 .icon {
    margin-bottom: 15px;
}

#texto1.texto_27.asp_17 h3 {
    margin-bottom: 10px;
    text-align: center;
    color: var(--color-white);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30.8px; /* 128.333% */
}

#texto1.texto_27.asp_17 p {
    color: var(--Primary-100, #E7E7E7);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

#texto1.texto_27.asp_17 .container-fluid{
    background-color: var(--color-white);
}

@media screen and (max-width: 1650px) {
    #texto1.texto_27.asp_17 .card {
        width: 350px; 
    }
    #texto1.texto_27.asp_17 h3 {
        font-size: 20px;
        line-height: 26px;
    }

    #texto1.texto_27.asp_17 p {
        font-size: 16px; 
        line-height: 22px;
    }
}

@media screen and (max-width: 1250px) {
    #texto1.texto_27.asp_17 .card {
        width: 270px; 
    }
}
@media screen and (max-width: 980px) {
    #texto1.texto_27.asp_17 .card-container {
        flex-direction: column;
        display: block;
        align-items: center;
        position: static; 
        transform: none; 
        left: auto; 
    }

    #texto1.texto_27.asp_17 .card {
        width:100%;
        margin: 20px auto; 
    }

    #texto1.texto_27.asp_17 h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #texto1.texto_27.asp_17 p {
        font-size: 14px;
        line-height: 20px;
    }
    #formulario2.texto_27.asp_22 .container-fluid{
        margin-top: 0 !important;
    }
}


/* #texto1.texto_27.asp_27 .banner-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 15px;
    white-space: nowrap; 
    overflow: hidden; 
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
    width: 100%; 
}
  
  #texto1.texto_27.asp_27 .logo-icon {
    width: 90.628px;
    height: 90.628px;
  }

  #texto1.texto_27.asp_27 .container-fluid{
    background: var(--color-white);
    margin: 30px 0;
  }
  

#texto1.texto_27.asp_27 .container {
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
}
@media (max-width: 980px) {
    #texto1.texto_27.asp_27 .banner-container {
        font-size: 48px;
    }
    #texto1.texto_27.asp_27 .logo-icon{
    width: 54.724px;
    height: 53.21px;
    }
} */

#texto1.texto_27.asp_27 .banner-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#texto1.texto_27.asp_27 .row{
    margin: 0;
}
#texto1.texto_27.asp_27 .col-xs-12{
    padding: 0;
}

#texto1.texto_27.asp_27 .container-fluid{
    background-color: white;
    padding: 0;
}

#texto1.texto_27.asp_27 .container{
    padding: 60px 0;
    margin: 0;
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    margin-bottom: 20px;
}

#texto1.texto_27.asp_27 .marquee {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

#texto1.texto_27.asp_27 .banner-container span {
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
}

#texto1.texto_27.asp_27 .logo-icon {
    width: 90.628px;
    height: 90.628px;
}

@media (max-width: 980px) {
    #texto1.texto_27.asp_27 .banner-container span {
        font-size: 48px;
    }
    #texto1.texto_27.asp_27 .logo-icon {
        width: 54.724px;
        height: 53.21px;
    }
}



#formulario2.texto_27.asp_22 .tituloForm {
    /* display: flex;
    justify-content: space-between;
    flex-direction: row; */
    width: 80%;
    padding: 0;
}

#formulario2.texto_27.asp_22 .subtituloForm{
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: var(--color-grey);
}

#formulario2.texto_27.asp_22 .subtituloForm2{
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-grey);
    margin-top: 10px;
}

#formulario2.texto_27.asp_22 #contactoFormCustom {
    background: var(--color-grey);
    border-radius: 20px;
    padding: 50px 40px;
    width: 80%;
}

#formulario2.texto_27.asp_22 .formContactoContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#formulario2.texto_27.asp_22 input, #formulario2.texto_27.asp_22 textarea {
    background-color: var(--color-grey-100);
    padding: 34px 40px;
}

#formulario2.texto_27.asp_22 input::placeholder,
#formulario2.texto_27.asp_22 textarea::placeholder{
    color: black;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#formulario2.texto_27.asp_22 .checkbox_legal label {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; 
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: white;
}

#formulario2.texto_27.asp_22 .checkbox_legal label a {
    margin: 0;
    white-space: normal; 
    word-break: normal; 
    color: white;
}

#formulario2.texto_27.asp_22 .contButton {
    text-align: center;
    display: flex;
    justify-content: right;
}

#formulario2.texto_27.asp_22 .checkbox.checkbox_legal {
    display: flex;
}

#formulario2.texto_27.asp_22 .svg-checkbox-wrapper {
	display: inline-block;
	cursor: pointer;
}

#formulario2.texto_27.asp_22 .svg-checkbox {
	width: 20px;
	height: 20px;
}

#formulario2 input[type=file]{
    opacity: 0;
    position: absolute;
    top: 0;
}
#formulario2 .form-group {
    position: relative; 
}

#formulario2 .form-group label {
    color: black;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    background-color: var(--color-grey-100);
    padding: 23px;
    width: 100%;
    border-radius: 4px;
}

#formulario2 .form-group input {
    padding-top: 20px;
    width: 100%; 
}


#formulario2.texto_27.asp_22 .container-fluid{
    margin-top: 40px;
}

#formulario2 .enviar{
    border-radius: 8px;
    border-color: var(--color-brand-primary);
    color: var(--color-black);
    color: var(--Primary-500, #1F201F);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
}

@media (max-width: 1200px){
    #formulario2.texto_27.asp_22 .tituloForm{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    #formulario2.texto_27.asp_22 .subtituloForm{
        width: initial;
        text-align: center;
    }
    #formulario2.texto_27.asp_22 .subtituloForm2{
        text-align: center;
        width: 80%;
        margin: 10px auto;
    }
    #formulario2.texto_27.asp_22 #contactoFormCustom {
        width: 80%;
    }
    #formulario2 .form-group label,
    #formulario2.texto_27.asp_22 input::placeholder,
    #formulario2.texto_27.asp_22 textarea::placeholder{
        font-size: 18px;
    }
}

@media (max-width: 990px){
    #formulario2.texto_27.asp_22 #contactoFormCustom {
        width: 90%;
    }
}

@media (max-width: 768px){
    #formulario2 .form-group label,
    #formulario2.texto_27.asp_22 input::placeholder,
    #formulario2.texto_27.asp_22 textarea::placeholder{
        font-size: 16px;
    }
    #formulario2.texto_27.asp_22 .form-group input.form-control.e-required[name="formulario[vehiculo_interes][valor]"] {
        margin-top: 0;
    }
    #formulario2.texto_27.asp_22 #contactoFormCustom {
        border-radius: 0;
        padding: initial;
        padding-top: 30px;
        padding-bottom: 30px
    }
    #formulario2.texto_27.asp_22 .checkbox_legal label{
        font-size: 13px;
    }
    #formulario2.texto_27.asp_22 #contactoFormCustom{
        width: 100%;
    }
    #formulario2.texto_27.asp_22 .contButton {
        justify-content: center;
    }
}

#texto1.texto_27.asp_20 .container-fluid{
    background-color: var(--color-white);
    margin-top: 180px;
}

#texto1.texto_27.asp_20 .img-fluid {
    transform: scale(1.5); 
    transform-origin: center; 
}

#texto1.texto_27.asp_20 .row.banner-financieras{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px){
    #texto1.texto_27.asp_20 .img-fluid {
        transform: scale(1); 
        transform-origin: center; 
    }
}

@media (max-width: 990px){
    #texto1.texto_27.asp_20 .row.banner-financieras{
        flex-wrap: wrap;
        justify-content: center;
    }
    #texto1.texto_27.asp_20 .img-fluid {
        transform: scale(0.5) !important; 
        max-width: 200px;
        max-height: 100px;
        transform-origin: center; 
    }
    #texto1.texto_27.asp_20 .container-fluid{
        margin-top: 0;
    }
}
@media (max-width: 450px){
    #texto1.texto_27.asp_20 .row.banner-financieras{
        flex-direction: column;
        align-items: center;
    }
}


@media (min-width: 992px) {
    :root {
        --container-width:calc(100% - 50px);
        --container-width-xs: 970px;
    }
}

@media (min-width: 1200px) {
    :root {
        --container-width-xs: 1170px;
        --padding-section: 64px;
    }
}

@media (min-width: 1400px) {
    :root {
        --container-width-xs: 1148px;
    }
}

@media (min-width: 1680px) {

    :root {
        --container-width: 1600px;
        --container-width-xs: 1280px;
    }
}
/*formulario tasacion*/

#formulario2.texto_27.asp_22 .form-group input[type="file"] + span {
    position: absolute;
    z-index: 30;
    right: 20px;
    top: 20px;
}

#formulario2.texto_27.asp_22 div.form-group input.e-required[type="file"] + span svg {
    width: 24px; 
    height: 24px;
}


#texto1.texto_27.asp_25 .container{
    padding-top: 90px;
    padding-bottom: 90px;
    width:var(--container-width-xs);
}

#texto1.texto_27.asp_25 .container-fluid{
    background-color: white;
}

#texto1 .container-faqs .header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    gap: 16px;
    margin-bottom:55px;

}

#texto1.texto_27.asp_25 .card .titulo{
    color: #000;
    font-weight: bold;
}

#texto1 .container-faqs .header .container-titulos{
    display:flex;
    flex-direction:column;
    gap: 12px;
}

#texto1 .container-faqs .header .container-titulos .texto-md{
    color:var(--color-brand-primary);
}

#texto1 .container-faqs .header .container-titulos .titulo{
    color:var(--color-black);
    margin:0;
}

#texto1 .container-faqs #accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#texto1 .container-faqs #accordion .card {
    border-radius: 8px;
    border: 1px solid var(--color-black, #000);
}

#texto1 .container-faqs #accordion .card.open,
#texto1 .container-faqs #accordion .card:hover{
    border-color: var(--color-brand-primary);
}
#texto1 .container-faqs #accordion .card.open .card-header .titulo,
#texto1 .container-faqs #accordion .card:hover .card-header .titulo{
    color:var(--color-brand-primary);
}

#texto1 .container-faqs #accordion .card-header {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px;
    cursor: pointer;
    transition: all .5s;
}

#texto1 .container-faqs #accordion .card-body {
    padding: 16px 30px;
}

#slider10.texto_11.asp_7 .title2{
    display: none;
}
#formulario2.texto_11.asp_22 .subtituloForm2{
    display: none;
}

#formulario2.texto_11.asp_22  #contactoFormCustom {
    background: var(--color-grey);
    border-radius: 20px;
    padding: 50px 40px;
    /* width: 80%; */
}

#formulario2.texto_11.asp_22  .subtituloForm{
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: var(--color-grey);
}
#formulario2.texto_11.asp_22 .formContactoContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#formulario2.texto_11.asp_22 input, #formulario2.texto_11.asp_22 textarea {
    background-color: var(--color-grey-100);
    padding: 34px 40px;
}

#formulario2.texto_11.asp_22 input::placeholder,
#formulario2.texto_11.asp_22 textarea::placeholder{
    color: black;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#formulario2.texto_11.asp_22 .checkbox_legal label {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; 
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: white;
}

#formulario2.texto_11.asp_22 .checkbox_legal label a {
    margin: 0;
    white-space: normal; 
    word-break: normal; 
    color: white;
}

#formulario2.texto_11.asp_22 .contButton {
    text-align: center;
    display: flex;
    justify-content: right;
}

#formulario2.texto_11.asp_22 .checkbox.checkbox_legal {
    display: flex;
}

#formulario2.texto_11.asp_22 .svg-checkbox-wrapper {
	display: inline-block;
	cursor: pointer;
}

#formulario2.texto_11.asp_22 .svg-checkbox {
	width: 20px;
	height: 20px;
    font-family: Lato;

}

#formulario2.texto_11.asp_22 li,
#formulario2.texto_11.asp_22 p{
    font-size: 18px !important;
    font-family: Lato;

}


#formulario2.texto_11.asp_22 h4{
    font-weight: 500;
    font-size: 18px !important;
    font-family: Lato;
}

#formulario2 .enviar:hover{
    color: black;
}

@media (max-width: 1200px){
    #formulario2.texto_11.asp_22 .subtituloForm{
        width: initial;
    }
    /* #formulario2.texto_11.asp_22 #contactoFormCustom {
        width: 80%;
    } */
    #formulario2 .form-group label,
    #formulario2.texto_11.asp_22 input::placeholder,
    #formulario2.texto_11.asp_22 textarea::placeholder{
        font-size: 18px;
    }
}

@media (max-width: 990px){
    /* #formulario2.texto_11.asp_22 #contactoFormCustom {
        width: 90%;
    } */
}

@media (max-width: 768px){
    #formulario2 .form-group label,
    #formulario2.texto_11.asp_22 input::placeholder,
    #formulario2.texto_11.asp_22 textarea::placeholder{
        font-size: 16px;
    }
    #formulario2.texto_11.asp_22 .form-group input.form-control.e-required[name="formulario[vehiculo_interes][valor]"] {
        margin-top: 0;
    }
    #formulario2.texto_11.asp_22 #contactoFormCustom {
        border-radius: 0;
        padding: initial;
        padding-top: 30px;
        padding-bottom: 30px
    }
    #formulario2.texto_11.asp_22 .checkbox_legal label{
        font-size: 13px;
    }
    #formulario2.texto_11.asp_22 #contactoFormCustom{
        width: 100%;
    }
    #formulario2.texto_11.asp_22 .contButton {
        justify-content: center;
    }
}

#slider10.texto_11.asp_7 .container-fluid{
    padding: 30px !important;
}

#slider10.texto_11.asp_7 .opacidad{
    border-radius: 20px;
}

#slider10.texto_11.asp_7 .title1{
    font-family: Lato;
    font-size:80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; 
    text-align: left;
}
#slider10.texto_11.asp_7 .uk-position-cover{
    border-radius: 20px;
}


@media (max-width: 860px) {
    #slider10.texto_11.asp_7 .title1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%; /* 36px */
    }
    #slider10.texto_11.asp_7 .container-fluid{
        padding: 0 !important;
    }
    #slider10.texto_11.asp_7 .uk-position-cover,
    #slider10.texto_11.asp_7 .opacidad {
        border-radius: 0;
    }
}

/* tasacion */

#slider10.texto_26.asp_7 .container-fluid{
    padding: 30px !important;
}

#slider10.texto_26.asp_7 .opacidad{
    border-radius: 20px;
}

#slider10.texto_26.asp_7 .title1{
    font-family: Lato;
    font-size:80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; 
    text-align: left;
}
#slider10.texto_26.asp_7 .uk-position-cover{
    border-radius: 20px;
}


#slider10.texto_26.asp_7 .title2{
    color: var(--color-white);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 81.25% */
}

@media (max-width: 860px) {
    #slider10.texto_26.asp_7 .title1 {
        font-style: normal;
        font-weight: 700;
        line-height: 90%; /* 36px */
        font-size: 40px;
        word-wrap: break-word; 
        white-space: normal; 
        overflow-wrap: break-word;
        text-transform: initial !important;
    }
    #slider10.texto_26.asp_7 .title2{
       font-size: 20px;
       margin-top: 20px;
    }
    #slider10.texto_26.asp_7 .container-fluid{
        padding: 0 !important;
    }
    #slider10.texto_26.asp_7 .opacidad,
    #slider10.texto_26.asp_7 .uk-position-cover{
        border-radius: 0;
    }
    
}


#texto1.texto_26.asp_15 .card-container {
    display: flex;
    gap: 40px;
    justify-content: center; 
}

#texto1.texto_26.asp_15 .card {
    background-color:#1F201F;
    border-radius: 20px;
    opacity: 1;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 440px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#texto1.texto_26.asp_15 .icon {
    margin-bottom: 15px;
}

#texto1.texto_26.asp_15 h3 {
    margin-bottom: 10px;
    text-align: center;
    color: var(--color-white);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30.8px; /* 128.333% */
}

#texto1.texto_26.asp_15 p {
    color: var(--Primary-100, #E7E7E7);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

#texto1.texto_26.asp_15 .container-fluid{
    background-color: var(--color-white);
}

@media screen and (max-width: 1650px) {
    #texto1.texto_26.asp_15 .card {
        width: 350px; 
    }
    #texto1.texto_26.asp_15 h3 {
        font-size: 20px;
        line-height: 26px;
    }

    #texto1.texto_26.asp_15 p {
        font-size: 16px; 
        line-height: 22px;
    }
}

@media screen and (max-width: 1250px) {
    #texto1.texto_26.asp_15 .card {
        width: 270px; 
    }
}
@media screen and (max-width: 980px) {
    #texto1.texto_26.asp_15 .card-container {
        flex-direction: column;
        display: block;
        align-items: center;
        position: static; 
        transform: none; 
        left: auto; 
    }

    #texto1.texto_26.asp_15 .card {
        width: 100%;
        margin: 20px auto; 
    }

    #texto1.texto_26.asp_15 h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #texto1.texto_26.asp_15 p {
        font-size: 14px;
        line-height: 20px;
    }
}

/*api tasador*/
#texto1.texto_26.asp_16 .container{
    margin-top: 80px;
}

#texto1.texto_26.asp_16 .container-fluid{
    background-color: #ffffff;
}

/* #texto1.texto_26.asp_16 iframe{
    margin: auto;
} */

#texto1.texto_26.asp_16  .col-lg-12{
    display: flex;
    justify-content: center;
}

#tasacion1 .container-fluid{
    margin-top: 80px;
}
@media screen and (max-width: 980px) {
    #tasacion1 .container-fluid{
        margin-top: 0;
    }
    #tasacion1 .container {
        padding-top: 0;
    }
}

/* gestion de venta*/

#slider10.texto_28.asp_7 .container-fluid{
    padding: 30px !important;
}

#slider10.texto_28.asp_7 .opacidad{
    border-radius: 20px;
}

#slider10.texto_28.asp_7 .title1{
    font-family: Lato;
    font-size:80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; 
    text-align: left;
}
#slider10.texto_28.asp_7 .uk-position-cover{
    border-radius: 20px;
}


#slider10.texto_28.asp_7 .title2{
   display: none;
}

@media (max-width: 860px) {
    #slider10.texto_28.asp_7 .title1 {
        font-style: normal;
        font-weight: 700;
        line-height: 90%; /* 36px */
        font-size: 40px;
        word-wrap: break-word; 
        white-space: normal; 
        overflow-wrap: break-word;
        text-transform: initial !important;
    }
    #slider10.texto_28.asp_7 .container-fluid{
        padding: 0 !important;
    }
    #slider10.texto_28.asp_7 .opacidad,
    #slider10.texto_28.asp_7 .uk-position-cover{
        border-radius: 0;
    }
    
}



#texto1.texto_28.asp_12 .card-container {
    display: flex;
    gap: 40px;
    justify-content: center;
}

#texto1.texto_28.asp_12 .card {
    background-color:#1F201F;
    border-radius: 20px;
    opacity: 1;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 440px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#texto1.texto_28.asp_12 .icon {
    margin-bottom: 15px;
}

#texto1.texto_28.asp_12 h3 {
    margin-bottom: 10px;
    text-align: center;
    color: var(--color-white);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30.8px; /* 128.333% */
}

#texto1.texto_28.asp_12 p {
    color: var(--Primary-100, #E7E7E7);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

#texto1.texto_28.asp_12 .container-fluid{
    background-color: var(--color-white);
}

@media screen and (max-width: 1650px) {
    #texto1.texto_28.asp_12 .card {
        width: 350px; 
    }
    #texto1.texto_28.asp_12 h3 {
        font-size: 20px;
        line-height: 26px;
    }

    #texto1.texto_28.asp_12 p {
        font-size: 16px; 
        line-height: 22px;
    }
}

@media screen and (max-width: 1250px) {
    #texto1.texto_28.asp_12 .card {
        width: 270px; 
    }
}
@media screen and (max-width: 980px) {
    #texto1.texto_28.asp_12 .card-container {
        flex-direction: column;
        display: block;
        align-items: center;
        position: static; 
        transform: none; 
        left: auto; 
    }

    #texto1.texto_28.asp_12 .card {
        width:100%;
        margin: 20px auto; 
    }

    #texto1.texto_28.asp_12 h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #texto1.texto_28.asp_12 p {
        font-size: 14px;
        line-height: 20px;
    }
}

#texto1.texto_28.asp_17 h2{
    text-align: center;
    color: var(--color-grey);
}

#texto1.texto_28.asp_17 .container-fluid {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30.8px; /* 128.333% */
}
#texto1.texto_28.asp_17 .row.mb-3{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

#texto1.texto_28.asp_17 ul {
    list-style: none;
    text-align: left;
}

#texto1.texto_28.asp_17 li {
    margin-bottom: 8px;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    width: 80%;
    color: var(--color-grey-200);
}

#texto1.texto_28.asp_17 .list-style li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    color: rgb(255, 93, 14);
    margin-left: -1.3em;
    width: 1.3em;
}

#texto1.texto_28.asp_17 .img-fluid {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 980px) {
    #texto1.texto_28.asp_17 .img-fluid {
        width: 90px !important;
        height: 90px !important;
        max-width: none; 
    }
}

@media screen and (max-width: 450px) {
    #texto1.texto_28.asp_17 .row.mb-3{
        flex-direction: column;
    }
}
/* 
#texto1.texto_28.asp_22 .banner-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 15px;
    white-space: nowrap; 
    overflow: hidden; 
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
    width: 100%; 
}
  
#texto1.texto_28.asp_22 .logo-icon {
    width: 90.628px;
    height: 90.628px;
}

#texto1.texto_28.asp_22 .container-fluid{
    background: var(--color-white);
    margin: 30px 0;
}

#texto1.texto_28.asp_22 .container {
    width: 100%;
    border-top: 2px solid var(--Primary-500, #1F201F);
    border-bottom: 2px solid var(--Primary-500, #1F201F);
}
@media (max-width: 980px) {
    #texto1.texto_28.asp_22 .banner-container {
        font-size: 48px;
    }
    #texto1.texto_28.asp_22 .logo-icon{
    width: 54.724px;
    height: 53.21px;
}
} */

#texto1.texto_28.asp_22 .banner-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#texto1.texto_28.asp_22 .row{
    margin: 0;
}
#texto1.texto_28.asp_22 .col-xs-12{
    padding: 0;
}

#texto1.texto_28.asp_22 .container-fluid{
    background-color: white;
    padding: 0;
}

#texto1.texto_28.asp_22 .container{
    padding: 60px 0;
    margin: 0;
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    margin-bottom: 20px;
    margin-top: 20px;
}

#texto1.texto_28.asp_22 .marquee {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

#texto1.texto_28.asp_22 .banner-container span {
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
}

#texto1.texto_28.asp_22 .logo-icon {
    width: 90.628px;
    height: 90.628px;
}

@media (max-width: 980px) {
    #texto1.texto_28.asp_22 .banner-container span {
        font-size: 48px;
    }
    #texto1.texto_28.asp_22 .logo-icon {
        width: 54.724px;
        height: 53.21px;
    }
}

/* nosotros */

#slider10.texto_17.asp_7 .container-fluid{
    padding: 30px !important;
}

#slider10.texto_17.asp_7 .opacidad{
    border-radius: 20px;
}

#slider10.texto_17.asp_7 .title1{
    font-family: Lato;
    font-size:80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; 
    text-align: left;
}
#slider10.texto_17.asp_7 .uk-position-cover{
    border-radius: 20px;
}

#slider10.texto_17.asp_7 .title2{
   display: none;
}

@media (max-width: 860px) {
    #slider10.texto_17.asp_7 .title1 {
        font-style: normal;
        font-size: 40px;
        font-weight: 700;
        line-height: 90%; /* 36px */
        word-wrap: break-word; 
        white-space: normal; 
        overflow-wrap: break-word;
        text-transform: initial !important;
    }
    #slider10.texto_17.asp_7 .container-fluid{
        padding: 0!important;
    }
    #slider10.texto_17.asp_7 .opacidad,
    #slider10.texto_17.asp_7 .uk-position-cover{
        border-radius: 0;
    }
}
/* 
#texto1.texto_17.asp_12 .container-fluid{
    background: white;
}

#texto1.texto_17.asp_12 .titulo{
    color: var(--color-grey);
    text-align: center;
    font-size: 2rem;
    font-family: Lato;
}

#texto1.texto_17.asp_12 .subtitulo{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    color: var(--color-grey);
    font-family: Lato;
}

#texto1.texto_17.asp_12 .container{
    width: 70%;
}

#texto1.texto_17.asp_12 .tit-seccion.col-xs-12{
    margin-top: 30px;
}

#texto1.texto_17.asp_12 h5{
    margin-bottom: 10px;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30.8px;
    color: black;
}

#texto1.texto_17.asp_12 .txt-seccion.col-xs-12{
    font-family: Lato;
    color: var(--color-grey-200);
}

#texto1.texto_17.asp_12 .container-imagen-1{
    background-image: url("/img/3336543demoocasionmalaga345633/nosotros-1.jpg");
}
#texto1.texto_17.asp_12 .container-imagen-2{
    background-image: url("/img/3336543demoocasionmalaga345633/nosotros-2.jpeg");
    margin-right: 10px;
}
#texto1.texto_17.asp_12 .container-imagen-3{
    background-image: url("/img/3336543demoocasionmalaga345633/nosotros-3.png");
}

#texto1.texto_17.asp_12 .container-imagen {
    width: 49%; 
    height: 400px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

#texto1.texto_17.asp_12 .container-txt-img {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: space-between; 
    align-items: baseline;
}
#texto1.texto_17.asp_12 .container-imagen-2,
#texto1.texto_17.asp_12 .container-imagen-3{
    margin-top: 20px;
}

#texto1.texto_17.asp_12 .col-xs-12.container-txt-img,
#texto1.texto_17.asp_12 .col-xs-12.col-md-6,
#texto1.texto_17.asp_12 .tit-seccion.col-xs-12,
#texto1.texto_17.asp_12 .txt-seccion.col-xs-12{
    padding-left: 0;
}

@media (max-width: 1000px){
    #texto1.texto_17.asp_12 .container-imagen-1,
    #texto1.texto_17.asp_12 .container-imagen-2,
    #texto1.texto_17.asp_12 .container-imagen-3{
        display: none;
    }
    #texto1.texto_17.asp_12 .container{
        width: 100%;
    }
    #texto1.texto_17.asp_12 .col-xs-12.container-txt-img,
    #texto1.texto_17.asp_12 .col-xs-12.col-md-6,
    #texto1.texto_17.asp_12 .tit-seccion.col-xs-12,
    #texto1.texto_17.asp_12 .txt-seccion.col-xs-12{
    padding-left: 15px;
    }
}
@media (max-width: 1000px){
    #texto1.texto_17.asp_12 .subtitulo{
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
} */


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

#texto1.texto_17.asp_12 .container {
    display: flex;
    margin: 0 auto;
    padding: 0;
    padding-left: 15px;
    width: 1450px;
    margin-top: 50px;
    margin-bottom: 50px;
}
  
#texto1.texto_17.asp_12 .text-column {
    width: 60%;
    padding: 60px 20px 60px 60px;
    background-color: var(--color-grey-200);
    color: #fff;
    z-index: 1; 
    position: relative;
    border-radius: 20px;
}

#texto1.texto_17.asp_12 .col-lg-12{
    padding: 0;
}
  
#texto1.texto_17.asp_12 .text-column h2, .text-column h3 {
    color: white;
    margin: 0 0 20px;
}
  
#texto1.texto_17.asp_12 .text-column p {
    margin: 0 0 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
}
  
#texto1.texto_17.asp_12 .text-column button {
    background-color: var(--color-brand-primary);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
  
#texto1.texto_17.asp_12 .image-column {
    width: 45%;
    position: relative;
    z-index: 2;
    margin-right: -30px; 
    margin-top: -30px; 
    margin-bottom: -30px;
}
  
#texto1.texto_17.asp_12 .image-column img {
    width: 100%;
    position: sticky;
    top: 20px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
  }
  
@media (max-width: 1679px) {
    #texto1.texto_17.asp_12 .container {
        max-width: 1450px !important;
        width: 100%;
    }
}

@media (max-width: 1500px) {
    #texto1.texto_17.asp_12 .container {
        max-width: 1300px !important;
        width: 100%;
    }
}

@media (max-width: 1325px) {
    #texto1.texto_17.asp_12 .image-column {
        width: 40%; 
    }
}

@media (max-width: 1200px) {
    #texto1.texto_17.asp_12 .container {
        max-width: 1000px !important;
    }
    #texto1.texto_17.asp_12 .image-column {
        width: 45%; 
    }
}

@media (max-width: 990px){
    #texto1.texto_17.asp_12 .container {
        flex-direction: column-reverse;
        padding-right: 15px;
    }
    #texto1.texto_17.asp_12 .image-column img,
    #texto1.texto_17.asp_12 .text-column,
    #texto1.texto_17.asp_12 .image-column {
        width: 100%; 
        margin-left: auto;
        border-radius: 0;
    }
    #texto1.texto_17.asp_12 .image-column {
        margin: 0; 
    }
    #texto1.texto_17.asp_12 .text-column p {
        width: 100%;
    }
}


#texto1.texto_17.asp_15 .container-fluid{
    background-color: white;
}

#texto1.texto_17.asp_15 .container {
    display: flex;
    margin: 0 auto;
    position: relative; 
    padding: 0;
    padding-left: 15px;
    width: 1450px;
}
  
#texto1.texto_17.asp_15 .text-column {
    width: 60%;
    padding: 60px 30px;
    background-color: #000;
    color: #fff;
    z-index: 1; 
    border-radius: 20px;
}

#texto1.texto_17.asp_15 .col-lg-12{
    padding: 0;
}
  
#texto1.texto_17.asp_15 .text-column h2, .text-column h3 {
    color: white;
    margin: 0 0 20px;
}
  
#texto1.texto_17.asp_15 .text-column p {
    margin: 0 0 20px;
    width: 90%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
}
  
#texto1.texto_17.asp_15 .text-column ul {
    list-style-type: none;
    padding: 0;
}
  
#texto1.texto_17.asp_15 .text-column ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
  
#texto1.texto_17.asp_15 .text-column ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" fill="white" style="mix-blend-mode:multiply"/><path d="M7 10.707L4.5 8.2065L5.2065 7.5L7 9.293L10.7925 5.5L11.5 6.2075L7 10.707Z" fill="white"/><path d="M8 1C6.61553 1 5.26216 1.41054 4.11101 2.17971C2.95987 2.94888 2.06266 4.04213 1.53285 5.32122C1.00303 6.6003 0.86441 8.00776 1.13451 9.36563C1.4046 10.7235 2.07129 11.9708 3.05026 12.9497C4.02922 13.9287 5.2765 14.5954 6.63437 14.8655C7.99224 15.1356 9.3997 14.997 10.6788 14.4672C11.9579 13.9373 13.0511 13.0401 13.8203 11.889C14.5895 10.7378 15 9.38447 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1ZM8 14C6.81332 14 5.65328 13.6481 4.66658 12.9888C3.67989 12.3295 2.91085 11.3925 2.45673 10.2961C2.0026 9.19974 1.88378 7.99334 2.11529 6.82946C2.3468 5.66557 2.91825 4.59647 3.75736 3.75736C4.59648 2.91824 5.66558 2.3468 6.82946 2.11529C7.99335 1.88378 9.19975 2.0026 10.2961 2.45672C11.3925 2.91085 12.3295 3.67988 12.9888 4.66658C13.6481 5.65327 14 6.81331 14 8C14 9.5913 13.3679 11.1174 12.2426 12.2426C11.1174 13.3679 9.5913 14 8 14Z" fill="white"/>');
    background-size: contain;
    background-repeat: no-repeat;
}
  
#texto1.texto_17.asp_15 .image-column {
    width: 45%; 
    position: relative;
    margin-left: -30px; 
    margin-top: -30px; 
    margin-bottom: -30px; 
    z-index: 2; 
}
  
#texto1.texto_17.asp_15 .image-column img {
    width: 100%;
    position: sticky;
    top: 20px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
  }
  
@media (max-width: 1679px) {
    #texto1.texto_17.asp_15 .container {
        max-width: 1450px !important;
        width: 100%;
        border-radius: 20px;
    }
}

@media (max-width: 1500px) {
    #texto1.texto_17.asp_15 .container {
        max-width: 1300px !important;
        width: 100%;
    }
}

@media (max-width: 1325px) {
    #texto1.texto_17.asp_15 .image-column {
        width: 40%; 
    }
}

@media (max-width: 1200px) {
    #texto1.texto_17.asp_15 .container {
        max-width: 1000px !important;
    }
    #texto1.texto_17.asp_15 .image-column {
        width: 45%; 
    }
}

@media (max-width: 990px){
    #texto1.texto_17.asp_15 .container {
        flex-direction: column;
        padding-right: 15px;
    }
    #texto1.texto_17.asp_15 .image-column img,
    #texto1.texto_17.asp_15 .text-column,
    #texto1.texto_17.asp_15 .image-column {
        width: 100%; 
        border-radius: 0;
    }
    #texto1.texto_17.asp_15 .image-column {
        margin: 0; 
    }
    #texto1.texto_17.asp_15 .text-column p {
        width: 100%;
    }
}

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

#texto1.texto_17.asp_17 .container {
    display: flex;
    margin: 0 auto;
    padding: 0;
    padding-left: 15px;
    width: 1450px;
    margin-top: 50px;
    margin-bottom: 50px;
}
  
#texto1.texto_17.asp_17 .text-column {
    width: 60%;
    padding: 60px 20px 60px 60px;
    background-color: var(--color-grey-200);
    color: #fff;
    z-index: 1; 
    position: relative;
    border-radius: 20px;
}

#texto1.texto_17.asp_17 .col-lg-12{
    padding: 0;
}
  
#texto1.texto_17.asp_17 .text-column h2, .text-column h3 {
    color: white;
    margin: 0 0 20px;
}
  
#texto1.texto_17.asp_17 .text-column p {
    margin: 0 0 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
}
  
#texto1.texto_17.asp_17 .text-column button {
    background-color: var(--color-brand-primary);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
  
#texto1.texto_17.asp_17 .image-column {
    width: 45%;
    position: relative;
    z-index: 2;
    margin-right: -30px; 
    margin-top: -30px; 
    margin-bottom: -30px;
}
  
#texto1.texto_17.asp_17 .image-column img {
    width: 100%;
    position: sticky;
    top: 20px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
  }
  
@media (max-width: 1679px) {
    #texto1.texto_17.asp_17 .container {
        max-width: 1450px !important;
        width: 100%;
    }
}

@media (max-width: 1500px) {
    #texto1.texto_17.asp_17 .container {
        max-width: 1300px !important;
        width: 100%;
    }
}

@media (max-width: 1325px) {
    #texto1.texto_17.asp_17 .image-column {
        width: 40%; 
    }
}

@media (max-width: 1200px) {
    #texto1.texto_17.asp_17 .container {
        max-width: 1000px !important;
    }
    #texto1.texto_17.asp_17 .image-column {
        width: 45%; 
    }
}

@media (max-width: 990px){
    #texto1.texto_17.asp_17 .container {
        flex-direction: column-reverse;
        padding-right: 15px;
    }
    #texto1.texto_17.asp_17 .image-column img,
    #texto1.texto_17.asp_17 .text-column,
    #texto1.texto_17.asp_17 .image-column {
        width: 100%; 
        margin-left: auto;
        border-radius: 0;
    }
    #texto1.texto_17.asp_17 .image-column {
        margin: 0; 
    }
    #texto1.texto_17.asp_17 .text-column p {
        width: 100%;
    }
}


#texto1.texto_17.asp_22 .container-fluid{
    background: var(--color-grey);
}

#texto1.texto_17.asp_22 .stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 50px;
    background-color:var(--color-grey);
}

#texto1.texto_17.asp_22 .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background-color: #f57c00;
    border-radius: 50%;
    text-align: center;
    color: white;
}

#texto1.texto_17.asp_22 .stat-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

#texto1.texto_17.asp_22 .stat-number {
    font-size: 30px;
    font-weight: bold;
}

#texto1.texto_17.asp_22 .stat-label {
    font-size: 16px;
}

@media (max-width: 1080px) {
    #texto1.texto_17.asp_22 .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #texto1.texto_17.asp_22 .stats-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #texto1.texto_17.asp_22 .stat-item {
        width: 200px;
        height: 200px;
    }
}

/* 
#texto1.texto_17.asp_27 .banner-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 15px;
    white-space: nowrap; 
    overflow: hidden; 
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
    width: 100%; 
}
  
  #texto1.texto_17.asp_27 .logo-icon {
    width: 90.628px;
    height: 90.628px;
  }

  #texto1.texto_17.asp_27 .container-fluid{
    background: var(--color-white);
    margin: 30px 0;
  }
  

#texto1.texto_17.asp_27 .container {
    width: 100%;
    border-top: 2px solid var(--Primary-500, #1F201F);
    border-bottom: 2px solid var(--Primary-500, #1F201F);
}
@media (max-width: 980px) {
    #texto1.texto_17.asp_27 .banner-container {
        font-size: 48px;
    }
    #texto1.texto_17.asp_27 .logo-icon{
    width: 54.724px;
    height: 53.21px;
    }
} */

#texto1.texto_17.asp_27 .banner-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#texto1.texto_17.asp_27 .row{
    margin: 0;
}
#texto1.texto_17.asp_27 .col-xs-12{
    padding: 0;
}

#texto1.texto_17.asp_27 .container-fluid{
    background-color: white;
    padding: 0;
}

#texto1.texto_17.asp_27 .container{
    padding: 60px 0;
    margin: 0;
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    margin-bottom: 20px;
    margin-top: 20px;
}

#texto1.texto_17.asp_27 .marquee {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

#texto1.texto_17.asp_27 .banner-container span {
    color: var(--color-black);
    font-family: Lato;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; 
}

#texto1.texto_17.asp_27 .logo-icon {
    width: 90.628px;
    height: 90.628px;
}

@media (max-width: 980px) {
    #texto1.texto_17.asp_27 .banner-container span {
        font-size: 48px;
    }
    #texto1.texto_17.asp_27 .logo-icon {
        width: 54.724px;
        height: 53.21px;
    }
}

#detalle_imagen1 .container-titulo .container-titulo-titulo .titulo{
    text-align: left;
}

/* pagines legals*/
#texto1.texto_36.asp_7  .container-fluid,
#texto1.texto_34.asp_7 .container-fluid,
#texto1.texto_14.asp_7 .container-fluid,
#texto1.texto_20.asp_7 .container-fluid,
#texto1.texto_19.asp_7 .container-fluid{
    background-color: white;
}

#texto1.texto_36.asp_7 .titulo,
#texto1.texto_34.asp_7  .titulo,
#texto1.texto_14.asp_7 .titulo,
#texto1.texto_14.asp_7 .titulo.titulo-section{
    color: #000;
}

#filtro_listado_modal.filtro_0 .container{
    display: none;
}
#filtro_listado_modal.filtro_1 .dropdown-menu{
    height: 130px;
}
/* estilos temporales hasta que se publique la web*/

/* #menu17 .container-enlaces{
    display: none;
}

#footer10 .footer-container {
    display: none;
}

#footer10 .container-kit-digital{
    display: none;
} */

#link_contacto1{
    display: block !important;
    visibility: visible !important;
}

#link_contacto1 .box{
    opacity:  0;
}

@media (max-width: 860px){
#link_contacto1 .fondo .col-md-3{
    width: 50%;
}

}

#slider10.texto_11.asp_7 .container{
    flex-direction: column;
    align-items: start !important;
}

#slider10.texto_11.asp_7 .enlaces{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#slider10.texto_11.asp_7 .enlace{
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    display: flex;
    color: #000;
    border-radius: 8px;
    background: var(--color-brand-primary);
    height: 54px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-color: var(--color-brand-primary);
}

#slider10.texto_11.asp_7 .enlace:hover {
    background-color: black;
    text-decoration: none;
    color: white;
    border-color: 1px solid var(--color-brand-primary);
    transition: background-color 0.3s ease, color 0.3s ease;
}
#menu17 .search-button{
    display: none;
}

@media (max-width: 860px) {
    #slider10.texto_11.asp_7 .enlaces{
        flex-direction: column;
        margin-top: 30px;
    }
    #slider10.texto_11.asp_7 .container{
        justify-content: center;
    }
}


#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .container-mapa {
    padding: 40px 40px 80px 40px;
    background: var(--color-black);
    border-radius: 20px;
    margin: 40px;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .mapa{
    width: 70%;
    height: 460px;
    background-image: url("/img/3336543demoocasionmalaga345633/mapa.png");
    background-position: center;
    border-radius: 12px;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .container-fluid{
    background: var(--color-black);
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .contendor-texto-mapa{
    display: flex;
    justify-content: space-between;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .info{
    background: var(--color-black);
    width: 100%;
    padding: 0;
    position: static;
    padding: 0 0 0 20px;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .titulo{
    color: var(--color-white);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .dk-h4{
    color: var(--color-white);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .direccion{
    color: var(--color-white);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 h3{
    color: var(--color-white);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 p{
    color: var(--color-white);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .titulo-responsive{
    display: none;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .txc,
#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .telefono{
    color: var(--Primary-500, #1F201F);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 125% */
    display: flex;
    height: 54px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 8px;
    background: var(--color-brand-primary);
    border-radius: 8px;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .txc:hover, 
#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .telefono:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

#mapa_simple.mapa_simple_11.mapa_simple_asp_37 .telefono{
    margin-bottom: 10px;
}

@media(max-width: 920px){
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .contendor-texto-mapa{
        flex-direction: column;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .mapa{
        width: 100%;
        border-radius: 0;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .dk-h4{
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .direccion{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 h3{
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 10px;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .info{
        padding: 0;
    }
}

@media (max-width: 700px) {
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .titulo{
        display: none;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .titulo-responsive{
        font-size: 26px;
        display: block;
        color: var(--color-white);
        font-style: normal;
        font-weight: 900;
        line-height: 28px;
        text-transform: initial;
    }
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .container-mapa {
        margin: 0 20px 40px 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 500px) {
    #mapa_simple.mapa_simple_11.mapa_simple_asp_37 .mapa{
        height: 200px;
    }
}

/* popup */

#popup1 .modal-dialog{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popup1 button.close {
    align-self: flex-end;
}

#popup1 .img-popup{
    max-height: 600px;
}

.img-banner-vacaciones{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    padding: 0 24px 32px;
}