.elementor-widget-container [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-container [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-8360 .elementor-element.elementor-element-9e965b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-html [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input:not([type="submit"]){background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 select{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 textarea{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-html ::placeholder{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7-submit{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input[type="submit"]:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}/* Start custom CSS *//* ===============================
FICHA REMOLQUES — ESTILO GLOBAL PRO
=============================== */

.remolque-container{
 display:flex;
 background:#ffffff;
 padding:32px;
 gap:42px;
 align-items:flex-start;
 flex-wrap:wrap;
 border-radius:16px;
 border:1px solid #e6e6e6;
}

.remolque-container *{
 box-sizing:border-box;
}

/* ===============================
IMAGEN
=============================== */

.remolque-imagen{
 flex:1;
 min-width:300px;
 max-width:440px;
}

.remolque-imagen img{
 width:100%;
 aspect-ratio:5 / 6;
 object-fit:cover;
 border-radius:14px;
}

/* ===============================
TEXTO
=============================== */

.remolque-texto{
 flex:2;
 min-width:300px;
}

.remolque-titulo h1{
 font-weight:800;
 font-size:2.2rem;
 margin-bottom:16px;
 color:#3D4542;
 line-height:1.2;
}

.remolque-descripcion{
 color:#555;
 font-size:1.06rem;
 margin-bottom:28px;
 line-height:1.75;
}

/* ===============================
CARACTERÍSTICAS
=============================== */

.caracteristicas{
 display:grid;
 grid-template-columns:repeat(2,1fr);
 gap:14px 44px;
 margin-bottom:38px;
}

.caracteristica-item{
 font-size:1.05rem;
 color:#333;
}

.caracteristica-item strong{
 font-weight:800;
 color:#3D4542;
}

/* ===============================
BOTONES + PRECIO
=============================== */

.botones-precio{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 justify-content:space-between;
 gap:26px;
}

.botones{
 display:flex;
 gap:18px;
 flex-wrap:wrap;
}

/* BOTONES PRO */

.btn-whatsapp,
.btn-pdf,
.btn-pago{
 background:#3D4542;
 color:#ffffff !important;
 font-weight:700;
 padding:15px 28px;
 border:none;
 border-radius:12px;
 cursor:pointer;
 display:flex;
 align-items:center;
 gap:10px;
 text-decoration:none !important;
 font-size:.96rem;
 letter-spacing:.4px;
 transition:.22s ease;
}

.btn-whatsapp:hover,
.btn-pdf:hover,
.btn-pago:hover{
 background:#2b312f;
 transform:translateY(-3px);
 box-shadow:0 10px 22px rgba(0,0,0,.14);
}

.btn-whatsapp svg,
.btn-pdf svg,
.btn-pago svg{
 width:20px;
 height:20px;
 fill:white;
 flex-shrink:0;
}

/* ===============================
PRECIO
=============================== */

.precio-bloque{
 text-align:right;
 display:flex;
 flex-direction:column;
 align-items:flex-end;
}

.precio{
 font-weight:900;
 color:#3D4542;
 font-size:2.7rem;
 line-height:1.05;
}

.precio-iva{
 font-size:1rem;
 color:#777;
 font-weight:500;
 margin-top:6px;
}

/* ===============================
TABS — ESTILO PREMIUM
=============================== */

.tabs-remolque{
 margin-top:75px;
}

.tab-buttons{
 display:flex;
 gap:24px;
 margin-bottom:38px;
 flex-wrap:wrap;
}

/* BOTONES GRANDES */

.tab-button{
 padding:18px 38px;   /* MUCHO MÁS GRANDES */
 font-weight:700;
 border-radius:14px;
 cursor:pointer;
 border:2px solid #3D4542;
 background:white;
 color:#3D4542;
 transition:.30s;
 font-size:17px;      /* TEXTO MÁS GRANDE */
 letter-spacing:.4px;
 min-height:58px;     /* sensación premium */
}

.tab-button:hover{
 background:#3D4542;
 color:white;
 transform:translateY(-4px);
 box-shadow:0 12px 26px rgba(0,0,0,.15);
}

.tab-button.active{
 background:#3D4542;
 color:white;
 box-shadow:0 12px 26px rgba(0,0,0,.18);
}

/* CONTENIDO */

.tab-content{
 font-size:1.1rem;
 color:#555;
 line-height:1.9;
}

/* TABLA */

.tab-content table{
 width:100%;
 border-collapse:collapse;
 margin-top:24px;
}

.tab-content th,
.tab-content td{
 text-align:left;
 padding:20px 16px;
 border-bottom:1px solid #e4e4e4;
}

.tab-content th{
 font-weight:800;
 color:#3D4542;
}

/* ===============================
MÓVIL
=============================== */

@media(max-width:768px){

.remolque-container{
 padding:22px;
 gap:28px;
}

.botones-precio{
 flex-direction:column;
 align-items:flex-start;
}

.precio-bloque{
 align-items:flex-start;
 text-align:left;
}

.precio{
 font-size:2.3rem;
}

.tab-buttons{
 gap:14px;
}

.tab-button{
 padding:14px 26px;
 font-size:15px;
}

.caracteristicas{
 grid-template-columns:1fr;
}

}/* End custom CSS */