@font-face {
  font-family: 'roboto';
  font-display: swap;
}

/* Ajuste final del bloque de compra */
body .sm-compra { background: #fff; }
body .sm-compra__cabecera { display: block; max-width: 860px; margin: 0 auto 52px; text-align: center; }
body .sm-compra__composicion { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,44%) minmax(0,1fr); gap: 32px; align-items: center; max-width: 1220px; min-height: 0; margin: 0 auto; }
body .sm-compra__vehiculo { position: static; grid-column: 2; grid-row: 1; width: 100%; margin: 0; transform: none; }
body .sm-compra__ventajas { display: contents; }
body .sm-compra__ventaja { position: static; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 16px; width: auto; padding: 22px 0; text-align: left; }
body .sm-compra__ventaja--elegir { grid-column: 1; grid-row: 1; }
body .sm-compra__ventaja--buscar { grid-column: 1; grid-row: 2; }
body .sm-compra__ventaja--financiar { grid-column: 3; grid-row: 1; }
body .sm-compra__ventaja--vender { grid-column: 3; grid-row: 2; }
body .sm-compra__ventaja::after { display: none; }
@media (max-width: 900px) { body .sm-compra__composicion { grid-template-columns: 1fr 1fr; gap: 0 28px; } body .sm-compra__vehiculo { grid-column: 1/-1; grid-row: 1; max-width: 540px; margin: 0 auto 22px; } body .sm-compra__ventaja--elegir { grid-column: 1; grid-row: 2; } body .sm-compra__ventaja--buscar { grid-column: 2; grid-row: 2; } body .sm-compra__ventaja--financiar { grid-column: 1; grid-row: 3; } body .sm-compra__ventaja--vender { grid-column: 2; grid-row: 3; } }
@media (max-width: 600px) { body .sm-compra { padding: 56px 18px 64px; } body .sm-compra__composicion { display: flex; flex-direction: column; gap: 20px; } body .sm-compra__vehiculo { order: 0; width: 100%; max-width: 460px; margin: 0 auto 10px; } body .sm-compra__ventajas { display: flex; flex-direction: column; width: 100%; } body .sm-compra__ventaja { padding: 20px 0; border-bottom: 1px solid #dfe7df; } body .sm-compra__ventaja:last-child { border-bottom: 0; } }

/* Bloque compra: composición central, alineada con la portada */
.sm-compra {
    padding: 76px 24px 86px;
    background: #fff;
}
.sm-compra__cabecera {
    max-width: 860px;
    margin: 0 auto 52px;
    text-align: center;
}
.sm-compra__cabecera h2 {
    margin: 0;
    color: #18251d;
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.2px;
}
.sm-compra__introduccion {
    max-width: 700px;
    margin: 16px auto 0;
    color: #526057;
    font-size: 18px;
    line-height: 1.6;
}
.sm-compra__composicion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 44%) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    max-width: 1220px;
    min-height: 0;
    margin: 0 auto;
}
.sm-compra__vehiculo {
    position: static;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin: 0;
    transform: none;
}
.sm-compra__vehiculo img { filter: drop-shadow(0 18px 16px rgba(0,0,0,.14)); }
.sm-compra__ventajas {
    display: contents;
}
.sm-compra__ventaja,
.sm-compra__ventaja--izquierda,
.sm-compra__ventaja--derecha {
    position: static;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    width: auto;
    padding: 22px 0;
    text-align: left;
}
.sm-compra__ventaja--elegir { grid-column: 1; grid-row: 1; }
.sm-compra__ventaja--buscar { grid-column: 1; grid-row: 2; }
.sm-compra__ventaja--financiar { grid-column: 3; grid-row: 1; }
.sm-compra__ventaja--vender { grid-column: 3; grid-row: 2; }
.sm-compra__ventaja--izquierda .sm-compra__numero,
.sm-compra__ventaja--derecha .sm-compra__numero,
.sm-compra__ventaja--izquierda .sm-compra__contenido,
.sm-compra__ventaja--derecha .sm-compra__contenido { grid-column: auto; grid-row: auto; }
.sm-compra__numero,
.sm-compra__ventaja--elegir span.sm-compra__numero,
.sm-compra__ventaja--financiar span.sm-compra__numero {
    position: static;
    width: 48px;
    height: 48px;
    min-height: 48px;
    border: 2px solid #4ba84f;
    border-radius: 50%;
    color: #4ba84f;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}
.sm-compra__contenido h3 { margin: 2px 0 8px; font-size: 20px; font-weight: 600; line-height: 1.2; }
.sm-compra__contenido p { margin: 0; color: #526057; font-size: 16px; line-height: 1.55; }
.sm-compra__ventaja::after { display: none; }

@media (max-width: 900px) {
    .sm-compra__composicion { grid-template-columns: 1fr 1fr; gap: 0 28px; }
    .sm-compra__vehiculo { grid-column: 1 / -1; grid-row: 1; max-width: 540px; margin: 0 auto 22px; }
    .sm-compra__ventaja--elegir { grid-column: 1; grid-row: 2; }
    .sm-compra__ventaja--buscar { grid-column: 2; grid-row: 2; }
    .sm-compra__ventaja--financiar { grid-column: 1; grid-row: 3; }
    .sm-compra__ventaja--vender { grid-column: 2; grid-row: 3; }
}
@media (max-width: 600px) {
    .sm-compra { padding: 56px 18px 64px; }
    .sm-compra__cabecera { margin-bottom: 34px; }
    .sm-compra__cabecera h2 { font-size: 31px; }
    .sm-compra__introduccion { font-size: 16px; }
    .sm-compra__composicion { display: flex; flex-direction: column; gap: 20px; }
    .sm-compra__vehiculo { order: 0; max-width: 460px; margin: 0 auto 10px; }
    .sm-compra__ventajas { display: flex; flex-direction: column; width: 100%; }
    .sm-compra__ventaja,
    .sm-compra__ventaja--izquierda,
    .sm-compra__ventaja--derecha { padding: 20px 0; border-bottom: 1px solid #dfe7df; }
    .sm-compra__ventaja:last-child { border-bottom: 0; }
    .sm-compra__contenido h3 { font-size: 19px; }
}

.row {
    margin: 0 auto!important;
}
*{margin:0;padding:0;outline:0}html{height:100%}body{height:100%;position:relative}#wrapper{min-height:610px}#wrapper_in{min-height:610px}h1{font-size:44px;line-height:44px;color:#fff}h2{font-size:42px;line-height:42px;color:#fff}.blog-featured h2.item-title a,.categories-list h3 a,.contact-category h2,.item-page center h1,.page-header h2,.registration legend,h3{font-size:25px;line-height:36px;color:#333;font-weight:600;text-transform:uppercase}@media (max-width:360px){.featured_vehicles_block.visible.animated {width: 90%!important;margin: 0 auto;}.blog-featured h2.item-title a,.categories-list h3 a,.contact-category h2,.item-page center h1,.page-header h2,.registration legend,h3{text-align:center}}h4{font-size:28px;line-height:28px;color:#fff}h5{font-size:22px;line-height:22px;color:#fff}h6{font-size:16px;line-height:16px;color:#fff}img{max-width:100%}
blockquote, p {
    font-size: 16px;
    color: #212121;
    text-align: center;
}
ul li{font-size:16px;line-height:20px;color:#888}.filter-search select{float:left;margin:0 5px;width:200px}.filter-search,.filters .alert-info{background-color:transparent;border:medium none;height:auto}input.invalid{border-color:red!important}.hideme{opacity:0}.visible{opacity:1}.modal-dialog{width:600px;margin:auto;position:absolute;top:30%;bottom:0;left:0;right:0}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:transparent}.navbar-default{background-color:transparent;border-color:transparent}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:transparent}.iconsrow .fa-hover{float:left;font-size:14px;padding:3px 0 3px 9px;width:225px}.iconsrow .fa-hover:hover{background:#fff;padding:3px 0 3px 9px}.iconsrow .fa-hover i{color:#fc0;font-size:16px;width:25px}
.bs-example .active a,.btn-default,.controls .btn,.filter-search .btn-primary,.form-actions .btn-primary,.info_desc .button,a.btn-primary,input[type=submit].button{
        box-shadow: 2px 2px 0px 2px #326c35;
    border-color: #62b165;
    color: #fff !important;
    text-transform: uppercase;
    background: #4ba84f !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.bs-example .active a:hover,.btn-default:hover,.controls .btn:hover,.filter-search .btn-primary:hover,.form-actions .btn-primary:hover,.info_desc .button:hover,a.btn-primary:hover,input[type=submit].button:hover{
    border-color: rgb(34, 109, 38);
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: rgb(50, 108, 53) 2px 2px 0px 2px;
    background: #3f9b43 !important;
    color: rgb(255, 255, 255) !important;
}
.tituloseulmotor h1{
        font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
}
.pre-footer h4 a {
    color: #4ba84f;
    background: no-repeat;
}
.pre-footer h4 a:hover {
    color: #f1848a;
    background: no-repeat;
}
    .alert-info{color:#fff}.btn-primary .badge,.nav-pills>.active>a>.badge,a.list-group-item.active>.badge{color:#da0}code{background:0 0}pre{padding:10px}.clear{clear:both}label{font-weight:400}a:active,a:focus{color:#888;text-decoration:none;outline:0}.input{background:#fc0;border:1px #c8c8c8 solid;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0}.input:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;background:#da0}
.header #logo{
    margin: 0;
    border: none;
    padding-top: 20px;
    background: #4ba84f;
    position: fixed;
    z-index: 16;
}.header #logo img{border:none;position:relative;z-index:1}@media (max-width:767px){.featured_vehicles_block.visible.animated {width: 90%!important;margin: 0 auto;}.header #logo{text-align:center;padding:10px 0 20px}}.header .moduletable_header_tel{zoom:1;padding-top:51px;font-size:23px;color:#4ba84f;font-weight:400}.header .moduletable_header_tel:after,.header .moduletable_header_tel:before{content:"";display:table}.header .moduletable_header_tel:after{clear:both}.header .moduletable_header_tel>*>div{float:left;margin:0 13px}.header .moduletable_header_tel span{color:#fff}.header .soc_icons{padding-left:30px;padding-top:28px;margin:15px 0 0}@media (max-width:767px){.header .soc_icons{text-align:center}}.header .soc_icons li a{height:39px;width:39px;text-align:center;padding:7px;border:1px solid #fff;border-radius:50%;font-size:18px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header .opening_times_title{color:#eee;font-size:20px;margin:0 0 2px 0}.header .ot_desc{font-size:12px;line-height:14px;color:#eee;margin:0}@media (min-width:1025px){.header #logo img{margin-left:36px}.header .moduletable_header_tel{padding-left:55px}}@media (max-width:1024px){.header .custom_header_tel div{float:none;text-align:center}.header .moduletable_header_tel{padding-top:35px;padding-bottom:16px}.header .soc_icons{padding-left:0}}
@media (max-width: 768px){
.header #logo {
    width: 69%;
    background: none;
    margin-top: -9px;
}
}
.header .moduletable_header_tel{padding-top:84px}.header .moduletable_header_tel div{text-align:right}.header .soc_icons{padding-top:0;text-align:left}.header .soc_icons li{margin:10px 7px;float:none;display:block}}
@media (max-width: 480px)
.header #logo {
    display: none;
}
.header #logo img {
    height: auto !important;
    z-index: 9999;
        width: 100%;
}
.wrapperLogo.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin-top: -46px;
}

  .header .moduletable_header_tel{padding-top:20px}.header .moduletable_header_tel .custom_header_tel div{text-align:center}.header .soc_icons{display:block;float:none;text-align:center}.header .soc_icons li{display:inline-block}}.navbar-collapse.in{overflow-y:visible}.navbar-header i{color:#f2f2f2;font-size:25px}.navbar-collapse{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.nav>li>a:hover{background:0 0}.navbar-nav>li{float:none}.navbar{min-height:35px;margin-bottom:0}.top_menu ul.nav{float:left;margin:0}@media (max-width:767px){.top_menu ul.nav{margin:10px 0;float:none}}.top_menu ul.nav li{border-right:1px solid #eee;float:left;list-style:none outside none;position:relative}@media (max-width:767px){.top_menu ul.nav li{list-style:none outside none;position:relative;border-right:medium none;float:none}}.top_menu ul.nav li a{font-size:12px;margin:0 10px;padding:0;position:relative}@media (max-width:767px){.top_menu ul.nav li a{background-color:#fafafa;border-bottom:1px solid #eee;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;display:block;font-size:14px;margin:0;padding:4px 9px 4px 10px;position:relative;color:#92999e;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.top_menu ul.nav li a:hover{padding:4px 9px 4px 20px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}}@media (max-width:767px){.top_menu ul.nav li:first-child a{border-top:1px solid #eee}}.top_menu ul.nav li:last-child{border-right:none}.main_menu .navbar{margin:0;border:0}
.main_menu ul.nav {
    width: 960px;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    /*left: 0;*/
    height: 20px;
    right: 0;
    top: 5rem;
    z-index: 15;
}
@media (max-width:767px) {.main_menu ul.nav{float:none;margin:10px 0 0}}.main_menu ul.nav li{position:relative;list-style:none;display:inline-block}@media (max-width:767px){.main_menu ul.nav li{float:none;position:relative;list-style:none;display:block;border-top:1px solid #eee}}.main_menu ul.nav li a{font-size:16px;font-weight:400;padding:0 15px 21px;border-bottom:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:0 solid;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:992px){.main_menu ul.nav li a{padding:0 3px 30px;padding-bottom:21px}}@media (max-width:768px){.main_menu ul.nav li a{display:block;font-size:18px;margin:0;margin-bottom:21px;padding:7px 20px 7px 0;position:relative;white-space:nowrap;text-align:left;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:100%;border-bottom:0 solid transparent}}@media (max-width:767px){.main_menu ul.nav li a{margin-bottom:0}}.main_menu ul.nav li a:hover{border:0 solid;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-weight:700;color:#fff}@media (max-width:767px){.main_menu ul.nav li a:hover{border-bottom:0 solid transparent;margin:0;padding:7px 10px 7px 10px}}.main_menu ul.nav li.active>a{color:#f00;font-weight:700;border-bottom:1px solid;padding-bottom:2rem}@media (max-width:767px){.main_menu ul.nav li.active>a{display:block;background-color:transparent;border-bottom:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;text-align:left}}@media (max-width:767px){.main_menu ul.nav li.active>a:hover{background-color:transparent;border-bottom:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}}.main_menu ul.nav li.parent:hover>a>.arrow{border-color:#fc0 transparent transparent}.main_menu ul.nav li.parent:hover ul{display:block}@media (max-width:767px){.main_menu ul.nav li.parent a{display:block;font-size:18px;margin:0;padding:7px 10px 7px 0;position:relative;text-transform:uppercase;float:left;text-align:left;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;background:0 0}.main_menu ul.nav li.parent a:hover{padding:7px 10px 7px 10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}}.main_menu ul.nav li.parent a span.arrow{right:2px;top:8px;position:absolute;width:0;height:0;border-style:solid;border-width:6px 4px 0 4px;border-color:#92999e transparent transparent transparent;line-height:0}@media (max-width:992px){.main_menu ul.nav li.parent a span.arrow{right:-8px;top:9px}}@media (max-width:768px){.main_menu ul.nav li.parent a span.arrow{right:9px;top:16px}}@media (max-width:767px){.main_menu ul.nav li.parent a span.arrow{display:none}}.main_menu ul.nav li.parent ul{display:none;top:70%;list-style:none;position:absolute;float:left;min-width:220px;z-index:9999;border-radius:5px}@media (max-width:767px){.main_menu ul.nav li.parent ul{display:block;background-color:transparent;border-left:medium none;border-top:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;float:none;position:relative;width:100%;left:0;top:0;overflow:hidden;background:#fff;border-radius:0}}.main_menu ul.nav li.parent ul li{margin:0;padding:0;clear:both;width:100%;display:block;text-align:left}@media (max-width:767px){.main_menu ul.nav li.parent ul li{float:left;border-bottom:0 solid #eee}}.main_menu ul.nav li.parent ul li:hover>a>.arrow{border-color:transparent #fc0 transparent transparent}@media (min-width:767px){.main_menu ul.nav li.parent ul li:first-child>a{border-radius:5px 5px 0 0}.main_menu ul.nav li.parent ul li:last-child>a{border-radius:0 0 5px 5px}}.main_menu ul.nav li.parent ul li a{font-size:14px;float:left;padding:7px 10px 7px 0;margin:0 15px 0 0;text-indent:10px;width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.main_menu ul.nav li.parent ul li a{display:block;font-size:14px;margin:0;padding:7px 10px;position:relative;text-transform:uppercase;background:0 0;border-radius:0}}.main_menu ul.nav li.parent ul li a:hover{background:#333;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.main_menu ul.nav li.parent ul li a:hover{padding:7px 10px 7px 20px}}.main_menu ul.nav li.parent ul li a span.arrow{right:6px;top:14px;position:absolute;width:0;height:0;border-style:solid;border-width:4px 6px 4px 0;border-color:transparent #888 transparent transparent;line-height:0}.main_menu ul.nav li.parent ul li ul.nav-child{right:100%;top:0;min-width:220px;display:none}@media (max-width:767px){.main_menu ul.nav li.parent ul li ul.nav-child{display:block;background-color:transparent;border-left:medium none;border-top:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;float:none;position:relative;width:100%;left:0!important;top:0!important}}@media (max-width:767px){.main_menu ul.nav li.parent ul li ul.nav-child li{border-bottom:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;clear:both;margin:0;padding:0;width:100%;border-top:1px solid #eee}}.main_menu ul.nav li.parent ul li ul.nav-child li a{font-size:14px;float:left;padding:7px 0 7px 0;margin:0;text-indent:10px;width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.main_menu ul.nav li.parent ul li ul.nav-child li a{display:block;font-size:14px;position:relative;text-transform:uppercase;float:none;margin:0 15px 0 0;padding:7px 10px 7px 15px;text-indent:10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:100%}}@media (max-width:767px){.main_menu ul.nav li.parent ul li ul.nav-child li a:hover{padding:7px 10px 7px 20px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}}.main_menu ul.nav li.parent ul li:hover ul{display:block}.main_menu ul.nav li.parent ul li.active>a{color:#fc0;font-weight:700}@media (max-width:767px){.main_menu ul.nav li.parent ul li.active>a{color:#92999e;font-weight:400;display:block;font-size:14px;margin:0;padding:7px 10px;position:relative;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}}.main_menu ul.nav li.parent ul li.active>a:hover{color:#da0}@media (max-width:767px){.main_menu ul.nav li.parent ul li.active>a:hover{color:#000;padding:7px 10px 7px 20px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}}@media (max-width:767px){.main_menu ul.nav li.parent ul li.active ul{display:block;background-color:transparent;border-left:medium none;border-top:medium none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;float:none;position:relative;width:100%}}.main_menu ul.nav li.parent ul li.active ul li a{font-weight:400}@media (max-width:767px){.main_menu ul.nav li.parent ul li.active ul li a{display:block;font-size:14px;margin:0;padding:7px 10px;position:relative;text-transform:uppercase}}.main_menu ul.nav li.parent ul li.active ul .active a{font-weight:700}@media (max-width:767px){.main_menu ul.nav li.parent ul li.active ul .active a{color:#fc0;display:block;font-size:14px;margin:0;padding:7px 10px;position:relative;text-transform:uppercase}}.footer_menu ul.nav{float:left;margin:0 0 15px 0}@media (max-width:767px){.footer_menu ul.nav{margin:10px 0;float:none}}.footer_menu ul.nav li{border-right:1px solid #cecece;float:left;list-style:none outside none;position:relative}@media (max-width:767px){.footer_menu ul.nav li{list-style:none outside none;position:relative;border-right:medium none;float:none}}.footer_menu ul.nav li a{margin:0 10px;padding:0;position:relative}@media (max-width:767px){.footer_menu ul.nav li a{background-color:#fafafa;border-bottom:1px solid #eee;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;display:block;font-size:14px;margin:0;padding:4px 9px 4px 10px;position:relative;color:#92999e;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.footer_menu ul.nav li a:hover{background:0 0;padding:4px 9px 4px 20px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}}.footer_menu ul.nav li:last-child{border-right:none}@media (max-width:767px){.footer_menu ul.nav li:last-child a{border-top:0 solid #eee}.footer_menu ul.nav li:last-child a:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}}.soc_icons{display:-moz-inline-stack;float:right;display:inline-block;list-style:none;text-align:right}@media (min-width:1025px){.soc_icons{float:none}}@media (max-width:767px){.soc_icons{text-align:center}}.soc_icons li{float:left;padding:0;margin:7px}.soc_icons li:last-child{margin-right:0}.soc_icons li a{height:39px;width:39px;text-align:center;padding:7px;border:1px solid #fff;border-radius:50%;font-size:18px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.soc_icons li a:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-moz-transform:scale(1.15);-webkit-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}.soc_icons li a:hover{border-color:#f1848a}.soc_icons li .fa{line-height:1.2em;color:#fff}.soc_icons li .fa:hover{color:#f1848a}.moduletable_vm_search{padding:10px;border-radius:.5rem;position:relative;color:#fff;margin:0 auto;text-align:center;margin-bottom:25px}.moduletable_vm_search .vm_search_inline{display:block;float:left;margin-right:2.2%}.moduletable_vm_search .vehiclemanager_mod_search{zoom:1}.moduletable_vm_search .vehiclemanager_mod_search:after,.moduletable_vm_search .vehiclemanager_mod_search:before{content:"";display:table}.moduletable_vm_search .vehiclemanager_mod_search:after{clear:both}.moduletable_vm_search .inputbox[type=text]{width:135px}.moduletable_vm_search select.inputbox{width:80px!important}.moduletable_vm_search .vehiclemanager_mod_search #vm_slider_mod_price,.moduletable_vm_search .vehiclemanager_mod_search #vm_slider_mod_year{width:140px}.moduletable_vm_search .vehiclemanager_mod_search .VM_search_price input,.moduletable_vm_search .vehiclemanager_mod_search .VM_search_year input{width:34px}.moduletable_vm_feature .featured_vehicles_line{background:#f8f8f8}.moduletable_vm_feature .featured_list_viewlisting a{color:#333}.moduletable_vm_feature .featured_list_viewlisting a:hover{color:#fc0}.moduletable_vm_feature .featured_list_title a:hover{color:#fc0}.moduletable_vm_feature .vm_col_rent{background:#ff7e00}@media (min-width:1025px){#contentBox>div{width:95%}.moduletable_vm_search .vehiclemanager__vm_search .VM_search_rent .hasDatepicker{width:98px}}@media (max-width:1024px) and (min-width:769px){.moduletable_vm_search .vm_search_inline{margin-right:9%}.moduletable_vm_search .inputbox[type=text]{width:180px}.moduletable_vm_search .vehiclemanager_mod_search .VM_search_price input,.moduletable_vm_search .vehiclemanager_mod_search .VM_search_year input{width:52px}.moduletable_vm_search .vehiclemanager_mod_search #vm_slider_mod_price,.moduletable_vm_search .vehiclemanager_mod_search #vm_slider_mod_year{width:180px}}@media (max-width:768px){.moduletable_vm_search .vehiclemanager__vm_search .VM_search_rent .hasDatepicker{width:105px}}@media (max-width:320px){.vehiclemanager_mod_search{padding-left:0}.VM_search_batton{text-align:center}.featured_vehicles_line img{width:250px!important}}.divider{padding:0 5px 0 0;border-style:solid;border-width:4.5px 0 4.5px 6px;border-color:transparent transparent transparent #fc0;line-height:0;display:inline-block}.active .divider{display:none}li+li:before{display:none}.moduletable{margin:0 auto}.moduletable_slider_right_min .slide-desc-text{text-align:center}.moduletable_slider_right_min br{display:none}.moduletable_banner,.moduletable_partners,.moduletable_right_map .vm_map_canvas,.moduletable_slider_right_min #vmslideshow-loader112{margin:0 auto;margin-right:0}.moduletable_banner,.moduletable_partners,.moduletable_right_map .vm_map_canvas{margin-top:34px;width:300px}.moduletable_partners .custom_partners{border:1px solid #ddd;background:#f8f8f8}.moduletable_partners ul{zoom:1}.moduletable_partners ul:after,.moduletable_partners ul:before{content:"";display:table}.moduletable_partners ul:after{clear:both}.moduletable_partners li{-o-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:90px;width:33.333333333333%;padding:15px 10px;list-style:none;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.moduletable_partners li:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-moz-transform:scale(1.15);-webkit-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}.moduletable_partners img{height:100%}@media (min-width:1025px){.moduletable_banner,.moduletable_partners,.moduletable_right_map .vm_map_canvas,.moduletable_slider_right_min #vmslideshow-loader112{margin-right:auto;margin-left:auto}}@media (max-width:768px) and (min-width:600px){.sidebar-right{padding-top:10px;padding-left:55px}.sidebar-right>div{float:left}.moduletable_banner,.moduletable_partners,.moduletable_right_map .vm_map_canvas,.moduletable_slider_right_min{margin-top:15.8px;margin-right:30px}.moduletable_right_map .vm_map_canvas{height:165px!important}.moduletable_partners ul{padding:2.5px 0}.moduletable_partners li{height:85px}.moduletable_banner .custom_banner{padding-top:68px}}@media (max-width:600px){.moduletable_banner,.moduletable_partners,.moduletable_right_map .vm_map_canvas,.moduletable_slider_right_min #vmslideshow-loader112{margin:0 auto}.moduletable_banner,.moduletable_partners,.moduletable_right_map .vm_map_canvas{margin-top:30px}}@media (max-width:480px){.sidebar-right{padding-top:30px}}@media (max-width:320px){.sidebar-right{padding-left:0;padding-right:0}}.form-horizontal .control-label{text-align:left}.well{box-shadow:none}.login input{padding:10px 5px;font-size:14px;color:#888;border:1px #eaeaea solid;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px}.login .lab_rem label{float:left;margin-right:5px;color:#888}.login .block_login label{color:#888}.login .block_login input{-webkit-box-shadow:inset 0 0 0 50px #fff!important;-webkit-text-fill-color:#888!important;color:#888!important}.login button{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.login button:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}ul.nav_bar_log{border-bottom:0 solid #ddd}ul.nav_bar_log li a{padding:0;border:0 solid}.registration input{padding:10px 5px;font-size:14px;color:#888;border:1px #eaeaea solid;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px}.registration label{color:#888}legend{color:#888}.reg{margin:20px 0 0}.reg a.btn{padding:6px 5px;font-size:14px;color:#fff;background:#fc0;border:1px #eaeaea solid;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.reg a.btn:hover{background:#da0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.reg button{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.reg button:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.remind label,.reset label{color:#888}.remind input,.reset input{padding:10px 5px;font-size:14px;color:#888;border:1px #eaeaea solid;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px}@media (max-width:767px){.remind input,.reset input{margin-bottom:10px}}.remind button,.reset button{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.remind button:hover,.reset button:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.chzn-results li.highlighted{background:#fc0!important}.page-header{border-bottom:0}#limit option:hover{background:#fc0!important}.contact-category .pull-right{float:none!important;text-align:left!important}.contact-category .label-warning{background:#fc0;border:#da0 0 solid}.contact-category label{display:block}.contact-category input{padding:10px 5px;margin:0 0 10px 0;font-size:14px;color:#888;border:1px #eaeaea solid;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px}.contact-category span.label-warning{display:inline-block;padding:10px 5px;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;margin:0 15px 15px 0}.contact-category ul{list-style:none}.category{width:100%}.map{width:100%!important}.contact-form #jform_contact_message,.contact-form input{width:50%;padding:10px 5px;margin:0 0 10px 0;font-size:14px;color:#888;border:1px #eaeaea solid;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px}.contact-form label,.contact-form legend{color:#888}.contact-form .send_co{margin:0 0 15px 0}.contact-form .send_co label{margin:0 7px 0 0}.contact-form #jform_contact_email_copy{width:auto;padding:0;margin:0}.contact-form button{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.contact-form button:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.contact-address dt{width:auto}.contact-address dd{margin-left:0}.snd_m label{float:left;padding:0 5px 0 0}.snd_m .controls input#jform_contact_email_copy{margin-top:4px}.archive button{padding:1px 12px}#footer{background-color:#4ba84f;padding:10px 0;padding-top:55px;margin:40px 0 0 0;width:100%}#footer .moduletable_footer_logo{width:350px;height:60px;margin-top:20px}#footer .navbar-header i{color:#333;font-size:25px}#footer .navbar-nav{text-align:center}#footer .navbar-nav li{border-right:0;float:none;display:inline-block}#footer .navbar-nav li:last-child:after{display:none}#footer .navbar-nav li:after{position:absolute;top:50%;width:1px;height:10px;margin-top:-5px;content:'';background:#474747;right:0}#footer .navbar-nav a{margin:0 19px;font-size:16px;text-transform:uppercase}#footer .copyrights p{padding-left:10%;font-size:14px;line-height:20px;color:#a9a9a9;text-align:center}@media (max-width:767px){#footer .copyrights p{text-align:center}}@media (max-width:767px){#footer .soc_icons_box{text-align:center}}#footer .soc_icons_box ul{margin:24px 0 0}@media (min-width:1025px){#footer .moduletable_footer_logo{margin-left:35px}#footer .soc_icons_box ul{margin-left:31px}#footer .navbar-nav{float:right}}@media (max-width:1024px){#footer .moduletable_footer_logo{margin-top:25px}#footer .navbar-nav{float:none;text-align:center}#footer .navbar-nav li{display:block;float:none;margin:0 0 0 auto}#footer .navbar-nav li:after{display:none}#footer .navbar-nav a{margin:5px auto 0;text-align:center}#footer .soc_icons_box ul{margin:30px 0 0;margin-right:25px}}@media (max-width:1024px) and (min-width:769px){#footer .navbar-nav li{width:100%}#footer .copyrights{margin-top:10px}#footer .copyrights p{padding-left:16%}}@media (max-width:768px){#footer{padding-top:35px}#footer .moduletable_footer_logo{margin-top:76px}#footer .soc_icons_box ul{margin-top:0}#footer .copyrights p{padding-left:0;margin-top:10px}}@media (max-width:768px) and (min-width:361px){#footer .navbar{padding-top:55px}}@media (max-width:767px){#footer .navbar a:hover{color:#fc0}}@media (max-width:600px){#footer .moduletable_footer_logo{width:100%;height:auto}}@media (max-width:480px){#footer .moduletable_footer_logo{margin-top:0}#footer .soc_icons{float:none}}.blog .page-header,.blog .page-header h2,.item-page .page-header,.item-page .page-header h2{margin-top:0;color:#fff;}.blog-featured h2.item-title,.contact .page-header,.contact .page-header h2,.contact-category h2,.item-page center h1,.item-page h3{margin-top:0}.vm_main_info{float:none;margin-right:0}.tableC .days th,.tableC .year th{background:#fc0}.errorbox{font-family:"Source Sans Pro"}.errorbox a{color:#333}.errorbox a:hover{color:#fc0}.content-category table{background:#f2f2f2}.content-category table thead{background:#fff}#gallery .okno_V,#gallery .okno_V img{width:100%}@media (min-width:1025px){#gallery .okno_V,#gallery .okno_V img{width:100%}}.about_us,.contact_us_block{padding:10px;background:#fff;border:1px solid #ddd}.contact_us_block{padding-bottom:20px}.contact_us_form label{margin-left:3px}.contact_us_form input:not(#jform_contact_email_copy),.contact_us_form textarea{width:100%;padding:4px 6px;box-shadow:none;border-radius:0;background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;outline:0 none}.contact_us_form input:not(#jform_contact_email_copy):focus,.contact_us_form textarea:focus{border-color:rgba(82,168,236,.8);box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6);outline:0 none}.contact_us_info{margin-top:24px}.contact_us_info p{line-height:28px}.about_us{padding-top:15px}.about_us h4{color:#000;font-size:18px}.about_us h4:first-child{margin-top:0}.about_us img{margin:5px 0;margin-bottom:15px}.about_us ul{margin-top:15px;list-style-position:inside}.about_us li{margin-bottom:7px;line-height:25px}.featured_vehicles_line br{display:none}.featured_vehicles_line .vm_type_catlist{float:left}div.featured_vehicles_line{padding:10px}.featured_vehicles_line .featured_list_viewlisting{margin-top:32px}.featured_vehicles_line .featured_list_viewlisting a{color:#000}.featured_vehicles_line .featured_list_viewlisting a:hover{color:#fc0}.featured_vehicles_line .featured_list_price{display:inline-block;line-height:13px}.featured_vehicles_line .featured_list_title a:hover{color:#4ba84f}.swiper-wrapper .vm_listing_status.view_veh{font-size:18px;padding:8px 25px}.container{width:100%}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
{position:relative;min-height:1px;padding-right:0;padding-left:0;background: #fff;}
div#globalContent{max-width:1200px;margin:0 auto}a.selected{display:none}.gallery{text-indent:0!important}img.gallery{width:32%;margin-bottom:7px}.featured_vehicles_hits.featured_list_inline{display:none}
.cabecera{
background:#f3f3f5;
width:100%;
height:60px}
.featured_vehicles_hits.featured_list_inline{display:none!important}
.cabecera-image {
    background: url(/images/headers/venta-autocaravanas-home.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vw;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    margin-top: -20px;
}
@media (max-width: 1560px){
    .cabecera-image{
        height: 41vw;
    }
}
.vm_search_inline{display:none!important}
#currency_price .pricemoney .money,#currency_price .pricemoney .price{
    float:left;
    font-size:1.5rem;
    background:#4ba84f;
    color:#fff}
#currency_price .money{  
    padding:10px 0 10px 10px;
}
#currency_price .price{
    padding: 10px 10px 10px 0;
}
ul.nav.menu.mod-list a{color:#fff}ul.nav.menu.mod-list a:hover{color:#252525}#footer .copyrights p{font-size:14px;line-height:20px;color:#fff;text-align:center;padding:0}
a.category {
    width: 154px;
    font-size: 1rem;
    color: #646464;
    margin: 0 auto;
}
.basictable_13 a.category:hover{color:#fff!important;background:#f1848a!important}.componentheading{display:flex}.componentheading h3 {color: #000!important;}.VEH-collumn-xs-12.VEH-collumn-sm-12.VEH-collumn-md-12.VEH-collumn-lg-12{display:none}span.col_01.sectiontableheader{display:none}span.col_003.sectiontableheader{display:none}.search_button_vehicle{display:none}.VEH-collumn-xs-12.VEH-collumn-sm-1.VEH-collumn-md-1.VEH-collumn-lg-1.cat_item_count{font-size:1.5rem}.VEH-row{margin-left:0;margin-right:0}#vm_map_canvas,.vm_map_canvas{display:none}.vmpage-logo{display:none}.okno_V{max-width:33.33333%}@media (max-width:489px){.okno_V{max-width:100%}}
.ofertas h3{
font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
}
.content-center{max-width:1200px;margin:0 auto}.titulo-home{padding:25px;background:#fff;background:linear-gradient(0deg,rgb(29 27 27) 0,rgb(33 33 33) 100%);border-bottom:1px solid #1b1a1a;box-shadow:0 20px 20px 0 #00000042}.content-center p{text-align:center}.banner{background:url(../../../images/headers/banner.jpg) no-repeat;background-position:center;background-size:cover;height:340px;position:relative}.banner .content-center h3{color:#fff;text-align:center;margin-bottom:35px}.banner .content-center{position:absolute;left:0;right:0;top:33.3333333%}
.enlace-vender p a {
    color: #fff;
    font-size: 16px;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 2px 2px 0px 2px #9f0404;
    background: #4ba84f;
}
.enlace-vender p a:hover{color:#fff;font-size:16px;border-radius:12px;background:#ea555e}.footer li a{color:#fff}.footer h6{color:#fff}ul.footer-links li{padding:10px;color:#fff}div#footer-navbar-collapse{display:flex}.proteccion-datos h1{color:#000}.proteccion-datos h2{color:#000;font-size:20px}.proteccion-datos h3{color:#000;font-size:16px}
.button-ver{width:100%;margin:0 auto;text-align:center;margin-top:50px;font-size:16px;margin-bottom:50px}
.button-ver a {
    border-radius: 12px;
    padding: 12px;
    background: #4ba84f;
    color: #fff;
    box-shadow: 2px 2px 0px 2px #326c35;
}
.button-ver a:hover{background:#3f9b43;color:#fff;}.animated{-webkit-animation-duration:1.5s;animation-duration:2.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}#features{text-align:center}#features .features-title{display:inline-block;position:relative;color:#404040;font-size:32px;font-family:Roboto;font-weight:400;line-height:46px;text-transform:uppercase;letter-spacing:3px;margin:1em 0}#features .features-title::after{display:block;position:absolute;bottom:-.2em;left:50%;margin-left:-40px;content:"";width:80px;height:3px;background-color:#00bff3}#features .features-content{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;align-items:center;padding-bottom:5em;margin-bottom:5em;border-bottom:2px solid #e5f7fb}#features .features-content+.features-content{border:0}#features .features-content-col{width:50%;text-align:left}#features .features-textblock{display:none;position:relative}#features .features-textblock.__active{display:block}#features .features-textblock h1,#features .features-textblock h2,#features .features-textblock h3,#features .features-textblock h4,#features .features-textblock h5{color:#404040;font-family:"Open Sans";font-weight:900;padding:0;font-size:1.5em}#features .features-textblock p{color:#404040;font-family:"Open Sans";font-size:12px;font-weight:300;line-height:1.7em}#features .features-textblock ul{margin:0;padding:0 2em;list-style:none}#features .features-textblock ul li{position:relative;list-style:none;margin:0;padding:0;text-indent:-5px;color:#404040;font-family:"Open Sans";font-size:12px;font-weight:300;line-height:1.7em;padding:.7em 0}#features .features-textblock ul li:before{display:inline-block;position:relative;top:-1px;left:-11px;content:'';width:5px;height:5px;background-color:#00b0de;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}#features .features-graph{height:425px;margin:25px}#features .features-graph .button-holder{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center}#features .features-graph .animation-holder{display:flex;justify-content:center;align-items:center}#features .features-graph .flash-oval{background-color:#00bff3;width:12em;height:12em;border-radius:7em;-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);z-index:100;margin:10em auto 9em auto}#features .features-graph .flash-oval img{position:absolute;right:32px;top:23px}#features .features-graph .btn-with-icon{display:block;width:70px;height:70px;background-color:#fff;border:1px solid #9df;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;transition-duration:.3s;background-position:center;background-repeat:no-repeat;line-height:5em;z-index:0;cursor:pointer;margin-left:8%;margin-right:8%;text-align:center;opacity:.5}#features .features-graph .btn-with-icon.__active{opacity:1}#features .features-graph .btn-with-icon:hover{opacity:1}#features .features-graph .sq-bt-label{letter-spacing:0;color:#656b6f;font-size:11px;font-weight:400;line-height:16px;position:absolute;text-transform:uppercase}#features .features-graph .label-top-left{right:36%;top:33%}#features .features-graph .label-top{right:21.3%;top:33%}#features .features-graph .label-top-right{right:6.7%;top:33%}#features .features-graph .label-bottom-left{right:36.3%;bottom:13%}#features .features-graph .label-bottom{right:21.4%;bottom:13%}#features .features-graph .label-bottom-right{right:6.6%;bottom:13%}#features .features-graph .icon-features-1:after{content:' ';background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/top-left.svg);background-size:100%;height:110px;width:85px;background-repeat:no-repeat;position:absolute;top:36.4%}#features .features-graph .icon-features-2:after{content:' ';background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/top.svg);height:110px;width:85px;background-repeat:no-repeat;position:absolute;top:36.4%}#features .features-graph .icon-features-3:after{content:' ';background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/top-right.svg);background-size:100%;height:110px;width:85px;background-repeat:no-repeat;position:absolute;top:36.4%;right:10%}#features .features-graph .icon-features-4:after{content:' ';background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/bottom-left.svg);background-size:100%;height:110px;width:85px;background-repeat:no-repeat;position:absolute;bottom:26%}#features .features-graph .icon-features-5:after{content:' ';background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/bottom.svg);height:110px;width:85px;background-repeat:no-repeat;position:absolute;bottom:23%}#features .features-graph .icon-features-6:after{content:' ';background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/bottom-right.svg);background-size:100%;height:110px;width:85px;background-repeat:no-repeat;position:absolute;bottom:26%;right:10%}#features .features-graph #top-left-line{position:absolute;top:170px;left:50px;z-index:-4}#features .features-graph .icon-features-1{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-1.svg);background-size:150%;background-position:50% 0}#features .features-graph .icon-features-2{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-2.svg);background-size:70%;background-position:50% 50%}#features .features-graph .icon-features-3{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-3.svg);background-size:65%}#features .features-graph .icon-features-4{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-4.svg);background-size:150%;background-position:50% 0}#features .features-graph .icon-features-5{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-5.svg);background-size:150%}#features .features-graph .icon-features-6{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-6.svg);background-size:65%;background-position:50% 50%}#features .features-graph .wave{position:absolute;opacity:0;width:12em;height:12em;border:#56a9e8 1px solid;border-radius:7em;-webkit-animation-name:ripple;animation-name:ripple;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:linear;animation-iteration-count:linear;text-align:center;top:0}#features .features-graph .wave2{position:absolute;opacity:0;width:12em;height:12em;border:#56a9e8 1px solid;border-radius:7em;-webkit-animation-name:ripple2;animation-name:ripple2;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:linear;animation-iteration-count:linear;top:0;text-align:center}#features .features-graph .wave3{position:absolute;opacity:0;width:12em;height:12em;border:#56a9e8 1px solid;border-radius:7em;-webkit-animation-name:ripple3;animation-name:ripple3;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:linear;animation-iteration-count:linear;text-align:center;top:0}#features .features-graph .wave4{position:absolute;opacity:0;width:12em;height:12em;border:#56a9e8 1px solid;border-radius:7em;-webkit-animation-name:ripple4;animation-name:ripple4;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:linear;animation-iteration-count:linear;text-align:center;top:0}@-webkit-keyframes ripple{from{opacity:.8}to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@keyframes ripple{from{opacity:.8}to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes ripple2{from{opacity:.7}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes ripple2{from{opacity:.7}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes ripple3{from{opacity:.7}to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ripple3{from{opacity:.7}to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes ripple4{from{opacity:.6}to{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes ripple4{from{opacity:.4}to{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}#features .features-items{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;flex-flow:row wrap;list-style:none;margin:0;padding:0}#features .features-items li{list-style:none;margin:0;padding:0;width:50%;text-align:left;padding:20px 50px 20px 20px}.hidden{display:none}.visible{display:block}#features .features-textblock p{color:#404040;font-family:"Open Sans";font-size:12px;font-weight:300;line-height:1.7em}#features .features-textblock ul{margin:0;padding:0 2em;list-style:none}#features .features-textblock ul li{position:relative;list-style:none;margin:0;padding:0;text-indent:-5px;color:#404040;font-family:"Open Sans";font-size:12px;font-weight:300;line-height:1.7em;padding:.7em 0}#features .features-textblock ul li:before{display:inline-block;position:relative;top:-1px;left:-11px;content:'';width:5px;height:5px;background-color:#00b0de;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}#features .features-graph{height:425px;margin:25px}#features .features-graph .button-holder{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center}#features .features-graph .animation-holder{display:flex;justify-content:center;align-items:center}#features .features-graph .flash-oval{background-color:#00bff3;width:12em;height:12em;border-radius:7em;-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);z-index:100;margin:10em auto 9em auto}#features .features-graph .flash-oval img{position:absolute;right:33px;top:25px}span.col_03{display:none}.tesla-container{position:relative;width:100%;height:275px}.tesla{position:absolute;bottom:0}.seulcontainer{padding:2rem}.seulcontainer h2{text-align:center;color:#646464;}.seulcontainer h3{color:#000}
strong.negrita{
color: #4ba84f;
    font-weight: 700;
}
.page-header h1{color:#212121}.featured_vehicles_block.visible.animated{text-align:left}.featured_vehicles_block.visible.animated.full-visible{text-align:left}.featured_vehicles{text-align:center}.center{text-align:center}.oscuro:hover{filter:brightness(.5)}
@media (max-width: 320px){
.modulobuscador {
    top: 51%!important;
}
.cabecera-image {
    height: 1100px;
    }
}
@media screen and (max-width:414px){
	.vehiclemanager_mod_search .VM_search_select div[class^=VM_search_]{
		min-width:300px!important;
		margin-bottom:1rem;
	}
	#footer .moduletable_footer_logo{
		padding-left:3.6rem;
	}
	.content-center p{
		text-align:center;
	}
	.modulobuscador {
    max-width: 414px;
    top: 30%;
    position: relative;
}
    .cabecera-image {
    height: 1000px;
    }
}
@media screen and (min-width:415px) and (max-width:540px){
	.vehiclemanager_mod_search .VM_search_select div[class^=VM_search_]{
		min-width:347px!important;
		margin-bottom:1rem;
	}
	#footer .moduletable_footer_logo{
		padding-left:5.6rem;
	}
	.content-center p{
		text-align:center;
	}
	.modulobuscador {
    max-width: 414px;
    top: 30%;
    position: relative;
}
.cabecera-image {
    height: 1000px;
    }
}
@media screen and (min-width:541px) and (max-width:768px){
	.vehiclemanager_mod_search .VM_search_select div[class^=VM_search_]{
		min-width:347px!important;
		margin-bottom:1rem;
	}
	#footer .moduletable_footer_logo{
		margin-left:3.6rem;
	}
.modulobuscador {
    max-width: 414px;
    top: 30%;
    position: relative;
}
.cabecera-image {
    height: 650px;
    }
    }
@media screen and (min-width:769px) and (max-width:1024px){
	.vehiclemanager_mod_search .VM_search_select div[class^=VM_search_]{
		min-width:347px!important;
		margin-bottom:1rem;
	}
	#footer .moduletable_footer_logo{
		margin-left:3.6rem;
	}
	ul.footer-links li{
		list-style:none;padding-right:15px;
	}
.modulobuscador {
    max-width: 414px;
    top: 30%;
    position: relative;
}
.cabecera-image {
    height: 650px;
    }
}

.blog h2 {
    color: #4ba84f;
}
.blog h3 {
	color: #4ba84f;
}
.blog h4 {
    color: #4ba84f;
    font-weight: 900;
}
.blog strong {
    color: #000;
}
.blogcta {
    background: #ff0010;
    text-align: center;
    width: 65%;
    margin: 2% auto;
    border-radius: 8px;
    padding: 1%;
}
.blogcta h4 {
    color: #fff;
    font-size: 24px;
}
.blogcta p {
    color: #fff;
}
.blogcta-button {
    padding: 25px;
}
.blogcta-button p a {
    color: #ff0010;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}
.blogcta-button p a:hover {
    color: #4ba84f;
    background: #b9b9b9;
    padding: 15px;
    border-radius: 4px;
}
.seguros{border: 1px solid #888;border-radius: 5px;padding: 15px;margin: 15px;}.button{background: #4ba84f;padding: 5px;text-align: center;border-radius: 5px;}.button:hover{background: #ce4a52;}.button a{color:#fff;}.menu_custom_1 >li >a, .menu_custom_1 >li >.nav-header {font-size: 16px;font-weight: 400;padding: 0 15px 21px;border-bottom: 0;-webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none;box-shadow: none;border: 0 solid;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;color: #fff;}.menu_custom_1 >li >a, .menu_custom_1 >li >.nav-header {color: #f00!important;text-decoration: none;font-weight: 400;font-size: 16px;text-transform: uppercase;}
.telefono-top {
    position: fixed;
    z-index: 15;
    height: 97px;
    right: 0;
    width: 500px;
    margin-top: -16px;
}
.telefono-top .col-md-6 {
    background: #e0e1e3;
}
.telefono-top .col-sm-6 {
    background: none;
}
@media (max-width: 768px){
    .telefono-top {
        display: none;
    }
}
p.llamanos a{
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    margin-top: 15px;
    vertical-align: middle;
}
p.llamanos a:hover{
  color: #dedede;}
@media (max-width: 768px){
p.llamanos a {
    font-size: 18px;
    font-weight: 900;
    color: #f00;
    margin-top: 15px;
    vertical-align: middle;
}
}
.right {float: right;padding-right: 50px;padding-top: 10px;}
span.money {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
span.price {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 6px;
}
p.preciodescuento {
    font-size: 44px;
    font-weight: 900;
    color: #4ba84f;
    margin-top: 15px;
}
p.textodescuento {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}
p.textomesdescuento {
    font-size: 15px;
}
p.explicacion {
    font-size: 15px;
    padding: 0px 15px 0px 15px;
}
p.preciomesdescuento {
    color: #000;
    font-size: 35px;
    font-weight: 800;
    margin-top: -7px;
    margin-bottom: -3px;
}
span.preciotextomesdescuento {
    font-size: 12px;
}
p.preciocontado {
    font-size: 44px;
    font-weight: 900;
    color: #000;
    margin-top: 15px;    
    text-align: center;
}
.menuprecio h4{
    text-align: center;
    color: #4ba84f;
    font-weight: 900;
}
p.enlacewhats {
    background: #4ba84f;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    width: 250px;
    margin: 0 auto;
    box-shadow: 4px 4px 7px 0px #00000057;
}
p.enlacewhats:hover{
	background: #ca2f38;
}
p.enlacewhats a {
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
}
p.enlacewhats a:hover{
	columns: #c3c3c3;
}
.tabs {
    position: relative;
    background: white;
    height: auto;
    min-width: 240px;
    border-top: 5px solid #4ba84f;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-top: 15px;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #4ba84f;
  border-radius: 1px;
}
.tabs .content {
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #4ba84f;;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background: #4ba84f;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}
.lista ul li {
    flex: none;
    text-align: left;
    width: 100%;
    list-style: inside;
}
ul.footer-links {
    margin-left: 5px;
}
.price {
    font-size: 34px;
    color: #fff;
}
.financiacion {
    background: #000;
    color: #fff;
}
.financiacion h3{
	color:#fff;
	text-align: center;
	font-size: 30px;
}
.financiacion h4{
	color:#fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.financiacion h5{
	color:#fff;
	text-align: center;
	font-size: 20px;
}
.financiacion p{
	color:#fff;
	text-align: center;
	font-size: 20px;
}
.financiacion p a{
	color:#fff;
	font-weight: 800;
}
.financiacion p a:hover{
	color:#4ba84f;
	font-weight: 800;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color:#646464;
}
/*.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #4ba84f;
    bottom: -25px;
    margin-left: -30px;*/
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #212121;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #4ba84f;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  text-align: left;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.card-body ul li{
	font-size: 20px;
}
.preguntastext {
    width: 100%;
    text-align: center;
}
p.button-financiacion {
    background: #4ba84f;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    width: 300px;
    margin: 0 auto;
    font-weight: 800;
    margin-bottom: 50px;
    box-shadow: 2px 2px 0px 2px #9f0404;
}
p.button-financiacion:hover {
    background: #ca2f38;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    width: 300px;
    margin: 0 auto;
        margin-bottom: 50px;
}
p.button-financiacion a:hover{
color:#c3c3c3;

}
.bannereco {
    text-align: center;
    padding: 15px;
    background: #2d9a33;
}
.bannereco h3{
	color: #fff;
}
.bannereco h4{
	color: #fff;
}
.search_filter.default_search_layout {
    display: none;
}
.componentheading.vmpage-title {
    display: none;
}
span.extra {
    color: #4ba84f;
    font-size: 10px;
    border: 2px solid;
    padding: 3px;
    padding-right: 4px;
    margin-left: 12px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}
.boton {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0 auto;
    box-shadow: 2px 2px 0px 2px #ffffff;
}
.boton:hover {
background: #fff;
color: #2d9a33;
}
.boton p{
	color: #fff;
}
.boton p:hover{
	color: #2d9a33;
}
.boton p a{
	color: #fff;
}
.boton p a:hover{
	color: #2d9a33;
}
.mod-preview-info {
    display: none;
}
.modulobuscador {
    max-width: 1200px;
    margin: 0 auto;
    color: #000;
    position: absolute;
    top: 42%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.tituloseulmotor {
    font-size: 1.5rem;
    color: #686868;
    margin-bottom: 1rem;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
}
h2.titleseul{
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
}
.tituloseulmotor h2 {
    color: #212529;
    margin: 0;
    font-size: 2rem;
    letter-spacing: -1px;
}
.tituloseulmotor h3 {
    color: #212529;
    font-size: 1.5rem;
    margin-top: 10px;
}
@media(max-width:768px){
.tituloseulmotor h1 {
    font-size: 2rem;
    color: #212529;
    margin-top: 58px;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
}
.tituloseulmotor h2 {
    color: #646464;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: -1px;
}
.tituloseulmotor h3 {
    color: #646464;
    font-size: 1rem;
    margin-top: 10px;
}
.modulobuscador {
    top: 46%;
}
}
.button-comprar {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 50px;
}
.button-comprar a {
    border-radius: 12px;
    padding: 12px;
    background: #4ba84f;
    color: #fff;
    box-shadow: 2px 2px 0px 2px #9f0404;
}
.button-comprar a:hover {
    background: #f1848a;
    color: #fff;
}
.button-vender {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 50px;
}
.button-vender a {
    border-radius: 12px;
    padding: 12px;
    background: #212121;
    color: #fff;
    box-shadow: 2px 2px 0px 2px #000000;
}
.button-vender a:hover {
    background: #7b7b7b;
    color: #fff;
}
.ofertas h4 {
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
    line-height: 3rem;
}
.ofertas h5{
	color: #646464;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.tarjetas {
    background: #e0e1e3;
    margin: 15px;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
}
.tarjetas p{
	color: #212121;
	font-size: 14px;
}
.tarjetas h6{
	color: #212121;
	font-size: 18px;
	text-transform: uppercase;
}
.footer-datos ul li {
    color: #fff;
    list-style: none;
    font-size: 12px;
}
.banner-business {
    background: #fff;
}
.business {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.business h5 {
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
    line-height: 3rem;
}
.business p{
	font-size: 16px;
	color: #212121;
	text-align: center;
	margin-bottom: 30px;
}
.card-business {
    width: 90%;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 1px 1px 18px 0px #0000003d;
    margin: 0 auto;
    margin-bottom: 15px;
}
.card-business h6{
	color: #000;
}
.card-business p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}
.card-business img {
    float: left;
    margin-right: 15px;
}
.card-business p img {
    float: none;
}
span.spanresenas {
    font-weight: 400;
    color: #8d8d8d;
    font-size: 14px;
}
.boton-opinar {
    margin-top: 50px;
    text-align: center;
}
.boton-opinar a {
    border-radius: 12px;
    padding: 12px;
    background: #4ba84f;
    color: #fff;
    box-shadow: 2px 2px 0px 2px #9f0404;
}
.boton-opinar a:hover {
    background: #ea555e;
    color: #fff
}
.boton-resenas {
    margin-top: 50px;
    text-align: center;
}
.boton-resenas a {
    border: 1px solid #4ba84f;
    border-radius: 12px;
    padding: 12px;
    color: #4ba84f;
    box-shadow: 2px 2px 0px 2px #4ba84f;
}
.boton-resenas a:hover {
    background: #eaeaea;
}
.botones-business {
    max-width: 600px;
    margin: 0 auto;
}

.pre-footer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
}
.pre-footer h4 {
font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
    line-height: 3rem;
    margin-top: 2rem;
}
.ficha-blog {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 3px 5px 3px #000;
}
.text-ficha {
    padding-left: 15px;
}
.text-ficha h1 {
    line-height: 0;
    font-weight: 800;
    color: #b31721;
}
.text-ficha h2 {
    color: #212121;
    text-decoration: none;
}
.text-ficha p {
  line-height: 0;
    color: #212121;
    text-decoration: none;
}
.ficha-boton {
    background: #b31721;
    width: 150px;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.ficha-boton a {
    background: #b31721;
    width: 150px;
    color: #fff;
    padding: 5px;
    text-align: center;
}
ul.footer-links li: hover {
    text-decoration: underline;
    color: #fff;
}
input#loanAmount {
    margin: -4px -25px 0px;
    font-size: 20px;
    line-height: 24px;
    width: 71px;
    background-color: #1c3626;
    padding: 0;
    color: #fff;
}
input#loanTenure {
    margin: -4px -25px 0px;
    font-size: 20px;
    line-height: 24px;
    width: 37px;
    background-color: #1c3626;
    color: #fff;
}
i.fa-brands.fa-whatsapp::before{
    color: #fff;
}
.loanloan {
    display: none;
}
input[type="range"] {
    display: block;
    width: 100%;
    accent-color: #4ba84f;
}
p.loan {
    text-align: center;
}
div#result {
    color: #4ba84f;
    font-size: 44px;
    font-weight: 900;
    text-align: center;
}
.resultloan {
    font-weight: 900;
    text-align: center;
}
p#result {
    color: #4ba84f;
    font-size: 44px;
}
p.resultloan {
    color: #4ba84f;
}
.espacio {
    height: 110px;
}
button.btn.btn-secondary.btn-lg.mt-2 {
    color: #fff;
    background: #4ba84f;
}
p.calcularloan {
    text-align: center;
}

@media (max-width: 992px) {
.espacio {
    height: 0px;
}
  }
.card.p-5.bg-light.my-4 {
    background: #e0e1e3 !important;
    padding: 15px !important;
    border-radius: 10px;
    margin-bottom: 25px !important;
} 
.grid-container.card.bg-dark-subtle.px-4 {
    background: #e0e1e3;
    border: none;
}
.banner-business .col-md-4 {
    background: #fff;
}
.banner-business .col-md-6 {
    background: #fff;
}
.bannereco .col-md-4{
  background: #2d9a33;
}
.bannereco .col-md-6{
  background: #2d9a33;
}
.footer .col-md-4{
  background: #4ba84f;
}
.footer .col-md-6{
  background: #4ba84f;
}
.footer_menu.col-lg-5.col-md-4.col-sm-5.col-xs-12 {
    background: #4ba84f;
}
.col-lg-4.col-md-5.col-sm-6.col-xs-12 {
    background: #4ba84f;
}
.col-lg-3.col-md-3.col-sm-1.col-xs-12.soc_icons_box {
    background: #4ba84f;
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    background: #4ba84f;
}
body.sm-container {
    background: #fff!important;
}
.menuprecio .col-md-6 {
    background: #fff;
}
.seulcontainer .col-md-3 {
    background: #000;
}
.seulcontainer .col-md-8 {
    background: #000;
}
.seulcontainer .col-md-4 {
    background: #000;
}
.seulcontainer h4{
    color: #fff;
}
.head-financiacion {
    background: url(/images/headers/header001.jpg) no-repeat;
    width: 100%;
    height: 300px;
    margin-top: -75px;
}
@media (max-width: 992px) {
    .head-financiacion{
    background: url(/images/headers/header001.jpg) no-repeat;
    width: 100%;
    height: 100px;
    margin-top: -75px;
    }
}
.seulcontainer2 {
    padding: 2rem;
}
.seulcontainer2 h2 {
    text-align: center;
    color: #646464;
}
.seulcontainer2 .col-md-4 {
    background: #fff;
}
.seulcontainer2 h3 {
    color: #fff;
}
.fin-card{ 
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    background: #f9f9f9;
    height: 300px;
}

.pagination ul li {
    display: inline;
}
.pagination {
    display: inline-grid;
    text-align: center;
    width: 100%;
}
.subrayado {
    width: 67px;
    height: 5px;
    background: #4ba84f;
    margin: auto;
    margin-bottom: 25px;
}
.tarjetas .row .col-md-9 {
    background: #e0e1e3;
}
.tarjetas .row .col-md-3 {
    background: #e0e1e3;
}
.banner-vender {
    width: auto;
    margin: 0 auto;
    padding: 50px;
    background: url('/images/banners/banner-vender.jpg');
}
.banner-vender h3 {
    color: #4ba84f;
}
.banner-vender h4 {
    font-size: 32px;
    line-height: 37px;
    padding-bottom: 22px;
}
.tall {
    width: 50%;
    background: black;
    margin: 0 auto;
}
@media (max-width: 992px) {
.tall {
    width: 100%;
}
}
.container .col-md-4 {
    background: none;
}
.container .col-md-8 {
    background: none;
}
.enlace-vender p {
    text-align: left;
}
@media (max-width: 992px) {
.enlace-vender p {
    text-align: center;
}
}
@media (max-width: 992px) {
.image-banner-vender {
    display: none;
}
}
.banner-envio {
    background: #4ba84f;
    padding: 10px;
    text-align: right;
}
.banner-envio h3 {
    color: #000;
    font-size: 20px;
}
.banner-envio h5 {
    font-size: 16px;
    color: #ffffffd1;
}
.banner-envio h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}
.banner-envio .col-md-4 {
    padding-top: 2rem;
}
@media (max-width: 992px) {
.banner-envio {
    text-align: center;
}
}
.pre-footer a {
    background: #e0e1e3;
    padding: 4px;
    border-radius: 6px;
    color: #646464;
}
.pre-footer a:hover {
    background: #fff;
}
.menuprecio .container .col-md-6{
    background: #fff;
}
.col-md-6 .tabs {
    background: #fff;
}



.megabanner {
    width: 100%;
    height: 400px;
    padding: 25px 0px 25px 0px;
    margin-bottom: 40px;
}
main {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: 50%; }
  &:nth-child(4) { left: calc(50% + 220px); }
  &:nth-child(5) { left: calc(50% + 440px); }
  &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}

.content-banner {
  width: min(30vw,400px);
  position: absolute;
  top: 50%;
  left: 20rem;
  transform: translateY(-50%);
  color: white;
  text-shadow: 0 0 4px rgb(0 0 0);
  opacity: 0;
  display: none;

  & .title {
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 1.8rem;
    color: #fff;
  }

  & button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}
@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #4ba84f;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 1rem;
    height: 6rem;
}
.nav .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important; 
    display: flex;
    align-items: center; /

  & .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
}
li.nav-item.current.active {
    border-bottom: 2px solid;
    border-color: #fff;
    font-weight: 600;
}
@media (width > 650px) and (width < 900px) {
  .content {
    & .title        { font-size: 1rem; }
    & .description  { font-size: 0.7rem; }
    & button        { font-size: 0.7rem; }
  }
  .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 170px); }
    &:nth-child(5) { left: calc(50% + 340px); }
    &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
  }
}
@media (width < 650px) {
  .content {
    & .title        { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & button        { font-size: 0.7rem; }
  }
  .item {
    width: 130px;
    height: 220px;
    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 140px); }
    &:nth-child(5) { left: calc(50% + 280px); }
    &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
  }
}
.etiqueta-b {
  background-color: yellow; /* Color para Etiqueta B */
  color: #000;
}
.etiqueta-c {
  background-color: green; /* Color para Etiqueta C */
}
.etiqueta-eco {
  background: rgb(0,128,0);
background: linear-gradient(90deg, rgba(0,128,0,1) 51%, rgba(0,0,255,1) 51%); /* Color para Etiqueta ECO */
}
.etiqueta-0 {
  background-color: blue; /* Color para Etiqueta 0 */
}
.inner3 .heading_title {
    text-align: center;
}

