﻿/*@font-face {
    font-family: 'clashdisplay-bold';
    src: url('../lib/fonts/clashdisplay-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'clashdisplay-extralight';
    src: url('../lib/fonts/clashdisplay-extralight.ttf') format('truetype');
}

@font-face {
    font-family: 'clashdisplay-light';
    src: url('../lib/fonts/clashdisplay-light.ttf') format('truetype');
}

@font-face {
    font-family: 'clashdisplay-medium';
    src: url('../lib/fonts/clashdisplay-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'clashdisplay-regular';
    src: url('../lib/fonts/clashdisplay-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'clashdisplay-semibold';
    src: url('../lib/fonts/clashdisplay-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'clashdisplay-variable';
    src: url('../lib/fonts/clashdisplay-variable.ttf') format('truetype');
}*/



body {
    margin: 0;
    padding: 0;
    background-color: #eee;
    /*background-color: #f7f7f7;*/
    /*margin-top: 120px;*/
    /*margin-top: 80px;*/
    /*font-family: 'clashdisplay-regular';*/
    font-family: 'Roboto', sans-serif;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*.fw-bold {
    font-family: 'clashdisplay-bold';
}

.fw-semibold {
    font-family: 'clashdisplay-semibold';
}

.fw-light {
    font-family: 'clashdisplay-light';
}

.fw-regular {
    font-family: 'clashdisplay-regular';
}*/


@media only screen and (max-width: 600px) {
    body {
        margin-top: 80px;
    }
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    padding: 10px 0px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.accordion-body {
    padding: 10px 0px !important;
}
/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.top-brand {
    height: 80px;
}
/*@media (max-width: 576px) {
    .top-brand {
        height: 70px;
    }
}
*/
.top-menu {
    height: 50px;
    align-items: center;
}


.bg-theme1 {
    /*Nuevo*/
    background-color: #181819;
}

.bg-theme2 {
    /*background-color: #00CAC7;*/
    /*Sorpresa*/
    /*background-color: #7E41D6;*/
    /*iNexus*/
    /*background-color: #199BF1;*/
    /*Sorpresa*/
    background-color: #E7E7E7;
}

.bg-theme3 {
    /*Sorpresa*/
    background-color: #FFDD05;
    /*iNexus*/
    /*background-color: #01BEF6;*/
}
/*.bg-themebase {*/
/*background-color: #FF9386;*/
/*background-color: #253745;
}*/
.bg-theme4 {
    /*Sorpresa*/
    background-color: #6A715B;
    /*iNexus*/
    /*background-color: #01BEF6;*/
}

.bg-theme5 {
    /*Sorpresa*/
    background-color: #EDDCC8;
    /*iNexus*/
    /*background-color: #01BEF6;*/
}
.bg-premium {
    background-color: #ffdd05 !important;
}
.bg-smoke {
    background-color: #888EA8 !important;
}
.bg-dark {
    background-color: #181819 !important;
}
.bg-firelight {
    background-color: #FFFFEC !important;
}
.bg-theme-gradient {
    /*background: rgb(84,93,206);
    background: linear-gradient(45deg, rgba(84,93,206,1) 30%, rgba(126,65,214,1) 100%);*/
    background: rgb(243,144,42);
    background: linear-gradient(94deg, rgba(243,144,42,1) 0%, rgba(239,107,66,1) 50%, rgba(233,70,70,1) 100%);
}
/*.bg-gold {
    background-color: #B28B4D;
}*/
/*.producto{
    padding: 10px;
    border : 1px solid #f1f1f1;
    border-radius: 20px 20px;
}*/
.bg-search-rounded {
    background-color: #E7E7E7;
}

    .bg-search-rounded:focus {
        background-color: #E7E7E7;
    }

.btn-search-front {
    position: relative;
    top: 8px;
    height: 58px;
    color: #fff;
    width: 100%;
    background-color: #000;
}

    .btn-search-front:hover {
        background-color: #FFDD05;
        color: #000;
    }





.text-theme1 {
    color: #000;
}

.text-theme2 {
    color: #E7E7E7;
}

.text-theme3 {
    color: #FFDD05;
}

.text-theme4 {
    color: #6A715B;
}



.border-theme1 {
    border: 1px solid #000;
}

.border-theme2 {
    border: 1px solid #E7E7E7;
}

.border-theme3 {
    border: 1px solid #FFDD05;
}

.border-firelight {
    border: 2px solid #ffdd05;
}
.border-smoke {
    border: 1px solid #f4f4f4;
}

.text-gray {
    color: #666 !important;
}

.text-smoke {
    color: #888EA8 !important;
}

.text-cyan {
    color: #1ABC9C !important;
}

.text-brown {
    color: #705A29 !important;
}

.text-green {
    color: #0A3622 !important;
}

.text-orange {
    color: #ff7d00 !important;
}

.text-gold {
    color: #FFDD05 !important;
}
/*.btn-addtocart {
    border-radius: 0px 0px 5px 5px;
    box-shadow: none !important;
    outline: none !important;
    border-color: red;
}*/

.bg-discount-text {
    border-radius: 30px;
    /*border: 2px solid black;*/
    background-color: #EB5757;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    /*font-weight: bold;*/
    cursor: pointer;
}

.bg-discount-porcent {
    border-radius: 30px;
    /*border: 2px solid black;*/
    background-color: #F8D7DA;
    color: #E43B3B;
    padding: 2px 10px;
    font-size: 12px;
    cursor: pointer;
}

.btn-addtocart {
    border-radius: 14px;
    /*border: 2px solid black;*/
    background-color: #fff;
    color: #CB8261;
    /*padding: 14px 28px;*/
    /*font-size: 16px;*/
    cursor: pointer;
}

    .btn-addtocart:hover {
        /*border-color: #CB8261;*/
        background-color: #CB8261;
        color: #fff;
    }

    .btn-addtocart:focus {
        /*border-color: #CB8261;*/
        background-color: #CB8261;
        color: #fff;
    }

    .btn-addtocart:visited {
        /*border-color: #CB8261;*/
        background-color: #CB8261;
        color: #fff;
    }


.icon-addtocart {
    width: 35px;
    height: 35px;
    font-size: small;
}


.button:focus {
    box-shadow: none !important;
    outline: none !important;
}


.btn-top-main {
    /*background-color: transparent;*/
    /*color: #fff;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}



.btn-search-circle {
    /*background-color: #CB8261;*/
    background-color: #000;
    margin: 0px;
    width: 35px !important;
    height: 35px !important;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    border: none;
    text-align: center;
}

    .btn-search-circle:hover {
        background-color: #FFDD05;
        color: #000;
    }

.button-float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    box-shadow: rgba(0,0,0,0.2) 5px 5px 10px;
    /*padding-top: 4px;*/
    z-index: 100;
}

/*.owl-nav .owl-prev, .owl-next {
    background-color: red !important;
    border-radius: 50%;
    color: #fff !important;
}*/

.single-line {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.btn-owlnav {
    background-color: #000;
    border: 0px;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 6px 6px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

    .btn-owlnav:hover {
        background-color: #FFDD05;
        color: #000;
    }




.btn-circle {
    width: 40px;
    /*height: 30px;*/
    padding: 8px 8px;
    border-radius: 50%;
    text-align: center;
    /*font-size: 12px;*/
    line-height: 1.42857;
}

    .btn-circle:hover {
        background-color: #e7e7e7;
    }

.panel-search-front {
    max-width: 1300px;
    padding: 20px 30px 20px 30px;
    box-shadow: rgba(0,0,0,0.4) 10px 10px;
    border-radius: 25px;
    background-color: #fff;
}

.panel-banners {
    padding-top: 150px;
    z-index: -1;
}

.category-base {
    width: 100px;
    height: 100px;
    background-color: #f1f1f1;
    border-radius: 50%;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .category-base {
        width: 100px;
        height: 100px;
        background-color: #EFEFEF;
        border-radius: 50%;
        text-align: center;
    }
}

.category-icon {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 600px) {
    .category-icon {
        width: 60px;
        height: 60px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #FFDD05;*/
    /*border-color: #FFDD05;*/
    border-color: none;
    box-shadow: none;
}

/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/






/*.nav-pills .nav-link.active {
    background-color: #E96751 !important;
    color: #fff !important;
}*/

/*.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;*/
/*outline: black;*/
/*background-color: #E96751;*/
/*background-size: 60%, 60%;
    border-radius: 50%;
    opacity: 1 !important;*/
/*border: 1px solid red;*/
/*}*/
.btn-slide-prev, .btn-slide-next {
    height: 50px;
    width: 50px;
    color: #fff;
    /*outline: black;*/
    /*background-color: #E96751;*/
    background-size: 60%, 60%;
    border-radius: 50%;
    opacity: 1 !important;
    align-items: center;
    vertical-align: middle;
    padding: 13px;
}



.img-categ {
    /*position: relative;*/ /* Se usa para que no se salga la imagen de la caja, ya que la imagen tiene position absolute */
    width: 180px;
    height: 180px;
}



/*.form-control {
    border: 0;
    box-shadow: none;
}*/
/*.form-control:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;*/
/*// dont forget this one as it is the one which shows that blue shadow when typing*/
/*}*/

.text-banner {
    text-shadow: 1px 1px 5px #424242;
    color: #fff;
}

.bg-img-portada {
    background-image: url('../img/logo/road-sunset-bg04.jpg');
    /*background-image: url('../img/logo/road-way01-b.jpg');*/
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
}

.bg-content-dark {
    padding-top: 150px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 550px;
}

.bg-content-panel {
    max-width: 1200px;
}
/*.img-slide {
    width: 100%;*/
/*min-height: 320px;
    max-height: 320px;*/
/*background-size: cover;
    background-position: center bottom;*/
/*min-height: 180px;*/
/*height: 100%;*/
/*background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;*/
/*}*/
.img-slide {
    width: 100%;
    min-height: 320px;
    max-height: 320px;
    background-size: cover;
    background-position: center bottom;
    min-height: 180px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

/*@media (max-width: 576px) {
    .slick-prev, .slick-next {
        width: 81px !important;
        z-index: 1;
        color: blue !important;
    }
}*/




@media (min-width: 576px) {
    .img-slide {
        min-height: 320px;
        max-height: 320px;
        background-size: cover;
        background-position: right bottom;
        min-height: 180px;
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
}

/*@media (min-width: 768px) {
    .sc-img-slide {
        min-height: 490px;
        max-height: 490px;
        background-size: cover;
        min-height: 450px;
        max-height: 450px;
        height: 450px;
        background-size: contain;
    }

    .slick-prev, .slick-next {
        width: 22px;
    }
}*/

@media (min-width: 992px) {
    .img-slide {
        min-height: 383px;
        max-height: 383px;
        /*background-size: contain;*/
        min-height: 450px;
        max-height: 450px;
        background-size: contain;
    }
    /*
    .slick-prev, .slick-next {
        width: 22px;
    }*/
}

@media (min-width: 1200px) {
    .img-slide {
        /*min-height: 453px;
        max-height: 453px;*/
        /*background-size: contain;*/
        min-height: 540px;
        max-height: 540px;
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width: 1440px) {
    .img-slide {
        min-height: 680px;
        max-height: 680px;
        background-size: cover;
        min-height: 735px;
        max-height: 735px;
        /*background-size: contain;*/
    }
}

@media (min-width: 2000px) {
    .img-slide {
        /*min-height: 680px;
        max-height: 680px;*/
        /*background-size: cover;*/
        min-height: 950px;
        max-height: 950px;
        background-position: center center;
        background-size: cover;
    }
}


.bg-slide-marcas {
    height: 160px !important;
}




.no-image {
    width: 100%;
    height: 200px;
    background-color: #F1f1f1;
    /*background-image: url('../img/prod/no-image.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
    /*border-radius: 5px 5px 0px 0px;*/
}

.img-prod {
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-color: #F1f1f1;
    /*background-image: url('../img/prod/no-image.png');*/
    /*background-repeat: no-repeat;
    background-position: center center;*/
    /*background-size: cover;*/
    border-radius: 5px 5px 0px 0px;
}

.item-prod {
    transition: transform .5s;
}

    .item-prod:hover {
        transform: scale(1.02);
    }



/*.icon-float {
    margin-top: 0px;
}*/

/*.owl-carousel .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: red !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}*/


.section-categories {
    /*height:350px;*/
}

.section-infopage {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #E96751;*/
    /*color: #fff;*/
    color: #222;
}

.section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #333333;*/
    color: #fff;
}


/* Style the buttons */
.btn-area {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

    .btn-area:hover {
        background-color: #ddd;
    }

    .btn-area.active {
        background-color: #666;
        color: white;
    }


.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* máximo 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: 2.6em; /* 2 líneas x 1.3em */
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* máximo 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: 2.6em; /* 2 líneas x 1.3em */
}


/*SECCION NOTICIAS*/
.noticia-item {
    display: flex;
    height: 320px;
    max-height: 320px;
    overflow: hidden;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
/* Responsive para pantallas pequeñas */
@media (max-width: 576px) {
    .noticia-item {
        flex-direction: column;
        height: 550px;
        max-height: 550px;
    }
}


.video-thumbnail,
.noticia-content {
    height: 100%;
}


.video-thumbnail {
    position: relative;
    width: 50%;
}
/* Responsive para pantallas pequeñas */
@media (max-width: 576px) {
    .video-thumbnail {
        width: 100%;
        height: 50%
    }
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 68px;
    height: 48px;
    transition: transform 0.2s ease;
}

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

.noticia-content {
    background: #222;
    color: white;
    padding: 1.5rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Responsive para pantallas pequeñas */
@media (max-width: 576px) {
    .noticia-content {
        width: 100%;
        height: 50%;
    }
}

.tag {
    display: inline-block;
    background: #fccfa2;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    width: auto;
    max-width: fit-content;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-bottom: 15px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .tag:hover {
        background-color: #fccfa298;
        color: #000000;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    }


.noticia-content h2 {
    font-size: 18px;
    margin: 0 0 1rem;
}

.noticia-content p {
    font-size: 14px;
    margin-bottom: 1rem;
}

.noticia-content h2,
.noticia-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.noticia-content h2 {
    -webkit-line-clamp: 3; /* máximo 2 líneas */
}

.noticia-content p {
    -webkit-line-clamp: 3; /* máximo 3 líneas */
}

.btn-leer {
    background: white;
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
}




/*CABECERA DE SECCION OWL CABECERA*/
.section-owl-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto 1rem;
}

    .section-owl-header h3 {
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        color: #000;
    }
/* Responsive para pantallas pequeñas */
@media (max-width: 576px) {
    .section-owl-header h3 {
        font-size: 18px;
    }
}

.nav-arrows button {
    background: #222;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 8px;
    transition: all 0.3s ease;
}

    .nav-arrows button:hover {
        /*background: #FFDD05;*/
        background: #000;
        /*color: #000;*/
    }

/* Responsive para vista móvil */
@media (max-width: 576px) {
    .nav-arrows button {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
        margin-left: 4px;
    }
}



/*/SECCIÖN DE ESTILO DE VIDA/*/
.card-lifestyle {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    width: 100%;
    max-width: 280px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    /* Capa negra fija al 30% */
    .card-lifestyle::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 200px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5); /*Aqui para oscurecer*/
        z-index: 1;
        transition: background-color 0.3s ease;
    }

    .card-lifestyle:hover {
        transform: translateY(-5px);
        text-decoration: none;
    }

    .card-lifestyle img {
        object-fit: cover;
        height: 200px;
        width: 100%;
        transition: transform 0.6s ease;
    }

    .card-lifestyle .card-body {
        background: #fff;
        padding: 1rem;
        text-align: center;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-lifestyle .card-text {
        color: #000;
        font-weight: 600;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* máximo 2 líneas */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Hover: quitar oscuridad y ampliar imagen */
    .card-lifestyle:hover::before {
        background-color: rgba(0, 0, 0, 0);
    }

    .card-lifestyle:hover img {
        transform: scale(1.05);
    }













/*.card-vehiculo {*/
/*border: 2px #FFDD05 solid;*/
/*border-radius: 0.7rem;*/
/*margin-bottom: 1.5rem;*/
/*}*/

.action-btn {
    position: absolute;
    top: 10px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 16px;
}

    /* Posición izquierda y derecha */
    .action-btn.left {
        left: 10px;
    }

    .action-btn.right {
        right: 10px;
    }

    .action-btn:hover {
        background-color: #FFDD05;
        color: white;
    }




.badge-hover-gold:hover {
    background-color: #FFDD05 !important;
    color: #000 !important;
}










/*ESTILO DE MARCA*/
.marca-item {
    text-align: center;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    display: block;
}

.marca-icon {
    background: #f2f2f2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .marca-icon img {
        width: 20px;
        height: auto;
        object-fit: contain;
    }






/*ULTIMA HORA*/
.noticia-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    max-width: 250px;
    height: 320px; /* altura fija */
    display: flex;
    flex-direction: column;
    /*margin-top: 1rem;*/
    margin-bottom: 1rem;
}

    .noticia-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.noticia-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

    .noticia-body h4 {
        font-size: 14px;
        font-weight: 600;
        color: #1d1d1d;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3;
        height: calc(1.3em * 3); /* asegura altura para 3 líneas */
    }


.noticia-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    width: fit-content;
    text-transform: uppercase;
}

    .noticia-tag.actualidad {
        background: #B8F4f4;
        /*color: #12766c;*/
    }

    .noticia-tag.novedades {
        background: #fef1df;
        color: #9c6b00;
    }

    .noticia-tag.presentacion {
        background: #dbe5f4;
        color: #1f4e85;
    }

    .noticia-tag.review {
        background: #F7BFF7;
        /*color: #1f4e85;*/
    }

    .noticia-tag.comparativa {
        background: #dbe5f4;
        color: #1f4e85;
    }

    .noticia-tag.pruebas {
        background: #C3FFB5;
        /*color: #1f4e85;*/
    }



.noticia-body h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1d;
    margin: 0;
}

.noticia-footer {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.btn-mostrar {
    background: #fff;
    color: #000;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-mostrar:hover {
        background-color: #f0f0f0;
    }

.mostrar-todo-container {
    margin-top: 1rem;
    text-align: left;
    padding-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-watermark {
    position: absolute;
    top: 80px; /* distancia del borde superior */
    right: 20px; /* distancia del borde derecho */
    width: auto; /* ajusta el tamaño como quieras */
    opacity: 0.55; /* transparencia elegante */
    pointer-events: none; /* evita clics o interacciones */
    z-index: 3; /* encima del fondo, debajo del contenido si quieres */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}
@media (max-width: 768px) {
    .hero-watermark {
        width: 130px;
        top: 10px;
        right: 10px;
        opacity: 0.35;
    }
}

@media (max-width: 480px) {
    .hero-watermark {
        width: 90px;
        opacity: 0.28;
    }
}


/*PORTADA*/
.hero-wrapper {
    /*background: url('../img/logo/urbancity-bg01.jpg') no-repeat center center/cover;*/
    background: url('../img/slide/bg3.png') no-repeat center center/cover;
    /*background: url('../img/banner/family-banner-car-hd.png') no-repeat center center/cover;*/
    position: relative;
    height: 100vh;
    padding: 10rem 2rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
}

/* Responsive para vista móvil */
@media (max-width: 576px) {
    .hero-wrapper {
        padding: 1rem 1rem 1rem;
    }
}


/*.hero-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;*/  /*color de la capa */
    /*opacity: 0.0;*/  /*controla transparencia (0 = transparente, 1 = opaco) */
    /*z-index: 1;*/  /*para que quede detrás del contenido */
/*}*/


.hero-content {
    text-align: center;
    z-index: 2;
}

    .hero-content h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

@media (max-width: 576px) {
    .hero-wrapper {
        height: 90vh;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}


.toggle-wrapper {
    position: absolute;
    top: -30px; /* menos separación */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 2rem;
    display: flex;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 5;
    padding: 3px;
    width: 300px;
    opacity: 1 !important;
}
/*.toggle-wrapper {
    position: relative;
    top: -20px;*/ /* más pegado */
/*display: flex;
    justify-content: center;
    margin-bottom: -10px;*/ /* corrige separación inferior */
/*z-index: 2;
}*/

.buscador-container {
    position: relative;
    background: black;
    /*background: rgba(0, 0, 0, 0.45);*/
    padding: 2rem 1rem 1rem; /* espacio arriba para el toggle */
    border-radius: 1.5rem;
    /*opacity: 0.7;
    filter:blur(5px);*/
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.search-bar {
    margin-top: 10px;
    width: 100%;
}

.search-box {
    display: flex;
    gap: 10px;
    padding: 15px 20px;
    /*border: 1px solid #5b5b5b;*/
    border-radius: 50px;
    background: rgba(40, 40, 40, 0.4); /* Transparencia */
    backdrop-filter: blur(12px); /* Desenfoque */
    -webkit-backdrop-filter: blur(12px);
}

@media (min-width: 1000px) {
    .search-box {
        min-width: 800px;
    }
}
@media (max-width: 576px) {
    .search-box {
        max-width: 400px;
        border-radius: 35px;
    }
}


.search-box .search-select,
.search-box .search-button {
    border-radius: 10px;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    /*background: rgba(50, 50, 50, 0.5);*/
    /*background: rgba(0, 0, 0, 0);*/
    background-color: transparent;
    color: #fff;
    /*backdrop-filter: blur(6px);*/
    /*-webkit-backdrop-filter: blur(6px);*/
}

    /* Crea la flecha personalizada */
    /*.search-box .search-select::after {*/
    /*content: "\25BC";*/ /*Código para la flecha hacia abajo (▼) */
    /*position: absolute;*/
    /*top: 50%;
        right: 10px;
        height: 90px !important;
        transform: translateY(-50%);
        font-size: 18px;
        color: #333;
        pointer-events: none;*/ /*Asegura que los clics lleguen al select */
    /*}*/

    .search-box .search-select:focus,
    .search-box .search-button:focus {
        outline: none;
        box-shadow: none;
        /*box-shadow: 0 0 0 2px rgba(255,255,255,0.3);*/
    }

.search-box .search-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 0, 0, 0.8);
    transition: background 0.3s ease;
}

    .search-box .search-button:hover {
        background: rgba(180, 0, 0, 1);
    }


/*.form-select{
    opacity: 1 !important;
}*/
/*.toggle {
    padding: 0.8rem 1.5rem;
    background: transparent;
    border: none;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: background 0.3s;
}

    .toggle.active {
        background: #000;
        color: #fff;
    }*/
.buscador-container select {
    padding: 1rem;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    min-width: 180px;
}

.btn-buscar {
    background: #181819;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    min-width: 180px;
}

    .btn-buscar span {
        color: #ffd700;
    }

    .btn-buscar:hover {
        background: #000;
        color: #fff;
    }

        .btn-buscar:hover span {
            color: #ffd700;
        }


/*@media (max-width: 576px) {
    .btn-buscar {
        padding: 0.5rem;
        background: #ffd700;
        color: #000;
    }

        .btn-buscar:hover {
            background: #000;
            color: #ffd700;
        }
}*/


.btn-default {
    background: #FFDD05;
    color: #000;
    /*font-weight: bold;*/
    cursor: pointer;
    /*width: 100%;*/
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
    opacity: 0.5;
    /*min-width: 180px;*/
    /*transition: background-color 0.3s ease, color 0.3s ease;*/
    transition: all 0.3s ease-in-out;
}

    .btn-default:not(:disabled):hover {
        background-color: #000;
        color: white;
        transition: all 0.3s ease-in-out;
    }

        .btn-default:not(:disabled):hover span {
            color: #FFDD05 !important;
            transition: all 0.3s ease-in-out;
        }

    .btn-default:enabled {
        opacity: 1;
    }

.btn-default-inverted {
    background: #000;
    color: #fff;
    /*font-weight: bold;*/
    cursor: pointer;
    /*width: 100%;*/
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
    opacity: 0.5;
    /*min-width: 180px;*/
    /*transition: background-color 0.3s ease, color 0.3s ease;*/
    transition: all 0.3s ease-in-out;
}

    /*.btn-default-inverted:not(:disabled):hover {
        background-color: #000;
        color: white;
        transition: all 0.3s ease-in-out;
    }*/

    .btn-default-inverted:not(:disabled) span {
        color: #FFDD05 !important;
        /*transition: all 0.3s ease-in-out;*/
    }

    .btn-default-inverted:enabled {
        opacity: 1;
    }



.btn-default-light {
    background: #f7f7f7;
    color: #000;
    /*font-weight: bold;*/
    cursor: pointer;
    /*width: 100%;*/
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
    opacity: 0.5;
    /*min-width: 180px;*/
    /*transition: background-color 0.3s ease, color 0.3s ease;*/
    transition: all 0.3s ease-in-out;
}

    .btn-default-light:not(:disabled):hover {
        background-color: #000;
        color: white;
        transition: all 0.3s ease-in-out;
    }

        .btn-default-light:not(:disabled):hover span {
            color: #FFDD05 !important;
            transition: all 0.3s ease-in-out;
        }

    .btn-default-light:enabled {
        opacity: 1;
    }





.btn-default-circle {
    border-radius: 50%;
    color: #000;
    /*font-weight: bold;*/
    cursor: pointer;
    /*width: 100%;*/
    /*padding: 0.6rem 1rem;*/
    font-size: 1rem;
    border: none;
    /*min-width: 180px;*/
}

    .btn-default-circle:hover {
        background: #e7e7e7;
    }

.btn-stnd-rounded {
    background: #ddd;
    color: #000;
    /*font-weight: bold;*/
    cursor: pointer;
    /*width: 100%;*/
    min-width: 100px;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 40px;
    border: none;
    /*min-width: 180px;*/
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .btn-stnd-rounded:hover {
        background: #000;
        color: #fff;
    }

        .btn-stnd-rounded:hover span {
            color: #FFDD05;
        }

.link-stnd {
    background-color: transparent;
    color: #FFDD05;
    cursor: pointer;
    font-size: 0.9rem;
    border: none;
    transition: color 0.3s ease;
}

    .link-stnd:hover {
        color: #fff;
    }

        .link-stnd:hover span {
            color: #FFDD05;
        }




.link-stnd-bordered {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
    border-radius: 10px;
    border: 1px solid #FFDD05;
    transition: color 0.3s ease;
}

    .link-stnd-bordered span {
        color: #FFDD05 !important;
    }

        .link-stnd-bordered span:hover {
            color: #000;
            transform: scale(1.1);
        }

    .link-stnd-bordered:hover {
        /*box-shadow: 0 0 12px 3px rgba(255, 221, 5, 0.6);*/ /* aura amarillo */
        /*color: #fff;*/
        background-color: #FFDD05;
        border: 1px solid #FFDD05;
        color: #000;
        /*        animation: glow-breath 1.5s infinite ease-in-out;*/
    }

        .link-stnd-bordered:hover span {
            color: #000 !important;
        }




.btn-icon-header {
    position: relative;
    color: white !important;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

    .btn-icon-header:hover {
        color: #FFDD05;
    }

    /* Tooltip */
    .btn-icon-header::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        color: #000;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 100;
    }

    /*Flechita del tooltip*/
    .btn-icon-header::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #fff;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 99;
    }

    .btn-icon-header:hover::after,
    .btn-icon-header:hover::before {
        opacity: 1;
    }


.custom-tooltip {
    position: absolute;
    top: 120%; /* AHORA se muestra debajo del botón */
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    display: none;
    z-index: 1000;
}

.btn-icon-header:hover .custom-tooltip {
    display: block;
}

/* Flecha ahora en la parte superior */
.tooltip-arrow {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

/* Contenido */
.tooltip-content h6 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
}

.tooltip-content img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 6px;
}

.tooltip-content p {
    margin: 0;
    font-size: 12px;
    color: #444;
}



/* Animación de resplandor */
/*@keyframes glow-breath {
    0% {
        box-shadow: 0 0 0px rgba(255, 221, 5, 0.0);
    }

    50% {
        box-shadow: 0 0 12px 6px rgba(255, 221, 5, 0.6);
    }

    100% {
        box-shadow: 0 0 0px rgba(255, 221, 5, 0.0);
    }
}*/



/*.hero-car {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 400px;
    z-index: 1;
}

    .hero-car img {
        width: 100%;
        height: auto;
    }*/

/* Scroll text bottom */
.scroll-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: white;
    padding: 1rem 0;
    overflow: hidden;
}

.scroll-track {
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 100%;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}



/*CAROUSEL CATEGORIAS*/
/* Contenedor general */
.categorias-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
    /*background: #f7f7f7;*/
    overflow: hidden;
}

/* Carrusel de Owl */
.owl-carousel .categorias-carousel {
    width: 100%;
}

/* Tarjeta de categoría */
.categ-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0.5rem;
    /*background: rgba(40, 40, 40, 0.4); 
    backdrop-filter: blur(12px); */
}

    .categ-item.text-underline-hover .text {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

        .categ-item.text-underline-hover .text::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -3px;
            width: 0;
            height: 3px;
            border-radius: 50px;
            background-color: #ffd700;
            transition: all 0.4s ease;
            transform: translateX(-50%);
        }

    .categ-item.text-underline-hover:hover .text::after {
        /*width: 100%;*/
        width: 30px;
    }







.category-section {
    text-align: center;
}

.category-title {
    font-size: 14px;
    color: #ddd;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.category-card {
    position: relative;
    width: 150px;
    height: 140px;
    /*background: #222;*/
    border-radius: 15px;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    /*margin: 0 auto;*/
    background: rgba(40, 40, 40, 0.4); /* Transparencia */
    backdrop-filter: blur(12px); /* Desenfoque */
    -webkit-backdrop-filter: blur(12px);
}

    .category-card .text {
        color: white;
        font-size: 16px;
        /*font-weight: bold;*/
        z-index: 2;
    }

        .category-card .text:hover {
        }


.category-car-image {
    position: absolute;
    right: -20px;
    bottom: -30px;
    width: 120px !important;
    transition: transform 0.3s ease;
}

.category-card:hover .category-car-image {
    transform: scale(1.1);
}


@media (max-width: 576px) {
    .category-card {
        width: 110px;
        height: 110px;
    }
    .category-car-image {
        width: 100px !important;
    }
}

/*FIN CATEGORÍAS*/












/*LOGOS DE MARCAS*/
/* Contenedor general */
.logos-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
    /*background: #f7f7f7;*/
    overflow: hidden;
}

/* Carrusel de Owl */
.owl-carousel.logos-carousel {
    width: 100%;
}

/* Tarjeta de logo */
.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0.5rem;
}

/* Círculo del logo */
.logo-container {
    width: 140px;
    height: 120px;
    border-radius: 10%;
    /*background: #f8f7f1;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);*/
    margin-bottom: 0.5rem;
    transition: background 0.3s ease;
    /*padding: 20px;*/
}

    /* Imagen del logo */
    .logo-container img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.9;
        transition: all 0.3s ease;
    }

    /* Hover en el círculo */
    .logo-container:hover {
        /*background: #eeeeee;*/
        /*background: #f8f7f1;*/
        background: #dcdcdc;
    }

        .logo-container:hover img {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }

/* Texto debajo */
.logo-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

/* Botones de flecha */
.owl-prev-custom,
.owl-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #888;
    z-index: 10;
    cursor: pointer;
}

    .owl-prev-custom:hover,
    .owl-next-custom:hover {
        color: #000;
    }

.owl-prev-custom {
    left: 10px;
}

.owl-next-custom {
    right: 10px;
}

/*FIN LOGOS DE MARCAS*/







/*PAQUETES DE EMPRESA*/
/*LOGOS DE MARCAS*/
/* Contenedor general */
.paquetes-empresa-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
    /*background: #f7f7f7;*/
    overflow: hidden;
}

