/*
 Theme Name:   Rosner Child
 Description:  Rosner Child Theme
 Author:       Askan
 Author URI:   https://www.askan.es
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* ============================================
   1. FUENTES
   ============================================ */
   


.poppins-thin { font-family: "Poppins", sans-serif; font-weight: 100; font-style: normal; }
.poppins-extralight { font-family: "Poppins", sans-serif; font-weight: 200; font-style: normal; }
.poppins-light { font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal; }
.poppins-regular { font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; }
.poppins-medium { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; }
.poppins-semibold { font-family: "Poppins", sans-serif; font-weight: 600; font-style: normal; }
.poppins-bold { font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; }
.poppins-extrabold { font-family: "Poppins", sans-serif; font-weight: 800; font-style: normal; }
.poppins-black { font-family: "Poppins", sans-serif; font-weight: 900; font-style: normal; }
.poppins-thin-italic { font-family: "Poppins", sans-serif; font-weight: 100; font-style: italic; }
.poppins-extralight-italic { font-family: "Poppins", sans-serif; font-weight: 200; font-style: italic; }
.poppins-light-italic { font-family: "Poppins", sans-serif; font-weight: 300; font-style: italic; }
.poppins-regular-italic { font-family: "Poppins", sans-serif; font-weight: 400; font-style: italic; }
.poppins-medium-italic { font-family: "Poppins", sans-serif; font-weight: 500; font-style: italic; }
.poppins-semibold-italic { font-family: "Poppins", sans-serif; font-weight: 600; font-style: italic; }
.poppins-bold-italic { font-family: "Poppins", sans-serif; font-weight: 700; font-style: italic; }
.poppins-extrabold-italic { font-family: "Poppins", sans-serif; font-weight: 800; font-style: italic; }
.poppins-black-italic { font-family: "Poppins", sans-serif; font-weight: 900; font-style: italic; }

.space-grotesk-400 {font-family: "Space Grotesk", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Space Grotesk', sans-serif;
}

body {
    font-family: 'Space Grotesk', sans-serif;	
    afont-family: 'Poppins', sans-serif;
}
.b-naranja{
border: 1px solid #f26522 !important;
}

#newsletter iframe{
height: 139px !important;
}

div.vc_custom_1779364898357 {
  margin-bottom: 0% !important;
}

::selection {
  background: #003a70 !important;
}

#reparacion {
    scroll-margin-top: 120px !important;
}

/* ============================================
   2. ELEMENTOS GENERALES Y RESET
   ============================================ */

a { text-decoration: none; }
a:hover { opacity: 0.8; }
a.btn-ofertas { text-decoration: none; }

.btn-ofertas {
    background: #f26522;
    color: white;
    border-radius: 5px;
    border: 1.5px solid #f26522;
    padding: 6px 30px;
}

.buscar img {
  max-height: 18px !important;
  width: auto;
}

.buscar:hover {
    background: #003A70;
}

.buscar:hover img {
    filter: brightness(0) invert(1);
}

.fade-title {
    opacity: 0;
    animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* ============================================
   3. WPBAKERY / VC OVERRIDES
   ============================================ */
   
 .fondo-ondas .vc_column-inner {
 padding: 0px !important;
 }

.submit-wrapper .btn {
  
  border-radius: 30px !important;
}
.vc_row-full-width + .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
}

.vc_btn3-color-azul_rosner {
    color: #ffffff !important;
    background-color: #003A70 !important;
}
.vc_btn3-color-azul_rosner:hover {
    background-color: #002a50 !important;
}

.container,
.vc_row-fluid.container,
.vc_row-fluid.vc_column_container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.vc_row {
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   4. HEADER Y NAVEGACIÓN
   ============================================ */
div.super-simple-slider-container .slide .overlay .opacity .text, p{
  justify-content: left !important;
}
   
.super-simple-slider p{
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;


}

#nav-main .container {
    display: flex;
    flex-direction: column;
}

#bootscore-navbar li a {
    text-transform: uppercase;
}

.top-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 68px;
}