.filosofia-card {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  padding: 16px;
  background-color: #fff;
  height: 100%;
  margin: 1rem;
}

.filosofia-card h5 {
    font-size: 28px;
    margin-top: 8px;
    line-height: 3rem;
    color: #333333;
    text-align: center;
}

.filosofia-card p {
  font-size: 16px;
  margin-bottom: 0;
}
.filosofia-card i {
  display: flex;
  justify-content: center;
  align-items: center;
}
i.bi.bi-person-circle {
    font-size: 5rem;
    margin: 0 auto;
}
i.bi.bi-coin {
    font-size: 5rem;
    margin: 0 auto;
}
i.bi.bi-shield-check {
    font-size: 5rem;
    margin: 0 auto;
}
i.bi.bi-globe-americas {
    font-size: 5rem;
    margin: 0 auto;
}


.seul-banner-section {
  background-color: #e0e1e3;
  width: 100%;
  padding: 60px 0;
}
.seul-banner-image {
    background: #e0e1e3;
}
.seul-banner-image img {
    width: 60%;
    object-fit: cover;
    display: block;
    background: #e0e1e3;
    margin: 0 auto;
}

.seul-banner-content {
    padding: 40px;
    background: #e0e1e3;
}

.seul-banner-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.seul-intro {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

.seul-tabs-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tab-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active,
.tab-btn:hover {
  background-color: #b30000;
  color: white;
  border-color: #b30000;
}

.tab-panel {
  display: none;
  font-size: 15px;
  color: #333;
}
.tab-panel.active {
    display: block;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
}
.q-somos{
    width: 100%;
    margin: 0 auto;
}
.head-conocenos {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}
.head-conocenos p {
    color: #fff;
    text-shadow: 0px 0px 7px #000;
}
.head-conocenos h2{
    text-shadow: 0px 0px 7px #000;
}
.seul-banner-content h3 {
    color: #4ba84f;
}
.seul-banner-content h4 {
    color: #333333;
}
.filosofia {
    max-width: 1140px;
    margin: 0 auto;
}
.filosofia h3 {
    text-align: center;
}
.conocenos-bg {
    margin-top: 3rem;
    background: url(/images/headers/header003.jpg);
    position: relative;
    height: 418px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contenedor {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}
.contenedor h2 {
    color: #4ba84f;
    text-align: center;
}
.contenedor h4{
    color: #333;
    text-align: center;
}
.two-sections .col-md-6 {
    padding: 2rem;
}
.talleres-div {
    background: #333;
    padding: 2rem;
}
.talleres-div h5 {
    font-size: 2.4rem;
}
.talleres-div p {
    font-size: 16px;
    color: #fff;
}
.talleres-div ul {
    padding: 2rem;
}
.talleres-div li {
    font-size: 16px;
    color: #fff !important;
}
.seguros-div {
    background: #333;
    padding: 2rem;
}
.seguros-div h5 {
    font-size: 2.4rem;
}
.seguros-div p {
    font-size: 16px;
    color: #fff;
}
.seguros-div ul {
    padding: 2rem;
}
.seguros-div li {
    font-size: 16px;
    color: #fff !important;
}
.land-head {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/images/landing/videobackground.gif) no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1rem;
}
.land-head-cont {
    text-align: center;
    padding: 0 20px;
    max-width: 1100px;
}
.land-head-cont h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: -1.5px;
    text-transform: none;
}
.land-head-cont h1 span {
    color: #4ba84f;
    text-transform: uppercase;
    font-weight: 900;
}
.land-head-cont h2 {
    font-size: 0.7rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    padding: 20px 40px;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    line-height: 1.6;
}
.land-head-cont h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 900px;
    margin: 0 auto;
}
.land-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0 50px 0;
}
.land-features span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.land-features span b {
    color: #4ba84f;
}
i.fa.fa-star::before{
    color: rgba(255 255 255 / 70%);
}
.land-btns {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.mod-preview {
    background: none !important;
    border-radius: none !important;
    margin: none !important;
    box-shadow: none !important;
}
.land-btns a {
    padding: 20px 45px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: sans-serif;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
}
.lnd-btn-info {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.lnd-btn-info:hover {
    background: #ffffff;
    color: #000000;
}

.lnd-btn-cta {
    background-color: #4ba84f;
    border: 1px solid #4ba84f;
    color: #ffffff;
}

.lnd-btn-cta:hover {
    background-color: #cc0000;
    border-color: #cc0000;
}

@media (max-width: 768px) {
    .land-head-cont h1 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    
    .land-head-cont h2 {
        font-size: 1.1rem;
        padding: 20px 15px;
        width: 100%;
    }

    .land-features {
        flex-direction: column;
        gap: 10px;
        margin: 30px 0;
    }

    .land-btns {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .land-btns a {
        width: 100%;
        max-width: 320px;
        font-size: 1.2rem;
    }
}
.seccion-proceso {
    background-color: #ffffff !important;
    padding: 2% 0;
    width: 100%;
    overflow: hidden;
    display: block;
}
.contenedor-fijo {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 15px;
}
.contenedor-titulo {
    text-align: center;
    margin-bottom: 60px;
}
.titulo-principal {
    color: #212529;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -1.5px;
}
.sub-principal {
    color: #212121;
    font-size: 16px;
    margin-top: 15px;
}
.fila-pasos {
    display: flex;
    justify-content: space-between;
    gap: 4%;
}
.card-paso {
    flex: 1;
    background-color: #f8f8f8 !important;
    padding: 25px 25px !important;
    border-radius: 4px;
}
.numero-paso {
    color: #4ba84f;
    font-size: 3rem;
    font-weight: 900;
    display: block;
}
.titulo-paso {
    color: #212529;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.titulo-paso::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #4ba84f;
}
.texto-paso {
    color: #000;
    font-size: 1rem;
    line-height: 1.7;
}
@media (max-width: 991px) {
    .fila-pasos {
        flex-direction: column;
        gap: 30px;
    }
    .titulo-principal {
        font-size: 2.5rem;
    }
    .card-paso {
        padding: 40px 25px !important;
    }
}
.seccion-diferencia {
    background-color: #111111 !important;
    padding: 100px 0 !important;
    width: 100%;
}
.contenedor-timeline {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
}
.cabecera-central {
    text-align: center;
    margin-bottom: 2rem;
}
.titular-seccion {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
}
.bajada-seccion {
    color: #c1c1c1;
    font-size: 1rem;
    margin-top: 15px;
}
.timeline-wrapper {
    position: relative;
    padding-left: 70px;
}
.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #4ba84f;
}
.timeline-item {
    position: relative;
    margin-bottom: 80px;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-icono-wrap {
    position: absolute;
    left: -70px;
    top: 0;
    width: 44px;
    height: 44px;
    background-color: #4ba84f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
}
.timeline-icono-wrap i {
    font-size: 1.4rem;
}
.timeline-contenido h4 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.timeline-contenido p {
    color: #c1c1c1;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
}
i.fa.fa-history::before {
    color: #fff;
}
i.fa-brands.fa-google::before {
    color: #fff;
}
i.fa.fa-shield::before {
    color: #fff;
}
i.fa-regular.fa-handshake::before {
    color: #fff !important;
}
@media (max-width: 768px) {
    .titular-seccion {
        font-size: 2.2rem;
    }
    .timeline-wrapper {
        padding-left: 55px;
    }
    .timeline-icono-wrap {
        left: -55px;
        width: 38px;
        height: 38px;
        z-index: 0;
    }
    .timeline-wrapper::before {
        left: 18px;
    }
}
.entregas-reales {
    background-color: #1a1a1a;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.slider-wrapper {
    position: relative;
    width: 100%;
}
.entregas-slider {
    display: flex;
    overflow-x: auto;
    gap: 0;
    padding: 40px 0 80px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}
.entregas-slider::-webkit-scrollbar {
    display: none;
}
.entrega-item {
    flex: 0 0 33.3333%;
    padding: 0 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.entrega-card {
    position: relative;
    border: 1px solid #333;
    background: #000000;
}
.entrega-foto {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.sello-contenedor {
    position: absolute;
    bottom: -30px;
    right: -10px;
    z-index: 1;
    width: 220px;
}
.sello-flex {
    position: relative;
    display: flex;
    align-items: center;
}.sello-flex i {
    color: #4ba84f;
    font-size: 4rem;
    position: absolute;
    left: -40px;
    top: -15px;
    text-shadow: 3px 3px 0px #111;
}
.sello-bg {
    background: rgba(17,17,17,0.9);
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
}
.sello-texto {
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    display: block;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(72 72 72);
    color: white;
    width: 50px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    border: none;
    font-size: 1.5rem;
    transition: background 0.3s;
}
.slider-arrow:hover {
    background: #4ba84f;
}
.arrow-prev { left: -45px; }
.arrow-next { right:-45px; }
.texto-final-experiencia {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 4rem;
}
.btn-informacion {
    display: inline-block;
    background-color: #4ba84f;
    color: #fff;
    padding: 20px 45px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
}
.btn-informacion a:hover {
    color: #ffdada;
    text-decoration: none;
    background: #bf0000;
}

@media (max-width: 992px) {
    .entrega-item { flex: 0 0 50%; }
}

@media (max-width: 768px) {
    .entrega-item { flex: 0 0 85%; }
    .slider-arrow { display: none; }
    .land-head {
    height: auto;
    padding: 3rem 0 3rem 0;
    margin-top: 3rem;
}
section.seccion-proceso {
    padding: 3rem 0 3rem 0;
}
.sello-contenedor {
    z-index: 0;
}
}
.faq-seulmotor {
    width: 100%;
    max-width: 1000px;
    margin: 3rem auto;
}
.faq-seulmotor h2 {
    color: #212529;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
}
.faq-seulmotor .faq-item {
    background-color: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: all 0.3s ease;
    border-left: 6px solid #1a1a1a;
    overflow: hidden;
}

.faq-seulmotor .faq-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left-color: #4ba84f;
}

.faq-seulmotor .faq-item.active {
    border-left: 8px solid #e00000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.faq-seulmotor .faq-question {
    width: 100%;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 1rem !important;
}
.faq-seulmotor .faq-question::after {
    content: '\002B';
    font-size: 1.5rem;
    color: #fff;
    background: #e00000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.faq-seulmotor .faq-item.active .faq-question::after {
    content: '\2212';
    background: #1a1a1a;
    transform: rotate(180deg);
}
.faq-seulmotor .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-seulmotor .faq-item.active .faq-answer {
    max-height: 1000px;
}
.faq-seulmotor .faq-answer p {
    padding: 0 2.5rem 1.5rem 1.5rem;
    margin: 0;
    color: #333;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .faq-seulmotor h2 {
        font-size: 2rem;
    }
    .faq-seulmotor .faq-question {
        padding: 1.5rem;
    }
    .faq-seulmotor .faq-item {
        border-left-width: 5px;
    }
    .faq-container {
    padding: 0 1rem 0 1rem;
}
}
p.text-form {
    font-size: 1.7rem;
}

.homepage #mod-custom179 .seul-services {
    padding: 1rem 1rem 1rem;
    color: #1c211d;
    background: #fff;
}
.homepage #mod-custom179 .seul-services__inner {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.homepage #mod-custom179 .seul-services__head {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.homepage #mod-custom179 .seul-services__head h2 {
    margin: 0 0 14px;
    color: #212529;
    font-size: clamp(34px, 3.5vw, 48px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -1.5px;
    text-transform: none;
}

.homepage #mod-custom179 .seul-services__head p {
    margin: 0;
    color: #626a64;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
}

.homepage #mod-custom179 .seul-services__line {
    width: 66px;
    height: 4px;
    margin: 22px auto 0;
    background: #4ba84f;
}

.homepage #mod-custom179 .seul-services__mosaic {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    padding: 4px 0 18px;
}
.homepage #mod-custom179 .seul-service {
    display: flex;
    flex: 1 1 calc(33.333% - 12px);
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    color: #252529;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #4ba84f;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}
.homepage #mod-custom179 .seul-service:hover {
    transform: translateY(-2px);
    border-left-color: #000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.homepage #mod-custom179 .seul-service--main {
    grid-column: auto;
    grid-row: auto;
}

.homepage #mod-custom179 .seul-service:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
}

.homepage #mod-custom179 .seul-service img {
    display: block;
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1.35 / 1;
    min-height: 0;
    object-fit: cover;
}

.homepage #mod-custom179 .seul-service::before {
    display: none;
}

.homepage #mod-custom179 .seul-service__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 19px 19px;
}

.homepage #mod-custom179 .seul-service:nth-child(even) {
    grid-template-columns: none;
}

.homepage #mod-custom179 .seul-service--main .seul-service__body {
    padding: 18px 19px 19px;
}

.homepage #mod-custom179 .seul-service__body h3 {
    margin: 0 0 6px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.14;
    letter-spacing: -.3px;
    text-align: left;
    text-transform: none;
}

.homepage #mod-custom179 .seul-service__body p {
    max-width: 52ch;
    margin: 0 0 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

.homepage #mod-custom179 .seul-service__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    color: #4ba84f;
    font-size: 14px;
    font-weight: 750;
}

.homepage #mod-custom179 .seul-service__link span {
    color: #4ba84f;
    font-size: 18px;
    line-height: 1;
}

