@import '_content/Issm.Web.Components/Issm.Web.Components.zjex6j796t.bundle.scp.css';

/* /Components/ArticulosFiltrosPanelComponent.razor.rz.scp.css */

.panel-filtros[b-vurw73ssrh] {
    /*height: 0px;*/
    height: auto;
    background-color: aliceblue;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    padding: 1rem;
    /*margin-top: 0.5rem;*/
    margin-bottom: 0.25rem;
    overflow: hidden;
    /*opacity: 0;*/
    /*transition: height 1s, opacity 1s;*/
}

.filtros-show[b-vurw73ssrh] {
    display: block;
    height: auto;
    /*opacity: 1;*/
    /*animation-name: expandir;*/
    /*animation-duration: 0.6s;*/
    /*animation-fill-mode: none;*/
}

.filtros-hidden[b-vurw73ssrh] {
    display: none;
}


@keyframes expandir-b-vurw73ssrh {
    0% {
        height: 1px;
    }

    80% {
        height: 230px;
    }

    90% {
        height: 240px;
    }

    100% {
        height: auto;
    }
}

@media(min-width: 580px) {
    @keyframes expandir-b-vurw73ssrh {
        0% {
            height: 1px;
        }

        80% {
            height: 200px;
        }

        90% {
            height: 210px;
        }

        100% {
            height: 250px;
        }
    }
}
/* /Components/BodyHeaderComponent.razor.rz.scp.css */

/* ===========================================
ESTILOS BASE - MÓVIL FIRST (< 790px)
=========================================== */

/* Layout principal - Móvil pequeño */
div.home-body-header[b-y1ehjahmu1] {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "logoHeader"
        "buscarCarritoHeader";
    /*background-color: white;*/
    gap: 8px;
    /*padding: 8px;*/
}

    div.home-body-header div[b-y1ehjahmu1] {
        align-self: center;
        text-align: center;
    }

    div.home-body-header p.search[b-y1ehjahmu1] {
        margin: 0;
        padding-inline: 0.25rem;
    }

    div.home-body-header .input-group[b-y1ehjahmu1] {
        flex-direction: row;
    }

    div.home-body-header input.search[b-y1ehjahmu1] {
        border: 1px solid #e4e4e4;
        margin: 2px;
        flex: 1;
    }

    div.home-body-header button.search[b-y1ehjahmu1] {
        width: 4rem;
        background-color: #91d098; /*#a8c5d9;*/
        /*color: white !important;*/
        color: black !important;
        padding-inline: 1rem;
        margin: 2px;
        flex-shrink: 0;
        border: none;
    }

        div.home-body-header button.search:hover[b-y1ehjahmu1] {
            background-color: #8aadca;
        }

    div.home-body-header button.clear[b-y1ehjahmu1] {
        width: 3rem;
        color: white !important;
        padding-inline: 1rem;
        margin: 2px;
        flex-shrink: 0;
    }

.reset-hide[b-y1ehjahmu1] {
    display: none !important;
}

/* Áreas del grid */
div.logo-header[b-y1ehjahmu1] {
    grid-area: logoHeader;
    overflow: hidden;
    margin: 4px;
}

    div.logo-header img[b-y1ehjahmu1] {
        max-width: 99%;
        width: auto;
    }


/* Fila de acciones: buscar + carrito + menú (móvil) */
div.buscar-carrito-header[b-y1ehjahmu1] {
    grid-area: buscarCarritoHeader;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    margin: 4px;
}

div.search-body-header[b-y1ehjahmu1] {
    display: flex;
    align-items: center;
    width: 100%;
}

div.carrito-body-header[b-y1ehjahmu1] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Login oculto en móvil (solo visible en escritorio) */
div.login-body-header-desktop[b-y1ehjahmu1] {
    display: none;
}

