@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://fonts.cdnfonts.com/css/helvetica-255");
@import url("https://fonts.cdnfonts.com/css/neue-helvetica-bq");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth; }
  body.scroll-locked {
    overflow: hidden !important;
    height: 100vh; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", sans-serif;
  font-weight: 700; }

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  font-family: "Neue Helvetica BQ", sans-serif;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase; }

.subtitulo {
  font-family: "Helvetica", sans-serif;
  color: #333;
  font-weight: 500; }

.text-color {
  color: var(--botones) !important; }

.text-color2 {
  color: var(--bar-footer) !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 b, .texto strong {
    font-weight: 600; }
  .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; }

.btn-color, .btn-outline-color, .btn-outline-light {
  padding: 15px 18px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .08em;
  font-family: "Helvetica", sans-serif; }

.btn-color.btn-sm, .btn-outline-color.btn-sm, .btn-outline-light.btn-sm {
  font-size: 12px !important;
  line-height: 12px !important;
  padding: 12px 18px !important; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff;
  font-size: .9rem; }
  .btn-color:is(:hover) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important; }

.btn-outline-color {
  border-color: var(--botones);
  color: var(--botones); }
  .btn-outline-color:is(:hover, :focus, .active) {
    background-color: var(--botones);
    color: #fff; }

.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; }

.btn-share-rrss {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  align-items: center; }
  .btn-share-rrss .btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--botones);
    font-size: 1.2rem;
    background-color: var(--botones-hover); }
    .btn-share-rrss .btn:is(:hover) {
      color: #fff; }
      .btn-share-rrss .btn:is(:hover).facebook {
        background-color: #1877F2; }
      .btn-share-rrss .btn:is(:hover).twitter {
        background-color: #000; }
      .btn-share-rrss .btn:is(:hover).whsapp {
        background-color: #25D366; }
      .btn-share-rrss .btn:is(:hover).linkedin {
        background-color: #0077B5; }

.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%;
  width: 62px;
  height: 62px;
  bottom: 15px;
  right: 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); } }
#navbar .buscador {
  width: 230px;
  background-color: transparent;
  border-radius: 0;
  padding: 0; }
  #navbar .buscador .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 13px;
    padding: 12px 14px; }
    #navbar .buscador .form-control::placeholder {
      text-transform: uppercase;
      font-size: 13px; }
#navbar .offcanvas .offcanvas-body .buscador {
  width: 100%;
  border: 1px solid #000; }
  #navbar .offcanvas .offcanvas-body .buscador .form-control {
    color: #666; }
    #navbar .offcanvas .offcanvas-body .buscador .form-control::placeholder {
      color: #888; }
  #navbar .offcanvas .offcanvas-body .buscador .btn-link {
    color: #000; }
#navbar.navbar-dark .buscador {
  border: 1px solid #fff; }
  #navbar.navbar-dark .buscador .form-control {
    color: #fff; }
    #navbar.navbar-dark .buscador .form-control::placeholder {
      color: #f1f1f1; }
  #navbar.navbar-dark .buscador .btn-link {
    color: #fff; }
#navbar.navbar-light .buscador {
  border: 1px solid #333; }
  #navbar.navbar-light .buscador .form-control {
    color: #333; }
    #navbar.navbar-light .buscador .form-control::placeholder {
      color: #666; }
  #navbar.navbar-light .buscador .btn-link {
    color: #666; }

#results, #results2 {
  max-height: 300px;
  text-align: left;
  list-style: none;
  padding: 5px 15px;
  overflow: auto;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 99; }
  #results li a, #results2 li a {
    font-size: 14px;
    color: #666;
    text-decoration: none; }
    #results li a:hover, #results2 li a:hover {
      color: var(--bar-footer); }