.homepage #mod-custom179 .seul-service:focus-visible {
    outline: 4px solid #4ba84f;
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .homepage #mod-custom179 .seul-services {
        padding: 54px 14px 62px;
    }

    .homepage #mod-custom179 .seul-services__head {
        margin-bottom: 28px;
    }

    .homepage #mod-custom179 .seul-services__head h2 {
        font-size: 31px;
        letter-spacing: -.8px;
    }

    .homepage #mod-custom179 .seul-services__head p {
        font-size: 15px;
    }

    .homepage #mod-custom179 .seul-services__mosaic {
        flex-direction: column;
        gap: 9px;
    }

    .homepage #mod-custom179 .seul-service,
    .homepage #mod-custom179 .seul-service:nth-child(even) {
        flex-basis: auto;
        min-height: 0;
    }

    .homepage #mod-custom179 .seul-service img,
    .homepage #mod-custom179 .seul-service:nth-child(even) img {
        height: auto;
        aspect-ratio: 1.25 / 1;
    }

    .homepage #mod-custom179 .seul-service__body,
    .homepage #mod-custom179 .seul-service:nth-child(even) .seul-service__body {
        order: 2;
        padding: 18px 20px;
    }

    .homepage #mod-custom179 .seul-service:nth-child(2),
    .homepage #mod-custom179 .seul-service:nth-child(3),
    .homepage #mod-custom179 .seul-service:nth-child(4),
    .homepage #mod-custom179 .seul-service:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }

    .homepage #mod-custom179 .seul-service__body {
        padding: 14px;
    }

    .homepage #mod-custom179 .seul-service__body h3 {
        margin: 0;
        font-size: 17px;
        line-height: 1.15;
    }

    .homepage #mod-custom179 .seul-service--main .seul-service__body h3 {
        font-size: 22px;
    }

    .homepage #mod-custom179 .seul-service__body p {
        display: block;
        font-size: 13px;
    }

    .homepage #mod-custom179 .seul-service__link {
        display: inline-flex;
    }
}
.landing-ac {
    width: 100%;
    background: #ffffff;
    color: #111;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    margin-top: -3rem;
}
.landing-ac *, .landing-ac *::before, .landing-ac *::after {
    box-sizing: border-box;
}

.landing-ac .landing-ac-contenido {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* HERO */
.landing-ac-hero {
    padding: 110px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/images/landing/header-landing-autocaravanas.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.landing-ac-etiqueta {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    background: #e9e9e9;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #111;
}
.landing-ac-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: -1.5px;
}
.landing-ac-hero h1 span{
color: #4ba84f;
}
.landing-ac-texto {
    font-size: 18px;
    line-height: 1.7;
    max-width: 850px;
    margin-bottom: 35px;
    color: #fff;
}

.landing-ac-datos {
    display: flex;
    align-items: center;
    gap: 38px;
    width: max-content;
    padding: 14px 26px;
    margin: 42px 0 36px;
    border-bottom: 1px solid rgb(255 255 255);
    background: rgb(0 0 0 / 52%);
    border-top: 1px solid rgb(255 255 255);
}

.landing-ac-datos span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.landing-ac-datos span:before {
    content: "✓";
    color: #ff2a2a;
    margin-right: 8px;
    font-weight: 900;
}

.landing-ac-botones {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.landing-ac-boton-rojo, .landing-ac-boton-negro, .landing-ac-boton-blanco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    border: 2px solid transparent;
    cursor: pointer;
}

.landing-ac-boton-rojo {
    background: #d70000;
    color: #fff;
}

.landing-ac-boton-rojo:hover {
    background: #b50000;
}

.landing-ac-boton-negro {
    background: rgb(0 0 0 / 65%);
    color: #fff;
    border-color: #fff;
}

.landing-ac-boton-negro:hover {
    background: #000;
}

.landing-ac-boton-blanco {
    background: rgb(255 255 255);
    color: #000000;
}

.landing-ac-boton-blanco:hover {
    background: #e5e5e5;
}

/* BARRA */
.landing-ac-barra {
    padding: 4rem 0;
    background: #fff;
}

.landing-ac-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.landing-ac-item {
    position: relative;
    padding: 0 0 0 1.5rem;
    border-left: 5px solid #4ba84f;
}

.landing-ac-numero {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: #4ba84f;
    margin-bottom: -18px;
    letter-spacing: -3px;
    opacity: 0.2;
}
.landing-ac-info strong {
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #111;
}
.landing-ac-info h3 {
color: #212529;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: none;
}
.landing-ac-info p {
    font-size: 1rem;
    color: #212121;
}
.landing-ac-info span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}
.landing-ac-intro {
    position: relative;
    overflow: hidden;
    background: url(/images/landing/image-landing-autocaravanas.jpg);
}
.landing-ac-intro-marquee {
    display: flex;
    gap: 80px;
    margin-bottom: -70px;
    white-space: nowrap;
    overflow: hidden;
    opacity: .16;
}
.landing-ac-intro-marquee span {
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
    color: #4ba84f;
}
.landing-ac-intro-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: start;
    padding: 0 0 3rem 0;
}
.landing-ac-intro-mini {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
}
.landing-ac-intro h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: -1.5px;
}
.landing-ac-intro-textos {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.landing-ac-intro-textos p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
}
.landing-ac-ventajas {
    padding: 4rem 0;
}
.landing-ac-ventajas h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
    line-height: 1.1;
    letter-spacing: -1.5px;
    text-align: center;
}
.landing-ac-ventajas h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 1.5rem auto 0 auto;
    background: #ff1e1e;
}
.landing-ac-pregunta summary:focus{
    outline-color: none;
    outline-style: none;
}
.landing-ac-lista-ventajas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.landing-ac-caja {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    transition: .2s;
    position: relative;
}

.landing-ac-caja:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.landing-ac-numero-ventaja {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #ff1e1e;
    margin-bottom: 12px;
    opacity: 0.4;
}

.landing-ac-caja h3 {
    font-size: 20px;
    margin: 0 0 12px 0;
    color: #111;
}

.landing-ac-caja p {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

/* TIPOS */
.landing-ac-tipos {
    background: #f3f3f3;
    padding: 4rem 0;
}

.landing-ac-tipos h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    letter-spacing: -2px;
}

.landing-ac-lista-tipos {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    border-top: 1px solid #dcdcdc;
}

.landing-ac-tipo {
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr 450px;
    gap: 30px;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #dcdcdc;
    transition: .25s;
}

.landing-ac-tipo:hover {
    padding-left: 15px;
}

.landing-ac-tipo-numero {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    color: #ff1e1e;
}

.landing-ac-tipo-tag {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ff1e1e;
}

.landing-ac-tipo h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #111;
}

.landing-ac-tipo-bottom p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* TASACION */
.landing-ac-tasacion {
    padding: 5rem 0;
    background: #111;
    overflow: hidden;
    color: #fff;
}

.landing-ac-tasacion-top {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.landing-ac-tasacion-top span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ff2a2a;
}
.landing-ac-tasacion-top h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.5px;
    text-align: center;
}
.landing-ac-tasacion-top p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 1rem;
    color: #c3c3c3;
}
.landing-ac-pasos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.landing-ac-paso {
    padding-top: 20px;
}

.landing-ac-step {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ff2a2a;
    margin-bottom: 20px;
}

.landing-ac-step::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ff2a2a;
    opacity: 0.5;
}
.landing-ac-paso-info h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.landing-ac-paso-info p {
    font-size: 1rem;
    line-height: 1.6;
    color: #c3c3c3;
    margin: 0;
}
.boton-tasacion-ac {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* FAQ */
.landing-ac-faq-wrapper {
    padding: 5rem 0;
    background: #fff;
}

.faq-titulo-principal {
    font-size: 46px;
    text-align: center;
    margin: 0 auto 40px auto;
    letter-spacing: -1px;
}

.landing-ac-faq {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.landing-ac-pregunta {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.landing-ac-pregunta details {
    width: 100%;
    margin: 0;
    padding: 0;
}

.landing-ac-pregunta summary {
    list-style: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 50px 25px 0;
    position: relative;
    color: #111;
    transition: .2s;
    line-height: 1.4;
}

.landing-ac-pregunta summary::-webkit-details-marker {
    display: none;
}

.landing-ac-pregunta summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.landing-ac-pregunta details[open] summary::after {
    content: "−";
}

.landing-ac-pregunta p {
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.landing-ac-pregunta summary:hover {
    color: #d70000;
}

/* FORMULARIO DE ALTA CUALIFICACIÓN */
.landing-ac-formulario-seccion {
    padding: 5rem 0;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
}

.form-container h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

.form-intro-text {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 35px;
}

.form-landing-real {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-item label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.form-item input[type="text"],
.form-item input[type="tel"],
.form-item input[type="email"],
.form-item select,
.form-item textarea {
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    outline: none;
    transition: border-color .2s;
    width: 100%;
}

.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
    border-color: #d70000;
}

.checkbox-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-item input {
    margin-top: 3px;
    transform: scale(1.1);
}

.checkbox-item label {
    font-weight: normal;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.form-submit-container {
    text-align: center;
    margin-top: 15px;
}

.landing-ac-boton-enviar {
    background: #d70000;
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s;
    width: 100%;
    max-width: 400px;
}

.landing-ac-boton-enviar:hover {
    background: #b50000;
}

/* MEDIA QUERIES / RESPONSIVE */
@media(max-width: 991px) {
    .landing-ac-hero h1 { font-size: 42px; }
    .landing-ac-grid { grid-template-columns: repeat(2, 1fr); }
    .landing-ac-lista-ventajas { grid-template-columns: repeat(2, 1fr); }
    .landing-ac-pasos { grid-template-columns: 1fr; gap: 30px; }
    .landing-ac-intro-layout { grid-template-columns: 1fr; gap: 40px; }
    .landing-ac-intro h2 { font-size: 38px; }
    .landing-ac-tipo { grid-template-columns: 40px 1fr; }
    .landing-ac-tipo-bottom { grid-column: span 2; }
}

@media(max-width: 768px) {
    .landing-ac-hero { padding: 70px 20px; text-align: left; }
    .landing-ac-hero h1 { font-size: 34px; }
    .landing-ac-texto { font-size: 16px; }
    .landing-ac-grid { grid-template-columns: 1fr; }
    .landing-ac-ventajas { padding: 58px 0; }
    .landing-ac-lista-ventajas { grid-template-columns: 1fr; margin-top: 34px; }
    .landing-ac-ventaja {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 0;
        padding: 24px 0;
        border-right: 0 !important;
        border-bottom: 1px solid #dfe6df !important;
    }
    .landing-ac-ventaja:last-child { border-bottom: 0 !important; }
    .landing-ac-ventaja .landing-ac-numero { font-size: 34px; }
    .landing-ac-ventaja .landing-ac-info h3 { font-size: 20px; }
    .form-group-row { grid-template-columns: 1fr; }
    .form-container { padding: 20px; }
}





}
.wrapperHeaderTop {
    background: #e0e1e3;
}
.wrapper-top-2.col-lg-1.col-md-12.col-sm-12.col-xs-12 {
    background: #e0e1e3;
}
.wrapper-top-3.col-lg-10.col-md-12.col-sm-12.col-xs-12 {
    background: #e0e1e3;
}
.wrapper-top-4.col-lg-1.col-md-12.col-sm-12.col-xs-12{
    background: #e0e1e3;
}
/* Asegura que el contenedor padre sirva de referencia de posición */
.mod-menu > li.parent {
    position: relative;
}

.mod-menu > li.parent > .mod-menu__sub {
    position: absolute;
    top: 100%; 
    left: 0;
    width: auto; 
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: rotateX(-10deg);
    transition: all .5s ease;
}
.mod-menu > li.parent > a::after, 
.mod-menu > li.parent > span::after {
    content: '';
    display: inline-block;
    margin-left: 8px; 
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;     
    transition: transform 0.3s ease;
}

/* Opcional: Hace que la flecha gire hacia arriba cuando se pasa el ratón */
.mod-menu > li.parent:hover > a::after,
.mod-menu > li.parent:hover > span::after {
    transform: rotate(180deg);
}
.seulcustom {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .seulcustom {
        width: 100%;
    }
}
.hamburrow {
    margin: 0 auto !important;
}
.ofertas {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.vehiclemanager_mod_search {
    max-width: 100%;
}
@media (max-width: 768px){
    .featured_vehicles_block {
    max-width: 100%;
}
}
.blog-items img, .blog img {
    max-height: 350px !important;
    object-fit: cover !important;
    width: 100% !important;
}
.blog h2 {
    color: #ff0010;
}
.blog h3 {
    color: #ff0010;
}
.blog strong {
    color: #646464;
}
.blogcta {
    background: #ff0010;
    text-align: center;
    width: 65%;
    margin: 2% auto;
    border-radius: 8px;
    padding: 1%;
}
.blogcta h4 {
    color: #fff;
    font-size: 24px;
}
.blogcta p {
    color: #fff;
}
.blogcta-button {
    padding: 25px;
}
.blogcta-button p a {
    color: #ff0010;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}
.blogcta-button p a:hover {
    color: #4ba84f;
    background: #b9b9b9;
    padding: 15px;
    border-radius: 4px;
}
figure.left.item-image img {
    width: 100%;
    height: auto;
}

.page-header h2 {
    COLOR: #4ba84f !important;
    text-transform: math-auto;
}
.page-header a {
    COLOR: #4ba84f !important;
}
a.btn.btn-secondary {
    background: #4ba84f;
    border-color: #fff;
}
a.btn.btn-secondary:hover {
    background: #ff4a4a;
    border-color: #4ba84f;
}
/* Arreglar el icono roto del menú móvil */
.navbar-toggle .fa-bars {
    font-style: normal !important;
}

.navbar-toggle .fa-bars::before {
    content: "☰" !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    color: #000000 !important; /* Puedes cambiar el color si tu fondo es oscuro */
    display: inline-block !important;
}
nav#site-navigation-main {
    position: fixed;
    right: 0;
    z-index: 999999;
    margin-top: -10px;
}
#site-navigation-main {
    position: relative;
}

#main-navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 100%;
    min-width: 100vw;
    z-index: 99999;
}
ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list._custom_1 {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-top: -6px;
}
.main_menu.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin-bottom: 10px;
}
li.metismenu-item.item-101.level-1.default.current.active {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 600;
}
li.metismenu-item.level-1 {
    font-size: 1.6rem;
    line-height: 3.6rem;
}
li.metismenu-item.level-2 {
    font-size: 1.6rem;
    line-height: 3.6rem;
}
button.mm-collapsed.mm-toggler.mm-toggler-link {
    display: none;
}
@media (max-width: 768px) {
    .header #logo {
        width: 35%;
        padding-top: 65px;
        margin-left: 20px;
        position: fixed;
    }
}
@media (max-width: 767px) {
    .wrapperMainMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1; 
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
        background: #e0e1e3;
    }
    .navbar-toggle {
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 999;
    }
}

/* Financiación: composición de beneficios y recorrido */
.sm-finance-benefits {
    position: relative;
    overflow: hidden;
    background: #4ba84f;
    border: 0;
}

/* Financiación: bloque único de información y proceso */
.sm-finance-guide {
    padding: 84px 0 94px;
}

.sm-finance-guide__heading {
    max-width: 790px;
    margin: 0 auto 48px;
    text-align: center;
}

.sm-finance-guide__heading h2 {
    margin: 0 0 16px;
    color: #17202a;
    font-size: clamp(34px, 3.6vw, 50px);
    font-weight: 770;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.sm-finance-guide__heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #5f6872;
    font-size: 18px;
    line-height: 1.65;
}

.sm-finance-guide__layout {
    display: grid;
    grid-template-columns: minmax(430px, 1fr) minmax(0, 0.92fr);
    align-items: stretch;
    gap: 68px;
}

.sm-finance-guide__image {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 18px;
}

.sm-finance-guide__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
}

.sm-finance-guide__image::after {
    content: "";
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(180deg, transparent, rgba(9,20,12,0.76));
}

.sm-finance-guide__image-copy {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
    z-index: 1;
    color: #fff;
}

.sm-finance-guide__image-copy strong {
    display: block;
    max-width: 460px;
    margin-bottom: 7px;
    font-size: 25px;
    line-height: 1.25;
}

.sm-finance-guide__image-copy span {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.5;
}

.sm-finance-guide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sm-finance-guide__item {
    position: relative;
    padding: 5px 0 30px 74px;
}

.sm-finance-guide__item + .sm-finance-guide__item {
    padding-top: 30px;
    border-top: 1px solid #dfe5df;
}

.sm-finance-guide__number {
    position: absolute;
    top: 3px;
    left: 0;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: #4ba84f;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 750;
}

.sm-finance-guide__item + .sm-finance-guide__item .sm-finance-guide__number {
    top: 28px;
}

.sm-finance-guide__item h3 {
    margin: 0 0 9px;
    color: #17202a;
    font-size: 23px;
    font-weight: 730;
    line-height: 1.25;
}

.sm-finance-guide__item p {
    margin: 0;
    color: #5f6872;
    font-size: 16px;
    line-height: 1.65;
}

.sm-finance-guide__result {
    margin: 2px 0 0 74px;
    padding: 18px 0 0;
    color: #276d2d;
    border-top: 2px solid #4ba84f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .sm-finance-guide__layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .sm-finance-guide__image,
    .sm-finance-guide__image img {
        min-height: 420px;
        height: 420px;
    }
}

@media (max-width: 767px) {
    .sm-finance-guide {
        padding: 58px 0 66px;
    }

    .sm-finance-guide__heading {
        margin-bottom: 34px;
    }

    .sm-finance-guide__heading h2 {
        font-size: 32px;
    }

    .sm-finance-guide__heading p {
        font-size: 17px;
    }

    .sm-finance-guide__layout {
        gap: 36px;
    }

    .sm-finance-guide__image,
    .sm-finance-guide__image img {
        min-height: 300px;
        height: 300px;
    }

    .sm-finance-guide__image-copy {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .sm-finance-guide__image-copy strong {
        font-size: 20px;
    }

    .sm-finance-guide__item {
        padding-left: 62px;
    }

    .sm-finance-guide__number {
        width: 42px;
        height: 42px;
    }

    .sm-finance-guide__item h3 {
        font-size: 21px;
    }

    .sm-finance-guide__result {
        margin-left: 62px;
    }
}

.sm-finance-benefits::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -80px;
    width: 440px;
    height: 440px;
    border: 80px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.sm-finance-benefits__grid {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 20px 0;
}

.sm-finance-benefit {
    position: relative;
    min-height: 210px;
    padding: 38px 42px 34px 88px;
}

.sm-finance-benefit + .sm-finance-benefit {
    border-left: 1px solid rgba(255,255,255,0.28);
}

.sm-finance-benefit__number {
    position: absolute;
    top: 36px;
    left: 34px;
    margin: 0;
    color: rgba(255,255,255,0.55);
    font-size: 16px;
}

.sm-finance-benefit h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 30px;
}

.sm-finance-benefit p {
    color: rgba(255,255,255,0.92);
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}

.sm-finance-process {
    padding: 92px 0 100px;
}

.sm-finance-process .sm-finance-section-head {
    margin-bottom: 64px;
}

.sm-finance-steps {
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    padding-top: 0;
    border: 0;
}

.sm-finance-steps::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: #dce8dd;
}

.sm-finance-step,
.sm-finance-step + .sm-finance-step,
.sm-finance-step:nth-child(n+3) {
    position: relative;
    padding: 0;
    border: 0;
    text-align: center;
}

.sm-finance-step span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 28px;
    place-items: center;
    background: #fff;
    color: #4ba84f;
    border: 2px solid #4ba84f;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    font-size: 20px;
}

.sm-finance-step h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.sm-finance-step p {
    max-width: 245px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .sm-finance-benefit {
        padding-right: 25px;
        padding-left: 70px;
    }

    .sm-finance-benefit__number {
        left: 24px;
    }

    .sm-finance-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 54px 44px;
    }

    .sm-finance-steps::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .sm-finance-benefits__grid {
        grid-template-columns: 1fr;
        padding: 12px 0;
    }

    .sm-finance-benefit {
        min-height: 0;
        padding: 28px 12px 28px 60px;
    }

    .sm-finance-benefit + .sm-finance-benefit {
        border-top: 1px solid rgba(255,255,255,0.28);
        border-left: 0;
    }

    .sm-finance-benefit__number {
        top: 30px;
        left: 8px;
    }

    .sm-finance-benefit h2 {
        font-size: 25px;
    }

    .sm-finance-process {
        padding: 62px 0 70px;
    }

    .sm-finance-process .sm-finance-section-head {
        margin-bottom: 42px;
    }

    .sm-finance-steps {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sm-finance-step {
        display: grid;
        grid-template-columns: 54px 1fr;
        column-gap: 18px;
        padding: 0 0 34px;
        text-align: left;
    }

    .sm-finance-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 54px;
        bottom: 0;
        left: 26px;
        width: 2px;
        background: #dce8dd;
    }

    .sm-finance-step span {
        grid-row: 1 / span 2;
        width: 54px;
        height: 54px;
        margin: 0;
        box-shadow: 0 0 0 6px #fff;
        font-size: 17px;
    }

    .sm-finance-step h3 {
        margin: 2px 0 7px;
    }

    .sm-finance-step p {
        max-width: none;
        margin: 0;
    }
}
.navbar-header {
    display: none;
}
@media (max-width: 768px) {
    .navbar-header {
    display: block;
}
}
.wrapperLogo.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  background: #e0e1e3;
}
.main_menu.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    background: #e0e1e3;
    height: 34px;
    z-index: -1;
}

ul.category-module, 
.category-module {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

/* Configuración de las tarjetas en paralelo */
ul.category-module > li,
.category-module > li {
    background: #ffffff !important;
    border: 1px solid #e3e6ec !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 0 !important;
    /* calc(33.33% - 20px) para 3 columnas, o calc(50% - 20px) para 2 columnas */
    flex: 1 1 calc(33.33% - 20px) !important; 
    min-width: 280px !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important;
    box-sizing: border-box !important;
}

/* Imagen de la tarjeta */
.mod-image-card img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    margin-bottom: 12px !important;
}

/* Título del artículo */
a.mod-articles-category-title {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Texto de introducción */
p.mod-articles-category-introtext {
    font-size: 0.95rem !important;
    color: #666666 !important;
    margin-bottom: 15px !important;
}

/* Botón Leer Más abajo del todo */
p.mod-articles-category-readmore {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

p.mod-articles-category-readmore a {
    display: block !important;
    background-color: #4ba84f !important;
    color: #ffffff !important;
    padding: 10px 12px !important;
    border-radius: 4px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
}
.pre-footer .col-md-2 a {
    font-size: 12px;
}
.footer{
    padding-top: 1rem;
}
.copyrights.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    background: #4ba84f;}

.copyrights.col-lg-12.col-md-12.col-sm-12.col-xs-12 p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

/* Página de financiación de autocaravanas */
.sm-finance-page {
    --sm-finance-green: #4ba84f;
    --sm-finance-dark: #17202a;
    --sm-finance-muted: #5f6872;
    --sm-finance-line: #dfe5df;
    color: var(--sm-finance-dark);
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.sm-finance-page p,
.sm-finance-page li,
.sm-finance-page h3,
.sm-finance-page .sm-finance-note {
    text-align: left;
}

.sm-finance-page h1,
.sm-finance-page h2,
.sm-finance-page .sm-finance-eyebrow {
    text-align: center;
}

.sm-finance-lead,
.sm-finance-guide__heading p,
.sm-finance-section-head p {
    text-align: center;
}

.sm-finance-guide__heading,
.sm-finance-section-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.sm-finance-seo {
    padding: 26px 0 90px;
}
.sm-finance-seo__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    align-items: stretch;
    gap: 72px;
}
.sm-finance-seo__content {
    align-self: center;
}
.sm-finance-seo h2 {
    margin: 0 0 20px;
    color: #17202a;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.15;
    text-align: left;
}
.sm-finance-seo p {
    margin: 0 0 16px;
    color: #5f6872;
    font-size: 17px;
    line-height: 1.75;
}
.sm-finance-seo a {
    color: #287d31;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sm-finance-seo__visual {
    position: relative;
    display: flex;
    min-height: 390px;
    padding: 44px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    background: #4ba84f;
    color: #fff;
    border-radius: 18px;
}
.sm-finance-seo__visual::before,
.sm-finance-seo__visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
}
.sm-finance-seo__visual::before {
    top: -95px;
    right: -75px;
    width: 290px;
    height: 290px;
}

.sm-finance-seo__visual::after {
    top: -35px;
    right: -15px;
    width: 170px;
    height: 170px;
}

.sm-finance-seo__symbol {
    position: absolute;
    top: 34px;
    left: 40px;
    color: rgba(255,255,255,0.18);
    font-size: 150px;
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 1;
}

.sm-finance-seo__visual strong {
    position: relative;
    display: block;
    max-width: 360px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}

.sm-finance-seo__visual p {
    position: relative;
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,0.92);
    font-size: 16px;
    line-height: 1.6;
}

.sm-finance-seo__points {
    display: flex;
    margin-top: 26px;
    padding-top: 21px;
    gap: 14px 26px;
    flex-wrap: wrap;
    border-top: 1px solid #dfe5df;
}

.sm-finance-seo__points span {
    position: relative;
    padding-left: 21px;
    color: #314039;
    font-size: 14px;
    font-weight: 650;
}

.sm-finance-seo__points span::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4ba84f;
    font-weight: 800;
}

@media (max-width: 991px) {
    .sm-finance-seo__layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sm-finance-seo__visual {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .sm-finance-seo {
        padding: 12px 0 64px;
    }

    .sm-finance-seo__layout {
        gap: 30px;
    }

    .sm-finance-seo__visual {
        min-height: 300px;
        padding: 30px 24px;
        border-radius: 14px;
    }

    .sm-finance-seo__symbol {
        top: 24px;
        left: 22px;
        font-size: 112px;
    }

    .sm-finance-seo__visual strong {
        font-size: 24px;
    }
}

.sm-finance-page *,
.sm-finance-page *::before,
.sm-finance-page *::after {
    box-sizing: border-box;
}

.sm-finance-wrap {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.sm-finance-hero {
    position: relative;
    display: flex;
    min-height: 610px;
    overflow: hidden;
    align-items: stretch;
    background: #17202a;
    isolation: isolate;
}

.sm-finance-hero__grid {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    min-height: 610px;
    padding: 72px 68px 66px;
    align-items: center;
}
.sm-finance-eyebrow {
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: auto;
    color: #4ba84f;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 13px;
}
.sm-finance-title {
    max-width: 680px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 780;
    letter-spacing: -0.045em;
    line-height: 1.02;
}
.sm-finance-title span {
    color: #4ba84f;
}
.sm-finance-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
    margin-left: 13px;
    margin-bottom: 36px;
}
.sm-finance-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    justify-content: center;
}

.sm-finance-note {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
}

.sm-finance-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sm-finance-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
}

.sm-finance-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,18,13,0.96) 0%, rgba(10,18,13,0.84) 39%, rgba(10,18,13,0.38) 66%, rgba(10,18,13,0.08) 100%);
}

.sm-finance-hero__claim {
    display: none;
}

.sm-finance-hero__content {
    position: relative;
    z-index: 1;
    width: min(700px, 62%);
}

.sm-finance-hero__points {
    display: flex;
    margin-top: 40px;
    padding-top: 22px;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.26);
}

.sm-finance-hero__point {
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.sm-finance-hero__point:first-child {
    padding-left: 0;
}

.sm-finance-hero__point + .sm-finance-hero__point {
    border-left: 1px solid rgba(255,255,255,0.26);
}

.sm-finance-hero__point strong {
    display: block;
    margin-bottom: 3px;
    color: #87d48a;
    font-size: 16px;
}

.sm-finance-benefits {
    border-top: 1px solid var(--sm-finance-line);
    border-bottom: 1px solid var(--sm-finance-line);
}

.sm-finance-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sm-finance-benefit {
    padding: 32px 36px;
}

.sm-finance-benefit + .sm-finance-benefit {
    border-left: 1px solid var(--sm-finance-line);
}

.sm-finance-benefit__number {
    display: block;
    margin-bottom: 18px;
    color: var(--sm-finance-green);
    font-size: 15px;
    font-weight: 750;
}

.sm-finance-benefit h2 {
    margin: 0 0 9px;
    font-size: 24px;
    font-weight: 740;
    line-height: 1.2;
}

.sm-finance-benefit p {
    margin: 0;
    color: var(--sm-finance-muted);
    font-size: 16px;
    line-height: 1.6;
}

.sm-finance-process,
.sm-finance-faq {
    padding: 82px 0;
}

.sm-finance-section-head {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.sm-finance-section-head h2 {
    margin: 0 0 15px;
    color: var(--sm-finance-dark);
    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 770;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.sm-finance-section-head p {
    margin: 0;
    color: var(--sm-finance-muted);
    font-size: 18px;
    line-height: 1.65;
}

.sm-finance-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--sm-finance-line);
    border-bottom: 1px solid var(--sm-finance-line);
}

.sm-finance-step {
    padding: 32px 28px 38px;
}

.sm-finance-step + .sm-finance-step {
    border-left: 1px solid var(--sm-finance-line);
}

.sm-finance-step span {
    display: block;
    margin-bottom: 34px;
    color: var(--sm-finance-green);
    font-size: 30px;
    font-weight: 760;
}

.sm-finance-step h3 {
    margin: 0 0 10px;
    color: var(--sm-finance-dark);
    font-size: 20px;
    font-weight: 730;
    line-height: 1.3;
}

.sm-finance-step p {
    margin: 0;
    color: var(--sm-finance-muted);
    font-size: 15px;
    line-height: 1.6;
}

.sm-finance-faq {
    padding-top: 20px;
}

.sm-finance-faq__list {
    max-width: 940px;
    margin: 0 auto;
    border-top: 1px solid var(--sm-finance-line);
}

.sm-finance-faq details {
    border-bottom: 1px solid var(--sm-finance-line);
}

.sm-finance-faq summary {
    position: relative;
    padding: 23px 54px 23px 0;
    color: var(--sm-finance-dark);
    font-size: 18px;
    font-weight: 680;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.sm-finance-faq summary::-webkit-details-marker {
    display: none;
}

.sm-finance-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 8px;
    color: var(--sm-finance-green);
    font-size: 30px;
    font-weight: 400;
    transform: translateY(-50%);
}

.sm-finance-faq details[open] summary::after {
    content: "−";
}

.sm-finance-faq__answer {
    max-width: 780px;
    padding: 0 0 24px;
    color: var(--sm-finance-muted);
    font-size: 16px;
    line-height: 1.7;
}

.sm-finance-faq__answer p,
.sm-finance-faq__answer ul {
    margin-top: 0;
}

.sm-finance-cta {
    margin: 0 auto 82px;
    padding: 44px 52px;
    background: var(--sm-finance-green);
    color: #fff;
    border-radius: 18px;
}

.sm-finance-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
}

.sm-finance-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.sm-finance-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,0.92);
    font-size: 17px;
    line-height: 1.6;
}

.sm-finance-cta .sm-btn--secondary {
    background: #fff;
    color: #246b2b;
    border-color: #fff;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .sm-finance-hero__grid {
        min-height: 570px;
        padding-right: 46px;
        padding-left: 46px;
    }

    .sm-finance-hero__content {
        width: min(680px, 76%);
    }

    .sm-finance-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .sm-finance-step:nth-child(3) {
        border-left: 0;
    }

    .sm-finance-step:nth-child(n+3) {
        border-top: 1px solid var(--sm-finance-line);
    }
}

@media (max-width: 767px) {
    .sm-finance-wrap {
        width: min(100% - 28px, 1240px);
    }

    .sm-finance-hero {
        min-height: 620px;
    }

    .sm-finance-title {
        font-size: 40px;
    }

    .sm-finance-lead {
        font-size: 17px;
    }

    .sm-finance-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sm-finance-hero__grid {
        min-height: 620px;
        padding: 54px 24px 42px;
    }

    .sm-finance-hero__content {
        width: 100%;
    }

    .sm-finance-hero__visual img {
        object-position: 63% center;
    }

    .sm-finance-hero__visual::after {
        background: linear-gradient(180deg, rgba(10,18,13,0.62) 0%, rgba(10,18,13,0.88) 50%, rgba(10,18,13,0.97) 100%);
    }

    .sm-finance-hero__points {
        flex-direction: column;
        gap: 12px;
    }

    .sm-finance-hero__point,
    .sm-finance-hero__point:first-child {
        padding: 0;
    }

    .sm-finance-hero__point + .sm-finance-hero__point {
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,0.2);
        border-left: 0;
    }

    .sm-finance-benefits__grid,
    .sm-finance-steps {
        grid-template-columns: 1fr;
    }

    .sm-finance-benefit {
        padding: 27px 4px;
    }

    .sm-finance-benefit + .sm-finance-benefit,
    .sm-finance-step + .sm-finance-step {
        border-top: 1px solid var(--sm-finance-line);
        border-left: 0;
    }

    .sm-finance-process,
    .sm-finance-faq {
        padding: 58px 0;
    }

    .sm-finance-section-head {
        margin-bottom: 35px;
    }

    .sm-finance-section-head h2 {
        font-size: 32px;
    }

    .sm-finance-step {
        padding: 27px 4px;
    }

    .sm-finance-step span {
        margin-bottom: 14px;
    }

    .sm-finance-faq summary {
        padding: 20px 42px 20px 0;
        font-size: 17px;
    }

    .sm-finance-cta {
        margin-bottom: 58px;
        padding: 32px 24px;
        border-radius: 14px;
    }

    .sm-finance-cta__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.footer div.container div.row div.col-lg-12 {
    background: #4ba84f;
    background-color: #4ba84f;
}
.financiacion-modulo {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: system-ui, -apple-system, sans-serif;
}

