@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

/* Links */
a, a:visited {
  text-decoration: none;
}

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

/* Links */
/* Titles */
h1 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 46px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3, h4, h5, h6 {
  font-weight: 900;
}

/* Titles */
/* Texts */
p.lead {
  font-size: 18px;
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* Texts */
/* Images */
.rounded-10 {
  border-radius: 10px;
}

/* Images */
/* 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 */
/* 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;
}

/* General styles for the select2 container */
.select2-container .select2-selection--single {
  height: 38px;
  padding: 0.5rem;
  border: 1px solid var(--border-color);
  border-radius: 1.2rem; /* 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;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.transparency {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* Bgs */
/* Box */
.box-icon {
  padding-top: 25px;
  padding-bottom: 25px;
}
.box-icon i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.box-icon img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
  margin: 30px auto;
}
.box-icon h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.box-icon p {
  font-size: 0.9rem;
}
.box-image img {
  width: 80%;
  height: 250px;
  object-fit: contain;
  margin: 0 auto;
}

a.box-icon:hover {
  transform: scale(120%);
}

/* Box */
/* Buttons */
.btn {
  padding: 0.2rem 1.3rem;
  letter-spacing: 3px;
}
.btn-primary, .btn-secondary {
  color: #fff;
}
.btn-primary:visited, .btn-secondary:visited {
  color: #fff;
}
.btn-link {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}
.btn-white {
  color: var(--secondary);
}
.btn-white:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Buttons */
/* 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: none;
  border-radius: 15px;
  overflow: hidden;
}
.card.card-colored {
  border-color: var(--primary);
}
.card-img-top {
  height: 255px;
  object-fit: cover;
}
.card .text-link {
  letter-spacing: 3px;
}

/* 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-control {
  border-radius: 1.2rem;
  font-weight: 100;
}
.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 */
/* Product Card */
.product-card {
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
  border-top: 8px solid var(--primary);
  color: #222;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* HTML:  */
}
.product-card:hover {
  color: #222;
}
.product-card img.brand {
  height: 50px;
  margin: 0px auto;
  margin-bottom: 8px;
  max-width: 100%;
  object-fit: contain;
}
.product-card img.img-fluid {
  object-fit: contain;
}
.product-card .tireicon {
  float: left;
  width: 40px !important;
  padding: 2px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.product-card .name {
  font-size: 0.9rem;
}
.product-card .desc {
  font-size: 1.02rem;
  font-weight: bold;
}
.product-card .price > small {
  text-decoration: line-through;
}
.product-card .price > span {
  font-weight: bold;
  color: var(--primary);
}
.product-card .ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.product-card .ribbon {
  --f: .5em;
  position: absolute;
  top: -8px;
  right: -1px;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(29.2893218813%, -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #f89000;
}

/* Product Card */
/* Product view */
.product .images {
  text-align: center;
}
.product .images img.img-fluid {
  object-fit: contain;
  max-height: 450px;
}
.product .images .tireicons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .images .tireicons .tireicon {
  width: 50px !important;
  padding: 2px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.product img.brand {
  height: 70px;
  margin: 0px auto;
  margin-bottom: 8px;
}
.product h1 {
  font-size: 1.6rem;
  font-weight: bold;
}
.product h4 {
  font-size: 1rem;
  font-weight: normal;
}
.product .desc {
  font-size: 0.9rem;
}
.product .price > small {
  text-decoration: line-through;
  font-size: 0.9rem;
}
.product .price > span {
  font-weight: bold;
  font-size: 1.3rem;
  color: var(--primary);
}
.product ul.features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.product ul.features li {
  margin-bottom: 5px;
}
.product .position-sticky {
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px 8px 0 0;
}

/* Product view */
/* Cart */
.cartIcon {
  position: relative;
}
.cartIcon > span {
  position: absolute;
  top: 0;
  right: 6px;
  background-color: #222;
  color: var(--primary-contrast);
  padding: 1px 4px;
  border-radius: 7.5px;
  font-size: 10px;
  min-width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-view, .cart-checkout {
  position: relative;
}
.cart-view .cart-loader, .cart-checkout .cart-loader {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  gap: 10px;
  transition: ease-in-out 0.2s all;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}
.cart-view .cart-loader.show, .cart-checkout .cart-loader.show {
  opacity: 1;
  display: flex;
}
.cart-view .cart-content .header, .cart-checkout .cart-content .header {
  font-size: 0.8rem;
}
.cart-view .cart-content .item, .cart-checkout .cart-content .item {
  gap: 5px;
  border-bottom: 1px solid var(--bs-border-color);
}
.cart-view .cart-content .item:last-child, .cart-checkout .cart-content .item:last-child {
  border-bottom: none;
}
.cart-view .cart-content .item .image, .cart-checkout .cart-content .item .image {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cart-view .cart-content .item .name, .cart-checkout .cart-content .item .name {
  font-size: 0.9rem;
}
.cart-view .cart-content .item .price, .cart-checkout .cart-content .item .price {
  font-size: 0.8rem;
}
.cart-view .cart-resume, .cart-checkout .cart-resume {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--bs-border-color);
}
.cart-view .cart-resume > div:last-child, .cart-checkout .cart-resume > div:last-child {
  font-weight: bold;
}
.cart-view .cart-actions, .cart-checkout .cart-actions {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}

/* Cart */
/* 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(--secondary);
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
header .btn {
  font-weight: 600;
  letter-spacing: normal;
}
header .main {
  display: none;
}
header .main .navbar-brand > img {
  height: 40px;
}
header .main i {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  header .main {
    display: flex;
  }
}
header .mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .mobile i {
  font-size: 1.3rem;
}
header .mobile .btn-menu {
  background: transparent;
  color: #222;
  border: none;
  position: absolute;
  left: 0;
}
header .mobile .navbar-brand > img {
  height: 40px;
}
header .mobile .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  header .mobile {
    display: none;
  }
}

.menu .btn {
  font-weight: 600;
  letter-spacing: normal;
}
.menu .nav-link {
  color: var(--secondary);
  font-weight: 700;
}

/* Header */
/* Footer */
footer {
  font-size: 0.8rem;
}
footer a, footer a:visited {
  color: var(--black);
}
footer p {
  margin-bottom: 0;
}
footer h4 {
  font-size: 18px;
}
footer .btn {
  letter-spacing: 0;
  font-size: 0.8rem;
  font-weight: 500;
}
footer .logo {
  height: auto;
  width: auto;
  max-height: 50px;
  max-width: 100%;
}
footer .socials {
  display: flex;
  gap: 12px;
  justify-content: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .socials i {
  font-size: 1.2rem;
  color: #fff;
}
footer .footer-bottom {
  background-color: #fff;
}
footer .footer-bottom .menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-bottom .menu {
    justify-content: start;
  }
}
@media (min-width: 1024px) {
  footer .footer-bottom .menu {
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom .menu {
    justify-content: end;
  }
}
footer .footer-bottom .menu li:after {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
}
footer .footer-bottom .menu li:last-of-type::after {
  content: "";
  margin: 0;
}

/* Footer */
/* Body */
html, body {
  color: var(--black);
  min-height: 100%;
  font-weight: 500;
  line-height: 1.8;
}
html main, body main {
  min-height: 100%;
}

section {
  color: var(--black);
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* Error */
  /* Error */
}
@media (max-width: 767px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
section:first-child {
  margin-top: 56.3px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  section:first-child {
    margin-top: 66px;
  }
}
section.fullheight {
  margin-top: 56.3px;
  height: calc(100vh - 56.3px);
  min-height: calc(100vh - 56.3px);
}
@media (min-width: 1200px) {
  section.fullheight {
    height: calc(100vh - 50px - 16px);
    min-height: calc(100vh - 50px - 16px);
    margin-top: 66px;
  }
}
section .title {
  margin-bottom: 30px;
}
section .title > h1 {
  position: relative;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 8px;
  display: inline-block;
}
section .title > h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #222;
}
section.error {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.error.error404 {
  background-color: #f7f7f7;
  background-image: url(/assets/img/llantas_error404.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Body */
/* Home */
.index section {
  width: 100%;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.index section#servicios .extra-imgs img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.index section#servicios .card-body {
  display: flex;
  flex-direction: column;
}
.index section#servicios .card-text {
  flex: 1;
}
@media (min-width: 1024px) {
  .index section#servicios .card-title {
    height: 4rem;
  }
}
.index section#nosotros .gallery {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .index section#nosotros .gallery {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.index section#nosotros .gallery .item {
  flex: 1;
}
@media (max-width: 767px) {
  .index section#nosotros .gallery .item {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
}
.index section#nosotros .gallery .item img {
  border-radius: 1rem;
  display: block;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.index section#nosotros .card img {
  max-height: 100px;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
.index section#nosotros .card-title {
  text-transform: uppercase;
}
.index section#nosotros .card ul {
  columns: 2;
  list-style: none;
  padding-left: 0;
}
.index section#nosotros .card ul li::before {
  content: "-";
  margin-right: 8px;
  color: var(--black);
}
.index section#contacto .img-contact {
  height: auto; /*275px;*/
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .index section#contacto .img-contact {
    height: 190px;
  }
}

/* Home */
/* Proyectos */
.proyecto section#header .transparency {
  display: flex;
  justify-content: center;
  align-items: center;
}
.proyecto section#header .transparency h1 {
  color: #fff;
}
.proyecto section#title h2 {
  color: var(--primary);
  line-height: 1.5;
  margin-bottom: 2rem;
  text-transform: inherit;
}
.proyecto section#title img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .proyecto section#title img {
    height: 500px;
  }
}
.proyecto section#title .columns img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .proyecto section#title .columns img {
    height: 300px;
  }
}
.proyecto section#gallery .gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 100px;
  grid-auto-flow: dense;
  gap: 10px;
}
@media (min-width: 768px) {
  .proyecto section#gallery .gallery-container {
    grid-auto-rows: 200px;
  }
}
@media (min-width: 1200px) {
  .proyecto section#gallery .gallery-container {
    grid-auto-rows: 300px;
  }
}
.proyecto section#gallery .gallery-container .big {
  grid-column: span 2;
  grid-row: span 2;
}
.proyecto section#gallery .gallery-container .wide {
  grid-column: span 2;
}
.proyecto section#gallery .gallery-container .tall {
  grid-row: span 2;
}
.proyecto section#gallery .gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Proyectos */
/* Servicios */
.servicio section img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .servicio section img {
    height: 500px;
  }
}
.servicio section#header .transparency {
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicio section#header .transparency h1 {
  color: #fff;
}
.servicio section#gallery .gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 110px;
  grid-auto-flow: dense;
  gap: 10px;
}
@media (min-width: 768px) {
  .servicio section#gallery .gallery-container {
    grid-auto-rows: 200px;
  }
}
@media (min-width: 1200px) {
  .servicio section#gallery .gallery-container {
    grid-auto-rows: 300px;
  }
}
.servicio section#gallery .gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.servicio section#gallery .gallery-container .big {
  grid-column: span 2;
  grid-row: span 2;
}
.servicio section#gallery .gallery-container .wide {
  grid-column: span 2;
}
.servicio section#gallery .gallery-container .tall {
  grid-row: span 2;
}
.servicio section#gallery .gallery-container .item.service {
  display: flex;
  align-items: center;
}
.servicio section#gallery .gallery-container .item.service.last {
  grid-row: span 1;
  grid-column: span 3;
}
@media (min-width: 1024px) {
  .servicio section#gallery .gallery-container .item.service.last {
    align-items: end;
    grid-column: auto;
    grid-row: span 2;
  }
}
.servicio section#bullets .info {
  background-color: var(--secondary);
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 1.2rem;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .servicio section#bullets .info {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .servicio section#bullets .info {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .servicio section#bullets .info {
    padding: 3rem;
  }
}
.servicio section#bullets .info p {
  margin-bottom: 0;
}
.servicio section#bullets .info p span {
  font-weight: 400;
}
.servicio section#bullets img {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
}

/* Servicios */
/* Account profile */
.account_profile .rounded-circle {
  width: 150px;
  height: 150px;
}

/* Account profile */
/* Specials */
.crossedout {
  display: inline-block;
  position: relative;
  text-decoration: line-through;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 2.5px;
}

/* Specials */
/* Carousel */
.carousel.fullheight {
  height: calc(100vh - 50px - 16px);
  min-height: calc(100vh - 50px - 16px);
}
@media (max-width: 767px) {
  .carousel.fullheight {
    margin-top: 56.3px;
    height: calc(100vh - 56.3px);
    min-height: calc(100vh - 56.3px);
  }
}
.carousel-indicators {
  margin-bottom: 2rem;
}
.carousel-indicators [data-bs-target] {
  background-clip: inherit;
  border: 2px solid #fff;
  border-radius: 1rem;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  width: 24px;
}
.carousel-indicators .active {
  background-color: var(--primary);
  width: 50px;
}
.carousel .lead {
  font-weight: 600;
}

/* Carousel */

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