html,
body {
  font-family: "Familjen Grotesk", sans-serif;
}

/* Start of Pagina de producto */

.breadcrumb {
  display: none;
}
.cn_content.cn_content_type_inline {
  display: none !important;
}
#wrapper {
  background-color: #ffffff !important;
}

.ps-delivery-leadtime {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #374151;
}
.ps-delivery-leadtime__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.ps-delivery-leadtime__text strong {
  font-weight: 600;
}
@media (max-width: 576px) {
  .ps-delivery-leadtime {
    font-size: 13.5px;
  }
}

.ps-wa-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #3f923d;
}

.ps-wa-contact__link:hover {
  border-color: #22c55e;
}
.ps-wa-contact__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.ps-wa-contact__icon {
  display: inline-flex;
}

.ps-delivery-leadtime {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #374151;
}
.ps-delivery-leadtime__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.ps-delivery-leadtime__text strong {
  font-weight: 600;
}
@media (max-width: 576px) {
  .ps-delivery-leadtime {
    font-size: 13.5px;
  }
}

/* Card/accordion contenedor */
.ps-acc-item {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.ps-acc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #98f060;
  font-weight: 600;
  color: #05222a;
  cursor: pointer;
  user-select: none;
  list-style: none;
  border-bottom: 1px solid #cfe3ff;
}
.ps-acc-summary::-webkit-details-marker {
  display: none;
}
.ps-acc-caret {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  position: relative;
}
.ps-acc-caret::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #374151;
  border-bottom: 2px solid #374151;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.ps-acc-item[open] .ps-acc-caret::before {
  transform: rotate(-135deg);
}
.ps-acc-content {
  padding: 0;
  background: #fff;
}

.ps-piece-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  color: #111827;
}
.ps-piece-table tr + tr td {
  border-top: 1px solid #e5e7eb;
}
.ps-piece-table td {
  padding: 10px 12px;
  vertical-align: middle;
  background: #f8f8f8;
}
.ps-piece-table td.key {
  width: 45%;
  color: #374151;
  font-weight: 600;
  background: #f8f8f8;
}
.ps-piece-table td.val {
  text-align: right;
  background: #f8f8f8;
}
#product-details.tab-pane {
  display: block !important;
  opacity: 1 !important;
}

/* Tabs vs acordeón en responsive */
@media (max-width: 768px) {
  .product-tabs {
    display: none !important;
  }
  .ps-mobile-accordion {
    display: block;
  }
}

@media (min-width: 768px) {
  .product-tabs .nav-tabs {
    display: none !important;
  }

  .product-tabs #tab-content {
    border-top: 0;
    padding-top: 0;
  }
  body#product #product-details {
    padding-top: 0 !important;
  }

  @media (min-width: 768px) {
    .ps-mobile-accordion {
      display: none !important;
    }
  }
}

.page-product nav nav-tabs {
  display: none;
}

.page-product .products {
  justify-content: center;
}

@media (min-width: 768px) {
  body#product .tabs.product-tabs {
    padding: 0px;
  }
}

body#product .vo-btn {
  background-color: #05222a;
}
body#product .vo-btn:hover,
body#product .vo-btn:focus {
  background-color: #031317;
}

body#product .current-price-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #05222a;
}

body#product .product-description,
body#product .product-description p {
  color: rgba(5, 34, 42, 0.7);
}

body#product .garantia-entrega-container {
  width: 100%;
  margin-bottom: 32px;
}
body#product .garantia-entrega-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(5, 34, 42, 0.7);
  margin-bottom: 0;
}
body#product .garantia-entrega-content {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 8px;
}
body#product .garantia-entrega-content-each {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
  background-color: #f8f8f8;
  padding: 24px;
  gap: 16px;
  border-radius: 12px;
}
body#product .garantia-entrega-content-each-icon {
  height: 56px;
  width: 56px;
  border-radius: 10.67px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #98f060;
}
body#product .garantia-entrega-content-each {
  text-align: center;
}
body#product .product-right-column {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
body#product .product-actions .add-to-cart {
  padding-top: 16px;
  display: flex;
  align-items: center;
}
body#product .product-actions .add-to-cart:hover,
body#product .product-actions .add-to-cart:focus {
  background-color: #031317;
}
body#product .product-actions .add-to-cart img {
  margin-top: 0 !important;
}
body#product .price-tax-note {
  color: rgba(5, 34, 42, 0.7);
}

@media (min-width: 992px) {
  body#product .row.product-container.js-product-container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #product #content {
    max-width: unset;
  }
  body#product .product-left-column.col-md-6 {
    flex: 1 1 auto !important;
    max-width: none !important;
    box-sizing: border-box;
    margin-right: 48px !important;
  }

  body#product .product-right-column.col-md-6 {
    flex: 0 0 432px !important;
    max-width: 432px !important;
    box-sizing: border-box;
    padding-right: 0px !important;
  }
}
/* End of Pagina de producto */

/*=============== footer =============== */

/* FAQ */

.iagt-footer__FAQ img {
  width: 100%;
}

/* FAQ fin */

/* ---------------- Vehículo de origen (product right column) ---------------- */
.vo-wrap {
  margin-top: 16px;
}
#product .vo-card {
  width: 100%;
}

#product .cont-orig.origen-box {
  margin: 0;
}
#product .vehiculo_origen_row {
  margin: 0;
}

@media (max-width: 767.98px) {
  .vo-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #product .button_orig {
    float: initial;
    margin-right: 4%;
    margin-top: 125%;
    margin-left: 4%;
    margin-bottom: -125%;
  }

  #product .btn-primary {
    width: 100%;
  }

  #product .cont-orig.mr-0.ml-0.origen-box.hide {
    width: 100%;
  }

  #product .vehiculo_origen_row {
    display: initial;
  }

  #product .btn-primary {
    width: 100%;
  }

  #product .cont-orig.mr-0.ml-0.origen-box.hide {
    width: 100%;
    margin-top: 6%;
  }

  #product .vehiculo_origen_row {
    display: initial;
  }
}

#product .vehiculo_origen_row .product-manufacturer-next img {
  max-width: 140px;
  margin-left: -49%;
  margin-top: 30%;
}

@media (max-width: 768px) {
  #product .vehiculo_origen_row .product-manufacturer-next img {
    max-width: 140px;
    margin-left: 0%;
    margin-top: 0%;
  }

  #product .button_orig .btn-primary {
    width: 100%;
    margin-top: -264%;
  }

  #product #footer {
    margin-top: 7%;
  }
}

@media (min-width: 1100px) {
  .product-miniature img {
    width: 280px!important;

  }
}

.cart-grid {
  padding-right: 15px;
  padding-left: 15px;
}

.product-miniature-default .product-add-cart .input-group-add-cart {
  flex-wrap: nowrap;
  position: relative;
  display: grid;
}

.product-miniature.search-width {
  width: 328px;
  /*border: 1px solid #DDE1E6;*/
  border-radius: 0;
}



/* Detalles de producto */
.btn-details-action {
  height: 48px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #05222a;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  display: flex;
  justify-content: center;
  gap: 11px;
}
.btn-details-action:hover,
.btn-details-action:focus {
  background-color: #031317;
}
.btn-details-action.vehicle {
  align-items: center;
}

.current-price-line {
  margin-top: 16px;
  margin-bottom: 16px !important;
}
.product-discounts {
  margin-bottom: 0;
}
.product-cover img {
  border-radius: 4px;
  width: 100%;
}
.product-images > li.thumb-container .thumb {
  border-radius: 4px;
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: #41a10f 3px solid;
}

.thumbnail-container,
.reviews-loaded {
  margin-bottom: 0;
}

.product-description {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.product-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #21272a;
  padding: 0;
}

@media (min-width: 768px) {
  .product-miniature {
    width: 262.4px;
  }
  .product-description p {
    margin-bottom: 8px;
  }
}

/* ===========================================================
   MÓVIL · Layout Figma (categoría + cards)
   =========================================================== */
:root {
  --iagt-page-bg: #ffffff; /* fondo general */
  --iagt-text: #0f172a; /* títulos / precio */
  --iagt-muted: #6b7280; /* subtítulo / secundarios */
  --iagt-ok: #16a34a; /* "resultados" */
  --iagt-border: #e5e7eb; /* bordes suaves */
  --iagt-card: #ffffff; /* fondo card */
  --iagt-accent: #05222a; /* botón carrito */
  --iagt-ink: #ffffff; /* icono en botón */
}
.iagt-account-icon {
  padding-top: 5px;
}