.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 .panel-wrapper {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
  z-index: 1; }
  header .panel-wrapper .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0%, 100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-color: #5E5E5E;
    background-blend-mode: multiply;
    padding: 4% 5%; }
    header .panel-wrapper .panel .caption {
      padding: 0;
      text-align: left; }
      header .panel-wrapper .panel .caption .titulo-slide {
        font-family: "Neue Helvetica BQ", sans-serif;
        font-weight: 500;
        color: #fff; }
        @media screen and (min-width: 0px) {
          header .panel-wrapper .panel .caption .titulo-slide {
            font-size: 28px;
            line-height: 28px; } }
        @media screen and (min-width: 768px) {
          header .panel-wrapper .panel .caption .titulo-slide {
            font-size: 48px;
            line-height: 48px; } }
        @media screen and (min-width: 992px) {
          header .panel-wrapper .panel .caption .titulo-slide {
            font-size: 60px;
            line-height: 60px; } }
      header .panel-wrapper .panel .caption .texto-slide {
        color: #fff;
        font-size: 16px;
        font-weight: 300; }
    header .panel-wrapper .panel.active {
      transform: translate(0px, 0px); }
  header .panel-wrapper .cont-panel-indicators {
    width: 90px;
    height: 100vh;
    justify-items: center;
    align-content: center;
    position: sticky;
    margin-inline-start: auto;
    z-index: 999;
    bottom: 0; }
    header .panel-wrapper .cont-panel-indicators .panel-indicators {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .3rem; }
      header .panel-wrapper .cont-panel-indicators .panel-indicators button {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        aspect-ratio: 1;
        width: 16px;
        height: 16px;
        border: 1px solid #fff; }
        header .panel-wrapper .cont-panel-indicators .panel-indicators button.active {
          background-color: #fff; }
header .carousel-item {
  height: 100vh;
  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;
  background-color: #5E5E5E;
  background-blend-mode: multiply; }
  header .carousel-item .carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: left;
    position: absolute;
    bottom: 5rem;
    left: 8%;
    right: 8%; }
    header .carousel-item .carousel-caption .titulo-slide {
      font-family: "Neue Helvetica BQ", sans-serif;
      font-weight: 500; }
      @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: 48px;
          line-height: 48px; } }
      @media screen and (min-width: 992px) {
        header .carousel-item .carousel-caption .titulo-slide {
          font-size: 60px;
          line-height: 60px; } }
    header .carousel-item .carousel-caption .texto-slide {
      color: #fff;
      font-size: 16px;
      font-weight: 300; }
header .carousel-indicators {
  flex-direction: column;
  align-items: flex-end;
  gap: .5rem;
  top: 50%;
  transform: translateY(-50%);
  left: inherit;
  margin-inline: 6%; }
  header .carousel-indicators button {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50% !important;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.21) !important;
    border: 1px solid #fff !important;
    opacity: 1 !important; }
    header .carousel-indicators button.active {
      background-color: #fff !important; }

header.banner-seccion {
  padding-block: 5rem 0;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.banner-seccion .titulo-slide {
    font-family: "Neue Helvetica BQ", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    color: #333; }

form .form-label {
  font-weight: 500; }
form .form-control {
  border-radius: 0; }
form .form-select {
  border-radius: 0; }
form .input-group span {
  border-radius: 0; }

.topbar {
  background-color: var(--topbar-footer); }

#navbar {
  flex-direction: column;
  transition: all .3s ease-in; }
  #navbar .navbar-toggler {
    padding: 5px;
    font-size: 30px;
    border: none; }
  #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; }
    @media screen and (min-width: 0px) {
      #navbar .navbar-brand img {
        width: 280px; } }
    @media screen and (min-width: 768px) {
      #navbar .navbar-brand img {
        width: 350px; } }
  #navbar.navbar-dark .btn-link {
    font-size: 13px;
    color: #fff; }
  #navbar.navbar-light .btn-link {
    font-size: 13px;
    color: #666; }
  #navbar.navbar-shrink {
    background-color: #fff; }
    #navbar.navbar-shrink .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; }
      @media screen and (min-width: 0px) {
        #navbar.navbar-shrink .navbar-brand img {
          width: 280px; } }
      @media screen and (min-width: 768px) {
        #navbar.navbar-shrink .navbar-brand img {
          width: 350px; } }
    #navbar.navbar-shrink.navbar-light .btn-link {
      color: #666; }
  #navbar .dropdown .dropdown-menu .dropdown-item:is(:hover,:focus) {
    background-color: #f1f1f1;
    color: var(--botones); }
  #navbar .offcanvas {
    width: 100%; }
    #navbar .offcanvas.show {
      background-color: #fff; }
      #navbar .offcanvas.show .offcanvas-header {
        border-bottom: 1px solid #000; }
      #navbar .offcanvas.show .offcanvas-body {
        padding: 1.5rem 2rem !important; }
        #navbar .offcanvas.show .offcanvas-body .navbar-nav .nav-item .nav-link {
          color: #666; }
    #navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
      font-size: 15px; }
      #navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:is(:hover,.active) {
        color: var(--bar-footer); }

