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

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

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em; }
  .titulo .script {
    font-family: "Halimun", "Montserrat", sans-serif;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 400 !important;
    letter-spacing: 0;
    text-transform: none !important; }

.subtitulo {
  font-family: "Montserrat", 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; }

.bg-claro {
  background-color: #F7F7F7; }

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

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

.linea-color {
  height: 1px;
  width: 40px;
  background-color: var(--botones-hover); }

.cuadro-lineas {
  height: 35%;
  width: 50%;
  border: 4px solid transparent;
  border-image: linear-gradient(45deg, #FFA008, #FFF2C6, #FFA008) 1;
  position: absolute; }
  .cuadro-lineas.sup {
    top: .8rem;
    left: -.8rem;
    border-bottom: 0;
    border-right: 0; }
  .cuadro-lineas.inf {
    bottom: .8rem;
    right: -.8rem;
    border-top: 0;
    border-left: 0; }

.btn-sm, .btn-color, .btn-color2, .btn-outline-color {
  border-radius: 0; }

.btn-sm {
  font-size: 12px !important;
  line-height: 12px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .7rem 1.4rem; }
  .btn-color:is(:hover,:focus) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff; }

.btn-color2 {
  background-color: var(--bar-footer);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .7rem 1.4rem; }
  .btn-color2:is(:hover,:focus,:active) {
    background-color: var(--topbar-footer);
    color: #fff; }

.btn-outline-gris {
  border-radius: 20px;
  padding: .5rem 1rem;
  border: 1px solid #D9D9D9;
  color: #777; }
  .btn-outline-gris:is(:hover, :focus) {
    background-color: #222 !important;
    color: #fff !important; }

.btn-outline-blanco {
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .7rem 1.4rem;
  border-color: #fff; }
  .btn-outline-blanco:is(:hover,:focus) {
    background-color: #fff !important;
    color: #222 !important; }

.btn-outline-color {
  border-bottom: 1px solid var(--botones);
  color: var(--botones);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .7rem 1rem; }
  .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; }

.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); } }
.accordion .accordion-item .accordion-header .link-categorias {
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  text-decoration: none;
  color: #212529; }

.form-control, .form-select {
  border-radius: 0; }

@media screen and (min-width: 0px) {
  header .carousel-inner {
    margin-top: 105px; } }
@media screen and (min-width: 576px) {
  header .carousel-inner {
    margin-top: 130px; } }
@media screen and (min-width: 992px) {
  header .carousel-inner {
    margin-top: 165px; } }
header .carousel-inner .carousel-item {
  /*	height: 78vh;*/
  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;
  position: relative; }
  header .carousel-inner .carousel-item .opacidad {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  header .carousel-inner .carousel-item .cuadro-lineas {
    height: 35%;
    width: 50%;
    border: 4px solid transparent;
    border-image: linear-gradient(45deg, #FFA008, #FFF2C6, #FFA008) 1;
    position: absolute; }
    header .carousel-inner .carousel-item .cuadro-lineas.sup {
      top: 2rem;
      left: -.8rem;
      border-bottom: 0;
      border-right: 0; }
    header .carousel-inner .carousel-item .cuadro-lineas.inf {
      bottom: .8rem;
      right: -.8rem;
      border-top: 0;
      border-left: 0; }
  header .carousel-inner .carousel-item img {
    width: 95%;
    aspect-ratio: .8;
    object-fit: cover; }
  header .carousel-inner .carousel-item .titulo-slide {
    font-weight: 800;
    text-transform: uppercase; }
    @media screen and (min-width: 0px) {
      header .carousel-inner .carousel-item .titulo-slide {
        font-size: 32px;
        line-height: 32px; } }
    @media screen and (min-width: 768px) {
      header .carousel-inner .carousel-item .titulo-slide {
        font-size: 55px;
        line-height: 55px; } }
    header .carousel-inner .carousel-item .titulo-slide .script {
      font-family: "Halimun", "Montserrat", sans-serif;
      margin-bottom: 0;
      font-weight: 400 !important;
      text-transform: none; }
      @media screen and (min-width: 0px) {
        header .carousel-inner .carousel-item .titulo-slide .script {
          font-size: 24px;
          line-height: 50px; } }
      @media screen and (min-width: 768px) {
        header .carousel-inner .carousel-item .titulo-slide .script {
          font-size: 38px;
          line-height: 68px; } }
header [class^='carousel-control-'] {
  width: 7%;
  color: #666; }
  header [class^='carousel-control-']:is(:hover,:focus) {
    color: #222; }
header .carousel-indicators button {
  height: 24px !important;
  width: 24px !important;
  border-radius: 50% !important;
  border: 1px solid #333 !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  header .carousel-indicators button:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background-color: #333;
    transform: rotate(45deg); }

header.banner-seccion {
  position: relative;
  height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 0px) {
    header.banner-seccion {
      margin-top: 105px; } }
  @media screen and (min-width: 576px) {
    header.banner-seccion {
      margin-top: 130px; } }
  @media screen and (min-width: 992px) {
    header.banner-seccion {
      margin-top: 165px; } }
  header.banner-seccion.dashboard {
    height: 120px; }
  header.banner-seccion .opacidad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5); }
  header.banner-seccion .titulo-slide {
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: .1em;
    text-align: center; }
    @media screen and (min-width: 0px) {
      header.banner-seccion .titulo-slide {
        font-size: 28px;
        line-height: 28px; } }
    @media screen and (min-width: 768px) {
      header.banner-seccion .titulo-slide {
        font-size: 38px;
        line-height: 38px; } }
    @media screen and (min-width: 992px) {
      header.banner-seccion .titulo-slide {
        font-size: 40px;
        line-height: 40px; } }
header .header-detalle {
  margin-top: 185px; }

.buscador #buscar, .buscador #buscar2 {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  padding: .4rem .7rem;
  font-size: 13px;
  color: #666;
  min-width: 200px; }
  .buscador #buscar::placeholder, .buscador #buscar2::placeholder {
    font-size: 13px;
    color: #666; }
  .buscador #buscar + button.btn-link, .buscador #buscar2 + button.btn-link {
    color: #777; }
.buscador .cont-resultados {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0; }
  .buscador .cont-resultados #results, .buscador .cont-resultados #results2 {
    width: 100%;
    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; }
    .buscador .cont-resultados #results a, .buscador .cont-resultados #results2 a {
      text-decoration: none;
      font-size: 14px;
      color: #666; }
      .buscador .cont-resultados #results a:is(:hover), .buscador .cont-resultados #results2 a:is(:hover) {
        color: #000; }

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

.suscribir {
  background-color: #FAFAFA; }
  .suscribir .form-control {
    border: 0;
    color: #666;
    padding: .4rem .7rem;
    border-bottom: 1px solid #666;
    background-color: transparent; }

.topbar {
  background-color: var(--topbar-footer);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase; }

@media screen and (min-width: 0px) {
  #navbar .header-menu > div {
    width: auto;
    min-width: 10%; } }
@media screen and (min-width: 992px) {
  #navbar .header-menu > div {
    width: 33%;
    min-width: 30%; } }
@media screen and (min-width: 1200px) {
  #navbar .header-menu > div {
    width: 33%;
    min-width: 33%; } }
@media screen and (min-width: 1200px) {
  #navbar .header-menu .navbar-brand {
    min-width: 33%; } }