/* Botón hamburguesa - inline en móvil */
div.button-menu-body-header[b-y1ehjahmu1] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    div.button-menu-body-header .btn-menu-hamburger[b-y1ehjahmu1] {
        background-color: #a8c5d9;
        color: white;
        border: none;
        border-radius: 8px;
        width: 48px;
        height: 48px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        font-size: 1.5rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-shrink: 0;
    }

        div.button-menu-body-header .btn-menu-hamburger:hover[b-y1ehjahmu1] {
            background-color: #8aadca;
        }



/* ===========================================
    ESTRUCTURA Y LAYOUT DEL MENÚ
   =========================================== */

/* Contenedor del menú - Estructura */
div.menu-body-header[b-y1ehjahmu1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*pointer-events: none;*/
}

    div.menu-body-header.menu-active[b-y1ehjahmu1] {
        pointer-events: auto;
    }




/* ===========================================
    TABLET - 791px a 990px
   =========================================== */
@media only screen and (min-width: 791px) and (max-width: 990px) {

    div.home-body-header[b-y1ehjahmu1] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "logoHeader"
            "buscarCarritoHeader";
    }

    div.buscar-carrito-header[b-y1ehjahmu1] {
        grid-template-columns: 1fr auto auto;
    }
}


/* ===========================================
   ESCRITORIO - > 990px
   =========================================== */
@media (min-width: 991px) {

    /* Layout horizontal: Logo + Buscar + Login + Cesta */
    div.home-body-header[b-y1ehjahmu1] {
        height: auto;
        overflow: visible;
        grid-template-columns: auto 1fr auto auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "logoHeader searchBodyHeader loginDesktop carritoBodyHeader"
            "menuBodyHeader menuBodyHeader menuBodyHeader menuBodyHeader";
        gap: 12px;
        align-items: center;
    }

        div.home-body-header p.search[b-y1ehjahmu1] {
            padding-inline: 2rem;
        }

    div.buscar-carrito-header[b-y1ehjahmu1] {
        display: contents;
    }

    /* Control buscar */
    div.search-body-header[b-y1ehjahmu1] {
        grid-area: searchBodyHeader;
        margin: 4px;
    }

    /* Carrito en su área */
    div.carrito-body-header[b-y1ehjahmu1] {
        grid-area: carritoBodyHeader;
        margin: 4px;
    }

    /* Mostrar login en escritorio */
    div.login-body-header-desktop[b-y1ehjahmu1] {
        grid-area: loginDesktop;
        display: flex;
        align-items: center;
        margin: 4px;
    }

    /* Ocultar botón hamburguesa */
    div.button-menu-body-header[b-y1ehjahmu1] {
        display: none;
    }

    /* Mostrar menú horizontal - Estructura escritorio */
    div.menu-body-header[b-y1ehjahmu1] {
        grid-area: menuBodyHeader;
        display: block;
        position: relative;
        width: auto;
        height: auto;
        z-index: auto;
        pointer-events: auto;
    }
}
/* /Components/CookiesComponent.razor.rz.scp.css */
.marco-cookies[b-2a9diixqj0] {
    position: fixed;
    left: 1px;
    bottom: 0;
    right: 1px;
    height: auto;
    max-height: 90vh;
    overflow: auto;
    z-index: 9900;
}

    .marco-cookies .marco-dialog[b-2a9diixqj0] {
        position: relative;
        height: 100%;
        width: 96%;
        margin: .25em auto;
        padding: 1em;
        border: 2px solid #000;
        background-color: #fff;
        color: #333;
        box-shadow: .25em .25em silver;
    }

.fader-hide[b-2a9diixqj0] {
    opacity: .01;
    visibility: hidden;
    transition: opacity 1s,visibility 1s;
}
/* /Components/HeaderComponent.razor.rz.scp.css */

