.navbar-brand img{max-width: 350px;}
.navbar-nav .nav-item a{
    padding: 10px 0;
}
/* Mostrar el menú al hacer hover sobre el elemento */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Asegura que el menú no se desplace hacia abajo */
}
.mw-200{
    max-width: 200px;
}
.w-60{
    width: 60px;
}
.dropdown-menu{
    padding: 10px 20px;
}
.dropdown-item.active,
.dropdown-item:active{
background-color: transparent;
}

@media (max-width:991px){
    .overflow-mobile-hidden{
        overflow: hidden;
    }
}
.pointer{
    cursor: pointer;
}

.section-divider{
    position: relative;
    border-top: 3px solid #000
}
.section-divider .img-container{
   position: absolute;
   bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    font-size: 2.3em;
    color: var(--gris-oscuro);
    background: #fff;
    width: 100px;
    text-align: center;
    padding: 0 15px;
}

.div-custom{
    border-radius: 1em;
    padding: 2.3em 2em;
    transition: 0.3s all ease;
    min-height: 100%;
}
.div-custom:hover{
    box-shadow: 0px 10px 30px -10px rgb(0 0 0);
}

.card-section{
    border-radius: 1em;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 35%);
    height: 290px;
}

/*** Contact ***/

.contact1 {
        width: 100%;
        min-height: 100%;
        padding: 15px;
        padding-bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-contact1 {
        width: 1163px;
        background: #f1f1f1;
        background-image: url('../img/elements/botella-contacto.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 10px;
        overflow: hidden;

        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

        padding: 90px 130px 88px 148px;

        box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 35%);
    }

    /*------------------------------------------------------------------
[  ]*/
    .contact1-pic {
        width: 296px;
    }

    .contact1-pic img {
        max-width: 100%;
    }


    /*------------------------------------------------------------------
[  ]*/


    .contact1-form-title {
        display: block;
        font-size: 24px;
        color: #333333;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 44px;
    }

    input.input1 {
        height: 50px;
        border-radius: 5px;
        padding: 0 30px;
    }

    input.input1+.shadow-input1 {
        border-radius: 25px;
    }

    textarea.input1 {
        min-height: 150px;
        border-radius: 5px;
        padding: 12px 30px;
        resize: none;
    }

    textarea.input1+.shadow-input1 {
        border-radius: 25px;
    }

    /*---------------------------------------------*/
    .wrap-input1 {
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 20px;
    }

    .input1 {
        display: block;
        width: 100%;
        background: #e5f4fc;
        font-size: 15px;
        line-height: 1.5;
        color: #666666;
        border: none;
    }

    .shadow-input1 {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0px;
        color: rgba(87, 184, 70, 0.5);
    }

    .input1:focus+.shadow-input1 {
        -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
        animation: anim-shadow 0.5s ease-in-out forwards;
    }

    @-webkit-keyframes anim-shadow {
        to {
            box-shadow: 0px 0px 80px 30px;
            opacity: 0;
        }
    }

    @keyframes anim-shadow {
        to {
            box-shadow: 0px 0px 80px 30px;
            opacity: 0;
        }
    }

    /*---------------------------------------------*/
    .container-contact1-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact1-form-btn {
        border: none;
        min-width: 193px;
        height: 50px;
        border-radius: 25px;
        background: #57b846;
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 25px;

        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn i {
        margin-left: 7px;

        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn:hover {
        background: #333333;
    }

    .contact1-form-btn:hover i {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }




    /*------------------------------------------------------------------
[ Responsive ]*/

    @media (max-width: 1200px) {
        .contact1-pic {
            width: 33.5%;
        }

        .contact1-form {
            width: 44%;
        }
    }

    @media (max-width: 992px) {
        .container-contact1 {
            padding: 90px 80px 88px 90px;
            background-position: -200px;
        }

        .contact1-pic {
            width: 35%;
        }

        .contact1-form {
            width: 55%;
        }
    }

    @media (max-width: 768px) {
        .container-contact1 {
            padding: 90px 80px 88px 80px;
            background-image: none;
        }

        .contact1-pic {
            display: none;
        }

        .contact1-form {
            width: 100%;
        }
    }

    @media (max-width: 576px) {
        .container-contact1 {
            padding: 90px 15px 88px 15px;
        }
    }

    .dbox {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 20px;
    }

    @media (min-width: 768px) {
        .dbox {
            margin-bottom: 0;
            padding: 0;
        }
    }

    .dbox p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .dbox p span {
        font-weight: 500;
        color: #38383894;
    }

    .dbox p a {
        color: #2553b8;
    }

    .dbox .icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background:#383838;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .dbox .icon span {
        font-size:30px;
        color: #fff;
    }

    .dbox .text {
        width: 100%;
    }
    .negrita{font-weight: 900;}


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 1.25em 2em;
    background: #234de6cf;
    border: 2px solid #234de6cf;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00217b;
    border-radius: inherit;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more:hover {
    color:black ;
    background: #ffe9e9;
    transform: translate(0, 0.25em);
}
button.learn-more:hover::before {
    box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    transform: translate3d(0, 0.5em, -1em);
}
button.learn-more:active {
    background: #ffe9e9;
    transform: translate(0em, 0.75em);
}
button.learn-more:active::before {
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    transform: translate3d(0, 0, -1em);
}

.nav-link {
    padding: .5rem !important;
    margin-right: 5px;
    margin-left: 5px;
    color:white;
}

.nav-link:hover{
    color:#f0ce00;
}

.theme-btn {
    padding: 12px 40px;
}

.theme-btn:hover {
    box-shadow: 0 10px 25px rgba(238, 255, 0, 0.762);
}
.fNormal {
    font-weight: normal;
}
.borde-degradado::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px; /* Altura del borde */
    background: rgb(56,56,56);
    background: linear-gradient(140deg, rgba(56,56,56,1) 46%, rgba(202,202,202,1) 53%, rgba(255,255,255,0) 65%);
    z-index: -1; /* Asegúrate de que quede detrás del contenido */
}

.borde-degradado::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px; /* Altura del borde */
    background: rgb(255,255,255);
    background: linear-gradient(56deg, rgba(255,255,255,1) 39%, rgba(202,202,202,0.6615021008403361) 50%, rgba(211,18,21,1) 61%);
    z-index: -1; /* Asegúrate de que quede detrás del contenido */
}