.financiacion-contenedor {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.financiacion-cabecera {
    text-align: center;
    margin-bottom: 5rem;
}

.financiacion-subtitulo {
    color: #dc3545;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.5rem;
    letter-spacing: 3px;
}

.financiacion-titulo {
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.financiacion-descripcion {
    font-size: 1.25rem;
    color: #6c757d;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.financiacion-bloque-tarjetas {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.financiacion-columna {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .financiacion-columna {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .financiacion-columna {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 0;
    }
}

.financiacion-tarjeta {
    border: 1px solid #e1e6eb;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.financiacion-tarjeta-imagen {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.financiacion-tarjeta-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.financiacion-tarjeta-degradado {
    position: absolute;
    bottom: 0;
    start: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    box-sizing: border-box;
}

.financiacion-tarjeta-badge {
    background-color: #4ba84f;
    color: #ffffff;
    padding: 0.35em 0.65em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    display: inline-block;
}

.financiacion-tarjeta-cuerpo {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.financiacion-tarjeta-titulo {
    font-size: 2rem;
    color: #212529;
    font-weight: 800;
    letter-spacing: -0.5px;
    border-bottom: 2px solid #4ba84f;
    padding-bottom: 8px;
    display: inline-block;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.financiacion-tarjeta-destacado {
    font-size: 1.25rem;
    color: #212529;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.financiacion-tarjeta-texto {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.financiacion-tarjeta-info-extra {
    background-color: #efefef;
    padding: 0.5rem 1rem;
    border-left: 3px solid #4ba84f;
}

.financiacion-tarjeta-info-extra span {
    color: #4ba84f;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.seulmotor-pasos-premium {
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-family: system-ui, -apple-system, sans-serif;
    background-color: transparent;
}

.sm-ppasos-contenedor {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    box-sizing: border-box;
}

.sm-ppasos-cabecera {
    text-align: center;
    margin-bottom: 6rem;
}

.sm-ppasos-subtitulo {
    color: #dc3545;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0.75rem;
    letter-spacing: 2px;
}

.sm-ppasos-titulo {
    font-size: 2.6rem;
    color: #111111;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.2;
}

.sm-ppasos-descripcion {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
}

.sm-ppasos-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.sm-ppasos-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .sm-ppasos-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .sm-ppasos-item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0;
    }
}

.sm-ppasos-meta {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.sm-ppasos-numero {
    font-size: 4rem;
    font-weight: 900;
    color: #111111;
    opacity: 0.08;
    line-height: 1;
    letter-spacing: -2px;
}

@media (min-width: 992px) {
    .sm-ppasos-linea {
        flex-grow: 1;
        height: 2px;
        background-color: #dc3545;
        margin-left: 2rem;
        margin-right: -1rem;
        opacity: 0.2;
    }
}

.sm-ppasos-cuerpo {
    text-align: left;
}

.sm-ppasos-paso-titulo {
    font-size: 1.35rem;
    color: #111111;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 0.85rem;
    line-height: 1.3;
}

.sm-ppasos-paso-texto {
    color: #555555;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}
.seulmotor-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-family: system-ui, -apple-system, sans-serif;
}

.sm-faq-container {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.sm-faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.sm-faq-title {
    font-size: 2.5rem;
    color: #212529;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0;
}

.sm-faq-accordion {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e1e6eb;
}

.sm-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    background: transparent;
    border: none;
    padding: 1.5rem 0;
    cursor: pointer;
    outline: none;
}

.sm-faq-question {
    font-size: 1.2rem;
    color: #212529;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-left: 1rem;
}

.sm-faq-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.sm-faq-icon::before,
.sm-faq-icon::after {
    content: '';
    position: absolute;
    background-color: #dc3545;
    transition: transform 0.25s ease;
}

.sm-faq-icon::before {
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
}

.sm-faq-icon::after {
    top: 0;
    left: 7px;
    width: 2px;
    height: 16px;
}

.sm-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.sm-faq-content-inner {
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    color: #6c757d;
    line-height: 1.6;
}
.sm-faq-content-inner p {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 16px;
}

.sm-faq-content-inner p strong {
    color: #212529;
}

.sm-faq-content-inner ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.sm-faq-content-inner ul li {
    margin-bottom: 0.5rem;
}

.sm-faq-item.sm-faq-active .sm-faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.sm-faq-item.sm-faq-active .sm-faq-icon::before {
    transform: rotate(180deg);
}

.sm-faq-item.sm-faq-active .sm-faq-content {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}
button.sm-faq-trigger {
    background: #fff;
    border-radius: 0.5rem;
    margin: 0.5rem auto;
    padding: 1rem;
}
.seulmotor-contacto {
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-family: system-ui, -apple-system, sans-serif;
    background-color: transparent;
}

.sm-contacto-contenedor {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    box-sizing: border-box;
}

.sm-contacto-bloque {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sm-contacto-subtitulo {
    color: #dc3545;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.4;
}

.sm-contacto-titulo {
    font-size: 2.4rem;
    color: #111111;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.25;
    max-width: 850px;
}

.sm-contacto-descripcion {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 2.5rem;
    line-height: 1.75;
}

.sm-contacto-accion {
    display: block;
}

.sm-contacto-boton {
    display: inline-block;
    background-color: #4ba84f;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 1.2rem 2.5rem;
    border-radius: 0;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sm-contacto-boton:hover {
    background-color: #9b0000;
    color: #e3e3e3;
}

.sm-contacto-boton:active {
    transform: scale(0.98);
}

@media (max-width: 768px) {
    .seulmotor-contacto {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .sm-contacto-titulo {
        font-size: 1.8rem;
        letter-spacing: -0.5px;
    }
    
    .sm-contacto-descripcion {
        font-size: 1rem;
    }
    
    .sm-contacto-boton {
        padding: 1rem 2rem;
        width: 100%;
        box-sizing: border-box;
    }
}
:root {
    --tasaciones-red: #e62117;
    --tasaciones-black: #111111;
}
.tasaciones-hero-banner {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    padding: 60px;
    overflow: hidden;
    margin-top: -40px;
}
.tasaciones-hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tasaciones-hero-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tasaciones-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.tasaciones-hero-inner {
    position: relative;
    z-index: 3;
    max-width: 750px;
}

.tasaciones-badge-top {
    display: inline-block;
    background-color: var(--tasaciones-red);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 16px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.tasaciones-main-title {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: left;
}
.tasaciones-hero-desc {
    font-size: 1.15rem;
    color: #dddddd;
    margin-bottom: 35px;
    line-height: 1.6;
}

.tasaciones-btn-glow {
    display: inline-block;
    padding: 16px 40px;
    background-color: #4ba84f;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.tasaciones-btn-glow:hover {
    background-color: transparent;
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .tasaciones-hero-banner {
padding: 40px 30px;
        min-height: auto;
        z-index: 0;
        margin-top: 1rem;
    }
}
:root {
    --seul-red: #ff1e1e;
    --seul-black: #090909;
    --seul-dark-grey: #1f1f1f;
    --seul-light-grey: #f9f9f9;
}

.tasaciones-clean-dynamic {
    width: 100%;
    padding: 2rem;
}

.tasaciones-info-block-main {
    margin-bottom: 4rem;
}

.tasaciones-main-heading {
    text-align: center;
    margin-bottom: 40px;
}
.tasaciones-main-heading h2 {
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
}
.tasaciones-main-heading .brand-red-text {
    color: var(--seul-red);
}

.tasaciones-main-heading p {
    font-size: 1.1rem;
    color: #666666;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.5;
}

.tasaciones-process-clean-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.tasaciones-process-node {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.tasaciones-node-icon {
    width: 50px;
    height: 50px;
    background-color: var(--seul-black);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tasaciones-node-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--seul-black);
    margin: 0 0 10px 0;
}

.tasaciones-node-text p {
    font-size: 1rem;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

.tasaciones-interactive-container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    min-height: 550px;
}

.tasaciones-bg-image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
}

.tasaciones-hero-car {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.tasaciones-cards-layout {
    position: relative;
    width: 100%;
    height: 550px;
    z-index: 1;
}

.tasaciones-card-step {
    position: absolute;
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    width: 320px;
    border-top: 4px solid var(--seul-black);
    transition: transform 0.3s ease;
}

.tasaciones-card-step:hover {
    transform: translateY(-5px);
}

.step-one {
    top: 15%;
    left: 2%;
}

.step-two {
    top: 5%;
    left: 38%;
}

.step-three {
    top: 25%;
    right: 2%;
}

.tasaciones-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.tasaciones-card-icon {
    width: 36px;
    height: 36px;
    background-color: var(--seul-red);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tasaciones-card-step h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--seul-black);
    text-transform: uppercase;
    margin: 0;
}

.tasaciones-card-step p {
    font-size: 0.95rem;
    color: var(--seul-dark-grey);
    line-height: 1.6;
    margin: 0;
}

.inline-red-alert {
    color: var(--seul-red);
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .tasaciones-clean-dynamic {
        padding: 40px 15px;
    }

    .tasaciones-process-clean-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tasaciones-interactive-container {
        min-height: auto;
    }
    
    .tasaciones-bg-image-wrapper {
        display: none;
    }
    
    .tasaciones-cards-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
    
    .tasaciones-card-step {
        position: static;
        width: 100%;
        background-color: var(--seul-light-grey);
        box-shadow: none;
        border-top: none;
        border-left: 4px solid var(--seul-red);
        padding: 20px;
    }

    .tasaciones-card-step:hover {
        transform: none;
    }
}
.tasaciones-main-title span {
    color: #4ba84f;
}

/* Vender mi autocaravana */
.sm-sell-hero h1,
.sm-sell-page h2,
.sm-sell-page h3,
.sm-sell-hero__eyebrow,
.sm-sell-eyebrow {
    text-align: center;
}

/* Formulario de tasación Convert Forms */
#cf_2 {
    width: min(1180px, calc(100% - 40px));
    margin: 10px auto 86px;
    padding: 48px 52px 54px;
    background: #f6f8f6;
    border-top: 4px solid #4ba84f;
    border-radius: 0 0 18px 18px;
}

#cf_2 .cf-form-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
}

#cf_2 .cf-fields {
    display: flex;
    margin: 0 -10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

#cf_2 .cf-control-group {
    padding-right: 10px;
    padding-left: 10px;
}

#cf_2 .cf-control-group[data-type="html"] {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

#cf_2 .cf-control-group[data-type="html"] h2 {
    position: relative;
    margin: 6px 0 30px;
    padding-bottom: 17px;
    color: #17202a;
    font-size: 31px;
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.15;
    text-align: center;
}

#cf_2 .cf-control-group[data-type="html"] h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 58px;
    height: 3px;
    background: #4ba84f;
    transform: translateX(-50%);
}

#cf_2 .cf-control-group[data-name="html_7"] {
    margin-top: 28px;
    padding-top: 34px;
    border-top: 1px solid #dce3dc;
}

#cf_2 .cf-control-label {
    margin-bottom: 8px;
}

#cf_2 .cf-label {
    color: #26322b;
    font-size: 15px;
    font-weight: 680;
    line-height: 1.35;
    text-align: left;
}

#cf_2 .cf-required-label {
    color: #4ba84f;
}

#cf_2 input.cf-input,
#cf_2 select.cf-input,
#cf_2 textarea.cf-input {
    width: 100%;
    min-height: 54px;
    padding: 13px 15px;
    color: #17202a;
    background: #fff;
    border: 1px solid #cfd8d0;
    border-radius: 8px;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#cf_2 textarea.cf-input {
    min-height: 170px;
    resize: vertical;
}

#cf_2 input.cf-input:focus,
#cf_2 select.cf-input:focus,
#cf_2 textarea.cf-input:focus {
    outline: 0;
    border-color: #4ba84f;
    box-shadow: 0 0 0 3px rgba(75,168,79,0.14);
}

#cf_2 .cf-control-group[data-name="html_18"] {
    align-self: stretch;
    margin-top: 29px;
    padding: 20px 22px;
    background: #fff;
    border-left: 3px solid #4ba84f;
    border-radius: 0 8px 8px 0;
}

#cf_2 .cf-control-group[data-name="html_18"] p {
    margin: 0;
    color: #5a655e;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
}

#cf_2 .cf-control-group[data-name="images"] {
    width: 100%;
    margin-top: 28px;
}

#cf_2 .tf-file-upload-editor {
    min-height: 190px;
    padding: 30px;
    color: #4ba84f;
    background: #fff;
    border: 2px dashed #a9cfaa;
    border-radius: 12px;
}

#cf_2 .tf-file-upload-editor .dz-message {
    display: flex;
    min-height: 125px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

#cf_2 .tf-file-upload-editor svg {
    width: 48px;
    height: 40px;
}

#cf_2 .tf-file-upload-editor .drag-and-drop-text {
    color: #344039;
    font-size: 16px;
    font-weight: 650;
}

#cf_2 .tf-file-upload-editor .tf-upload-browse {
    color: #287d31;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#cf_2 .tf-file-upload-editor .max-file-size,
#cf_2 .cf-control-input-desc {
    color: #687169;
    font-size: 13px;
    line-height: 1.5;
}

#cf_2 .cf-control-input-desc {
    margin-top: 10px;
    text-align: left;
}

#cf_2 .cf-control-group[data-type="submit"] {
    width: 100%;
    margin-top: 30px;
}

#cf_2 .cf-btn {
    min-width: 220px;
    min-height: 54px;
    padding: 14px 28px;
    color: #fff;
    background: #4ba84f;
    border: 1px solid #4ba84f;
    border-radius: 8px;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}

#cf_2 .cf-btn:hover,
#cf_2 .cf-btn:focus {
    color: #fff;
    background: #3e9142;
    border-color: #3e9142;
}

#cf_2 .cf-response {
    margin-bottom: 20px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    #cf_2 {
        padding: 40px 34px 46px;
    }

    #cf_2 .cf-one-fourth {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #cf_2 {
        width: calc(100% - 28px);
        margin-bottom: 58px;
        padding: 30px 18px 34px;
        border-radius: 0 0 14px 14px;
    }

    #cf_2 .cf-fields {
        margin: 0;
    }

    #cf_2 .cf-control-group,
    #cf_2 .cf-one-third,
    #cf_2 .cf-one-half,
    #cf_2 .cf-one-fourth,
    #cf_2 .cf-two-thirds {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #cf_2 .cf-control-group[data-type="html"] {
        padding-right: 0;
        padding-left: 0;
    }

    #cf_2 .cf-control-group[data-type="html"] h2 {
        margin-bottom: 24px;
        font-size: 27px;
    }

    #cf_2 .cf-control-group[data-name="html_18"] {
        margin-top: 8px;
        padding: 18px;
    }

    #cf_2 .tf-file-upload-editor {
        min-height: 170px;
        padding: 22px 15px;
    }

    #cf_2 .cf-btn {
        width: 100%;
    }
}

.sm-sell-hero__eyebrow {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.sm-sell-hero p,
.sm-sell-page p,
.sm-sell-page li {
    text-align: left;
}

/* Ficha de vehículo: equipamiento de autocaravanas */
.sm-vehicle-equipment {
    width: 100%;
    padding: 44px 0 38px;
    border-top: 1px solid #dfe5df;
    border-bottom: 1px solid #dfe5df;
}

.sm-vehicle-equipment__heading {
    margin-bottom: 30px;
    text-align: center;
}

.sm-vehicle-equipment__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #4ba84f;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-vehicle-equipment h2 {
    margin: 0 0 12px;
    color: #17202a;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 760;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
}

.sm-vehicle-equipment__intro {
    max-width: 760px;
    margin: 0 auto;
    color: #59635d;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

.sm-vehicle-equipment__list {
    display: grid;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 54px;
    list-style: none;
}

.sm-vehicle-equipment__list li {
    position: relative;
    margin: 0;
    padding: 14px 0 14px 31px;
    color: #26322b;
    border-bottom: 1px solid #e5e9e5;
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
}

.sm-vehicle-equipment__list li::before {
    content: "\2713";
    position: absolute;
    top: 14px;
    left: 2px;
    color: #4ba84f;
    font-size: 17px;
    font-weight: 800;
}

.sm-vehicle-equipment__notice {
    max-width: 980px;
    margin: 25px auto 0;
    color: #6c756f;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

@media (max-width: 767px) {
    .sm-vehicle-equipment {
        padding: 34px 0 30px;
    }

    .sm-vehicle-equipment__heading {
        margin-bottom: 22px;
    }

    .sm-vehicle-equipment__intro {
        font-size: 16px;
    }

    .sm-vehicle-equipment__list {
        grid-template-columns: 1fr;
    }

    .sm-vehicle-equipment__list li {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
    }

    .sm-vehicle-equipment__list li::before {
        top: 13px;
    }
}

/* Ficha individual de Vehicle Manager */
body.task-view_vehicle .cabecera-image,
body.view-view_vehicle .cabecera-image,
body.vehicle-detail-page .cabecera-image,
body.task-view_vehicle .wrapperSlideshow,
body.view-view_vehicle .wrapperSlideshow,
body.vehicle-detail-page .wrapperSlideshow,
body.task-view_vehicle #cf_1,
body.view-view_vehicle #cf_1,
body.vehicle-detail-page #cf_1 {
    display: none !important;
}

body.task-view_vehicle .central_content,
body.view-view_vehicle .central_content {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

body.task-view_vehicle #contentBox,
body.view-view_vehicle #contentBox,
body.task-view_vehicle #contentBox > div,
body.view-view_vehicle #contentBox > div,
body.task-view_vehicle .vehiclemanager_,
body.view-view_vehicle .vehiclemanager_,
body.task-view_vehicle .os_jv,
body.view-view_vehicle .os_jv {
    width: 100%;
    max-width: none;
}

body.task-view_vehicle .os_jv,
body.view-view_vehicle .os_jv {
    padding: 44px 0 20px;
    color: #26322b;
}

body.task-view_vehicle .componentheading,
body.view-view_vehicle .componentheading {
    display: block;
    max-width: 1050px;
    margin: 0 auto 34px;
}

body.task-view_vehicle .componentheading h1,
body.view-view_vehicle .componentheading h1 {
    margin: 0;
    color: #17202a;
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 760;
    letter-spacing: -0.04em;
    line-height: 1.08;
    text-align: center;
    text-transform: none;
}

body.task-view_vehicle .vm_view_head,
body.view-view_vehicle .vm_view_head {
    max-width: 1050px;
    margin: 0 auto 26px;
    text-align: center;
}

body.task-view_vehicle #currency_price,
body.view-view_vehicle #currency_price {
    display: inline-block;
    margin: 0;
    color: #17202a;
    font-size: 34px;
    font-weight: 760;
    line-height: 1.1;
}

body.task-view_vehicle .basictable_26,
body.view-view_vehicle .basictable_26 {
    display: none;
}

body.task-view_vehicle .info_desc,
body.view-view_vehicle .info_desc,
body.task-view_vehicle .tabcontent,
body.view-view_vehicle .tabcontent,
body.task-view_vehicle .vm_main_info,
body.view-view_vehicle .vm_main_info {
    width: 100%;
    max-width: none;
}

body.task-view_vehicle .vm_main_info .row_02,
body.view-view_vehicle .vm_main_info .row_02 {
    overflow: hidden;
    background: #f4f6f4;
    border-radius: 14px;
}

body.task-view_vehicle .vm_main_info .swiper-container,
body.view-view_vehicle .vm_main_info .swiper-container,
body.task-view_vehicle .vm_main_info .swiper-slide,
body.view-view_vehicle .vm_main_info .swiper-slide {
    width: 100%;
}

body.task-view_vehicle .vm_main_info .swiper-slide img,
body.view-view_vehicle .vm_main_info .swiper-slide img,
body.task-view_vehicle .vm_main_info .row_02 > a > img,
body.view-view_vehicle .vm_main_info .row_02 > a > img {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: contain;
}

body.task-view_vehicle .basictable_27,
body.view-view_vehicle .basictable_27 {
    margin-top: 20px;
}

body.task-view_vehicle .basictable_27 .row_main,
body.view-view_vehicle .basictable_27 .row_main {
    display: flex;
    padding: 18px 22px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 30px;
    background: #fff;
    border-top: 1px solid #dfe5df;
    border-bottom: 1px solid #dfe5df;
}

body.task-view_vehicle .basictable_27 .row_inline,
body.view-view_vehicle .basictable_27 .row_inline {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 7px;
    color: #465149;
    font-size: 16px;
    line-height: 1.4;
}

body.task-view_vehicle .basictable_27 .row_inline i,
body.view-view_vehicle .basictable_27 .row_inline i {
    color: #4ba84f;
    font-size: 18px;
}

body.task-view_vehicle .row_description,
body.view-view_vehicle .row_description {
    width: 100%;
    margin-top: 42px;
}

body.task-view_vehicle .row_description > .col_02,
body.view-view_vehicle .row_description > .col_02 {
    display: block;
    width: 100%;
}

body.task-view_vehicle .menuprecio,
body.view-view_vehicle .menuprecio {
    width: 100%;
    padding: 48px 0 30px;
}

body.task-view_vehicle .menuprecio > .container > .row,
body.view-view_vehicle .menuprecio > .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: start;
}

body.task-view_vehicle .menuprecio > .container > .row > .col-md-6,
body.view-view_vehicle .menuprecio > .container > .row > .col-md-6 {
    width: 100%;
    float: none;
}

body.task-view_vehicle .gallery#linkgallery,
body.view-view_vehicle .gallery#linkgallery {
    display: grid;
    width: 100%;
    margin: 20px auto 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.task-view_vehicle .gallery#linkgallery > a,
body.view-view_vehicle .gallery#linkgallery > a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

body.task-view_vehicle .gallery#linkgallery img.gallery,
body.view-view_vehicle .gallery#linkgallery img.gallery {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0;
    object-fit: cover;
}

@media (max-width: 900px) {
    body.task-view_vehicle .menuprecio > .container > .row,
    body.view-view_vehicle .menuprecio > .container > .row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.task-view_vehicle .gallery#linkgallery,
    body.view-view_vehicle .gallery#linkgallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    body.task-view_vehicle .central_content,
    body.view-view_vehicle .central_content {
        width: calc(100% - 28px);
    }

    body.task-view_vehicle .os_jv,
    body.view-view_vehicle .os_jv {
        padding-top: 28px;
    }

    body.task-view_vehicle .componentheading,
    body.view-view_vehicle .componentheading {
        margin-bottom: 24px;
    }

    body.task-view_vehicle .componentheading h1,
    body.view-view_vehicle .componentheading h1 {
        font-size: 34px;
    }

    body.task-view_vehicle .basictable_27 .row_main,
    body.view-view_vehicle .basictable_27 .row_main {
        padding: 15px 10px;
        justify-content: flex-start;
        gap: 10px 18px;
    }

    body.task-view_vehicle .basictable_27 .row_inline,
    body.view-view_vehicle .basictable_27 .row_inline {
        font-size: 15px;
    }

    body.task-view_vehicle .menuprecio,
    body.view-view_vehicle .menuprecio {
        padding-top: 34px;
    }

    body.task-view_vehicle .gallery#linkgallery,
    body.view-view_vehicle .gallery#linkgallery {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.task-view_vehicle .gallery#linkgallery img.gallery,
    body.view-view_vehicle .gallery#linkgallery img.gallery {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

/* Rediseño comercial de la ficha individual */
body.vehicle-detail-page .componentheading,
body.vehicle-detail-page .vm_view_head,
body.vehicle-detail-page .basictable_26,
body.vehicle-detail-page .basictable_27 > .row_main,
body.vehicle-detail-page .basictable_34,
body.vehicle-detail-page .vehicle-button-about,
body.vehicle-detail-page .os_jv > p:last-of-type {
    display: none !important;
}

body.vehicle-detail-page .central_content {
    width: min(1320px, calc(100% - 48px));
}

body.vehicle-detail-page .os_jv {
    padding: 42px 0 72px;
}

body.vehicle-detail-page .sm-vehicle-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(330px, .72fr);
    gap: 48px;
    align-items: start;
    margin: 0 0 58px;
}

body.vehicle-detail-page .sm-vehicle-media {
    min-width: 0;
}

body.vehicle-detail-page .vm_main_info .sm-vehicle-media .row_02 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f1f3f1;
    border-radius: 14px;
}

body.vehicle-detail-page .vm_main_info .vm_col_sale,
body.vehicle-detail-page .vm_main_info .vm_col_rent,
body.vehicle-detail-page .vm_main_info .vm_listing_status {
    display: none !important;
}

body.vehicle-detail-page .sm-vehicle-media__type,
body.vehicle-detail-page .sm-vehicle-media__motorisation {
    position: absolute;
    top: 18px;
    z-index: 1;
    padding: 8px 13px;
    color: #267f31;
    background: rgba(255, 255, 255, .94);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

body.vehicle-detail-page .sm-vehicle-media__type {
    left: 18px;
}

body.vehicle-detail-page .sm-vehicle-media__motorisation {
    right: 18px;
    color: #fff;
    background: #4ba84f;
}

body.vehicle-detail-page .vm_main_info .sm-vehicle-media .swiper-container,
body.vehicle-detail-page .vm_main_info .sm-vehicle-media .swiper-wrapper,
body.vehicle-detail-page .vm_main_info .sm-vehicle-media .swiper-slide,
body.vehicle-detail-page .vm_main_info .sm-vehicle-media .swiper-slide > a {
    width: 100%;
    height: 100%;
}

body.vehicle-detail-page .vm_main_info .sm-vehicle-media .swiper-slide img,
body.vehicle-detail-page .vm_main_info .sm-vehicle-media .row_02 > a > img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

body.vehicle-detail-page .sm-vehicle-summary {
    position: sticky;
    top: 112px;
    padding: 8px 0 0 34px;
    border-left: 1px solid #dfe5df;
}

body.vehicle-detail-page .sm-vehicle-summary__title {
    margin: 0 0 30px;
    color: #17202a;
    font-size: clamp(29px, 2.45vw, 38px);
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.12;
    text-align: left;
    text-transform: none;
}

body.vehicle-detail-page .sm-vehicle-summary__price {
    margin: 0;
    color: #267f31;
    font-size: clamp(42px, 3.8vw, 54px);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1;
}

body.vehicle-detail-page .sm-vehicle-summary__price small {
    font-size: .62em;
    font-weight: 650;
}

body.vehicle-detail-page .sm-vehicle-summary__price-note {
    margin: 9px 0 28px;
    color: #6a746e;
    font-size: 14px;
}

body.vehicle-detail-page .sm-vehicle-summary__facts {
    display: grid;
    margin: 0 0 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #dfe5df;
}

body.vehicle-detail-page .sm-vehicle-summary__facts > div {
    padding: 15px 12px 14px 0;
    border-bottom: 1px solid #dfe5df;
}

body.vehicle-detail-page .sm-vehicle-summary__facts dt {
    margin: 0 0 3px;
    color: #748078;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

body.vehicle-detail-page .sm-vehicle-summary__facts dd {
    margin: 0;
    color: #17202a;
    font-size: 17px;
    font-weight: 650;
}

body.vehicle-detail-page .sm-vehicle-summary__cta,
body.vehicle-detail-page .sm-vehicle-summary__phone {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

body.vehicle-detail-page .sm-vehicle-summary__cta {
    color: #fff;
    background: #4ba84f;
}

body.vehicle-detail-page .sm-vehicle-summary__cta .fa-whatsapp {
    font-size: 25px;
}

body.vehicle-detail-page .sm-vehicle-summary__phone {
    margin-top: 10px;
    color: #26322b;
    border: 1px solid #cfd8d0;
    background: #fff;
}

body.vehicle-detail-page .sm-vehicle-summary__help {
    margin: 13px 0 0;
    color: #707a73;
    font-size: 13px;
    text-align: center;
}

body.vehicle-detail-page .row_description {
    margin-top: 0;
}

body.vehicle-detail-page .sm-vehicle-sections {
    display: flex;
    width: min(100%, 900px);
    margin: -18px auto 48px;
    padding: 8px;
    justify-content: center;
    gap: 6px;
    border-radius: 9px;
    background: #f3f7f3;
}

body.vehicle-detail-page .sm-vehicle-sections a {
    display: block;
    padding: 11px 18px;
    color: #344239;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
}

body.vehicle-detail-page .sm-vehicle-sections a:first-child {
    color: #fff;
    background: #4ba84f;
}

body.vehicle-detail-page .menuprecio {
    margin: 0;
    padding: 52px 0;
    border: 0;
}

body.vehicle-detail-page .menuprecio > .container {
    width: 100%;
    padding: 0;
}

body.vehicle-detail-page .menuprecio > .container > .row {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6 {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child {
    order: 2;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:last-child {
    order: 1;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container {
    width: 100%;
    max-width: 1120px;
    margin: 44px auto 0;
    padding: 0;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > h4 {
    margin: 0 0 24px;
    color: #17202a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.15;
    text-align: center;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 0;
    overflow: hidden;
    align-items: stretch;
    border: 0;
    border-radius: 10px;
    background: #f3f7f3;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > .row > .col-md-6 {
    width: 100%;
    margin: 0;
    padding: 26px 32px;
}

body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > .row > .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 238px;
    border-top: 0;
    border-left: 0;
    background: #e8f2e9;
}

body.vehicle-detail-page .menuprecio .card.p-5.bg-light.my-4 {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
}

body.vehicle-detail-page .menuprecio .card.p-5.bg-light.my-4 > h4 {
    margin: 0 0 10px;
    color: #17202a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1.3;
    text-align: left;
}

body.vehicle-detail-page .menuprecio .card.p-5.bg-light.my-4 > h4:not(:first-child) {
    margin-top: 28px;
}

body.vehicle-detail-page .menuprecio .grid-container.card.bg-dark-subtle.px-4 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 14px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
}

body.vehicle-detail-page .menuprecio .grid-container.card.bg-dark-subtle.px-4 .grid-item {
    min-width: 0;
}

body.vehicle-detail-page .menuprecio p.loan {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: #465149;
    font-size: 16px;
    text-align: right;
}

body.vehicle-detail-page .menuprecio input#loanAmount,
body.vehicle-detail-page .menuprecio input#loanTenure {
    display: block;
    width: 86px;
    height: 46px;
    margin: 0;
    padding: 8px 9px;
    color: #17202a;
    border: 1px solid #cbd5cc;
    border-radius: 7px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

body.vehicle-detail-page .menuprecio input#loanTenure {
    width: 62px;
}

body.vehicle-detail-page .menuprecio input[type="range"] {
    height: 28px;
    margin: 0;
    accent-color: #4ba84f;
}

body.vehicle-detail-page .menuprecio p.calcularloan {
    display: none;
}

body.vehicle-detail-page .menuprecio p.calcularloan button {
    min-height: 48px;
    padding: 11px 26px;
    border: 0;
    border-radius: 7px;
    background: #4ba84f;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .025em;
}

body.vehicle-detail-page .menuprecio .espacio {
    display: none;
}

body.vehicle-detail-page .menuprecio p.preciocontado {
    margin: 0 0 4px;
    color: #17202a;
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
}

body.vehicle-detail-page .menuprecio p.textodescuento {
    margin: 8px 0 0;
    color: #69736d;
    font-size: 14px;
}

body.vehicle-detail-page .menuprecio .resultloan {
    min-height: 54px;
    margin-top: 20px;
    font-weight: 600;
}

body.vehicle-detail-page .menuprecio .resultloan p#result {
    margin: 0;
    color: #4ba84f;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
}

body.vehicle-detail-page .menuprecio .resultloan p.resultloan {
    min-height: 0;
    margin: 4px 0 0;
    color: #667069;
    font-size: 14px;
    font-weight: 500;
}

body.vehicle-detail-page .menuprecio p.enlacewhats {
    display: none;
}

body.vehicle-detail-page .menuprecio p.explicacion {
    max-width: 820px;
    margin: 16px auto 0;
    color: #667069;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

body.vehicle-detail-page .sm-vehicle-equipment {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

body.vehicle-detail-page .sm-vehicle-equipment__heading {
    max-width: none;
    margin: 0 0 34px;
    text-align: left;
}

body.vehicle-detail-page .sm-vehicle-equipment__heading h2,
body.vehicle-detail-page .sm-vehicle-equipment__heading .sm-vehicle-equipment__eyebrow,
body.vehicle-detail-page .sm-vehicle-equipment__heading .sm-vehicle-equipment__intro {
    text-align: left;
}

body.vehicle-detail-page .sm-vehicle-equipment__heading h2 {
    font-size: 40px;
}

body.vehicle-detail-page .sm-vehicle-equipment__intro {
    max-width: 680px;
    margin-left: 0;
    font-size: 18px;
}

body.vehicle-detail-page .sm-vehicle-equipment__list {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 34px;
    border-top: 0;
}

body.vehicle-detail-page .sm-vehicle-equipment__list li {
    min-height: 0;
    padding: 10px 0 10px 30px;
    border-bottom: 0;
    font-size: 16px;
}

body.vehicle-detail-page .sm-vehicle-equipment__notice {
    max-width: none;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #dfe5df;
}

body.vehicle-detail-page .gallery#linkgallery {
    margin-top: 58px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.vehicle-detail-page .gallery#linkgallery::before {
    content: "Galería del vehículo";
    display: block;
    margin-bottom: 18px;
    grid-column: 1 / -1;
    color: #17202a;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.025em;
    text-align: center;
}

body.vehicle-detail-page .gallery#linkgallery img.gallery {
    width: 100%;
    height: 230px;
    border-radius: 8px;
    object-fit: cover;
}

body.vehicle-detail-page .vm_mainblock {
    display: grid;
    max-width: 1120px;
    margin: 58px auto 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px 34px;
    border: 0 !important;
    background: transparent !important;
}

body.vehicle-detail-page .vm_mainblock .vm_maintitle {
    grid-column: 1 / -1;
    margin: 0 0 12px;
    padding: 0;
    color: #17202a;
    background: transparent;
    border: 0;
    border-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

body.vehicle-detail-page .vm_mainblock .row_inline {
    display: flex;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    border-bottom: 0;
}

body.vehicle-detail-page .vm_mainblock > .row_inline {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    border-bottom: 0;
}

body.vehicle-detail-page .vm_mainblock > div:not(.vm_maintitle):not(.row_inline) {
    display: contents !important;
}

body.vehicle-detail-page .vm_mainblock .col_01 {
    color: #768078;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

body.vehicle-detail-page .vm_mainblock .col_02 {
    color: #17202a;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.3;
}

body.vehicle-detail-page .basictable_28 {
    display: grid;
    max-width: 1120px;
    margin: 28px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 34px;
    border: 0 !important;
    background: transparent !important;
}

body.vehicle-detail-page .basictable_28 > div {
    display: flex;
    min-height: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    border-bottom: 0;
    float: none !important;
    width: auto !important;
    height: auto !important;
}

body.vehicle-detail-page .basictable_28 .col_01 {
    color: #768078;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

body.vehicle-detail-page .basictable_28 .col_02 {
    color: #17202a;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.3;
}

@media (max-width: 1000px) {
    body.vehicle-detail-page .sm-vehicle-hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.vehicle-detail-page .sm-vehicle-summary {
        position: static;
        padding: 0;
        border-left: 0;
    }

    body.vehicle-detail-page .menuprecio > .container > .row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child {
        order: 2;
    }

    body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:last-child {
        order: 1;
    }

    body.vehicle-detail-page .sm-vehicle-equipment {
        margin-top: 0;
    }

    body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > .row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > .row > .col-md-6:last-child {
        min-height: 250px;
        border-top: 1px solid #dce3dc;
        border-left: 0;
    }

    body.vehicle-detail-page .sm-vehicle-equipment__list,
    body.vehicle-detail-page .vm_mainblock,
    body.vehicle-detail-page .basictable_28 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.vehicle-detail-page .central_content {
        width: calc(100% - 28px);
    }

    body.vehicle-detail-page .os_jv {
        padding-top: 20px;
    }

    body.vehicle-detail-page .sm-vehicle-hero {
        margin-bottom: 40px;
    }

    body.vehicle-detail-page .sm-vehicle-sections {
        display: grid;
        width: 100%;
        margin: -12px auto 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.vehicle-detail-page .sm-vehicle-sections a {
        padding: 11px 8px;
        font-size: 14px;
        text-align: center;
    }

    body.vehicle-detail-page .vm_main_info .sm-vehicle-media .row_02 {
        aspect-ratio: 4 / 3;
        border-radius: 9px;
    }

    body.vehicle-detail-page .sm-vehicle-summary__title {
        font-size: 31px;
    }

    body.vehicle-detail-page .sm-vehicle-summary__price {
        font-size: 38px;
    }

    body.vehicle-detail-page .menuprecio {
        padding: 42px 0;
    }

    body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > h4 {
        margin-bottom: 24px;
        font-size: 26px;
    }

    body.vehicle-detail-page .menuprecio > .container > .row > .col-md-6:first-child > .container > .row > .col-md-6 {
        padding: 26px 20px;
    }

    body.vehicle-detail-page .menuprecio .grid-container.card.bg-dark-subtle.px-4 {
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 14px;
    }

    body.vehicle-detail-page .menuprecio input#loanAmount {
        width: 78px;
        font-size: 15px;
    }

    body.vehicle-detail-page .menuprecio p.preciocontado {
        font-size: 35px;
    }

    body.vehicle-detail-page .sm-vehicle-equipment {
        margin: 0 auto;
    }

    body.vehicle-detail-page .sm-vehicle-equipment__list,
    body.vehicle-detail-page .vm_mainblock,
    body.vehicle-detail-page .basictable_28 {
        grid-template-columns: 1fr;
    }

    body.vehicle-detail-page .gallery#linkgallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.vehicle-detail-page .gallery#linkgallery img.gallery {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.sm-sell-hero {
    position: relative;
    display: flex;
    min-height: 590px;
    overflow: hidden;
    align-items: center;
    color: #17202a;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.sm-sell-hero__media,
.sm-sell-hero__overlay {
    position: absolute;
    inset: 0;
}

.sm-sell-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sm-sell-hero__overlay {
    background:
        linear-gradient(90deg, rgba(12,21,16,0.91) 0%, rgba(12,21,16,0.75) 42%, rgba(12,21,16,0.2) 72%, rgba(12,21,16,0.05) 100%),
        linear-gradient(0deg, rgba(12,21,16,0.3), transparent 45%);
}

.sm-sell-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 78px 0;
}

.sm-sell-hero__content {
    max-width: 720px;
}

.sm-sell-hero__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 13px;
    color: #246f2c;
    background: #fff;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-sell-hero h1 {
    max-width: 700px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 780;
    letter-spacing: -0.045em;
    line-height: 1.01;
    text-align: center;
}

.sm-sell-hero__lead {
    max-width: 660px;
    margin: 0 0 32px;
    color: rgba(255,255,255,0.92);
    font-size: 20px;
    line-height: 1.65;
    text-align: left;
}

.sm-sell-hero h1 span {
    color: #4ba84f;
}

.sm-sell-hero__actions {
    display: flex;
    align-items: center;
    gap: 15px 22px;
    flex-wrap: wrap;
}

.sm-sell-hero__note {
    color: rgba(255,255,255,0.86);
    font-size: 14px;
}

.sm-sell-page {
    --sm-sell-green: #4ba84f;
    --sm-sell-dark: #17202a;
    --sm-sell-muted: #5f6872;
    --sm-sell-line: #dfe5df;
    padding: 76px 0 88px;
    color: var(--sm-sell-dark);
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.sm-sell-page *,
.sm-sell-page *::before,
.sm-sell-page *::after {
    box-sizing: border-box;
}

.sm-sell-wrap {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.sm-sell-heading {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.sm-sell-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: var(--sm-sell-green);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.sm-sell-heading h2 {
    margin: 0 0 17px;
    color: var(--sm-sell-dark);
    font-size: clamp(34px, 3.7vw, 50px);
    font-weight: 770;
    letter-spacing: -0.04em;
    line-height: 1.08;
    text-align: center;
}

.sm-sell-heading p {
    max-width: 730px;
    margin: 0 auto;
    color: var(--sm-sell-muted);
    font-size: 18px;
    line-height: 1.65;
    text-align: left;
}

.sm-sell-process {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
    align-items: stretch;
    gap: 66px;
}

.sm-sell-process__steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sm-sell-step {
    position: relative;
    padding: 4px 0 30px 72px;
}

.sm-sell-step + .sm-sell-step {
    padding-top: 30px;
    border-top: 1px solid var(--sm-sell-line);
}

.sm-sell-step__number {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: var(--sm-sell-green);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 750;
}

.sm-sell-step + .sm-sell-step .sm-sell-step__number {
    top: 27px;
}

.sm-sell-step h3 {
    margin: 0 0 9px;
    color: var(--sm-sell-dark);
    font-size: 23px;
    font-weight: 730;
    line-height: 1.25;
    text-align: center;
}

.sm-sell-step p {
    margin: 0;
    color: var(--sm-sell-muted);
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}

.sm-sell-process__action {
    margin: 4px 0 0 72px;
    padding-top: 22px;
    border-top: 2px solid var(--sm-sell-green);
}

.sm-sell-process__image {
    position: relative;
    min-height: 545px;
    overflow: hidden;
    border-radius: 18px;
}

.sm-sell-process__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 545px;
    object-fit: cover;
}

.sm-sell-process__image::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, transparent, rgba(8,18,11,0.78));
}

.sm-sell-process__claim {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
    z-index: 1;
    color: #fff;
}

.sm-sell-process__claim strong {
    display: block;
    max-width: 470px;
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 1.22;
}

.sm-sell-process__claim span {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.5;
}

.sm-sell-methods {
    padding-top: 96px;
}

.sm-sell-methods__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--sm-sell-line);
    border-bottom: 1px solid var(--sm-sell-line);
}

.sm-sell-method {
    position: relative;
    padding: 36px 38px 40px;
}

.sm-sell-method + .sm-sell-method {
    border-left: 1px solid var(--sm-sell-line);
}

.sm-sell-method__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
    place-items: center;
    color: var(--sm-sell-green);
    border: 1px solid #b9daba;
    border-radius: 50%;
}

.sm-sell-method__icon svg {
    width: 23px;
    height: 23px;
}

.sm-sell-method h3 {
    margin: 0 0 11px;
    color: var(--sm-sell-dark);
    font-size: 23px;
    font-weight: 730;
    line-height: 1.25;
    text-align: center;
}

.sm-sell-method p {
    margin: 0;
    color: var(--sm-sell-muted);
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}

.sm-sell-method strong {
    color: #344039;
}

@media (max-width: 991px) {
    .sm-sell-hero {
        min-height: 540px;
    }

    .sm-sell-hero__overlay {
        background: linear-gradient(90deg, rgba(12,21,16,0.9) 0%, rgba(12,21,16,0.7) 60%, rgba(12,21,16,0.25) 100%);
    }

    .sm-sell-process {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .sm-sell-process__image {
        order: -1;
    }

    .sm-sell-process__image,
    .sm-sell-process__image img {
        min-height: 420px;
        height: 420px;
    }

    .sm-sell-methods__list {
        grid-template-columns: 1fr;
    }

    .sm-sell-method + .sm-sell-method {
        border-top: 1px solid var(--sm-sell-line);
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .sm-sell-hero {
        min-height: 560px;
        padding: 0;
    }

    .sm-sell-hero__media img {
        object-position: 62% center;
    }

    .sm-sell-hero__overlay {
        background: linear-gradient(180deg, rgba(12,21,16,0.58) 0%, rgba(12,21,16,0.9) 60%, rgba(12,21,16,0.96) 100%);
    }

    .sm-sell-hero__inner {
        width: min(100% - 28px, 1240px);
        padding: 64px 0 46px;
    }

    .sm-sell-hero h1 {
        font-size: 40px;
    }

    .sm-sell-hero__lead {
        font-size: 17px;
    }

    .sm-sell-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sm-sell-page {
        padding: 54px 0 64px;
    }

    .sm-sell-wrap {
        width: min(100% - 28px, 1240px);
    }

    .sm-sell-heading {
        margin-bottom: 34px;
    }

    .sm-sell-heading h2 {
        font-size: 32px;
    }

    .sm-sell-heading p {
        font-size: 17px;
    }

    .sm-sell-process__image,
    .sm-sell-process__image img {
        min-height: 300px;
        height: 300px;
    }

    .sm-sell-process__claim {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .sm-sell-process__claim strong {
        font-size: 21px;
    }

    .sm-sell-step {
        padding-left: 62px;
    }

    .sm-sell-step__number {
        width: 42px;
        height: 42px;
    }

    .sm-sell-step h3 {
        font-size: 21px;
    }

    .sm-sell-process__action {
        margin-left: 62px;
    }

    .sm-sell-methods {
        padding-top: 66px;
    }

    .sm-sell-method {
        padding: 28px 4px 30px;
    }

}



.seul-servicios-hero {
    position: relative;
    width: 100%;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    background-color: #111111;
}

/* La imagen de la fachada completa de fondo */
.seul-servicios-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Oscurecimiento uniforme para garantizar contraste sin manchar con degradados */
.seul-servicios-hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    z-index: 0;
}

.seul-servicios-hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px 60px 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
    box-sizing: border-box;
}

.seul-servicios-hero-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.seul-servicios-hero-header h1 {
    display: inline-block;
    font-size: 3.4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -1.5px;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}

.seul-servicios-hero-header h1 span {
    color: #e31b23;
}

/* Tres columnas limpias que flotan libres sobre la foto */
.seul-servicios-hero-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 50px;
}

.seul-hero-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

/* Títulos elegantes con la línea roja corporativa integrada debajo */
.seul-hero-item h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

.seul-hero-item h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #e31b23;
}

/* Texto de descripción limpio, con peso equilibrado para máxima lectura */
.seul-hero-item p {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #dddddd;
    margin: 0;
    font-weight: 400;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

/* Responsivo impecable */
@media (max-width: 992px) {
    .seul-servicios-hero-container {
        padding: 60px 20px;
    }

    .seul-servicios-hero-header h1 {
        font-size: 2.6rem;
    }

    .seul-servicios-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .seul-hero-item h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .seul-servicios-hero-header h1 {
        font-size: 2rem;
        letter-spacing: -1px;
    }
}





.filosofia{
    padding:40px 0 50px;
}

.filosofia h2{
    text-align:center;
    font-size:42px;
    font-weight:800;
    margin:0 0 30px;
    color:#222;
    position:relative;
}

.filosofia h2:after{
    content:"";
    display:block;
    width:70px;
    height:4px;
    background:#4ba84f;
    margin:12px auto 0;
}

.filosofia .row{
    min-height:13rem;
}

.filosofia .image{
    overflow:hidden;
    height:13rem;
}

.filosofia .image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
}

.filosofia .image:hover img{
    transform:scale(1.12);
}

.filosofia .text{
    height:13rem;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    color:#fff;
    text-align:center;
}

.filosofia .content{
    max-width:100%;
}

.filosofia .text h3{
    margin:0 0 10px;
    font-size:22px;
    font-weight:700;
    color:#fff;
    border-bottom: 1px solid;
}

.filosofia .text p{
    margin:0;
    font-size:14px;
    line-height:1.5;
    color:#fff;
}

.filosofia .bg-1{
    background:#4ba84f;
}

.filosofia .bg-2{
    background:#e60000;
}

.filosofia .bg-3{
    background:#cc0000;
}

.filosofia .bg-4{
    background:#ff4d4d;
}

@media (max-width:991.98px){
    .filosofia h2{
        font-size:32px;
    }

    .filosofia .image,
    .filosofia .text{
        height:220px;
    }
}
.navbar-toggler{
    pointer-events:auto;
}
#main-navbar-collapse{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999999;
}
.wrapperMainMenu #main-navbar-collapse,
.wrapperMainMenu #main-navbar-collapse *{
    pointer-events:auto;
}
.navbar-header {
    margin-top: 14px;
    margin-right: 14px;
}
.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
    color: #4ba84f;
}
button.navbar-toggler {
    background: #ededed;
}
.navbar-toggler:focus {
    box-shadow: none;
}
a.fab.fa-x-twitter::before {
    color: #fff;
}
a.fab.fa-facebook::before {
    color: #fff;
}
a.fab.fa-youtube::before {
    color: #fff;
}
a.fab.fa-pinterest::before {
    color: #fff;
}
a.fab.fa-instagram::before {
    color: #fff;
}
a.fab.fa-tiktok::before {
    color: #fff;
}