/* Carrusel de Owl */
.owl-carousel.paquetes-empresa-carousel {
    width: 100%;
}



/*FIN PAQUETES DE EMPRESA*/




/*ESTILO PARA EL HEADER TOP DELIVERY*/
.top-delivery {
    background-color: #000;
    font-weight: bold;
    font-size: small;
    color: #fff;
    height: 40px;
    /*background-color: #f8f9fa;*/
    font-size: 14px;
    /*padding: 0 1rem;*/
    overflow: hidden;
    transition: all 0.3s ease;
}

.top-delivery {
}


/* Vista móvil: pantallas menores o iguales a 576px */
@media (max-width: 576px) {
    .top-delivery {
        height: 30px; /* más bajo */
        font-size: 11px; /* texto más pequeño */
        /*padding: 0 0.5rem;*/
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
    font-weight: 500;
    /*color: #333;*/
}

/* Animación */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}




/*PIE DE PAGINA*/
/* Diagonal decorativa superior */
/* Reset general */
/* Reset general */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Envoltorio del efecto */
.footer-skew-wrapper {
    height: 60px;
    background: transparent;
    overflow: hidden;
    line-height: 0;
}

/* Forma diagonal confiable con skew */
.footer-skew {
    height: 100px;
    background: #2b2b2b;
    transform: skewY(-1.5deg);
    transform-origin: top right;
}

