@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: uppercase; }

.subtitulo {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 500; }

.text-color {
  color: var(--botones) !important; }

.text-12 {
  font-size: 12px !important; }

.text-13 {
  font-size: 13px !important; }

.text-14 {
  font-size: 14px !important; }

.texto {
  color: #666;
  font-weight: 300; }
  .texto .text-tiny {
    font-size: 12px !important; }
  .texto .text-small {
    font-size: 14px !important; }
  .texto .text-big {
    font-size: 20px !important; }
  .texto .text-huge {
    font-size: 28px !important; }
  .texto figure img {
    width: 100%; }
  .texto figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em; }

.bg-claro {
  background-color: #F7F7F7; }

.icono {
  font-size: 20px;
  line-height: 20px; }

.icono-lg {
  font-size: 23px;
  line-height: 23px; }

.linea-color {
  height: 1px;
  width: 70px;
  background-color: var(--botones); }

.btn-color, .btn-outline-color {
  padding: 15px 20px;
  font-size: 15px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff; }
  .btn-color:is(:hover,:focus,:active) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff; }

.btn-outline-color {
  border-color: var(--botones);
  color: var(--botones); }
  .btn-outline-color:is(:hover,:focus,:active) {
    background-color: var(--botones);
    color: #fff; }

.btn-link {
  color: #666; }
  .btn-link:has(> i) i {
    font-size: 21px; }

.btn-line {
  padding: 10px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  color: #fff; }
  .btn-line:is(:hover,:focus,:active) {
    border-bottom-color: var(--botones);
    color: var(--botones); }

.btn-carro {
  font-size: 1.4rem;
  padding-right: .1rem;
  color: #666;
  display: block; }
  .btn-carro .badge {
    position: absolute;
    top: -1px;
    right: -9px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: var(--botones);
    padding: 0;
    color: #fff; }

.wsp {
  font-size: 11px;
  font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  letter-spacing: 0;
  text-transform: none; }

.whatsapp {
  position: fixed;
  z-index: 9999 !important;
  border-radius: 50% 50% 50% 0%;
  width: 62px;
  height: 62px;
  bottom: 15px;
  left: 15px;
  background-color: #25d366;
  padding: 8px 8px 8px 10px;
  animation: 1s infinite alternate shimmy;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center; }
  .whatsapp i {
    font-size: 42px;
    color: #fff; }

@keyframes shimmy {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(5px, -5px); } }
.buscador {
  background-color: #f1f1f1;
  border-radius: 25px;
  padding-inline: .2rem; }
  .buscador .form-control {
    border: none;
    background-color: transparent;
    border-radius: 25px; }

.resultados ul {
  max-height: 300px;
  text-align: left;
  list-style: none;
  padding: 5px 15px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 99; }
  .resultados ul a {
    text-decoration: none;
    color: #666; }
    .resultados ul a:is(:hover,:focus,:active) {
      color: var(--botones); }

.alerta .alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 25px 15px;
  border: none;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

header .carousel-inner .carousel-item {
  min-height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #858585;
  background-blend-mode: multiply; }
  header .carousel-inner .carousel-item .gradiente {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  header .carousel-inner .carousel-item .carousel-container {
    margin-left: 15%;
    margin-right: 15%; }
    header .carousel-inner .carousel-item .carousel-container .carousel-caption {
      padding-inline: 0;
      text-align: left;
      position: relative;
      left: initial;
      right: initial; }
      @media screen and (min-width: 0px) {
        header .carousel-inner .carousel-item .carousel-container .carousel-caption {
          padding-top: 90%;
          padding-bottom: 450px; } }
      @media screen and (min-width: 576px) {
        header .carousel-inner .carousel-item .carousel-container .carousel-caption {
          padding-top: 60%;
          padding-bottom: 400px; } }
      @media screen and (min-width: 768px) {
        header .carousel-inner .carousel-item .carousel-container .carousel-caption {
          padding-top: 43%;
          padding-bottom: 350px; } }
      @media screen and (min-width: 992px) {
        header .carousel-inner .carousel-item .carousel-container .carousel-caption {
          padding-top: 32%;
          padding-bottom: 300px; } }
      header .carousel-inner .carousel-item .carousel-container .carousel-caption .titulo-slide {
        font-weight: 800; }
        @media screen and (min-width: 0px) {
          header .carousel-inner .carousel-item .carousel-container .carousel-caption .titulo-slide {
            font-size: 30px;
            line-height: 30px; } }
        @media screen and (min-width: 576px) {
          header .carousel-inner .carousel-item .carousel-container .carousel-caption .titulo-slide {
            font-size: 38px;
            line-height: 38px; } }
        @media screen and (min-width: 768px) {
          header .carousel-inner .carousel-item .carousel-container .carousel-caption .titulo-slide {
            font-size: 40px;
            line-height: 40px; } }
        @media screen and (min-width: 992px) {
          header .carousel-inner .carousel-item .carousel-container .carousel-caption .titulo-slide {
            font-size: 48px;
            line-height: 48px; } }
      header .carousel-inner .carousel-item .carousel-container .carousel-caption .texto-slide {
        color: #fff;
        font-size: 16px;
        font-weight: 300; }
header .carousel-inner .cont-destacados {
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  bottom: 1rem; }
  header .carousel-inner .cont-destacados .destacado-inicio:first-child .destacado {
    background-color: rgba(221, 42, 17, 0.7); }
  header .carousel-inner .cont-destacados .destacado-inicio .destacado {
    background-color: rgba(255, 255, 255, 0.29);
    border-radius: 1rem;
    padding: 20px;
    color: #fff;
    transition: all .3s ease-in-out; }
    header .carousel-inner .cont-destacados .destacado-inicio .destacado:hover {
      background-color: rgba(221, 42, 17, 0.5); }
    @media screen and (min-width: 0px) {
      header .carousel-inner .cont-destacados .destacado-inicio .destacado {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: flex-start;
        justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      header .carousel-inner .cont-destacados .destacado-inicio .destacado {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }

header.banner-seccion {
  margin-top: 150px;
  height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #858585;
  background-blend-mode: multiply; }
  header.banner-seccion .titulo-slide {
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0; }

.topbar {
  background-color: var(--topbar-footer);
  font-size: 14px; }

#navbar .navbar-brand img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
#navbar.navbar-shrink .navbar-brand img {
  width: 120px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
#navbar .navbar-nav .nav-item .nav-link {
  font-size: .95rem;
  font-weight: 400; }
  #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
    color: var(--botones); }

.cont-indicadores {
  background-color: var(--bar-footer) !important; }
  .cont-indicadores .indicadores .row [class^='col-'] {
    border-left: 1px solid var(--botones); }

footer {
  background-color: #f6f6f6 !important; }
  footer .social-foot {
    display: flex;
    flex-direction: row;
    gap: .3rem;
    flex-wrap: wrap; }
    footer .social-foot .btn {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: var(--botones);
      color: #fff; }
      footer .social-foot .btn:is(:hover,:focus,:active) {
        background-color: var(--botones-hover);
        color: #fff; }
  footer .down-foot {
    background-color: #f1f1f1 !important; }

#reviews .owl-stage {
  margin: 0 auto; }
#reviews .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem auto 0 auto; }
  #reviews .owl-dots button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e3e3e3 !important;
    margin: 0 3px; }
    #reviews .owl-dots button.active {
      background-color: var(--botones) !important; }
#reviews .review .foto img {
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover; }

#clientes figure img {
  aspect-ratio: 2.9;
  object-fit: contain; }
#clientes .owl-dots {
  text-align: center;
  margin-top: 1rem; }
  #clientes .owl-dots button.owl-dot {
    margin: 3px;
    background-color: #dddddd;
    height: 12px;
    width: 12px;
    border-radius: 50%; }
    #clientes .owl-dots button.owl-dot.active {
      background-color: var(--botones) !important; }

.productos .card {
  border-radius: 1rem;
  overflow: hidden; }
  .productos .card img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%; }

.quantity {
  position: relative; }
  .quantity input {
    width: 85%;
    min-height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #eee; }
    .quantity input:is(:focus) {
      outline: 0; }
    .quantity input[type=number] {
      -moz-appearance: textfield;
      appearance: textfield; }
      .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 100%; }
    .quantity .quantity-nav .quantity-button {
      position: relative;
      cursor: pointer;
      border-left: 1px solid #eee;
      width: 20px;
      text-align: center;
      color: #333;
      font-size: 13px;
      font-family: "Trebuchet MS", Helvetica, sans-serif !important;
      line-height: 1.7;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .quantity .quantity-nav .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee; }
      .quantity .quantity-nav .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%; }

