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

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

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  font-family: "Oswald", sans-serif;
  color: #333;
  font-size: 2.25rem;
  font-weight: 700; }

.subtitulo {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5rem; }

.titulo-slide-small {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  /* line-height: 3.6rem; */ }

.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; }

.bg-color {
  background-color: var(--botones); }

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

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

.owl-carousel .owl-stage-outer {
  padding-bottom: 1rem !important;
  padding-left: 0; }
.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--botones);
    margin-inline: 3px;
    opacity: .3; }
    .owl-carousel .owl-dots button.active {
      opacity: 1; }

.owl-nav {
  position: absolute;
  z-index: -1;
  top: 35%;
  width: 100%; }
  .owl-nav .owl-prev {
    float: left;
    margin-left: -30px;
    font-size: 20px !important;
    color: var(--botones) !important;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-nav .owl-prev:hover {
      opacity: 1; }
  .owl-nav .owl-next {
    float: right;
    margin-right: -30px;
    font-size: 20px !important;
    color: var(--botones) !important;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-nav .owl-next:hover {
      opacity: 1; }

.bg-img {
  position: absolute;
  width: 100%;
  top: -50%; }
  .bg-img img {
    width: 100%;
    /* opacity: .5; */
    mix-blend-mode: luminosity; }

.bg-iconos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .bg-iconos img {
    width: 100%;
    opacity: .13; }

.img-social {
  width: 30px;
  border-radius: 50%; }

.clip-path-uno {
  clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }

.clip-path-dos {
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); }

.font-40 {
  font-size: 40px;
  line-height: 40px; }

.btn, .btn-color, .btn-outline-color {
  border-radius: 25px;
  padding: 10px 30px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .5px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff; }
  .btn-color:is(:hover) {
    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-icono {
  border-radius: 50% !important;
  height: 43.5px;
  width: 43.5px;
  background-color: var(--botones);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 0.5rem !important; }
  .btn-icono .btn-icono:hover {
    background-color: #fff;
    color: var(--botones); }

.carro-btn {
  position: relative; }
  .carro-btn .badge {
    position: absolute !important;
    top: -5px !important;
    right: -3px;
    width: 21px;
    height: 21px;
    font-style: initial;
    background-color: #000000;
    border-radius: 10px;
    padding: 4px 3px;
    font-weight: 400;
    font-size: .75rem;
    /* font-family: 'Inter', sans-serif; */ }

.btn-social {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--botones); }
  .btn-social i {
    color: #fff;
    font-size: 1.1rem; }
  .btn-social:is(:hover) {
    background-color: #fff;
    color: var(--botones); }
    .btn-social:is(:hover) i {
      color: var(--botones); }

.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); } }
#results {
  max-height: 300px;
  text-align: left;
  list-style: none;
  padding: 5px 15px;
  overflow: scroll;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 99; }

.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 {
  position: relative; }
  header .carousel .carousel-item {
    height: 85vh;
    min-height: 400px;
    max-height: 800px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    header .carousel .carousel-item .carousel-caption {
      bottom: inherit;
      padding: 0;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      header .carousel .carousel-item .carousel-caption .titulo-slide {
        font-weight: 700; }
        @media screen and (min-width: 0px) {
          header .carousel .carousel-item .carousel-caption .titulo-slide {
            font-size: 28px;
            line-height: 28px; } }
        @media screen and (min-width: 768px) {
          header .carousel .carousel-item .carousel-caption .titulo-slide {
            font-size: 48px;
            line-height: 48px; } }
      header .carousel .carousel-item .carousel-caption .texto-slide {
        color: #fff;
        font-size: 16px;
        font-weight: 300; }
  header .carousel .carousel-control-next {
    right: 0 !important; }
  header .carousel .carousel-control-prev {
    right: 50px !important; }
  header .carousel .carousel-control-next, header .carousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    font-size: 3rem;
    opacity: .5;
    transition: opacity .15s ease; }
    header .carousel .carousel-control-next:hover, header .carousel .carousel-control-prev:hover {
      opacity: 1 !important; }
  header .carousel .carousel-indicators button {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50% !important;
    background-color: #fff; }

header.banner-seccion {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a7a7a7;
  background-blend-mode: multiply; }
  header.banner-seccion .titulo-slide-small {
    margin-bottom: 1rem; }

.accordion .accordion-item .accordion-header .link-categorias {
  padding: 16px 8px;
  text-decoration: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #666; }
  .accordion .accordion-item .accordion-header .link-categorias:hover {
    color: var(--botones); }
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1rem;
  font-weight: 400;
  color: #666; }
  .accordion .accordion-item .accordion-header .accordion-button:hover {
    color: var(--botones); }

.demo-gallery ul li a img {
  aspect-ratio: 1.3;
  object-fit: cover;
  object-position: center; }

#navbar {
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), 50%, rgba(0, 0, 0, 0)); }
  #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 {
    background: #000; }
    #navbar.navbar-shrink .navbar-brand img {
      width: 200px;
      -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-family: "Oswald", sans-serif;
    color: #fff;
    padding: 8px .8rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.3px;
    border-bottom: 1px solid transparent; }
    #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: #ffffff;
      /* text-decoration: underline; */
      border-bottom: 1px solid 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: #000;
  color: #fff;
  font-weight: 300; }
  footer .titulo-foot {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase; }
  footer a {
    font-weight: 300;
    text-decoration: none;
    color: #fff; }
    footer a:is(:hover,.active) {
      color: var(--botones); }
  footer .down-foot {
    border-top: 1px solid #2d2d2d;
    color: #fff !important; }
    footer .down-foot p {
      font-size: .9rem; }

.destacados p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff; }

.categoria-cont {
  background-color: #686868;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  transition: all .2s ease-in; }
  .categoria-cont p {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    padding: .5rem .8rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
    display: inline-block;
    transition: all .2s ease-in; }
  .categoria-cont:hover {
    opacity: .8; }
    .categoria-cont:hover p {
      border-color: var(--botones); }

#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 button.owl-dot.active {
  background-color: var(--botones) !important; }

.card-carrusel {
  border: inherit; }
  .card-carrusel .sandwich {
    max-width: 90%;
    margin: auto; }
  .card-carrusel .card-body {
    padding-top: 130px;
    margin-top: -120px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #000;
    color: #fff; }
    .card-carrusel .card-body .subtitulo {
      color: #fff; }
  .card-carrusel .card-footer {
    border-radius: 0 0 25px 25px;
    background-color: #000; }

.card-prod {
  background-color: #000;
  border-radius: 25px !important;
  border: none;
  overflow: hidden; }
  .card-prod .subtitulo {
    color: #fff; }

.productos .card img {
  aspect-ratio: 1;
  object-fit: cover; }

.precio-oferta {
  font-size: 14px;
  text-decoration: line-through; }

.quantity {
  position: relative; }
  .quantity input {
    width: 85%;
    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: 42px; }
    .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: 1.3;
  object-fit: cover; }

.proyectos .card img {
  aspect-ratio: 1.3;
  object-fit: cover; }

.galerias figure img {
  aspect-ratio: .9;
  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: center;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff; }
  .galerias .sobre-texto h5 {
    letter-spacing: 1.5px; }

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

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

.gradient-news {
  height: 40% !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: linear-gradient(0deg, #000 12%, rgba(32, 0, 75, 0) 75%); }

.icono-contacto {
  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 {
  background-color: #000;
  color: #fff;
  margin-bottom: .2rem; }
  .menu-user .nav-link i {
    color: var(--botones);
    margin-right: .3rem; }
  .menu-user .nav-link:is(.active, :hover) {
    background-color: var(--botones-hover); }
