/*https://stack.roboteers.cl/img/roboteers/caluga_01.png */
/*Estilo sitio*/

/* ========== ESTILOS COTIZADOR ========== */
/* Botón Cotizar en listado de productos */
.cotizar-btn.js-cotizar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ff4c4c !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: solid 1px #ff4c4c;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
    margin: 0 auto;
}
.product-miniature .highlighted-informations {
    background-color: transparent !important;
}
.cotizar-btn.js-cotizar-btn:hover {
    color: #005e6a !important;
}
.cotizar-btn.js-cotizar-btn i {
    font-size: 1.2rem;
    color: #ff4c4c;
}

/* Modal Cotizador */
.cotizador-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.cotizador-modal.open {
    display: block;
}
.cotizador-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.cotizador-modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.cotizador-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}
.cotizador-close:hover {
    color: #333;
}
#cotizador-title {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    color: #005e6a;
    padding-right: 30px;
}
.cotizador-products-preview {
    margin-bottom: 20px;
}
.cotizador-product-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}
.cotizador-product-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.cotizador-product-info {
    display: flex;
    flex-direction: column;
}
.cotizador-product-info strong {
    font-size: 0.9rem;
    color: #333;
}
.cotizador-product-info span {
    font-size: 0.85rem;
    color: #005e6a;
    font-weight: bold;
}
.cot-row {
    margin-bottom: 15px;
}
.cot-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    text-align: left;
}
.cot-row input[type="text"],
.cot-row input[type="email"],
.cot-row textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: border-color 0.3s;
    box-sizing: border-box;
}
.cot-row input[type="text"]:focus,
.cot-row input[type="email"]:focus,
.cot-row textarea:focus {
    outline: none;
    border-color: #005e6a;
}
.cot-row textarea {
    resize: vertical;
    min-height: 80px;
}
.cot-submit {
    width: 100%;
    padding: 12px;
    background: #005e6a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}
.cot-submit:hover {
    background: #004a54;
}
.cotizador-messages p {
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.cotizador-loading {
    background: #e3f2fd;
    color: #1565c0;
}
.cotizador-success {
    background: #e8f5e9;
    color: #2e7d32;
}
.cotizador-error {
    background: #ffebee;
    color: #c62828;
}
/* ========== FIN ESTILOS COTIZADOR ========== */

#header .header-nav {
    background-color:  #005e6a;
}
#header .header-nav .blockcart {
    background: #f6ae2d;
}
#header .header-nav .cart-preview .shopping-cart {
    color:  #ffffff;
    font-weight: bold
}
#header .hidden-sm-down{
    color: white; 
    font-weight: bold
}
#header .container{
    max-width: 1680px;
    margin: 0 auto
}
#header, #header .header-top {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #005e6a;
}
.top-menu .sub-menu, .top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0;
    width: 50vw !important;
    min-width: 500px !important;
    left: 15% !important;
    right: auto !important;
}
#header a{
    color: #005e6a!important;
}
#header a:hover{
    color:#f6ae2d!important;
}
section{
    padding: 0 2rem;
}
section.page-content{
    padding: 0
}
.products article .wishlist-button-add {
    background-image: url(/img/roboteers/cotizacion.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
}
.products article .wishlist-button-add i{
    display: none
}
.carousel{
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: -1.563rem;
}
.carousel .carousel-item .caption {
    left: 200px;
}
/*Productos*/
.product-flag.new {
    background-color: #0e4d55;
    color: #ffffff;
    margin: .5em;
    /* position: absolute; */
    top: 0;
    padding: 5px 7px;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
}
.product-flag.out_of_stock {
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 8rem;
    position: absolute;
    /* bottom: 10px; */
    background-color: #ff4c4c;
    padding: 5px;
    color: white;
    border-radius: 5PX;
    margin: .5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    filter: drop-shadow(2px 4px 6px black);
}

.product-flags li.product-flag {
    background: #ffffff;
    color: #666666;
    font-size: .8em;
}
h3 .product-title{
    font-weight: bold
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color:#f6ae2d;
}
#product #content {
    max-width: 800px;
}
.product-description {
    background-color: #ffffff;
    padding: 1rem;
    border-bottom: 3px solid #0e4d55;
}
.product-container h1{
    color: #005e6a;
    font-size: 1.6rem;
}
.product-miniature .product-title a {
    font-weight: 600 !important
}
.product-price {
    color: #f6ae2d;
    font-size: 1.5rem;
}
.product-information {
    font-size: 1.1rem;
    color: #0e4d55;
}
.image-caption{
    display: none
}
.product-variants .input-container .radio-label {
    padding: .6rem 1rem;
}
.product-variants .input-container input.input-color{
    
}
.product-variants .input-container .input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #f6ae2d;
}
.product-manufacturer a{
    color: #f6ae2d;
}
.wishlist-button-add i:hover {
    color: #f6ae2d;
}
/*Productos*/
/*categoria*/
h2.slider-title {
    text-align: center;
}
/*categoria*/
.footer-container {
    padding: 2.5rem;
    background-color: #005e6a;
}
.footer-container .h3,
.footer-container .h4{
    color: #f6ae2d;
}
.footer-container li a {
    color: white;
}
.footer-container li a:hover {
    color: #f6ae2d;
}
#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
    color: #f6ae2d;
}
.block-contact, .footer-container li a {
    color: white;
}
.block-contact  a{
    color: #f6ae2d !important; 
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #005e6a;
}
.btn-primary, .btn-primary:hover {
    background-color: #005e6a;
}
.has-discount .discount {
    background: #f6ae2d;
}
.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
    color: #f6ae2d;
}
#product-availability .product-last-items, #product-availability .product-unavailable {
    color: #f6ae2d;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border:#005e6a 3px solid;
}
.product-miniature .highlighted-informations .quick-view:hover {
    color: #ef4c24;
}
.tabs .nav-tabs .nav-link.active {
    color: #005e6a;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: #ef4c24 3px solid;
}
/*Estilo sitio*/
@media (min-width: 1200px) {
.container {
    width: 100%;
}
}