.num-proceso span{ background: #fff; border: 2px solid red; border-radius: 50%; width: 50px; height: 50px; line-height: 32px; padding: 5px;text-align: center; }
.label-boni {
    position: absolute;
    top: -31px;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #f4f5f6;
    border: 1px solid #00000024;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: "\f00c";
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}
.option-input2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #f4f5f6;
    border: 1px solid #00000024;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input2:hover {
    background: #9faab7;
}

.option-input2:checked {
    background: #40e0d0;
}

.option-input2:checked::before {
    width: 20px;
    height: 20px;
    display: flex;
    content: "\f00c";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
}

.option-input2:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}
.card{box-shadow:0px 10px 30px -10px rgb(0 0 0 / 42%);}
.barra-navegacion{box-shadow:0px 10px 30px -10px rgb(0 0 0 / 42%);}
.progress-bar{background: #f2bbbc; height: 10px;}
.progress{height: 10px;}

/* Carrucel de imagenes dashboard */

.slider-section {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Oscurece el fondo para mayor contraste */
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.slider-title {
    font-size: 2.2rem;
    font-weight: normal;
    text-shadow: 2px 2px 5px black;
}

.negrita {
    font-weight: bold;
}


/* Ajusta la altura en pantallas grandes (desktop) */
#heroCarousel {
    height: 100%; /* Ajusta a la altura que prefieras */
  }

  /* Media Query para dispositivos móviles */
  @media (max-width: 768px) {
    #heroCarousel {
      height: auto; /* Cambia a altura automática para evitar que se sobrepongan los contenidos */
    }

    /* Aseguramos que las secciones de los ítems ocupen el 100% del contenedor */
    .carousel-item .slider-section {
      height: 380px !important; /* Esto asegura que la sección ocupe el 100% del contenedor */
      background-size: cover; /* Las imágenes no se deformarán */
      background-position: center; /* Las imágenes estarán centradas */
      /*min-height: 200px; /* Evita que el contenedor colapse, esto se puede ajustar */
    }
  }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 50% 50%;
    border-radius: 50%;
}