.sm-why{
    position:relative;
    max-width:1200px;
    margin:100px auto;
    display:grid;
    grid-template-columns:1fr 260px 1fr;
    grid-template-rows:repeat(2,auto);
    gap:90px 70px;
    align-items:center;
}

.sm-center-circle{
    grid-column:2;
    grid-row:1 / span 2;
    width:260px;
    height:260px;
    border-radius:50%;
    background:#e30613;
    display:flex;
    align-items:center;
    justify-content:center;
}
.sm-center-circle img{
    max-width:205px;
}
.sm-item{
    display:flex;
    align-items:center;
    gap:30px;
}
.sm-left{
    justify-content:flex-end;
    text-align:right;
}
.sm-right{
    justify-content:flex-start;
    text-align:left;
}
.sm-num{
    font-size:140px;
    line-height:.8;
    font-weight:800;
    color:#f8b3b8;
    flex-shrink:0;
    opacity:.9;
}
.sm-text{
    max-width:280px;
}
.sm-text h3{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.05;
}
.sm-text p{
    margin:0;
    font-size:17px;
    line-height:1.8;
}
@media(max-width:991px){
    .sm-why{
        grid-template-columns:1fr;
        gap:55px;
        margin:70px auto;
    }
    .sm-center-circle{
        grid-column:auto;
        grid-row:auto;
        width:180px;
        height:180px;
        order:-1;
    }
    .sm-center-circle img{
        max-width:95px;
    }
    .sm-item,
    .sm-left,
    .sm-right{
        justify-content:flex-start;
        text-align:left;
    }
    .sm-item{
        gap:18px;
    }
    .sm-right{
        flex-direction:row-reverse;
    }
    .sm-num{
        font-size:90px;
    }
    .sm-text{
        max-width:none;
    }
}

.sm-postventa{
max-width:1500px;
margin:140px auto;
padding:0 30px;
}

.sm-postventa-head{
max-width:900px;
margin:0 auto 90px;
text-align:center;
}

.sm-postventa-head span{
display:inline-block;
padding:8px 20px;
background:#d60000;
color:#fff;
border-radius:50px;
font-size:.8rem;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:22px;
}
.sm-postventa-head h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 30px;
    color: #222;
    position: relative;
}
.sm-postventa-head h2::after{
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #4ba84f;
    margin: 12px auto 0;
}
.sm-postventa-head p{
margin:0;
font-size:1.08rem;
line-height:2;
color:#666;
}

.sm-service{
position:relative;
margin-bottom:100px;
padding:55px;
background:#fff;
border-radius:30px;
box-shadow:0 25px 70px rgba(0,0,0,.08);
overflow:hidden;
}

.sm-service:before{
content:"";
position:absolute;
width:420px;
height:420px;
border-radius:50%;
background:rgba(214,0,0,.04);
top:-180px;
right:-180px;
}

.sm-service:after{
content:"";
position:absolute;
width:240px;
height:240px;
border-radius:50%;
border:1px solid rgba(214,0,0,.08);
bottom:-120px;
left:-120px;
}

.sm-service-top{
position:relative;
display:grid;
grid-template-columns:90px 1fr auto;
gap:35px;
align-items:center;
margin-bottom:45px;
}

.sm-service-icon{
width:90px;
height:90px;
border-radius:24px;
background:#d60000;
display:flex;
align-items:center;
justify-content:center;
font-size:2.4rem;
color:#fff;
box-shadow:0 15px 35px rgba(214,0,0,.25);
}

.sm-service-title span{
display:inline-block;
margin-bottom:10px;
font-size:.8rem;
font-weight:700;
letter-spacing:3px;
color:#d60000;
}

.sm-service-title h3{
margin:0 0 8px;
font-size:2.3rem;
line-height:1.1;
}

.sm-service-title p{
margin:0;
font-size:1.15rem;
color:#777;
font-style:italic;
}

.sm-service-mark{
font-size:5rem;
font-weight:800;
line-height:1;
color:#dbdbdb;
letter-spacing:3px;
user-select:none;
}

.sm-service-intro{
position:relative;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-bottom:45px;
}

.sm-service-intro p{
margin:0;
line-height:2;
color:#666;
}

.sm-service-grid{
position:relative;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin-bottom:45px;
}

.sm-service-grid article{
padding:30px;
background:linear-gradient(180deg,#dbdbdb,#fafafa);
border-radius:18px;
border:1px solid #efefef;
position:relative;
}

.sm-service-grid article:before{
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
width:4px;
background:#d60000;
border-radius:4px;
}

.sm-service-grid h4{
margin:0 0 14px;
font-size:1.15rem;
line-height:1.3;
}
.sm-service-end p {
    margin: 0;
    line-height: 1.9;
    font-weight: 600;
    color: #fff;
}
.sm-service-end{
position:relative;
padding:28px 35px;
border-radius:18px;
background:linear-gradient(135deg,#d60000,#b50000);
color:#fff;
}

.sm-service-end p{
margin:0;
line-height:1.9;
font-weight:600;
}

@media(max-width:991px){

.sm-postventa{
padding:0 20px;
margin:90px auto;
}

.sm-service{
padding:35px 22px;
border-radius:22px;
}

.sm-service-top{
grid-template-columns:70px 1fr;
gap:20px;
}

.sm-service-mark{
display:none;
}

.sm-service-icon{
width:70px;
height:70px;
font-size:2rem;
}

.sm-service-title h3{
font-size:1.9rem;
}

.sm-service-intro{
grid-template-columns:1fr;
gap:20px;
}

.sm-service-grid{
grid-template-columns:1fr;
gap:18px;
}

.sm-service-grid article{
padding:22px;
}

.sm-service-end{
padding:22px;
}
}
i.fa-solid.fa-screwdriver-wrench::before {
    color: #ffffff !important;
}
i.fa-solid.fa-shield-halved::before {
    color: #ffffff !important;    
}
.sm-contacto {
    max-width: 1160px;
    margin: 90px auto;
    padding: 0 22px;
}

.sm-contacto-head {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
}

.sm-contacto-head span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #4ba84f;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-contacto-head h2 {
    margin: 0 0 14px;
    color: #17202a;
    font-size: clamp(27px, 3.3vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: center;
}

.sm-contacto-head p {
    margin: 0;
    color: #5f6872;
    font-size: 17px;
    line-height: 1.7;
}

.sm-contacto-top {
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    gap: 28px;
    align-items: start;
}

.sm-contacto-empresa {
    position: relative;
    padding: 40px;
    background: #17202a;
    border-radius: 16px;
    overflow: hidden;
}

.sm-contacto-empresa:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    top: -130px;
    right: -130px;
}

.sm-contacto-empresa:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    bottom: -90px;
    left: -90px;
}

.sm-logo {
    margin-bottom: 32px;
}

.sm-logo img {
    height: auto;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.sm-contacto-empresa h3 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 800;
    text-align: left;
}

.sm-cif {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .65);
    font-size: .95rem;
    text-align: left;
}

.sm-desc {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.7;
    text-align: left;
}

.sm-divider {
    width: 56px;
    height: 3px;
    background: #4ba84f;
    border-radius: 2px;
    margin: 28px 0;
}

.sm-contacto-empresa ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sm-contacto-empresa li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.sm-contacto-empresa i {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #4ba84f;
    flex-shrink: 0;
}

.sm-contacto-empresa i::before {
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
}

.sm-contacto-empresa .fa-location-dot::before {
    content: "\f3c5";
}

.sm-contacto-empresa .fa-phone::before {
    content: "\f095";
}

.sm-contacto-empresa .fa-whatsapp::before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.sm-contacto-empresa strong {
    display: block;
    margin-bottom: 4px;
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
}

.sm-contacto-empresa span,
.sm-contacto-empresa a {
    color: rgba(255, 255, 255, .88);
    text-decoration: none;
    line-height: 1.7;
}

.sm-contacto-empresa a:hover {
    color: #fff;
}

.sm-contacto-info {
    padding: 8px 0;
}

.sm-contacto-subtitle {
    display: inline-block;
    margin-bottom: 14px;
    color: #4ba84f;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-contacto-info h3 {
    margin: 0 0 14px;
    color: #17202a;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: left;
}

.sm-contacto-info p {
    margin: 0 0 18px;
    line-height: 1.7;
    color: #5f6872;
    text-align: left;
}

.sm-contacto-beneficios {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.sm-beneficio {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.sm-beneficio i {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #4ba84f;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.sm-beneficio i::before {
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.sm-beneficio .fa-comments::before {
    content: "\f086";
}

.sm-beneficio .fa-bolt::before {
    content: "\f0e7";
}

.sm-beneficio .fa-shield-heart::before {
    content: "\e574";
}

.sm-beneficio strong {
    display: block;
    margin-bottom: 6px;
    color: #17202a;
    font-size: 1rem;
    font-weight: 800;
}

.sm-beneficio span {
    line-height: 1.6;
    color: #5f6872;
}

.sm-contacto-mapa {
    background: #fff;
    border: 1px solid #dfe5df;
    border-radius: 16px;
    overflow: hidden;
}

.sm-mapa-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid #dfe5df;
}

.sm-mapa-title i {
    font-size: 1.25rem;
    color: #4ba84f;
}

.sm-mapa-title i::before {
    content: "\f5a0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.sm-mapa-title h3 {
    margin: 0;
    color: #17202a;
    font-size: 1.25rem;
    font-weight: 800;
}

.sm-contacto-mapa iframe {
    width: 100%;
    height: 560px;
    border: 0;
    display: block;
}

@media (max-width: 1200px) {
    .sm-contacto-top {
        grid-template-columns: 1fr;
    }
    .sm-contacto-info {
        padding: 0;
    }
    .sm-contacto-mapa iframe {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .sm-contacto {
        padding: 0 20px;
        margin: 64px auto;
    }
    .sm-contacto-head {
        margin-bottom: 44px;
    }
    .sm-contacto-empresa {
        padding: 32px 24px;
    }
    .sm-beneficio {
        gap: 14px;
    }
    .sm-contacto-mapa iframe {
        height: 300px;
    }
    .sm-contacto-beneficios {
        flex-direction: column;
    }
}
.blogcta2{
    margin:50px 0;
    padding:35px 40px;
    background:linear-gradient(135deg,#202020 0%,#303030 100%);
    border-radius:18px;
    border-left:6px solid #e30613;
    box-shadow:0 12px 35px rgba(0,0,0,.18);
    text-align:center;
    overflow:hidden;
    position:relative;
}
.blogcta2:before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
}
.blogcta2 h4{
    margin:0 0 15px;
    font-size:2rem;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}
.blogcta2 > p{
    margin:0 auto 30px;
    max-width:700px;
    font-size:1.05rem;
    line-height:1.7;
    color:#d8d8d8;
}
.blogcta2-button p{
    margin:0;
}
.blogcta2-button a{
    display:inline-block;
    padding:15px 34px;
    background:#e30613;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:1rem;
    border-radius:50px;
    transition:.3s ease;
    box-shadow:0 8px 20px rgba(227,6,19,.35);
}
.blogcta2-button a:hover{
    background:#fff;
    color:#e30613;
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(0,0,0,.25);
}
.blogcta2-button a:active{
    transform:translateY(0);
}
@media (max-width:768px){
    .blogcta2{
        padding:30px 25px;
        margin:40px 0;
    }
    .blogcta2 h4{
        font-size:1.55rem;
    }
    .blogcta2 > p{
        font-size:.98rem;
    }
    .blogcta2-button a{
        display:block;
        width:100%;
        padding:15px 20px;
    }
}
.fraseblog p {
    width: 65%;
    margin: 0 auto;
    font-style: italic;
    border-left: 5px solid #4ba84f;
    padding: 1rem;
    background: #fff;
}
.vm_listing_status .etiqueta-eco {
    background: rgb(0, 128, 0);
    background: linear-gradient(90deg, rgba(0, 128, 0, 1) 51%, rgba(0, 0, 255, 1) 51%);
}
.vm_listing_status .etiqueta-c {
    background-color: green;
}
.vm_listing_status .etiqueta-b {
    background-color: yellow;
    color: #000;
}
.vm_listing_status .etiqueta-0 {
    background-color: blue;
}
h2#titulo-tipologias {
    font-size: 2.5rem;
    color: #212529;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-align: center;
}
p.lead.mb-0 {
    font-size: 16px;
    color: #212121;
    text-align: center;
    margin-bottom: 30px;
}
h3.h5.mb-0 {
    text-transform: uppercase;
}
.bg-light.rounded.overflow-hidden.mb-3:hover {
    filter: opacity(0.5);
}
a.d-flex.align-items-center.justify-content-center.h-100.p-3 {
    filter: grayscale(1);
}
a.d-flex.align-items-center.justify-content-center.h-100.p-3:hover {
    filter: none;
}
.basictable_26.basictable {
    display: none;
}
.business h2 {
    font-family: "Roboto";
    color: #212529;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 20px;
}
.bento-card-description h3 {
    color: #fff;
    font-size: 2rem;
    text-align: left;
}

.sm-compra {
    --sm-verde: #4ba84f;
    --sm-texto: #212529;
    --sm-texto-secundario: #555;
    --sm-linea: #dfe7df;

    padding: 72px 24px 82px;
    background: #fff;
    overflow: hidden;
}

.sm-compra__contenedor {
    max-width: 1200px;
    margin: 0 auto;
}

.sm-compra__cabecera {
    display: block;
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}

.sm-compra__cabecera h2 {
    margin: 16px auto 0;
    color: var(--sm-texto);
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.4px;
}

.sm-compra__introduccion {
    margin: 0;
    color: var(--sm-texto-secundario);
    font-size: 18px;
    line-height: 1.6;
}
.sm-compra__composicion {
    position: relative;
    min-height: 650px;
}
.sm-compra__vehiculo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 44%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.sm-compra__ventaja--elegir span.sm-compra__numero {
    position: static;
    width: 48px;
}
.sm-compra__ventaja--financiar span.sm-compra__numero {
    position: static;
    width: 48px;
    height: 48px;
}

.sm-compra__vehiculo img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.16));
}

.sm-compra__ventajas {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm-compra__ventaja {
    position: absolute;
    z-index: 1;
    display: grid;
    width: 30%;
    column-gap: 15px;
}

.sm-compra__ventaja--izquierda {
    left: 0;
    grid-template-columns: 1fr 48px;
    text-align: right;
}

.sm-compra__ventaja--derecha {
    right: 0;
    grid-template-columns: 48px 1fr;
    text-align: left;
}

.sm-compra__ventaja--elegir,
.sm-compra__ventaja--financiar {
    top: 7%;
}

.sm-compra__ventaja--buscar,
.sm-compra__ventaja--vender {
    bottom: 7%;
}

.sm-compra__ventaja--izquierda .sm-compra__numero {
    grid-row: 1;
    grid-column: 1;
}

.sm-compra__ventaja--izquierda .sm-compra__contenido {
    grid-row: 1;
    grid-column: 2;
}

.sm-compra__ventaja--derecha .sm-compra__numero {
    grid-column: 1;
}

.sm-compra__ventaja--derecha .sm-compra__contenido {
    grid-row: 1;
    grid-column: 2;
}

.sm-compra__numero {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    width: auto;
    height: auto;
    min-height: 48px;
    border: 2px solid var(--sm-verde);
    border-radius: 50%;
    color: var(--sm-verde);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    background: #fff;
}

.sm-compra__contenido h3 {
    margin: 0 0 9px;
    color: var(--sm-texto);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
}

.sm-compra__contenido p {
    margin: 0;
    color: var(--sm-texto-secundario);
    font-size: 16px;
    line-height: 1.58;
}

.sm-compra__ventaja--izquierda::after {
    left: calc(100% + 15px);
}

.sm-compra__ventaja--derecha::after {
    right: calc(100% + 15px);
}

@media (max-width: 1100px) {
    .sm-compra__composicion { min-height: 0; }

    .sm-compra__vehiculo {
        position: relative;
        top: auto;
        left: auto;
        width: 44%;
        max-width: 620px;
        margin: 0 auto;
        transform: none;
    }

    .sm-compra__ventajas {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-left: 28px;
        border-left: 1px solid var(--sm-linea);
    }

    .sm-compra__ventaja,
    .sm-compra__ventaja--izquierda,
    .sm-compra__ventaja--derecha {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: grid;
        grid-template-columns: 48px 1fr;
        width: auto;
        text-align: left;
    }

    .sm-compra__ventaja--izquierda .sm-compra__numero,
    .sm-compra__ventaja--derecha .sm-compra__numero {
        grid-row: 1;
        grid-column: 1;
    }

    .sm-compra__ventaja--izquierda .sm-compra__contenido,
    .sm-compra__ventaja--derecha .sm-compra__contenido {
        grid-row: 1;
        grid-column: 2;
    }

    .sm-compra__ventaja::after {
        display: none;
    }
}

@media (max-width: 700px) {
    .sm-compra {
        padding: 58px 18px 64px;
    }

    .sm-compra__cabecera {
        gap: 14px;
        margin-bottom: 34px;
    }

    .sm-compra__cabecera h2 {
        font-size: 31px;
        letter-spacing: -.7px;
    }

    .sm-compra__introduccion {
        font-size: 16px;
    }

    .sm-compra__composicion {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .sm-compra__vehiculo {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 0;
        transform: none;
    }

    .sm-compra__ventajas {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 0;
    }

    .sm-compra__ventaja,
    .sm-compra__ventaja--izquierda,
    .sm-compra__ventaja--derecha {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 15px;
        padding: 24px 4px;
        border-right: 0;
        border-bottom: 1px solid var(--sm-linea);
    }

    .sm-compra__ventaja:last-child {
        border-bottom: 0;
    }

    .sm-compra__numero,
    .sm-compra__ventaja--elegir span.sm-compra__numero,
    .sm-compra__ventaja--financiar span.sm-compra__numero {
        width: 44px;
        height: 44px;
        min-height: 44px;
    }

    .sm-compra__contenido h3 {
        font-size: 19px;
    }

    .sm-compra__contenido p {
        font-size: 16px;
        line-height: 1.55;
    }
}
@media (max-width: 1499px) {
    body {
        padding-top: 64px;
    }

    body.seul-menu-open {
        overflow: hidden;
        touch-action: none;
    }

    .wrapperMainMenu {
        position: fixed !important;
        z-index: 999999 !important;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 64px;
        margin: 0 !important;
        background: #4ba84f !important;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .18);
    }

    .wrapperMainMenu > .row {
        position: relative;
        display: block;
        width: 100%;
        height: 64px;
        margin: 0 !important;
    }

    .wrapperMainMenu .wrapperLogo {
        position: absolute !important;
        top: 0 !important;
        bottom: auto !important;
        left: 16px !important;
        display: flex !important;
        align-items: center;
        width: auto !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .header .wrapperMainMenu #logo {
        position: static !important;
        display: flex !important;
        align-items: center;
        width: auto !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .header .wrapperMainMenu #logo a {
        display: flex;
        align-items: center;
        height: 64px;
    }

    .header .wrapperMainMenu #logo img {
        display: block;
        width: auto;
        height: 40px !important;
        max-width: 190px;
    }

    .wrapperMainMenu .main_menu,
    .wrapperMainMenu #site-navigation-main {
        position: static !important;
        z-index: auto !important;
        width: 100% !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .wrapperMainMenu .navbar-header {
        position: absolute !important;
        z-index: 3;
        top: 0 !important;
        right: 8px !important;
        display: flex !important;
        align-items: center;
        width: 56px;
        height: 64px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .wrapperMainMenu .navbar-toggler {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 48px !important;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 50%;
    }

    .wrapperMainMenu .navbar-toggler i,
    .wrapperMainMenu .navbar-toggler i::before {
        color: #fff !important;
        font-size: 26px;
    }

    .wrapperMainMenu .navbar-toggler:hover,
    .wrapperMainMenu .navbar-toggler:focus-visible {
        background: rgba(255, 255, 255, .14) !important;
    }

    .wrapperMainMenu .navbar-toggler:focus-visible {
        outline: 2px solid rgba(255, 255, 255, .9);
        outline-offset: -4px;
    }

    .wrapperMainMenu .navbar-toggler[aria-expanded="true"] i::before {
        content: "\f00d";
    }
    .wrapperMainMenu #main-navbar-collapse {
        position: fixed !important;
        z-index: 2 !important;
        top: 64px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: none;
        width: 100vw !important;
        height: calc(100vh - 64px) !important;
        height: calc(100dvh - 64px) !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 0 32px !important;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        color: #2f8f3c !important;
        background: #ffffff !important;
        border: 0 !important;
        box-shadow: none !important;
        -webkit-overflow-scrolling: touch;
    }
    .wrapperMainMenu #main-navbar-collapse,
    .wrapperMainMenu #main-navbar-collapse * {
        box-sizing: border-box;
    }

    .wrapperMainMenu #main-navbar-collapse.show,
    .wrapperMainMenu #main-navbar-collapse.collapsing {
        display: block !important;
    }

    .wrapperMainMenu #main-navbar-collapse .mod-menu {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #2f8f3c !important;
        background: transparent !important;
        list-style: none;
    }

    .wrapperMainMenu #main-navbar-collapse .metismenu-item {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent !important;
        border: 0 !important;
        border-bottom: 0 !important;
        border-radius: 0;
    }

    .wrapperMainMenu #main-navbar-collapse .metismenu-item > a,
    .wrapperMainMenu #main-navbar-collapse .metismenu-item > .nav-header {
        display: flex !important;
        align-items: center;
        width: 100%;
        min-height: 54px;
        margin: 0 !important;
        padding: 14px 22px !important;
        color: #359640 !important;
        background: transparent !important;
        border: 0 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        text-align: left;
        text-decoration: none !important;
        white-space: normal !important;
    }

    .wrapperMainMenu #main-navbar-collapse .metismenu-item.active > a {
        color: #fff !important;
        background: #353535 !important;
        box-shadow: none !important;
    }

    .wrapperMainMenu #main-navbar-collapse .metismenu-item > a:hover,
    .wrapperMainMenu #main-navbar-collapse .metismenu-item > a:focus-visible {
        padding-left: 26px !important;
        color: #4ba84f !important;
        background: #eef7ef !important;
    }

    .wrapperMainMenu #main-navbar-collapse .metismenu-item.active > a:hover,
    .wrapperMainMenu #main-navbar-collapse .metismenu-item.active > a:focus-visible {
        color: #fff !important;
        background: #292929 !important;
    }

    .wrapperMainMenu #main-navbar-collapse button.mm-toggler {
        display: none !important;
    }

    .wrapperMainMenu #main-navbar-collapse button.mm-toggler::after {
        width: 10px;
        height: 10px;
        content: "";
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-3px) rotate(45deg);
        transition: transform 180ms ease;
    }

    .wrapperMainMenu #main-navbar-collapse .metismenu-item.deeper > a::after,
    .wrapperMainMenu #main-navbar-collapse button.mm-toggler::before {
        display: none !important;
        content: none !important;
    }

    .wrapperMainMenu #main-navbar-collapse button.mm-toggler[aria-expanded="true"]::after {
        transform: translateY(3px) rotate(225deg);
    }

    .wrapperMainMenu #main-navbar-collapse .mm-collapse {
        display: block !important;
        margin: 0 18px 10px !important;
        padding: 6px 0 7px 14px !important;
        background: #f2f7f2 !important;
        border: 0 !important;
        border-left: 3px solid #4ba84f !important;
        border-radius: 0 7px 7px 0;
    }

    .wrapperMainMenu #main-navbar-collapse .mm-collapse.mm-show,
    .wrapperMainMenu #main-navbar-collapse .mm-collapse.show {
        display: block !important;
    }

    .wrapperMainMenu #main-navbar-collapse .mm-collapse .metismenu-item {
        border-bottom: 0 !important;
    }

    .wrapperMainMenu #main-navbar-collapse .mm-collapse .metismenu-item:last-child {
        border-bottom: 0 !important;
    }

    .wrapperMainMenu #main-navbar-collapse .mm-collapse .metismenu-item > a {
        min-height: 42px;
        padding: 14px 14px !important;
        color: #347f3e !important;
        font-size: 18px !important;
        font-weight: 650 !important;
        line-height: 22px !important;
    }
}