.logo {
    vertical-align: middle;
    display: grid;
}
.logo img {
    max-height: 43px;
    width: auto;
    display: block;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-wrapper {
    width: 100%;
    height: 50px;
}

.menu-wrapper .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.menu-wrapper .nav-item {
    white-space: nowrap;
}

.menu-wrapper .nav-link {
    font-size: 18px;
    color: #003A70;
    font-family: Space Grotesk;
    font-weight: 600;
    letter-spacing: 1%;
    position: relative;
}
.menu-wrapper .nav-link:hover { color: #00A19A; }
.menu-wrapper .nav-link.active { color: #00A19A; }
.menu-wrapper .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 8px;
    background: #00A19A;
    z-index: 10;
}

#nav-main {
    padding: 0px;
    background: #fff;
}

.offcanvas.show .navbar-nav {
    flex-direction: column !important;
    gap: 0 !important;
}

/* ============================================
   5. DROPDOWN / SUBMENU
   ============================================ */

.menu-wrapper .dropdown {
    position: relative;
}

.menu-wrapper .dropdown-menu.depth_0 {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    display: none;
    width: 400px;
    padding: 0;
    margin: 0;
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    border-top: 8px solid #00A19A;
    border-bottom: 8px solid #00A19A;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    z-index: 9999;
    margin-top: -1px;
}

.menu-wrapper .dropdown-toggle::after {
    display: none;
}

.menu-wrapper .dropdown-menu.depth_0 li {
    margin: 0;
    padding: 0;
}

.menu-wrapper .dropdown-menu.depth_0 .dropdown-item {
    display: block;
    padding: 16px 14px;
    color: #003A70;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    border-bottom: 1px solid #9eb2c6;
    white-space: normal;
}

.menu-wrapper .dropdown-menu.depth_0 li:last-child .dropdown-item {
    border-bottom: none;
}

.menu-wrapper .dropdown-menu.depth_0 .dropdown-item:hover {
    background: #e7ecef;
    color: #00A19A;
}

.dropdown-item.active, .dropdown-item:active {
  abackground-color: #003a70 !important;
}

/* ============================================
   6. BOTONES
   ============================================ */

.bg-azul-rosner { background: #003A70; }

.btn-arriba {
    background: #003A70;
    color: white;
}
.btn-arriba:hover {
    background: #0056A0;
    color: white;
}

.btn-enviar {
    background: #003A70 !important;
    color: white !important;
    border-radius: 2em !important;
    width: 100px !important;
    padding: 5px 10px !important;
    border: 1px solid #003A70 !important;
}

.boton-faqs a {
    background: #003A70 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 2em !important;
    font-size: 18px !important;
    width: 180px !important;
    padding: 10px 15px !important;
}
.boton-faqs { border-radius: 2em !important; }

.boton-reparacion a {
    background: #fff !important;
    color: #00A19A !important;
    font-weight: bold;
    border-radius: 2em !important;
    font-size: 26px !important;
    width: 370px !important;
    padding: 10px 15px !important;
}
.boton-reparacion { border-radius: 2em !important; }

.boton-guia a {
    background: #fff !important;
    color: #00A19A !important;
    font-weight: bold;
    border-radius: 2em !important;
    font-size: 26px !important;
    width: 370px !important;
    padding: 10px 15px !important;
}
.boton-guia { border-radius: 2em !important; }

.btn-rosner-portada a {
    width: 100% !important;
    opacity: 1;
    border-radius: 101px !important;
    background: #00A19A !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: 700;
}

/* ============================================
   7. IDIOMAS (WPML)
   ============================================ */

.wpml-ls-legacy-list-horizontal a {
    padding: 0px;
    color: white;
}
.wpml-ls-legacy-list-horizontal {
    padding: 2px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-es {
    border-right: 1px solid #fff;
    margin-right: 8px;
    padding-right: 8px;
}



/* ============================================
   9. COLORES Y UTILIDADES
   ============================================ */

.franja-azul-rosner {
    background: #003A70;
    color: white;
    height: 36px;
    font-family: Space Grotesk;
    font-size: 16px;
}

.verde-rosner { color: #00A19A; }
.bg-verde-destacado { background: #D3ECEB; }

.otgs-development-site-front-end { display: none; }

#banner-encargamos .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-35.vc_row-o-equal-height.vc_row-flex div {
  border-radius: 50px !important;
}

/* ============================================
   10. BLOG Y POSTS
   ============================================ */

.postlink a {
    text-decoration: none;
    color: #003A70;
}

.related-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.blog p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #003A70;
}
.blog ::marker, .blog li {
    color: #003A70;
}

.post-list { width: 85%; }
.post-list h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    line-height: 31px;
    color: #003A70;
}

.badge {
    font-size: 0.75rem;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}

.bg-tags {
    font-family: 'Space Grotesk', sans-serif;
    background: #7EC8C457;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    font-weight: 400;
}

/* ============================================
   11. GALERÍA SWIPER
   ============================================ */

.galeria-swiper {
    position: relative;
    padding: 0 10px;
    text-align: center;
}
.galeria-swiper .swiper-slide img {
    width: 90%;
    height: 220px;
    object-fit: cover;
}
.galeria-swiper .swiper-button-next,
.galeria-swiper .swiper-button-prev {
    color: #000;
    top: 120px !important;
    transform: translateY(-50%);
}
.galeria-swiper .swiper-button-prev { left: 0px; }
.galeria-swiper .swiper-button-next { right: 0px; }

/* ============================================
   12. TALLER
   ============================================ */

#banner-taller h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 56px !important;
    line-height: 70px !important;
    font-style: normal;
}

.destacado-taller { min-height: 400px; }
.destacado-taller img {
    max-height: 300px;
    width: auto;
}
.destacado-taller h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 40px;
    line-height: 45px;
    color: #003A70;
}
.destacado-taller p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    line-height: 40px;
    color: #003A70;
    font-weight: 400;
}

.taller-hero {
    min-height: 300px;
    padding-bottom: 60px;
    background-color: #315F8A;
    background-image: url('../../../wp-content/uploads/2026/06/cabecera-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.taller-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.taller-pagination li { margin: 0; }
.taller-pagination a,
.taller-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    text-decoration: none;
    color: #0d4a87;
    font-weight: 500;
}
.taller-pagination .current {
    background: #0d4a87;
    color: #fff;
    border-radius: 8px;
}
.taller-pagination .prev,
.taller-pagination .next {
    width: auto;
    color: #74c8c7;
    font-weight: 500;
}
.taller-pagination .dots { min-width: auto; }

.el-taller .card { transition: transform .2s ease; }
.el-taller .card:hover { transform: translateY(-3px); }

/* ============================================
   13. SERVICIOS
   ============================================ */

#servicios p, #servicios li {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 32px;
    max-width: 325px;
}

.texto18 {
    font-size: 18px !important;
    line-height: 1.5;
}
.texto-garantia {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 18px !important;
    line-height: 22px;
}

/* ============================================
   14. TESTIMONIOS
   ============================================ */