/* LISTADO DE MARCAS */

#lfai-brands p.lfai-brands__subtitle {
  color: #05222a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}

#lfai-brands .lfai-brands__az a {
  color: #3f923d;
}

@media (max-width: 1100px) {
  #lfai-brands h1.lfai-brands__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 32px;
    color: #05222a;
  }

  #lfai-brands h2.lfai-brands__letter {
    color: #05222a;
    margin-bottom: 16px;
    font-size: 24px;
  }

  #lfai-brands a.lfai-brands__link {
    color: #05222a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
  }

  /* FIN LISTADO DE MARCAS */

  /* Carrito de compra */

  .price-action-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #05222a;
  }
  .price-action-container .product-price,
  .price-action-container .remove-from-cart {
    color: #05222a;
    font-weight: 600;
  }
  .product-line-grid-body {
    margin-bottom: 0;
    height: unset;
  }
  .psasp-desc.cart {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .product-line-grid,
  .cart-item {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .finalize-shopping-btn {
    border-radius: 12px;
    background-color: #98f060;
    color: #05222a;
    padding: 16px 24px;
    text-transform: none;
  }
  .continue-shopping-container {
    display: flex;
    justify-content: center;
  }
  .continue-shopping-link {
    color: #05222a;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #05222a;
    line-height: 24px;
  }
  .js-cart-summary-totals {
    margin-bottom: 32px;
  }
  .card-block h1 {
    color: #05222a;
    font-weight: 600;
    line-height: 42px;
    font-size: 32px;
    text-transform: none;
  }
  .card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
    border: none !important;
  }

  /* Fin Carrito de compra */
  /* Imagen */
  .product-miniature .thumbnail-container {
    margin: 0 0 10px;
  }
  .product-miniature .thumbnail-container a,
  .product-miniature .thumbnail-container img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .product-miniature .thumbnail-container img {
    aspect-ratio: 4/3;
    object-fit: cover;
    background: #ffffff;
  }

  /* ---------- Texto ---------- */
  .product-miniature .product-description {
    padding: 0;
    text-align: left;
    align-items: flex-start;
    background: #ffffff;
  }

  /* Título (3 líneas máx, fuerte) */
  .product-miniature .product-title,
  .product-miniature .product-title a {
    text-decoration: none;
    text-transform: none !important;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: -0.2px;
    margin: 10px 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #05222a;
    text-align: left;
    margin-right: 60px;
    line-height: 28px;
  }

  /* Subtítulo (vehículo/fabricante) */
  .product-miniature .manufacturer,
  .product-miniature .product-reference {
    margin: 4px 0 12px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #a3a3a3;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 22px;
  }

  /* ---------- Precio + IVA ---------- */

  .product-miniature .product-price-and-shipping {
    display: flex;
    padding-right: 72px;
    text-align: left;
    align-items: flex-end;
  }
  .product-miniature .product-price-and-shipping .price {
    display: block;
    color: #05222a;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 4px;
  }
  .product-miniature .product-price-and-shipping .regular-price,
  .product-miniature .product-price-and-shipping .discount,
  .product-miniature .product-price-and-shipping .price-percent-reduction {
    font-size: 12px;
    color: #9ca3af;
    margin-left: 6px;
  }

  /* Texto IVA / tax label pequeño y gris claro debajo del precio */
  .product-miniature .product-price-and-shipping .tax-shipping-delivery-label,
  .product-miniature .product-price-and-shipping .taxes,
  .product-miniature .product-price-and-shipping .price-tax,
  .product-miniature .product-price-and-shipping small,
  .product-miniature .product-price-and-shipping .psasp-tax-note {
    display: block !important;
    margin: 0;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
  }

  /* ---------- Botón carrito (esquina inferior derecha) ---------- */
  .product-miniature .psasp-add {
  }
  .product-miniature .psasp-add .btn {
    width: 56px;
    height: 56px;
    padding: 16px;
    gap: 11px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: var(--iagt-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
    font-size: 0;
  }
  .product-miniature .psasp-add .btn:hover,
  .product-miniature .psasp-add .btn:focus {
    background-color: #031317;
  }
  .product-miniature .psasp-add .shopping-cart {
    float: none !important;
    margin: 0;
    font-size: 22px;
    color: var(--iagt-ink);
  }
}
/* ===========================================================
   Movil· Layout Figma (categoría + cards)
   =========================================================== */
@media (min-width: 576px) {
  /* ---------- Grid / Card ---------- */
  .products .js-product.product {
    border-radius: 14px;
    padding: 16px;
    margin: 16px 0;
  }

  button.lf-acc.js-lf-acc {
    outline: none;
  }

  /* Imagen */
  .product-miniature .thumbnail-container img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
    background: #ffffff;
  }

  /* ---------- Texto ---------- */
  .product-miniature .product-title,
  .product-miniature .product-title a {
    color: var(--iagt-text);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    margin: 4px 0 4px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* en escritorio cortamos a 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-miniature .psasp-subtitle,
  .product-miniature .manufacturer,
  .product-miniature .product-reference {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--iagt-muted);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 0 10px;
  }

  /* ---------- Precio + IVA ---------- */
  .product-miniature .product-price-and-shipping {
    display: block;
    margin-top: 8px;
    padding-right: 72px;
  }
  .product-miniature .product-price-and-shipping .price {
    display: block;
    color: var(--iagt-text);
    font-weight: 800;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 2px;
  }
  .product-miniature .product-price-and-shipping .regular-price,
  .product-miniature .product-price-and-shipping .discount,
  .product-miniature .product-price-and-shipping .price-percent-reduction {
    font-size: 12px;
    color: #9ca3af;
    margin-left: 6px;
  }
  .product-miniature .product-price-and-shipping .tax-shipping-delivery-label,
  .product-miniature .product-price-and-shipping .taxes,
  .product-miniature .product-price-and-shipping .price-tax,
  .product-miniature .product-price-and-shipping small,
  .product-miniature .product-price-and-shipping .psasp-tax-note {
    display: block !important;
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 500;
  }
}

.product-miniature .product-title a {
  font-size: 16px;
}
/*.product-miniature .thumbnail-container .product-thumbnail img {
  width: 328px;
}*/


 #category #search_filter_toggler {

    width: unset;
  }

@media (max-width: 575px) {
  #category #left-column #search_filters_wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .iagt-sheet ~ .iagt-sheet {
    display: none !important;
  }
}

/* HEADER */

.ps-header-strip {
  background-color: #27d9bc;
  color: #05222a;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
}
.ps-header-strip .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_widget {
  background-color: #f0f0f0;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
}

#header .header-nav {
  border-bottom: unset;
}

#header .header-nav #_desktop_contact_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  line-height: 21px;
  font-size: 14px;
  color: #05222a;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
}
#header .header-nav #_desktop_contact_link a:hover,
#header .contacts_mid_screen a:hover {
  color: #031317 !important;
}

.hp__item {
  display: flex;
  align-items: center;
}
.hp__ico {
  display: inline-flex;
  margin-right: 4px;
}
.hp__link {
  color: #05222a;
  text-decoration: none;
}
.hp__link:hover {
  text-decoration: underline;
}
.hp__sep {
  margin: 0 6px;
}

/* ====== Estructura desktop: una sola línea ====== */
#header .ps-headline {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
}

#header .ps-hd-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
#header .ps-burger {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 6px;
  line-height: 0;
  cursor: pointer;
}

#header .ps-hd-center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .ps-hd-center .search_widget {
  width: 100%;
  max-width: 640px;
  margin: 0;
  display: block;
}

#header .ps-hd-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

#header #_desktop_contact_link {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  margin: 0;
}

#header .header-nav .cart-preview.active {
  /* background-color: unset; */
}

#header .header-nav .user-info a {
  height: 24px;
}

