@import url("https://fonts.googleapis.com/css2?family=Jost: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: "Jost", sans-serif; }

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

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

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

.subtitulo {
  font-family: "Jost", sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px; }

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

.bg-color2 {
  background-color: var(--bar-footer) !important; }

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

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

.mapa iframe {
  width: 100%; }

.btn-color, .btn-color2, .btn-outline-light {
  padding: 12px 16px;
  border-radius: 10px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #0F2777; }
  .btn-color:is(:hover) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important; }

.btn-color2 {
  background-color: var(--bar-footer);
  color: #fff; }
  .btn-color2:is(:hover,:focus) {
    background-color: var(--botones-hover);
    color: #fff; }

.btn .badge {
  position: absolute;
  top: -5px;
  right: -9px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  font-weight: 500;
  font-size: 10px;
  background-color: #fff;
  padding: 0;
  color: var(--bar-footer); }

.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); } }
#buscardor.modal .modal-dialog {
  max-width: 100%;
  width: 100%; }
  #buscardor.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .input-group span.input-group-text {
      border-radius: 0;
      background-color: transparent;
      border: 0; }
    #buscardor.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; }
      #buscardor.modal .modal-dialog .modal-content .modal-body .input-group .form-control:focus {
        box-shadow: none;
        border-color: #ff9800; }
    #buscardor.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; }
      #buscardor.modal .modal-dialog .modal-content .modal-body button.close:hover {
        background-color: #222;
        color: #fff;
        transition: all .2s ease; }
      #buscardor.modal .modal-dialog .modal-content .modal-body button.close:focus {
        outline: none;
        box-shadow: none; }

.cont-results {
  position: absolute;
  bottom: 0; }

#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; }
  #results a {
    text-decoration: none;
    font-size: 14px;
    color: #666; }
    #results 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; }

@media screen and (min-width: 0px) {
  header .carousel-inner {
    margin-top: 160px; } }
@media screen and (min-width: 576px) {
  header .carousel-inner {
    margin-top: 120px; } }
header .carousel-inner .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;
  background-color: #6B6B6B;
  background-blend-mode: multiply; }
  header .carousel-inner .carousel-item .carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
      font-weight: 700; }
      @media screen and (min-width: 0px) {
        header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
          font-size: 28px;
          line-height: 28px; } }
      @media screen and (min-width: 768px) {
        header .carousel-inner .carousel-item .carousel-caption .titulo-slide {
          font-size: 48px;
          line-height: 48px; } }
    header .carousel-inner .carousel-item .carousel-caption .texto-slide {
      color: #fff;
      font-size: 16px;
      font-weight: 300; }
header .carousel-indicators button {
  height: 18px !important;
  width: 18px !important;
  border: none !important;
  border-radius: 50% !important; }

@media screen and (min-width: 0px) {
  header.banner {
    margin-top: 160px; } }
@media screen and (min-width: 576px) {
  header.banner {
    margin-top: 150px; } }
header.banner-seccion {
  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: #6B6B6B;
  background-blend-mode: multiply; }
  @media screen and (min-width: 0px) {
    header.banner-seccion {
      margin-top: 160px; } }
  @media screen and (min-width: 576px) {
    header.banner-seccion {
      margin-top: 120px; } }
  header.banner-seccion .titulo-slide {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0; }

.demo-gallery ul li {
  border: none; }
  .demo-gallery ul li a {
    border-radius: 8px;
    overflow: hidden; }
    .demo-gallery ul li a img {
      aspect-ratio: 1.3;
      object-fit: cover;
      object-position: center; }

.form-control {
  background-color: transparent !important;
  border-color: #666; }

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: var(--bar-footer); }
  .breadcrumb .breadcrumb-item a:hover {
    color: var(--botones); }

.topbar {
  background-color: var(--topbar-footer); }
  .topbar p {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #666;
    text-align: center; }

#navbar {
  background-color: var(--bar-footer); }
  @media screen and (min-width: 0px) {
    #navbar .navbar-brand {
      width: 100%;
      text-align: center;
      margin-bottom: .5rem; } }
  @media screen and (min-width: 576px) {
    #navbar .navbar-brand {
      width: fit-content;
      text-align: left;
      margin-bottom: 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; }
    @media screen and (min-width: 0px) {
      #navbar .navbar-brand img {
        width: 160px; } }
    @media screen and (min-width: 768px) {
      #navbar .navbar-brand img {
        width: 250px; } }
  #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: 120px; } }
    @media screen and (min-width: 768px) {
      #navbar.navbar-shrink .navbar-brand img {
        width: 200px; } }
  #navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid transparent; }
    #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: #fff;
      border-bottom-color: var(--botones); }
  #navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #0f2679;
    border: none; }
    #navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
      font-weight: 300; }
      #navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: var(--botones); }
  #navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 1px; }

.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 .social-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .3rem; }
    footer .social-foot .btn {
      padding: .5rem;
      color: var(--bar-footer); }

.fondo-bottom {
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#categorias figure {
  overflow: hidden;
  aspect-ratio: .8;
  position: relative; }
  #categorias figure img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  #categorias figure .cont-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), 50%, rgba(0, 0, 0, 0));
    padding: 1.5rem;
    transition: all .3s ease-in; }
  #categorias figure:hover .cont-text {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), 50%, rgba(0, 0, 0, 0)); }

#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 {
  overflow: hidden; }
  .productos .card img {
    aspect-ratio: 1;
    object-fit: cover; }
  .productos .card .card-body .titulo-producto {
    font-weight: 700;
    font-size: 18px; }

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

.menu-user a {
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: .5rem;
  color: #666; }
  .menu-user a i {
    color: var(--botones); }
