@charset "UTF-8";
:root {
  --primary: #155DFC;
  --secondary: #0BB4E8;
  --third: #E5E7EB;
  --four: #00A63E;
  --quintary: #AD46FF;
  --sextiary: #039AC9;
  --septenary:#FCC800;
  --success: #00C950;
  --error: #E7000B;
  --blue-10: rgba(21, 93, 252, 0.10);
  /*Escala de Grises*/
  --color-gray-900: #101828;
  --color-gray-700: #364153;
  --color-gray-500: #6A7282;
  --color-gray-300: #D1D5DC;
  --color-gray-100: #F3F4F6;
  --gray-1: #4A5565;
  --gray-2: #0A0A0A;
  --gray-3: #fff;
  --gray-4: #99A1AF;
  --gray-5: #E2E8F0;
  --gray-6: #F9FAFB;
  --gray-7:#DBEAFE;
  --primary-hover: #1447E6;
  --disabled: #A1B4F0;
  --disabled-2: #B7DFEB;
  /*Epace*/
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  /* size */
  --size-1: 48px;
  --size-2: 30px;
  --size-3: 24px;
  --size-4: 16px;
  --size-5: 14px;
  --size-6: 18px;
  --size-7: 36px;
  --size-8: 20px;
}

@media (max-width: 768px) {
  /* Mobile */
  :root {
    --size-1: 32px;
    --size-2: 24px;
    --size-3: 20px;
    --size-4: 14px;
    --size-5: 12px;
    --size-6: 16px;
    --size-7: 28px;
    --size-8: 18px;
  }
}
.btn {
  padding: 9px 33px 10px 33px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10x;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 0px;
  outline: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.btn.primary, .btn.btn-primary {
  background-color: var(--primary);
  color: white;
}
.btn.primary:hover, .btn.btn-primary:hover {
  background-color: var(--primary-hover);
  color: white;
}
.btn.secondary, .btn.btn-secondary {
  background-color: var(--secondary);
  color: white;
}
.btn.secondary:hover, .btn.btn-secondary:hover {
  background-color: var(--sextiary) !important;
  color: white;
}
.btn.disabled {
  background-color: var(--disabled);
  pointer-events: none;
}
.btn.disabled_secondary {
  background-color: var(--disabled-2);
  pointer-events: none;
}
.btn.outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn.outline:hover {
  background-color: var(--primary-hover);
  color: white;
}
.btn.outline.disabled {
  background-color: transparent;
  color: var(--disabled);
  border: 1px solid var(--disabled);
  pointer-events: none;
}
.btn.outline_secondary {
  background-color: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
.btn.outline_secondary:hover {
  background-color: var(--sextiary);
  color: white;
}
.btn.outline_secondary.disabled {
  background-color: transparent;
  color: var(--disabled-2);
  border: 1px solid var(--disabled-2);
  pointer-events: none;
}
.btn.icon {
  padding: 9px 11.669px 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.btn.icon span {
  line-height: 0;
}
.btn.icon img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-flotante {
  border: 0;
  background-color: transparent;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  gap: 9.61px;
  cursor: pointer;
}

.btn_menu {
  border-radius: 33554400px;
  -webkit-border-radius: 33554400px;
  -moz-border-radius: 33554400px;
  -ms-border-radius: 33554400px;
  background: #FFF;
  padding: 14px 23.689px 14px 24px;
  justify-content: center;
  align-items: flex-end;
  gap: 7.708px;
  font-size: var(--size-4);
  font-weight: 400;
  line-height: 22px;
  border: 0;
  color: var(--gray-1);
  outline: none;
}
.btn_menu.active {
  background: var(--color-gray-900);
  color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.btn_menu .cantidad {
  opacity: 0.75;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Bold-1FbZSrz.eot");
  src: url("../fonts/Inter18pt-Bold-1FbZSrz.eot") format("embedded-opentype"), url("../fonts/Inter18pt-Bold-TwhOxwl.woff2") format("woff2"), url("../fonts/Inter18pt-Bold-w2Sf-lA.woff") format("woff"), url("../fonts/Inter18pt-Bold-51c1ZLZ.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular-VFBCWGK.eot");
  src: url("../fonts/Inter18pt-Regular-VFBCWGK.eot") format("embedded-opentype"), url("../fonts/Inter18pt-Regular-g_zL0kW.woff2") format("woff2"), url("../fonts/Inter18pt-Regular-2tOh3xq.woff") format("woff"), url("../fonts/Inter18pt-Regular-_gtZeGM.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold-i46dVlK.eot");
  src: url("../fonts/Inter18pt-SemiBold-i46dVlK.eot") format("embedded-opentype"), url("../fonts/Inter18pt-SemiBold-9hHQvCJ.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold-8eUvTwl.woff") format("woff"), url("../fonts/Inter18pt-SemiBold-9WcftoK.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.row_wp {
  display: flex;
}
.row_wp .col_wp {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-gray-900);
  margin-bottom: 7px;
}

input,
select,
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--gray-5);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 13px;
  width: 100%;
  outline: none;
  color: var(--color-gray-500);
  font-size: 14px;
  box-sizing: border-box;
  font-family: "Inter";
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--gray-4);
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  color: var(--gray-4);
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--primary);
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../icons/selector_gris-YQD8nEV.svg") no-repeat right 10px center;
  background-size: 11px;
  padding-right: 30px;
}

@media (max-width: 576px) {
  select {
    background-size: 15px;
  }
}
.navbar-header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 15;
}
.navbar-header .navbar-toggler,
.navbar-header .navbar-close {
  background-color: transparent;
  border: 0;
  display: none;
}
.navbar-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.navbar-header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.navbar-header .navbar-nav.btn-movil {
  display: none;
}
.navbar-header .navbar-nav .nav-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-gray-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.navbar-header .navbar-nav .nav-item {
  position: relative;
}
.navbar-header .navbar-nav .nav-item .header_menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar-header .navbar-nav .nav-item .header_menu .nav-link {
  width: auto !important;
  margin-bottom: 0 !important;
}
.navbar-header .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  max-height: 400px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--third);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  list-style: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: none;
  scrollbar-width: thin;
  scrollbar-color: var(--third) #f1f1f1;
}
.navbar-header .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.navbar-header .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.375rem;
}
.navbar-header .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--third);
  border-radius: 0.375rem;
}
.navbar-header .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: var(--gray-4);
}
.navbar-header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  color: var(--color-gray-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.navbar-header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: var(--gray-4);
  color: #fff;
}
.navbar-header .navbar-nav .nav-item.open .dropdown-menu {
  display: block;
}
.navbar-header .franja_header {
  background-color: var(--color-gray-900);
  padding: 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.navbar-header .franja_header h4,
.navbar-header .franja_header p {
  color: white;
  margin: 0;
  margin-right: 10px;
}
.navbar-header .franja_header h4 {
  margin-right: 18px;
  font-size: var(--size-8);
}
.navbar-header .franja_header a {
  padding: 6px 20px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.7);
  color: white;
}