@media (min-width: 992px) {
  #header .header-nav .user-info {
    margin: unset;
    display: flex;
  }

  #header .header-nav .blockcart {
    margin-left: 0;
  }

  #header .header-nav .blockcart .header {
    margin-top: unset;
  }
  #header #_desktop_search.ps-hd-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  #header #_desktop_search .psajaxsearchplus-header-search {
    flex: 0 1 392px;
    max-width: 392px;
  }

  #header #_desktop_contact_link {
    flex: 0 0 auto;
  }

  #header #_desktop_user_info,
  #header #_desktop_cart {
    display: flex;
    align-items: center;
  }

  #header #_desktop_user_info .user-info a span,
  #header #_desktop_cart .cart-title {
    display: none !important;
  }

  #header .header-top {
    display: none;
  }

  #header .ps-headline {
    position: relative;
  }

  #header #_desktop_search .psajaxsearchplus-header-search {
    position: absolute !important; /* sobrescribe el inline "position:relative" */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* centro exacto */
    width: min(640px, 60vw); /* mismo ancho que ya usabas, adaptable */
    margin: 0;
    z-index: 2; /* por si coincide con otros elementos */
  }

  #header .ps-hd-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
}

.contacts_mid_screen {
  display: none;
}
@media (min-width: 768px) and (max-width: 1391px) {
  .contacts_mid_screen {
    display: flex;
    align-items: right;
    justify-self: right;
    padding: 8px 16px 0 16px;
  }
  #header .header-nav #_desktop_contact_link {
    display: none;
  }
}

.psasp-searchwrap {
  position: relative;
  width: 100%;
  max-width: 640px;
}

#psajaxsearchplus-input, #psajaxsearchplus-input-mobile {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #eeeeee;
  padding: 12px 14px 12px 44px;
  font-size: 16px;
  color: #05222a;
  outline: none;
  box-shadow: none;
}

#psajaxsearchplus-input::placeholder, #psajaxsearchplus-input-mobile::placeholder {
  color: #05222a;
  opacity: 0.8;
}
.psasp-ico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  line-height: 0;
}

/* Fin HEADER */

/* HOME */
.perfect-change-container {
  padding: 40px 16px;
  background: linear-gradient(rgba(5, 34, 42, 0.6), rgba(5, 34, 42, 0.6)),
    url("../images/home.webp");

  background-size: cover;
  background-position: center;
}
.perfect-change-container .heading {
  line-height: 42px;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  width: 246.92px;
}
.perfect-change-container .paragraph {
  line-height: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

#content-wrapper {
  padding: 0;
}
.row.product-container.js-product-container {
  padding: 15px;
  max-width: 1320px;
  margin: 0 auto;
}

.perfect-change-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.perfect-change-warranty,
.perfect-change-time {
  display: flex;
  gap: 8px;
  width: 50%;
  min-width: 0;
}

.perfect-change-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background-color: #98f060;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.perfect-change-links p {
  line-height: 21px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

/* ====== Desktop (≥768px) ====== */
@media (min-width: 768px) {
  .perfect-change-container {
    padding: 40px 24px 24px;
  }

  .perfect-change-content {
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
    gap: 32px;
    max-width: 1320px;
    margin: 0 auto;
  }

  .perfect-change-container .heading {
    width: auto;
    margin-bottom: 32px;
    font-size: 54px;
  }
  .perfect-change-text {
    max-width: 600px;
  }
  .perfect-change-text .paragraph {
    /* max-width: 400px; */
    margin-bottom: 32px;
  }

  .perfect-change-links {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: nowrap;
  }
  .perfect-change-warranty,
  .perfect-change-time {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
  }
  .perfect-change-links p {
    margin: 0;
  }
  .perfect-change-select img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 12px;
  }

  .perfect-change-reviews {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .perfect-change-reviews img {
    height: 36px;
    width: auto;
  }
}

.our-pieces-container {
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  justify-content: center;
  margin: 0 auto;
  padding: 32px 24px;
}
.our-pieces-container .heading {
  line-height: 42px;
  font-weight: 600;
  font-size: 32px;
  color: #05222a;
  margin-bottom: 24px;
}
.our-pieces-container .items {
  display: flex;
  gap: 24px;
}
.our-pieces-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}
.our-pieces-item {
  width: 172px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.our-pieces-item img {
  display: block;
  width: 100%;
  max-width: 126px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.our-pieces-item p {
  margin: 8px 0 0;
  text-align: center;
  color: #05222a;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.btn-our-pieces,
.btn-homepage-brands,
.btn-homepage-localizautor,
.btn-our-vehicles {
  height: 48px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #98f060;
  color: #05222a;
  font-weight: 500;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.btn-our-vehicles:hover,
.btn-our-vehicles:focus {
  background-color: #58ca18;
  color: #05222a;
}
.homepage-brands-container {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  background-color: #f8f8f8;
}
.btn-homepage-localizautor {
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 24px;
}
.btn-homepage-brands,
.btn-homepage-localizautor {
  background-color: #05222a;
  color: #ffffff;
}
.btn-homepage-brands:hover,
.btn-homepage-localizautor:hover,
.btn-homepage-brands:focus,
.btn-homepage-localizautor:focus {
  background-color: #031317;
}
.homepage-brands-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  gap: 32px;
  justify-items: center;
  margin-bottom: 24px;
}
.homepage-brands-item {
  width: 52px;
  height: 48px;
  border-radius: 12px;
  padding: 8px 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-brands-item img {
  width: 37.14px;
  height: 27.86px;
}

.homepage-localizautor-container {
  padding-top: 32px;
  background-color: #27d9bc;
}
.homepage-localizautor-content {
  display: flex;
  flex-direction: column;
}
.homepage-localizautor-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-localizautor-container .heading {
  line-height: 42px;
  font-weight: 400;
  font-size: 32px;
  color: #05222a;
  text-align: center;
}
.homepage-localizautor-container .heading-2 {
  line-height: 36px;
  font-weight: 700;
  font-size: 24px;
  color: #05222a;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.homepage-localizautor-image {
  height: 414px;
  background-image: url("../images/localizautor-image.png");
  background-repeat: no-repeat;
  padding: 0;
  background-origin: border-box;
  background-clip: border-box;
  background-size: 115% auto;
  background-position: -20% top;
}

@media (min-width: 768px) {
  .container,
  .container-fluid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .our-pieces-container {
    padding: 40px;
  }

  .our-pieces-list {
    gap: 40px;
    max-width: 1440px;
  }

  .our-pieces-item img {
    max-width: 170px;
  }

  .homepage-localizautor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-direction: row-reverse;
    padding: 40px;
  }

  .homepage-localizautor-content,
  .homepage-localizautor-image-container {
    max-width: 800px;
    width: 50%;
  }
  .homepage-localizautor-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .homepage-localizautor-content {
    align-items: flex-start;
  }
  .btn-homepage-localizautor {
    align-self: normal;
    width: 200px;
  }
  .homepage-localizautor-container .heading {
    margin-left: 16px;
  }

  .homepage-localizautor-container .heading-2 {
    text-align: left;
  }

  .homepage-localizautor-image {
    height: 343px;
    width: 343px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-origin: padding-box;
    background-clip: border-box;
  }

  .homepage-brands-container {
    padding: 40px;
  }
  .homepage-brands-list {
    grid-template-columns: repeat(10, 1fr);
    width: min(100%, 1600px);
    margin: 0 auto 24px;
    justify-items: center;
    gap: 16px;
  }
}

.perfect-change-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.perfect-change-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
}
.perfect-change-reviews img {
  width: 328px;
  height: auto;
  border-radius: 16px;
}

.homepage-warranty-shipping {
  padding: 52px 16px;
  max-width: 1320px;
  margin: 0 auto;
}
.homepage-warranty-shipping__title {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #05222a;
}
.homepage-warranty-shipping__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 16px;
  color: #6b7280;
}

.homepage-warranty-shipping__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: stretch;
  gap: 16px;
}
.homepage-warranty-shipping__item {
  margin: 0;
  height: 100%;
}

.homepage-warranty-shipping-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  box-shadow: 0 2px 12px rgba(5, 34, 42, 0.08);
  height: 100%;
  overflow: hidden;
}

#warranty-card::before,
#shipping-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -200px;
  right: -60px;
  width: 283.31px;
  height: 283.31px;
  border-radius: 32px;
  transform: rotate(-45deg);
  background: #98f060;
}

#shipping-card::before {
  background: #27d9bc;
  top: 50px;
  right: -200px;
}