div.home-header[b-kcgpnvqjni] {
    width: 100%;
    height: auto;
    display: inline-grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 1fr;
    grid-template-areas:
        "titleHeader contactHeader phoneHeader";
    grid-gap: 0.2rem;
    padding: 0.25rem 0.5rem;
    background-color: #2b2b2b;
    color: white;
}

    div.home-header div[b-kcgpnvqjni] {
        align-self: center;
        overflow: hidden;
    }

    div.home-header p[b-kcgpnvqjni] {
        margin: 0;
        padding: 0 0.25rem;
    }


div.title-header[b-kcgpnvqjni] {
    grid-area: titleHeader;
}

div.contact-header[b-kcgpnvqjni] {
    grid-area: contactHeader;
}

div.phone-header[b-kcgpnvqjni] {
    grid-area: phoneHeader;
}


@media only screen and (max-width: 690px) {

    div.home-header[b-kcgpnvqjni] {
        display: inline-grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            "titleHeader";
    }

    div.contact-header[b-kcgpnvqjni] {
        display: none;
    }

    div.phone-header[b-kcgpnvqjni] {
        display: none;
    }
}
/* /Components/MenuFooterComponent.razor.rz.scp.css */

/*div.home-menu-footer {
    width: 100%;
    height: auto;
    min-height: 15vh;
    background: white;
    color: black;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
        "homeMenuFooterColumnOne homeMenuFooterColumnTwo homeMenuFooterColumnThree homeMenuFooterColumnFour";
    grid-gap: 1rem;
    padding: 1rem;*/
    /*border: 1px solid blue;*/
/*}

    div.home-menu-footer div {
        text-align: left;
        padding-left: 1rem;
        padding-top: 1rem;*/
        /*border: 1px solid blue;*/
    /*}

        div.home-menu-footer div ul {
            margin: 0;
            padding: 0;
        }

            div.home-menu-footer div ul li {
                list-style: none;
                color: gray;
            }

        div.home-menu-footer div p {
            color: gray;
        }


div.home-menu-footer-column-one {
    grid-area: homeMenuFooterColumnOne;
}

div.home-menu-footer-column-two {
    grid-area: homeMenuFooterColumnTwo;
}

div.home-menu-footer-column-three {
    grid-area: homeMenuFooterColumnThree;
}

div.home-menu-footer-column-four {
    grid-area: homeMenuFooterColumnFour;
}



@media only screen and (max-width: 690px) {

    div.home-menu-footer {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas:
            "homeMenuFooterColumnOne" "homeMenuFooterColumnTwo" "homeMenuFooterColumnThree" "homeMenuFooterColumnFour";
        grid-gap: 1rem;*/
        /*border: 1px solid blue;*/
        /*padding: 1rem;
    }

        div.home-menu-footer div {
            text-align: center;
        }
}*/
/* /Components/MenuPrivateComponent.razor.rz.scp.css */

div.home-body-header[b-zqn5s3k64x] {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "titleBodyHeader null loginBodyHeader"
        "menuBodyHeader menuBodyHeader menuBodyHeader";
    background-color: white;
}

    div.home-body-header div[b-zqn5s3k64x] {
        align-self: center;
        text-align: center;
        overflow: hidden;
    }

div.title-body-header[b-zqn5s3k64x] {
    grid-area: titleBodyHeader;
    margin: 4px;
}

div.login-body-header[b-zqn5s3k64x] {
    grid-area: loginBodyHeader;
    margin: 4px;
}

div.menu-body-header[b-zqn5s3k64x] {
    grid-area: menuBodyHeader;
}


.luque-d[b-zqn5s3k64x] {
    color: red;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 0;
    line-height: 2.6rem;
}

.luque-tx[b-zqn5s3k64x] {
    color: black;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    line-height: 2.1rem;
}