.select-color {
  width: 40px;
  height: 40px;
  margin-right: .3rem;
  margin-bottom: .4rem;
  position: relative;
  padding: 0; }
  .select-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0; }
  .select-color .cont-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background-color: #fff; }
    .select-color .cont-color .color {
      height: 100%;
      width: 100%; }
  .select-color:hover input ~ label .cont-color {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    cursor: pointer; }
  .select-color:hover input:checked ~ label .cont-color {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25); }

.select-tallas {
  width: 45px;
  min-height: 32px;
  margin-right: .3rem;
  margin-bottom: .4rem;
  position: relative;
  padding: 0; }
  .select-tallas input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0; }
  .select-tallas .cont-talla {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0px;
    width: 45px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff; }
  .select-tallas :hover input ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    cursor: pointer; }
  .select-tallas :hover:checked ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25); }

.servicios .card img {
  aspect-ratio: .8;
  object-fit: cover; }
.servicios .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s ease-in-out; }
  .servicios .card .card-body .servicio-titulo {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }
.servicios .card:hover .card-body {
  background-color: rgba(0, 0, 0, 0.3); }

.galerias figure img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  transition: all .2s ease-in; }
.galerias figure:is(:hover) img {
  opacity: .6; }
.galerias .sobre-texto {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), 10%, rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff; }
  .galerias .sobre-texto h5 {
    letter-spacing: 1.5px; }

.galerias-img ul li a img {
  aspect-ratio: .9;
  width: 100%;
  object-fit: cover; }

#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  border: none;
  box-shadow: none; }
#preguntas.accordion-flush .accordion-item .accordion-header:not(.collapsed) {
  color: var(--botones-hover);
  background-color: #f6f6f6; }

.datos-contacto {
  color: #fff; }
  .datos-contacto li {
    margin-bottom: .6rem; }
    .datos-contacto li .icon {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: var(--botones);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }

.mapa iframe {
  width: 100%; }

.menu-user .nav-link {
  padding: .5rem;
  background-color: #f6f6f6;
  font-size: 14px;
  text-decoration: none;
  color: #666; }
  .menu-user .nav-link:is(:hover) {
    color: var(--botones); }