.homepage-warranty-shipping-card > * {
  position: relative;
  z-index: 1;
}

/* #warranty-card::after,
#shipping-card::after {
  content:"";
  position:absolute;
  right: 0; top: 0;
  width: 0; height: 0;
  border-left: 72px solid transparent;
  border-top: 72px solid #98F060;
  border-radius: 0 16px 0 0;
} */
#shipping-card::after {
  border-top: 72px solid #27d9bc;
}

.homepage-warranty-shipping-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.homepage-warranty-shipping-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #e6faf3;
  box-shadow: inset 0 0 0 1px rgba(5, 34, 42, 0.08);
}
.homepage-warranty-shipping-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #05222a;
}
.homepage-warranty-shipping-card__text {
  margin: 0;
  color: #05222a;
  font-size: 18px;
  line-height: 28px;
}
#warranty-icon {
  background-color: #98f060;
}
#shipping-icon {
  background-color: #27d9bc;
}

@media (min-width: 768px) {
  .homepage-warranty-shipping__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .homepage-warranty-shipping-card {
    padding: 40px;
    border-radius: 18px;
  }
  .homepage-warranty-shipping-card::after {
    border-left-width: 84px;
    border-top-width: 84px;
  }
  .btn-our-pieces,
  .btn-homepage-brands,
  .btn-our-vehicles {
    width: 200px;
    align-self: center;
  }

  #warranty-card::before {
    right: 30px;
  }

  #shipping-card::before {
    top: 80px;
    right: -100px;
  }
}

.homepage-opinions {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: #98f060;
}
.homepage-opinions-slider {
  max-width: 1320px;
  margin: 0 auto;
}
.homepage-opinions-slider img {
  width: 100%;
}
.homepage-opinions .heading {
  margin-left: 16px;
  margin-right: 16px;
  line-height: 42px;
  font-weight: 600;
  font-size: 32px;
  color: #05222a;
}

.our-vehicles-container {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
}
.our-vehicles-container .heading {
  line-height: 42px;
  font-weight: 600;
  font-size: 32px;
  color: #05222a;
}
.our-vehicles-container .paragraph {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #05222a;
}

/* Fin HOME */

/* footer background */
.js-footer {
  background-color: #05222a;
}

/*==================================
            LOGIN
===================================*/
/* Scope solo a la página de autenticación */
body#authentication {
  --auth-card-bg: #ffffff;
  --auth-input-bg: #f7f8fa;
  --auth-input-bd: #d6d6d6;
  --auth-input-bd-focus: #b9c6d3;
  --auth-text: #05222a;
  --auth-muted: #6b7280;
  --auth-link: #05222a;
  --auth-cta: #98f060;
  --auth-cta-hover: #98f060;
  --auth-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

/* Quita el card gris por defecto y centra el contenido */
body#authentication #content.page-content.card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
body#authentication #content {
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 40px 16px !important;*/
}

.page-customer-account #content .forgot-password {
  font-weight: 400 !important;
  font-size: 12px !important;
  text-align: left !important;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
}
.page-customer-account #content .forgot-password a {
  color: #3f923d !important;
  text-decoration: underline;
}

.rm-remember {
  padding-left: 0.75rem;
}

/* Título centrado como en Figma */
body#authentication .page-header {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 80px;
}
body#authentication .page-header h1 {
  margin: 0 0 8px 0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: var(--auth-text);
}

/* ====== Remember Me (Figma: fila 40px, auto-layout row) ====== */
:root {
  --rm-accent: #3f923d; /* verde marca */
  --rm-text: #0b1f28; /* ajusta a tu paleta */
  --rm-hover: #f5f7f9; /* fondo hover fila */
  --rm-radius: 10px; /* si prefieres 8px, cambia aquí */
}

/* Contenedor del bloque */
.rm-remember {
  margin: 0.5rem 0 0rem;
}

/* Fila clicable completa (auto-layout row, 40px alto) */
.rm-remember__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem; /* “spacing” entre check y texto */
  height: 40px;
  padding: 0; /* Figma: padding 0 */
  width: 536px; /* si quieres responsive: comenta esta línea */
  border-radius: var(--rm-radius);
  cursor: pointer;
  user-select: none;
}

/* Input nativo con accent-color (accesible) */
.rm-remember__input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--rm-accent); /* ✔️ Chrome/Edge/Firefox modernos */
  border-radius: 6px; /* algunos UA lo respetan */
}

/* Enfoque accesible: halo visible con teclado */
.rm-remember__input:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--rm-accent) 40%, transparent);
  outline-offset: 2px;
  border-radius: 6px;
}

/* Texto */
.rm-remember__text {
  color: var(--rm-text);
  font-size: 14px;
  line-height: 1;
}

/* Variante responsive (opcional): ocupa el ancho del form */
@media (max-width: 768px) {
  .rm-remember__label {
    width: 100%;
  }
}

/* Tarjeta del formulario */
body#authentication .login-form {
  width: 100%;
  max-width: 536px;
  background: var(--auth-card-bg);
}

/* Campos */

body#authentication .forgot-password {
  margin-top: 0.25rem !important;
}
body#authentication .login-form .pi-label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #05222a;
  font-weight: 400;
  padding-left: 0.75rem;
}
body#authentication .login-form .form-control {
  height: 50px;
  background: var(--auth-input-bg);
  border: 1px solid var(--auth-input-bd);
  border-radius: 12px;
  padding: 8px 12px;
  color: var(--auth-text);
  box-shadow: none;
}
body#authentication .login-form .form-control:focus {
  background: #fff;
  border-color: var(--auth-input-bd-focus);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.08);
}

/* Toggle de ojo en password (si tu tema usa botón/ícono dentro del input) */
body#authentication .login-form .input-group {
  position: relative;
}
body#authentication .login-form .input-group .input-group-btn,
body#authentication .login-form .vo-password-toggle,
body#authentication .login-form .js-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* Fila: checkbox + link "¿Olvidaste...?" */
body#authentication .login-form .forgotten-password,
body#authentication .login-form .help-block,
body#authentication .login-form .form-informations {
  margin-top: 6px;
  font-size: 13px;
}
body#authentication .login-form .forgotten-password a,
body#authentication .login-form a.forgot-password {
  color: var(--auth-link);
  text-decoration: none;
  font-weight: 600;
}
body#authentication .login-form .forgotten-password a:hover {
  text-decoration: underline;
}

body#authentication .login-form .custom-checkbox,
body#authentication .login-form .clearfix {
  display: flex;
  align-items: center;
  color: var(--auth-muted);
  font-size: 13px;
  margin: 10px 0 0 0;
}

/* Botón CTA */
body#authentication .login-form .btn,
body#authentication .login-form button[type="submit"],
body#authentication .login-form .form-footer button {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: var(--auth-cta);
  color: #05222a;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
  font-size: 1.125rem;
}

body#authentication .login-form .form-footer button:hover,
body#authentication .login-form .form-footer button:focus {
  background-color: #58ca18;
}

body#authentication .login-form .btn:hover {
  background: var(--auth-cta-hover);
  transform: translateY(-1px);
}
.pi-btn:focus,
.pi-btn:active,
.pi-btn:focus:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Separador y login social opcional */
body#authentication .login-form .auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  color: var(--auth-muted);
  font-size: 12px;
}
body#authentication .login-form .auth-divider::before,
body#authentication .login-form .auth-divider::after {
  content: "";
  height: 1px;
  background: #e7e9ee;
}
body#authentication .login-form .btn-google {
  background-color: transparent;
  border: unset;
}
body#authentication .btn-google {
  display: inline-flex;
  width: auto; /* por si alguna regla le da 100% */
  margin: 12px auto 0; /* lo centra en el contenedor */
  padding: 0;
}
body#authentication .btn-google img {
  display: block;
}

/* Link a registro */
body#authentication .login-form .no-account,
body#authentication .login-form .create-account {
  text-align: center;
  font-weight: 400;
  color: var(--auth-muted);
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}
body#authentication .iagt-text-login {
  color: var(--auth-link);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

body#authentication .login-form .no-account a {
  color: #3f923d;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
body#authentication .login-form .no-account a:hover,
body#authentication .login-form .create-account a:hover {
  text-decoration: underline;
}

