@charset "UTF-8";
/* Links */
a, a:visited {
  text-decoration: none;
}

a.text-dark:hover {
  color: var(--primary) !important;
}

/* Links */
/* Titles */
h1 {
  font-size: 35px;
}

/* Titles */
/* Accordieon */
.accordion-item {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
.accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
}
.accordion-item .accordion-body {
  padding-top: 0 !important;
}
.accordion-item .accordion-body .content {
  padding: 15px !important;
  background-color: #f1f1f1 !important;
  border-radius: 10px !important;
}

/* Accordieon */
/* Badge */
.badge > button {
  background: transparent;
  border: none;
  color: inherit;
  padding-right: 0;
}

/* Badge */
/* Btn */
.btn {
  font-weight: 600;
  padding: 0.25rem 1.3rem;
}
.btn-link {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.btn-white {
  color: var(--black);
}
.btn-white:hover, .btn-white:active {
  color: var(--black);
}

/* Btn */
.display-5 {
  font-weight: 700;
}

/* Input */
.input-group-sm > input {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  flex: 0 0 auto !important;
  min-width: 50px !important;
  text-align: center !important;
}
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.input-group-sm > .btn:first-child {
  border-radius: 1rem 0px 0px 1rem;
}
.input-group-sm > .btn:last-child {
  border-radius: 0px 1rem 1rem 0px;
}

/* Input */
/* Select */
.custom-select {
  appearance: button;
  -webkit-appearance: button;
  -moz-appearance: button;
  position: relative;
  cursor: pointer;
}
.custom-select::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  color: #333;
}

.form-control,
.form-select {
  border-radius: 1rem;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(1, 144, 198, 0.25);
}

/* General styles for the select2 container */
.select2-container .select2-selection--single {
  height: 38px;
  padding: 0.5rem;
  border: 1px solid var(--border-color);
  border-radius: 0.375rem; /* Borde redondeado */
  background-color: #fff;
  font-size: 1rem;
  color: #495057;
}

/* Adjust the placeholder text color */
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #adb5bd; /* Color similar al placeholder de la imagen */
}

/* Remove the default select2 arrow */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem; /* Ajuste del espacio a la derecha */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Styles for the select2 dropdown */
.select2-container .select2-dropdown {
  border-radius: 0.375rem;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Remove default focus outline */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover {
  outline: none;
  border-color: var(--border-color); /* Mantener el borde del mismo color en focus/hover */
}

/* Ensure the text is vertically centered */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0.5rem;
  color: #495057;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
  color: var(--primary-contrast);
}

/* Select */
/* Field to input */
.info-to-field {
  position: relative;
}

.info-to-field > button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 0.8rem;
}

.info-to-field[aria-editing=true] > button,
.info-to-field[aria-editing=true] > span {
  display: none;
}

/* Field to input */
/* Colored icons */
.fa-whatsapp.colored {
  color: #25D366 !important;
}

/* Colored icons */
/* Bgs */
.bg-dark {
  background-color: var(--footer-bg) !important;
}

/* Bgs */
/* Modal */
.modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
.modal .modal-content .modal-header {
  background-color: var(--primary);
  color: var(--primary-contrast);
}
.modal .modal-content .modal-header .btn-close {
  color: var(--primary-contrast);
}
.modal .modal-content .modal-body .btn-close {
  position: absolute;
  top: -2px;
  right: 12px;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal .modal-content img.logo {
  max-height: 75px;
  margin-bottom: 30px !important;
}
.modal-left .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  width: 100%;
  max-width: 400px;
  transform: translateX(-100%) !important;
  transition: transform 0.3s ease-out !important;
}
.modal-left#modalMobileMenu .modal-dialog {
  max-width: 300px;
}
.modal-left .modal-content {
  height: 100%;
  border-radius: 0px 15px 15px 0px;
}
.modal-left .modal-header {
  border-top-left-radius: 0px;
}
.modal-left.show .modal-dialog {
  transform: translateX(0) !important;
}
.modal-right .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  width: 100%;
  max-width: 400px;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease-out !important;
}
.modal-right .modal-content {
  height: 100%;
  border-radius: 15px 0px 0px 15px;
}
.modal-right .modal-header {
  border-top-right-radius: 0px;
}
.modal-right.show .modal-dialog {
  transform: translateX(0) !important;
}