figure.style3 blockquote {
    font-family: 'Space Grotesk', sans-serif !important;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #7ec8c4 !important;
    padding: 25px 50px 30px 50px;
    font-size: 1.125em !important;
    font-weight: 500;
    margin: 0;
    line-height: 1.111em !important;
    font-style: unset !important;
}
figure.style3 .arrow {
    border-top: 25px solid #7ec8c4 !important;
}
.style3 .starrating { display: none !important; }
figure.style3 .author h5 { color: #003A70 !important; }
figure.style3 .author h5 span {
    display: block;
    padding-left: 0px !important;
}
figure.style3 blockquote::after { display: none !important; }

/* ============================================
   15. FORMULARIOS (Contact Form 7)
   ============================================ */
   
   /* Estilos generales */
.ccrf-repeater-add, .ccrf-repeater-add:hover {width: 100%; padding: 10px; border-radius: 8px;}
.reparaciones-form .form-group { margin-bottom: 1rem; }
.reparaciones-form label { font-weight: 600; display: block; margin-bottom: 0.25rem; font-size: 0.85rem; text-transform: uppercase; color: #555; }
.reparaciones-form input[type="text"], .reparaciones-form input[type="tel"], .reparaciones-form input[type="email"], .reparaciones-form textarea, .reparaciones-form select { width: 100%; padding: 0.6rem; border: 1px solid #ccc; border-radius: 6px; }
.datos-contacto-grid, .instrumento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.instrumento-card, .datos-contacto-card, .envio-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.2rem; margin-bottom: 1.2rem; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }

/* Estilos Radio Buttons */
.envio-card .wpcf7-radio { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; width: 100%; }
.envio-card .wpcf7-list-item { margin: 0 !important; width: 100%; }
.envio-card .wpcf7-list-item label { display: flex; align-items: center; justify-content: center; min-height: 90px; padding: 1rem; border: 1px solid #e5e7eb; border-radius: 12px; cursor: pointer; text-align: center; transition: .2s; }
.envio-card .wpcf7-list-item label:has(input:checked) { border-color: #00A19A; background: #f0fdfa; box-shadow: 0 0 0 2px rgba(0,161,154,.15); }

/* Lógica del texto adicional (Subtítulos) */
.mi-radio-contenedor .wpcf7-list-item-label, .mi-radio-contenedor-fr .wpcf7-list-item-label { display: flex; flex-direction: column; margin-left: 20px; }
.mi-radio-contenedor .wpcf7-list-item-label::after, .mi-radio-contenedor-fr .wpcf7-list-item-label::after { font-size: 11px; color: #666; margin-top: 5px; font-weight: normal; text-transform: none; }

.mi-radio-contenedor span:nth-child(1) .wpcf7-list-item-label::after { content: "Con mi propio mensajero"; }
.mi-radio-contenedor span:nth-child(2) .wpcf7-list-item-label::after { content: "Tarifa plana de envío"; }
.mi-radio-contenedor span:nth-child(3) .wpcf7-list-item-label::after { content: "Recogida en almacén"; }

.mi-radio-contenedor-fr span:nth-child(1) .wpcf7-list-item-label::after { content: "Mon transporteur"; }
.mi-radio-contenedor-fr span:nth-child(2) .wpcf7-list-item-label::after { content: "Je vous contacte pour organiser"; }
.mi-radio-contenedor-fr span:nth-child(3) .wpcf7-list-item-label::after { content: "Je le dépose à l’atelier de Loiu"; }

/* Botón y Responsive */
.reparaciones-form .wpcf7-submit { width: 100%; background: #00A19A; color: #fff; border: none; border-radius: 10px; padding: 14px; font-weight: 600; cursor: pointer; }


.wpcf7-repeater-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.wpcf7-repeater-add,
.wpcf7-repeater-remove {
    margin: 10px 5px 10px 0;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}
.wpcf7-repeater-add {
    background: #28a745;
    color: white;
    border: none;
}
.wpcf7-repeater-remove {
    background: #dc3545;
    color: white;
    border: none;
}

form input::placeholder,
textarea::placeholder {
    color: #00A19A;
}

.wpcf7-form-control-wrap { display: block; }
.wpcf7-form-control-wrap[data-name="tipo-producto"] {
    display: block;
    width: 100% !important;
}

.wpcf7-select { min-width: 450px !important; }
select.wpcf7-select { color: #00A19A; }

input.wpcf7-text,
input.wpcf7-email,
input.wpcf7-tel,
textarea.wpcf7-textarea,
select.wpcf7-select {
    width: 100%;
    border: 1px solid #afb0ba;
    padding: 6px 10px;
}

/* ============================================
   16. FOOTER
   ============================================ */

footer a { text-decoration: none; }

#footer-verde {
    position: relative;
    z-index: 0 !important;
}

.footer-copyright .vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
}

.logo-footer {
    position: absolute;
    top: 260px !important;
    z-index: 99999;
    overflow: visible !important;
}
.vc_custom_1779445793149 {
    position: relative;
    overflow: visible !important;
}

.rosner-footer .slick-slide {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}

/* ============================================
   17. PÁGINAS LEGALES
   ============================================ */

#politica-cookies p,
#aviso-legal p,
#politica-privacidad p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 32px;
}

/* ============================================
   18. HOME
   ============================================ */

#home-ofertas,
#home-ofertas ~ *,
.vc_row:has(#home-ofertas) {
    overflow: visible !important;
}

.page-id-310 .vc_column-gap-35 .vc_col-has-fill > .vc_column-inner, .page-id-1914 .vc_column-gap-35 .vc_col-has-fill > .vc_column-inner  {
  padding-top: 15px !important;
}
.page-id-310 .vc_column-gap-35 .vc_col-has-fill > .vc_column-inner a, .page-id-1914 .vc_column-gap-35 .vc_col-has-fill > .vc_column-inner a{
  width: 95% !important;
}


/* ============================================
   19. RESPONSIVE (TODOS LOS MEDIA QUERIES)
   ============================================ */

/* -------- Tablets y móviles (max-width: 991px) -------- */
@media (max-width: 991px) {

    .menu-wrapper {
        display: none !important;
    }

    .logo img {
        max-height: 60px;
    }

    .top-header-row {
        padding: 15px 0;
    }

    .wpcf7-select {
        min-width: 400px !important;
    }

    /* COLUMNAS: QUE SE APILEN */
    .vc_col-sm-4,
    .vc_col-sm-6,
    .vc_col-sm-8,
    .vc_col-sm-3,
    .wpb_column {
        width: 99% !important;
        display: block !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both !important;
    }

    .vc_row-o-equal-height > .vc_column-inner {
        margin-bottom: 20px !important;
    }

    .vc_row-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bloque-servicios {
        padding: 15px !important;
        margin-bottom: 20px !important;
    }

    .bloque-servicios .vc_single_image-wrapper img {
        max-width: 80px !important;
        height: auto !important;
    }
}

/* ============================================
   SUPER SIMPLE SLIDER - FIX SOLO CSS
   ============================================ */

/* Ocultar la etiqueta IMG y usar background */
.super-simple-slider-container .slide-image {
    display: none !important;
}

/* Cada slide se convierte en background */
.super-simple-slider-container .slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Forzar altura del contenedor */
.super-simple-slider-container {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
}

.super-simple-slider-container .caroufredsel_wrapper {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

.super-simple-slider-container .super-simple-slider {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    position: relative !important;
    width: 100% !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
}

/* El overlay del texto debe estar por encima */
.super-simple-slider-container .overlay-container {
    sposition: absolute !important;
    stop: 0 !important;
    sleft: 0 !important;
    wwidth: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

.super-simple-slider-container .overlay {
    height: 100% !important;
    display: flex !important;
}



/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media only screen and (min-width: 769px) {
    .super-simple-slider-container,
    .super-simple-slider-container .caroufredsel_wrapper,
    .super-simple-slider-container .super-simple-slider,
    .super-simple-slider-container .slide {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
    }


}

/* ============================================
   RESPONSIVE - ESCRITORIO
   ============================================ */
@media only screen and (min-width: 1025px) {
    .super-simple-slider-container,
    .super-simple-slider-container .caroufredsel_wrapper,
    .super-simple-slider-container .super-simple-slider,
    .super-simple-slider-container .slide {
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
    }
}

/* -------- Móviles (max-width: 768px) -------- */
@media (max-width: 768px) {

.datos-contacto-grid, .instrumento-grid, .envio-card .wpcf7-radio { grid-template-columns: 1fr; } 

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  
  background-color: #003a70;
}

.mobile-language-switcher{
    display:flex;
    justify-content:center;
    gap:.75rem;
    margin-top:1.5rem;
}

.mobile-language-switcher a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border:1px solid var(--bs-border-color);
    border-radius:50%;
    text-decoration:none;
    color:inherit;
    font-weight:600;
    transition:.2s;
}

.mobile-language-switcher a.active{
    background:#003A70;
    border-color:#003A70;
    color:#fff;
}

#bootscore-navbar .dropdown-item {
    white-space: normal !important; /* Permite saltos de línea */
    word-wrap: break-word !important;
}

    /* El overlay del texto debe estar por encima */
.super-simple-slider-container .overlay-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    pointer-events: none !important;
}

.boton-guia a {
  width: 280px !important;

}

.vc_row {
    margin: 0 auto !important;
    padding: 0 auto !important;
}
p.vc_custom_1782467935760 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

p.vc_custom_1782468256895 {
  padding-right: 0 !important;
}

p.vc_custom_1781782506332, h2.vc_custom_1781174752641 {
  padding-top: 0px !important;
}	

div.vc_custom_1781103152061, div.vc_custom_1781103310496, div.vc_custom_1781103256681, div.vc_custom_1781103117633, div.vc_custom_1781103183184, div.vc_custom_1781103214759, div.vc_custom_1781103289388, div.vc_custom_1781103236461 {
  margin-top: -0px !important;
}

h2.vc_custom_1780996835129, h2.vc_custom_1781648152935, h2.vc_custom_1781648894347 {
  padding-top: 0px !important;
}

p.vc_custom_1781880606802{
margin-bottom: 0px !important;
}

div.vc_custom_1782468494891 {
  
  padding-right: 1% !important;
  
}

.vc_column_container > .vc_column-inner {
  
  padding-left: 6px !important;
  padding-right: 2px !important;
  width: 100%;
}

div.vc_custom_1779904823486 {
  padding-top: 20px !important;
  
}

div.vc_custom_1780762433746 {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

div.vc_custom_1782495542197 {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

h2.vc_custom_1780819251943 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

div.vc_custom_1781103330873 {
  margin-top: 0px !important;
}



div.vc_custom_1782201565652 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

div.vc_custom_1781879089608 {
  margin-top: 20px !important;
}

div.vc_custom_1781103085031 {
  margin-top: 0px !important;
}

div.vc_custom_1780590098401{
  background: white !important;
}

div.vc_custom_1782487705125 {
  padding-top: 3% !important;
  padding-right: 0px !important;
}
p.vc_custom_1782468237743 {
  margin-top: 0% !important;
  padding-right: 0% !important;
}
h4.vc_custom_1781647193231 {
  margin-bottom: 20px !important;
}

div.vc_custom_1780999041673 {
  background-size: 80% auto !important;
  background-position: left 70px center !important;
}
div.vc_custom_1779364328993 {
    background-repeat: no-repeat !important;
    background-size: 80% auto !important;
    background-position: left 0px !important;
    background-color: #003a70;
    border-radius: 10px;
}
p.vc_custom_1782468256895 {
  margin-top: 0% !important;
  padding-right: 1% !important;
}

div.vc_custom_1782468475330 {
  padding-top: 20px;
  padding-right: 20px;
}


div.vc_custom_1781879146077 {
  margin-top: 0px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  
}
div.vc_custom_1780597643627 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

div.vc_custom_1781102866983 {
  margin-top: -20px !important;
}

div.vc_custom_1782201554390 {
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}

p.vc_custom_1782409357984 {
  padding-top: 50px !important;
  padding-left: 0px !important;
}

p.vc_custom_1782409353295 {
  padding-top: 0px !important;
  padding-left: 0px !important;
}

div.vc_custom_1781102186715, div.vc_custom_1781101591008 {
  padding-top: 0px !important;
  padding-left: 0px !important;
}

div.vc_custom_1782287947907 {
  background-image: none !important;
}

div.vc_custom_1782488632671 {
  margin-bottom: 0px !important; 
}

div.vc_custom_1779466327813 {
  text-align: center;
}

div.vc_custom_1782469461917 {
  padding-top: 30px !important;
}
div.vc_custom_1782469770406 {
  padding-top: 0px !important;
}

div.vc_custom_1782287988165 {
  margin-left: 0px !important;
  padding-left: 5px !important;
}

.page-id-310 .vc_row.vc_column-gap-35 > .vc_column_container, .page-id-1914 .vc_row.vc_column-gap-35 > .vc_column_container {
  padding: 10px 50.5px !important;
  width: 95% !important;
}


.super-simple-slider p {

  font-size: 1.2rem;

}
    

    
      .slide-content {
        max-height: none;
    }
    
    .slide-image {
        height: auto;
        object-fit: none;
    }

.vc_row.vc_column-gap-35 > .vc_column_container {
  padding: 17.5px 0px !important;
}

#marcas img, #marcas-reparamos img{ padding: 20px 0px; max-width: 170px; height: auto;}

.vc_custom_1779467833909 {
  text-align: center !important;
}

div.vc_custom_1781102813165 {
  margin-top: -20px !important;
}

div.vc_custom_1780489622521 {
margin-top: 20px;
  margin-left: 0px !important;
}
div.vc_custom_1779648575507{
margin-top: 0px !important;
margin-bottom: 0px !important;
padding: 0px 1px;
}

div.vc_custom_1780819707169, div.vc_custom_1781866527946, div.vc_custom_1782466274013, div.vc_custom_1780856031516 {
 
  margin-right: 0% !important;
  margin-left: 0% !important;
  
}

div.vc_column-inner.vc_custom_1779648539107 {
  background: white;
}

p.vc_custom_1780597587214 {
  padding-bottom: 0px !important;
}


div.vc_custom_1781026260462, div.vc_custom_1780401668919 {
  margin-top: 0px !important;
}

.caw-countup-prefix {
  font-size: 42px !important;
}
.caw-time-counter {
  font-size: 45px !important;
}

.boton-reparacion button {
  font-size: 22px !important;
  width: 320px !important;
}

#banner-encargamos .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-35.vc_row-o-equal-height.vc_row-flex div {
  padding: 5px 0px !important;
}

#banner-faqs h2, #banner-faqs boton-faqs {
   text-align: center !important;
}

.dropdown-item {
  font-size: 13.5px;
}
.navbar-nav .dropdown-menu {
  width: 96%;
}
.rosner-footer .caw-logo-carousel-inner-wrapper img {
    width: 120px !important;
    max-width: 100px !important;
    min-width: 100px !important;
}

/* Blog */
.related-posts {
  display: block;
}
.blog p {
    font-size: 16px;
    line-height: 28px;
    color: #003A70;
}

/* Marcas */
#page .vc_custom_1779811322991, #page .vc_custom_1779816990835 {
  margin-top: 10px !important;
  margin-right: 1% !important;
}


div.bloque-servicios {
  margin: 30px 0px 0px 0px !important;
}

div.vc_custom_1782489940194 {
  padding-left: 30px !important;
}


.logo-footer {
  z-index: 1 !important; 
  top: 368px !important;
  max-width: 245px;
  left: 50px;
}

 #footer-verde .vc_custom_1781879733150, #footer-verde .vc_custom_1781276195140 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
  }
  .galeria-swiper {
  padding: 0px !important;
  }
  
  .swiper-button-next::after, .swiper-button-prev::after {

  font-size: 20px;

}
  
div.vc_custom_1781705566948 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
  
div.vc_custom_1779361732098 {
  padding-right: 55% !important;
}

div.vc_custom_1781102940110 {
  margin-top: 0px !important;
}

div.vc_custom_1781866585165 {
  margin-top: 0px !important;
}

div.vc_custom_1782201319631 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

p.vc_custom_1782836937696 {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

div.vc_custom_1782201307527 {
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}

p.vc_custom_1779364697104 {
  margin-top: 9% !important;
  padding-right: 2% !important;
  padding-left: 30% !important;
}
p.vc_custom_1781000562988 {
  margin-top: 0% !important;
}

div.vc_custom_1781878789397 {
padding-left: 35% !important;
    padding-top: 20px;
}

p.vc_custom_1781006912177 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

div.vc_custom_1781000693958 {
  padding-top: 3% !important;
  padding-right: 2% !important;
  padding-left: 35% !important;
}

.vc_custom_1781879613859 {
text-align: center;
}

div.vc_custom_1780681479132 {
  margin-top: 0px !important;
}
div.vc_custom_1781878537328 {
  margin-top: 20px !important;
}

div.vc_custom_1779816843326 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

div.vc_custom_1779816808251 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
div.vc_custom_1780994128978 {
  margin-top: 0px !important;
}

div.vc_custom_1780857709040 {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

div.vc_custom_1781866527946 {
  padding-top: 0px !important;
}

div.vc_custom_1780819707169 {
  margin-top: 10px !important;
  
}

footer  .vc_custom_1779445483424{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
 
 }

    .logo-desktop { display: none; }
    .logo img { display: block; max-height: 40px; }

    .info-contacto {
        font-size: 0.68rem;
        padding-top: 5px;
    }

    .header-actions {
        gap: 8px;
    }
    
     #banner-taller {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
    background-size: cover !important;
    min-height: 100px;
    margin-bottom: 20px;
  }
   #banner-taller h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    text-align: center;
  }
  
p.vc_custom_1782214783259{
padding-left: 0px !important;
}

iframe{
margin-bottom: 135px;
width: 100%;
}

#newsletter iframe {
  height: 100px !important;
}