/* Nuevo diseño del bloque de compra */
.sm-compra-nuevo { padding: 82px 24px 90px; background: #fff; }
.sm-compra-nuevo__inner { max-width: 1180px; margin: 0 auto; }
.sm-compra-nuevo__head { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.sm-compra-nuevo__head h2 { margin: 0; color: #18251d; font-size: clamp(32px, 3.5vw, 48px); font-weight: 700; line-height: 1.1; letter-spacing: -1px; }
.sm-compra-nuevo__head p { max-width: 720px; margin: 16px auto 0; color: #526057; font-size: 18px; line-height: 1.6; }
.sm-compra-nuevo__imagen { display: block; width: min(430px, 78%); margin: 0 auto 44px; }
.sm-compra-nuevo__imagen img { display: block; width: 100%; height: auto; filter: drop-shadow(0 16px 14px rgba(0,0,0,.14)); }
.sm-compra-nuevo__lista { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid #dfe7df; border-bottom: 1px solid #dfe7df; }
.sm-compra-nuevo__item { padding: 26px 25px 28px; border-right: 1px solid #dfe7df; }
.sm-compra-nuevo__item:last-child { border-right: 0; }
.sm-compra-nuevo__num { display: block; margin-bottom: 18px; color: #4ba84f; font-size: 34px; font-weight: 600; line-height: 1; }
.sm-compra-nuevo__item h3 { margin: 0 0 9px; color: #18251d; font-size: 20px; font-weight: 600; line-height: 1.2; }
.sm-compra-nuevo__item p { margin: 0; color: #526057; font-size: 16px; line-height: 1.55; }
@media (max-width: 800px) {
    .sm-compra-nuevo { padding: 58px 18px 66px; }
    .sm-compra-nuevo__head { margin-bottom: 30px; }
    .sm-compra-nuevo__head h2 { font-size: 31px; }
    .sm-compra-nuevo__head p { font-size: 16px; }
    .sm-compra-nuevo__imagen { width: min(390px, 92%); margin-bottom: 30px; }
    .sm-compra-nuevo__lista { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .sm-compra-nuevo__item:nth-child(2) { border-right: 0; }
    .sm-compra-nuevo__item:nth-child(-n+2) { border-bottom: 1px solid #dfe7df; }
}
@media (max-width: 520px) {
    .sm-compra-nuevo__lista { display: block; }
    .sm-compra-nuevo__item, .sm-compra-nuevo__item:nth-child(2) { padding: 22px 0; border-right: 0; border-bottom: 1px solid #dfe7df; }
    .sm-compra-nuevo__item:last-child { border-bottom: 0; }
}
.buttonpad {
    padding: 2rem;
    text-align: center;
}

/* Ficha de vehículo: equipamiento, financiación y ficha técnica v3 */
body.vehicle-detail-page .sm-detail-content-v3 {
    width: 100%;
    margin: 0;
    color: #18211b;
}

body.vehicle-detail-page .sm-equipment-v3 {
    display: grid;
    max-width: 1180px;
    margin: 54px auto 0;
    padding: 54px 56px;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr);
    gap: 64px;
    background: #f2f7f2;
    border-radius: 12px;
}

body.vehicle-detail-page .sm-equipment-v3__intro span,
body.vehicle-detail-page .sm-finance-v3__intro span,
body.vehicle-detail-page .sm-tech-sheet__heading > span {
    display: block;
    margin-bottom: 10px;
    color: #4ba84f;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.vehicle-detail-page .sm-equipment-v3__intro h2,
body.vehicle-detail-page .sm-finance-v3__intro h2,
body.vehicle-detail-page .sm-tech-sheet__heading h2 {
    margin: 0;
    color: #18211b;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 680;
    letter-spacing: -.035em;
    line-height: 1.08;
}

body.vehicle-detail-page .sm-equipment-v3__intro p,
body.vehicle-detail-page .sm-finance-v3__intro p,
body.vehicle-detail-page .sm-tech-sheet__heading p {
    margin: 17px 0 0;
    color: #536057;
    font-size: 16px;
    line-height: 1.62;
}

body.vehicle-detail-page .sm-equipment-v3__groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 46px;
}

body.vehicle-detail-page .sm-equipment-v3__group h3 {
    display: flex;
    margin: 0 0 15px;
    align-items: center;
    gap: 10px;
    color: #1d2820;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

body.vehicle-detail-page .sm-equipment-v3__group h3 i {
    width: 20px;
    color: #4ba84f;
    font-size: 16px;
    text-align: center;
}

body.vehicle-detail-page .sm-equipment-v3__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.vehicle-detail-page .sm-equipment-v3__group li {
    position: relative;
    margin: 0 0 9px;
    padding-left: 18px;
    color: #465249;
    font-size: 15px;
    line-height: 1.42;
}

body.vehicle-detail-page .sm-equipment-v3__group li::before {
    position: absolute;
    top: .58em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: #4ba84f;
    border-radius: 50%;
}

body.vehicle-detail-page .sm-equipment-v3__notice {
    grid-column: 1 / -1;
    margin: 4px 0 0;
    color: #727c75;
    font-size: 12px;
    line-height: 1.5;
}

/* Equipamiento editable como una sola lista, sin categorías */
body.vehicle-detail-page .sm-equipment-v4 {
    display: grid;
    max-width: 1180px;
    margin: 54px auto 0;
    padding: 52px 56px 46px;
    grid-template-columns: minmax(240px, .62fr) minmax(0, 1.6fr);
    gap: 64px;
    background: #f2f7f2;
    border-radius: 12px;
}

body.vehicle-detail-page .sm-equipment-v4__intro span {
    display: block;
    margin-bottom: 10px;
    color: #4ba84f;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.vehicle-detail-page .sm-equipment-v4__intro h2 {
    margin: 0;
    color: #18211b;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 680;
    letter-spacing: -.035em;
    line-height: 1.08;
}

body.vehicle-detail-page .sm-equipment-v4__intro p {
    margin: 17px 0 0;
    color: #536057;
    font-size: 16px;
    line-height: 1.62;
    text-align: left;
}
body.vehicle-detail-page .sm-equipment-v4__intro p::after {
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    background: #4ba84f;
    margin: 14px auto;
}
body.vehicle-detail-page .sm-equipment-v4__list {
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 48px;
    list-style: none;
}

body.vehicle-detail-page .sm-equipment-v4__list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 24px;
    break-inside: avoid;
    color: #354139;
    font-size: 15px;
    line-height: 1.45;
}

body.vehicle-detail-page .sm-equipment-v4__list li::before {
    position: absolute;
    top: .18em;
    left: 0;
    content: "\f00c";
    color: #4ba84f;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
}

/* Landing Autocaravana a la carta: artículo + Convert Forms ID 4 */
body.itemid-350{--carta-green:#4ba84f;--carta-green-dark:#347d3b;--carta-ink:#102019;--carta-muted:#5f6f66;--carta-soft:#eef5ef;--carta-line:#dbe6dd}
body.itemid-350 .sm-carta-landing,body.itemid-350 .sm-carta-landing *{box-sizing:border-box}
body.itemid-350 .sm-carta-landing{overflow:hidden;color:var(--carta-ink)}
body.itemid-350 .sm-carta-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
body.itemid-350 .sm-carta-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:var(--carta-green);font-size:13px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
body.itemid-350 .sm-carta-eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
body.itemid-350 .sm-carta-hero{position:relative;isolation:isolate;min-height:640px;padding:76px 0 64px;background:#102019 url('/images/landing/header-landing-autocaravanas.jpg') center/cover no-repeat;color:#fff}
body.itemid-350 .sm-carta-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,24,16,.96) 0%,rgba(8,24,16,.84) 48%,rgba(8,24,16,.34) 100%)}
body.itemid-350 .sm-carta-hero__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:70px;align-items:center}
body.itemid-350 .sm-carta-hero .sm-carta-eyebrow{color:#8cdf91}
body.itemid-350 .sm-carta-hero h1{max-width:760px;margin:0 0 22px;color:#fff;text-align:left;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.04em}
body.itemid-350 .sm-carta-hero h1 span{color:#8cdf91}
body.itemid-350 .sm-carta-hero__lead{max-width:700px;margin:0 0 30px;color:rgba(255,255,255,.88);text-align:left;font-size:19px;line-height:1.6}
body.itemid-350 .sm-carta-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
body.itemid-350 .sm-carta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:8px;background:var(--carta-green);color:#fff!important;font-size:15px;font-weight:800;text-decoration:none!important}
body.itemid-350 .sm-carta-btn--outline{border:1px solid rgba(255,255,255,.6);background:transparent}
body.itemid-350 .sm-carta-hero__note{margin:16px 0 0;color:rgba(255,255,255,.66);font-size:13px}
body.itemid-350 .sm-carta-brief{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(16,32,25,.78)}
body.itemid-350 .sm-carta-brief strong{display:block;margin-bottom:17px;color:#fff;font-size:20px;line-height:1.25}
body.itemid-350 .sm-carta-brief ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}
body.itemid-350 .sm-carta-brief li{display:flex;gap:10px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.45}
body.itemid-350 .sm-carta-brief li:before{content:"✓";color:#8cdf91;font-weight:900}
body.itemid-350 .sm-carta-proofbar{position:relative;margin:-28px auto 0;padding:22px 28px;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(12,31,20,.12)}
body.itemid-350 .sm-carta-proofbar ul{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none}
body.itemid-350 .sm-carta-proofbar li{padding:0 24px;text-align:center;color:var(--carta-muted);font-size:14px}
body.itemid-350 .sm-carta-proofbar li+li{border-left:1px solid var(--carta-line)}
body.itemid-350 .sm-carta-proofbar b{display:block;margin-bottom:3px;color:var(--carta-ink);font-size:21px}
body.itemid-350 .sm-carta-section{padding:90px 0}
body.itemid-350 .sm-carta-section--soft{background:var(--carta-soft)}
body.itemid-350 .sm-carta-heading{max-width:780px;margin:0 auto 46px;text-align:center}
body.itemid-350 .sm-carta-heading .sm-carta-eyebrow{justify-content:center}
body.itemid-350 .sm-carta-heading h2{margin:0 0 14px;color:var(--carta-ink);text-align:center;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.03em}
body.itemid-350 .sm-carta-heading p{margin:0;color:var(--carta-muted);text-align:center;font-size:17px;line-height:1.65}
body.itemid-350 .sm-carta-fit{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:stretch}
body.itemid-350 .sm-carta-fit__intro{padding:40px;border-radius:18px;background:var(--carta-ink);color:#fff}
body.itemid-350 .sm-carta-fit__intro h2{margin:0 0 15px;color:#fff;text-align:left;font-size:36px;line-height:1.1}
body.itemid-350 .sm-carta-fit__intro p{margin:0;color:rgba(255,255,255,.72);text-align:left;line-height:1.65}
body.itemid-350 .sm-carta-fit__list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.itemid-350 .sm-carta-fit__item{padding:25px;border:1px solid var(--carta-line);border-radius:14px;background:#fff}
body.itemid-350 .sm-carta-fit__item span{display:flex;width:34px;height:34px;margin-bottom:16px;border-radius:50%;align-items:center;justify-content:center;background:var(--carta-soft);color:var(--carta-green);font-weight:900}
body.itemid-350 .sm-carta-fit__item h3{margin:0 0 7px;color:var(--carta-ink);text-align:left;font-size:19px}
body.itemid-350 .sm-carta-fit__item p{margin:0;color:var(--carta-muted);text-align:left;font-size:14px;line-height:1.55}
body.itemid-350 .sm-carta-types{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
body.itemid-350 .sm-carta-type{min-height:174px;padding:24px 20px;border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(20,42,27,.06)}
body.itemid-350 .sm-carta-type__icon{display:flex;width:42px;height:42px;margin:0 0 21px;border-radius:11px;align-items:center;justify-content:center;background:var(--carta-green);color:#fff;font-size:18px;font-weight:900}
body.itemid-350 .sm-carta-type h3{margin:0 0 6px;color:var(--carta-ink);text-align:left;font-size:18px}
body.itemid-350 .sm-carta-type p{margin:0;color:var(--carta-muted);text-align:left;font-size:13px;line-height:1.5}
body.itemid-350 .sm-carta-process{padding:58px;border-radius:22px;background:var(--carta-ink);color:#fff}
body.itemid-350 .sm-carta-process__head{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;margin-bottom:42px;align-items:end}
body.itemid-350 .sm-carta-process__head h2{margin:0;color:#fff;text-align:left;font-size:clamp(32px,4vw,46px);line-height:1.08}
body.itemid-350 .sm-carta-process__head p{margin:0;color:rgba(255,255,255,.7);text-align:left;line-height:1.65}
body.itemid-350 .sm-carta-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
body.itemid-350 .sm-carta-step{padding:26px 22px;border-radius:13px;background:rgba(255,255,255,.07)}
body.itemid-350 .sm-carta-step__number{display:block;margin-bottom:28px;color:#8cdf91;font-size:13px;font-weight:900;letter-spacing:.12em}
body.itemid-350 .sm-carta-step h3{margin:0 0 8px;color:#fff;text-align:left;font-size:19px}
body.itemid-350 .sm-carta-step p{margin:0;color:rgba(255,255,255,.68);text-align:left;font-size:14px;line-height:1.55}
body.itemid-350 .sm-carta-review{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
body.itemid-350 .sm-carta-review__image{position:relative;overflow:hidden;min-height:480px;border-radius:18px;background:#dfe9e1}
body.itemid-350 .sm-carta-review__image img{position:absolute;width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-carta-review__badge{position:absolute;right:18px;bottom:18px;max-width:210px;padding:16px 18px;border-radius:11px;background:#fff;color:var(--carta-ink);font-size:14px;font-weight:800;line-height:1.4}
body.itemid-350 .sm-carta-review h2{margin:0 0 15px;color:var(--carta-ink);text-align:left;font-size:clamp(32px,4vw,46px);line-height:1.08}
body.itemid-350 .sm-carta-review>div>p{margin:0;color:var(--carta-muted);text-align:left;line-height:1.65}
body.itemid-350 .sm-carta-checks{display:grid;grid-template-columns:1fr 1fr;gap:13px 22px;margin:28px 0 0;padding:0;list-style:none}
body.itemid-350 .sm-carta-checks li{display:flex;gap:10px;color:var(--carta-ink);font-size:14px;line-height:1.4}
body.itemid-350 .sm-carta-checks li:before{content:"✓";color:var(--carta-green);font-weight:900}
body.itemid-350 .sm-carta-final{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center;padding:48px 54px;border-radius:20px;background:var(--carta-green);color:#fff}
body.itemid-350 .sm-carta-final h2{margin:0 0 10px;color:#fff;text-align:left;font-size:clamp(30px,4vw,44px);line-height:1.08}
body.itemid-350 .sm-carta-final p{margin:0;color:rgba(255,255,255,.84);text-align:left;line-height:1.6}
body.itemid-350 .sm-carta-final .sm-carta-btn{justify-self:end;background:#fff;color:var(--carta-green-dark)!important}
body.itemid-350 .sm-carta-faq{max-width:900px;margin:0 auto}
body.itemid-350 .sm-carta-faq details{margin-bottom:10px;border:1px solid var(--carta-line);border-radius:12px;background:#fff;padding:0 22px}
body.itemid-350 .sm-carta-faq summary{padding:20px 0;cursor:pointer;color:var(--carta-ink);font-size:17px;font-weight:800;list-style:none}
body.itemid-350 .sm-carta-faq summary::-webkit-details-marker{display:none}
body.itemid-350 .sm-carta-faq summary:after{content:"+";float:right;color:var(--carta-green);font-size:24px;font-weight:400}
body.itemid-350 .sm-carta-faq details[open] summary:after{content:"−"}
body.itemid-350 .sm-carta-faq details p{margin:0 34px 20px 0;color:var(--carta-muted);text-align:left;line-height:1.65}
body.itemid-350 #cf_4{width:min(1060px,calc(100% - 40px));margin:20px auto 90px;padding:48px 54px;border-radius:20px;background:var(--carta-soft);box-shadow:0 18px 50px rgba(16,32,25,.08)}
body.itemid-350 #cf_4 .cf-content-wrap{margin-bottom:30px}
body.itemid-350 #cf_4 .cf-content-text{max-width:750px;margin:0 auto}
body.itemid-350 #cf_4 .titulo-principal{margin:0 0 12px;color:var(--carta-ink)!important;text-align:center!important;font-size:clamp(30px,4vw,44px)!important;line-height:1.08!important;text-transform:none!important}
body.itemid-350 #cf_4 .text-form{margin:0;color:var(--carta-muted);text-align:center!important;font-size:16px;line-height:1.6}
body.itemid-350 #cf_4 .cf-form-wrap{max-width:820px;margin:0 auto}
body.itemid-350 #cf_4 .cf-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px 18px}
body.itemid-350 #cf_4 .cf-control-group{margin:0}
body.itemid-350 #cf_4 .cf-control-group:has(textarea),body.itemid-350 #cf_4 .cf-control-group:has(button){grid-column:1/-1}
body.itemid-350 #cf_4 .cf-label{margin-bottom:7px;color:var(--carta-ink);font-size:13px;font-weight:800}
body.itemid-350 #cf_4 .cf-input{width:100%;min-height:50px;border:1px solid #cfdcd2!important;border-radius:8px!important;background:#fff!important;color:var(--carta-ink)!important;box-shadow:none!important}
body.itemid-350 #cf_4 textarea.cf-input{min-height:105px;resize:vertical}
body.itemid-350 #cf_4 .cf-btn{min-height:52px;padding:0 28px!important;border:0!important;border-radius:8px!important;background:var(--carta-green)!important;color:#fff!important;font-weight:800!important;text-transform:none!important}
body.itemid-350 #cf_4 .cf-text-center{text-align:center}
@media(max-width:900px){body.itemid-350 .sm-carta-hero__grid,body.itemid-350 .sm-carta-fit,body.itemid-350 .sm-carta-process__head,body.itemid-350 .sm-carta-review,body.itemid-350 .sm-carta-final{grid-template-columns:1fr}body.itemid-350 .sm-carta-hero__grid{gap:34px}body.itemid-350 .sm-carta-brief{max-width:520px}body.itemid-350 .sm-carta-types{grid-template-columns:repeat(3,1fr)}body.itemid-350 .sm-carta-steps{grid-template-columns:1fr 1fr}body.itemid-350 .sm-carta-final .sm-carta-btn{justify-self:start}}
@media(max-width:640px){body.itemid-350 .sm-carta-shell{width:min(100% - 28px,1180px)}body.itemid-350 .sm-carta-hero{min-height:auto;padding:58px 0 54px}body.itemid-350 .sm-carta-hero h1{font-size:39px}body.itemid-350 .sm-carta-hero__lead{font-size:17px}body.itemid-350 .sm-carta-actions{align-items:stretch;flex-direction:column}body.itemid-350 .sm-carta-proofbar{margin:-18px 14px 0;padding:10px 18px}body.itemid-350 .sm-carta-proofbar ul{grid-template-columns:1fr}body.itemid-350 .sm-carta-proofbar li{padding:13px 0}body.itemid-350 .sm-carta-proofbar li+li{border-top:1px solid var(--carta-line);border-left:0}body.itemid-350 .sm-carta-section{padding:64px 0}body.itemid-350 .sm-carta-fit__intro{padding:28px}body.itemid-350 .sm-carta-fit__list,body.itemid-350 .sm-carta-types,body.itemid-350 .sm-carta-steps,body.itemid-350 .sm-carta-checks,body.itemid-350 #cf_4 .cf-fields{grid-template-columns:1fr}body.itemid-350 .sm-carta-process{padding:34px 24px}body.itemid-350 .sm-carta-review__image{min-height:330px}body.itemid-350 .sm-carta-final{padding:34px 26px}body.itemid-350 #cf_4{width:calc(100% - 28px);padding:34px 22px}body.itemid-350 #cf_4 .cf-control-group:has(textarea),body.itemid-350 #cf_4 .cf-control-group:has(button){grid-column:auto}}

/* Conversión: Convert Forms dentro del primer pantallazo */
body.itemid-350 .sm-carta-hero{padding:58px 0 70px}
body.itemid-350 .sm-carta-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.72fr);gap:54px}
body.itemid-350 .sm-carta-hero h1{font-size:clamp(39px,4.5vw,62px)}
body.itemid-350 .sm-carta-hero__form #cf_4{width:100%;margin:0;padding:27px 30px;border:0;border-radius:16px;background:#fff;box-shadow:0 22px 60px rgba(0,0,0,.25)}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-content-wrap{margin-bottom:20px}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-content-text{max-width:none}
body.itemid-350 .sm-carta-hero__form #cf_4 .titulo-principal{margin-bottom:7px;color:var(--carta-ink)!important;text-align:left!important;font-size:26px!important;line-height:1.12!important}
body.itemid-350 .sm-carta-hero__form #cf_4 .text-form{color:var(--carta-muted);text-align:left!important;font-size:13px;line-height:1.45}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-fields{grid-template-columns:1fr 1fr;gap:12px 13px}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-label{margin-bottom:5px;font-size:12px}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-input{min-height:44px}
body.itemid-350 .sm-carta-hero__form #cf_4 textarea.cf-input{min-height:70px}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .sm-carta-hero__form #cf_4 .cf-control-group:has(button){grid-column:1/-1}
body.itemid-350 .sm-carta-hero__form #cf_4 .cf-btn{width:100%;min-height:48px}
body.itemid-350 .sm-carta-hero__privacy{margin:10px 0 0;color:rgba(255,255,255,.64);font-size:12px;text-align:center}
body.itemid-350 .sm-carta-route{display:grid;grid-template-columns:.78fr 1.22fr;gap:56px;align-items:center}
body.itemid-350 .sm-carta-route__intro h2{margin:0 0 15px;color:var(--carta-ink);text-align:left;font-size:clamp(32px,4vw,46px);line-height:1.08}
body.itemid-350 .sm-carta-route__intro p{margin:0;color:var(--carta-muted);text-align:left;line-height:1.65}
body.itemid-350 .sm-carta-route__steps{display:grid;gap:12px}
body.itemid-350 .sm-carta-route__step{display:grid;grid-template-columns:58px 1fr;gap:17px;align-items:center;padding:20px 22px;border-radius:13px;background:var(--carta-soft)}
body.itemid-350 .sm-carta-route__step b{display:flex;width:52px;height:52px;border-radius:50%;align-items:center;justify-content:center;background:var(--carta-green);color:#fff;font-size:14px}
body.itemid-350 .sm-carta-route__step h3{margin:0 0 4px;color:var(--carta-ink);text-align:left;font-size:18px}
body.itemid-350 .sm-carta-route__step p{margin:0;color:var(--carta-muted);text-align:left;font-size:14px;line-height:1.45}
body.itemid-350 .sm-carta-value{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border-radius:22px;background:var(--carta-ink);color:#fff}
body.itemid-350 .sm-carta-value__image{min-height:490px;background:url('/images/landing/image-landing-autocaravanas.jpg') center/cover no-repeat}
body.itemid-350 .sm-carta-value__content{padding:50px 46px}
body.itemid-350 .sm-carta-value__content .sm-carta-eyebrow{color:#8cdf91}
body.itemid-350 .sm-carta-value__content h2{margin:0 0 14px;color:#fff;text-align:left;font-size:clamp(31px,3.6vw,44px);line-height:1.08}
body.itemid-350 .sm-carta-value__content>p{margin:0;color:rgba(255,255,255,.7);text-align:left;line-height:1.6}
body.itemid-350 .sm-carta-value__list{display:grid;gap:15px;margin:26px 0 30px;padding:0;list-style:none}
body.itemid-350 .sm-carta-value__list li{display:flex;gap:11px;color:rgba(255,255,255,.88);line-height:1.45}
body.itemid-350 .sm-carta-value__list li:before{content:"✓";color:#8cdf91;font-weight:900}
body.itemid-350 .sm-carta-value__content .sm-carta-btn{background:#fff;color:var(--carta-green-dark)!important}
body.itemid-350 .sm-carta-short-faq{padding-top:76px;padding-bottom:76px}
@media(max-width:960px){body.itemid-350 .sm-carta-hero__grid,body.itemid-350 .sm-carta-route,body.itemid-350 .sm-carta-value{grid-template-columns:1fr}body.itemid-350 .sm-carta-hero__form{max-width:650px}body.itemid-350 .sm-carta-value__image{min-height:360px}}
@media(max-width:640px){body.itemid-350 .sm-carta-hero__form #cf_4{width:100%;padding:24px 20px}body.itemid-350 .sm-carta-hero__form #cf_4 .cf-fields{grid-template-columns:1fr}body.itemid-350 .sm-carta-hero__form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .sm-carta-hero__form #cf_4 .cf-control-group:has(button){grid-column:auto}body.itemid-350 .sm-carta-route{gap:32px}body.itemid-350 .sm-carta-route__step{grid-template-columns:48px 1fr;padding:17px}body.itemid-350 .sm-carta-route__step b{width:44px;height:44px}body.itemid-350 .sm-carta-value__image{min-height:270px}body.itemid-350 .sm-carta-value__content{padding:34px 25px}}

/* Bloques visuales de decisión y revisión */
body.itemid-350 .sm-carta-hero__form-slot:empty{min-height:430px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.08)}
body.itemid-350 .sm-carta-decisions{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
body.itemid-350 .sm-carta-decision{position:relative;overflow:hidden;min-height:225px;padding:27px 24px;border-radius:16px;background:var(--carta-soft)}
body.itemid-350 .sm-carta-decision:nth-child(2){background:#dff0e1}
body.itemid-350 .sm-carta-decision:nth-child(3){background:var(--carta-green);color:#fff}
body.itemid-350 .sm-carta-decision:nth-child(4){background:var(--carta-ink);color:#fff}
body.itemid-350 .sm-carta-decision__icon{display:flex;width:48px;height:48px;margin-bottom:40px;border-radius:13px;align-items:center;justify-content:center;background:#fff;color:var(--carta-green);font-size:21px;box-shadow:0 8px 24px rgba(16,32,25,.08)}
body.itemid-350 .sm-carta-decision h3{margin:0 0 7px;color:inherit;text-align:left;font-size:20px}
body.itemid-350 .sm-carta-decision p{margin:0;color:inherit;text-align:left;font-size:14px;line-height:1.5;opacity:.76}
body.itemid-350 .sm-carta-inspection{display:grid;grid-template-columns:1.06fr .94fr;gap:48px;align-items:center}
body.itemid-350 .sm-carta-collage{display:grid;height:530px;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:10px}
body.itemid-350 .sm-carta-collage figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#dfe7e1}
body.itemid-350 .sm-carta-collage figure:first-child{grid-row:1/-1}
body.itemid-350 .sm-carta-collage img{width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-carta-collage figcaption{position:absolute;right:12px;bottom:12px;left:12px;padding:10px 12px;border-radius:8px;background:rgba(16,32,25,.84);color:#fff;font-size:12px;font-weight:800;text-align:center}
body.itemid-350 .sm-carta-inspection__content h2{margin:0 0 14px;color:var(--carta-ink);text-align:left;font-size:clamp(32px,4vw,46px);line-height:1.08}
body.itemid-350 .sm-carta-inspection__content>p{margin:0;color:var(--carta-muted);text-align:left;line-height:1.65}
body.itemid-350 .sm-carta-inspection__grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:25px}
body.itemid-350 .sm-carta-inspection__item{display:flex;gap:9px;align-items:center;padding:13px 14px;border-radius:9px;background:var(--carta-soft);color:var(--carta-ink);font-size:13px;font-weight:700}
body.itemid-350 .sm-carta-inspection__item i{color:var(--carta-green)}
body.itemid-350 .sm-carta-result{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;padding:42px 48px;border-radius:18px;background:var(--carta-green);color:#fff}
body.itemid-350 .sm-carta-result h2{margin:0 0 8px;color:#fff;text-align:left;font-size:clamp(29px,3.5vw,41px);line-height:1.08}
body.itemid-350 .sm-carta-result p{max-width:760px;margin:0;color:rgba(255,255,255,.84);text-align:left;line-height:1.55}
body.itemid-350 .sm-carta-result .sm-carta-btn{background:#fff;color:var(--carta-green-dark)!important}
@media(max-width:900px){body.itemid-350 .sm-carta-decisions{grid-template-columns:1fr 1fr}body.itemid-350 .sm-carta-inspection{grid-template-columns:1fr}body.itemid-350 .sm-carta-result{grid-template-columns:1fr}body.itemid-350 .sm-carta-result .sm-carta-btn{justify-self:start}}
@media(max-width:640px){body.itemid-350 .sm-carta-decisions{grid-template-columns:1fr}body.itemid-350 .sm-carta-decision{min-height:180px}body.itemid-350 .sm-carta-decision__icon{margin-bottom:25px}body.itemid-350 .sm-carta-collage{height:560px;grid-template-columns:1fr 1fr;grid-template-rows:1.25fr .75fr}body.itemid-350 .sm-carta-collage figure:first-child{grid-column:1/-1;grid-row:auto}body.itemid-350 .sm-carta-inspection__grid{grid-template-columns:1fr}body.itemid-350 .sm-carta-result{padding:32px 25px}}

/* Autocaravana a la carta V3: mismo lenguaje visual que Financiación y Tasación */
body.itemid-350 .sm-carta-v3,body.itemid-350 .sm-carta-v3 *{box-sizing:border-box}
body.itemid-350 .sm-carta-v3{--v3-green:#4ba84f;--v3-dark:#132018;--v3-text:#171d19;--v3-copy:#657068;--v3-line:#dfe5e0;--v3-soft:#f5f8f5;color:var(--v3-text)}
body.itemid-350 .sm-carta-v3-shell{width:min(1080px,calc(100% - 40px));margin:0 auto}
body.itemid-350 .sm-carta-v3-kicker{display:block;margin:0 0 15px;color:var(--v3-green);font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.itemid-350 .sm-carta-v3-hero{position:relative;isolation:isolate;min-height:610px;display:flex;align-items:center;background:#15241b url('/images/landing/header-landing-autocaravanas.jpg') center/cover no-repeat;color:#fff}
body.itemid-350 .sm-carta-v3-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,24,16,.94) 0%,rgba(9,24,16,.76) 52%,rgba(9,24,16,.16) 100%)}
body.itemid-350 .sm-carta-v3-hero__content{max-width:660px;padding:72px 0 58px}
body.itemid-350 .sm-carta-v3-hero h1{margin:0 0 20px;color:#fff;text-align:left;font-size:clamp(42px,5vw,64px);line-height:1.04;letter-spacing:-.035em}
body.itemid-350 .sm-carta-v3-hero h1 span{color:#79d47e}
body.itemid-350 .sm-carta-v3-hero__lead{max-width:630px;margin:0 0 28px;color:rgba(255,255,255,.9);text-align:left;font-size:18px;line-height:1.62}
body.itemid-350 .sm-carta-v3-btn{display:inline-flex;min-height:50px;padding:0 24px;border-radius:7px;align-items:center;justify-content:center;background:var(--v3-green);color:#fff!important;font-weight:800;text-decoration:none!important}
body.itemid-350 .sm-carta-v3-hero__trust{display:grid;max-width:760px;margin:38px 0 0;padding:23px 0 0;border-top:1px solid rgba(255,255,255,.28);grid-template-columns:repeat(3,1fr);gap:22px}
body.itemid-350 .sm-carta-v3-hero__trust div{padding-right:18px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.45}
body.itemid-350 .sm-carta-v3-hero__trust div+div{padding-left:22px;border-left:1px solid rgba(255,255,255,.24)}
body.itemid-350 .sm-carta-v3-hero__trust strong{display:block;margin-bottom:4px;color:#79d47e;font-size:15px}
body.itemid-350 .sm-carta-v3-form-section{padding:72px 0;background:#fff}
body.itemid-350 .sm-carta-v3-heading{max-width:760px;margin:0 auto 42px;text-align:center}
body.itemid-350 .sm-carta-v3-heading h2{margin:0 0 14px;color:var(--v3-text);text-align:center;font-size:clamp(32px,4vw,46px);line-height:1.1;letter-spacing:-.025em}
body.itemid-350 .sm-carta-v3-heading p{margin:0;color:var(--v3-copy);text-align:center;font-size:16px;line-height:1.65}
body.itemid-350 .sm-carta-v3-form{padding:44px 48px;border-top:4px solid var(--v3-green);border-radius:0 0 14px 14px;background:var(--v3-soft)}
body.itemid-350 .sm-carta-v3-form-slot:empty{min-height:240px}
body.itemid-350 .sm-carta-v3-form #cf_4{width:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-content-wrap{display:none}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-form-wrap{max-width:none}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:21px 18px}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-control-group{margin:0}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-control-group:has(textarea){grid-column:1/-1}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-control-group:has(button){grid-column:1/-1;text-align:center}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-label{display:block;margin-bottom:7px;color:var(--v3-text);font-size:13px;font-weight:800}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-input{width:100%;min-height:50px;border:1px solid #d1dad3!important;border-radius:6px!important;background:#fff!important;color:var(--v3-text)!important;box-shadow:none!important}
body.itemid-350 .sm-carta-v3-form #cf_4 textarea.cf-input{min-height:96px}
body.itemid-350 .sm-carta-v3-form #cf_4 .cf-btn{min-width:260px;min-height:50px;border:0!important;border-radius:7px!important;background:var(--v3-green)!important;color:#fff!important;font-weight:800!important}
body.itemid-350 .sm-carta-v3-form__legal{margin:18px 0 0;color:#788179;text-align:center;font-size:12px}
body.itemid-350 .sm-carta-v3-section{padding:88px 0;background:#fff}
body.itemid-350 .sm-carta-v3-process{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
body.itemid-350 .sm-carta-v3-steps{display:grid}
body.itemid-350 .sm-carta-v3-step{display:grid;padding:24px 0;grid-template-columns:52px 1fr;gap:18px;border-bottom:1px solid var(--v3-line)}
body.itemid-350 .sm-carta-v3-step:first-child{padding-top:0}
body.itemid-350 .sm-carta-v3-step__number{display:flex;width:46px;height:46px;border-radius:50%;align-items:center;justify-content:center;background:var(--v3-green);color:#fff;font-size:13px;font-weight:900}
body.itemid-350 .sm-carta-v3-step h3{margin:0 0 6px;color:var(--v3-text);text-align:left;font-size:20px}
body.itemid-350 .sm-carta-v3-step p{margin:0;color:var(--v3-copy);text-align:left;font-size:14px;line-height:1.58}
body.itemid-350 .sm-carta-v3-process__image{position:relative;overflow:hidden;min-height:530px;border-radius:15px;background:#e7ece8}
body.itemid-350 .sm-carta-v3-process__image img{position:absolute;width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-carta-v3-process__caption{position:absolute;right:0;bottom:0;left:0;padding:72px 30px 28px;background:linear-gradient(0deg,rgba(12,25,17,.9),transparent);color:#fff}
body.itemid-350 .sm-carta-v3-process__caption strong{display:block;margin-bottom:5px;font-size:24px;line-height:1.15}
body.itemid-350 .sm-carta-v3-process__caption span{font-size:13px;opacity:.84}
body.itemid-350 .sm-carta-v3-needs{padding:88px 0;background:var(--v3-soft)}
body.itemid-350 .sm-carta-v3-needs__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v3-line);border-bottom:1px solid var(--v3-line)}
body.itemid-350 .sm-carta-v3-need{padding:36px 32px;text-align:left}
body.itemid-350 .sm-carta-v3-need+.sm-carta-v3-need{border-left:1px solid var(--v3-line)}
body.itemid-350 .sm-carta-v3-need__icon{display:flex;width:45px;height:45px;margin-bottom:24px;border:1px solid #bcd7bf;border-radius:50%;align-items:center;justify-content:center;color:var(--v3-green);font-size:18px}
body.itemid-350 .sm-carta-v3-need h3{margin:0 0 9px;color:var(--v3-text);text-align:left;font-size:20px}
body.itemid-350 .sm-carta-v3-need p{margin:0;color:var(--v3-copy);text-align:left;font-size:14px;line-height:1.62}
body.itemid-350 .sm-carta-v3-info{display:grid;grid-template-columns:1.2fr .8fr;gap:58px;align-items:stretch}
body.itemid-350 .sm-carta-v3-info__copy h2{margin:0 0 16px;color:var(--v3-text);text-align:left;font-size:clamp(31px,4vw,44px);line-height:1.1}
body.itemid-350 .sm-carta-v3-info__copy p{margin:0 0 17px;color:var(--v3-copy);text-align:left;line-height:1.7}
body.itemid-350 .sm-carta-v3-info__checks{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:25px}
body.itemid-350 .sm-carta-v3-info__checks span{color:var(--v3-text);font-size:13px;font-weight:800}
body.itemid-350 .sm-carta-v3-info__checks span:before{content:"✓";margin-right:8px;color:var(--v3-green)}
body.itemid-350 .sm-carta-v3-info__green{position:relative;overflow:hidden;display:flex;min-height:410px;padding:42px;border-radius:15px;flex-direction:column;justify-content:flex-end;background:var(--v3-green);color:#fff}
body.itemid-350 .sm-carta-v3-info__green:before{content:"AC";position:absolute;top:12px;left:30px;color:rgba(255,255,255,.15);font-size:92px;font-weight:900}
body.itemid-350 .sm-carta-v3-info__green h3{position:relative;margin:0 0 10px;color:#fff;text-align:left;font-size:28px;line-height:1.15}
body.itemid-350 .sm-carta-v3-info__green p{position:relative;margin:0;color:rgba(255,255,255,.88);text-align:left;line-height:1.6}
body.itemid-350 .sm-carta-v3-faq{padding:88px 0;background:#fff}
body.itemid-350 .sm-carta-v3-faq details{border-bottom:1px solid var(--v3-line)}
body.itemid-350 .sm-carta-v3-faq summary{padding:21px 0;cursor:pointer;color:var(--v3-text);font-size:16px;font-weight:800;list-style:none}
body.itemid-350 .sm-carta-v3-faq summary::-webkit-details-marker{display:none}
body.itemid-350 .sm-carta-v3-faq summary:after{content:"+";float:right;color:var(--v3-green);font-size:23px;font-weight:400}
body.itemid-350 .sm-carta-v3-faq details[open] summary:after{content:"−"}
body.itemid-350 .sm-carta-v3-faq details p{max-width:850px;margin:0 30px 21px 0;color:var(--v3-copy);text-align:left;line-height:1.65}
body.itemid-350 .sm-carta-v3-cta{display:grid;margin-top:60px;padding:38px 46px;border-radius:15px;grid-template-columns:1fr auto;gap:32px;align-items:center;background:var(--v3-green);color:#fff}
body.itemid-350 .sm-carta-v3-cta h2{margin:0 0 7px;color:#fff;text-align:left;font-size:30px}
body.itemid-350 .sm-carta-v3-cta p{margin:0;color:rgba(255,255,255,.86);text-align:left}
body.itemid-350 .sm-carta-v3-cta .sm-carta-v3-btn{background:#fff;color:#347d3b!important}
@media(max-width:900px){body.itemid-350 .sm-carta-v3-form #cf_4 .cf-fields{grid-template-columns:1fr 1fr}body.itemid-350 .sm-carta-v3-process,body.itemid-350 .sm-carta-v3-info{grid-template-columns:1fr}body.itemid-350 .sm-carta-v3-needs__grid{grid-template-columns:1fr}.sm-carta-v3-need+.sm-carta-v3-need{border-top:1px solid var(--v3-line);border-left:0!important}body.itemid-350 .sm-carta-v3-cta{grid-template-columns:1fr}body.itemid-350 .sm-carta-v3-cta .sm-carta-v3-btn{justify-self:start}}
@media(max-width:640px){body.itemid-350 .sm-carta-v3-shell{width:calc(100% - 28px)}body.itemid-350 .sm-carta-v3-hero{min-height:auto}body.itemid-350 .sm-carta-v3-hero__content{padding:58px 0 46px}body.itemid-350 .sm-carta-v3-hero h1{font-size:39px}body.itemid-350 .sm-carta-v3-hero__trust{grid-template-columns:1fr;gap:13px}body.itemid-350 .sm-carta-v3-hero__trust div+div{padding-top:13px;padding-left:0;border-top:1px solid rgba(255,255,255,.2);border-left:0}body.itemid-350 .sm-carta-v3-form{padding:31px 20px}body.itemid-350 .sm-carta-v3-form #cf_4 .cf-fields{grid-template-columns:1fr}body.itemid-350 .sm-carta-v3-process__image{min-height:400px}body.itemid-350 .sm-carta-v3-section,body.itemid-350 .sm-carta-v3-needs,body.itemid-350 .sm-carta-v3-faq{padding:64px 0}body.itemid-350 .sm-carta-v3-cta{padding:30px 24px}}

/* Autocaravana a la carta V4: landing comercial visual */
body.itemid-350 .smc-land,body.itemid-350 .smc-land *{box-sizing:border-box}
body.itemid-350 .smc-land{--smc-green:#4ba84f;--smc-dark:#17202a;--smc-ink:#17202a;--smc-copy:#5f6872;--smc-soft:#f7f9f7;--smc-line:#dfe5df;overflow:hidden;color:var(--smc-ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
body.itemid-350 .smc-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
body.itemid-350 .smc-kicker{display:flex;margin:0 0 14px;align-items:center;gap:10px;color:var(--smc-green);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
body.itemid-350 .smc-kicker:before{content:"";width:28px;height:2px;background:currentColor}
body.itemid-350 .smc-btn{display:inline-flex;min-height:52px;padding:0 25px;border:0;border-radius:7px;align-items:center;justify-content:center;background:var(--smc-green);color:#fff!important;font-size:15px;font-weight:800;text-decoration:none!important}
body.itemid-350 .smc-hero{position:relative;min-height:610px;padding:0;background:#17202a;isolation:isolate}
body.itemid-350 .smc-hero__grid{position:relative;display:flex;min-height:610px;align-items:center}
body.itemid-350 .smc-hero__copy{position:relative;z-index:1;width:min(700px,62%);padding:72px 0 66px;text-align:center}
body.itemid-350 .smc-hero__copy .smc-kicker{justify-content:center;color:#87d48a}
body.itemid-350 .smc-hero h1{max-width:680px;margin:0 auto 24px;color:#fff;text-align:center;font-size:clamp(40px,4vw,58px);line-height:1.02;letter-spacing:-.045em}
body.itemid-350 .smc-hero h1 span{color:var(--smc-green)}
body.itemid-350 .smc-hero__lead{max-width:650px;margin:0 auto 30px;color:rgba(255,255,255,.9);text-align:center;font-size:20px;line-height:1.55}
body.itemid-350 .smc-hero__micro{margin:15px 0 0;color:rgba(255,255,255,.72);font-size:13px;text-align:center}
body.itemid-350 .smc-hero__visual{position:absolute;inset:0;z-index:0;overflow:hidden;background:#17202a}
body.itemid-350 .smc-hero__visual img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:68% center}
body.itemid-350 .smc-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,18,13,.97) 0%,rgba(10,18,13,.86) 39%,rgba(10,18,13,.4) 67%,rgba(10,18,13,.08) 100%)}
body.itemid-350 .smc-hero__caption{position:absolute;right:34px;bottom:30px;z-index:1;display:block;max-width:360px;padding:17px 20px;border-left:3px solid #4ba84f;background:rgba(23,32,42,.78);color:#fff}
body.itemid-350 .smc-hero__caption strong{display:block;margin-bottom:5px;font-size:17px;line-height:1.3}
body.itemid-350 .smc-hero__caption span{color:#87d48a;font-size:12px;font-weight:800;text-transform:uppercase}
body.itemid-350 .smc-proof{position:relative;z-index:1;display:grid;margin-top:0;border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28);grid-template-columns:repeat(3,1fr)}
body.itemid-350 .smc-proof__item{display:grid;padding:24px 28px;grid-template-columns:40px 1fr;gap:13px;align-items:center}
body.itemid-350 .smc-proof__item+.smc-proof__item{border-left:1px solid rgba(255,255,255,.28)}
body.itemid-350 .smc-proof__icon{display:flex;width:40px;height:40px;border:1px solid rgba(255,255,255,.45);border-radius:50%;align-items:center;justify-content:center;color:#87d48a}
body.itemid-350 .smc-proof__item strong{display:block;margin-bottom:2px;color:#fff;font-size:15px}
body.itemid-350 .smc-proof__item span:last-child{color:rgba(255,255,255,.72);font-size:12px;line-height:1.4}
body.itemid-350 .smc-brief{padding:92px 0;background:var(--smc-soft)}
body.itemid-350 .smc-heading{max-width:790px;margin:0 auto 43px;text-align:center}
body.itemid-350 .smc-heading .smc-kicker{justify-content:center}
body.itemid-350 .smc-heading h2{margin:0 0 13px;color:var(--smc-ink);text-align:center;font-size:clamp(33px,4vw,48px);line-height:1.08;letter-spacing:-.035em}
body.itemid-350 .smc-heading p{margin:0;color:var(--smc-copy);text-align:center;font-size:16px;line-height:1.65}
body.itemid-350 .smc-brief__grid{display:grid;grid-template-columns:.86fr 1.14fr;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(18,42,25,.1)}
body.itemid-350 .smc-brief__visual{position:relative;min-height:680px;background:var(--smc-dark)}
body.itemid-350 .smc-brief__visual>img{position:absolute;width:100%;height:100%;object-fit:cover}
body.itemid-350 .smc-brief__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,27,17,.96) 0%,rgba(11,27,17,.15) 62%)}
body.itemid-350 .smc-brief__visual-copy{position:absolute;right:34px;bottom:35px;left:34px;z-index:1;color:#fff}
body.itemid-350 .smc-brief__visual-copy .smc-kicker{color:#85da8a}
body.itemid-350 .smc-brief__visual-copy h3{margin:0 0 12px;color:#fff;text-align:left;font-size:32px;line-height:1.12}
body.itemid-350 .smc-brief__visual-copy p{margin:0;color:rgba(255,255,255,.78);text-align:left;line-height:1.58}
body.itemid-350 .smc-brief__visual-copy ul{display:grid;gap:9px;margin:22px 0 0;padding:0;list-style:none}
body.itemid-350 .smc-brief__visual-copy li{display:flex;gap:9px;color:#fff;font-size:14px}
body.itemid-350 .smc-brief__visual-copy li i{width:14px;color:#85da8a;font-size:12px}
body.itemid-350 .smc-brief__form{padding:42px 44px 36px;border-top:4px solid var(--smc-green)}
body.itemid-350 .smc-form-intro{margin-bottom:24px}
body.itemid-350 .smc-form-intro h3{margin:0 0 7px;color:var(--smc-ink);text-align:left;font-size:28px;line-height:1.15}
body.itemid-350 .smc-form-intro p{margin:0;color:var(--smc-copy);text-align:left;font-size:14px;line-height:1.55}
body.itemid-350 .smc-form-steps{display:grid;margin:0 0 27px;padding:0 0 18px;border-bottom:1px solid var(--smc-line);grid-template-columns:repeat(3,1fr);gap:12px;list-style:none}
body.itemid-350 .smc-form-steps li{color:#7a857d;font-size:11px;font-weight:800;text-align:center;text-transform:uppercase}
body.itemid-350 .smc-form-steps b{display:flex;width:27px;height:27px;margin:0 auto 7px;border-radius:50%;align-items:center;justify-content:center;background:var(--smc-soft);color:var(--smc-green);font-size:12px}
body.itemid-350 .smc-form-slot:empty{min-height:360px}
body.itemid-350 .smc-brief__form #cf_4{width:100%;margin:0;padding:0;border:0;background:transparent;box-shadow:none}
body.itemid-350 .smc-brief__form #cf_4 .cf-content-wrap{display:none}
body.itemid-350 .smc-brief__form #cf_4 .cf-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px 14px}
body.itemid-350 .smc-brief__form #cf_4 .cf-control-group{margin:0}
body.itemid-350 .smc-brief__form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .smc-brief__form #cf_4 .cf-control-group:has(button){grid-column:1/-1}
body.itemid-350 .smc-brief__form #cf_4 .cf-label{display:block;margin:0 0 6px;color:var(--smc-ink);font-size:12px;font-weight:800}
body.itemid-350 .smc-brief__form #cf_4 .cf-input{width:100%;min-height:47px;border:1px solid #ced8d0!important;border-radius:6px!important;background:#fff!important;color:var(--smc-ink)!important;box-shadow:none!important}
body.itemid-350 .smc-brief__form #cf_4 textarea.cf-input{min-height:86px}
body.itemid-350 .smc-brief__form #cf_4 .cf-btn{width:100%;min-height:51px;border:0!important;border-radius:7px!important;background:var(--smc-green)!important;color:#fff!important;font-weight:800!important}
body.itemid-350 .smc-form-legal{margin:15px 0 0;color:#7c867f;text-align:center;font-size:11px;line-height:1.45}
body.itemid-350 .smc-models{padding:92px 0;background:#fff}
body.itemid-350 .smc-models__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.itemid-350 .smc-model{position:relative;overflow:hidden;min-height:390px;margin:0;border-radius:16px;background:#e5e9e6}
body.itemid-350 .smc-model img{position:absolute;width:100%;height:100%;object-fit:cover}
body.itemid-350 .smc-model--camper img{object-position:24% center}
body.itemid-350 .smc-model:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(0deg,rgba(15,25,19,.94),transparent)}
body.itemid-350 .smc-model figcaption{position:absolute;right:25px;bottom:25px;left:25px;z-index:1;color:#fff}
body.itemid-350 .smc-model small{display:block;margin-bottom:6px;color:#87d48a;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
body.itemid-350 .smc-model strong{display:block;margin-bottom:6px;color:#fff;font-size:25px;line-height:1.15}
body.itemid-350 .smc-model span{display:block;color:rgba(255,255,255,.78);font-size:13px;line-height:1.5}
body.itemid-350 .smc-showcase{padding:94px 0;background:#fff}
body.itemid-350 .smc-showcase__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
body.itemid-350 .smc-photo-grid{display:grid;height:590px;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:12px}
body.itemid-350 .smc-photo{position:relative;overflow:hidden;margin:0;border-radius:14px;background:#e5ebe6}
body.itemid-350 .smc-photo:first-child{grid-row:1/-1}
body.itemid-350 .smc-photo img{width:100%;height:100%;object-fit:cover}
body.itemid-350 .smc-photo figcaption{position:absolute;right:12px;bottom:12px;left:12px;padding:10px 13px;border-radius:7px;background:rgba(17,32,22,.88);color:#fff;font-size:12px;font-weight:800;text-align:center}
body.itemid-350 .smc-showcase__copy h2{margin:0 0 15px;color:var(--smc-ink);text-align:left;font-size:clamp(34px,4vw,48px);line-height:1.07;letter-spacing:-.035em}
body.itemid-350 .smc-showcase__copy>p{margin:0;color:var(--smc-copy);text-align:left;line-height:1.67}
body.itemid-350 .smc-checklist{display:grid;margin:28px 0 30px;padding:0;grid-template-columns:1fr 1fr;gap:12px;list-style:none}
body.itemid-350 .smc-checklist li{display:flex;min-height:50px;padding:12px 14px;border-radius:7px;align-items:center;gap:10px;background:var(--smc-soft);color:var(--smc-ink);font-size:13px;font-weight:700}
body.itemid-350 .smc-checklist i{color:var(--smc-green)}
body.itemid-350 .smc-process{padding:90px 0;background:#fff;color:var(--smc-ink)}
body.itemid-350 .smc-process .smc-kicker{color:var(--smc-green)}
body.itemid-350 .smc-process__head{display:grid;margin-bottom:46px;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:end}
body.itemid-350 .smc-process__head h2{margin:0;color:var(--smc-ink);text-align:left;font-size:clamp(34px,4vw,48px);line-height:1.08}
body.itemid-350 .smc-process__head p{margin:0;color:var(--smc-copy);text-align:left;line-height:1.65}
body.itemid-350 .smc-process__steps{display:grid;border-top:1px solid var(--smc-line);border-bottom:1px solid var(--smc-line);grid-template-columns:repeat(3,1fr)}
body.itemid-350 .smc-process__step{padding:32px 31px 8px}
body.itemid-350 .smc-process__step+.smc-process__step{border-left:1px solid var(--smc-line)}
body.itemid-350 .smc-process__step b{display:block;margin-bottom:24px;color:var(--smc-green);font-size:14px;letter-spacing:.12em}
body.itemid-350 .smc-process__step h3{margin:0 0 8px;color:var(--smc-ink);text-align:left;font-size:20px}
body.itemid-350 .smc-process__step p{margin:0;color:var(--smc-copy);text-align:left;font-size:14px;line-height:1.58}
body.itemid-350 .smc-faq{padding:90px 0;background:#fff}
body.itemid-350 .smc-faq__wrap{display:grid;grid-template-columns:.68fr 1.32fr;gap:72px}
body.itemid-350 .smc-faq__intro h2{margin:0 0 13px;color:var(--smc-ink);text-align:left;font-size:40px;line-height:1.08}
body.itemid-350 .smc-faq__intro p{margin:0 0 23px;color:var(--smc-copy);text-align:left;line-height:1.65}
body.itemid-350 .smc-faq__list details{border-bottom:1px solid var(--smc-line)}
body.itemid-350 .smc-faq__list summary{padding:20px 0;cursor:pointer;color:var(--smc-ink);font-size:16px;font-weight:800;list-style:none}
body.itemid-350 .smc-faq__list summary::-webkit-details-marker{display:none}
body.itemid-350 .smc-faq__list summary:after{content:"+";float:right;color:var(--smc-green);font-size:22px;font-weight:400}
body.itemid-350 .smc-faq__list details[open] summary:after{content:"−"}
body.itemid-350 .smc-faq__list details p{margin:0 35px 20px 0;color:var(--smc-copy);text-align:left;line-height:1.65}
body.itemid-350 .smc-final{padding:56px 0;background:var(--smc-green);color:#fff}
body.itemid-350 .smc-final__inner{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}
body.itemid-350 .smc-final h2{margin:0 0 7px;color:#fff;text-align:left;font-size:36px;line-height:1.08}
body.itemid-350 .smc-final p{margin:0;color:rgba(255,255,255,.86);text-align:left}
body.itemid-350 .smc-final .smc-btn{background:#fff;color:#347c3a!important}
@media(max-width:980px){body.itemid-350 .smc-hero__copy{width:min(680px,76%)}body.itemid-350 .smc-brief__grid,body.itemid-350 .smc-showcase__grid,body.itemid-350 .smc-process__head,body.itemid-350 .smc-faq__wrap{grid-template-columns:1fr}body.itemid-350 .smc-models__grid{grid-template-columns:1fr 1fr}body.itemid-350 .smc-model:last-child{grid-column:1/-1}body.itemid-350 .smc-brief__visual{min-height:520px}body.itemid-350 .smc-showcase__grid{gap:42px}body.itemid-350 .smc-process__head{gap:18px}}
@media(max-width:700px){body.itemid-350 .smc-shell{width:calc(100% - 28px)}body.itemid-350 .smc-hero{min-height:620px}body.itemid-350 .smc-hero__grid{min-height:620px}body.itemid-350 .smc-hero__copy{width:100%;padding:54px 10px 110px}body.itemid-350 .smc-hero h1{font-size:40px}body.itemid-350 .smc-hero__lead{font-size:17px}body.itemid-350 .smc-hero__visual img{object-position:64% center}body.itemid-350 .smc-hero__visual:after{background:linear-gradient(180deg,rgba(10,18,13,.62) 0%,rgba(10,18,13,.88) 50%,rgba(10,18,13,.97) 100%)}body.itemid-350 .smc-hero__caption{right:18px;bottom:18px;left:18px;max-width:none}body.itemid-350 .smc-proof{grid-template-columns:1fr}body.itemid-350 .smc-proof__item+.smc-proof__item{border-top:1px solid var(--smc-line);border-left:0}body.itemid-350 .smc-brief,body.itemid-350 .smc-models,body.itemid-350 .smc-showcase,body.itemid-350 .smc-process,body.itemid-350 .smc-faq{padding:65px 0}body.itemid-350 .smc-models__grid{grid-template-columns:1fr}body.itemid-350 .smc-model:last-child{grid-column:auto}body.itemid-350 .smc-model{min-height:350px}body.itemid-350 .smc-brief__visual{min-height:440px}body.itemid-350 .smc-brief__visual-copy{right:24px;bottom:25px;left:24px}body.itemid-350 .smc-brief__form{padding:32px 22px}body.itemid-350 .smc-brief__form #cf_4 .cf-fields{grid-template-columns:1fr}body.itemid-350 .smc-brief__form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .smc-brief__form #cf_4 .cf-control-group:has(button){grid-column:auto}body.itemid-350 .smc-photo-grid{height:570px;grid-template-columns:1fr 1fr;grid-template-rows:1.15fr .85fr}body.itemid-350 .smc-photo:first-child{grid-column:1/-1;grid-row:auto}body.itemid-350 .smc-checklist{grid-template-columns:1fr}body.itemid-350 .smc-process__steps{grid-template-columns:1fr}body.itemid-350 .smc-process__step{padding:25px 0}body.itemid-350 .smc-process__step+.smc-process__step{border-top:1px solid var(--smc-line);border-left:0}body.itemid-350 .smc-final__inner{grid-template-columns:1fr}body.itemid-350 .smc-final .smc-btn{justify-self:start}}

/* Autocaravana a la carta V6: patrón visual corporativo definitivo */
body.itemid-350 .sm-order,body.itemid-350 .sm-order *{box-sizing:border-box}
body.itemid-350 .sm-order{--order-green:#4ba84f;--order-dark:#17202a;--order-muted:#5f6872;--order-line:#dfe5df;--order-soft:#f7f9f7;overflow:hidden;color:var(--order-dark);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
body.itemid-350 .sm-order__wrap{width:min(1240px,calc(100% - 40px));margin:0 auto}
body.itemid-350 .sm-order__head{max-width:890px;margin:0 auto 48px;text-align:center}
body.itemid-350 .sm-order__eyebrow{display:block;margin:0 0 19px;color:var(--order-green);font-size:14px;font-weight:750;letter-spacing:.08em;text-align:center;text-transform:uppercase}
body.itemid-350 .sm-order__head h1,body.itemid-350 .sm-order__head h2{margin:0 0 18px;color:var(--order-dark);font-weight:780;letter-spacing:-.045em;line-height:1.08;text-align:center}
body.itemid-350 .sm-order__head h1{font-size:clamp(40px,4.5vw,62px)}
body.itemid-350 .sm-order__head h2{font-size:clamp(34px,3.6vw,48px)}
body.itemid-350 .sm-order__head p{max-width:820px;margin:0 auto;color:var(--order-muted);font-size:18px;line-height:1.68;text-align:center}
body.itemid-350 .sm-order__button{display:inline-flex;min-height:52px;padding:0 25px;border:1px solid var(--order-green);border-radius:7px;align-items:center;justify-content:center;background:var(--order-green);color:#fff!important;font-size:15px;font-weight:750;text-decoration:none!important}
body.itemid-350 .sm-order-hero{padding:68px 0 0;background:#fff}
body.itemid-350 .sm-order-hero .sm-order__head{margin-bottom:38px}
body.itemid-350 .sm-order-hero__action{margin-top:28px;text-align:center}
body.itemid-350 .sm-order-hero__media{position:relative;overflow:hidden;width:100%;height:clamp(450px,48vw,650px);margin:0;background:#e8ece9}
body.itemid-350 .sm-order-hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}
body.itemid-350 .sm-order-hero__media:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(0deg,rgba(12,20,15,.82),transparent)}
body.itemid-350 .sm-order-hero__caption{position:absolute;right:max(30px,calc((100vw - 1240px)/2));bottom:35px;left:max(30px,calc((100vw - 1240px)/2));z-index:1;display:flex;align-items:end;justify-content:space-between;gap:30px;color:#fff}
body.itemid-350 .sm-order-hero__caption strong{max-width:620px;color:#fff;font-size:28px;line-height:1.2}
body.itemid-350 .sm-order-hero__caption span{color:#8bdb8e;font-size:14px;font-weight:750;text-transform:uppercase}
body.itemid-350 .sm-order-proof{background:#fff;border-bottom:1px solid var(--order-line)}
body.itemid-350 .sm-order-proof__grid{display:grid;grid-template-columns:repeat(3,1fr)}
body.itemid-350 .sm-order-proof__item{padding:27px 30px;text-align:center}
body.itemid-350 .sm-order-proof__item+.sm-order-proof__item{border-left:1px solid var(--order-line)}
body.itemid-350 .sm-order-proof strong{display:block;margin-bottom:4px;color:var(--order-dark);font-size:24px;line-height:1.15}
body.itemid-350 .sm-order-proof span{color:var(--order-muted);font-size:13px}
body.itemid-350 .sm-order-form{padding:90px 0;background:var(--order-soft)}
body.itemid-350 .sm-order-form__box{padding:48px 52px;border-top:4px solid var(--order-green);background:#fff}
body.itemid-350 .sm-order-form__slot:empty{min-height:330px}
body.itemid-350 .sm-order-form #cf_4{width:100%;margin:0;padding:0;border:0;background:transparent;box-shadow:none}
body.itemid-350 .sm-order-form #cf_4 .cf-content-wrap{display:none}
body.itemid-350 .sm-order-form #cf_4 .cf-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:21px 18px}
body.itemid-350 .sm-order-form #cf_4 .cf-control-group{margin:0}
body.itemid-350 .sm-order-form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .sm-order-form #cf_4 .cf-control-group:has(button){grid-column:1/-1}
body.itemid-350 .sm-order-form #cf_4 .cf-label{display:block;margin:0 0 7px;color:var(--order-dark);font-size:13px;font-weight:750}
body.itemid-350 .sm-order-form #cf_4 .cf-input{width:100%;min-height:50px;border:1px solid #ced6d0!important;border-radius:6px!important;background:#fff!important;color:var(--order-dark)!important;box-shadow:none!important}
body.itemid-350 .sm-order-form #cf_4 textarea.cf-input{min-height:100px}
body.itemid-350 .sm-order-form #cf_4 .cf-btn{display:block;width:min(100%,420px);min-height:52px;margin:4px auto 0;border:0!important;border-radius:7px!important;background:var(--order-green)!important;color:#fff!important;font-weight:750!important}
body.itemid-350 .sm-order-form__legal{margin:18px 0 0;color:#7b847e;font-size:12px;line-height:1.5;text-align:center}
body.itemid-350 .sm-order-selector{padding:90px 0;background:#fff}
body.itemid-350 .sm-order-selector__stage{position:relative;overflow:hidden;height:560px;background:#e8ece9}
body.itemid-350 .sm-order-selector__stage img{display:block;width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-order-selector__stage:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(0deg,rgba(13,23,16,.9),transparent)}
body.itemid-350 .sm-order-selector__caption{position:absolute;right:38px;bottom:34px;left:38px;z-index:1;color:#fff}
body.itemid-350 .sm-order-selector__caption strong{display:block;margin-bottom:8px;color:#fff;font-size:32px;line-height:1.15}
body.itemid-350 .sm-order-selector__caption span{display:block;max-width:620px;color:rgba(255,255,255,.85);font-size:16px;line-height:1.55}
body.itemid-350 .sm-order-selector__options{display:grid;border-bottom:1px solid var(--order-line);grid-template-columns:repeat(3,1fr)}
body.itemid-350 .sm-order-selector__option{min-height:105px;padding:22px 26px;border:0;border-top:4px solid transparent;background:#fff;color:var(--order-muted);font:inherit;text-align:left;cursor:pointer}
body.itemid-350 .sm-order-selector__option+.sm-order-selector__option{border-left:1px solid var(--order-line)}
body.itemid-350 .sm-order-selector__option strong{display:block;margin-bottom:5px;color:var(--order-dark);font-size:19px}
body.itemid-350 .sm-order-selector__option span{font-size:13px;line-height:1.45}
body.itemid-350 .sm-order-selector__option.is-active{border-top-color:var(--order-green)}
body.itemid-350 .sm-order-selector__option.is-active strong{color:var(--order-green)}
body.itemid-350 .sm-order-inspection{padding:90px 0;background:var(--order-soft)}
body.itemid-350 .sm-order-inspection__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
body.itemid-350 .sm-order-inspection__image{height:570px;margin:0;overflow:hidden;background:#e8ece9}
body.itemid-350 .sm-order-inspection__image img{display:block;width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-order-inspection__content .sm-order__eyebrow{text-align:left}
body.itemid-350 .sm-order-inspection__content h2{margin:0 0 18px;color:var(--order-dark);font-size:clamp(34px,3.6vw,48px);font-weight:780;letter-spacing:-.04em;line-height:1.08;text-align:left}
body.itemid-350 .sm-order-inspection__content>p{margin:0;color:var(--order-muted);font-size:17px;line-height:1.72;text-align:left}
body.itemid-350 .sm-order-inspection__list{display:grid;margin:29px 0 32px;padding:0;grid-template-columns:1fr 1fr;gap:15px 26px;list-style:none}
body.itemid-350 .sm-order-inspection__list li{display:flex;padding-left:0;gap:9px;color:var(--order-dark);font-size:14px;font-weight:650;line-height:1.45}
body.itemid-350 .sm-order-inspection__list li:before{content:none}
body.itemid-350 .sm-order-inspection__list li span{color:var(--order-green);font-weight:800}
body.itemid-350 .sm-order-process{padding:90px 0;background:#fff}
body.itemid-350 .sm-order-process__grid{display:grid;border-top:1px solid var(--order-line);border-bottom:1px solid var(--order-line);grid-template-columns:repeat(3,1fr)}
body.itemid-350 .sm-order-process__step{padding:34px 32px 38px}
body.itemid-350 .sm-order-process__step+.sm-order-process__step{border-left:1px solid var(--order-line)}
body.itemid-350 .sm-order-process__step b{display:block;margin-bottom:31px;color:var(--order-green);font-size:30px;font-weight:760}
body.itemid-350 .sm-order-process__step h3{margin:0 0 10px;color:var(--order-dark);font-size:20px;font-weight:730;line-height:1.3;text-align:left}
body.itemid-350 .sm-order-process__step p{margin:0;color:var(--order-muted);font-size:15px;line-height:1.65;text-align:left}
body.itemid-350 .sm-order-seo{padding:15px 0 90px;background:#fff}
body.itemid-350 .sm-order-seo__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:stretch}
body.itemid-350 .sm-order-seo__copy{align-self:center}
body.itemid-350 .sm-order-seo__copy .sm-order__eyebrow{text-align:left}
body.itemid-350 .sm-order-seo h2{margin:0 0 19px;color:var(--order-dark);font-size:clamp(32px,3.5vw,45px);font-weight:780;letter-spacing:-.04em;line-height:1.1;text-align:left}
body.itemid-350 .sm-order-seo p{margin:0 0 16px;color:var(--order-muted);font-size:17px;line-height:1.75;text-align:left}
body.itemid-350 .sm-order-seo__visual{position:relative;display:flex;min-height:400px;padding:44px;overflow:hidden;flex-direction:column;justify-content:flex-end;background:var(--order-green);color:#fff;border-radius:18px}
body.itemid-350 .sm-order-seo__visual:before{content:"AC";position:absolute;top:28px;left:36px;color:rgba(255,255,255,.18);font-size:128px;font-weight:800;letter-spacing:-.08em;line-height:1}
body.itemid-350 .sm-order-seo__visual strong{position:relative;display:block;margin-bottom:12px;color:#fff;font-size:29px;line-height:1.2}
body.itemid-350 .sm-order-seo__visual p{position:relative;margin:0;color:rgba(255,255,255,.92);font-size:16px;line-height:1.6}
body.itemid-350 .sm-order-faq{padding:80px 0;background:#fff}
body.itemid-350 .sm-order-faq__list{max-width:940px;margin:0 auto;border-top:1px solid var(--order-line)}
body.itemid-350 .sm-order-faq details{border-bottom:1px solid var(--order-line)}
body.itemid-350 .sm-order-faq summary{position:relative;padding:23px 54px 23px 0;color:var(--order-dark);font-size:18px;font-weight:680;line-height:1.35;cursor:pointer;list-style:none}
body.itemid-350 .sm-order-faq summary::-webkit-details-marker{display:none}
body.itemid-350 .sm-order-faq summary:after{content:"+";position:absolute;top:50%;right:8px;color:var(--order-green);font-size:30px;font-weight:400;transform:translateY(-50%)}
body.itemid-350 .sm-order-faq details[open] summary:after{content:"−"}
body.itemid-350 .sm-order-faq details p{max-width:790px;margin:0;padding:0 0 24px;color:var(--order-muted);font-size:16px;line-height:1.7;text-align:left}
body.itemid-350 .sm-order-final{padding:52px 0;background:var(--order-green);color:#fff}
body.itemid-350 .sm-order-final__grid{display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center}
body.itemid-350 .sm-order-final h2{margin:0 0 8px;color:#fff;font-size:clamp(29px,3vw,42px);font-weight:760;letter-spacing:-.035em;line-height:1.13;text-align:left}
body.itemid-350 .sm-order-final p{margin:0;color:rgba(255,255,255,.92);font-size:17px;text-align:left}
body.itemid-350 .sm-order-final .sm-order__button{background:#fff;color:#246b2b!important;border-color:#fff}
@media(max-width:991px){body.itemid-350 .sm-order-form #cf_4 .cf-fields{grid-template-columns:1fr 1fr}body.itemid-350 .sm-order-inspection__grid,body.itemid-350 .sm-order-seo__grid{grid-template-columns:1fr}body.itemid-350 .sm-order-inspection__grid,body.itemid-350 .sm-order-seo__grid{gap:38px}}
@media(max-width:767px){body.itemid-350 .sm-order__wrap{width:calc(100% - 28px)}body.itemid-350 .sm-order__head{margin-bottom:34px}body.itemid-350 .sm-order__head h1{font-size:39px}body.itemid-350 .sm-order__head h2{font-size:32px}body.itemid-350 .sm-order__head p{font-size:16px}body.itemid-350 .sm-order-hero{padding-top:52px}body.itemid-350 .sm-order-hero__media{height:500px}body.itemid-350 .sm-order-hero__media img{object-position:63% center}body.itemid-350 .sm-order-hero__caption{right:20px;bottom:22px;left:20px;display:block}body.itemid-350 .sm-order-hero__caption strong{display:block;margin-bottom:7px;font-size:21px}body.itemid-350 .sm-order-proof__grid,body.itemid-350 .sm-order-selector__options,body.itemid-350 .sm-order-process__grid{grid-template-columns:1fr}body.itemid-350 .sm-order-proof__item+.sm-order-proof__item,body.itemid-350 .sm-order-selector__option+.sm-order-selector__option,body.itemid-350 .sm-order-process__step+.sm-order-process__step{border-top:1px solid var(--order-line);border-left:0}body.itemid-350 .sm-order-form,body.itemid-350 .sm-order-selector,body.itemid-350 .sm-order-inspection,body.itemid-350 .sm-order-process,body.itemid-350 .sm-order-faq{padding:62px 0}body.itemid-350 .sm-order-form__box{padding:32px 22px}body.itemid-350 .sm-order-form #cf_4 .cf-fields{grid-template-columns:1fr}body.itemid-350 .sm-order-form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .sm-order-form #cf_4 .cf-control-group:has(button){grid-column:auto}body.itemid-350 .sm-order-selector__stage{height:440px}body.itemid-350 .sm-order-selector__caption{right:22px;bottom:22px;left:22px}body.itemid-350 .sm-order-selector__caption strong{font-size:26px}body.itemid-350 .sm-order-selector__option{min-height:auto}body.itemid-350 .sm-order-inspection__image{height:420px}body.itemid-350 .sm-order-inspection__list{grid-template-columns:1fr}body.itemid-350 .sm-order-process__step{padding:28px 4px}body.itemid-350 .sm-order-process__step b{margin-bottom:14px}body.itemid-350 .sm-order-seo{padding-bottom:62px}body.itemid-350 .sm-order-seo__visual{min-height:310px;padding:32px 25px}body.itemid-350 .sm-order-final__grid{grid-template-columns:1fr}body.itemid-350 .sm-order-final .sm-order__button{justify-self:start}}

/* Cada elemento de equipamiento conserva su propio icono, también dentro de las columnas. */
body.vehicle-detail-page .sm-equipment-v4__list li {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
}

body.vehicle-detail-page .sm-equipment-v4__list li::before {
    content: "\2713";
    position: static;
    display: inline-block;
    flex: 0 0 16px;
    margin: 2px 10px 0 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

body.vehicle-detail-page .sm-equipment-v4__notice {
    grid-column: 1 / -1;
    margin: 7px 0 0;
    color: #727c75;
    font-size: 12px;
    line-height: 1.5;
}

body.vehicle-detail-page .sm-finance-v3 {
    display: grid;
    max-width: 1180px;
    margin: 64px auto 0;
    padding: 50px 56px;
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.55fr);
    gap: 64px;
    color: #fff;
    background: #1c3626;
    border-radius: 12px;
}

body.vehicle-detail-page .sm-finance-v3__intro h2,
body.vehicle-detail-page .sm-finance-v3__intro p {
    color: #fff;
    text-align: left;
}

body.vehicle-detail-page .sm-finance-v3__intro p {
    color: #c9d1cb;
}

body.vehicle-detail-page .sm-finance-v3__calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 42px;
    align-items: center;
}

body.vehicle-detail-page .sm-finance-v3__controls {
    display: grid;
    gap: 26px;
}

body.vehicle-detail-page .sm-finance-v3__control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 18px;
    align-items: center;
}

body.vehicle-detail-page .sm-finance-v3__control label {
    color: #edf2ee;
    font-size: 14px;
    font-weight: 650;
}
body.vehicle-detail-page .sm-finance-v3__value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: #ffffff;
    font-size: 14px;
}
body.vehicle-detail-page .sm-finance-v3__value input {
    width: 104px;
    min-width: 104px;
    height: 42px;
    margin: 0;
    padding: 7px 8px;
    color: #18211b;
    border: 0;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
    pointer-events: none;
}

body.vehicle-detail-page .sm-finance-v3__value input::-webkit-inner-spin-button,
body.vehicle-detail-page .sm-finance-v3__value input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

body.vehicle-detail-page .sm-finance-v3__value span {
    display: inline-block;
    min-width: 34px;
    color: #d6ddd8;
    white-space: nowrap;
}

body.vehicle-detail-page .sm-finance-v3__value input#loanTenure {
    width: 70px;
    min-width: 70px;
}

body.vehicle-detail-page .sm-finance-v3 input[type="range"] {
    width: 100%;
    height: 22px;
    margin: 0;
    grid-column: 1 / -1;
    accent-color: #4ba84f;
}

body.vehicle-detail-page .sm-finance-v3__result {
    padding-left: 34px;
    border-left: 1px solid rgba(255,255,255,.17);
}

body.vehicle-detail-page .sm-finance-v3__result-label {
    display: block;
    margin-bottom: 8px;
    color: #bfc9c1;
    font-size: 13px;
}

body.vehicle-detail-page .sm-finance-v3__result #result {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 720;
    letter-spacing: -.035em;
    line-height: 1;
}

body.vehicle-detail-page .sm-finance-v3__result small {
    display: block;
    margin-top: 9px;
    color: #9fb0a3;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

body.vehicle-detail-page .sm-finance-v3__legal {
    grid-column: 1 / -1;
    margin: -10px 0 0;
    color: #9eaaa1;
    font-size: 12px;
    line-height: 1.5;
}

body.vehicle-detail-page .sm-tech-sheet {
    max-width: 1180px;
    margin: 70px auto 0;
    padding: 0;
}

body.vehicle-detail-page .sm-tech-sheet__heading {
    max-width: 700px;
    margin: 0 auto 38px;
    text-align: center;
}

body.vehicle-detail-page .sm-tech-sheet__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.vehicle-detail-page .sm-tech-group {
    padding: 29px 30px 25px;
    background: #f5f7f5;
    border-radius: 10px;
}

body.vehicle-detail-page .sm-tech-group h3 {
    display: flex;
    margin: 0 0 21px;
    align-items: center;
    gap: 11px;
    color: #1d2820;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.vehicle-detail-page .sm-tech-group h3 i {
    color: #4ba84f;
    font-size: 17px;
}

body.vehicle-detail-page .sm-tech-group dl {
    display: grid;
    margin: 0;
    gap: 15px;
}

body.vehicle-detail-page .sm-tech-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: baseline;
}

body.vehicle-detail-page .sm-tech-item dt {
    color: #6d786f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

body.vehicle-detail-page .sm-tech-item dd {
    margin: 0;
    color: #18211b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
}

body.vehicle-detail-page .vm_mainblock[hidden],
body.vehicle-detail-page .basictable_28[hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    body.vehicle-detail-page .sm-equipment-v3,
    body.vehicle-detail-page .sm-equipment-v4,
    body.vehicle-detail-page .sm-finance-v3 {
        padding: 42px 38px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body.vehicle-detail-page .sm-tech-sheet__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body.vehicle-detail-page .sm-equipment-v3,
    body.vehicle-detail-page .sm-equipment-v4,
    body.vehicle-detail-page .sm-finance-v3 {
        margin-top: 42px;
        padding: 34px 22px;
        border-radius: 9px;
    }

    body.vehicle-detail-page .sm-equipment-v3__groups,
    body.vehicle-detail-page .sm-finance-v3__calculator {
        grid-template-columns: 1fr;
    }

    body.vehicle-detail-page .sm-equipment-v4__list {
        columns: 1;
    }

    body.vehicle-detail-page .sm-equipment-v3__groups {
        gap: 28px;
    }

    body.vehicle-detail-page .sm-finance-v3__result {
        padding: 24px 0 0;
        border-top: 1px solid rgba(255,255,255,.17);
        border-left: 0;
    }

    body.vehicle-detail-page .sm-tech-sheet {
        margin-top: 54px;
    }

    body.vehicle-detail-page .sm-tech-sheet__heading {
        margin-bottom: 28px;
    }

    body.vehicle-detail-page .sm-tech-group {
        padding: 25px 22px 22px;
    }
}

/* Autocaravana a la carta V7: landing visual con formulario en el hero */
body.itemid-350 .sm-atc,body.itemid-350 .sm-atc *{box-sizing:border-box}
body.itemid-350 .sm-atc{--atc-green:#4ba84f;--atc-dark:#17202a;--atc-muted:#5f6872;--atc-soft:#f4f7f4;--atc-line:#dce3dc;overflow:hidden;color:var(--atc-dark);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
body.itemid-350 .sm-atc__wrap{width:min(1240px,calc(100% - 40px));margin:0 auto}
body.itemid-350 .sm-atc__eyebrow{display:block;margin:0 0 17px;color:var(--atc-green);font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.itemid-350 .sm-atc__head{max-width:850px;margin:0 auto 43px;text-align:center}
body.itemid-350 .sm-atc__head .sm-atc__eyebrow{text-align:center}
body.itemid-350 .sm-atc__head h2{margin:0 0 17px;color:var(--atc-dark);font-size:clamp(34px,3.55vw,50px);font-weight:800;letter-spacing:-.045em;line-height:1.08;text-align:center}
body.itemid-350 .sm-atc__head p{max-width:760px;margin:0 auto;color:var(--atc-muted);font-size:17px;line-height:1.7;text-align:center}
body.itemid-350 .sm-atc__button{display:inline-flex;min-height:54px;padding:0 26px;border:1px solid var(--atc-green);border-radius:6px;align-items:center;justify-content:center;background:var(--atc-green);color:#fff!important;font-size:15px;font-weight:800;text-decoration:none!important}
body.itemid-350 .sm-atc-hero{position:relative;min-height:810px;background:#142019 url('/images/banners/banner-autocaravana-a-la-carta.jpg') center/cover no-repeat;color:#fff}
body.itemid-350 .sm-atc-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,17,11,.98) 0%,rgba(8,17,11,.93) 48%,rgba(8,17,11,.72) 72%,rgba(8,17,11,.5) 100%)}
body.itemid-350 .sm-atc-hero__grid{position:relative;z-index:1;display:grid;min-height:810px;padding:54px 0;grid-template-columns:minmax(0,1.08fr) minmax(430px,.82fr);gap:70px;align-items:center}
body.itemid-350 .sm-atc-hero__copy{max-width:650px}
body.itemid-350 .sm-atc-hero__copy .sm-atc__eyebrow{color:#4ba84f;text-align:left}
body.itemid-350 .sm-atc-hero h1{max-width:690px;margin:0 0 18px;color:#fff;font-size:clamp(45px,4.55vw,64px);font-weight:820;letter-spacing:-.045em;line-height:1.05;text-align:left;text-shadow:0 2px 12px rgba(0,0,0,.28)}
body.itemid-350 .sm-atc-hero h1 span{color:#fff}
body.itemid-350 .sm-atc-hero__subhead{max-width:620px;margin:0 0 14px;color:#fff;font-size:clamp(22px,2vw,28px);font-weight:700;letter-spacing:-.02em;line-height:1.28;text-align:left;text-transform:none}
body.itemid-350 .sm-atc-hero__lead{max-width:610px;margin:0;color:rgba(255,255,255,.84);font-size:17px;font-weight:400;line-height:1.6;text-align:left}
body.itemid-350 .sm-atc-hero__benefits{display:grid;margin:29px 0 0;padding:0;grid-template-columns:1fr 1fr;gap:13px 24px;list-style:none}
body.itemid-350 .sm-atc-hero__benefits li{display:flex;padding:0;gap:9px;color:#fff;font-size:14px;font-weight:700;line-height:1.45}
body.itemid-350 .sm-atc-hero__benefits li:before{content:none}
body.itemid-350 .sm-atc-hero__benefits li b{color:#4ba84f;font-size:17px}
body.itemid-350 .sm-atc-hero__actions{display:flex;margin-top:28px;gap:12px;flex-wrap:wrap}
body.itemid-350 .sm-atc__button--ghost{border-color:#fff;background:transparent;color:#fff!important}
body.itemid-350 .sm-atc-hero__note{margin:28px 0 0;color:rgba(255,255,255,.72);font-size:13px;text-align:left}
body.itemid-350 .sm-atc-form{padding:32px 34px 28px;border-top:5px solid var(--atc-green);border-radius:10px;background:#fff;color:var(--atc-dark);box-shadow:0 22px 60px rgba(0,0,0,.24)}
body.itemid-350 .sm-atc-form__intro{margin-bottom:22px}
body.itemid-350 .sm-atc-form__intro strong{display:block;margin-bottom:7px;color:var(--atc-dark);font-size:25px;font-weight:800;letter-spacing:-.025em;line-height:1.15}
body.itemid-350 .sm-atc-form__intro span{display:block;color:var(--atc-muted);font-size:14px;line-height:1.5}
body.itemid-350 .sm-atc-form__slot:empty{min-height:430px}
body.itemid-350 .sm-atc-form #cf_4{width:100%;margin:0;padding:0;border:0;background:transparent;box-shadow:none}
body.itemid-350 .sm-atc-form #cf_4 .cf-content-wrap{display:none}
body.itemid-350 .sm-atc-form #cf_4 .cf-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px 14px}
body.itemid-350 .sm-atc-form #cf_4 .cf-control-group{margin:0}
body.itemid-350 .sm-atc-form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .sm-atc-form #cf_4 .cf-control-group:has(button){grid-column:1/-1}
body.itemid-350 .sm-atc-form #cf_4 .cf-label{display:block;margin:0 0 6px;color:var(--atc-dark);font-size:12px;font-weight:800;line-height:1.25}
body.itemid-350 .sm-atc-form #cf_4 .cf-input{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cbd4cd!important;border-radius:5px!important;background:#fff!important;color:var(--atc-dark)!important;font-size:14px;box-shadow:none!important}
body.itemid-350 .sm-atc-form #cf_4 textarea.cf-input{min-height:76px}
body.itemid-350 .sm-atc-form #cf_4 .cf-btn{display:block;width:100%;min-height:52px;margin:2px 0 0;border:0!important;border-radius:6px!important;background:var(--atc-green)!important;color:#fff!important;font-size:15px!important;font-weight:800!important}
body.itemid-350 .sm-atc-form__legal{margin:15px 0 0;color:#7a847d;font-size:11px;line-height:1.45;text-align:center}
body.itemid-350 .sm-atc-proof{background:#fff;border-bottom:1px solid var(--atc-line)}
body.itemid-350 .sm-atc-proof__grid{display:grid;grid-template-columns:repeat(3,1fr)}
body.itemid-350 .sm-atc-proof__item{padding:27px 30px;text-align:center}
body.itemid-350 .sm-atc-proof__item+.sm-atc-proof__item{border-left:0}
body.itemid-350 .sm-atc-proof__icon{display:block;width:32px;height:32px;margin:0 auto 12px;color:#4ba84f;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.itemid-350 .sm-atc-proof strong{display:block;margin-bottom:4px;color:var(--atc-dark);font-size:24px;line-height:1.1}
body.itemid-350 .sm-atc-proof span{color:var(--atc-muted);font-size:13px}
body.itemid-350 .sm-atc-types{padding:88px 0 94px;background:#fff}
body.itemid-350 .sm-atc-types__mosaic{display:grid;height:590px;grid-template-columns:1.18fr .82fr;grid-template-rows:1fr 1fr;gap:12px}
body.itemid-350 .sm-atc-types__item{position:relative;overflow:hidden;margin:0;background:#dfe5df}
body.itemid-350 .sm-atc-types__item:first-child{grid-row:1/3}
body.itemid-350 .sm-atc-types__item img{display:block;width:100%;height:100%;object-fit:cover;transition:none}
body.itemid-350 .sm-atc-types__item:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(0deg,rgba(9,18,12,.9),transparent)}
body.itemid-350 .sm-atc-types__caption{position:absolute;right:28px;bottom:25px;left:28px;z-index:1;color:#fff}
body.itemid-350 .sm-atc-types__caption strong{display:block;margin-bottom:5px;color:#fff;font-size:26px;line-height:1.15}
body.itemid-350 .sm-atc-types__caption span{display:block;max-width:530px;color:rgba(255,255,255,.86);font-size:14px;line-height:1.5}
body.itemid-350 .sm-atc-types__item:first-child .sm-atc-types__caption strong{font-size:34px}
body.itemid-350 .sm-atc-brief{padding:94px 0;background:var(--atc-soft)}
body.itemid-350 .sm-atc-brief__grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:70px;align-items:center}
body.itemid-350 .sm-atc-brief__visual{position:relative;height:640px;margin:0;overflow:hidden}
body.itemid-350 .sm-atc-brief__visual img{display:block;width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-atc-brief__badge{position:absolute;right:20px;bottom:20px;left:20px;z-index:1;padding:20px 22px;background:rgba(23,32,42,.92);color:#fff;font-size:15px;font-weight:750;line-height:1.45}
body.itemid-350 .sm-atc-brief__copy .sm-atc__eyebrow{text-align:left}
body.itemid-350 .sm-atc-brief__copy h2{margin:0 0 18px;color:var(--atc-dark);font-size:clamp(36px,3.8vw,52px);font-weight:800;letter-spacing:-.045em;line-height:1.07;text-align:left}
body.itemid-350 .sm-atc-brief__copy>p{margin:0 0 31px;color:var(--atc-muted);font-size:17px;line-height:1.72;text-align:left}
body.itemid-350 .sm-atc-brief__steps{margin:0;padding:0;list-style:none}
body.itemid-350 .sm-atc-brief__steps li{display:grid;padding:18px 0;grid-template-columns:54px 1fr;gap:17px;align-items:start;border-top:1px solid var(--atc-line)}
body.itemid-350 .sm-atc-brief__steps li:before{content:none}
body.itemid-350 .sm-atc-brief__steps b{color:var(--atc-green);font-size:24px;line-height:1}
body.itemid-350 .sm-atc-brief__steps strong{display:block;margin-bottom:4px;color:var(--atc-dark);font-size:18px;line-height:1.25}
body.itemid-350 .sm-atc-brief__steps span{display:block;color:var(--atc-muted);font-size:14px;line-height:1.55}
body.itemid-350 .sm-atc-check{padding:94px 0;background:#fff}
body.itemid-350 .sm-atc-check__grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
body.itemid-350 .sm-atc-check__gallery{display:grid;height:590px;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:10px}
body.itemid-350 .sm-atc-check__gallery figure{overflow:hidden;margin:0;background:#e4e8e4}
body.itemid-350 .sm-atc-check__gallery figure:first-child{grid-row:1/3}
body.itemid-350 .sm-atc-check__gallery img{display:block;width:100%;height:100%;object-fit:cover}
body.itemid-350 .sm-atc-check__copy .sm-atc__eyebrow{text-align:left}
body.itemid-350 .sm-atc-check__copy h2{margin:0 0 18px;color:var(--atc-dark);font-size:clamp(36px,3.7vw,50px);font-weight:800;letter-spacing:-.045em;line-height:1.07;text-align:left}
body.itemid-350 .sm-atc-check__copy>p{margin:0;color:var(--atc-muted);font-size:17px;line-height:1.72;text-align:left}
body.itemid-350 .sm-atc-check__list{display:grid;margin:28px 0 0;padding:0;grid-template-columns:1fr 1fr;gap:13px 22px;list-style:none}
body.itemid-350 .sm-atc-check__list li{display:flex;padding:0;gap:9px;color:var(--atc-dark);font-size:14px;font-weight:700;line-height:1.4}
body.itemid-350 .sm-atc-check__list li:before{content:none}
body.itemid-350 .sm-atc-check__list b{color:var(--atc-green)}
body.itemid-350 .sm-atc-service{position:relative;padding:100px 0;background:#17202a url('/images/banners/banner-transporte-a-toda-espana.jpg') center/cover no-repeat;color:#fff}
body.itemid-350 .sm-atc-service:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,28,20,.95),rgba(16,28,20,.72))}
body.itemid-350 .sm-atc-service__inner{position:relative;z-index:1;max-width:760px}
body.itemid-350 .sm-atc-service .sm-atc__eyebrow{color:#4ba84f;text-align:left}
body.itemid-350 .sm-atc-service h2{margin:0 0 18px;color:#fff;font-size:clamp(38px,4vw,55px);font-weight:800;letter-spacing:-.045em;line-height:1.06;text-align:left}
body.itemid-350 .sm-atc-service__lead{margin:0 0 34px;color:rgba(255,255,255,.9);font-size:18px;line-height:1.7;text-align:left}
body.itemid-350 .sm-atc-service__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}
body.itemid-350 .sm-atc-service__col{padding-top:20px;border-top:3px solid var(--atc-green)}
body.itemid-350 .sm-atc-service__col strong{display:block;margin-bottom:8px;color:#fff;font-size:18px;line-height:1.25}
body.itemid-350 .sm-atc-service__col span{display:block;color:rgba(255,255,255,.75);font-size:13px;line-height:1.55}
/* FAQ Autocaravana a la carta: acordeón con apertura y estado activo */
body.itemid-350 .sm-atc-faq{padding:88px 0;background:linear-gradient(180deg,#fff 0%,#fafcfa 100%)}
body.itemid-350 .sm-atc-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 58px;border-top:1px solid var(--atc-line)}
body.itemid-350 .sm-atc-faq__item{padding:25px 0;border-bottom:1px solid var(--atc-line)}
body.itemid-350 .sm-atc-faq__item h3{margin:0 0 8px;color:var(--atc-dark);font-size:18px;font-weight:800;line-height:1.35;text-align:left}
body.itemid-350 .sm-atc-faq__item p{margin:0;color:var(--atc-muted);font-size:15px;line-height:1.65;text-align:left}
body.itemid-350 .sm-atc-faq__list{max-width:960px;margin:0 auto}
body.itemid-350 .sm-atc-faq__list details{overflow:hidden;margin-bottom:10px;border:1px solid var(--atc-line);border-radius:9px;background:#fff;box-shadow:0 3px 12px rgba(23,32,42,.025);transition:border-color .35s ease,box-shadow .35s ease,background-color .35s ease}
body.itemid-350 .sm-atc-faq__list details:hover{box-shadow:0 5px 18px rgba(23,32,42,.045)}
body.itemid-350 .sm-atc-faq__list details[open]{border-color:rgba(75,168,79,.3);background:#fafdfa;box-shadow:0 6px 20px rgba(75,168,79,.055)}
body.itemid-350 .sm-atc-faq__list summary{position:relative;padding:21px 58px 21px 22px;color:var(--atc-dark);font-size:18px;font-weight:800;line-height:1.35;cursor:pointer;list-style:none;transition:color .35s ease,background-color .35s ease}
body.itemid-350 .sm-atc-faq__list summary:hover{background:#fbfcfb}
body.itemid-350 .sm-atc-faq__list details[open] summary{color:#3f9143}
body.itemid-350 .sm-atc-faq__list summary::-webkit-details-marker{display:none}
body.itemid-350 .sm-atc-faq__list summary:after{content:"+";position:absolute;top:50%;right:22px;color:#4ba84f;font-size:30px;font-weight:400;transform:translateY(-50%) rotate(0);transition:transform .4s ease}
body.itemid-350 .sm-atc-faq__list details[open] summary:after{content:"−";transform:translateY(-50%) rotate(0)}
body.itemid-350 .sm-atc-faq__list details p{max-width:810px;margin:0;padding:0 58px 22px 22px;color:var(--atc-muted);font-size:15px;line-height:1.7;text-align:left}
body.itemid-350 .sm-atc-final{position:relative;min-height:420px;display:flex;align-items:center;background:#17202a url('/images/landing/header-landing-autocaravanas.jpg') center/cover no-repeat;color:#fff}
body.itemid-350 .sm-atc-final:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,22,14,.94),rgba(11,22,14,.48))}
body.itemid-350 .sm-atc-final__content{position:relative;z-index:1;max-width:690px;padding:70px 0}
body.itemid-350 .sm-atc-final .sm-atc__eyebrow{color:#4ba84f;text-align:left}
body.itemid-350 .sm-atc-final h2{margin:0 0 16px;color:#fff;font-size:clamp(38px,4vw,56px);font-weight:800;letter-spacing:-.045em;line-height:1.06;text-align:left}
body.itemid-350 .sm-atc-final p{margin:0 0 26px;color:rgba(255,255,255,.9);font-size:18px;line-height:1.65;text-align:left}
@media(max-width:1060px){body.itemid-350 .sm-atc-hero__grid{grid-template-columns:1fr 430px;gap:36px}body.itemid-350 .sm-atc-brief__grid,body.itemid-350 .sm-atc-check__grid{gap:42px}}
@media(max-width:900px){body.itemid-350 .sm-atc-hero{min-height:auto}body.itemid-350 .sm-atc-hero__grid{min-height:auto;padding:70px 0;grid-template-columns:1fr}body.itemid-350 .sm-atc-hero__copy{max-width:720px}body.itemid-350 .sm-atc-form{max-width:680px}body.itemid-350 .sm-atc-brief__grid,body.itemid-350 .sm-atc-check__grid{grid-template-columns:1fr}body.itemid-350 .sm-atc-brief__visual{height:500px}body.itemid-350 .sm-atc-check__gallery{height:540px}}
@media(max-width:767px){body.itemid-350 .sm-atc__wrap{width:calc(100% - 28px)}body.itemid-350 .sm-atc__head{margin-bottom:32px}body.itemid-350 .sm-atc__head h2{font-size:34px}body.itemid-350 .sm-atc-hero{background-position:59% center}body.itemid-350 .sm-atc-hero:before{background:rgba(10,20,13,.78)}body.itemid-350 .sm-atc-hero__grid{padding:52px 0}body.itemid-350 .sm-atc-hero h1{font-size:43px}body.itemid-350 .sm-atc-hero__lead{font-size:17px}body.itemid-350 .sm-atc-hero__benefits{grid-template-columns:1fr}body.itemid-350 .sm-atc-form{padding:27px 20px 23px}body.itemid-350 .sm-atc-form #cf_4 .cf-fields{grid-template-columns:1fr}body.itemid-350 .sm-atc-form #cf_4 .cf-control-group:has(textarea),body.itemid-350 .sm-atc-form #cf_4 .cf-control-group:has(button){grid-column:auto}body.itemid-350 .sm-atc-proof__grid{grid-template-columns:1fr}body.itemid-350 .sm-atc-proof__item+.sm-atc-proof__item{border-top:0;border-left:0}body.itemid-350 .sm-atc-types,body.itemid-350 .sm-atc-brief,body.itemid-350 .sm-atc-check,body.itemid-350 .sm-atc-faq{padding:62px 0}body.itemid-350 .sm-atc-types__mosaic{height:auto;grid-template-columns:1fr;grid-template-rows:none}body.itemid-350 .sm-atc-types__item,body.itemid-350 .sm-atc-types__item:first-child{height:310px;grid-row:auto}body.itemid-350 .sm-atc-types__item:first-child{height:390px}body.itemid-350 .sm-atc-types__caption{right:20px;bottom:19px;left:20px}body.itemid-350 .sm-atc-types__caption strong,body.itemid-350 .sm-atc-types__item:first-child .sm-atc-types__caption strong{font-size:25px}body.itemid-350 .sm-atc-brief__visual{height:420px}body.itemid-350 .sm-atc-brief__copy h2,body.itemid-350 .sm-atc-check__copy h2{font-size:36px}body.itemid-350 .sm-atc-check__gallery{height:500px}body.itemid-350 .sm-atc-check__list,body.itemid-350 .sm-atc-service__cols,body.itemid-350 .sm-atc-faq__grid{grid-template-columns:1fr}body.itemid-350 .sm-atc-service{padding:72px 0}body.itemid-350 .sm-atc-service h2{font-size:39px}body.itemid-350 .sm-atc-final{min-height:470px;background-position:66% center}body.itemid-350 .sm-atc-final h2{font-size:40px}}

.sm-tp-hero{position:relative;display:flex;align-items:center;min-height:clamp(440px,60vh,580px);color:#fff;background:#17202a center/cover no-repeat}
.sm-tp-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,32,42,.9) 0%,rgba(23,32,42,.62) 50%,rgba(23,32,42,.2) 100%)}
.sm-tp-hero>.sm-finance-wrap{position:relative;max-width:min(1160px,calc(100% - 48px));padding:76px 0}
.sm-tp-hero .sm-finance-eyebrow,
.sm-tp-hero .sm-finance-title,
.sm-tp-hero .sm-finance-lead{margin-left:0;margin-right:0;text-align:left}
.sm-tp-hero .sm-finance-title{max-width:17ch;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.sm-tp-hero .sm-finance-lead{max-width:48ch;color:rgba(255,255,255,.92)}
.sm-tp-hero .sm-finance-actions{justify-content:flex-start}
.sm-tp-hero .sm-finance-note{color:rgba(255,255,255,.82)}

.sm-tp-band{position:relative;color:#fff;text-align:center;background:#17202a center/cover no-repeat;padding:clamp(64px,10vw,104px) 20px}
.sm-tp-band::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,32,42,.52),rgba(23,32,42,.6)),linear-gradient(90deg,rgba(75,168,79,.55),rgba(75,168,79,.05) 72%)}
.sm-tp-band>*{position:relative}
.sm-tp-band h2{margin:0 auto;max-width:20ch;color:#fff;font-size:clamp(30px,4.6vw,54px);font-weight:800;letter-spacing:-.025em;line-height:1.08;text-shadow:0 2px 22px rgba(0,0,0,.4)}
.sm-tp-band__points{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 40px;margin:30px 0 0;font-size:16px;font-weight:600}
.sm-tp-band__points span{position:relative;display:inline-flex;align-items:center;gap:10px}
.sm-tp-band__points span::before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;background:#4ba84f;box-shadow:0 0 0 5px rgba(75,168,79,.3)}

.sm-tp-seo .sm-finance-wrap{max-width:min(1160px,calc(100% - 48px))}
.sm-tp-seo .sm-finance-eyebrow{margin-left:0;text-align:left}
.sm-tp-seo .sm-finance-seo__layout{align-items:stretch}
.sm-tp-seo__figure{position:relative;border-radius:18px;overflow:hidden;min-height:360px}
.sm-tp-seo__figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sm-tp-seo__figure figcaption{position:absolute;left:0;right:0;bottom:0;padding:22px 22px 18px;background:linear-gradient(180deg,rgba(23,32,42,0),rgba(23,32,42,.82));color:#fff;font-size:15px;font-weight:600;line-height:1.4}
@media(max-width:860px){.sm-tp-seo .sm-finance-seo__layout{grid-template-columns:1fr}.sm-tp-seo__figure{min-height:220px}}

.sm-tp-faq{padding:88px 0;background:linear-gradient(180deg,#fff 0%,#fafcfa 100%)}
.sm-tp-faq__head{max-width:850px;margin:0 auto 43px;text-align:center}
.sm-tp-faq__head .sm-finance-eyebrow{margin:0 auto 17px;color:#4ba84f}
.sm-tp-faq__head h2{margin:0;color:#17202a;font-size:clamp(34px,3.55vw,50px);font-weight:800;letter-spacing:-.045em;line-height:1.08}
.sm-tp-faq__list{max-width:960px;margin:0 auto}
.sm-tp-faq__list details{overflow:hidden;margin-bottom:10px;border:1px solid #dce3dc;border-radius:9px;background:#fff;box-shadow:0 3px 12px rgba(23,32,42,.025);transition:border-color .35s ease,box-shadow .35s ease,background-color .35s ease}
.sm-tp-faq__list details:hover{box-shadow:0 5px 18px rgba(23,32,42,.045)}
.sm-tp-faq__list details[open]{border-color:rgba(75,168,79,.3);background:#fafdfa;box-shadow:0 6px 20px rgba(75,168,79,.055)}
.sm-tp-faq__list summary{position:relative;padding:21px 58px 21px 22px;color:#17202a;font-size:18px;font-weight:800;line-height:1.35;cursor:pointer;list-style:none;transition:color .35s ease,background-color .35s ease}
.sm-tp-faq__list summary:hover{background:#fbfcfb}
.sm-tp-faq__list details[open] summary{color:#4ba84f}
.sm-tp-faq__list summary::-webkit-details-marker{display:none}
.sm-tp-faq__list summary::after{content:"+";position:absolute;top:50%;right:22px;color:#4ba84f;font-size:30px;font-weight:400;transform:translateY(-50%);transition:transform .4s ease}
.sm-tp-faq__list details[open] summary::after{content:"\2212"}
.sm-tp-faq__list details p{max-width:810px;margin:0;padding:0 58px 22px 22px;color:#5f6872;font-size:15px;line-height:1.7}

@media(max-width:860px){.sm-tp-hero>.sm-finance-wrap{padding:56px 0}.sm-tp-faq{padding:60px 0}}

.sm-cc{font-size:16px;line-height:1.65;color:#17202a}
.sm-cc h1,.sm-cc h2,.sm-cc h3,.sm-cc h4{margin:0;color:#17202a;line-height:1.16;letter-spacing:-.02em}
.sm-cc p{margin:0}
.sm-cc a{color:#287a36}
.sm-cc .sm-btn::after,.sm-cc .sm-btn::before{content:none!important;display:none!important}
.sm-cc .sm-btn{
    gap: 0;
    letter-spacing: .03em;
    font-weight: 700;
}
.sm-cc-wrap{width:min(1160px,calc(100% - 44px));margin:0 auto}
.sm-cc-section{padding:70px 0}
.sm-cc-kicker{
   margin-bottom: 18px;
    margin-right: auto;
    margin-left: auto;
    color: #4ba84f;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.sm-cc-section>.sm-cc-wrap>h2{font-size:clamp(27px,3.3vw,40px);font-weight:800}
.sm-cc-lead{max-width:62ch;margin-top:14px;color:#5f6872;font-size:17px;line-height:1.6}

.sm-cc-hero{position:relative;display:flex;align-items:center;min-height:clamp(430px,54vh,520px);padding:68px 0;color:#fff;background:#17202a center/cover no-repeat}
.sm-cc-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,32,42,.92),rgba(23,32,42,.55) 60%,rgba(23,32,42,.22))}
.sm-cc-hero .sm-cc-wrap{position:relative}
.sm-cc-hero h1{max-width:17ch;margin:16px 0;color:#fff;font-size:clamp(31px,4.2vw,50px);font-weight:800;text-shadow:0 2px 20px rgba(0,0,0,.4)}
.sm-cc-hero p{max-width:48ch;margin-bottom:26px;color:rgba(255,255,255,.94);font-size:clamp(16px,1.7vw,18px)}
.sm-cc-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px}
.sm-cc-hero__note{color:rgba(255,255,255,.85);font-size:13px}

.sm-cc-ways{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:32px;border:1px solid #dfe5df;border-radius:14px;overflow:hidden;background:#fff}
.sm-cc-way {
    padding: 30px 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    gap: 1rem;
}
.sm-cc-way+.sm-cc-way{border-left:1px solid #dfe5df}
.sm-cc-way__n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 160px;
    border-radius: 7px;
    background: #4ba84f;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}
.sm-cc-way h3{margin-bottom:8px;font-size:20px;font-weight:800}
.sm-cc-way p{color:#5f6872;font-size:15px}

.sm-cc-strip{background:#4ba84f;color:#fff}
.sm-cc-strip .sm-cc-wrap{padding:18px 0;font-size:16px}
.sm-cc-strip strong{font-weight:800}

#cc-catalogo{background:#f4f7f4;border-top:4px solid #4ba84f}
.sm-cc-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:32px 0 16px}
.sm-cc-pick {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #dfe5df;
    border-radius: 12px;
    font: inherit;
    color: #17202a;
    transition: border-color .15s, box-shadow .15s;
}
.sm-cc-pick:hover{border-color:#4ba84f}
.sm-cc-pick__txt{flex:1;min-width:0}
.sm-cc-pick b{
    display:block;
    font-size:1.4rem;
    font-weight:700;
}
.sm-cc-pick span {
    display: block;
    font-size: 0.8rem;
    color: #5f6872;
}
.sm-cc-pick em {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    color: #4ba84f;
}
.sm-cc-pick__ph{flex:0 0 84px;height:64px;border-radius:8px;}
.sm-cc-pick__ph img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.sm-cc-pick.is-active {
    background: #fff;
    border-color: #4ba84f;
    box-shadow: 0 8px 22px rgba(75, 168, 79, .16);
}
.sm-cc-pick b:active{
    color: #fff;
}

.sm-cc-ficha{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:26px;padding:22px;border-radius:16px;background:#fff;box-shadow:0 16px 44px rgba(23,32,42,.1)}
.sm-cc-stage{position:relative;aspect-ratio:16/11;border-radius:12px;overflow:hidden;background:#f4f7f4}
.sm-cc-stage img{width:100%;height:100%;object-fit:cover;display:block}
.sm-cc-stage__ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#5f6872;font-size:13px;padding:16px}
.sm-cc-stage__ph svg{width:30px;height:30px;opacity:.5}
.sm-cc-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.sm-cc-thumb{flex:1 1 0;min-width:74px;padding:9px 6px;border:1px solid #dfe5df;border-radius:8px;background:#fff;font:inherit;font-size:11px;font-weight:800;color:#17202a;cursor:pointer;text-transform:uppercase;letter-spacing:.03em}
.sm-cc-thumb.is-active{border-color:#4ba84f;background:rgba(75,168,79,.1);color:#287a36}
.sm-cc-plano{
    margin-top:14px;
    aspect-ratio:3/1;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #dfe5df;
    border-radius:10px;
    background:#fff;
    color:#5f6872;
    font-size:12px;
    overflow:hidden
}
.sm-cc-plano img{width:100%;height:100%;object-fit:contain}

.sm-cc-data{display:flex;flex-direction:column;min-width:0}
.sm-cc-data__name{font-size:clamp(21px,2.3vw,26px);font-weight:800}
.sm-cc-data__sub {
    margin-top: 4px;
    color: #5f6872;
    font-size: 1rem;
}
.sm-cc-data__price {
    margin-top: 24px;
}
.sm-cc-data__price b{color:#4ba84f;font-size:clamp(22px,2.6vw,28px);font-weight:800}
.sm-cc-data__price span{color:#5f6872;font-size:13px}
.sm-cc-hbadge{align-self:center;background:#17202a;color:#fff;font-size:10px;font-weight:800;padding:5px 10px;border-radius:999px;letter-spacing:.04em}
.sm-cc-tabs{display:flex;gap:4px;border-bottom:2px solid #dfe5df;margin-top:4px}
.sm-cc-tab{flex:1;margin-bottom:-2px;padding:10px 4px;border:0;background:transparent;font:inherit;font-size:13px;font-weight:800;color:#5f6872;cursor:pointer;border-bottom:3px solid transparent;text-transform:uppercase;letter-spacing:.02em}
.sm-cc-tab.is-active{color:#17202a;border-bottom-color:#4ba84f}
.sm-cc-panel{flex:1;padding:16px 0 4px;font-size:14px;line-height:1.6}
.sm-cc-panel--dist p{color:#17202a;font-size:14.5px}

.sm-cc-eq{display:grid;grid-template-columns:1fr 1fr;gap:18px 32px}
.sm-cc-eq__g{display:block;padding:0;border:0}
.sm-cc-eq__g h4{margin:0 0 6px;padding:0;color:#287a36;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;line-height:1.5}
.sm-cc-eq__g ul{margin:0;padding:0;list-style:none;color:#17202a;font-size:13px;line-height:1.55}
.sm-cc-eq__g li{padding:2px 0 2px 16px;background:radial-gradient(circle at 4px 10px,#4ba84f 2.5px,transparent 3px) no-repeat}

.sm-cc-spectable{width:100%;border-collapse:collapse}
.sm-cc-spectable td{padding:8px 0;border-bottom:1px solid #dfe5df;font-size:13.5px}
.sm-cc-spectable td:first-child{color:#5f6872}
.sm-cc-spectable td:last-child{text-align:right;font-weight:700}
.sm-cc-data__cta{margin-top:16px}
.sm-cc-data__cta .sm-btn{width:100%}

.sm-cc-serie{margin-top:22px;border:1px solid #dfe5df;border-radius:14px;overflow:hidden;background:#fff}
.sm-cc-serie h3{margin:0;padding:14px 22px;background:#17202a;color:#fff;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.sm-cc-serie>p{margin:0;padding:14px 22px 0;color:#5f6872;font-size:13.5px}
.sm-cc-serie .sm-cc-eq{grid-template-columns:1fr 1fr;gap:16px 32px;padding:16px 22px 20px}

.sm-cc-section:has(>.sm-cc-wrap>.sm-cc-amedida){background:#17202a}
.sm-cc-section:has(>.sm-cc-wrap>.sm-cc-amedida)>.sm-cc-wrap>h2{color:#fff}
.sm-cc-amedida {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
    padding: 32px;
    border: 1px solid #dfe5df;
    border-radius: 16px;
    background: #fff;
}
.sm-cc-amedida-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sm-cc-amedida p{color:#5f6872;font-size:15.5px}
.sm-cc-amedida p+p{margin-top:12px}
.sm-cc-amedida .sm-btn{margin-top:20px}
.sm-cc-amedida__media{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f4f7f4;color:#5f6872;font-size:13px}
.sm-cc-amedida__media img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.sm-cc-trim {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    margin: 32px auto 0;
    align-items: start;
    padding: 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(23, 32, 42, .1);
}
.sm-cc-trim__preview{aspect-ratio:1/1;width:100%;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#f4f7f4;color:#5f6872;font-size:13px;overflow:hidden;margin-bottom:24px}
.sm-cc-trim__preview img{width:100%;height:100%;object-fit:cover}
.sm-cc-trimgroup+.sm-cc-trimgroup{margin-top:26px}
.sm-cc-trimgroup h4{margin-bottom:2px;color:#17202a;font-size:15px;font-weight:800}
.sm-cc-trimgroup>span{display:block;margin-bottom:12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.sm-cc-trimgroup>span.is-free{color:#287a36}
.sm-cc-trimgroup>span.is-paid{color:#5f6872}
.sm-cc-swatches{display:flex;flex-wrap:wrap;gap:16px}
.sm-cc-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;width:72px;font-size:11px;color:#5f6872;text-align:center;cursor:pointer}
.sm-cc-swatch img{width:56px;height:56px;border-radius:8px;border:2px solid #dfe5df;object-fit:cover;background:#f4f7f4;transition:border-color .15s ease}
.sm-cc-swatch:hover img{border-color:#4ba84f}
.sm-cc-swatch.is-active img{border-color:#4ba84f;box-shadow:0 0 0 2px rgba(75,168,79,.25)}

.sm-cc-band{margin-top:32px;padding:42px 32px;border-radius:18px;background:#17202a;color:#fff;text-align:center}
.sm-cc-band h2{margin-bottom:12px;color:#fff;font-size:clamp(23px,2.6vw,32px);font-weight:800}
.sm-cc-band p{max-width:52ch;margin:0 auto 24px;color:rgba(255,255,255,.88);font-size:16px}
.sm-cc-band .sm-btn--secondary{
    border-color:#fff;
    color:#fff !important;
    background:transparent
}
.sm-cc-band .sm-btn--secondary:hover{
background: #ffffff00;
    color: #287a36 !important;
}

.sm-cc-faqhead{max-width:720px;margin:0 auto 36px;text-align:center}
.sm-cc-faqhead h2{margin-top:4px;font-size:clamp(26px,3.2vw,38px);font-weight:800}
.sm-cc-faqlist{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.sm-cc-faqlist details{border:1px solid #dfe5df;border-radius:12px;background:#fff;overflow:hidden}
.sm-cc-faqlist details[open]{border-color:#4ba84f}
.sm-cc-faqlist summary{list-style:none;cursor:pointer;position:relative;padding:17px 50px 17px 20px;font-size:16px;font-weight:700;color:#17202a}
.sm-cc-faqlist summary::-webkit-details-marker{display:none}
.sm-cc-faqlist summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#4ba84f;font-size:24px;font-weight:400}
.sm-cc-faqlist details[open] summary::after{content:"\2212"}
.sm-cc-faqlist details p{margin:0;padding:0 20px 18px;color:#5f6872;font-size:14.5px;line-height:1.7}

.sm-cc h1,.sm-cc h2,.sm-cc h3,.sm-cc h4,.sm-cc h5,.sm-cc h6,.sm-cc p,.sm-cc ul,.sm-cc ol,.sm-cc li,.sm-cc dl,.sm-cc dt,.sm-cc dd,.sm-cc summary{text-align:left!important}
.sm-cc-band,.sm-cc-band h2,.sm-cc-band p,.sm-cc-faqhead,.sm-cc-faqhead h2,.sm-cc-faqhead .sm-cc-kicker{text-align:center!important}

@media(max-width:880px){
 .sm-cc-ways,.sm-cc-picker,.sm-cc-ficha,.sm-cc-amedida,.sm-cc-trim,.sm-cc-serie .sm-cc-eq,.sm-cc-eq{grid-template-columns:1fr}
 .sm-cc-ways::after{display:none}
 .sm-cc-section{padding:48px 0}
 .sm-cc-way {
    padding: 30px 25px;
}
}
p.sm-cc-dist__sub {
    font-weight: 800;
    margin-bottom: 12px;
}
p.sm-cc-dist__text {
    margin: 12px 0;
}
.sm-cc-ficha {
    display: block;
}
.sm-cc-model {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 26px;
}
.sm-cc-model[hidden] {
    display: none;
}
.sm-cc-stage .sm-cc-shot {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sm-cc-stage .sm-cc-shot[hidden] {
    display: none;
}
.sm-cc-tabpane[hidden] {
    display: none;
}
@media (max-width: 880px) {
    .sm-cc-model {
        grid-template-columns: 1fr;
    }
}
.sm-cc-data__cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sm-cc-data__cta .sm-btn {
    margin: 0;
}
.sm-cc-btn-wa {
    border: 1px solid #4ba84f;
    background: #fff;
    color: #287a36;
}
.sm-cc-btn-wa:hover {
    background: #f4f7f4;
    color: #287a36;
}
a.sm-btn.sm-cc-btn-wa {
    border: solid 2px;
    margin-top: 15px;
}
.sm-cc a.sm-cc-btn-wa::before {
    content: "\f232" !important;
    display: inline-block !important;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
}
section.\.sm-cc-section-bg {
    background: #4ba84f;
    padding: 5rem;
}
#cf_3 {
    width: min(680px, calc(100% - 40px));
    margin: 10px auto 60px;
    padding: 44px 46px 50px;
    background: #f6f8f6;
    border-top: 4px solid #4ba84f;
    border-radius: 0 0 18px 18px;
}

#cf_3 .cf-form-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
}

#cf_3 .cf-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
}

#cf_3 .cf-control-group {
    padding-right: 10px;
    padding-left: 10px;
}

#cf_3 .cf-control-label {
    margin-bottom: 8px;
}

#cf_3 .cf-label {
    color: #26322b;
    font-size: 15px;
    font-weight: 680;
    line-height: 1.35;
    text-align: left;
}

#cf_3 .cf-required-label {
    color: #4ba84f;
}

#cf_3 input.cf-input,
#cf_3 select.cf-input,
#cf_3 textarea.cf-input {
    width: 100%;
    min-height: 54px;
    padding: 13px 15px;
    color: #17202a;
    background: #fff;
    border: 1px solid #cfd8d0;
    border-radius: 8px;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#cf_3 textarea.cf-input {
    min-height: 170px;
    resize: vertical;
}

#cf_3 input.cf-input:focus,
#cf_3 select.cf-input:focus,
#cf_3 textarea.cf-input:focus {
    outline: 0;
    border-color: #4ba84f;
    box-shadow: 0 0 0 3px rgba(75, 168, 79, 0.14);
}

#cf_3 .cf-control-input-desc {
    margin-top: 10px;
    color: #687169;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

#cf_3 .cf-control-group[data-type="submit"] {
    width: 100%;
    margin-top: 30px;
}

#cf_3 .cf-btn {
    min-width: 220px;
    min-height: 54px;
    padding: 14px 28px;
    color: #fff;
    background: #4ba84f;
    border: 1px solid #4ba84f;
    border-radius: 8px;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}

#cf_3 .cf-btn:hover,
#cf_3 .cf-btn:focus {
    color: #fff;
    background: #287a36;
    border-color: #287a36;
}

#cf_3 .cf-response {
    margin-bottom: 20px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    #cf_3 {
        width: calc(100% - 28px);
        margin-bottom: 48px;
        padding: 30px 18px 34px;
        border-radius: 0 0 14px 14px;
    }
    #cf_3 .cf-fields {
        margin: 0;
    }
    #cf_3 .cf-control-group {
        padding-right: 0;
        padding-left: 0;
    }
    #cf_3 .cf-btn {
        width: 100%;
    }
}

#cf_6 {
    width: min(680px, calc(100% - 40px));
    margin: 10px auto 60px;
    padding: 44px 46px 50px;
    background: #fff;
    border-top: 4px solid #4ba84f;
    border-radius: 0 0 18px 18px;
}

#cf_6 .cf-form-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
}

#cf_6 .cf-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
}

#cf_6 .cf-control-group {
    padding-right: 10px;
    padding-left: 10px;
}

#cf_6 .cf-control-label {
    margin-bottom: 8px;
}

#cf_6 .cf-label {
    color: #26322b;
    font-size: 15px;
    font-weight: 680;
    line-height: 1.35;
    text-align: left;
}

#cf_6 .cf-required-label {
    color: #4ba84f;
}

#cf_6 input.cf-input:not([type="checkbox"]):not([type="radio"]),
#cf_6 select.cf-input,
#cf_6 textarea.cf-input {
    width: 100%;
    min-height: 54px;
    padding: 13px 15px;
    color: #17202a;
    background: #fff;
    border: 1px solid #cfd8d0;
    border-radius: 8px;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#cf_6 select.cf-input {
    padding-right: 34px;
}

#cf_6 .cf-select::after {
    display: block;
}

#cf_6 textarea.cf-input {
    min-height: 150px;
    resize: vertical;
}

#cf_6 input.cf-input:not([type="checkbox"]):not([type="radio"]):focus,
#cf_6 select.cf-input:focus,
#cf_6 textarea.cf-input:focus {
    outline: 0;
    border-color: #4ba84f;
    box-shadow: 0 0 0 3px rgba(75, 168, 79, 0.14);
}

#cf_6 fieldset.cf-control-group {
    margin-top: 4px;
}

#cf_6 .cf-checkbox-group {
    align-items: flex-start;
    gap: 10px;
}

#cf_6 .cf-checkbox-group input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #4ba84f;
}

#cf_6 .cf-checkbox-group .cf-label {
    color: #5f6872;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

#cf_6 .cf-control-input-desc {
    margin-top: 10px;
    color: #687169;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

#cf_6 .cf-control-group[data-type="submit"] {
    width: 100%;
    margin-top: 30px;
}

#cf_6 .cf-btn {
    min-width: 220px;
    min-height: 54px;
    padding: 14px 28px;
    color: #fff;
    background: #4ba84f;
    border: 1px solid #4ba84f;
    border-radius: 8px;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}

#cf_6 .cf-btn:hover,
#cf_6 .cf-btn:focus {
    color: #fff;
    background: #287a36;
    border-color: #287a36;
}

#cf_6 .cf-response {
    margin-bottom: 20px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    #cf_6 {
        width: calc(100% - 28px);
        margin-bottom: 48px;
        padding: 30px 18px 34px;
        border-radius: 0 0 14px 14px;
    }
    #cf_6 .cf-fields {
        margin: 0;
    }
    #cf_6 .cf-control-group {
        padding-right: 0;
        padding-left: 0;
    }
    #cf_6 .cf-btn {
        width: 100%;
    }
}

.telefono-top {
    pointer-events: none;
}
.telefono-top a {
    pointer-events: auto;
}
.telefono-top .container {
    padding-right: 0;
}
.telefono-top .right {
    padding-right: 15px;
}
.telefono-top p.llamanos {
    white-space: nowrap;
}

@media (max-width: 1499px) {
    .moduletable._navbar-nav.d-none.d-lg-block {
        display: none !important;
    }
    .telefono-top {
        display: none !important;
    }
}

@media (min-width: 1500px) {
    #mod-menu1 {
        justify-content: center !important;
        flex-wrap: nowrap !important;
        margin: 0 auto;
    }
}

.sm-cc-trimgroup .sm-cc-swatches + span {
    margin-top: 16px;
}
.sm-cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483000;
    padding: 18px 24px;
    background: #17202a;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, .25);
}
.sm-cookie[hidden] {
    display: none !important;
}
.sm-cookie__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
}
.sm-cookie__text {
    flex: 1;
    min-width: 260px;
}
.sm-cookie__text a {
    color: #8fd39b;
    text-decoration: underline;
}
.sm-cookie__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.sm-cookie__btn {
    padding: 11px 20px;
    border-radius: 8px;
    border: 0;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    cursor: pointer;
}
.sm-cookie__btn--accept {
    background: #4ba84f;
    color: #fff;
}
.sm-cookie__btn--accept:hover {
    background: #287a36;
}
.sm-cookie__btn--reject {
    background: #3a4551;
    color: #fff;
}
.sm-cookie__btn--reject:hover {
    background: #4a5765;
}
.sm-cookie__btn--config {
    background: transparent;
    color: #fff;
    text-decoration: underline;
    padding: 11px 6px;
}
.sm-cookie__modal {
    position: fixed;
    inset: 0;
    z-index: 2147483001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(23, 32, 42, .6);
}
.sm-cookie__modal[hidden] {
    display: none !important;
}
.sm-cookie__box {
    width: min(520px, 100%);
    max-height: 90vh;
    overflow: auto;
    padding: 28px;
    border-radius: 16px;
    background: #fff;
    color: #17202a;
}
.sm-cookie__box h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
}
.sm-cookie__box > p {
    margin: 0 0 18px;
    color: #5f6872;
    font-size: 14px;
    line-height: 1.55;
}
.sm-cookie__cat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-top: 1px solid #dfe5df;
}
.sm-cookie__cat h4 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 800;
}
.sm-cookie__cat p {
    margin: 0;
    color: #5f6872;
    font-size: 13px;
    line-height: 1.5;
}
.sm-cookie__cat label {
    flex-shrink: 0;
    margin-left: auto;
}
.sm-cookie__cat input {
    width: 18px;
    height: 18px;
    accent-color: #4ba84f;
}
.sm-cookie__save {
    margin-top: 20px;
    width: 100%;
    padding: 13px;
    border: 0;
    border-radius: 8px;
    background: #4ba84f;
    color: #fff;
    font: inherit;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    cursor: pointer;
}
.sm-cookie__save:hover {
    background: #287a36;
}
@media (max-width: 700px) {
    .sm-cookie__actions {
        width: 100%;
    }
    .sm-cookie__btn--accept,
    .sm-cookie__btn--reject {
        flex: 1;
        text-align: center;
    }
}