/* Modal */
/* Orders */
.order-6 {
  order: 6;
}

/* Orders */
/* Card */
.card {
  border-radius: 15px;
  overflow: hidden;
}
.card.card-colored {
  border-color: var(--primary);
}

/* Card */
/* Steps */
.steps .step-progress-bar .step-bar {
  --gap: 5px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: var(--gap);
}
.steps .step-progress-bar .step-bar > li {
  font-size: 0.8rem;
  color: #6C757E;
}
.steps .step-progress-bar .step-bar > li.active {
  color: #222;
  font-weight: 500;
}
.steps .step-progress-bar .step-bar > li:after {
  content: "·";
  display: inline-block;
  color: var(--primary);
  margin-left: var(--gap);
}
.steps .step-progress-bar .step-bar > li:last-child:after {
  content: "";
}
.steps .step {
  display: none;
}
.steps .step.active {
  display: block;
}

/* Steps */
/* Check inputs */
.no-grow {
  flex-grow: 0;
  flex-shrink: 0; /* Esto asegura que el elemento tampoco se reduzca si hay poco espacio */
  flex-basis: auto; /* Mantiene el tamaño automático del contenido */
}

.btn-input > input {
  display: none;
}
.btn-input > input + label {
  border: var(--primary) 1px solid;
  border-radius: 8px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  color: var(--primary);
  transition: ease-in-out 0.3s all;
}
.btn-input > input + label.light {
  border-color: var(--bs-border-color);
  color: var(--bs-gray);
}
.btn-input > input + label.light.dark {
  color: #222;
}
.btn-input > input + label:before, .btn-input > input + label:after {
  display: none;
}
.btn-input > input:hover + label, .btn-input > input:checked + label {
  background: var(--primary);
  color: var(--primary-contrast);
}
.btn-input > input:hover + label:before, .btn-input > input:hover + label:after, .btn-input > input:checked + label:before, .btn-input > input:checked + label:after {
  display: none;
}
.btn-input > label {
  display: flex;
}

.grid-buttons {
  --gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--gap);
}
.grid-buttons-c2 > .btn-input {
  width: calc(50% - var(--gap));
  max-width: calc(50% - var(--gap));
}
.grid-buttons-c3 > .btn-input {
  width: calc(33.3% - var(--gap));
}
@media (max-width: 767px) {
  .grid-buttons-c3 > .btn-input {
    width: calc(50% - var(--gap));
  }
}
.grid-buttons-c4 > .btn-input {
  width: calc(25% - (var(--gap)));
}
@media (max-width: 767px) {
  .grid-buttons-c4 > .btn-input {
    width: calc(50% - (var(--gap)));
  }
}
.grid-buttons-c5 > .btn-input {
  width: calc(20% - var(--gap));
}
@media (max-width: 767px) {
  .grid-buttons-c5 > .btn-input {
    width: calc(50% - var(--gap));
  }
}
/* Check inputs */
/* Form loader */
form .loader.full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  gap: 10px;
}
form .loader.full > i {
  color: var(--primary);
  font-size: 1.3rem;
}
form .loader.show {
  display: flex;
}

.form-group {
  margin-bottom: 14px;
}
.form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-step h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Form loader */
/* Empty */
.empty-msg:empty:after {
  content: attr(data-empty);
  text-align: center;
  width: 100%;
  display: block;
  color: #99abb4 !important;
  font-style: italic;
}

/* Empty */
/* Search */
.fsticky {
  position: sticky;
  top: 85px;
}