/* Responsivo */
@media (max-width: 480px) {
  body#authentication .login-form {
    padding: 24px;
    border-radius: 14px;
  }
  body#authentication .page-header h1 {
    font-size: 22px;
  }
}
/* Centrar el botón de Google, pase lo que pase */
body#authentication .login-form .row.justify-content-center {
  /* si tu tema no usa flex en .row, esto lo fuerza */
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  margin-top: 8px;
}

body#authentication .login-form .row.justify-content-center > .col-auto {
  flex: 0 0 auto; /* anchura por contenido */
}

body#authentication .login-form .btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important; /* anula posibles width:100% */
  margin: 0 auto; /* por si el contenedor no queda en flex */
  padding: 0;
  border: 0;
  background: transparent;
}

body#authentication .login-form .btn-google img {
  display: block;
  height: 40px; /* los que pusiste en el HTML */
  width: 212px;
}

/* Fallback adicional si alguna hoja pisa el flex de .row */
body#authentication .login-form .row.justify-content-center.fallback-center {
  text-align: center;
}
body#authentication
  .login-form
  .row.justify-content-center.fallback-center
  > .col-auto {
  display: inline-block;
  float: none;
}
/* ========= LOGIN ========= */
@media (max-width: 768px) {
  body#authentication #wrapper {
    padding-top: 2.5rem;
  }
  body#authentication .row {
    margin-right: 0px !important;
  }
  /* Lienzo y card por defecto de Presta */
  body#authentication #content.page-content.card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  /* Contenedor exterior: padding 40/16 y centrado del bloque de 360 */
  body#authentication #content {
    display: flex;
    justify-content: center;
    padding: 40px 16px;
  }

  /* Header y título alineado a la izquierda */
  body#authentication .page-header {
    width: 100%;
    max-width: 360px;
    margin: 0 1rem 0;
    text-align: left;
  }
  body#authentication #header .header-top {
    padding: 2.5rem 0 !important;
  }
  body#authentication .page-header h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--auth-text);
    margin-bottom: 2.5rem !important;
  }

  /* Tarjeta/formulario como bloque de 360 con radio 4 */
  body#authentication .login-form {
    width: 100%;
    margin: 0 auto;
    padding: 0; /* el padding lo ponemos al form para clavar el Figma */
  }

  /* Interior del form: padding 40/16 y separación 40 */
  body#authentication .login-form form,
  body#authentication .login-form .form-content {
    /* por si tu tema envuelve */
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
  }

  /* Bloque de campos */
  body#authentication .login-form .pi-field {
    margin-bottom: 16px;
  }
  body#authentication .login-form .pi-label {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #05222a;
    font-weight: 400;
  }
  body#authentication .login-form .form-control {
    height: 50px;
    background: var(--auth-input-bg);
    border: 1px solid var(--auth-input-bd);
    border-radius: 12px;
    padding: 8px 12px;
    color: var(--auth-text);
    box-shadow: none;
  }
  body#authentication .login-form .form-control:focus {
    background: #fff;
    border-color: var(--auth-input-bd-focus);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.08);
  }

  /* Ojo del password */
  body#authentication .login-form .input-group {
    position: relative;
  }
  body#authentication .login-form .input-group .input-group-btn,
  body#authentication .login-form .vo-password-toggle,
  body#authentication .login-form .js-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  /* “¿Olvidaste tu contraseña?” bajo el password, a la izquierda */
  body#authentication .login-form .forgotten-password,
  body#authentication .login-form a.forgot-password {
    margin-top: 6px;
    font-size: 12px;
    text-align: left;
  }
  body#authentication .login-form a.forgot-password,
  body#authentication .login-form .forgotten-password a {
    color: #3f923d;
    text-decoration: underline;
    font-weight: 400;
  }

  /* Checkbox compacto */
  body#authentication .login-form .custom-checkbox,
  body#authentication .login-form .clearfix {
    display: flex;
    align-items: center;
    color: var(--auth-muted);
    font-size: 13px;
    margin: 6px 0 0 0;
  }

  /* CTA */
  body#authentication .login-form .btn,
  body#authentication .login-form button[type="submit"],
  body#authentication .login-form .form-footer button {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: var(--auth-cta);
    color: #05222a;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: none;
  }
  body#authentication .pi-input {
    height: 48px;
  }
  /* Link “¿No tienes cuenta?” */
  body#authentication .login-form .no-account {
    text-align: center;
    font-weight: 400;
    color: var(--auth-muted);
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  body#authentication .iagt-text-login {
    color: var(--auth-link);
  }
  body#authentication .login-form .no-account a {
    color: #3f923d;
    text-decoration: none;
  }
  body#authentication .login-form .no-account a:hover {
    text-decoration: underline;
  }

  /* Separador + botón Google centrado */
  body#authentication .login-form .auth-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    color: var(--auth-muted);
    font-size: 12px;
  }
  body#authentication .login-form .auth-divider::before,
  body#authentication .login-form .auth-divider::after {
    content: "";
    height: 1px;
    background: #e7e9ee;
  }

  /* Centrado del botón Google (dentro de .login-form) */
  body#authentication .login-form .row.justify-content-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    margin-top: 8px;
  }
  body#authentication .login-form .row.justify-content-center > .col-auto {
    flex: 0 0 auto;
  }
  body#authentication .login-form .btn-google {
    background: transparent;
    border: 0;
    display: inline-flex;
    width: auto !important;
    margin: 12px auto 0;
    padding: 0;
  }
  body#authentication .login-form .btn-google img {
    display: block;
    width: 212px;
    height: 40px;
  }
  body#authentication .form-control-label {
    padding-top: 0px;
  }
}

/*==================================
            REGISTRO
===================================*/

body#registration {
  --tx: #05222a;
  --muted: #05222a;
  --bg-input: #f7f8fa;
  --bd-input: #f8f8f8;
  --bd-focus: #b9c6d3;
  --cta: #98f060;
  --cta-hover: #67d652;
  --shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

body#registration header.page-header,
body#registration header.page-header h1 {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #05222a;
}
body#registration .page-header h1 > p {
  margin: 16px 0 16px;
  font-size: 16px;
  color: var(--muted);
  font-weight: 400;
  line-height: 24px;
}
body#registration .page-header h1 > p a {
  color: #3f923d;
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}
body#registration #customer-form .form-footer .btn,
body#registration #customer-form .btn-primary {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: var(--cta);
  color: #05222a;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 24px;
  font-size: 18px;
}
body#registration form .form-control-label {
  padding-left: 0.75rem;
}
body#registration form .form-control-label {
  padding-left: 0.75rem;
}
body#registration button.pi-btn.form-control-submit.float-xs-right {
  line-height: 0;
}

@media (max-width: 597px) {
  body#registration .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  body#registration header.page-header,
  body#registration header.page-header h1 {
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #05222a;
  }

  /* Lienzo y card default de PS */
  body#registration #content {
    display: flex;
    justify-content: center;
  }
  body#registration #content.page-content.card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  body#registration .page-header {
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
  }
  body#registration .page-header h1 {
    margin: 0;
    color: var(--tx);
    font-weight: 800;
    line-height: 1.15;
  }

  body#registration .page-header h1 > p a:hover {
    text-decoration: underline;
  }

  /* Contenedor del formulario como “tarjeta” 360 px */
  body#registration .register-form {
    width: 100%;
  }
  body#registration #customer-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  /* Campos */
  body#registration #customer-form .pi-field {
    margin-bottom: 16px;
  }
  body#registration #customer-form .pi-label {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    color: var(--muted);
    font-weight: 400;
  }
  body#registration #customer-form .pi-input,
  body#registration #customer-form .form-control {
    height: 48px;
    background: var(--bg-input);
    border: 1px solid var(--bd-input);
    border-radius: 12px;
    padding: 12px 14px;
    color: var(--tx);
    box-shadow: none;
  }
  body#registration #customer-form .pi-input:focus,
  body#registration #customer-form .form-control:focus {
    background: #fff;
    border-color: var(--bd-focus);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.08);
  }

  /* Ojo del password */
  body#registration #customer-form .pi-inputwrap {
    position: relative;
  }
  body#registration #customer-form .pi-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  /* Feedback de contraseña (barras y textos) */
  body#registration #customer-form .password-strength-feedback {
    margin-top: 8px;
  }
  body#registration #customer-form .password-strength-feedback .progress {
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
  }
  body#registration #customer-form .password-strength-text {
    font-size: 13px;
    color: var(--muted);
    margin-top: 6px;
  }

  /* Checkboxes */
  body#registration #customer-form .pi-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  body#registration #customer-form .pi-check__input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #16a34a;
  }
  body#registration #customer-form .pi-check__label {
    color: var(--tx);
    font-size: 14px;
    line-height: 1.35;
  }
  body#registration #customer-form .pi-check__label em {
    color: var(--muted);
    font-style: normal;
  }

  body#registration #customer-form .btn-primary:hover {
    background: var(--cta-hover);
    transform: translateY(-1px);
  }
}
/* Seguridad extra para pantallas <360 */
@media (max-width: 359px) {
  body#registration .page-header,
  body#registration .register-form {
    max-width: 100%;
  }
  body#registration #customer-form {
    padding: 32px 12px;
    gap: 32px;
  }
}