/* --- CONTENEDOR PRINCIPAL FLEX (300px) --- */
        .bloque-stacker {
            display: flex;
            width: 100%;
            height: 350px; /* Altura m�xima solicitada */
            background-color: #000; /* Fondo negro por si carga lento */
            overflow: hidden;
        }
        .area-video {
            flex: 1; /* Ocupa 50% */
            position: relative;
            cursor: pointer;
            overflow: hidden;
        }
        .area-video .contieneimagenvideohome {
            width: 100%;
            height: 100%;
        }
        .area-video img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .area-video:hover img {
            opacity: 0.8;
            transition: opacity 0.3s;
        }
        .icono-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 68px;
            height: 48px;
            background-color: rgba(33, 33, 33, 0.8);
            border-radius: 12px;
            z-index: 10;
            pointer-events: none; /* Permite hacer clic "a trav�s" del bot�n */
            transition: background 0.2s;
        }
        .icono-play::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-style: solid;
            border-width: 10px 0 10px 16px;
            border-color: transparent transparent transparent #fff;
        }
        .area-video:hover .icono-play {
            background-color: #f00; /* Rojo al pasar el mouse */
        }
        .area-video iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }
        .area-texto {
            flex: 1; /* Ocupa 50% */
            display: flex;
            flex-direction: column;
            justify-content: center; /* Centrado vertical */
            padding: 0 40px;
            box-sizing: border-box;
            background-image: url("/img/roboteers/bgsectionhome.png");
            background-repeat: no-repeat;
            background-size: 100%
        }
        .area-texto h2 { margin: 0 0 10px 0; color: #005e6a; text-align: center }
        .area-texto h4 { margin: 0; color: #555; line-height: 1.5; color: #005e6a; text-align: center; font-weight: normal}
/* --- ESTILO DEL BOT�N "VER M�S" --- */
        .btn-ver-mas {
            width: 160px;
            margin: 1rem auto;
            display: inline-block;
            text-decoration: none;
            /* Color del borde y texto (Teal oscuro como la imagen) */
            color: #0E4D55; 
            border: 2px solid #0E4D55;
            background-color: transparent; /* Fondo transparente pedido */
            
            /* Forma de p�ldora */
            border-radius: 50px; 
            padding: 10px 35px;
            
            /* Tipograf�a */
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        /* Efecto Hover (al pasar el mouse) */
        .btn-ver-mas:hover {
            background-color: #0E4D55;
            color: #ffffff;
            transform: translateY(-2px); /* Peque�a elevaci�n */
        }
        /* --- RESPONSIVE (M0viles) --- */
        @media (max-width: 768px) {
            .bloque-stacker {
                flex-direction: column;
                height: auto; /* Altura libre en celular */
            }
            .area-video {
                width: 100%;
                height: 250px; /* Altura fija para video en m�vil */
            }
            .area-texto {
                padding: 30px 20px;
            }
        }

/*Estilo 4 modulos*/
.titulo-servicios {
            text-align: center;
            color: #333;
            font-size: 1.8rem;
            font-weight: 700;
            text-transform: uppercase;
            margin: 30px 0;
            letter-spacing: 1px;
        }
        .contenedor-servicios {
            display: flex;             
            flex-wrap: wrap;           
            justify-content: center;  
            gap: 20px;               
            max-width: 1400px;
            margin: 0 auto;
        }
        .servicio-card {
            flex: 0 0 calc(25% - 15px); 
            box-sizing: border-box; 
            position: relative;
            min-height: 380px;
            padding: 30px 20px;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            background-size: cover;
            background-position: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }
        .servicio-card:hover {
            transform: translateY(-5px);
        }
        .bg-arriendo {
            background-image:url('/img/roboteers/caluga_01.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        .bg-venta {
            background-image:url('/img/roboteers/caluga_02.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        .bg-tecnico {
            background-image: url('/img/roboteers/caluga_03.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        .bg-racks {
            background-image: url('/img/roboteers/caluga_04.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        .servicio-card h3 {
            font-size: 1.4rem;
            margin: 0 0 15px 0;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: 0.5px;
            text-shadow: 2px 2px 4px #00000080;
        }
        .servicio-card p {
            font-size: 0.95rem;
            line-height: 1.5;
            margin: 0;
            font-weight: 400;
            color: white !important;
            text-shadow: 2px 2px 4px #00000080;
        }

        @media (max-width: 1024px) {
            .servicio-card {
                flex: 0 0 calc(50% - 15px); /* 2 por fila */
            }
        }
        @media (max-width: 600px) {
            .servicio-card {
                flex: 0 0 100%; /* 1 por fila */
                min-height: 300px; /* Un poco m�s bajo en celular */
            }
        }

a.banner{
    display: none !important
}

/* Cosas Servicio Tecnico */

    :root {
        --st-bg: #f5f7fb;
        --st-card: #ffffff;
        --st-text: #1f2937;
        --st-muted: #6b7280;
        --st-border: #e5e7eb;
        --st-primary: #2563eb;
        --st-primary-hover: #1d4ed8;
        --st-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
    }

    .servicio-tecnico-contenedor {
        font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
        color: var(--st-text);
        background: var(--st-bg);
        padding: 48px 24px;
        display: grid;
        gap: 32px;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: start;
    }

    .servicio-tecnico-card {
        background: var(--st-card);
        border-radius: 20px;
        box-shadow: var(--st-shadow);
        padding: 32px;
        border: 1px solid rgba(148, 163, 184, 0.2);
    }

    .servicio-tecnico-header h2 {
        margin: 0 0 8px;
        font-size: 28px;
        font-weight: 700;
    }

    .servicio-tecnico-subtitulo {
        margin: 0 0 24px;
        color: var(--st-muted);
        font-size: 15px;
    }

    .servicio-tecnico-form {
        display: grid;
        gap: 16px;
    }

    .servicio-tecnico-row {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .servicio-tecnico-full {
        grid-column: 1 / -1;
    }

    .servicio-tecnico-field label {
        display: block;
        font-size: 13px;
        color: var(--st-muted);
        margin-bottom: 6px;
        font-weight: 600;
        text-align: left;
    }

    .servicio-tecnico-input,
    .servicio-tecnico-textarea,
    .servicio-tecnico-select,
    .servicio-tecnico-file {
        width: 100%;
        border: 1px solid var(--st-border);
        border-radius: 12px;
        padding: 12px 14px;
        font-size: 14px;
        color: var(--st-text);
        background: #fff;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .servicio-tecnico-textarea {
        min-height: 120px;
        resize: vertical;
    }

    .servicio-tecnico-input:focus,
    .servicio-tecnico-textarea:focus,
    .servicio-tecnico-select:focus,
    .servicio-tecnico-file:focus {
        outline: none;
        border-color: var(--st-primary);
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    }

    .servicio-tecnico-file {
        padding: 10px 12px;
    }

    .servicio-tecnico-footer {
        display: flex;
        justify-content: flex-end;
        margin-top: 8px;
    }

    .servicio-tecnico-btn {
        border: none;
        border-radius: 12px;
        padding: 12px 22px;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        background: var(--st-primary);
        color: #fff;
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .servicio-tecnico-btn:hover {
        background: var(--st-primary-hover);
        transform: translateY(-1px);
    }

    .servicio-tecnico-info {
        padding: 24px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid rgba(148, 163, 184, 0.2);
    }

    .servicio-tecnico-info h3 {
        margin: 0 0 12px;
        font-size: 20px;
    }

    .servicio-tecnico-info p {
        margin: 0;
        color: var(--st-muted);
        line-height: 1.6;
    }

    @media (max-width: 900px) {
        .servicio-tecnico-contenedor {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 640px) {
        .servicio-tecnico-card {
            padding: 24px;
        }

        .servicio-tecnico-row {
            grid-template-columns: 1fr;
        }
    }

    /* Cosas servicio tecnico */


    /**
 * Custom Pages - Estilos Frontend
 *
 * @author    Joaquin
 * @copyright Joaquin
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

/* Contenedor principal de la página personalizada */
.page-custom-content {
    padding: 20px 0;
}

.custom-page-content {
    line-height: 1.6;
    word-wrap: break-word;
}

/* Estilos para imágenes dentro del contenido */
.custom-page-content img {
    max-width: 100%;
    height: auto;
}

/* Estilos para tablas */
.custom-page-content table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.custom-page-content table th,
.custom-page-content table td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.custom-page-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

/* Estilos para listas */
.custom-page-content ul,
.custom-page-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.custom-page-content li {
    margin-bottom: 0.5rem;
}

/* Estilos para encabezados */
.custom-page-content h1,
.custom-page-content h2,
.custom-page-content h3,
.custom-page-content h4,
.custom-page-content h5,
.custom-page-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.custom-page-content h1 { font-size: 2rem; }
.custom-page-content h2 { font-size: 1.75rem; }
.custom-page-content h3 { font-size: 1.5rem; }
.custom-page-content h4 { font-size: 1.25rem; }
.custom-page-content h5 { font-size: 1.1rem; }
.custom-page-content h6 { font-size: 1rem; }

/* Estilos para párrafos */
.custom-page-content p {
    margin-bottom: 1rem;
}

/* Estilos para citas */
.custom-page-content blockquote {
    margin: 1rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid #2fb5d2;
    background-color: #f8f9fa;
}

/* Estilos para código */
.custom-page-content code {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #e83e8c;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

.custom-page-content pre {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 87.5%;
    color: #212529;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    overflow-x: auto;
}

/* Estilos para enlaces */
.custom-page-content a {
    color: #2fb5d2;
    text-decoration: none;
}

.custom-page-content a:hover {
    color: #1a8a9e;
    text-decoration: underline;
}

/* Estilos para separadores */
.custom-page-content hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #dee2e6;
}

/* Estilos para videos embebidos */
.custom-page-content iframe,
.custom-page-content video {
    max-width: 100%;
}

/* Responsive para videos de YouTube/Vimeo */
.custom-page-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1rem;
}

.custom-page-content .video-container iframe,
.custom-page-content .video-container object,
.custom-page-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Estilos para imágenes con caption */
.custom-page-content figure {
    margin: 1rem 0;
}

.custom-page-content figcaption {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    padding-top: 0.5rem;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .custom-page-content h1 { font-size: 1.75rem; }
    .custom-page-content h2 { font-size: 1.5rem; }
    .custom-page-content h3 { font-size: 1.25rem; }
    
    .custom-page-content table {
        font-size: 0.875rem;
    }
    
    .custom-page-content table th,
    .custom-page-content table td {
        padding: 0.5rem;
    }
}

/* ==============================================
   ESTILOS FORMULARIO CONTACTO
   Encapsulados dentro de .contacto-wrapper para
   no afectar el resto del sitio
   ============================================== */

/* Contenedor principal */
.contacto-wrapper {
    min-height: auto;
    padding: 48px 24px;
    background: #f5f7fb;
    box-sizing: border-box;
}

.contacto-wrapper *,
.contacto-wrapper *::before,
.contacto-wrapper *::after {
    box-sizing: border-box;
}

/* Mensajes de respuesta */
.contacto-wrapper .contacto-success,
.contacto-wrapper .contacto-error {
    display: none;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
}

.contacto-wrapper .contacto-success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}

.contacto-wrapper .contacto-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.contacto-wrapper .contacto-success.show,
.contacto-wrapper .contacto-error.show {
    display: block;
}

/* Contenedor grid principal */
.contacto-wrapper .servicio-tecnico-contenedor {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    color: #1f2937;
    background: #f5f7fb;
    padding: 0;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

/* Cards */
.contacto-wrapper .servicio-tecnico-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
    padding: 32px;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

/* Header del formulario */
.contacto-wrapper .servicio-tecnico-header h2 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.contacto-wrapper .servicio-tecnico-subtitulo {
    margin: 0 0 24px;
    color: #6b7280;
    font-size: 15px;
}

/* Formulario */
.contacto-wrapper .servicio-tecnico-form {
    display: grid;
    gap: 16px;
}

.contacto-wrapper .servicio-tecnico-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contacto-wrapper .servicio-tecnico-full {
    grid-column: 1 / -1;
}

.contacto-wrapper .servicio-tecnico-field {
    display: flex;
    flex-direction: column;
}

.contacto-wrapper .servicio-tecnico-field label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
}

.contacto-wrapper .servicio-tecnico-input,
.contacto-wrapper .servicio-tecnico-textarea,
.contacto-wrapper .servicio-tecnico-select,
.contacto-wrapper .servicio-tecnico-file {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1f2937;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

.contacto-wrapper .servicio-tecnico-textarea {
    min-height: 120px;
    resize: vertical;
}

.contacto-wrapper .servicio-tecnico-input:focus,
.contacto-wrapper .servicio-tecnico-textarea:focus,
.contacto-wrapper .servicio-tecnico-select:focus,
.contacto-wrapper .servicio-tecnico-file:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.contacto-wrapper .servicio-tecnico-input::placeholder,
.contacto-wrapper .servicio-tecnico-textarea::placeholder {
    color: #9ca3af;
}

.contacto-wrapper .servicio-tecnico-file {
    padding: 10px 12px;
}

/* Footer del formulario */
.contacto-wrapper .servicio-tecnico-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

/* Botón */
.contacto-wrapper .servicio-tecnico-btn {
    border: none;
    border-radius: 12px;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: #2563eb;
    color: #fff;
    transition: transform 0.2s ease, background 0.2s ease;
    font-family: inherit;
}

.contacto-wrapper .servicio-tecnico-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.contacto-wrapper .servicio-tecnico-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Cards de información */
.contacto-wrapper .servicio-tecnico-info {
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.contacto-wrapper .servicio-tecnico-info h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.contacto-wrapper .servicio-tecnico-info p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
    font-size: 14px;
}

.contacto-wrapper .servicio-tecnico-info a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contacto-wrapper .servicio-tecnico-info a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* ==============================================
   RESPONSIVE - Tablet
   ============================================== */
@media (max-width: 900px) {
    .contacto-wrapper {
        padding: 32px 20px;
    }
    
    .contacto-wrapper .servicio-tecnico-contenedor {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* ==============================================
   RESPONSIVE - Mobile
   ============================================== */
@media (max-width: 640px) {
    .contacto-wrapper {
        padding: 24px 16px;
    }
    
    .contacto-wrapper .servicio-tecnico-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .contacto-wrapper .servicio-tecnico-header h2 {
        font-size: 24px;
    }

    .contacto-wrapper .servicio-tecnico-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .contacto-wrapper .servicio-tecnico-form {
        gap: 12px;
    }
    
    .contacto-wrapper .servicio-tecnico-input,
    .contacto-wrapper .servicio-tecnico-textarea {
        padding: 10px 12px;
        font-size: 16px; /* Evita zoom en iOS */
    }
    
    .contacto-wrapper .servicio-tecnico-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .contacto-wrapper .servicio-tecnico-footer {
        margin-top: 4px;
    }
    
    .contacto-wrapper .servicio-tecnico-info {
        padding: 20px;
        border-radius: 14px;
    }
    
    .contacto-wrapper .servicio-tecnico-info h3 {
        font-size: 18px;
    }
}
@media (min-width: 768px){ 
.container {
    width: 100%;
    max-width: 100%;
}}

@media (max-width: 991px) {
section {
     padding: 0 ; 
}
.carousel {
    margin-left: -47vw !important
}
}

#custom-text{
    display: none;
}


/* ========== ESTILOS PRODUCTO - VISTA INLINE ========== */

/* Título del producto */
.product-container h1.product-title {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
    line-height: 1.2;
    color: #666666
}

/* Disponibilidad / Stock (arriba, debajo del título) */
.product-availability-top {
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-availability-top .material-icons {
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 4px;
}

/* Sección "Detalles del Producto" */
.product-information-inline {
    margin-bottom: 1.5rem;
}
.product-information-inline .section-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    color: #0e4d55;
    border-bottom: solid 2px #f6ae2d;
    width: fit-content;
}
.product-manufacturer-inline a{
    color: #005e6a !important
}
/* Marca inline */
.product-manufacturer-inline {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f6ae2d;
    width: fit-content;
}
.product-manufacturer-inline .label {
    font-weight: 400;
    margin-right: 4px;
}
.product-manufacturer-inline strong {
    font-weight: 700;
}

/* Descripción corta */
.product-description-short {
    box-sizing: border-box;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 0.92rem;
    background-color: white;
    padding: 20px;
}

/* Descripción completa */
.product-description-full {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 0.92rem;
    background-color: white;
    padding: 20px;
}

/* ========== FICHA TÉCNICA (fieldset + tabla) ========== */
.product-features-fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.5rem;
}
.product-features-fieldset legend {
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: underline;
    padding: 0 0.5rem;
    width: auto;
    margin-bottom: 0;
}
.product-features-table {
    width: 100%;
    border-collapse: collapse;
}
.product-features-table tr {
    border-bottom: 1px solid #f0f0f0;
}
.product-features-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.product-features-table tr:last-child {
    border-bottom: none;
}
.product-features-table td {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
    vertical-align: middle;
}
.product-features-table .feature-name {
    font-weight: 400;
    width: 50%;
    text-align: left;
}
.product-features-table .feature-value {
    font-weight: 600;
    text-align: center;
}

/* ========== BARRA STICKY INFERIOR (Add to Cart) ========== */
.product-sticky-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border-top: 3px solid #005e6a;
    padding: 0.8rem 0;
    margin-top: 2rem;
}
.sticky-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.sticky-bar-inner .product-add-to-cart {
    margin: 0;
}
.sticky-bar-inner .product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.sticky-bar-inner .qty {
    display: flex;
    align-items: center;
}
.sticky-bar-inner .qty input#quantity_wanted {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    font-size: 1rem;
}
.sticky-bar-inner .add {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sticky-bar-inner .add .btn.add-to-cart {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Botón "Comprar Ahora" */
.btn-buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #f6ae2d;
    color: #f6ae2d !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-buy-now:hover {
    background: #f6ae2d;
    color: #fff !important;
    text-decoration: none;
}

/* Ocultar la availability duplicada dentro del sticky bar */
.sticky-bar-inner #product-availability {
    display: none;
}

/* Ocultar tabs viejos si quedaron restos */
.product-information .tabs {
    display: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 767px) {
    .product-container h1.product-title {
        font-size: 1.4rem;
    }
    .sticky-bar-inner .product-quantity {
        flex-direction: column;
        gap: 8px;
    }
    .sticky-bar-inner .add {
        flex-direction: column;
        width: 100%;
    }
    .sticky-bar-inner .add .btn.add-to-cart,
    .sticky-bar-inner .add .btn-buy-now {
        width: 100%;
        justify-content: center;
    }
    .product-features-table .feature-name,
    .product-features-table .feature-value {
        padding: 0.4rem 0.5rem;
        font-size: 0.85rem;
    }
}

/* ========== FIN ESTILOS PRODUCTO ========== */
#_mobile_user_info {
    display: none;
}
#_desktop_user_info {
    display: none;
}
#_desktop_contact_link {
    display: none;
}