/* Footer principal */
.main-footer {
    background: #181819;
    padding: 3rem 1rem;
    color: #ccc;
}


/*.footer-top-angle {
    width: 100%;
    height: 100px;
    background: #2b2b2b;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
}*/


/* Footer principal */
/*.main-footer {
    background: #2b2b2b;
    color: #ccc;
    padding: 3rem 1rem 1.5rem;
    font-family: 'Segoe UI', sans-serif;
}*/

/* Grid de 4 columnas */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    align-items: flex-start;
}

/* Branding */
.footer-brand .logo {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.footer-brand .slogan {
    font-size: 13px;
    color: #aaa;
    margin-top: 20px;
}

/* Links */
.footer-links h5 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links ul li {
        margin-bottom: 0.3rem;
    }

        .footer-links ul li a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
        }

            .footer-links ul li a:hover {
                color: #fff;
            }


/* Dos columnas de enlaces */
.link-columns {
    display: flex;
    gap: 2rem;
}

/* Contacto */
.footer-contact h5 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-contact p {
    margin: 0.5rem 0;
    font-size: 14px;
}

.footer-contact i {
    margin-right: 8px;
    color: #FFDD05;
}

/* Newsletter */
.footer-subscribe h5 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-subscribe form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-subscribe input[type="email"] {
    padding: 0.6rem;
    border: none;
    border-radius: 4px;
    width: 100%;
}