@media only screen and (max-width: 790px) {

    .luque-d[b-zqn5s3k64x] {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .luque-tx[b-zqn5s3k64x] {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}
/* /Components/VehiculosFiltrosPanelComponent.razor.rz.scp.css */

.panel-filtros[b-akojiqsqgo] {
    /*height: 0px;*/
    height: auto;
    background-color: aliceblue;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    padding: 1rem;
    /*margin-top: 0.5rem;*/
    margin-bottom: 0.25rem;
    overflow: hidden;
    /*opacity: 0;*/
    /*transition: height 1s, opacity 1s;*/
}

.filtros-show[b-akojiqsqgo] {
    display: block;
    height: auto;
    /*opacity: 1;*/
    /*animation-name: expandir;*/
    /*animation-duration: 0.6s;*/
    /*animation-fill-mode: none;*/
}

.filtros-hidden[b-akojiqsqgo] {
    display: none;
}


@keyframes expandir-b-akojiqsqgo {
    0% {
        height: 1px;
    }

    80% {
        height: 230px;
    }

    90% {
        height: 240px;
    }

    100% {
        height: auto;
    }
}

@media(min-width: 580px) {
    @keyframes expandir-b-akojiqsqgo {
        0% {
            height: 1px;
        }

        80% {
            height: 200px;
        }

        90% {
            height: 210px;
        }

        100% {
            height: 250px;
        }
    }
}
/* /Pages/Articulos/ArticuloImageGalleryModal.razor.rz.scp.css */
#articulo-image-gallery-modal[b-c0k8syt9h0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-hidden[b-c0k8syt9h0] {
    display: none !important;
}

.gallery-modal-visible[b-c0k8syt9h0] {
    display: flex !important;
}

.gallery-modal-content[b-c0k8syt9h0] {
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gallery-modal-content .close[b-c0k8syt9h0] {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 1;
}

.gallery-modal-content .close:hover[b-c0k8syt9h0] {
    color: #ccc;
}

.gallery-image-container[b-c0k8syt9h0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.gallery-image-wrapper[b-c0k8syt9h0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: calc(90vh - 150px);
}

.gallery-image-wrapper img[b-c0k8syt9h0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid #fff;
}

.gallery-counter[b-c0k8syt9h0] {
    color: white;
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: center;
}

.nav-button[b-c0k8syt9h0] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.nav-button:hover:not(:disabled)[b-c0k8syt9h0] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.nav-button:disabled[b-c0k8syt9h0] {
    opacity: 0.3;
    cursor: not-allowed;
}

.gallery-thumbnails[b-c0k8syt9h0] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 1rem 0;
    justify-content: center;
}

.thumbnail[b-c0k8syt9h0] {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    flex-shrink: 0;
}

.thumbnail:hover[b-c0k8syt9h0] {
    border-color: rgba(255, 255, 255, 0.5);
}

.thumbnail.active[b-c0k8syt9h0] {
    border-color: #fff;
}

.thumbnail img[b-c0k8syt9h0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .gallery-image-container[b-c0k8syt9h0] {
        flex-direction: column;
    }

    .nav-button[b-c0k8syt9h0] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .gallery-modal-content .close[b-c0k8syt9h0] {
        font-size: 2rem;
        width: 40px;
        height: 40px;
    }

    .thumbnail[b-c0k8syt9h0] {
        width: 60px;
        height: 60px;
    }
}
/* /Pages/AvisoLegalPage.razor.rz.scp.css */
.mc-legal h2[b-mc8sam676n], .mc-legal h3[b-mc8sam676n], .mc-legal h4[b-mc8sam676n] {
    margin-top: 1em;
}
/* /Pages/CondicionesUsoPage.razor.rz.scp.css */
.mc-legal h2[b-spyjz9fyc6], .mc-legal h3[b-spyjz9fyc6], .mc-legal h4[b-spyjz9fyc6] {
    margin-top: 1em;
}

.mc-legal ul.legal[b-spyjz9fyc6] {
    margin: .5em 1.5em;
    text-align: justify;
}

    .mc-legal ul.legal li[b-spyjz9fyc6] {
        margin: .5em;
    }
/* /Pages/ContactoPage.razor.rz.scp.css */
.img-code-human[b-tyl784ifuz]
{
    display: block;
    width: 260px;
    height: auto;
    margin: 1em auto;
    padding: 1em;
    border: 1px solid black;
}

/* /Pages/CookiesConfigurarPage.razor.rz.scp.css */
.mc-cks-cfg[b-sk3ovcmcea] {
    max-width: 900px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    .mc-cks-cfg input[type="checkbox"][b-sk3ovcmcea] {
        height: 1.6rem;
        width: 1.6rem;
        margin-right: 2rem;
    }
/* /Pages/CookiesPage.razor.rz.scp.css */
.marco-cookies h2[b-vcxblq78nh], .marco-cookies h3[b-vcxblq78nh], .marco-cookies h4[b-vcxblq78nh] {
    margin-top: 1em;
}

.marco-cookies ul.cookies[b-vcxblq78nh] {
    margin: .5em 1.5em;
    text-align: justify;
}

    .marco-cookies ul.cookies li[b-vcxblq78nh] {
        margin: .5em;
    }

.marco-cookies table th.one[b-vcxblq78nh] {
    width: 40%;
}

.marco-cookies table th.two[b-vcxblq78nh] {
    width: 35%;
}

.marco-cookies table th.three[b-vcxblq78nh] {
    width: auto;
}
/* /Pages/Login/LoginPage.razor.rz.scp.css */
.card[b-abgvp6bd26] {
    width: 90%;
    max-width: 28rem;
    margin: 8vh auto;
    box-shadow: 3px 3px 8px gray;
}

.card-header button[b-abgvp6bd26] {
    position: absolute;
    top: 9px;
    right: 9px;
}

.card-body[b-abgvp6bd26] {
    min-height: 320px;
}

    .card-body .spinner[b-abgvp6bd26] {
        min-height: 5rem;
    }

    .card-body .checkbox[b-abgvp6bd26] {
        font-weight: 400;
        margin: 1em 0.25em;
    }

    .card-body .client[b-abgvp6bd26] {
        float: left;
    }

    .card-body .remember[b-abgvp6bd26] {
        float: right;
    }

.card-footer button[b-abgvp6bd26] {
    float: right;
}

.hidden[b-abgvp6bd26] {
    display: none;
}

@media only screen and (max-width: 690px) {

    .card-body .remember[b-abgvp6bd26] {
        float: left;
    }
}

/* /Pages/PrivacidadPage.razor.rz.scp.css */
.mc-legal h2[b-p2041rp3df], .mc-legal h3[b-p2041rp3df], .mc-legal h4[b-p2041rp3df] {
    margin-top: 1em;
}
/* /Pages/VehiculosDespiece/VehiculoArticulosVinculadosComponent.razor.rz.scp.css */
.mc-articulos-vinculados[b-lowt6k1y3k] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.mc-articulos-vinculados h5[b-lowt6k1y3k] {
    margin-bottom: 1rem;
    color: #198754;
    font-weight: 600;
}

.mc-articulos-lista[b-lowt6k1y3k] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mc-articulo-item[b-lowt6k1y3k] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.mc-articulo-item:hover[b-lowt6k1y3k] {
    border-color: #198754;
    box-shadow: 0 2px 4px rgba(25, 135, 84, 0.1);
}

.mc-articulo-item a[b-lowt6k1y3k] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    text-decoration: none;
    color: #212529;
}

.mc-articulo-item a:hover[b-lowt6k1y3k] {
    color: #198754;
}

.mc-referencia[b-lowt6k1y3k] {
    font-weight: 600;
    color: #0d6efd;
    min-width: 120px;
}

.mc-separador[b-lowt6k1y3k] {
    margin: 0 0.5rem;
    color: #6c757d;
}

.mc-descripcion[b-lowt6k1y3k] {
    flex: 1;
    color: #495057;
}

.mc-articulo-item a:hover .mc-descripcion[b-lowt6k1y3k] {
    color: #198754;
}

.mc-articulos-total[b-lowt6k1y3k] {
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: right;
}

.mc-articulos-vinculados-loading[b-lowt6k1y3k] {
    padding: 1rem;
    text-align: center;
    color: #6c757d;
}

.mc-articulos-vinculados-loading i[b-lowt6k1y3k] {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .mc-articulo-item a[b-lowt6k1y3k] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .mc-separador[b-lowt6k1y3k] {
        display: none;
    }

    .mc-referencia[b-lowt6k1y3k] {
        min-width: auto;
    }
}
/* /Pages/VehiculosDespiece/VehiculoDespieceContactoModal.razor.rz.scp.css */
#vehiculo-contacto-modal[b-a7g8v95ozp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 1rem;
}

.contacto-modal-hidden[b-a7g8v95ozp] {
    display: none !important;
}

.contacto-modal-visible[b-a7g8v95ozp] {
    display: flex !important;
}

.contacto-modal-content[b-a7g8v95ozp] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contacto-modal-content .close[b-a7g8v95ozp] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 0;
}

