@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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: "Open Sans", 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.375rem;
  font-weight: 700;
  text-transform: uppercase; }

.subtitulo {
  font-family: "Oswald", 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; }
  .texto table {
    width: 100% !important;
    font-family: "Oswald", sans-serif;
    font-size: 14px; }
    .texto table thead tr th {
      text-transform: uppercase; }
    .texto table tbody tr {
      border-color: #E3E3E3; }
      .texto table tbody tr th {
        text-transform: uppercase;
        color: #666; }
      .texto table tbody tr td {
        color: #666;
        font-size: 1rem; }
      .texto table tbody tr:nth-child(odd) {
        background-color: #F2F2F2; }

.bg-claro {
  background-color: #F7F7F7; }

.bg-oscuro {
  background-color: var(--bar-footer); }

.icono {
  font-size: 20px;
  line-height: 20px; }

.icono-lg {
  font-size: 23px;
  line-height: 23px; }

.btn-color, .btn-link {
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: .7rem 1rem;
  text-transform: uppercase; }

.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; }

.btn-link {
  color: var(--botones);
  background-color: transparent;
  padding: 5px 4px;
  text-decoration: none; }
  .btn-link:is(:hover,:focus) {
    color: var(--botones-hover); }

.btn-carro {
  font-size: 1.4rem;
  padding-right: .1rem; }
  .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); } }
.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; }

@media screen and (min-width: 0px) {
  header {
    margin-top: 160px; } }
@media screen and (min-width: 576px) {
  header {
    margin-top: 180px; } }
header .carousel-item {
  height: 90vh;
  min-height: 400px;
  max-height: 800px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #848484;
  background-blend-mode: multiply; }
  header .carousel-item .carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    text-align: left;
    transform: translateY(-50%); }
    header .carousel-item .carousel-caption .titulo-slide {
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 0px) {
        header .carousel-item .carousel-caption .titulo-slide {
          font-size: 28px;
          line-height: 28px; } }
      @media screen and (min-width: 768px) {
        header .carousel-item .carousel-caption .titulo-slide {
          font-size: 50px;
          line-height: 50px; } }
    header .carousel-item .carousel-caption .texto-slide {
      color: #fff;
      font-size: 16px;
      font-weight: 300; }

header.banner-seccion {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #848484;
  background-blend-mode: multiply; }
  header.banner-seccion .titulo-slide {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase; }

.topbar {
  background-color: var(--topbar-footer); }

#navbar {
  background-color: var(--topbar-footer);
  flex-direction: column; }
  #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 .datos-contacto {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .8rem;
    align-items: center; }
    #navbar .datos-contacto .icono {
      height: 52px;
      width: 52px;
      border: 1px solid var(--botones);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: .2rem;
      color: var(--botones); }
    #navbar .datos-contacto p {
      font-size: 14px;
      margin: 0;
      color: #666; }
      #navbar .datos-contacto p b {
        font-family: "Oswald", sans-serif;
        font-size: 1rem;
        color: #333;
        text-transform: uppercase; }
    #navbar .datos-contacto:is(:hover) .icono {
      background-color: var(--botones);
      color: #333; }

.menu {
  background-color: var(--botones); }
  .menu .navbar-nav .nav-item .nav-link {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff; }
    .menu .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: #411A00; }

.cont-indicadores {
  background-color: var(--bar-footer) !important; }
  .cont-indicadores .indicadores .row [class^='col-'] {
    border-left: 1px solid var(--botones); }

footer {
  border-top: 6px solid var(--botones);
  background-color: var(--topbar-footer) !important; }
  footer .social-foot a {
    color: var(--botones); }
  footer .down-foot {
    border-top: 1px solid #666; }

#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; }

.producto .titulo-producto {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }
.producto .card img {
  aspect-ratio: 1;
  object-fit: cover; }

.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); }

.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; }

.noticias-inicio .card {
  border-radius: 25px;
  overflow: hidden;
  border: none; }
  .noticias-inicio .card .card-body .titulo-noticia {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px; }
  .noticias-inicio .card .card-footer {
    background-color: #fff;
    border: none;
    padding-bottom: 1rem; }

#contacto {
  background-color: #3F424A;
  background-blend-mode: multiply;
  background-size: cover; }
  #contacto .top-titulo {
    font-family: "Oswald", sans-serif; }
  #contacto .contact-info {
    background-color: var(--botones);
    padding: 2.5rem 1.5rem;
    margin-top: -1.5rem;
    height: 100%; }
    #contacto .contact-info ul li {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      gap: 1rem;
      margin-bottom: 1rem; }
      #contacto .contact-info ul li span {
        height: 47px;
        width: 47px;
        border-radius: 50%;
        aspect-ratio: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #000; }
        #contacto .contact-info ul li span i {
          color: #fff; }
      #contacto .contact-info ul li p {
        margin-bottom: 0; }
        #contacto .contact-info ul li p b {
          font-family: "Oswald", sans-serif;
          text-transform: uppercase; }
    #contacto .contact-info .mapa {
      border-radius: 8px;
      overflow: hidden;
      aspect-ratio: 1.6; }
      #contacto .contact-info .mapa iframe {
        width: 100%;
        height: 100%; }
  #contacto .form-floating .form-control {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff; }
    #contacto .form-floating .form-control.msj {
      min-height: 200px;
      max-height: 200px; }
    #contacto .form-floating .form-control:is(:focus) {
      background-color: rgba(255, 255, 255, 0.3); }
  #contacto .form-floating label {
    color: #fff; }
    #contacto .form-floating label::after {
      background-color: transparent; }