.cont-indicadores {
  background-color: var(--bar-footer) !important; }
  .cont-indicadores .indicadores .row [class^='col-'] {
    border-left: 1px solid var(--botones); }

footer {
  background-color: var(--topbar-footer) !important; }
  footer .down-foot {
    background-color: var(--bar-footer) !important; }
  footer .social-foot a {
    color: #fff; }
    footer .social-foot a:hover {
      color: var(--bar-footer); }

.sticky-top {
  top: 110px; }
  .sticky-top .texto-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
    padding: 1.5rem;
    align-content: end; }

#recientes .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem auto 0 auto; }
  #recientes .owl-dots button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e3e3e3 !important;
    margin: 0 3px; }
    #recientes .owl-dots button.active {
      background-color: var(--bar-footer) !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 button.owl-dot.active {
  background-color: var(--botones) !important; }

.productos .card figure {
  position: relative; }
  .productos .card figure img {
    aspect-ratio: .8;
    object-fit: cover; }
  .productos .card figure .oferta {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: var(--bar-footer);
    color: #fff;
    display: block;
    padding: 6px 8px;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
    letter-spacing: .3px;
    line-height: 1.1; }
  .productos .card figure .agotado {
    position: absolute;
    top: .5rem;
    left: .5rem;
    background-color: #fff;
    color: #666;
    display: block;
    padding: 6px 8px;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
    letter-spacing: .3px;
    line-height: 1.1; }
.productos .card .card-body .producto-titulo {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px; }
.productos .card .card-body .producto-precio {
  font-family: "Helvetica", sans-serif;
  font-weight: 700; }

.precio-oferta {
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  text-decoration: line-through; }

.breadcrumb {
  font-size: 12px;
  text-transform: uppercase; }
  .breadcrumb .breadcrumb-item a {
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    color: #676767;
    text-decoration: none; }
    .breadcrumb .breadcrumb-item a:is(:hover) {
      color: var(--bar-footer); }

.titulo-producto {
  font-family: "Neue Helvetica BQ", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #212121;
  line-height: 1.2;
  letter-spacing: .3px; }

.precio-producto {
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333; }

.demo-gallery #lightgallery li {
  aspect-ratio: 1; }
  .demo-gallery #lightgallery li.img-ppal {
    aspect-ratio: 1.4; }
  .demo-gallery #lightgallery li a {
    height: 100%;
    background-color: #f0f0f0; }
    .demo-gallery #lightgallery li a img {
      object-fit: contain !important;
      object-position: center !important; }

.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: 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); }

.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-list img {
  aspect-ratio: 1;
  object-fit: cover; }
.noticias-list .noticia-titulo {
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 22px; }

.mapa iframe {
  width: 100%; }

.menu-user .nav-link {
  border: 1px solid #e3e3e3;
  margin-bottom: .5rem;
  color: #666; }
  .menu-user .nav-link i {
    margin-right: .3rem; }
  .menu-user .nav-link:is(:hover,:focus,:active, .active) {
    color: var(--botones);
    border-color: var(--bar-footer); }
    .menu-user .nav-link:is(:hover,:focus,:active, .active) i {
      color: var(--bar-footer); }