/*.footer-subscribe button {
    background-color: #f26729;
    color: #fff;
    padding: 0.6rem;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

    .footer-subscribe button:hover {
        background-color: #d8561f;
    }*/
/* Iconos sociales */
.social-icons {
    margin-top: 1rem;
}

    .social-icons a {
        color: #ccc;
        font-size: 16px;
        margin-right: 10px;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #fff;
        }

/* Pie de página */
.footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 14px;
    border-top: 1px solid #444;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}









/*DISEÑO DE PRODUCTOS - ECOMMERCE */
.product-card {
    transition: transform 0.3s ease;
}

    .product-card:hover {
        transform: scale(1.03);
    }

    .product-card img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

    .product-card .card-body {
        height: 120px;
        overflow: hidden;
    }

.list-view .product-card {
    flex-direction: row;
    align-items: center;
}

    .list-view .product-card img {
        width: 200px;
        height: auto;
        border-right: 1px solid #ddd;
    }

    .list-view .product-card .card-body {
        height: auto;
        padding: 1rem;
    }








/*POPUP DE COOKIE*/
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

.cookie-message {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

    .cookie-message p {
        flex: 1;
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .cookie-message button {
        background-color: #FFDD05;
        color: #000;
        border: none;
        padding: 0.6rem 1.2rem;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
    }

        .cookie-message button:hover {
            background-color: #e6c800;
        }





/*FANCYBOX*/
.product-title {
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 0px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Vista móvil: pantallas menores o iguales a 576px */
@media (max-width: 576px) {
    .product-title {
        margin-top: 30px;
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
    }
}

.product-view {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    max-width: 1200px;
    margin: auto;
}

.gallery-section {
    flex: 1 1 60%;
}

.info-section {
    flex: 1 1 35%;
}

.main-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}


    .thumbnail-gallery img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 6px;
        border: 2px solid transparent;
        cursor: pointer;
        transition: border 0.2s;
    }

    .thumbnail-gallery a:hover img {
        border-color: #FFDD05;
    }

.price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 1rem 0;
}