.contacto-modal-content .close:hover[b-a7g8v95ozp] {
    color: #999;
}

.vehiculo-info[b-a7g8v95ozp] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.vehiculo-imagen[b-a7g8v95ozp] {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.vehiculo-imagen img[b-a7g8v95ozp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.vehiculo-datos h4[b-a7g8v95ozp] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.vehiculo-datos p[b-a7g8v95ozp] {
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.vehiculo-datos .precio[b-a7g8v95ozp] {
    color: #007acc;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

@media (max-width: 576px) {
    .contacto-modal-content[b-a7g8v95ozp] {
        padding: 1.5rem;
    }

    .vehiculo-info[b-a7g8v95ozp] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vehiculo-imagen[b-a7g8v95ozp] {
        width: 150px;
        height: 150px;
    }
}
/* /Pages/VehiculosDespiece/VehiculoDespieceImageGalleryModal.razor.rz.scp.css */
#vehiculo-image-gallery-modal[b-8mti71hcol] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-hidden[b-8mti71hcol] {
    display: none !important;
}

.gallery-modal-visible[b-8mti71hcol] {
    display: flex !important;
}

.gallery-modal-content[b-8mti71hcol] {
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gallery-modal-content .close[b-8mti71hcol] {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 1;
}

.gallery-modal-content .close:hover[b-8mti71hcol] {
    color: #ccc;
}

.gallery-image-container[b-8mti71hcol] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.gallery-image-wrapper[b-8mti71hcol] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: calc(90vh - 150px);
}

.gallery-image-wrapper img[b-8mti71hcol] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid #fff;
}

.gallery-counter[b-8mti71hcol] {
    color: white;
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: center;
}

.nav-button[b-8mti71hcol] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.nav-button:hover:not(:disabled)[b-8mti71hcol] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.nav-button:disabled[b-8mti71hcol] {
    opacity: 0.3;
    cursor: not-allowed;
}

.gallery-thumbnails[b-8mti71hcol] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 1rem 0;
    justify-content: center;
}

.thumbnail[b-8mti71hcol] {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    flex-shrink: 0;
}

.thumbnail:hover[b-8mti71hcol] {
    border-color: rgba(255, 255, 255, 0.5);
}

.thumbnail.active[b-8mti71hcol] {
    border-color: #fff;
}

.thumbnail img[b-8mti71hcol] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .gallery-image-container[b-8mti71hcol] {
        flex-direction: column;
    }

    .nav-button[b-8mti71hcol] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .gallery-modal-content .close[b-8mti71hcol] {
        font-size: 2rem;
        width: 40px;
        height: 40px;
    }

    .thumbnail[b-8mti71hcol] {
        width: 60px;
        height: 60px;
    }
}
/* /Pages/VehiculosOcasion/VehiculoContactoModal.razor.rz.scp.css */
#vehiculo-contacto-modal[b-pl7kd5n13j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 1rem;
}

