@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@font-face {
  font-family: 'Halimun';
  src: url("../fonts/Halimun.woff2") format("woff2"), url("../fonts/Halimun.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
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: 2.25rem;
  font-weight: 700; }

.titulo-small {
  color: var(--botones-hover);
  text-transform: uppercase;
  font-size: 1.3rem; }

.active>.page-link, .page-link.active {
  background-color: var(--botones);
  border-color: var(--botones); }

.page-link {
  color: var(--botones); }

.page-link:hover {
  color: var(--botones-hover); }

.subtitulo {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 700; }

.text-color {
  color: var(--botones-hover) !important; }
.text-color:hover {
  color: var(--botones) !important; }

.accordion-button::after {
  filter: invert(1); }
.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; }

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

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

.btn-color {
  background: linear-gradient(90deg, var(--botones) 0%, #ff84b2 100%);
  border: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.85rem 2rem;
  border-radius: 50px; }
  .btn-color:is(:hover,:focus) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.18) !important; }

.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-color: var(--botones);
  color: var(--botones); }
  .btn-outline-color:is(:hover,:focus,:active) {
    background-color: var(--botones);
    color: #fff; }

.btn-color2 {
  background-color: var(--botones-hover);
  color: #fff; }
  .btn-color2:is(:hover,:focus,:active) {
    background-color: var(--botones);
    color: #fff; }
.input-group-text {
  border-radius: 25px 0 0 25px !important; }
.cant-carro {
  background-color: var(--botones);
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;}
.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: 25px; }

.form-floating>label,
.form-select>label {
  font-size: .9rem; }
@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: 230px; } }
header .carousel-inner .carousel-item {
  min-height: 560px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center; }
  header .carousel-inner .carousel-item .opacidad {
    background-color: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  header .carousel-inner .carousel-item .titulo-slide {
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    text-transform: uppercase; }
  header .carousel-inner .carousel-item .texto {
    width: 75%;
    margin: auto;
    color: #fff;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 50%); }
    @media screen and (min-width: 0px) {
      header .carousel-inner .carousel-item .titulo-slide {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (min-width: 768px) {
      header .carousel-inner .carousel-item .titulo-slide {
        font-size: 50px;
        line-height: 56px;
        font-weight: 700; } }
    header .carousel-inner .carousel-item .titulo-slide .script {
      display: block;
      margin-bottom: .25rem;
      font-weight: 400 !important;
      text-transform: none; }
      @media screen and (min-width: 0px) {
        header .carousel-inner .carousel-item .titulo-slide .script {
          font-size: 28px;
          line-height: 36px; } }
      @media screen and (min-width: 768px) {
        header .carousel-inner .carousel-item .titulo-slide .script {
          font-size: 36px;
          line-height: 44px; } }
header [class^='carousel-control-'] {
  width: 7%;
  color: #666; }
  header [class^='carousel-control-']:is(:hover,:focus) {
    color: #222; }
header .carousel-indicators {
  margin-bottom: 1.5rem; }
header .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.25) !important;
  margin: 0 4px !important; }
header .carousel-indicators button.active {
  background-color: var(--botones) !important; }
header .carousel-indicators button:after {
  display: none !important; }

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: 230px; } }
  header.banner-seccion.dashboard {
    height: 120px; }
  header.banner-seccion .opacidad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 20%); }
  header.banner-seccion .titulo-slide {
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    z-index: 1;
    color: #fff;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    text-transform: uppercase; }
    @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: 180px; }
  header.header-detalle .breadcrumb li {
    font-size: 14px; }

.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;
  top: 100%;
  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: linear-gradient(90deg, var(--botones) 0%, var(--botones-hover) 100%);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300; }
.topbar p {
  padding: 5px;
  letter-spacing: .15rem;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  #navbar .navbar-brand {
    min-width: 33%; } }
@media screen and (min-width: 992px) {
  #navbar .navbar-brand {
    min-width: 30%; } }
#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 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  letter-spacing: .8px;
  font-weight: 500;
  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 .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 #e8e8e8;
  background-color: #fff; }
  footer h6.subtitulo {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333; }
  footer ul {
    color: #666;
    font-size: 14px; }
  footer ul li a {
    font-size: 14px;
    color: #666;
    text-decoration: none; }
  footer ul li a:hover {
    color: var(--botones); }
  footer .fa-ul li {
    font-size: 14px; }
  footer .social-foot {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .4rem;
    justify-content: center; }
    footer .social-foot .btn {
      height: 38px;
      width: 38px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--botones-hover) !important;
      text-decoration: none;
      font-size: 22px;
      padding: 0;
      transition: all .2s ease-in; }
    footer .social-foot .btn:hover {
      opacity: .85;
      transform: translateY(-2px); }
  footer .rrss-foot {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .4rem; }
  footer .link-footer {
    font-size: 14px;
    letter-spacing: .8px;
    font-weight: 500;
    text-align: center;
    padding: .6rem 1rem .5rem; }
    footer .rrss-foot a {
      height: 38px;
      width: 38px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--botones-hover), var(--botones));
      color: #fff;
      text-decoration: none;
      transition: all .2s ease-in; }
    footer .rrss-foot a:hover {
      opacity: .85; }
  footer .down-foot {
    border-top: 1px solid #e8e8e8;
    font-size: 13px; }

