@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Geist", sans-serif;
  background-color: #F2EFE8;
  position: relative;
  color: #4A5568; }

.liquid-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
  opacity: 0.15;
  pointer-events: none; }
  .liquid-blob.left {
    width: 600px;
    height: 600px;
    top: -10%;
    left: -10%;
    background-color: var(--botones); }
  .liquid-blob.right {
    width: 500px;
    height: 500px;
    bottom: 10%;
    right: -5%;
    background-color: var(--bar-footer); }

/* Estilos Liquid Glass */
.glass, header .carousel-item figure, .productos .card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4); }

.glass-dark {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Geist", sans-serif;
  font-weight: 700; }

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.top-titulo {
  color: var(--botones);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  font-size: 14px; }

.titulo {
  font-family: "Geist", sans-serif;
  color: #1A3350;
  font-size: 40px;
  font-weight: 800; }

.subtitulo {
  font-family: "Geist", 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: #EAE6DE; }

.bg-oscuro {
  background-color: #0F1419; }

.icono {
  font-size: 20px;
  line-height: 20px; }

.icono-lg {
  font-size: 23px;
  line-height: 23px; }

.btn-color, .btn-light {
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 500; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff; }
  .btn-color:is(:hover) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff; }

.btn-light {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(26, 51, 80, 0.1);
  color: #0F1419; }
  .btn-light:is(:hover) {
    background-color: #fff !important; }

.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); } }
#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; }

.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-item {
    margin-top: 160px; } }
@media screen and (min-width: 576px) {
  header .carousel-item {
    margin-top: 120px; } }
header .carousel-item .carousel-caption {
  bottom: inherit;
  padding: 0;
  text-align: left;
  position: relative;
  left: 0;
  right: 0; }
  header .carousel-item .carousel-caption .pre-title-slide {
    background-color: rgba(26, 51, 80, 0.05);
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #1A3350;
    font-size: .75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px 8px 8px;
    border-radius: 24px;
    border: 1px solid rgba(26, 51, 80, 0.1); }
    header .carousel-item .carousel-caption .pre-title-slide i {
      color: var(--botones);
      font-size: 20px;
      line-height: .1; }
  header .carousel-item .carousel-caption .titulo-slide {
    font-weight: 800;
    color: #1A3350; }
    @media screen and (min-width: 0px) {
      header .carousel-item .carousel-caption .titulo-slide {
        font-size: 3rem;
        line-height: 3rem; } }
    @media screen and (min-width: 768px) {
      header .carousel-item .carousel-caption .titulo-slide {
        font-size: 4.5rem;
        line-height: 4.5rem; } }
  header .carousel-item .carousel-caption .texto-slide {
    color: #4A5568;
    font-size: 20px;
    font-weight: 400; }
header .carousel-item figure {
  border-radius: 24px;
  box-shadow: 0 28px 57px -14px rgba(0, 0, 0, 0.25); }
  header .carousel-item figure img {
    border-radius: 1rem;
    aspect-ratio: 1;
    object-fit: cover; }

header.banner-seccion {
  margin-top: 120px;
  height: 300px;
  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-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 {
  background-color: var(--topbar-footer); }

#navbar {
  border-bottom: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3); }
  #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: 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 {
    color: #212429; }
    #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: var(--botones); }

.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 .input-group {
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.302);
    justify-content: space-between;
    align-items: center; }
    footer .input-group .form-control {
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: .9rem; }
      footer .input-group .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6); }
      footer .input-group .form-control:focus {
        box-shadow: none;
        border: none; }
    footer .input-group button {
      border-radius: 13px !important;
      padding: 10px 14px; }
  footer ul a {
    color: rgba(255, 255, 255, 0.7); }
    footer ul a:hover {
      color: #fff; }
  footer .social-foot a {
    color: var(--botones); }
    footer .social-foot a:is(:hover,:focus) {
      color: var(--botones-hover); }
  footer .down-foot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }

.info-destacada .card {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  padding: 24px;
  border-radius: 1rem; }
  .info-destacada .card .dato-destacado {
    font-size: 36px;
    font-weight: 800;
    color: #1A3350; }
  .info-destacada .card .titulo-destacado {
    color: #4A5568;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .01em;
    text-transform: uppercase; }
  .info-destacada .card .texto-destacado {
    color: rgba(74, 85, 104, 0.7);
    font-size: 14px; }

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-block: 1px solid rgba(255, 255, 255, 0.4); }
  .marquee-container .marquee-content {
    display: flex;
    width: max-content;
    animation: marquee-animation 50s linear infinite; }
    .marquee-container .marquee-content .marquee-item {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      /* Evita que los bloques se encojan */
      gap: 1rem;
      /* Espacio entre los items del grupo */
      padding-right: 1rem; }
    .marquee-container .marquee-content i {
      font-size: 20px;
      line-height: .5; }
    .marquee-container .marquee-content p {
      text-transform: uppercase;
      color: #4A5568;
      letter-spacing: .05em;
      font-weight: 600;
      font-size: 14px; }

@keyframes marquee-animation {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.equipo-inicio .numero {
  font-size: 30px;
  font-weight: 800;
  color: rgba(26, 51, 80, 0.1);
  transition: all .3s ease-in; }
.equipo-inicio:hover .numero {
  color: var(--botones); }

.respalda-cards .card .titulo-card-respalda {
  font-weight: 800;
  font-size: 36px;
  color: #1A3350; }
.respalda-cards .card .small {
  color: rgba(74, 85, 104, 0.8); }

#prods.nav-pills .nav-item .nav-link {
  padding: 16px 16px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700; }
  #prods.nav-pills .nav-item .nav-link.active {
    color: #4A5568;
    background-color: #fff; }

.pasos-inicio .glass {
  position: relative; }
.pasos-inicio .titulo-paso {
  color: #1A3350;
  font-weight: 800; }
.pasos-inicio .num {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: -1;
  font-size: 40px;
  font-weight: 800;
  color: #1A3350;
  opacity: .1; }

#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 {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  overflow: hidden; }
  .productos .card .card-body {
    padding: 24px; }
    .productos .card .card-body .icono-prod {
      background-color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 1rem;
      border: 1px solid rgba(26, 51, 80, 0.05);
      padding: 1rem;
      transition: all .3s ease-in; }
      .productos .card .card-body .icono-prod img {
        width: 30px;
        transition: all .3s ease-in; }
    .productos .card .card-body .titulo-prod {
      font-weight: 800;
      color: #1A3350;
      font-size: 24px; }
    .productos .card .card-body .texto {
      color: rgba(74, 85, 104, 0.7); }
  .productos .card .card-footer .btn-link {
    color: #1A3350;
    text-decoration: none;
    font-weight: 600; }
    .productos .card .card-footer .btn-link span {
      border: 1px solid rgba(26, 51, 80, 0.05);
      color: #0F1419;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
  .productos .card:hover .card-body .icono-prod {
    background-color: #1A3350; }
    .productos .card:hover .card-body .icono-prod img {
      filter: grayscale(100%) brightness(500%); }

.precio-oferta {
  font-size: 14px;
  text-decoration: line-through; }

.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 img {
  aspect-ratio: 1.3;
  object-fit: cover; }

.proyectos .card img {
  aspect-ratio: 1.3;
  object-fit: cover; }

.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 {
  background-color: transparent; }
  #preguntas.accordion-flush .accordion-item {
    background-color: transparent; }
    #preguntas.accordion-flush .accordion-item .accordion-header .accordion-button {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid rgba(26, 51, 80, 0.1);
      box-shadow: none;
      background-color: transparent;
      font-weight: 700;
      color: #4A5568; }
      #preguntas.accordion-flush .accordion-item .accordion-header .accordion-button::after {
        background-image: none !important;
        /* Forzamos quitar el original */
        background-color: #D95F2B;
        /* Tu color naranja */
        width: 1.25rem;
        height: 1.25rem;
        /* Icono Plus-lg */
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D95F2B' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D95F2B' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        /* Evitamos que Bootstrap lo rote si no queremos el efecto chevron */
        transform: none !important; }
      #preguntas.accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        color: #1A3350 !important;
        background-color: transparent; }