/* Order confirmation */
body#order-confirmation #main {
  padding-top: 40px;
  padding-bottom: 40px;
}

body#order-confirmation #content-hook_order_confirmation .card-block {
  padding: 17px !important;
}

body#order-confirmation .order_confirmation_header,
body#order-confirmation .order-confirmation-container {
  background-color: #f8f8f8;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  margin-left: 16px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}

body#order-confirmation #ps_cashondelivery-displayOrderConfirmation {
  display: none;
}

body#order-confirmation .confirmation-img {
  height: 296px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 32px;
}
body#order-confirmation .confirmation-img .background {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
body#order-confirmation .order_confirmation_header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 65%;
  max-height: 65%;
  height: auto;
  width: auto;
  pointer-events: none;
}

body#order-confirmation .order_confirmation_header h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #05222a;
  text-transform: none;
}

body#order-confirmation .order_confirmation_header p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #05222a;
}

body#order-confirmation .oc-kv #oc-kv-reference-text,
p,
body#order-confirmation .oc-kv #oc-kv-shippingMethod-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #05222a;
}
body#order-confirmation #oc-kv-reference-text {
  margin-bottom: 0px;
}


body#order-confirmation .oc-kv .oc-kv-reference,
body#order-confirmation .oc-kv #oc-kv-paymentType-text,
body#order-confirmation .oc-kv #oc-kv-shippingMethod-text,
body#order-confirmation .oc-kv #oc-kv-order-summary-text {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #05222a;
  padding: 8px 8px 0;
}

body#order-confirmation .col-md-4#oc-payment-method,
body#order-confirmation .col-md-4#oc-shipping-method,
body#order-confirmation .col-md-4#oc-order-summary {
  margin-top: 24px;
}

body#order-confirmation .oc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin: 4px 0;
  padding-left: 8px;
  padding-right: 8px;
}
body#order-confirmation .oc-address {
  padding: 0 8px 8px;
}

body#order-confirmation .oc-row__name {
  flex: 1 1 auto;
  color: #05222a;
  font-size: 16px;
  line-height: 24px;
}

body#order-confirmation .oc-row__price {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
  color: #05222a;
  font-size: 16px;
  line-height: 24px;
}

body#order-confirmation .oc-row.oc-row--total {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
  padding: 0 8px 8px;
}

@media (min-width: 992px) {
  body#order-confirmation .order_confirmation_header {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 16px;
  }

  body#order-confirmation .confirmation-img,
  body#order-confirmation .order-confirmation-text {
    width: 50%;
  }
  body#order-confirmation .confirmation-img {
    margin-bottom: 0;
  }
}
body#order-confirmation .col-md-4#oc-payment-method img {
  width: 56px;
  height: auto;
  margin-right: 8px;
  padding-left: 8px;
}
body#order-confirmation .col-md-4#oc-payment-method span {
  padding-right: 8px;
}

@media (max-width: 1320px) {
  body#order-confirmation
    .page-content.page-order-confirmation.card.order-confirmation-container {
    margin-left: 17px;
    margin-right: 17px;
  }
}
/* Fin order confirmation */

/* Baja y tasacion */

/* ===== Baja y tasación – hero ===== */

body#deregisterprueba #wrapper .container #content,
body#deregisterprueba #main .page-content,
#main .page-footer,
#main .page-header {
  margin-bottom: 0;
}

body#deregisterprueba .bajas-hero {
  height: 400px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(5, 34, 42, 0.6), rgba(5, 34, 42, 0.6)),
    url("../images/bajaytasacion.webp");

  background-size: cover;
  background-position: center;
}
body#deregisterprueba .bajas-hero-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body#deregisterprueba .bajas-hero-content {
  width: 100%;
}

body#deregisterprueba .bajas-hero .bajas-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
body#deregisterprueba .bajas-hero .bajas-subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

body#deregisterprueba .bajas-hero .btn.btn-primary {
  background: #27d9bc;
  border-color: #27d9bc;
  color: #05222a;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 600;
  text-transform: none;
}

body#deregisterprueba .bajas-benefits {
  display: flex;
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
}

body#deregisterprueba .bajas-benefits-container {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  gap: 40px;
  width: 100%;
}
body#deregisterprueba .bajas-benefits-each {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #05222a;
}
body#deregisterprueba .bajas-benefits-each-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body#deregisterprueba .bajas-benefits-each-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #98f060;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body#deregisterprueba .benefit-title,
body#deregisterprueba .benefit-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
  margin-bottom: 0px;
}
body#deregisterprueba .benefit-title {
  font-weight: 600;
}

body#deregisterprueba .bajas-contact {
  background-color: #98f060;
}
body#deregisterprueba .bajas-contact-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
body#deregisterprueba .bajas-contact-container-text p {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #05222a;
  text-align: center;
}
body#deregisterprueba .bajas-contact-container-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
body#deregisterprueba .bajas-contact-container-button-whatsapp,
body#deregisterprueba .bajas-contact-container-button-modal {
  background: #05222a;
  color: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
body#deregisterprueba .bajas-contact-container-button-whatsapp:hover,
body#deregisterprueba .bajas-contact-container-button-whatsapp:focus {
  background: #031317;
}
body#deregisterprueba .bajas-contact-container-button-modal:hover,
body#deregisterprueba .bajas-contact-container-button-modal:focus {
  background: #05222a;
  color: #fff;
}
body#deregisterprueba .bajas-contact-container-button-modal {
  border: 2px solid #05222a;
  background: transparent;
  color: #05222a;
}
body#deregisterprueba .bajas-contact-container-buttons p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
}

body#deregisterprueba .bajas-documents {
  background-color: #f8f8f8;
}
body#deregisterprueba .bajas-documents-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body#deregisterprueba .bajas-documents-main-title {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #05222a;
  margin-bottom: 8px;
}
body#deregisterprueba .bajas-documents-main-desc {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
}
body#deregisterprueba .bajas-documents-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body#deregisterprueba .bajas-documents-text-each {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body#deregisterprueba .bajas-documents-text-each h4 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #05222a;
}
body#deregisterprueba .bajas-documents-text-list li {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  list-style: disc;
  list-style-position: inside;
  padding-left: 10px;
}
body#deregisterprueba .bajas-documents-text-list li a {
  color: #05222a;
}

/* Modal */
/* ===== Modal de tasación ===== */
body#deregisterprueba .tm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

body#deregisterprueba .tm-modal:target {
  pointer-events: auto;
}

body#deregisterprueba .tm-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 34, 42, 0.55);
  opacity: 0;
  transition: opacity 0.2s ease;
  display: block;
}

body#deregisterprueba .tm-modal:target .tm-overlay {
  opacity: 1;
}

body#deregisterprueba .tm-dialog {
  position: relative;
  width: 360px;
  margin: 40px auto;
  background: #fff;
  border-radius: 4px;
  padding: 32px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body#deregisterprueba .tm-modal:target .tm-dialog {
  transform: translateY(0);
  opacity: 1;
}

body#deregisterprueba .tm-close {
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  color: #05222a;
}
body#deregisterprueba .tm-header {
  display: flex;
  gap: 16px;
}

body#deregisterprueba .tm-title {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #05222a;
}