/* Carrucel de categorias de productos */
.carousel-img {
    width: 100%; /* Asegura que las imágenes se adapten al contenedor */
    height: 200px; /* Altura fija para todas las imágenes */
    object-fit: cover; /* Mantiene las proporciones y cubre el área del contenedor */
    border-radius: 8px; /* Bordes redondeados */
}

/* Estilos solo para el carrusel de productos */
.custom-prev, .custom-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}



/* Estilos generales */
.fondo {
    background-color: #f0f6fe;
    padding-top: 50px;  /* Aseguramos que el contenido no se solape con el navbar */
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .fondo {

        padding-top: 10px;
    }
}

/* Filtros (desktop) */
#filters {
    display: block;
}

/* Productos */
#products {
    display: block;
}

/* Filtro móvil (oculto por defecto) */
.filter-mobile {
    display: none;  /* Por defecto, el filtro móvil está oculto */
}

/* Estilo para las tarjetas de productos */
.card-body {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 1rem;
    color: #777;
}

.btnDetalles {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btnDetalles:hover {
    background-color: #003c8f;
}



/* Estilo para los filtros móviles (lista de checkboxes) */
.filter-mobile ul {
    list-style-type: none;
    padding-left: 0;
}

.filter-mobile ul li {
    margin-bottom: 15px;
}


/*FILTROS MOVIL AND DESKSTOP------------------------------------------*/

/* Botón de mostrar filtros en móvil */
.filter-mobile-btn {
    position: fixed;
    top: 250px; /* Ajusta este valor si el navbar es más alto, puede ser 70px o más dependiendo de la altura del navbar */
    right: 10px;
    z-index: 1100;
}

.filter-mobile-btn button {
    font-size: 14px;           /* Letra un poco más pequeña */
    padding: 6px 10px;         /* Menos espacio interno */
    border-radius: 6px;        /* Opcional, para esquinas más redondeadas */
}

@media (max-width: 360px) {
    .filter-mobile-btn {
        position: fixed;
        top: 260px; /* Ajusta este valor si el navbar es más alto, puede ser 70px o más dependiendo de la altura del navbar */
        right: 20px;
        z-index: 1100;
    }
}

@media (max-width: 360px) {
    .filter-mobile-btn button {
        font-size: 14px;           /* Letra un poco más pequeña */
        padding: 6px 8px;         /* Menos espacio interno */
        border-radius: 6px;        /* Opcional, para esquinas más redondeadas */
    }
}

@media (max-width: 767px) {
    #bodyFiltros {
        display: none;
    }

    #div-cars-container {
        display: none;
    }

    #bodyFiltros {
        width: 100%;
        height: 90%;
        z-index: 9999999;
        top: 100px;
        left: 0;
        position: fixed;
        background: white;
    }

}

    #botonesFiltros {
    text-align: center;
    }

    .button_filter {
    background: #000000;
    font-size: 17px !important;
    border-radius: 4px;
    border: 1px solid;
    color: #FFFFFF;
    font: inherit;
    line-height: 1;
    /* margin: 0.5em; */
    padding: .6em .9em;
    }

    #cerrar-filters-container {
    background: #54555a;
    border: 1px solid;
    color: white;
    font: inherit;
    line-height: 1;
    /* margin: 0.5em; */
    padding: .6em .5em;
    position: fixed;
    bottom: 0px;
    width: 100%;
    }

.color_principal{
    color:#f1cd00;
}


.btn-primary{
    background-color: #ffe75f !important;
    border-color: #f1cd00 !important;
    color:black;
}





/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/* GAG Automotriz - Sistema de Diseño Unificado
    Versión: 2.0 (Clean & Optimized)
*/

:root {
    --brand-yellow: #ffcc00;
    --brand-black: #000000;
    --brand-dark: #121212;
    --brand-white: #ffffff;
    --brand-gray: #f8f8f8;
    --brand-shadow: 15px 15px 0px var(--brand-yellow);
    --brand-shadow-sm: 8px 8px 0px var(--brand-yellow);
}

