@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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: "Roboto Condensed", sans-serif;
  font-weight: 700; }

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .5px; }

.subtitulo {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .1em; }

.text-color {
  color: var(--botones) !important; }

.text-color2 {
  color: var(--botones-hover) !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-azul {
  background-color: var(--botones) !important; }

.bg-azul-transparent {
  background-color: rgba(6, 83, 150, 0.1) !important; }

.linea-color {
  height: 1px;
  width: 50px;
  background-color: var(--botones); }

.icono {
  font-size: 20px;
  line-height: 20px; }

.icono-lg {
  font-size: 23px;
  line-height: 23px; }

.btn {
  border-radius: 5px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff;
  padding: .7rem 1.4rem;
  min-height: 44px; }
  .btn-color:is(:hover) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff; }

.btn-outline-color {
  padding: .7rem 1.4rem;
  min-height: 44px;
  border-color: var(--botones);
  color: var(--botones); }
  .btn-outline-color:is(:hover,:focus,:active) {
    background-color: var(--botones);
    color: #fff; }

.btn-icono {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 15px;
  font-weight: 300;
  padding: 3px; }
  .btn-icono .cont-icono {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 25px;
    background-color: #F2F8EB;
    color: var(--botones);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .btn-icono.dropdown-toggle {
    flex-direction: row; }
    .btn-icono.dropdown-toggle::after {
      font-size: 14px;
      margin-left: 0; }

.btn-carro {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  color: var(--botones); }
  .btn-carro .icono {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--botones);
    color: #fff;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .15s ease; }
  .btn-carro .badge {
    position: absolute;
    top: -2px;
    right: -9px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 10px;
    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 {
  width: 40%; }
  .buscador .input-group {
    border-radius: 25px;
    padding: 3px;
    border: 1px solid #e3e3e3; }
    .buscador .input-group .form-control {
      border-radius: 25px;
      padding: .5rem 1rem;
      border: none; }
      .buscador .input-group .form-control::placeholder {
        font-size: 14px; }
    .buscador .input-group .btn-color {
      border-radius: 50% !important;
      aspect-ratio: 1;
      padding: 6px 12px !important;
      color: #fff;
      background-color: var(--botones); }
      .buscador .input-group .btn-color:is(:hover,:focus,:active) {
        background-color: var(--botones-hover);
        color: var(--botones); }
  .buscador .cont-results {
    position: absolute;
    bottom: -2px; }
    .buscador .cont-results #results, .buscador .cont-results #results2 {
      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;
      width: 100%; }
      .buscador .cont-results #results a, .buscador .cont-results #results2 a {
        text-decoration: none;
        font-size: 14px;
        color: #666; }
        .buscador .cont-results #results a:hover, .buscador .cont-results #results2 a:hover {
          color: var(--botones); }

#buscador.modal .modal-dialog {
  max-width: 100%;
  width: 100%; }
  #buscador.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    #buscador.modal .modal-dialog .modal-content .modal-body .input-group span.input-group-text {
      border-radius: 0;
      background-color: transparent;
      border: 0; }
    #buscador.modal .modal-dialog .modal-content .modal-body .input-group .form-control {
      border-radius: 0;
      border: 0;
      border-bottom: 1.5px solid #666;
      background-color: transparent; }
      #buscador.modal .modal-dialog .modal-content .modal-body .input-group .form-control:focus {
        box-shadow: none;
        border-color: #ff9800; }
    #buscador.modal .modal-dialog .modal-content .modal-body button.close {
      height: 40px !important;
      width: 40px;
      border-radius: 50%;
      opacity: 1;
      text-shadow: none;
      color: #000;
      padding: 0;
      transition: all .2s ease; }
      #buscador.modal .modal-dialog .modal-content .modal-body button.close:hover {
        background-color: #222;
        color: #fff;
        transition: all .2s ease; }
      #buscador.modal .modal-dialog .modal-content .modal-body button.close:focus {
        outline: none;
        box-shadow: none; }

.cont-results {
  position: absolute;
  bottom: 0; }