body#deregisterprueba .tm-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body#deregisterprueba .tm-submit {
  width: 100%;
  height: 48px;
  font-weight: 500;
  border-radius: 12px;
  background-color: #98f060;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05222a;
  border: none;
  cursor: pointer;
}
body#deregisterprueba .tm-submit:hover,
body#deregisterprueba .tm-submit:focus {
  background-color: #58ca18;
}
body#deregisterprueba .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
body#deregisterprueba .form-check-label {
  font-size: 14px;
  line-height: 21px;
  color: #05222a;
  font-weight: 400;
}
body#deregisterprueba .form-check-label a {
  color: #3f923d;
  text-decoration: underline;
}
body#deregisterprueba .form-check p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #05222a;
}

body#deregisterprueba .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body#deregisterprueba .tm-modal .tm-dialog .tm-form .tasacion-modal-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body#deregisterprueba .tm-modal .tm-dialog .tm-form .form-check-input {
  position: static;
  margin: 3px 0 0 0;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

body#deregisterprueba .tm-modal .tm-dialog .tm-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body#deregisterprueba .tm-modal .tm-dialog .tm-form .form-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body#deregisterprueba .tm-modal .tm-dialog .tm-form .form-check-label {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 21px;
  color: #05222a;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

body#deregisterprueba
  .tm-modal
  .tm-dialog
  .tm-form
  .form-note
  .form-check-label
  .form-check-label-heading {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 21px;
}
body#deregisterprueba
  .tm-modal
  .tm-dialog
  .tm-form
  .form-note
  .form-check-label
  p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #05222a;
}

body#deregisterprueba .tm-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body#deregisterprueba .tm-label {
  font-size: 14px;
  line-height: 14px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
}

body#deregisterprueba .tm-input {
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f5f6f7;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body#deregisterprueba .tm-input::placeholder {
  font-size: 14px;
  line-height: 14px;
  color: #9ca3af;
}

body#deregisterprueba .tm-input:focus {
  border-color: #27d9bc;
  box-shadow: 0 0 0 3px rgba(39, 217, 188, 0.25);
}
body#deregisterprueba .tm-input {
  height: 48px;

  border: 1px solid var(--bd-input);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--tx);
  box-shadow: none;
}
body#deregisterprueba .tm-input:focus {
  background: #fff;
  border-color: var(--bd-focus);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.08);
}

body#deregisterprueba .tm-form .form-group label {
  display: block;
  text-align: left;
  float: none !important;
  width: auto;
}

body#deregisterprueba .codigo-qr {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  body#deregisterprueba .bajas-hero {
    height: 500px;
    padding: 80px 40px 40px;
  }
  body#deregisterprueba .bajas-hero-content {
    max-width: 1000px;
    margin: 0 auto;
  }
  body#deregisterprueba .bajas-hero .bajas-title {
    font-size: 48px;
  }
  body#deregisterprueba .bajas-hero .bajas-subtitle {
    font-size: 24px;
    line-height: 36px;
    max-width: 50%;
  }
  body#deregisterprueba .bajas-benefits-container {
    width: 1600px;
    flex-direction: row;
    justify-content: space-between;
  }
  body#deregisterprueba .bajas-contact-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px;
  }
  body#deregisterprueba .bajas-contact-container-text p {
    text-align: left;
  }
  body#deregisterprueba .bajas-documents-container {
    padding: 40px;
  }
  body#deregisterprueba .bajas-documents-text {
    flex-direction: row;
    justify-content: space-between;
  }
  body#deregisterprueba .bajas-documents-text-each {
    width: 50%;
  }
}

body#deregisterprueba #main .page-content {
  padding: 0;
}

/* Fin Baja y tasacion */

body#solucionador .solucionador-hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 32px 16px;
}
body#solucionador .solucionador-hero__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body#solucionador .solucionador-hero__card,
body#solucionador .solucionador-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  --cut: 32px;
  --bg-page: #fff;
  --notch-l: 80px;
  --notch-r: 100px;
}

body#solucionador .solucionador-hero__card {
  background-color: #3f923d;
  padding: 32px 24px;
}

body#solucionador .solucionador-hero__card h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #f0f0f0;
  margin-bottom: 8px;
}

body#solucionador .solucionador-hero__card p {
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
}
body#solucionador .solucionador-hero__media {
  background: linear-gradient(rgba(5, 34, 42, 0.4), rgba(52, 97, 109, 0.4)),
    url("../images/home.webp") center/cover no-repeat;
  min-height: 240px;
  background-color: #2ddac0;
}

body#solucionador .solucionador-hero__media .solucionador-hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 65%;
  max-height: 65%;
  width: auto;
  height: auto;
  pointer-events: none;
}

body#solucionador .solucionador-hero__card::before,
body#solucionador .solucionador-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
}

body#solucionador .solucionador-hero__card::after,
body#solucionador .solucionador-hero__media::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  display: none;
}

body#solucionador .solucionador-hero__card::before {
  background: linear-gradient(225deg, var(--bg-page) 0 50%, transparent 0)
      calc(100% - var(--notch-r)) calc(-1 * var(--cut)) / calc(var(--cut) * 2)
      calc(var(--cut) * 2) no-repeat,
    linear-gradient(45deg, var(--bg-page) 0 50%, transparent 0) var(--notch-l)
      calc(100% + var(--cut)) / calc(var(--cut) * 2) calc(var(--cut) * 2)
      no-repeat;
}

body#solucionador .solucionador-hero__media::before {
  background: linear-gradient(135deg, var(--bg-page) 0 50%, transparent 0)
      var(--notch-l) calc(-1 * var(--cut)) / calc(var(--cut) * 2)
      calc(var(--cut) * 2) no-repeat,
    linear-gradient(315deg, var(--bg-page) 0 50%, transparent 0)
      calc(100% - var(--notch-r)) calc(100% + var(--cut)) / calc(var(--cut) * 2)
      calc(var(--cut) * 2) no-repeat;
}

@media (min-width: 992px) {
  body#solucionador .solucionador-hero__container {
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
  }

  body#solucionador .solucionador-hero__card,
  body#solucionador .solucionador-hero__media {
    width: 50%;
    height: 306.87px;
  }

  body#solucionador .solucionador-hero__media {
    order: -1;
  }

  body#solucionador .solucionador-hero__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body#solucionador .plate {
    --cut-w: 160px;
    --cut-h: 120px;
  }
  body#solucionador .plate--media {
    min-height: 380px;
  }

  body#solucionador .solucionador-hero__media::before {
    background: linear-gradient(225deg, var(--bg-page) 0 50%, transparent 0)
        calc(100% - var(--notch-r)) calc(-1 * var(--cut)) / calc(var(--cut) * 2)
        calc(var(--cut) * 2) no-repeat,
      linear-gradient(45deg, var(--bg-page) 0 50%, transparent 0) var(--notch-l)
        calc(100% + var(--cut)) / calc(var(--cut) * 2) calc(var(--cut) * 2)
        no-repeat;
  }

  body#solucionador .solucionador-hero__card::after {
    display: block;
    position: absolute;
    top: 50%;
    right: calc(-1 * var(--cut));
    transform: translateY(-50%);
    border-top: var(--cut) solid transparent;
    border-bottom: var(--cut) solid transparent;
    border-left: var(--cut) solid var(--bg-page);
  }

  body#solucionador .solucionador-hero__media::after {
    display: block;
    position: absolute;
    top: 50%;
    right: calc(-1 * var(--cut));
    transform: translateY(-50%);
    border-top: var(--cut) solid transparent;
    border-bottom: var(--cut) solid transparent;
    border-left: var(--cut) solid var(--bg-page);
  }
}

body#solucionador select.tm-input,
body#cms select.tm-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 40px 8px 12px;
  border-radius: 12px;
  background: #f5f6f7
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'><path d='M1 1l7 7 7-7' stroke='%2305222A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat right 12px center;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--pi-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2341A10F'><path fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.06l3.71-3.83a.75.75 0 111.08 1.04l-4.24 4.38a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: right 0.875rem center;
  padding-right: 2.25rem;
  line-height: 1.2;
  height: 48px;
}
body#solucionador select.tm-input:focus,
body#cms select.tm-input:focus {
  border-color: #27d9bc;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.08);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--pi-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2341A10F'><path fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.06l3.71-3.83a.75.75 0 111.08 1.04l-4.24 4.38a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: right 0.875rem center;
  padding-right: 2.25rem;
  line-height: 1.2;
  height: 48px;
}