/* ===== SECCIÓN CATEGORÍAS ===== */
.seccion-categorias {
  background-color: #fff; }

.categoria-redonda {
  cursor: pointer; }
.categoria-redonda figure {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(
        180deg,
        var(--botones) 0%,
        white 50%,
        var(--botones-hover) 100%
    ) border-box;
  margin: 0 auto;
  background-color: #f5f5f5;
  transition: border-color .25s ease, box-shadow .25s ease; }
.categoria-redonda figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  mix-blend-mode: normal !important;
  transition: transform .35s ease;
  display: block; }
.categoria-redonda:hover figure {
  box-shadow: 0 6px 20px rgba(0,0,0,.12); }
.categoria-redonda:hover figure img {
  transform: scale(1.08); }
.cat-nombre {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  margin-bottom: .2rem; }
.categoria-redonda .link-ver-prod {
  font-size: 11px;
  color: #9b9b9b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block; }
.categoria-redonda .link-ver-prod:hover {
  text-decoration: underline; }

#categorias {
    position: relative;
}
#categorias .owl-nav {
  position: absolute;
  top: 50%;
  left: -15px;
  right: -15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#categorias .owl-nav button {
  position: absolute;
  pointer-events: all;
}
#categorias .owl-nav .owl-prev {
  left: 0;
}
#categorias .owl-nav .owl-next {
  right: 0;
}
#categorias .owl-nav {
  display: flex !important;
  justify-content: center;
  gap: .5rem;
  margin-top: -2.5rem; }
  #categorias .owl-nav button span {
    background-color: #fff;
    border: 1px solid var(--botones);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--botones);
    transition: all .2s ease-in-out; }
    #categorias .owl-nav button span:hover {
      background-color: var(--botones);
      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; }

/* ===== SECCIÓN PRODUCTOS ===== */
.seccion-productos {
  background-color: #FDF5F9; }

.productos .card {
  border-radius: 25px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .07);
  transition: box-shadow .25s ease, transform .25s ease; }
.productos .card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.13);
  transform: translateY(-4px); }
.productos .card .card-img-top {
  aspect-ratio: .85;
  width: 100%;
  object-fit: cover;
  transition: opacity .2s ease-in-out; }
.productos .card:hover .card-img-top {
  opacity: .88; }
.productos .card figure {
  margin: 0;
  position: relative; }
.productos .card figure .oferta {
  position: absolute;
  top: .6rem;
  left: .6rem;
  padding: 4px 12px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  background-color: var(--botones);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px; }
.label-categoria {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--botones-hover);
  font-weight: 600;
  display: block;
  margin-bottom: .2rem; }
.precio-oferta {
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  color: #aaa;
  margin-bottom: .1rem; }
.precio-venta {
  color: var(--botones-hover);
  font-weight: 700;
  font-size: 1rem; }

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

.color-swatch {
  width: 28px;
  /* Ajusta el tamaño según necesites */
  height: 28px;
  /* Ajusta el tamaño según necesites */
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Borde sutil opcional */ }

.btn-check:checked + .btn {
  border-color: #0d6efd;
  /* Color primario de Bootstrap */
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.servicios .card {
  border-radius: 30px;
  overflow: hidden; }
  .servicios .card img {
    aspect-ratio: 1.3;
    object-fit: cover; }
  .servicios .card .card-body .servicio-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700; }
  .servicios .card .card-footer {
    background-color: #fff;
    padding: 1rem;
    border: none; }

.profesionales .card {
  border: none;
  border-radius: 0; }
  .profesionales .card img {
    aspect-ratio: .9;
    object-fit: cover; }

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

/* Eyebrow decorativo sobre títulos de sección */
.section-eyebrow {
  font-style: italic;
  color: var(--botones-hover);
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: .25rem; }

/* Línea de color bajo títulos */
.linea-color {
  height: 3px;
  width: 50px;
  background-color: var(--botones); }

/* Botón píldora */
.btn-pill {
  border-radius: 50px !important;
  padding: .8rem 2.5rem !important; }

/* Sección productos con fondo suave */
.seccion-productos {
  background-color: #FDF5F9; }

/* Sección beneficios */
.seccion-beneficios .beneficio-item {
  background-color: #fdf4f9;
  border-radius: 25px;
  }
.icono-beneficio {
  border-radius: 50%;
  background-color: transparent;
  color: var(--botones-hover);
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

/* Footer iconos de contacto en teal */
footer .fa-ul .fa-li i,
footer .fa-ul li i {
  font-size: 18px;
  color: var(--botones-hover); }