html{
    overflow-x: hidden;
}

/* --- Base & Tipografía --- */
body {
    font-family: 'Inter', sans-serif;
    background-color: var(--brand-white);
    color: var(--brand-black);
    overflow-x: hidden;
}

h1, h2, h3, h4, .navbar-brand, .price-tag, .section-header h2, .btn-master {
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
}

/* --- Componentes de Contenedor (Marcos Rudos) --- */
.master-frame, .gallery-frame, .car-card, .form-container, .about-img {
    background: var(--brand-white);
    border: 1px solid #eee;
    box-shadow: var(--brand-shadow-sm);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
    .master-frame, .gallery-frame, .form-container, .about-img { box-shadow: var(--brand-shadow); }
}

.car-card:hover {
    border-color: var(--brand-yellow);
    transform: translate(-5px, -5px);
    box-shadow: 12px 12px 0px var(--brand-yellow);
}

/* --- Navbar Unificado --- */
.navbar {
    background-color: var(--brand-black);
    padding: 15px 0;
    border-bottom: 4px solid var(--brand-yellow);
}

.navbar-brand { color: var(--brand-white) !important; font-size: clamp(1.2rem, 5vw, 1.8rem); }
.navbar-brand span { color: var(--brand-yellow); }

.nav-link {
    color: var(--brand-white) !important;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-link:hover, .nav-link.active { color: var(--brand-yellow) !important; }

/* --- Hero & Page Headers --- */
.hero-wrap, .page-header {
    background-color: var(--brand-black);
    color: var(--brand-white);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-wrap { min-height: 70vh; padding: 60px 0; }
.page-header {
    background-size: cover;
    background-position: center;
    height: 35vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
}

.breadcrumb-item a { color: var(--brand-yellow); text-decoration: none; font-weight: 700; }
.breadcrumb-item.active { color: var(--brand-white); }

/* --- Info Cards --- */
.contact-info-card {
    background: var(--brand-gray);
    padding: 30px 15px;
    height: 100%;
    border-bottom: 4px solid var(--brand-black);
    transition: 0.3s;
    text-align: center;
}
.contact-info-card:hover {
    background: var(--brand-white);
    border-bottom-color: var(--brand-yellow);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.contact-info-card h5 {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-link {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 0.95rem;
    transition: 0.2s;
    display: block;
    word-break: break-all;
}
.contact-link:hover {
    color: var(--brand-black);
    text-decoration: underline;
    text-decoration-color: var(--brand-yellow);
    text-decoration-thickness: 3px;
}
.icon-circle {
    width: 60px;
    height: 60px;
    background-color: var(--brand-black);
    color: var(--brand-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
}

/* --- UI Elements --- */
.price-tag {
    background: var(--brand-yellow);
    color: var(--brand-black);
    padding: 5px 15px;
    font-weight: 900;
    display: inline-block;
    font-size: 1.5rem;
}

/* --- Nuevos estilos para la oferta --- */
.old-price {
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 5px;
    color: #d705059c !important;
}

.promo-tag {
    position: relative;
    /* Un ligero ajuste visual para denotar que es oferta */
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}

.price-container {
    margin-top: 15px;
}

 /* Ficha Técnica Simple */
.vehicle-title { font-size: 1.8rem; margin-bottom: 5px; line-height: 1.1; }
@media (min-width: 768px) {
    .vehicle-title { font-size: 2.5rem; }
}


/* --- Section Titles --- */
.section-header {
    margin: 60px 0 40px;
    border-left: 6px solid var(--brand-yellow);
    padding-left: 20px;
}

/* --- Botones --- */
.btn-master {
    padding: 15px 25px;
    font-weight: 900;
    border: none;
    transition: 0.3s;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn-yellow { background: var(--brand-yellow); color: var(--brand-black); }
.btn-yellow:hover { background: var(--brand-white); transform: translateY(-3px); }

.btn-black { background: var(--brand-black); color: var(--brand-white); }
.btn-black:hover { background: var(--brand-yellow); color: var(--brand-black); }

.btn-whatsapp { background: #25d366; color: white; }
.btn-whatsapp:hover { background: #1ebd54; transform: translateY(-3px); color: white; }

/* --- Forms & Inputs --- */
.form-control, .form-select {
    border-radius: 0;
    padding: 12px;
    border: 2px solid #eee;
    background-color: #fcfcfc;
}

.form-control:focus { border-color: var(--brand-black); box-shadow: none; background-color: #fff;}

.form-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}


.btn-submit {
    background-color: var(--brand-black);
    color: var(--brand-white);
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    border: none;
    transition: 0.3s;
}
.btn-submit:hover {
    background-color: var(--brand-yellow);
    color: var(--brand-black);
}

/* --- Mapa --- */
.map-container {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-color: #eee;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
    transition: 0.5s;
}
.map-container iframe:hover {
    filter: grayscale(0%);
}

/* --- Grid de Especificaciones (Detalle) --- */
.spec-item {
    background: var(--brand-gray);
    padding: 12px;
    border-left: 4px solid var(--brand-black);
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.spec-item i {
    color: var(--brand-yellow);
    background: var(--brand-black);
    width: 35px; height: 35px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 5px;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.spec-label { font-size: 1rem; color: #666; font-weight: 700; text-transform: uppercase; margin: 0; }
.spec-value { font-weight: 900; margin: 0; font-size: 0.9rem; }
/* Botones Acción */
.btn-buy { background: #25d366; color: white; border: none; padding: 15px; font-weight: 900; width: 100%; font-size: 1.1rem; transition: 0.3s; text-decoration: none; display: block; text-align: center; }
.btn-buy:hover { background: #1ebd54; color: white; transform: translateY(-3px); }
.btn-finance { background: var(--brand-black); color: var(--brand-white); border: none; padding: 15px; font-weight: 900; width: 100%; font-size: 1.1rem; transition: 0.3s; margin-top: 10px; }
.btn-finance:hover { background: var(--brand-yellow); color: var(--brand-black); }

/* --- Swiper Fixes --- */
.main-swiper {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

/* Mobile */
@media (max-width: 640px) {
    .main-swiper {
        height: 220px;
    }
}

/* Tablet */
@media (min-width: 641px) and (max-width: 1024px) {
    .main-swiper {
        height: 300px;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    .main-swiper {
        height: 350px;
    }
}


.thumb-swiper { height: 80px; padding: 10px 0; }
.swiper-slide img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) {
    .thumb-swiper { height: 100px; }
}
.thumb-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
}
.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--brand-yellow);
}

/* --- Footer --- */
.main-footer {
    background-color: var(--brand-black);
    color: var(--brand-white);
    padding: 60px 0 30px;
}

.footer-link { color: #ccc; text-decoration: none; transition: 0.3s; }
.footer-link:hover { color: var(--brand-yellow); }


 .btn-contact {
    background-color: var(--brand-yellow);
    color: var(--brand-black);
    font-weight: 900;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.btn-contact:hover { background-color: var(--brand-white); transform: translateY(-2px); }


/* --- Estilo de Flechas Owl Carousel --- */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}
.owl-nav button {
    pointer-events: all;
    background: var(--brand-black) !important;
    color: var(--brand-yellow) !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    transition: 0.3s;
    margin: 0 -25px; /* Saca un poco las flechas del contenedor */
}
.owl-nav button:hover {
    background: var(--brand-yellow) !important;
    color: var(--brand-black) !important;
    transform: scale(1.1);
}
.owl-dots {
    margin-top: 30px !important;
}
.owl-dots .owl-dot.active span {
    background: var(--brand-yellow) !important;
    width: 30px;
}

/* --- Nueva Sección: Beneficios/Nosotros --- */
.benefits-section {
    background-color: var(--brand-gray);
    padding: 80px 0;
}
.benefit-card {
    background: var(--brand-white);
    padding: 40px 30px;
    height: 100%;
    border-bottom: 5px solid var(--brand-black);
    transition: 0.3s;
}
.benefit-card:hover {
    border-bottom-color: var(--brand-yellow);
    transform: translateY(-10px);
}
.benefit-icon {
    font-size: 2.5rem;
    color: var(--brand-yellow);
    background: var(--brand-black);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* --- Sección de Historia --- */
.about-img-container {
    position: relative;
    padding: 20px;
}
.about-img {
    width: 100%;
    border-radius: 0;
    box-shadow: 20px 20px 0px var(--brand-yellow); /* Efecto sombra sólida */
}
.section-subtitle {
    color: var(--brand-yellow);
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}


 /* --- Search Bar Responsivo --- */
.search-strip {
    background-color: var(--brand-yellow);
    padding: 25px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.search-strip .form-select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--brand-black);
    border-radius: 0;
    font-weight: 700;
}

.btn-go {
    background-color: var(--brand-black);
    color: var(--brand-yellow);
    border: none;
    font-weight: 900;
    text-transform: uppercase;
}
/* --- Car Cards --- */
.car-card {
    background: var(--brand-white);
    border: 1px solid #eee;
    position: relative;
    height: 450px;
    transition: 0.3s;
}
.car-card:hover {
    border-color: var(--brand-yellow);
    box-shadow: 10px 10px 0px var(--brand-yellow);
    transform: translate(-5px, -5px);
}

/* --- WhatsApp Flotante (Este sí lo dejo verde por UX, pero podemos cambiarlo si quieres) --- */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
    background-color: #20ba5a;
}


/* --- Stats Counter (Barra Negra) --- */
.stats-section {
    background-color: var(--brand-black);
    color: var(--brand-white);
    padding: 80px 0;
    margin: 80px 0;
}
.stat-item h3 {
    font-size: 3.5rem;
    color: var(--brand-yellow);
    margin-bottom: 5px;
}
.stat-item p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .about-img-container { margin-bottom: 40px; }
    .about-img { box-shadow: 10px 10px 0px var(--brand-yellow); }
    .stat-item { margin-bottom: 30px; }
}

/* --- Valores --- */
.value-card {
    background: var(--brand-gray);
    padding: 40px 30px;
    border-left: 5px solid var(--brand-black);
    height: 100%;
    transition: 0.3s;
}
.value-card:hover {
    border-left-color: var(--brand-yellow);
    background: var(--brand-white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.value-icon {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--brand-black);
}

/* --- Testimonios (Reemplazo de Equipo) --- */
.testimonial-card {
    background: var(--brand-white);
    padding: 30px;
    border: 1px solid #eee;
    position: relative;
    height: 100%;
}
.testimonial-icon {
    color: var(--brand-yellow);
    font-size: 2rem;
    margin-bottom: 20px;
}
.testimonial-text {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

 .client-info {
    display: flex;
    align-items: center;
}
.client-avatar {
    width: 50px;
    height: 50px;
    background-color: var(--brand-black);
    color: var(--brand-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2rem;
}
.client-details h6 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.client-details small {
    color: var(--brand-yellow);
    font-weight: 700;
    font-size: 0.75rem;
}


.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* ajusta el 0.45 si lo quieres más claro u oscuro */
    z-index: -1;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #000000 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color: #fde600 !important;
    color: #000000 !important;
}

/* --- Estilos para la Diagonal en el Breadcrumb --- */

.breadcrumb-item + .breadcrumb-item::before {
    content: "" !important;
    padding: 0 !important;
}


.breadcrumb-item.active::before {
    content: "";
    display: inline-block;
    width: 3px;               /* Grosor de la línea */
    height: 1.2rem;           /* Altura de la línea */
    background-color: #ffcc00; /* El amarillo de GAG */
    margin: 0 15px;           /* Espacio a los lados */
    transform: rotate(25deg); /* Aquí le damos la inclinación de diagonal */
    vertical-align: middle;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.3); /* Un poco de profundidad */
}

.breadcrumb-item.active {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-item a {
    color: #ffcc00 !important;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 5px #ffcc00;
}


/* Paginacion perzonalizada*/
.pagination {
    gap: 5px;
}

.pagination .page-link {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    background: #0000008f;
    color: white;
}

 .pagination .page-item.active .page-link {
    background: #ffe19a !important;
    color: black !important;
}

.pagination .page-item.disabled .page-link {
    background: #ccc !important;
    color: #fff !important;
    pointer-events: none;
    cursor: not-allowed;
}

.page-item.active .page-link {
    border-color: #000
}