.contact-form {
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    /* .contact-form textarea,
    .contact-form input {
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #ccc;
        font-size: 0.9rem;
    }*/

    .contact-form .check {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .contact-form .btn-red {
        background: #FFDD05;
        color: #000;
        border: none;
        padding: 12px;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
    }

    .contact-form .btn-white {
        background: white;
        color: #000;
        border: 1px solid #ccc;
        padding: 12px;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
    }

/* 🔁 Responsive */
@media (max-width: 768px) {
    .product-view {
        flex-direction: column;
        padding: 1rem;
    }

    .gallery-section,
    .info-section {
        flex: 1 1 100%;
    }

    .thumbnail-gallery {
        justify-content: center;
    }

    .contact-form .btn-red,
    .contact-form .btn-white {
        width: 100%;
    }
}










.pagination-wrapper {
    overflow-x: auto;
    width: 100%;
}

.pagination {
    flex-wrap: wrap;
    /*gap: 4px;*/
}

    .pagination .page-link {
        color: #333;
        background-color: #fff;
        border: 1px solid #dee2e6;
        transition: all 0.2s ease-in-out;
    }

        .pagination .page-link:hover {
            background-color: #FFDD05;
            color: #000;
            border-color: #FFDD05;
        }

    .pagination .page-item.active .page-link {
        background-color: #000;
        color: #fff;
        border-color: #000;
        font-weight: bold;
    }

    .pagination .page-item.disabled .page-link {
        color: #999;
        background-color: #e9ecef;
        border-color: #dee2e6;
        pointer-events: none;
    }

@media (max-width: 576px) {
    .page-number:not(.active) {
        display: none;
    }

    .page-item.active .page-link {
        font-weight: bold;
    }
}



.content-view {
    /*max-width: 1600px;*/
    margin-top: 80px;
}

.margin-top-view {
    margin-top: 80px;
}

@media (max-width: 576px) {
    .content-view {
        max-width: 100%;
        margin-top: 0px;
    }
}



.icon-small {
    width: 15px;
    height: 15px;
}




.floating-banner {
    position: fixed;
    top: 80px; /* puedes ajustar la altura */
    right: 0px;
    width: 150px;
    z-index: 9999;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
}

    .floating-banner img {
        width: 100%;
        height: auto;
        /*border-radius: 8px;*/
    }

@media (max-width: 768px) {
    .floating-banner {
        display: none;
    }
}

.accordion-hover-rounded {
    /*border-radius: 12px;*/
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .accordion-hover-rounded:hover {
        background-color: #f7f7f7 !important; /* humo suave */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

.accordion-button::after {
    margin-right: 10px;
}

.check-stylefilter {
    padding: 5px 5px 5px 20px;
}
/* Capa oscura semitransparente que cubre toda la pantalla */
/*.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}*/
/*.modal-fastview{
    max-width: 250px;
}*/
/* Contenedor principal del modal */
/*.modal-content {
    background-color: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 800px;*/ /* Ancho máximo del modal */
/*max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}*/
/* Encabezado del modal (Título y botón de cerrar) */
/*.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

    .modal-header h2 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }*/
/*.close-button, .heart-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-button:hover, .heart-button:hover {
        color: #000;
    }*/
.modal-fastview {
    max-width: 650px; /* Ajusta este valor según lo que necesites */
    width: 90%; /* Responsive */
    margin: auto;
}

.body-fastview {
    padding: 20px;
}


.modal-content {
    border-radius: 8px;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.6); /* Más oscuro */
}
/* Sección principal con imagen e información */
.main-info {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}
@media (max-width: 576px) {
    .body-fastview {
        padding: 10px;
    }
}


.info-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.title-heart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.info-text h5 {
    margin: 0 0 8px 0;
    font-size: 1rem;
    /*font-weight: 500;*/
    line-height: 1.4;
}

.info-text .price {
    margin: 0;
    font-size: 20px;
    /*font-weight: 700;*/
    color: #111;
}

/* Cabecera para las secciones 'Features' y 'Vehicle Overview' */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

    .section-header h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
    }

    .section-header a {
        color: #0066cc;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

/*.section-header a:hover {
            text-decoration: underline;
        }*/


/* Sección de 'Features' y su rejilla */
.features-section {
    /*padding-top: 24px;*/
    /*border-top: 1px solid #e0e0e0;*/
}

.features-section-lg {
    padding: 25px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .feature-item img {
        border: 1px solid #ccc;
        border-radius: 50%;
        padding: 5px;
        width: 45px;
        height: 45px;
        color: #555;
        flex-shrink: 0;
    }

    .feature-item p {
        margin: 0;
        line-height: 1.3;
    }

.feature-label {
    font-size: 16px;
    font-weight: 600;
}

/*.feature-label-lg {
    font-size: 16px;
    font-weight: 600;
}*/

.feature-value {
    font-size: 15px;
}


/* Sección de 'Vehicle Overview' y su rejilla */
.vehicle-overview-section {
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 34px;
    border-top: 1px solid #e0e0e0;
}

.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    font-size: 14px;
}

.overview-item span {
    font-weight: 700;
    margin-right: 6px;
}


/* Diseño Responsivo para pantallas pequeñas */
@media (max-width: 768px) {
    .modal-content {
        padding: 16px;
    }

    .main-info {
        flex-direction: column;
    }

    .car-image {
        width: 100%;
        height: auto;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .overview-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .feature-label {
        font-size: 13px;
        font-weight: 600;
    }
    .feature-value {
        font-size: 13px;
    }
}



/* Estilo general del contenedor select2 */
/*.select2-container.select2-container--default .select2-selection--single {
    height: 60px;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    box-shadow: none;
}*/

/* El texto dentro del select2 */
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: normal;
    padding-left: 0;
}*/

/* Flecha del dropdown */
/*.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}*/

/* Quitar bordes al enfocar */
/*.select2-container--default.select2-container--focus .select2-selection--single {
    border: none;
    outline: none;
    box-shadow: none;
}*/

/* Flecha del desplegable: Alineación vertical centrada */
/*.select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 60px;
    height: 100%;
    pointer-events: none;
}*/





.text-small-smoke {
    font-size: 0.7rem;
    color: #555;
}


/*.slider-container {
    display: none;*/ /* Oculta el contenedor completo */
/*}*/

.slider-container {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px;
}


.slider a {
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.slider img {
    max-height: 90px;
    border-radius: 10px;
    transition: transform 0.3s;
    cursor: pointer;
}

    .slider img:hover {
        transform: scale(1.05);
    }


.main-image {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.fancybox__thumbs {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .fancybox__thumbs::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }




.circle-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

    .circle-btn:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

/*.circle-btn img {
        width: 20px;
        height: 20px;
    }*/

/*.gallery-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.image-slider-container {
    position: relative;
    width: 100%;
    max-width: 900px;*/ /* ajusta según tu diseño */
/*margin: 0 auto;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
}

    .main-image img {
        width: 100%;
        display: block;
        border-radius: 12px;
    }

.thumbnails {
    margin-top: 20px;
}

    .thumbnails img {
        width: 100px;
        margin: 0 5px;
        border-radius: 8px;
        cursor: pointer;
        border: 2px solid transparent;
    }

        .thumbnails img:hover {
            border-color: #FFDD05;
        }
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 20px;
    padding: 15px 10px;
    cursor: pointer;
    
    transition: background-color 0.3s ease;
}

    .nav-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.prev-btn {
    left: 0px;
    border-radius: 0px 10px 10px 0px;
}

.next-btn {
    right: 0px;
    border-radius: 10px 0px 0px 10px;
}*/


/* Estilo del menú desplegable */
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
    width: 100% !important;
    color: white;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: white !important;
    }

.select2-container--open .select2-dropdown--below {
    border: 0;
}

/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaea;
    color: black;
}*/
/* Fondo blanco del menú y bordes suaves */
.select2-container--default .select2-dropdown {
    background-color: #fff !important;
    border-radius: 20px;
    border: none;
    background-color: white;
    font-size: 1rem;
    padding:5px;
    padding-bottom: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f7f7f7 !important;
    color: black !important;
}

/* Input de búsqueda dentro del dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #f9f9f9; /* color de fondo */
    color: #333; /* color de texto */
    outline: none;
    transition: all 0.3s ease;
}

    /* Cuando el input está en focus */
    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        padding:5px;
        border-color: #ffdd05; /* tu amarillo */
        margin-bottom:5px;
        border-radius: 0;
        /*background-color: #fffbe6;*/
        /*box-shadow: 0 0 5px rgba(255, 221, 5, 0.5);*/
    }


/* Ocultamos la flecha nativa */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* Insertamos nuestro ícono */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 50% !important;
    transform: translateY(-50%);
    width: auto;
}

    /*.select2-container--default .select2-selection--single .select2-selection__arrow::after {
        content: "\f078";*/ /* FontAwesome fa-chevron-down */
        /*font-family: "Font Awesome 6 Free";*/ /* asegúrate de tenerlo cargado */
        /*font-weight: 900;
        font-size: 14px;
        color: #666;
    }*/

    .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        content: "\f078"; /* fa-chevron-down */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 14px;
        color: #bbb;
        transition: transform 0.2s ease;
        display: inline-block;
    }