@media screen and (min-width: 992px) {
  #navbar .header-menu .navbar-brand {
    min-width: 30%; } }
#navbar .header-menu .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 .header-menu .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-size: 13px;
  letter-spacing: .8px;
  font-weight: 400;
  text-align: center;
  padding: .6rem 1rem .5rem; }
  #navbar .navbar-nav .nav-item .nav-link::after {
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: transparent;
    margin: 4px auto 0 auto;
    transition: all .3s ease-in-out; }
  #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
    color: var(--botones); }
    #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active)::after {
      background-color: var(--botones); }
#navbar .btn-link {
  text-decoration: none;
  color: #777; }
  #navbar .btn-link:is(:hover,:focus) {
    color: #222 !important; }

.cont-indicadores {
  background-color: var(--bar-footer) !important; }
  .cont-indicadores .indicadores .row [class^='col-'] {
    border-left: 1px solid var(--botones); }

footer {
  border-top: 1px solid #D9D9D9;
  background-color: #fff; }
  footer ul {
    color: #666; }
  footer .rrss-foot {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .3rem; }
    footer .rrss-foot a {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: var(--topbar-footer);
      color: #fff;
      text-decoration: none;
      transition: all .2s ease-in; }
      footer .rrss-foot a:hover {
        background-color: var(--bar-footer); }
  footer .down-foot {
    border-top: 1px solid #D9D9D9;
    font-size: 14px; }

#categorias figure {
  position: relative;
  background-color: #bfbfbf;
  transition: all .3s ease-in-out; }
  #categorias figure:hover {
    background-color: #e4e4e4; }
  #categorias figure img {
    width: 100%;
    aspect-ratio: .85;
    object-fit: cover;
    mix-blend-mode: multiply; }
  #categorias figure .sobre-categoria {
    position: absolute;
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    border: 2px solid var(--blanco);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #categorias figure .sobre-categoria h4 {
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #categorias figure .sobre-categoria a {
      transition: all .3s ease;
      margin-top: 2.5rem;
      opacity: 0; }
  #categorias figure:hover .sobre-categoria a {
    margin-top: 1rem;
    opacity: 1; }