p.vc_custom_1782410442761 {
  padding-top: 20px !important;
  padding-left: 0px !important;
}

p.vc_custom_1782410447905 {
  padding-top: 20px !important;
  padding-left: 0px !important;
}

p.vc_custom_1782212559096{
padding-left: 0px !important;
}

div.vc_custom_1780004229715{
margin-top: 0px !important;
}

div.vc_custom_1779648539107 {
  margin-left: 0px !important;
}

div.vc_custom_1781878749601 {
  margin-top: 20px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  
}

.boton-reparacion a {
  width: fit-content !important;
}

p.vc_custom_1782912575684, p.vc_custom_1782912435284 {
  padding-top: 0px !important;
  padding-right: 0px !important;
}


p.vc_custom_1782912606892, p.vc_custom_1782912399652 {
  padding-top: 0px !important;
}

div.vc_custom_1781082032698 {
margin-top: 5px !important;
}

div.vc_custom_1780587852553 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

    /* AJUSTE DE TAMAÑOS DE FUENTE */
    #banner-pagina .vc_custom_heading {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    h3.vc_custom_heading {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    h2.vc_custom_heading[style*="font_size:40px"],
    .vc_custom_heading[style*="font_size:40px"] {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }

    .bloque-servicios .vc_custom_heading,
    .vc_custom_heading[style*="font_size:28px"] {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .vc_custom_heading[style*="font_size:20px"] {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .vc_custom_heading[style*="font_size:18px"] {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    #banner-pagina .vc_column-inner {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
        background-size: cover !important;
    }

    h2.vc_custom_heading {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    h3.vc_custom_heading {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    h4.vc_custom_heading {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    p.vc_custom_heading {
        font-size: 16px !important;
        line-height: 23px !important;
    }
}

/* -------- Móviles grandes (min-width: 769px) -------- */
@media (min-width: 769px) {
    .logo-desktop { max-height: 43px; }
}

/* -------- Móviles pequeños (max-width: 480px) -------- */
@media (max-width: 480px) {

  .wpcf7-select {
    min-width: 240px !important;
  }


    .btn-ofertas {
        padding: 3px 10px;
        font-size: 11px;
    }

    .search-toggle img {
        width: 16px;
        height: 16px;
    }

    #banner-pagina .vc_custom_heading {
        font-size: 26px !important;
    }

    h2.vc_custom_heading,
    .vc_custom_heading[style*="font_size:40px"] {
        font-size: 20px !important;
    }
    
    .vc_custom_1782234223262 {
  	text-align: center;
	}
	
	.vc_custom_1782488549973 {
	  text-align: center;
	}

    .vc_custom_1779648539107 {
        margin-left: 0 !important;
        padding: 15px !important;
    }

    .vc_custom_1781887161870 {
        margin-top: 0 !important;
        display: none !important;
    }

    .vc_btn3-container {
        text-align: center !important;
    }
}

/* -------- Móviles muy pequeños (max-width: 375px) -------- */
@media (max-width: 375px) {
    .header-actions {
        gap: 5px;
    }
    .btn-ofertas {
        padding: 3px 8px;
        font-size: 10px;
    }
}

/* ============================================
   HEADER RESPONSIVE - MEJORAS
   ============================================ */

/* Franja azul superior - reducir altura en móvil */
@media (max-width: 768px) {



    .franja-azul-rosner {
        height: auto !important;
        padding: 4px 0 !important;
        font-size: 13px !important;
    }
    
    .franja-azul-rosner .row {
        min-height: auto !important;
    }
    
    .info-contacto span {
        font-size: 13px !important;
    }
    
    .telefono-texto {
        font-size: 13px !important;
    }
    
    /* Botón contacto móvil */
    .btn-contacto-movil {
        font-size: 13px !important;
        padding: 2px 8px !important;
        background: rgba(255,255,255,0.15);
        border-radius: 4px;
    }
    .btn-contacto-movil:hover {
        background: rgba(255,255,255,0.25);
        color: white !important;
    }
    
    /* Icono Ofertas en móvil */
    .btn-ofertas-icono {
        color: #003A70 !important;
        padding: 4px !important;
        line-height: 1;
    }
    .btn-ofertas-icono:hover {
        color: #00A19A !important;
    }
    
    /* Ocultar texto "Ofertas" en móvil */
    .btn-ofertas.d-none.d-sm-inline-block {
        display: none !important;
    }
    
    /* Mostrar icono en móvil */
    .btn-ofertas-icono.d-inline-block.d-sm-none {
        display: inline-block !important;
    }
}

/* Para móviles muy pequeños (menos de 480px) */
@media (max-width: 480px) {
    .franja-azul-rosner {
        font-size: 11px !important;
        padding: 3px 0 !important;
    }
    
    .info-contacto span {
        font-size: 11px !important;
    }
    
    .telefono-texto {
        font-size: 11px !important;
    }
    
    .btn-contacto-movil {
        font-size: 11px !important;
        padding: 1px 6px !important;
    }
    
    .btn-ofertas-icono svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    .search-toggle img {
        width: 20px !important;
        height: 32px !important;
    }
}

/* Desktop: ocultar icono ofertas y mostrar botón */
@media (min-width: 576px) {
    .btn-ofertas-icono.d-inline-block.d-sm-none {
        display: none !important;
    }
    .btn-ofertas.d-none.d-sm-inline-block {
        display: inline-block !important;
    }
}

/* ============================================
   SERVICIO TÉCNICO - FIX RESPONSIVE (SIN ACORDEÓN)
   ============================================ */

@media (max-width: 767px) {



	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0px !important;
	}

	p.vc_custom_1781880008105 {
	  margin-bottom: 0px !important;
	}
    
    /* === 1. BLOQUES DE SERVICIOS - Se apilan correctamente === */
    .bloque-servicios {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        display: block !important;
        float: none !important;
        clear: both !important;
        flex: 0 0 100% !important;
    }
    
    .bloque-servicios .vc_column-inner {
        padding: 20px 15px !important;
        border-radius: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Imágenes de los bloques - centradas y más pequeñas */
    .bloque-servicios .wpb_single_image {
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .bloque-servicios .wpb_single_image img {
        max-width: 60px !important;
        height: auto !important;
    }
    
    /* Títulos de los bloques - centrados */
    .bloque-servicios .vc_custom_heading {
        font-size: 20px !important;
        line-height: 26px !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Textos de los bloques - centrados */
    .bloque-servicios p,
    .bloque-servicios .wpb_text_column {
        font-size: 15px !important;
        line-height: 22px !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
    
    .bloque-servicios ul {
        padding-left: 0 !important;
        list-style: none !important;
        text-align: center !important;
    }
    
    .bloque-servicios ul li {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 3px 0 !important;
        text-align: center !important;
    }
    
    /* Eliminar márgenes negativos de las imágenes */
    .bloque-servicios .vc_custom_1780679599430,
    .bloque-servicios .vc_custom_1780680708650,
    .bloque-servicios .vc_custom_1780681135193,
    .bloque-servicios .vc_custom_1780681662452,
    .bloque-servicios .vc_custom_1780681672996,
    .bloque-servicios .vc_custom_1780761001672 {
        margin-top: 0 !important;
    }
    
    /* === 2. SECCIÓN "QUÉ REPARAMOS" - Se apila correctamente === */
    .vc_custom_1780856031516 {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .vc_custom_1780856031516 > .wpb_column {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px !important;
        display: block !important;
        float: none !important;
        clear: both !important;
        flex: 0 0 100% !important;
    }
    
    .vc_custom_1780856031516 .vc_column-inner {
        padding: 12px 15px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .vc_custom_1780856031516 .vc_custom_heading {
        font-size: 16px !important;
        line-height: 22px !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    
    .vc_custom_1780856031516 .vc_custom_heading a {
        color: #003A70 !important;
        text-decoration: none !important;
        display: inline-block !important;
        width: 100% !important;
    }
    
    /* Asegurar que los textos largos no se corten */
    .vc_custom_1780856031516 .vc_custom_heading br {
        display: inline !important;
    }
    .vc_custom_heading br {
    display: none !important;
}
.keep-br br {
    display: inline !important;
}

p.vc_custom_1781865764961 , p.vc_custom_1781865726196, p.vc_custom_1781873486750, p.vc_custom_1781865715795, p.vc_custom_1781873247887, p.vc_custom_1781873441620, p.vc_custom_1781873453749, p.vc_custom_1781873238613,
p.vc_custom_1781873217909, p.vc_custom_1781648336791, p.vc_custom_1781648361031, p.vc_custom_1781873226362

{
  padding-left: 10px !important;
}

div.vc_custom_1779648438474{
background: none !important;
}

.vc_custom_1781865726196 {
  padding-top: 8px !important;
  padding-left: 10px !important;
}
    /* === 3. RESETEAR PADDINGS FIJOS QUE CAUSAN ESPACIOS === */
    .vc_custom_1780679773830,
    .vc_custom_1780680839094,
    .vc_custom_1780680845455,
    .vc_custom_1780681287975,
    .vc_custom_1780681334514,
    .vc_custom_1780682562595,
    .vc_custom_1780761209181,
    .vc_custom_1780761362105,
    .vc_custom_1780761370081,
    .vc_custom_1782489922739,
    .vc_custom_1782489940194,
    .vc_custom_1782490000613,
    .vc_custom_1781879922392,
    .vc_custom_1781879931749,
    .vc_custom_1781879942627,
    .vc_custom_1781879953521,
    .vc_custom_1781879962267,
    .vc_custom_1781879979374,
    .vc_custom_1781880008105,
    .vc_custom_1781880027594,
    .vc_custom_1781880044028,
    .vc_custom_1781880058155,
    .vc_custom_1782491265489,
    .vc_custom_1782490200935,
    .vc_custom_1782410442761,
    .vc_custom_1782410447905 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    
    /* === 4. AVERÍAS HABITUALES - Adaptar al ancho === */
    .faq-lateral .faq-content {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .faq-lateral .faq-panel {
        width: 100% !important;
        padding: 15px !important;
        margin-bottom: 10px !important;
        border-radius: 10px !important;
        background: #f8f9fa !important;
    }
    
    .faq-lateral .faq-panel p {
        font-size: 15px !important;
        line-height: 22px !important;
        width: 100% !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
    }
    
    /* === 5. BANNER === */
    #banner-pagina .vc_column-inner {
        padding: 50px 20px 30px !important;
        background-size: cover !important;
        min-height: 150px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #banner-pagina h1 {
        font-size: 28px !important;
        line-height: 36px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    p.vc_custom_1782883201967 {
		padding-bottom: 0px !important;
	}
	div.vc_custom_1781785625828 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	}
    
    /* === 6. TÍTULOS PRINCIPALES - Ajuste de tamaño === */
    .vc_custom_heading[style*="font-size: 52px"] {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .vc_custom_heading[style*="font-size: 40px"] {
        font-size: 18px !important;
        line-height: 26px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .vc_custom_heading[style*="font-size: 38px"] {
        font-size: 22px !important;
        line-height: 30px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* === 7. SECCIÓN MARCAS === */
    .vc_custom_1781866527946 {
        margin: 0 10px !important;
        padding: 0px !important;
    }
    
    .vc_custom_1781866527946 > .wpb_column {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    
    .vc_custom_1781866527946 .vc_column-inner {
        padding: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .vc_custom_1781866527946 .vc_custom_heading {
        font-size: 16px !important;
        line-height: 22px !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
 
    }
    
    .vc_custom_1781866527946 .wpb_text_column ul {
        padding-left: 0 !important;
        alist-style: none !important;
 
    }
    
    .vc_custom_1781866527946 .wpb_text_column ul li {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 3px 0 !important;
    }
    
    /* === 8. SECCIÓN REPARACIONES === */
    .vc_custom_1782466274013 {
        margin: 0 10px !important;
        padding: 0px !important;
    }
    
    .vc_custom_1782466274013 > .wpb_column {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px !important;
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    
    .vc_custom_1782466274013 .vc_column-inner {
        padding: 15px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .vc_custom_1782466274013 .wpb_text_column ul {
        padding-left: 0 !important;
        alist-style: none !important;
        
    }
    
    p.vc_custom_1781865699323, p.vc_custom_1781865706706 {
		padding-bottom: 0px !important;
	}
	
	h3.vc_custom_1781947437527 {
		margin-bottom: 0px !important;
	}
	
	h2.vc_custom_1780761994366, h2.vc_custom_1780818803836 
   {
		padding-top: 0px !important;
	}
	
	div.vc_custom_1780762739812 {
		padding-bottom: 0px !important;
  }
    
    .vc_custom_1782466274013 .wpb_text_column ul li {
        line-height: 20px !important;
        padding: 3px 0 !important;
    }
    
    /* === 9. GARANTÍA === */
    .texto-garantia p {
        font-size: 15px !important;
        line-height: 24px !important;
        padding: 0px !important;
    }
    
    .texto-garantia br {
        display: none !important;
    }
    
    /* === 10. FORMULARIO === */
    .reparaciones-form .datos-contacto-grid,
    .reparaciones-form .instrumento-grid {
        grid-template-columns: 1fr !important;
        gap: 0.5rem !important;
    }
    
    .envio-card .wpcf7-radio {
        grid-template-columns: 1fr !important;
        gap: 0.5rem !important;
    }
    
    .reparaciones-form .instrumento-card {
        padding: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* === 11. IMAGEN ROSNI - ocultar en móvil === */
    .vc_custom_1781887161870 {
        display: none !important;
    }
    
    .vc_custom_1781885490039 {
        padding: 0px !important;
        background-size: cover !important;
        background-position: center !important;
    }
    
    div.vc_custom_1781885490039, div.vc_custom_1781887103055 {
	background-image: none !important;
  }
    
    .vc_custom_1779648539107 {
        margin-left: 0 !important;
        padding: 0 !important;
    }
    
    .vc_custom_1780819251943 {
        text-align: center !important;
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    /* === 12. VIÑETAS - Tamaño ajustado === */
    ul li {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    
    ul li::marker {
        font-size: 13px !important;
    }
    
    .bloque-servicios ul li::marker {
        font-size: 12px !important;
    }
    
    /* === 13. SECCIÓN DE PRESUPUESTO GRATUITO (bloque 4) === */
    .vc_custom_1782490000613 {
        font-size: 15px !important;
        line-height: 22px !important;
        text-align: center !important;
        padding: 0 10px !important;
    }
}

/* Ajustes para tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .bloque-servicios {
        width: 50% !important;
        flex: 0 0 50% !important;
        float: left !important;
    }
    
    .bloque-servicios:last-child {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .vc_custom_1780856031516 .wpb_column {
        width: 50% !important;
        flex: 0 0 50% !important;
        float: left !important;
    }
    
    .vc_custom_1780856031516 .wpb_column:last-child {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}