.navbar {
  transition: all 0.3s ease;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbarNav i {
  display: none;
}
.navbarNav .head_navbar .logo_navbar {
  display: none;
}

@media (max-width: 1023px) {
  .navbar-header .navbar-toggler,
  .navbar-header .navbar-close {
    display: block;
  }
  .navbar-header .navbar-nav.btn-desk {
    display: none !important;
  }
  .navbar-header .navbar-nav .nav-link {
    margin-bottom: 15px;
    width: 100%;
  }
  .navbarNav {
    position: fixed;
    top: 0;
    right: -800px;
    width: 250px;
    height: 100vh;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 60;
    padding: 20px;
    border-right: 1px solid var(--third);
  }
  .navbarNav i {
    display: inline-flex;
    margin-right: 8px;
  }
  .navbarNav .head_navbar {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
  }
  .navbarNav .head_navbar .logo_navbar {
    display: none;
  }
  .navbarNav .navbar-nav {
    display: block;
  }
  .navbarNav .navbar-nav.btn-movil {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .navbarNav .navbar-nav .nav-item .header_menu {
    margin-bottom: 15px !important;
  }
  .navbarNav .navbar-nav .nav-item .nav-link {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .navbarNav .navbar-nav .nav-item .dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: 0 8px 16px transparent;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    background-color: var(--gray-6);
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--third) #f1f1f1;
  }
  .navbarNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 4px;
  }
  .navbarNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .navbarNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--third);
  }
  .navbarNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: var(--gray-4);
  }
  .navbarNav.show {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .navbar-header .container {
    padding: 14px 10px;
  }
}
@media (max-width: 767px) {
  .whatsapp-float {
    bottom: 20px;
    right: 15px;
  }
  .whatsapp-btn {
    width: 65px;
    height: 65px;
    font-size: 32px;
  }
  .navbar-header .franja_header.hide-banner-mobile {
    display: none !important;
  }
  .navbar-header .franja_header h4 {
    width: 100%;
    text-align: center;
  }
  .navbarNav {
    width: 87%;
  }
  .navbarNav .head_navbar {
    justify-content: space-between;
  }
  .navbarNav .head_navbar .logo_navbar {
    display: block;
  }
}
.footer {
  border-top: 1px solid var(--gray-5);
  background: var(--gray-6);
  padding-top: 60px;
  padding-bottom: 32px;
}
.footer .footer-row {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr 2fr;
  gap: 35px;
}
.footer .footer-row .footer-col .size-big {
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: var(--color-gray-900);
  margin: 0;
}
.footer .footer-row .footer-col .descripcion {
  color: var(--gray-1);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 26px 0;
}
.footer .footer-row .footer-col .container-redes .icons {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}
.footer .footer-row .footer-col .list-unstyled {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.footer .footer-row .footer-col .list-unstyled li {
  margin-bottom: 19px;
}
.footer .footer-row .footer-col .list-unstyled li .link_text {
  text-decoration: none;
  color: var(--gray-1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer-row .footer-col .contacto {
  margin-top: 17px;
}
.footer .footer-row .footer-col .contacto .contact_group {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-top: 14px;
}
.footer .footer-row .footer-col .contacto .contact_group.center {
  align-items: center;
}
.footer .footer-row .footer-col .contacto .contact_group p,
.footer .footer-row .footer-col .contacto .contact_group a {
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: var(--gray-1);
}
.footer .footer-row .footer-col .contacto .contact_group a {
  font-size: 14px;
}
.footer .footer-row .footer-col .contacto .contact_group a[href^="mailto:"] {
  text-transform: none;
}
.footer .footer-row .footer-col .horarios {
  margin-top: 16px;
}
.footer .footer-row .footer-col .horarios p {
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: var(--gray-1);
  margin-top: 9px;
}
.footer .footer-row .footer-col .horarios p.text-uppercase {
  font-weight: 500;
  color: var(--color-gray-900);
}
.footer .pie-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.footer .pie-footer p {
  margin: 0;
  color: var(--gray-1);
  line-height: 20px;
}
.footer .pie-footer .terminos_legales {
  display: flex;
  align-items: center;
  gap: 23.68px;
}
.footer .pie-footer .terminos_legales a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--gray-1);
}
.footer .line-footer {
  border: none;
  border-top: 1px solid var(--gray-5);
  background: none;
  margin-top: 64px;
}

.btn_redes {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10x;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--gray-5);
  background: #FFF;
  padding: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-toggle i {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .footer .footer-row {
    grid-template-columns: 4fr 4fr 4fr;
  }
}
@media (min-width: 768px) and (max-width: 850px) and (orientation: landscape) {
  .footer .footer-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer .footer-row > :first-child {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-row > :first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 576px) {
  .footer .pie-footer {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer .footer-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer .footer-row .footer-col:last-child {
    margin-top: 35px;
  }
  .footer .footer-row .footer-col .container-redes .icons {
    justify-content: center;
    margin-bottom: 35px;
  }
  .footer .footer-row .footer-col .size-big.center {
    text-align: center;
  }
  .footer .footer-row .footer-col .horarios {
    text-align: center;
  }
  .footer .footer-row .footer-col .contacto .contact_group {
    justify-content: center;
  }
  /*Estilos para los collapse de las opciones del footer en movil*/
  .footer-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
  }
  .footer-toggle i {
    display: block;
  }
  .footer-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 0px !important;
    margin-bottom: 0;
  }
}
footer a:hover {
  color: var(--bs-primary) !important;
  transition: color 0.3s ease;
}

.btn-outline-secondary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.banner_home {
  background: linear-gradient(90deg, rgba(0, 140, 135, 0.8) 0%, rgba(11, 132, 232, 0.8) 50%, rgba(0, 122, 160, 0.8) 100%);
  position: relative;
}
.banner_home .row_wp {
  gap: 39px;
  justify-content: space-between;
  padding-top: 91px;
  padding-bottom: 220px;
}
.banner_home .row_wp .col_wp {
  width: 50%;
  color: white;
}
.banner_home .row_wp .col_wp p {
  font-size: var(--size-8);
  font-style: normal;
  line-height: 28px;
  color: #E8FAFF;
}
.banner_home .row_wp h1 {
  margin: 0;
  line-height: 96%;
  color: white;
}
.banner_home .row_wp .lead {
  margin: 26px 0;
}
.banner_home .card {
  background-color: var(--color-gray-900);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  padding: 29px 24px;
}
.banner_home .card select {
  background-color: white;
}
.banner_home .card h5 {
  font-size: var(--size-6);
  margin: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}
.banner_home .card .inputs {
  display: flex;
  align-items: center;
  gap: 14px;
}
.banner_home .card .inputs .col_input label {
  color: white;
}
.banner_home .card .inputs .col_input:last-child {
  flex: 1;
}
.banner_home .card .container_btn {
  margin-top: 22px;
}
.banner_home .card .container_btn button {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.banner_home .section_paso {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.banner_home .section_paso .row_paso {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
}
.banner_home .section_paso .row_paso .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary);
}
.banner_home .section_paso .row_paso .col_paso {
  padding: 16px 0px;
}
.banner_home .section_paso .row_paso .col_paso .wp_col {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 27px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 288px; */
  width: 100%;
  /* height: 230px; */
  height: 320px;
  box-sizing: border-box;
}
.banner_home .section_paso .row_paso .col_paso .num {
  background-color: var(--gray-7);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  width: 46px;
  height: 46px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_home .section_paso .row_paso .col_paso .num h5 {
  font-size: var(--size-7);
  color: var(--primary);
  margin: 0;
  font-weight: 700;
}
.banner_home .section_paso .row_paso .col_paso h6 {
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  color: var(--color-gray-900);
  font-size: var(--size-8);
  margin-top: 24px;
  margin-bottom: 15px;
}
.banner_home .section_paso .row_paso .col_paso p {
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  color: var(--gray-1);
}

.banner_patrocinador {
  margin-top: 211px;
  background: linear-gradient(to top, var(--gray-6) 0%, var(--gray-6) 50%, transparent 50%, transparent 100%);
}
.banner_patrocinador .contenido_banner {
  position: relative;
}
.banner_patrocinador .contenido_banner img {
  width: 100%;
}
.banner_patrocinador .contenido_banner p {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: #FFF;
  padding: 4px 5px;
}

.banner_footer {
  background-color: #1A1A1A;
  padding: 56px 0;
}
.banner_footer .content_bannerfooter {
  width: 730px;
  margin: 0 auto;
}
.banner_footer .content_bannerfooter h2 {
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
}
.banner_footer .content_bannerfooter p {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--gray-7);
  text-align: center;
}
.banner_footer .content_bannerfooter .btns_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* banner de vista nosotros*/
.hero-nosotros {
  background: linear-gradient(90deg, rgba(0, 140, 135, 0.8) 0%, rgba(11, 132, 232, 0.8) 50%, rgba(0, 122, 160, 0.8) 100%);
  backdrop-filter: blur(34px);
  padding-bottom: 91px;
  padding-top: 43px;
  background-image: url("../img/BG_nosotros--LVw98L.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-nosotros .content {
  text-align: center;
  max-width: 681px;
  margin: 0 auto;
}
.hero-nosotros .content .lead_1 {
  color: #BEDBFF;
  line-height: 24.5px;
  margin-bottom: 20px;
}
.hero-nosotros .content .banner_title {
  line-height: 96%;
  color: #FFF;
  margin-bottom: 21px;
}
.hero-nosotros .content .banner_desp {
  line-height: 22px;
  color: var(--gray-7);
  width: 537.47px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .banner_home .section_paso .row_paso {
    width: 100%;
    max-width: 321px;
    /* overflow: auto; */
  }
  .banner_home .section_paso .row_paso .col_paso {
    min-width: 231px;
  }
  .banner_home .row_wp {
    flex-direction: column-reverse;
  }
  .banner_home .row_wp .col_wp {
    width: 100%;
  }
  .banner_footer .content_bannerfooter {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .banner_home .section_paso .row_paso {
    width: 100%;
    max-width: 700px;
    overflow: auto;
  }
  .banner_home .section_paso .row_paso .col_paso {
    min-width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .banner_home .row_wp {
    flex-direction: column-reverse;
  }
  .banner_home .row_wp .col_wp {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner_patrocinador .contenido_banner p {
    right: 35px;
  }
  .banner_home .section_paso .row_paso {
    width: 100%;
    max-width: 321px;
    overflow: auto;
  }
  .banner_home .section_paso .row_paso .col_paso {
    min-width: 231px;
    padding: 16px 10px;
  }
  .banner_home .card .inputs {
    flex-direction: column;
  }
  .banner_home .card .inputs .col_input {
    width: 100%;
  }
  .banner_home .row_wp {
    flex-direction: column;
    padding-top: 2px;
  }
  .banner_home .row_wp .col_wp {
    width: 100%;
  }
  .banner_footer .content_bannerfooter {
    width: 90%;
  }
  .hero-nosotros .content {
    max-width: 100%;
  }
  .hero-nosotros .content .banner_title {
    font-size: 30px;
  }
  .hero-nosotros .content .banner_desp {
    width: auto;
  }
  .banner_home .row_wp h1 {
    line-height: 36px;
  }
  .hero-nosotros {
    padding-bottom: 43px;
  }
}
.vehicle_card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border: 1px solid #E2E8F0;
  background: #FFF;
}
.vehicle_card img {
  width: 100%;
  border-radius: 16px 16px 0px 0;
  -webkit-border-radius: 16px 16px 0px 0;
  -moz-border-radius: 16px 16px 0px 0;
  -ms-border-radius: 16px 16px 0px 0;
}
.vehicle_card .vehicle_card-head {
  position: relative;
}
.vehicle_card .vehicle_card-head a {
  cursor: pointer;
  text-decoration: none;
}
.vehicle_card .vehicle_card-head a:visited, .vehicle_card .vehicle_card-head a:active, .vehicle_card .vehicle_card-head a:focus {
  text-decoration: none;
}
.vehicle_card .vehicle_card-head a .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicle_card .vehicle_card-head a .card-img-top i {
  color: #6c757d !important;
}
.vehicle_card .vehicle_card-head .badge {
  position: absolute;
  top: 19px;
  left: 16px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}
.vehicle_card .vehicle_card-head .badge-modelo {
  background-color: var(--primary);
  bottom: 16px;
  right: 16px;
  padding: 4px 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  font-size: 12px;
  color: #fff;
  position: absolute;
}
.vehicle_card .vehicle_card-head .compare-checkbox-label {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.vehicle_card .vehicle_card-head .compare-checkbox-label:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.vehicle_card .vehicle_card-head .compare-checkbox-label.compare-checkbox-selected {
  background: var(--primary);
}
.vehicle_card .vehicle_card-head .compare-checkbox-label.compare-checkbox-selected .compare-checkbox-text {
  color: white;
}
.vehicle_card .vehicle_card-head .compare-checkbox-label.compare-checkbox-selected .compare-icon {
  filter: brightness(0) invert(1);
}
.vehicle_card .vehicle_card-head .compare-checkbox-label .compare-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--primary);
  flex-shrink: 0;
}
.vehicle_card .vehicle_card-head .compare-checkbox-label .compare-checkbox-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-gray-900);
  white-space: nowrap;
  user-select: none;
  transition: color 0.3s ease;
}
.vehicle_card .vehicle_card-head .compare-checkbox-label .compare-checkbox-text .compare-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}
.vehicle_card .card-body {
  padding: 48px 25px 25px 25px;
}
.vehicle_card .card-body .card-title {
  font-size: var(--size-8);
  margin-bottom: 4px;
  min-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vehicle_card .card-body .card-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.2s ease;
}
.vehicle_card .card-body .card-title a:visited, .vehicle_card .card-body .card-title a:active, .vehicle_card .card-body .card-title a:focus {
  color: #212529;
  text-decoration: none;
}
.vehicle_card .card-body .card-title a:hover {
  color: var(--primary) !important;
  text-decoration: none;
}
.vehicle_card .card-body .text-muted {
  color: var(--gray-1);
}
.vehicle_card .card-body .vehicle_card-descripcion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 16px;
}
.vehicle_card .card-body .vehicle_card-descripcion .vehicle_card-semidescripcion {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7F8592;
}
.vehicle_card .card-body .vehicle_card-descripcion .vehicle_card-semidescripcion .estre {
  color: var(--septenary);
}
.vehicle_card .card-body .vehicle_card-descripcion .vehicle_card-semidescripcion .number_calificacion {
  color: var(--color-gray-900);
}
.vehicle_card .card-body .vehicle_card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vehicle_card .card-body .vehicle_card-price h3, .vehicle_card .card-body .vehicle_card-price h5 {
  color: var(--secondary);
}
.vehicle_card .card-body .vehicle_card-price a {
  padding: 9px 15.634px 10px 16px;
  display: inline-block;
  white-space: nowrap;
}