#categorias .owl-nav {
  display: block !important;
  text-align: right;
  margin-top: 0.5rem; }
  #categorias .owl-nav button span {
    background-color: #fff;
    border: 1px solid #000;
    height: 45px;
    width: 45px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all .2s ease-in-out; }
    #categorias .owl-nav button span:hover {
      background-color: #000;
      color: #fff; }

#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: 175px !important;
  opacity: .6;
  transition: all .3s ease; }
#clientes .owl-item figure:is(:hover) img {
  opacity: 1; }
#clientes .owl-dots {
  text-align: center; }
  #clientes .owl-dots button.owl-dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #d7d7d7 !important;
    margin: 5px 3px; }
    #clientes .owl-dots button.owl-dot.active {
      background-color: var(--botones) !important; }

.productos .card figure img {
  aspect-ratio: .8;
  width: 100%;
  object-fit: cover;
  transition: all .2s ease-in-out; }
.productos .card figure .oferta {
  position: absolute;
  top: .5rem;
  right: .5rem;
  padding: 8px 10px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }
.productos .card:hover figure img {
  opacity: .7; }
.productos .card .card-body .precio-oferta {
  font-size: 13px;
  line-height: 13px;
  text-decoration: line-through;
  letter-spacing: 1px; }

.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 {
  border-radius: 0;
  overflow: hidden; }
  .servicios .card img {
    width: 100%;
    aspect-ratio: .9;
    object-fit: cover; }
  .servicios .card .card-body .servicio-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .1em; }
  .servicios .card .card-footer {
    background-color: #fff;
    padding: 1rem;
    border: none; }

.filtro-prop .form-select {
  background-color: transparent;
  border-radius: 0;
  border-color: #666;
  color: #666;
  font-size: 13px;
  padding: .8rem .8rem;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .filtro-prop .form-select option {
    color: #666;
    font-size: 14px;
    text-transform: capitalize !important; }
.filtro-prop form .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border-radius: 0;
  border-color: #666;
  color: #666;
  font-size: 13px;
  padding: .8rem .8rem;
  text-transform: uppercase;
  letter-spacing: 1px; }
.filtro-prop form .bootstrap-select .dropdown-menu li a {
  color: #666;
  font-size: 14px;
  text-transform: capitalize !important; }

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

.list-noti img {
  aspect-ratio: 1.3;
  object-fit: cover; }

.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: #f6f6f6;
  color: #777;
  margin-bottom: .5rem;
  font-size: 15px; }
  .menu-user .nav-link i {
    margin-right: .5rem; }
  .menu-user .nav-link:hover {
    color: #000; }
  .menu-user .nav-link.active {
    color: #000;
    font-weight: 500; }