body#solucionador select.tm-input::-ms-expand,
body#cms select.tm-input::-ms-expand {
  display: none;
}

body#solucionador select.tm-input option,
body#cms select.tm-input option {
  color: #05222a;
  background: #f5f6f7;
}

body#solucionador .form_solucionador-container-buttons,
body#cms .form_localizautor-container-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

body#solucionador .form_solucionador-container-buttons p,
body#cms .form_localizautor-container-buttons p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
}

body#solucionador .form_solucionador-container-buttons .tm-submit,
body#cms .form_localizautor-container-buttons .tm-submit {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 600;
  background: #98f060;
  color: #05222a;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#solucionador .form_solucionador-container-buttons .tm-submit:hover,
body#solucionador .form_solucionador-container-buttons .tm-submit:focus,
body#cms .form_localizautor-container-buttons .tm-submit:hover,
body#cms .form_localizautor-container-buttons .tm-submit:focus {
  background-color: #58ca18;
}

body#solucionador
  .form_solucionador-container-buttons
  .bajas-contact-container-button-whatsapp,
body#cms
  .form_localizautor-container-buttons
  .bajas-contact-container-button-whatsapp {
  background: #05222a;
  color: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-decoration: none;
}
body#solucionador
  .form_solucionador-container-buttons
  .bajas-contact-container-button-whatsapp:hover,
body#solucionador
  .form_solucionador-container-buttons
  .bajas-contact-container-button-whatsapp:focus,
body#cms
  .form_localizautor-container-buttons
  .bajas-contact-container-button-whatsapp:hover,
body#cms
  .form_localizautor-container-buttons
  .bajas-contact-container-button-whatsapp:focus {
  background: #031317;
}

body#solucionador .solucionador-form__container,
body#cms .localizautor-form__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

body#solucionador .tm-form,
body#cms .tm-form,
body#cms .localizautor-form__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body#cms .localizautor-form__content {
  flex-direction: column;
}

/* campos honeypot */
#form_localizautor #form_localizautor_field {
  display: none;
}

body#solucionador #form_solucionador_field {
  display: none;
}

/* fin campos honeypot */

body#solucionador .tm-form .form-group,
body#cms .tm-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body#solucionador .tm-label,
body#cms .tm-label {
  font-size: 14px;
  line-height: 14px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
body#solucionador .tm-input,
body#cms .tm-input {
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f5f6f7;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body#solucionador .tm-input,
body#cms .tm-input {
  height: 48px;
  border: 1px solid var(--bd-input);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--tx);
  box-shadow: none;
}
body#solucionador .tm-input:focus,
body#cms .tm-input:focus {
  background: #fff;
  border-color: var(--bd-focus);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.08);
}

body#solucionador .form_solucionador-checkboxes,
body#cms .form_localizautor-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body#solucionador .form-check,
body#cms .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
body#solucionador .form-check-input,
body#cms .form-check-input {
  position: static;
  margin: 3px 0 0 0;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
body#solucionador .form-check-label,
body#cms .form-check-label {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 21px;
  color: #05222a;
  font-weight: 400;
  margin: 0;
  text-align: left;
  padding-left: 0;
}
body#solucionador .form-check-label a,
body#cms .form-check-label a {
  color: #3f923d;
  text-decoration: underline;
}

body#solucionador .form-note,
body#cms .form-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body#solucionador .form-note .form-check-label .form-check-label-heading,
body#cms .form-note .form-check-label .form-check-label-heading {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 21px;
}
body#solucionador .form-note .form-check-label p,
body#cms .form-note .form-check-label p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #05222a;
}

body#solucionador .form_solucionador_error,
body#cms .form_localizautor_error,
body#solucionador #form-messages,
body#cms #form-messages {
  display: none;
}

@media (min-width: 992px) {
  body#solucionador #form_solucionador,
  body#cms .tm-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 32px 16px;
    align-items: start;
  }

  body#cms .tm-form {
    padding-bottom: 0;
  }

  body#solucionador #form_solucionador .form-group:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  body#solucionador #form_solucionador .form-group:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  body#solucionador #form_solucionador .form-group:nth-of-type(3) {
    grid-column: 2;
    grid-row: 1;
  }
  body#solucionador #form_solucionador .form-group:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
  }

  body#solucionador #form_solucionador > .form_solucionador-checkboxes,
  body#solucionador #form_solucionador > #form-messages,
  body#solucionador #form_solucionador > .form_solucionador_error,
  body#solucionador #form_solucionador > .form_solucionador-container-buttons {
    grid-column: 1 / -1;
  }

  body#solucionador .form_solucionador_error,
  body#solucionador #form-messages {
    place-self: center;
    width: max-content;
  }

  body#solucionador .solucionador-form__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Fin de solucionador */

/* Localizautor */

body#cms .localizautor-form__container {
  max-width: 1320px;
  margin: 0 auto;
}

/* Hero Localizautor */
body#cms .localizautor-hero {
  height: 400px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(5, 34, 42, 0.6), rgba(5, 34, 42, 0.6)),
    url("../images/localizautor.webp");
  background-size: cover;
  background-position: center;
}

body#cms .localizautor-hero__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body#cms .localizautor-hero__content {
  width: 100%;
}

body#cms .localizautor-title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}

body#cms .localizautor-subtitle {
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

body#cms .localizautor-buttons .btn.btn-primary {
  background: #27d9bc;
  border-color: #27d9bc;
  color: #05222a;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 600;
  text-transform: none;
}

body#cms .localizautor-benefits {
  display: flex;
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
}

body#cms .localizautor-benefits-container {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  gap: 40px;
  width: 100%;
}

body#cms .localizautor-benefits-each {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #05222a;
}

body#cms .localizautor-benefits-each-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body#cms .localizautor-benefits-each-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #27d9bc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body#cms .benefit-title,
body#cms .benefit-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05222a;
  margin-bottom: 0px;
  padding: 0;
}

body#cms .benefit-title {
  font-weight: 600;
}
body#cms .form_localizautor-container-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body#cms .form_localizautor_error {
  text-align: center;
}

@media (min-width: 992px) {
  body#cms .localizautor-hero {
    height: 500px;
    padding: 80px 40px;
  }

  body#cms .tm-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    align-items: start;
  }
  body#cms .tm-form .form-group:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  body#cms .tm-form .form-group:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  body#cms .tm-form .form-group:nth-of-type(3) {
    grid-column: 2;
    grid-row: 1;
  }
  body#cms .tm-form .form-group:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
  }

  body#cms #form_localizautor > .form_localizautor-checkboxes,
  body#cms #form_localizautor > #form-messages,
  body#cms #form_localizautor > .form_localizautor_error,
  body#cms #form_localizautor > .form_solucionador-container-buttons {
    grid-column: 1 / -1;
  }

  body#cms #form_localizautor > .form_localizautor-container-buttons {
    place-self: center;
    width: max-content;
  }
  body#cms #form_localizautor > .form_localizautor_error,
  body#cms #form_localizautor > #form-messages {
    text-align: center;
  }

  body#cms .localizautor-benefits-container {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding: 40px;
  }

  body#cms .localizautor-benefits-each {
    flex: 1;
  }
  body#cms .localizautor-title {
    font-size: 48px;
  }
  body#cms .localizautor-subtitle {
    font-size: 24px;
    line-height: 36px;
    max-width: 50%;
  }
  body#cms .localizautor-hero__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  body#cms .localizautor-form__content {
    padding: 32px 16px;
  }
  body#cms .localizautor-form__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body#solucionador .form_solucionador-container-buttons .tm-submit,
  body#cms .form_localizautor-container-buttons .tm-submit {
    width: 328px;
  }
  body#solucionador
    .form_solucionador-container-buttons
    .bajas-contact-container-button-whatsapp,
  body#cms
    .form_localizautor-container-buttons
    .bajas-contact-container-button-whatsapp {
    width: 328px;
  }

  body#cms .form_localizautor-container-info {
    padding: 0 16px 32px 16px;
  }

  body#cms .form_localizautor-container-info {
    gap: 40px;
  }
}

/* Fin de Localizautor */

/*===========================
  OCULTAR ETIQUETAS DESCUENTO
=============================*/

li.product-flag.discount {
  display: none;
}