#results, #results2 {
  max-height: 300px;
  /*    max-width: 50%;*/
  text-align: left;
  list-style: none;
  padding: 5px 15px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  width: 100%; }
  #results a, #results2 a {
    text-decoration: none;
    font-size: 14px;
    color: #666; }
    #results a:hover, #results2 a:hover {
      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-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #959595;
  background-blend-mode: multiply; }
  header .carousel-item img {
    mix-blend-mode: multiply;
    min-height: 500px;
    object-fit: cover; }
  header .carousel-item .carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    header .carousel-item .carousel-caption .titulo-slide {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 800; }
      @media screen and (min-width: 0px) {
        header .carousel-item .carousel-caption .titulo-slide {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (min-width: 768px) {
        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-control-next, header .carousel-control-prev {
  width: 10%; }

header.banner-seccion {
  height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #b1b1b1;
  background-blend-mode: multiply; }
  header.banner-seccion .titulo-slide {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700; }

.demo-gallery ul li a img {
  aspect-ratio: 1.3;
  object-fit: cover;
  object-position: center; }

.topbar {
  font-size: 14px;
  font-weight: 300;
  background-color: var(--topbar-footer); }

.sticky {
  position: fixed;
  top: 0;
  /*  width: calc(100% - 60px);*/
  width: 100%;
  right: 0;
  z-index: 290; }
  .sticky + content {
    padding-top: 145px; }

#navbar .header-non-sticky {
  font-size: 14px; }
#navbar:is(.sticky) .header-non-sticky {
  display: 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; }
#navbar.navbar-shrink .navbar-brand img {
  width: 150px;
  -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 .menu-sup li {
  position: relative; }
  #navbar .menu-sup li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6c757d;
    right: -15px;
    top: 50%;
    transform: translateY(-50%); }
#navbar .top-rrss-cont {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center; }
  #navbar .top-rrss-cont .linea {
    height: 1px;
    width: 20px;
    background-color: #888; }
  #navbar .top-rrss-cont .rrss-top {
    display: inline-flex;
    gap: .8rem;
    align-items: center; }
  #navbar .top-rrss-cont .text-insta {
    color: #E1306C; }
  #navbar .top-rrss-cont .text-x-tiktok {
    color: #000; }
  #navbar .top-rrss-cont .text-linkedin {
    color: #0077B5; }
  #navbar .top-rrss-cont .text-youtube {
    color: #FF0000; }
  #navbar .top-rrss-cont .text-fb {
    color: #1877F2; }
#navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  padding: 8px 1rem; }
  #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
    color: var(--botones); }
#navbar .menu-inf .btn-categorias {
  background-color: transparent;
  padding: 3px 1rem 3px 3px;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
  font-size: 15px;
  font-weight: 400; }
  #navbar .menu-inf .btn-categorias span {
    background-color: var(--botones);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: .4rem;
    font-size: 16px;
    margin-left: 0; }
  #navbar .menu-inf .btn-categorias:hover {
    background-color: #fff !important; }

.offcanvas .accordion.categorias .accordion-item a.nav-link {
  padding: 16px 20px; }

footer {
  background-color: var(--bar-footer);
  z-index: 1; }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--url-bg-footer);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-clip: content-box;
    z-index: -1; }
  footer .social-foot a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 5px;
    color: #fff; }
    footer .social-foot a:is(:hover,:focus) {
      color: var(--botones-hover); }
  footer .down-foot {
    background-color: var(--bar-footer) !important; }

.owl-nav {
  width: 100%;
  margin-top: 15px; }
  .owl-nav button {
    color: var(--botones) !important; }
  .owl-nav .owl-next {
    float: right; }

.owl-dots {
  text-align: center;
  top: -24px;
  position: relative;
  width: fit-content;
  margin: auto; }
  .owl-dots button.owl-dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: rgba(6, 83, 150, 0.1) !important;
    margin: 5px 3px; }
    .owl-dots button.owl-dot.active {
      background-color: var(--botones); }

#categorias figure {
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: .7;
  position: relative; }
  #categorias figure img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  #categorias figure .texto-cat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), 50%, rgba(0, 0, 0, 0));
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    transition: all .3s ease-in-out; }
    #categorias figure .texto-cat i {
      font-size: 22px;
      transition: all .3s ease-in-out; }
  #categorias figure:hover .texto-cat {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), 50%, rgba(0, 0, 0, 0));
    color: var(--botones-hover); }
    #categorias figure:hover .texto-cat i {
      color: var(--botones-hover); }

#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 .owl-item figure img {
  width: 190px !important;
  opacity: .6;
  transition: all 0.3s ease; }
#clientes .owl-item figure:hover img {
  opacity: 1; }
#clientes button.owl-dot.active {
  background-color: var(--botones) !important; }

.accordion .accordion-item .accordion-header .link-categorias {
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--blanco);
  text-decoration: none;
  color: #212529; }

.productos .card {
  border-radius: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
  border-color: #e3e3e3; }
  .productos .card img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover; }
  .productos .card:is(:hover) {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15); }
  .productos .card h6 {
    font-size: 15px;
    max-height: 36px;
    overflow: hidden; }

.precio-oferta {
  font-size: 14px;
  text-decoration: line-through; }

.oferta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: red;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: .5rem;
  left: .5rem;
  font-weight: 500; }

.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); }

.nav-pills .nav-item {
  margin-right: 5px; }
  .nav-pills .nav-item .nav-link {
    background-color: #f6f6f6;
    color: var(--botones);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600; }
    .nav-pills .nav-item .nav-link:is(:hover,:focus, .active) {
      background-color: #f5f5f5;
      color: var(--botones-hover); }

.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: 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: 1;
  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; }

.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; }