.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg);
}

.content-inline {
    display: inline-flex; /* coloca icono y texto en la misma línea */
    align-items: center; /* centra verticalmente */
    gap: 0.5rem; /* espacio entre icono y texto */
    white-space: nowrap; /* evita salto de línea */
}
/*.select2-search__field {
    border: none !important;
    box-shadow: none !important;
}
.select2-search__field:focus {
    border: none !important;
    box-shadow: none !important;
}*/

/* Contenedor general */
/*.select2-container {
    width: 100% !important;*/ /* asegura que ocupe todo el ancho */
/*font-size: 14px;
    font-family: 'Roboto', sans-serif;
}*/

/* Caja de selección */
/*    .select2-container .select2-selection--single {
        height: 40px;
        border: 2px solid #ccc;
        border-radius: 6px;
        background-color: #f9f9f9;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
    }
*/


.form-check-input.yellow:checked {
    background-color: var(--yellow);
    border-color: var(--yellow);
    box-shadow: none;
}

/*.form-check-input {
    b*/


/* Overlay translúcido */
.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .loader-overlay.show {
        opacity: 1;
    }

.loader-box {
    background: white;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.icon-check {
    width: 16px; /* Controla el tamaño horizontal */
    height: 16px; /* Controla el tamaño vertical */
    color: #22c55e; /* Equivale a 'text-cyan' */
    flex-shrink: 0; /* Evita que se deforme */
}

/*.pattern-container {
    width: 100%;
    height: 100%;
    --s: 200px;*/ /* control the size */
/*--c1: #1d1d1d;
    --c2: #4e4f51;
    --c3: #3c3c3c;
    background: repeating-conic-gradient( from 30deg, #0000 0 120deg, var(--c3) 0 180deg ) calc(0.5 * var(--s)) calc(0.5 * var(--s) * 0.577), repeating-conic-gradient( from 30deg, var(--c1) 0 60deg, var(--c2) 0 120deg, var(--c3) 0 180deg );
    background-size: var(--s) calc(var(--s) * 0.577);
}*/




/* =============================
       Dropdown estilo "glass black"
       ============================= */
.dropdown-menu {
    background: rgba(0, 0, 0, 0.55) !important; /* negro translúcido */
    backdrop-filter: blur(10px); /* efecto blur */
    -webkit-backdrop-filter: blur(10px); /* soporte Safari */
    border: 1px solid rgba(255, 255, 255, 0.08); /* borde suave */
    border-radius: 10px;
    padding: 0.3rem 0;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease;
}

/* Línea divisoria tenue */
.dropdown-divider {
    border-color: rgba(255, 255, 255, 0.08);
}

/* === Items === */
.dropdown-item {
    color: #e5e5e5 !important;
    font-weight: 500;
    background: transparent !important;
    transition: background 0.25s ease, color 0.25s ease;
}

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #fff !important;
    }

/* === Header (mantiene tu estilo, pero más pulido) === */
.dropdown-header {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    /* Íconos más suaves */
    .dropdown-item i,
    .dropdown-header i {
        color: #ccc;
        transition: color 0.25s ease;
    }

.dropdown-item:hover i {
    color: #fff;
}

/* Badge dentro del menú */
.dropdown-item .badge {
    font-size: 0.7rem;
    padding: 0.35rem 0.5rem;
}






/* — Estilos para el aviso de privacidad — */
.privacy-notice {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    max-width: 520px;
    width: calc(100% - 40px);
    background-color: #181819;
    color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
    padding: 1rem;
    z-index: 9999;
    font-family: sans-serif;
    margin: 0 auto;
}

.privacy-notice__content {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.privacy-notice__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.privacy-notice.hidden {
    display: none;
    opacity: 0;
}