.contacto-modal-hidden[b-pl7kd5n13j] {
    display: none !important;
}

.contacto-modal-visible[b-pl7kd5n13j] {
    display: flex !important;
}

.contacto-modal-content[b-pl7kd5n13j] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contacto-modal-content .close[b-pl7kd5n13j] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 0;
}

.contacto-modal-content .close:hover[b-pl7kd5n13j] {
    color: #999;
}

.vehiculo-info[b-pl7kd5n13j] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.vehiculo-imagen[b-pl7kd5n13j] {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.vehiculo-imagen img[b-pl7kd5n13j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.vehiculo-datos h4[b-pl7kd5n13j] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.vehiculo-datos p[b-pl7kd5n13j] {
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.vehiculo-datos .precio[b-pl7kd5n13j] {
    color: #007acc;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

@media (max-width: 576px) {
    .contacto-modal-content[b-pl7kd5n13j] {
        padding: 1.5rem;
    }

    .vehiculo-info[b-pl7kd5n13j] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vehiculo-imagen[b-pl7kd5n13j] {
        width: 150px;
        height: 150px;
    }
}
/* /Pages/VehiculosOcasion/VehiculoImageGalleryModal.razor.rz.scp.css */
#vehiculo-image-gallery-modal[b-89cop88skf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-hidden[b-89cop88skf] {
    display: none !important;
}

.gallery-modal-visible[b-89cop88skf] {
    display: flex !important;
}

.gallery-modal-content[b-89cop88skf] {
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gallery-modal-content .close[b-89cop88skf] {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 1;
}

.gallery-modal-content .close:hover[b-89cop88skf] {
    color: #ccc;
}

.gallery-image-container[b-89cop88skf] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.gallery-image-wrapper[b-89cop88skf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: calc(90vh - 150px);
}

.gallery-image-wrapper img[b-89cop88skf] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid #fff;
}

.gallery-counter[b-89cop88skf] {
    color: white;
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: center;
}

.nav-button[b-89cop88skf] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.nav-button:hover:not(:disabled)[b-89cop88skf] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.nav-button:disabled[b-89cop88skf] {
    opacity: 0.3;
    cursor: not-allowed;
}

.gallery-thumbnails[b-89cop88skf] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 1rem 0;
    justify-content: center;
}

.thumbnail[b-89cop88skf] {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    flex-shrink: 0;
}

.thumbnail:hover[b-89cop88skf] {
    border-color: rgba(255, 255, 255, 0.5);
}

.thumbnail.active[b-89cop88skf] {
    border-color: #fff;
}

.thumbnail img[b-89cop88skf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .gallery-image-container[b-89cop88skf] {
        flex-direction: column;
    }

    .nav-button[b-89cop88skf] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .gallery-modal-content .close[b-89cop88skf] {
        font-size: 2rem;
        width: 40px;
        height: 40px;
    }

    .thumbnail[b-89cop88skf] {
        width: 60px;
        height: 60px;
    }
}
/* /Shared/CestaDisplay.razor.rz.scp.css */
div.cesta-display[b-ujtl0ek94w] {
    font-size: 1.15rem;
    display: flex;
    color: white;
}

div.cesta-icono[b-ujtl0ek94w] {
    display: inline-flex;
    padding: 0.25rem;
}

div.cesta-texto[b-ujtl0ek94w] {
    display: inline-flex;
    padding: 0.25rem;
}

div.cesta-button[b-ujtl0ek94w] {
    background-color: rgba(170, 232, 241,0.50);
    cursor: pointer;
}

@media only screen and (max-width: 690px) {

    div.cesta-display[b-ujtl0ek94w] {
        font-size: 1.0rem;
    }
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
div.login-in[b-tcdmlilcsy] {
    font-size: 1.15rem;
}

    div.login-in a[b-tcdmlilcsy] {
        color: gray;
        text-decoration: none;
    }

        div.login-in a:hover[b-tcdmlilcsy] {
            text-decoration: underline;
        }