.sin-resultados {
  padding: var(--space-xxl);
  text-align: center;
}
.sin-resultados i {
  margin-bottom: var(--space-xl);
  color: var(--secondary);
  font-size: var(--size-1);
}
.sin-resultados h4 {
  color: var(--gray-2);
}
.sin-resultados p {
  color: var(--gray-4);
}

@media (max-width: 767px) {
  .vehicle_card .vehicle_card-head .compare-checkbox-label {
    padding: 5px 10px;
    gap: 5px;
  }
  .vehicle_card .vehicle_card-head .compare-checkbox-label .compare-checkbox {
    width: 16px;
    height: 16px;
  }
  .vehicle_card .vehicle_card-head .compare-checkbox-label .compare-checkbox-text {
    font-size: 12px;
    gap: 4px;
  }
  .vehicle_card .vehicle_card-head .compare-checkbox-label .compare-checkbox-text .compare-icon {
    width: 14px;
    height: 14px;
  }
}
/*Estilos de la cabezera del componente*/
.testimonio_card-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 19px;
  text-align: center;
}
.testimonio_card-head h2 {
  color: var(--color-gray-900);
}
.testimonio_card-head .testimonio_card-text-content {
  max-width: 622.24px;
}
.testimonio_card-head .testimonio_card-text-content p {
  color: var(--gray-1);
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

/*Este es el estilo de la tarjeta*/
.testimonial-card-body {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 34px 32px 2px 32px;
  display: flex;
  flex-direction: column;
}
.testimonial-card-body .icon {
  margin-bottom: 24px;
  width: 32px;
  height: 32px;
}
.testimonial-card-body .text-warning,
.testimonial-card-body .text-muted {
  color: var(--septenary);
}
.testimonial-card-body .testimonio {
  font-weight: 400;
  line-height: 22px;
  color: var(--color-gray-700);
  margin-top: 19px;
  margin-bottom: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-card-body .blockquote-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card-body .blockquote-footer p {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-gray-900);
}
.testimonial-card-body .blockquote-footer .mascara_img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: var(--gray-6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.testimonial-card-body .blockquote-footer .mascara_img .perfil {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-card-body .blockquote-footer .mascara_img .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-5);
  color: var(--gray-2);
  font-size: 20px;
}
.testimonial-card-body .blockquote-footer .icon_activo {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: var(--success);
  transform: translate(39px, -14px);
}
.testimonial-card-body .blockquote-footer .info .p_ciudad {
  color: var(--gray-1);
}
.testimonial-card-body .blockquote-footer .info .p_fecha {
  color: var(--color-gray-500);
}
.testimonial-card-body .divisor {
  padding-top: 22.75px;
}
.testimonial-card-body .divisor hr {
  margin: 0;
  border: none;
  border-top: 1px solid var(--color-gray-100);
}
.testimonial-card-body .p_footer {
  color: var(--primary);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: auto;
  margin-bottom: 26px;
}

.news-card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.news-card .card-head {
  position: relative;
}
.news-card .card-head .card-img-top {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
}
.news-card .card-head .etiqueta {
  position: absolute;
  top: 19px;
  left: 16px;
  color: white;
  padding: 4px 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}
.news-card .card-head .etiqueta.oferta {
  background-color: var(--error);
}
.news-card .card-head .etiqueta.tecnologia {
  background-color: var(--primary);
}
.news-card .card-head .etiqueta.finanzas {
  background-color: var(--success);
}
.news-card .card-head .etiqueta p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.news-card .card-body {
  padding: 24px;
  padding-bottom: 0;
}
.news-card .card-body .card-title {
  margin-bottom: 16px;
}
.news-card .card-body .card-text {
  color: var(--gray-1);
  font-weight: 400;
  line-height: 20px;
}
.news-card .divisor {
  padding: 0 24px;
  padding-top: 22.75px;
  padding-bottom: 17px;
}
.news-card .divisor hr {
  margin: 0;
  border: none;
  border-top: 1px solid var(--color-gray-100);
}
.news-card .card-footer {
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  gap: 15.3px;
  margin-top: auto;
}
.news-card .card-footer .content_fecha {
  display: flex;
  align-items: center;
  gap: 4px;
}
.news-card .card-footer .btn_vermas_noticias {
  margin-left: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 9px;
  color: var(--primary);
}

.slider_v1 .swiper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
}
.slider_v1 .swiper-header .center_element {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
.slider_v1 .swiper-header .swiper-button-prev,
.slider_v1 .swiper-header .swiper-button-next,
.slider_v1 .swiper-header .swiper-pagination {
  position: relative;
  width: auto;
}
.slider_v1 .swiper-header .swiper-button-prev,
.slider_v1 .swiper-header .swiper-button-next {
  left: 0;
  display: flex;
  width: 26px;
  height: 26px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid var(--gray-5);
  background: #FFF;
}
.slider_v1 .swiper-header .swiper-button-prev::after,
.slider_v1 .swiper-header .swiper-button-next::after {
  color: #000;
  font-size: 14px;
}
.slider_v1 .swiper-header .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 33554400px;
  background: var(--primary) !important;
}
.slider_v1 .swiper-header .btn_nave {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider_v1 .btn_vermas {
  visibility: hidden;
}
.slider_v1 .btn_vermas.visible {
  visibility: visible;
}
.slider_v1 .swiper-wrapper {
  padding-bottom: 10px !important;
}

.SwiperThumbs_v1 .mySwiperThumbshome {
  height: 64px;
  width: 300px;
  margin-top: 24px;
  padding-bottom: 30px !important;
}
.SwiperThumbs_v1 .mySwiperThumbshome .swiper-wrapper {
  display: flex;
}
.SwiperThumbs_v1 .mySwiperThumbshome .swiper-slide {
  width: 80px !important;
  margin-right: 22px !important;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.SwiperThumbs_v1 .mySwiperThumbshome .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #fff !important;
}
.SwiperThumbs_v1 .mySwiperThumbshome img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SwiperThumbs_v1 .mySwiperThumbshome .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.SwiperThumbs_v1 .mySwiperThumbshome .swiper-pagination-bullet-active {
  background-color: white;
  width: 24px;
  height: 8px;
  border-radius: 33554400px;
}
.SwiperThumbs_v1 .mySwiperThumbshome .swiper-pagination {
  bottom: 0 !important;
}
.SwiperThumbs_v1 .swiper-button-prev,
.SwiperThumbs_v1 .swiper-button-next {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 33554400px;
  background: rgba(255, 255, 255, 0.2);
}
.SwiperThumbs_v1 .swiper-button-prev::after,
.SwiperThumbs_v1 .swiper-button-next::after {
  color: #fff;
  font-size: 16px;
}
.SwiperThumbs_v1 .swiper-button-prev {
  left: 16px;
}
.SwiperThumbs_v1 .swiper-button-next {
  right: 16px;
}
.SwiperThumbs_v1 .mySwiperbanner {
  position: relative;
  width: 588px;
  height: 384px;
  flex-shrink: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.SwiperThumbs_v1 .mySwiperbanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.SwiperThumbs_v1 .mySwiperbanner .info {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.SwiperThumbs_v1 .mySwiperbanner .info .size-big {
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
}
.SwiperThumbs_v1 .mySwiperbanner .info h6 {
  font-weight: 400;
  line-height: 28px;
  font-size: var(--size-6);
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag1,
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag2 {
  padding: 3px 8.673px 4px 9px;
  border-radius: 10px;
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag1 p,
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag2 p {
  line-height: 16px;
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag1 {
  background: rgba(255, 255, 255, 0.2);
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag1 p {
  font-size: 12px;
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag2 {
  background: rgba(21, 93, 252, 0.8);
}
.SwiperThumbs_v1 .mySwiperbanner .info .tags .tag2 p {
  font-size: 12px;
}

.slider_v2 .swiper-wrapper {
  padding-bottom: 88px !important;
}
.slider_v2 .swiper-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_v2 .swiper-footer .swiper-button-prev,
.slider_v2 .swiper-footer .swiper-button-next,
.slider_v2 .swiper-footer .swiper-pagination {
  position: relative;
  width: auto;
}
.slider_v2 .swiper-footer .swiper-button-prev,
.slider_v2 .swiper-footer .swiper-button-next {
  left: 0;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid var(--gray-5);
  background: #FFF;
}
.slider_v2 .swiper-footer .swiper-button-prev::after,
.slider_v2 .swiper-footer .swiper-button-next::after {
  color: #000;
  font-size: 14px;
}
.slider_v2 .swiper-footer .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 33554400px;
  background: var(--primary) !important;
}
.slider_v2 .swiper-footer .btn_nave {
  display: flex;
  align-items: center;
  gap: 16px;
}

.swiper_row .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper_row .swiper-pagination {
  position: relative;
  width: auto;
  margin-top: 20px;
}
.swiper_row .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 33554400px;
  background: var(--primary) !important;
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .SwiperThumbs_v1 .mySwiperbanner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .SwiperThumbs_v1 .mySwiperbanner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .SwiperThumbs_v1 .mySwiperbanner {
    width: 100%;
  }
}
.container-searcher-vehicles {
  max-width: 1000px;
  height: 60px;
  border-radius: 30px;
  background-color: #F3F8FF;
  margin: 25px auto;
  padding: 5px 20px;
}
.container-searcher-vehicles form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  gap: 10px;
}
.container-searcher-vehicles form .group {
  width: 138px;
  padding: 5px 10px;
}
.container-searcher-vehicles form .group.range {
  width: 260px;
}
.container-searcher-vehicles form .group.group-estado {
  width: 200px;
}
.container-searcher-vehicles form .group.filter-dropdown-group {
  position: relative;
  width: auto;
  min-width: 140px;
}
.container-searcher-vehicles form .group select {
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.container-searcher-vehicles form .group-estado .filter-estado-buttons {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.container-searcher-vehicles form .group-estado .filter-estado-buttons .btn-estado {
  flex: 1;
  padding: 4px 8px;
  border: none;
  background-color: transparent;
  color: var(--color-gray-600);
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.container-searcher-vehicles form .group-estado .filter-estado-buttons .btn-estado:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.container-searcher-vehicles form .group-estado .filter-estado-buttons .btn-estado.active {
  background-color: var(--quintary);
  color: white;
  font-weight: 600;
}
.container-searcher-vehicles form .group-estado .filter-estado-buttons .btn-estado:focus {
  outline: none;
}
.container-searcher-vehicles form .separator {
  width: 1px;
  height: 35px;
  background-color: #BFBFBF;
  margin: 0 5px;
}
.container-searcher-vehicles form label {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--color-gray-500);
  white-space: nowrap;
}
.container-searcher-vehicles form input, .container-searcher-vehicles form select {
  border: 0;
  background-color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 5px 0;
}
.container-searcher-vehicles form input::placeholder, .container-searcher-vehicles form select::placeholder {
  color: var(--color-gray-300);
  font-style: normal;
}
.container-searcher-vehicles form input:focus, .container-searcher-vehicles form select:focus {
  outline: none;
  border-color: var(--quintary);
  box-shadow: none;
}
.container-searcher-vehicles form select::selection {
  color: var(--color-gray-300);
}
.container-searcher-vehicles form select option:checked {
  color: var(--color-gray-300);
}
.container-searcher-vehicles form .group-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.container-searcher-vehicles form .group-search {
  /* width: 330px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 5px 10px;
}
.container-searcher-vehicles form .group-search button {
  background-color: transparent;
  border: 0;
  display: inline-block;
  line-height: 100%;
  cursor: pointer;
}
.container-searcher-vehicles form .group-search button img {
  width: 30px;
  height: 30px;
}
.container-searcher-vehicles form .group-search .clear-filters {
  color: var(--color-gray-600);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: var(--color-gray-100);
  border: 1px solid var(--color-gray-500);
}
.container-searcher-vehicles form .group-search .clear-filters:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--color-gray-900);
}
.container-searcher-vehicles form .group-search .clear-filters i {
  font-size: 14px;
  margin: 0;
}
.container-searcher-vehicles form .filter-dropdown {
  position: relative;
}
.container-searcher-vehicles form .filter-dropdown .filter-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: transparent;
  border: none;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-gray-700);
  cursor: pointer;
  padding: 5px 0;
  width: 100%;
  text-align: left;
}
.container-searcher-vehicles form .filter-dropdown .filter-dropdown-toggle .filter-dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-searcher-vehicles form .filter-dropdown .filter-dropdown-toggle i {
  font-size: 10px;
  color: var(--color-gray-500);
  transition: transform 0.2s ease;
}
.container-searcher-vehicles form .filter-dropdown .filter-dropdown-toggle:focus {
  outline: none;
}
.container-searcher-vehicles form .filter-dropdown .filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid var(--color-gray-300);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 8px 0;
  display: none;
}
.container-searcher-vehicles form .filter-dropdown .filter-dropdown-menu.show {
  display: block;
}

.filter-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: Inter;
  font-size: 14px;
  color: var(--color-gray-700);
}
.filter-checkbox-item:hover {
  background-color: var(--color-gray-100, #f5f5f5);
}
.filter-checkbox-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-checkbox-item .checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  min-width: 18px;
  background-color: white;
  border: 2px solid var(--color-gray-400, #9ca3af);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.filter-checkbox-item .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox-item input[type=checkbox]:checked ~ .checkmark {
  background-color: var(--sextiary, #0d6efd);
  border-color: var(--sextiary, #0d6efd);
}
.filter-checkbox-item input[type=checkbox]:checked ~ .checkmark::after {
  display: block;
}
.filter-checkbox-item .filter-checkbox-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg) 0;
}
.head-filters .title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.head-filters .options-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.head-filters .options-filters .button-option {
  background-color: transparent;
  border: 1px solid #A3A3A3;
  border-radius: 20px;
  padding: 8px 16px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #757575;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.head-filters .options-filters .button-option:focus {
  outline: none;
}
.head-filters .options-filters .filter-button-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.head-filters .options-filters .filter-button-wrapper.has-filters .button-option {
  border-color: var(--primary);
  color: var(--primary);
  padding-right: 36px;
}
.head-filters .options-filters .filter-button-wrapper .clear-filter-x {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.head-filters .options-filters .filter-button-wrapper .clear-filter-x:hover {
  background-color: var(--primary-hover);
}
.head-filters .options-filters .dropdown {
  position: relative;
}
.head-filters .options-filters .dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: auto;
  background-color: white;
  border: 1px solid var(--color-gray-300);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 200px;
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  list-style: none;
  margin: 0;
}
.head-filters .options-filters .dropdown .dropdown-menu li {
  list-style: none;
  cursor: pointer;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--color-gray-700);
}
.head-filters .options-filters .dropdown .dropdown-menu li::marker {
  display: none;
}
.head-filters .options-filters .dropdown .dropdown-menu li:hover {
  background-color: var(--gray-7);
}
.head-filters .options-filters .dropdown .dropdown-menu li a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  padding: 10px 16px;
  display: block;
  box-sizing: border-box;
}
.head-filters .options-filters .dropdown .dropdown-menu li a.active {
  font-weight: 600;
  color: white;
  background-color: var(--sextiary);
}
.head-filters .options-filters .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

.results-header {
  text-align: right;
  padding-bottom: var(--space-md);
}

.brands-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-section .swiper-button-prev, .brands-section .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.brands-section .swiper-button-prev::after, .brands-section .swiper-button-next::after {
  display: none;
}
.brands-section .swiper-button-prev img, .brands-section .swiper-button-next img {
  width: 8px;
  height: 16px;
}
.brands-section .swiper-button-prev.swiper-button-hidden, .brands-section .swiper-button-next.swiper-button-hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.brands-section .row_wp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  padding: var(--space-lg) 0;
}
.brands-section .row_wp .swiper-brand-container {
  width: 100%;
  overflow: hidden;
}
.brands-section .row_wp .swiper-brand-container .swiper-wrapper .swiper-slide .brand-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
  text-decoration: none;
}
.brands-section .row_wp .swiper-brand-container .swiper-wrapper .swiper-slide .brand-logo-container:hover {
  border-color: var(--color-primary, #007bff);
}
.brands-section .row_wp .swiper-brand-container .swiper-wrapper .swiper-slide .brand-logo-container.active {
  border-color: var(--color-primary, #007bff);
}
.brands-section .row_wp .swiper-brand-container .swiper-wrapper .swiper-slide .brand-logo-container img {
  width: auto;
  max-width: 100%;
  height: 50px;
  object-fit: contain;
}
.brands-section .row_wp .swiper-brand-container .swiper-wrapper .swiper-slide .brand-logo-container .brand-placeholder {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
.filter-modal.show {
  pointer-events: auto;
}
.filter-modal.show .filter-modal-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.filter-modal.show .filter-modal-content {
  transform: translateX(0);
}
.filter-modal .filter-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.filter-modal .filter-modal-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-modal .filter-modal-content .filter-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-gray-300);
  background-color: #F3F8FF;
}
.filter-modal .filter-modal-content .filter-modal-header h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-gray-900);
  margin: 0;
}
.filter-modal .filter-modal-content .filter-modal-header .close-filter-modal {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: var(--color-gray-600);
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.filter-modal .filter-modal-content .filter-modal-header .close-filter-modal:hover {
  color: var(--color-gray-900);
}
.filter-modal .filter-modal-content .filter-modal-header .close-filter-modal:focus {
  outline: none;
}
.filter-modal .filter-modal-content .filter-modal-body {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}
.filter-modal .filter-modal-content .filter-modal-body form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group label.form-label {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-700);
  margin-bottom: 0;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group input.form-control,
.filter-modal .filter-modal-content .filter-modal-body form .filter-group select.form-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--color-gray-300);
  border-radius: 8px;
  font-family: Inter;
  font-size: 14px;
  color: var(--color-gray-900);
  background-color: white;
  transition: border-color 0.2s ease;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group input.form-control:focus,
.filter-modal .filter-modal-content .filter-modal-body form .filter-group select.form-select:focus {
  outline: none;
  border-color: var(--quintary);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group input.form-control::placeholder,
.filter-modal .filter-modal-content .filter-modal-body form .filter-group select.form-select::placeholder {
  color: var(--color-gray-400);
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group .price-range-inputs {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group .price-range-inputs input {
  flex: 1;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group .price-range-inputs span {
  color: var(--color-gray-500);
  font-weight: 500;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown {
  position: relative;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--color-gray-300);
  border-radius: 8px;
  background-color: white;
  font-family: Inter;
  font-size: 14px;
  color: var(--color-gray-700);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-toggle:hover {
  border-color: var(--color-gray-400);
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-toggle:focus {
  outline: none;
  border-color: var(--quintary);
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-toggle i {
  font-size: 12px;
  color: var(--color-gray-500);
  transition: transform 0.2s ease;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid var(--color-gray-300);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  padding: 8px 0;
  margin-top: 4px;
  display: none;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-menu.show {
  display: block;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-group.filter-group-dropdown .filter-dropdown .filter-dropdown-menu .filter-checkbox-item {
  padding: 10px 16px;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer {
  display: flex;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--color-gray-200);
  margin-top: 8px;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-clear-filters,
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-apply-filters {
  flex: 1;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-clear-filters {
  background-color: transparent;
  border: 1px solid var(--color-gray-300);
  color: var(--color-gray-700);
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-clear-filters:hover {
  background-color: var(--color-gray-100);
  border-color: var(--color-gray-400);
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-apply-filters {
  background-color: var(--sextiary);
  border: 1px solid var(--sextiary);
  color: white;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-apply-filters:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}
.filter-modal .filter-modal-content .filter-modal-body form .filter-modal-footer .btn-apply-filters:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

@media (max-width: 768px) {
  .container-searcher-vehicles {
    display: none;
  }
  .head-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 0;
  }
  .head-filters .title {
    width: 100%;
  }
  .head-filters .options-filters {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
  }
  .head-filters .options-filters .button-option {
    font-size: 12px;
    padding: 8px 12px;
    flex: 1;
    justify-content: center;
    min-width: 0;
  }
  .head-filters .options-filters .filter-button-wrapper {
    flex: 1;
  }
  .head-filters .options-filters .filter-button-wrapper.has-filters .button-option {
    padding-right: 32px;
  }
  .head-filters .options-filters .filter-button-wrapper .clear-filter-x {
    width: 18px;
    height: 18px;
    font-size: 9px;
    right: 6px;
  }
  .head-filters .options-filters .dropdown {
    flex: 1;
  }
  .head-filters .options-filters .dropdown .toggle-filter-dropdown {
    width: 100%;
  }
  .head-filters .options-filters .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 180px;
  }
  .brands-section {
    overflow-x: hidden;
  }
  .brands-section .row_wp {
    padding: 0;
  }
  .brands-section .row_wp .swiper-brand-container .swiper-wrapper .swiper-slide .brand-logo-container img {
    height: 50px;
  }
  .filter-modal .filter-modal-content {
    max-width: 100%;
    width: 100%;
  }
}
.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.form-control:focus,
.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.dropdown-menu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
}

.dropdown-item.active {
  background-color: #0d6efd;
  color: white;
}
.dropdown-item.active:hover {
  background-color: #0b5ed7;
  color: white;
}

.quoter-container {
  width: 784px;
  margin: 0 auto;
  padding: var(--space-xxl) var(--space-xl);
}
.quoter-container .quoter-header h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 26.25px;
  line-height: 31.5px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--color-gray-900);
}
.quoter-container .quoter-header p {
  font-family: Inter;
  font-weight: 400;
  font-size: 15.75px;
  line-height: 24.5px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--gray-1);
}
.quoter-container .quoter-steps {
  margin-top: var(--space-xl);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-xxl);
}
.quoter-container .quoter-steps .step {
  margin-bottom: var(--space-lg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quoter-container .quoter-steps .step .step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--third);
  margin-bottom: var(--space-sm);
}
.quoter-container .quoter-steps .step .step-number span {
  font-family: Inter;
  font-size: 12.25px;
  font-weight: 500;
  line-height: 17.5px;
  color: var(--color-gray-500);
}
.quoter-container .quoter-steps .step p {
  color: var(--gray-4);
  text-align: center;
  font-family: Inter;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 14px;
}
.quoter-container .quoter-steps .step.active .step-number {
  background-color: var(--primary);
}
.quoter-container .quoter-steps .step.active .step-number span {
  color: white;
}
.quoter-container .quoter-steps .step.active p {
  color: #155FFC;
}
.quoter-container .alert-error {
  width: 524px;
  margin: 25px auto;
  padding: 15px;
  border: 1px solid #FCA5A5;
  background-color: #FEF2F2;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-md);
}
.quoter-container .alert-error .alert-error-content {
  flex: 1;
}
.quoter-container .alert-error .alert-error-content h5 {
  color: var(--error);
  font-family: Inter;
  font-weight: 600;
  font-size: 15.75px;
  line-height: 24.5px;
  margin: 0 0 8px 0;
}
.quoter-container .alert-error .alert-error-content p {
  color: #7F1D1D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.quoter-container .alert-error .alert-error-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #991B1B;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  transition: all 0.2s;
}
.quoter-container .alert-error .alert-error-close:hover {
  color: var(--error);
  transform: scale(1.1);
}
.quoter-container .alert-error .alert-error-close span {
  display: block;
}
.quoter-container .step-active {
  margin-top: var(--space-md);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quoter-container .step-active p {
  color: var(--gray-1);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: var(--space-md);
}
.quoter-container .step-active .step-ico {
  width: 56px;
  height: 56px;
  margin-bottom: var(--space-md);
}
.quoter-container .step-active .step-ico img {
  width: 100%;
  height: 100%;
}
.quoter-container .step-content {
  margin-top: var(--space-md);
}
.quoter-container .step-content .step-wp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quoter-container .step-content .step-wp .step-box {
  display: none;
}
.quoter-container .step-content .step-wp .step-box.show {
  display: block;
}
.quoter-container .step-content .step-wp .step-wp-txt {
  width: 588px;
  margin: 0 auto;
}
.quoter-container .step-content .step-wp h2 {
  color: var(--gray-2);
  text-align: center;
  font-family: Inter;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}
.quoter-container .step-content .step-wp p {
  color: var(--gray-1);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.quoter-container .step-content .step-wp .box-form {
  margin-top: var(--space-lg);
  width: 524px;
  border-radius: 12.75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: var(--space-xl);
  margin: 25px auto;
}
.quoter-container .step-content .step-wp .box-form .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-lg);
  margin-bottom: var(--space-md);
}
.quoter-container .step-content .step-wp .box-form .row .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group label {
  color: #0A0A0A;
  font-family: Inter;
  font-size: 12.25px;
  font-weight: 500;
  line-height: 12.25px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group select, .quoter-container .step-content .step-wp .box-form .row .form-group input {
  color: #0A0A0A;
  font-family: Inter;
  font-size: 12.25px;
  font-weight: 400;
  line-height: 17.5px;
  border-radius: 6.75px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion {
  border-radius: 8.75px;
  border: 1px solid #BEDBFF;
  background: #EFF6FF;
  width: calc(100% - 30px);
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .max-vehiculos-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 15px;
  background: #DBEAFE;
  border-top: 1px solid #BEDBFF;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .max-vehiculos-info i {
  color: #1447E6;
  font-size: 14px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .max-vehiculos-info span {
  color: #1447E6;
  font-family: Inter;
  font-size: 12.25px;
  font-weight: 500;
  line-height: 17.5px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .vehiculo-fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  border-top: 1px solid #BEDBFF;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .vehiculo-fila p {
  color: #193CB8;
  font-family: Inter;
  font-size: 12.25px;
  font-weight: 400;
  line-height: 17.5px;
  flex: 1;
  margin: 0;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .vehiculo-fila .btn-eliminar-vehiculo {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #6B7280;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  margin-left: 8px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .seleccion .vehiculo-fila .btn-eliminar-vehiculo:hover {
  color: #DC2626;
  background-color: rgba(220, 38, 38, 0.1);
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group.single-button {
  justify-content: flex-end;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button {
  height: 35px;
  padding: 10.5px 28px;
  border-radius: 6.75px;
  font-family: Inter;
  font-size: 12.25px;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button.js-prev-step {
  border: 1px solid #D1D5DC;
  background-color: white;
  color: #364153;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button.js-prev-step:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button.js-next-step {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #FFF;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button.js-next-step:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button#btn-agregar-vehiculo {
  border: 1px solid #D1D5DC;
  background-color: white;
  color: #364153;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button#btn-agregar-vehiculo:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button:not(.js-prev-step):not(.js-next-step):not(#btn-agregar-vehiculo) {
  border: 1px solid #D1D5DC;
  background-color: white;
  color: #364153;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button:not(.js-prev-step):not(.js-next-step):not(#btn-agregar-vehiculo):hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .container-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
}
.quoter-container .step-content .step-wp .box-form .row .form-group .container-radio .container-checkbox {
  display: inline-block;
  position: relative;
  line-height: 40px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .container-radio .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .container-radio .checkmark {
  background-color: #fff;
  border: 2px solid #D1D5DC;
  padding: 7px 14px;
  border-radius: 20px;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .container-radio .container-checkbox:hover input ~ .checkmark {
  background-color: white;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .container-radio .container-checkbox input:checked ~ .checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .disclaimer-text {
  border: 1px solid #E5E7EB;
  background-color: #F9FAFB;
  padding: 15px;
  border-radius: 9px;
  text-align: left;
}
.quoter-container .step-content .step-wp .box-form .row .form-group .disclaimer-text p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12.25px;
  line-height: 17.5px;
  letter-spacing: 0px;
  color: #4A5565;
  text-align: left;
}
.quoter-container .step-content .step-wp .box-form .row .form-group.flex-end {
  justify-content: flex-end;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .col-left, .quoter-container .step-content .step-wp .box-form .item-complete .item-header .col-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .col-left {
  justify-content: flex-start;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .col-right {
  justify-content: flex-end;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .item-ico {
  width: 17px;
  height: 17px;
  margin-right: var(--space-sm);
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .item-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .item-title p {
  font-family: Inter;
  font-weight: 600;
  font-size: 15.75px;
  line-height: 24.5px;
  letter-spacing: 0px;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .step-completed {
  padding: 2px 7px;
  border-radius: 7px;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .step-completed span {
  font-family: Inter;
  font-weight: 500;
  font-size: 10.5px;
  line-height: 14px;
  letter-spacing: 0px;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .step-completed.blue {
  background-color: #DBEAFE;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .step-completed.blue span {
  color: #1447E6;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .step-completed.green {
  background-color: #DCFCE7;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-header .step-completed.green span {
  color: #008236;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .item-row {
  display: flex;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .item-row .item-col {
  flex: 1;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .img-ico {
  width: 14px;
  height: 14px;
  margin-right: var(--space-sm);
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .img-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .txt {
  text-align: left;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .txt h5 {
  font-family: Inter;
  font-weight: 400;
  font-size: 12.25px;
  line-height: 17.5px;
  letter-spacing: 0px;
  color: #6A7282;
  text-align: left;
  margin-bottom: 5px;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .txt p {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #0A0A0A;
  text-align: left;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .txt .tag-contact {
  background-color: #EFF6FF;
  padding: 2px 7px;
  border: 1px solid #BEDBFF;
  display: inline-block;
  border-radius: 7px;
  height: 20px;
  align-items: center;
  display: inline-flex;
}
.quoter-container .step-content .step-wp .box-form .item-complete .item-content .sub-item .txt .tag-contact span {
  font-family: Inter;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0px;
  color: #1447E6;
  display: inline-block;
  vertical-align: middle;
}
.quoter-container .step-content .step-wp .box-form.disclaimer-confirmation {
  border: 1px solid #BEDBFF;
  background-color: #EAF4FF;
}
.quoter-container .step-content .step-wp .box-form.disclaimer-confirmation h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 17.5px;
  line-height: 24.5px;
  letter-spacing: 0px;
  text-align: center;
  color: #1E2939;
  margin-bottom: 15px;
}
.quoter-container .step-content .step-wp .box-form.disclaimer-confirmation p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
}
.quoter-container .step-content .step-wp .box-form.disclaimer-confirmation .stats-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.quoter-container .step-content .step-wp .box-form.disclaimer-confirmation .stats-list p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12.25px;
  line-height: 17.5px;
  letter-spacing: 0px;
  text-align: center;
}
.quoter-container .step-content .step-wp .box-form.disclaimer-confirmation .stats-list p p {
  color: #6A7282;
}
.quoter-container .step-content .step-wp .box-form.no-background {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  width: 588px;
}
.quoter-container .step-content .end-step-wp .step-wp-txt h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 26.25px;
  line-height: 31.5px;
  letter-spacing: 0px;
  text-align: center;
  color: #008236;
  margin-bottom: 20px;
}
.quoter-container .step-content .end-step-wp .step-wp-txt p {
  font-family: Inter;
  font-weight: 400;
  font-size: 15.75px;
  line-height: 24.5px;
  letter-spacing: 0px;
  text-align: center;
  color: #4A5565;
}
.quoter-container .step-content .end-step-wp .resume {
  background-color: #F0FDF4;
  border: 1px solid #B9F8CF;
  box-shadow: none;
}
.quoter-container .step-content .end-step-wp .resume h3, .quoter-container .step-content .end-step-wp .resume p {
  text-align: left;
}
.quoter-container .step-content .end-step-wp .resume h3 {
  color: #016630;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.quoter-container .step-content .end-step-wp .resume p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12.25px;
  line-height: 17.5px;
  letter-spacing: 0px;
  color: #008236;
}
.quoter-container .step-content .end-step-wp .no-background .row .form-group.submit-group {
  justify-content: center;
}

@media (max-width: 768px) {
  .quoter-container {
    width: 100%;
    padding: var(--space-lg) var(--space-md);
    box-sizing: border-box;
  }
  .quoter-container .quoter-header h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .quoter-container .quoter-header p {
    font-size: 14px;
    line-height: 20px;
  }
  .quoter-container .quoter-steps {
    /* flex-direction: column; */
    gap: var(--space-lg);
  }
  .quoter-container .quoter-steps .step .step-number {
    width: 24px;
    height: 24px;
    margin-bottom: var(--space-xs);
  }
  .quoter-container .quoter-steps .step .step-number span {
    font-size: 11px;
  }
  .quoter-container .quoter-steps .step p {
    font-size: 10px;
  }
  .quoter-container .step-active .step-ico {
    width: 48px;
    height: 48px;
  }
  .quoter-container .step-active p {
    font-size: 13px;
    line-height: 18px;
  }
  .quoter-container .step-content .step-wp .step-wp-txt {
    width: 100%;
    padding: 0 var(--space-sm);
    box-sizing: border-box;
  }
  .quoter-container .step-content .step-wp h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .quoter-container .step-content .step-wp p {
    font-size: 13px;
    line-height: 19px;
  }
  .quoter-container .step-content .step-wp .box-form {
    width: 100%;
    padding: var(--space-md);
    margin: 15px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .quoter-container .step-content .step-wp .box-form .row:has(.seleccion) {
    order: -1;
  }
  .quoter-container .step-content .step-wp .box-form .row {
    flex-direction: column;
    gap: var(--space-md);
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group {
    width: 100%;
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group label {
    font-size: 11.5px;
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group select,
  .quoter-container .step-content .step-wp .box-form .row .form-group input {
    font-size: 12px;
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group.submit-group {
    flex-direction: column;
    gap: var(--space-sm);
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group.submit-group button {
    width: 100%;
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group .container-radio {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .quoter-container .step-content .step-wp .box-form .row .form-group .disclaimer-text p {
    font-size: 11.5px;
  }
  .quoter-container .step-content .step-wp .box-form.no-background {
    width: 100%;
  }
  .quoter-container .step-content .end-step-wp .step-wp-txt h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .quoter-container .step-content .end-step-wp .step-wp-txt p {
    font-size: 13px;
    line-height: 19px;
  }
  .quoter-container .step-content .end-step-wp .resume {
    padding: var(--space-md);
  }
  .quoter-container .step-content .end-step-wp .resume h3 {
    font-size: 13px;
  }
  .quoter-container .step-content .end-step-wp .resume p {
    font-size: 11.5px;
  }
}
#resumen-vehiculos-lista .resumen-vehiculo-item {
  padding: 12px 16px;
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray-900);
}

.form-group {
  position: relative;
}
.form-group input.input-error,
.form-group select.input-error,
.form-group textarea.input-error {
  border-color: var(--error) !important;
}
.form-group input.input-error:focus,
.form-group select.input-error:focus,
.form-group textarea.input-error:focus {
  border-color: var(--error) !important;
  box-shadow: 0 0 0 3px rgba(231, 0, 11, 0.1);
}
.form-group .error-message {
  display: block;
  margin-top: 6px;
  color: var(--error);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  min-height: 18px;
}
.form-group .error-message:empty {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.modal .modal-contenido {
  position: relative;
  width: 80%;
  max-width: 400px;
  margin: 10% auto;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6.5500001907px);
}
.modal .modal-contenido .contenido {
  color: var(--color-gray-900);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: var(--size-6);
  font-weight: 500;
}
.modal .modal-contenido .btn-close {
  display: flex;
  justify-content: end;
}
.modal .btn-abrir,
.modal .btn-cerrar {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
}
.modal .btn-cerrar {
  background: #dc3545;
  margin-top: 15px;
  display: inline-block;
}

@media screen and (orientation: portrait) {
  .modal:target {
    opacity: 1;
    pointer-events: auto;
  }
}
.table {
  width: 289px;
}
.table .bg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  background: linear-gradient(135deg, #ECFEFF 0%, #DFF2FE 100%), #0BB4E8;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.table .celda {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D9D9D9;
  font-size: 16px;
  color: #6B6B6B;
}
.table .celda b {
  color: var(--color-gray-900);
}
.table .celda span {
  color: var(--primary);
  font-weight: 700;
}
.table .celda .outline_compara {
  border: 1px solid var(--color-gray-900);
  color: var(--color-gray-900);
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  background-color: transparent;
  padding: 10px 13px;
}
.table .celda .card_celda {
  height: 100%;
  width: 100%;
}
.table .celda .card_celda .info {
  padding: 30px 20px 30px 37px;
}
.table .celda .card_celda .info h2 {
  font-weight: 600;
  line-height: 36px;
  color: var(--color-gray-900);
  margin-bottom: 15px;
}
.table .celda .card_celda .info p {
  color: var(--gray-1);
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.table .celda .card_celda .info_resultados {
  padding: 0 47px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.table .celda .card_celda .info_resultados .bnts-acciones {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}
.table .celda .card_celda .info_resultados img,
.table .celda .card_celda .info_resultados .card-img-not {
  margin-bottom: 16px;
  object-fit: cover;
  width: 207px;
  height: 104px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}
.table .celda .card_celda .info_resultados .card-img-not {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table .celda .card_celda .info_resultados h5 {
  color: var(--color-gray-900);
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  min-height: 2.6em;
}
.table .celda .card_celda .info_resultados .desp {
  color: var(--gray-1);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 18px;
}
.table .celda .card_celda .info_resultados .precio {
  color: var(--color-gray-900);
  font-weight: 700;
  margin-bottom: 7px;
}
.table .celda.heade_celda {
  height: auto;
  min-height: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.table .celda.heade_celda.synced-height {
  min-height: unset;
}
.table .celda:nth-child(even) {
  background-color: #F3F8FF;
}
.table .celda.border-radius-letf {
  border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  -moz-border-radius: 15px 0px 0px 15px;
  -ms-border-radius: 15px 0px 0px 15px;
}
.table .celda.not_boder {
  border-right: none;
}
.table .celda.first-spec {
  margin-top: 60px;
}
.table.resultados {
  display: flex;
  width: 911px;
  max-width: 911px;
  overflow-x: auto;
}
.table.resultados .tr {
  width: 305px;
  min-width: 300px;
}
.table.resultados .tr .celda {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.table.resultados .tr .celda.first-spec {
  margin-top: 60px;
}
.table.resultados .tr:last-child .celda {
  border-right: none;
  border-radius: 0px 15px 15px 0px;
  -webkit-border-radius: 0px 15px 15px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  -ms-border-radius: 0px 15px 15px 0px;
}

.empty-state-wrapper {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}
.empty-state-wrapper .empty-state-card {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  background: linear-gradient(135deg, #ECFEFF 0%, #DFF2FE 100%), #0BB4E8;
  padding: 60px 40px;
}
.empty-state-wrapper .empty-state-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.empty-state-wrapper .empty-state-info img {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.empty-state-wrapper .empty-state-info h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--color-gray-900);
  margin-bottom: 16px;
}
.empty-state-wrapper .empty-state-info p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-1);
  margin-bottom: 32px;
  max-width: 600px;
}
.empty-state-wrapper .empty-state-info .btn.primary {
  padding: 12px 32px;
  font-size: 16px;
}

.row_table {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.celda-checkbox .checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.celda-checkbox .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.celda-checkbox .checkbox-label input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--primary);
}
.celda-checkbox .checkbox-label .checkbox-text {
  font-size: 14px;
  color: var(--color-gray-900);
  font-weight: 500;
}

.cotizar-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 87px;
}
.cotizar-button-container .btn-cotizar-seleccionados {
  min-width: 300px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}
.cotizar-button-container .btn-cotizar-seleccionados:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #D9D9D9;
  color: #6B6B6B;
  border-color: #D9D9D9;
}
.cotizar-button-container .btn-cotizar-seleccionados:not(:disabled) {
  cursor: pointer;
}
.cotizar-button-container .btn-cotizar-seleccionados:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.specs-row-hidden {
  display: none !important;
}

.celda-label-specs {
  min-height: 150px;
  align-items: center !important;
  padding: 20px !important;
}

.celda-specs-completas {
  min-height: 150px;
  align-items: flex-start !important;
  padding: 20px !important;
}
.celda-specs-completas .specs-full-content {
  width: 100%;
  text-align: left;
}
.celda-specs-completas .specs-full-content .specs-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.celda-specs-completas .specs-full-content .specs-html {
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-gray-900);
}
.celda-specs-completas .specs-full-content .specs-html .specs-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}
.celda-specs-completas .specs-full-content .specs-html .specs-list .specs-item {
  margin-bottom: 8px;
  color: var(--gray-1);
}
.celda-specs-completas .specs-full-content .specs-html .specs-block {
  margin-bottom: 10px;
}
.celda-specs-completas .specs-full-content .specs-html ul:not(.specs-list) {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}
.celda-specs-completas .specs-full-content .specs-html ul:not(.specs-list) li {
  margin-bottom: 8px;
  color: var(--gray-1);
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .row_table {
    width: 700px;
    max-width: 700px;
    margin: 53px auto;
  }
  .table.resultados {
    width: 400px;
    max-width: 400px;
  }
  .table.resultados .tr {
    width: 260px;
    min-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .row_table {
    width: 950px;
    max-width: 950px;
    margin: 53px auto;
  }
  .table.resultados {
    width: 650px;
    max-width: 650px;
  }
  .table.resultados .tr {
    width: 260px;
    min-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
  .row_table {
    width: 830px;
    max-width: 830px;
    margin: 20px auto;
  }
  .table.resultados {
    width: 530px;
    max-width: 530px;
  }
  .table.resultados .tr {
    width: 260px;
    min-width: 260px;
  }
  .table .celda .card_celda .info_resultados h5 {
    font-size: 18px;
  }
  .table .celda .card_celda .info h2 {
    line-height: 27px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 850px) and (orientation: landscape) {
  .row_table {
    width: 730px;
    max-width: 730px;
    margin: 20px auto;
  }
  .table.resultados {
    width: 430px;
    max-width: 430px;
  }
  .table.resultados .tr {
    width: 260px;
    min-width: 260px;
  }
  .table .celda .card_celda .info_resultados h5 {
    font-size: 18px;
  }
  .table .celda .card_celda .info h2 {
    line-height: 27px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .row_table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    margin-top: 20px;
  }
  .table {
    width: 230px;
  }
  .table.resultados {
    width: 100%;
    max-width: 1000px;
    overflow-x: hidden;
  }
  .table.resultados .tr {
    width: 260px;
    min-width: 260px;
  }
  .table .celda .card_celda .info_resultados {
    padding: 0 20px;
  }
  .table .celda .card_celda .info_resultados img,
  .table .celda .card_celda .info_resultados .card-img-not {
    width: 100%;
    max-width: 220px;
    height: auto;
    aspect-ratio: 2/1;
  }
  .table .celda .card_celda .info_resultados h5 {
    font-size: 18px;
  }
  .table .celda .card_celda .info h2 {
    line-height: 27px;
    font-size: 20px;
  }
}
.comparison-loading-state {
  max-width: 800px;
  margin: 80px auto;
  text-align: center;
  padding: 60px 40px;
}
.comparison-loading-state .loading-spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.comparison-loading-state .loading-spinner-container p {
  font-size: 16px;
  color: var(--gray-1);
  font-weight: 500;
}
.comparison-loading-state .loading-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid #E5E7EB;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tr-empty {
  opacity: 0.6;
}
.tr-empty .empty-vehicle-placeholder {
  background-color: #F3F8FF;
  border: 2px dashed #D1D5DB;
}
.tr-empty .celda-empty {
  color: #9CA3AF;
}

@media (max-width: 767px) {
  .comparison-loading-state {
    margin: 40px auto;
    padding: 40px 20px;
  }
  .comparison-loading-state .loading-spinner {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  .comparison-loading-state .loading-spinner-container p {
    font-size: 14px;
  }
}
.modal-add-vehicle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-add-vehicle .modal-add-vehicle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.modal-add-vehicle .modal-add-vehicle-content {
  position: relative;
  background: white;
  border-radius: 16px;
  max-width: 1000px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.modal-add-vehicle .modal-add-vehicle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #E5E7EB;
}
.modal-add-vehicle .modal-add-vehicle-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-gray-900);
}
.modal-add-vehicle .modal-add-vehicle-header .modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.modal-add-vehicle .modal-add-vehicle-header .modal-close-btn:hover {
  background-color: #F3F4F6;
}
.modal-add-vehicle .modal-add-vehicle-header .modal-close-btn img {
  width: 24px;
  height: 24px;
}
.modal-add-vehicle .modal-add-vehicle-body {
  padding: 32px;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-subtitle {
  font-size: 16px;
  color: var(--gray-1);
  margin-bottom: 24px;
  text-align: center;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card {
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--primary);
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card.vehicle-already-selected {
  display: none;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card.vehicle-being-replaced {
  opacity: 0.6;
  position: relative;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card.vehicle-being-replaced::before {
  content: "Actual";
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 193, 7, 0.9);
  color: #000;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card.vehicle-being-replaced .btn-add-to-compare {
  pointer-events: none;
  opacity: 0.5;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-image {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background-color: #F9FAFB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-image .modal-vehicle-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F4F6;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info {
  padding: 16px;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .modal-vehicle-brand {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .modal-vehicle-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-gray-900);
  margin: 0 0 8px 0;
  line-height: 1.3;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .modal-vehicle-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin: 0 0 16px 0;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .btn-add-to-compare {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .btn-add-to-compare:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 132, 232, 0.3);
}
.modal-add-vehicle .modal-add-vehicle-body .modal-footer-action {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}
.modal-add-vehicle .modal-add-vehicle-body .modal-footer-action .btn.outline {
  padding: 12px 32px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .modal-add-vehicle .modal-add-vehicle-content {
    width: 95%;
    max-height: 90vh;
  }
  .modal-add-vehicle .modal-add-vehicle-header {
    padding: 20px;
  }
  .modal-add-vehicle .modal-add-vehicle-header h3 {
    font-size: 20px;
  }
  .modal-add-vehicle .modal-add-vehicle-body {
    padding: 20px;
  }
  .modal-add-vehicle .modal-add-vehicle-body .modal-vehicles-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  }
  .modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-image {
    height: 100px;
  }
  .modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info {
    padding: 12px;
  }
  .modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .modal-vehicle-name {
    font-size: 14px;
    min-height: 38px;
  }
  .modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .modal-vehicle-price {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .modal-add-vehicle .modal-add-vehicle-body .modal-vehicle-card .modal-vehicle-info .btn-add-to-compare {
    padding: 8px;
    font-size: 13px;
  }
}
.modal-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: modal-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}
.celda.heade_celda .info_resultados .version-selector-container {
  width: 100%;
  margin: 8px 0;
}
.celda.heade_celda .info_resultados .version-selector {
  width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-gray-900);
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230BB4E8' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.celda.heade_celda .info_resultados .version-selector:hover {
  border-color: var(--secondary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.celda.heade_celda .info_resultados .version-selector:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(11, 180, 232, 0.2);
}
.celda.heade_celda .info_resultados .version-unica {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  margin: 8px 0;
  padding: 8px 12px;
  background-color: rgba(11, 180, 232, 0.1);
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 768px) {
  .celda.heade_celda .info_resultados .version-selector-container {
    margin: 6px 0;
  }
  .celda.heade_celda .info_resultados .version-selector {
    font-size: 12px;
    padding: 6px 10px;
    padding-right: 28px;
  }
  .celda.heade_celda .info_resultados .version-unica {
    font-size: 12px;
    padding: 6px 10px;
  }
}
/* Overlay genérico */
.generic-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10000;
}

/* Popup genérico */
.generic-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 350px;
  max-width: 90%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -60%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 10001;
}
.generic-popup.popup-small {
  max-width: 350px;
}
.generic-popup.popup-medium {
  max-width: 550px;
}
.generic-popup.popup-large {
  max-width: 1024px;
}

.generic-popup.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.generic-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.generic-popup-close {
  position: absolute;
  bottom: calc(100% + 5px);
  left: calc(100% + 5px);
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.container-generic-popup {
  padding: var(--space-md) 0;
}

.generic-popup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.btn-accept {
  background: #4CAF50;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.btn-cancel {
  background: #E53935;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.generic-popup img {
  width: 100%;
  border-radius: 8px;
}

.generic-popup-skip {
  border-top: 1px solid var(--color-gray-100);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  padding-top: 10px;
  margin-top: 10px;
}
.generic-popup-skip input {
  width: auto;
  display: inline-block;
  color: var(--primary);
}
.generic-popup-skip span {
  white-space: nowrap;
  font-style: italic;
}

/* Spinner para estado de loading en botones */
.popup-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: popup-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes popup-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 480px) {
  .generic-popup {
    min-width: 280px;
    max-width: 95%;
    padding: 15px;
    transform: translate(-50%, -55%);
  }
  .generic-popup.active {
    transform: translate(-50%, -50%);
  }
  .generic-popup-close {
    font-size: 20px;
    left: calc(100% - 10px);
    bottom: calc(100% - 10px);
  }
  .generic-popup-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .btn-accept,
  .btn-cancel {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
  .container-generic-popup {
    padding: var(--space-sm) 0;
  }
  .generic-popup-skip {
    font-size: 9px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .generic-popup {
    min-width: 320px;
    max-width: 85%;
    padding: 18px;
    transform: translate(-50%, -55%);
  }
  .generic-popup.active {
    transform: translate(-50%, -50%);
  }
  .generic-popup-close {
    font-size: 22px;
  }
  .btn-accept,
  .btn-cancel {
    padding: 10px 20px;
    font-size: 16px;
  }
  .generic-popup-actions {
    gap: 12px;
  }
  .container-generic-popup {
    padding: var(--space-md) 0;
  }
}
.legal-section {
  padding-bottom: 60px;
}
.legal-section .banner-legal {
  background: linear-gradient(90deg, rgba(0, 140, 135, 0.8) 0%, rgba(11, 132, 232, 0.8) 50%, rgba(0, 122, 160, 0.8) 100%);
  backdrop-filter: blur(68px);
  width: 100%;
  height: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.legal-section h1 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 96%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.legal-section h2 {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}
.legal-section p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Inter";
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

h1 {
  font-size: var(--size-1);
  margin: 0;
}

h2 {
  font-size: var(--size-2);
  margin: 0;
}

h3 {
  font-size: var(--size-3);
  font-weight: 600;
  margin: 0;
}

h4 {
  font-size: var(--size-4);
  font-weight: 600;
  margin: 0;
}

h5 {
  font-size: var(--size-8);
  font-weight: 600;
  margin: 0;
}

p {
  font-size: var(--size-4);
  font-weight: 400;
  margin: 0;
}
p.size-big {
  font-size: var(--size-5);
}

h5,
h6,
p {
  margin: 0;
}

.card img {
  width: 100%;
}

.breadcrumb {
  color: var(--gray-4);
  font-size: var(--size-5);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumb a {
  text-decoration: none;
  color: var(--gray-4);
}

.row_vehiculo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.row_vehiculo.no-pagination {
  margin-bottom: 60px;
}

.breadcrumb-section {
  padding-top: 24px;
  padding-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .row_vehiculo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .row_vehiculo {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section {
    padding-bottom: 24px;
  }
}

/*# sourceMappingURL=app.output.css.map */