.search > .filters-applied {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search > .filters-applied:empty {
  display: none;
}
/* Search */
/* Header */
header {
  background-color: var(--header-bg);
  color: var(header-text);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  font-size: 0.95rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
header a, header a:visited, header .nav-link {
  color: var(--black);
  font-weight: 600;
}
header a i, header a:visited i, header .nav-link i {
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-link:hover {
  color: var(--primary);
}
header .fa-whatsapp {
  background-color: var(--whatsapp);
}
header .fa-envelope {
  background-color: var(--primary);
}
header .main {
  display: none;
}
header .main .navbar-brand > img {
  height: 50px;
}
@media (min-width: 1024px) {
  header .main {
    display: flex;
  }
}
header .mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .mobile i {
  font-size: 1.3rem;
}
header .mobile .btn-menu {
  background: transparent;
  color: var(--black);
  border: none;
}
header .mobile .navbar-brand > img {
  height: 50px;
}
header .mobile .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  header .mobile {
    display: none;
  }
}

.menu a, .menu a:visited, .menu .nav-link {
  color: var(--black);
}

/* Header */
/* Footer */
footer {
  font-size: 0.9rem;
}
footer a,
footer a:visited,
footer p {
  color: var(--footer-text);
}
footer p {
  margin-bottom: 0;
}

/* Footer */
* {
  font-family: "Montserrat", serif;
}

/* Body */
html, body {
  color: var(--black);
  min-height: 100%;
}
html main, body main {
  min-height: 100%;
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
}

section {
  position: relative;
  /* Error */
  /* Error */
}
section:first-child {
  margin-top: 66px;
}
@media (max-width: 767px) {
  section:first-child {
    margin-top: 56.3px;
  }
}
section.fullheight {
  height: calc(100vh - 50px - 16px);
  min-height: calc(100vh - 50px - 16px);
}
@media (max-width: 767px) {
  section.fullheight {
    margin-top: 56.3px;
    height: calc(100vh - 56.3px);
    min-height: calc(100vh - 56.3px);
  }
}
section .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section .title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  section .title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  section .title {
    font-size: 4rem;
  }
}
section.error {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.error.error404 {
  background-color: var(--gray);
  background-image: url(/assets/img/llantas_error404.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Body */
/* Home */
.index section {
  width: 100%;
  padding: 5rem 0;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 1200px) {
  .index section {
    padding: 7rem 0;
  }
}
.index section#main {
  background-image: url(/assets/img/header.webp);
}
@media (min-width: 768px) {
  .index section#main {
    background-position: 70% center;
  }
}
.index section#aboutUs .card {
  background-color: var(--primary);
  color: #fff;
  padding: 3rem 1.5rem 2rem;
  width: 100%;
}
.index section#aboutUs .card p:first-of-type {
  font-weight: 500;
}
.index section#aboutUs .card i {
  background-color: #fff;
  border-radius: 50%;
  color: var(--yellow);
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  width: 80px;
}
.index section#aboutUs .card ul {
  list-style: none;
  padding: 0;
}
.index section#aboutUs .card ul li::before {
  content: "- ";
  margin-right: 5px;
}
.index section#simulator .form-group {
  margin-bottom: 2rem;
}
.index section#simulator #income, .index section#simulator #amount {
  color: var(--primary);
  font-weight: 700;
}
.index section#simulator input[name=nss] {
  display: inline;
  width: auto;
}
@media (max-width: 767px) {
  .index section#services {
    padding-bottom: 0;
  }
}
.index section#services ul {
  list-style: none;
  line-height: 3;
}
.index section#services ul li {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.index section#services ul li i {
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.index section#services .img-bg {
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .index section#services .img-bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .index section#services .img-bg {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .index section#services .img-bg {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .index section#contact #formContact {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .index section#contact #formContact {
    margin-top: 4rem;
  }
}

/* Home */

/*# sourceMappingURL=main.css.map */
