.fw-700 {
  font-weight: 700 !important;
}

.carruselProductos {
  position: relative;
  background: var(--blue-light);
  padding-bottom: clamp(48px, 7vw, 20px);
}

.discover {
  background-color: #b7d3f1;
  position: absolute;
  background-image: url("../lazar_html/assets/hero-network.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom-left-radius: 50% 56px;
  border-bottom-right-radius: 50% 56px;
  height: 560px;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 21px;
}

.pill-label {
  background-color: #0047AB;
}

.lazar-btn-primary {
  background: #0047AB;
}

.wrap2 {
  width: 77%;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.searchwrap {
  position: relative;
  z-index: 10;
  padding-top: clamp(28px, 4vw, 48px);
}

.search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 28px rgba(0, 47, 120, 0.14);
  padding: 7px 7px 7px 8px;
  gap: 0;
}

.search__field {
  flex: none;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.search__field + .search__field {
  border-left: 1.5px solid #c8d9ec;
}

.search__field--text {
  flex: 1 1 0;
  min-width: 140px;
}

.search__field input.search__text {
  border: none;
  outline: none;
  color: var(--blue);
  background: none;
  width: 100%;
  min-width: 0;
}
.search__field input.search__text::-moz-placeholder {
  color: var(--blue);
  opacity: 0.65;
  font-weight: 500;
}
.search__field input.search__text::placeholder {
  color: var(--blue);
  opacity: 0.65;
  font-weight: 500;
}

.search__go {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.18s, transform 0.14s;
  margin-left: 2px;
}
.search__go svg {
  width: 20px;
  height: 20px;
}
.search__go:hover {
  background: var(--navy);
  transform: scale(1.06);
}
.search__go:active {
  transform: scale(0.95);
}

.sdr {
  position: relative;
}
.sdr__label {
  font-size: 1.125rem;
}
.sdr__btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  padding: 0;
  font: 500 0.95rem/1 inherit;
  color: var(--blue);
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.sdr__btn:hover {
  opacity: 0.75;
}
.sdr__btn[aria-expanded=true] .sdr__chevron {
  transform: rotate(180deg);
}
.sdr__chevron {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--blue);
}
.sdr__list {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 190px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 47, 120, 0.17), 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 6px;
  margin: 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
}
.sdr__list.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.sdr__list--scroll {
  max-height: 300px;
  overflow-y: auto;
}
.sdr__list::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  filter: drop-shadow(0 -2px 2px rgba(0, 47, 120, 0.06));
}
.sdr__option {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--gray-700);
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sdr__option:first-child {
  color: var(--gray-400);
  font-size: 0.85rem;
}
.sdr__option:hover {
  background: #eaf1fc;
  color: var(--blue);
}
.sdr__option.is-active {
  background: #dbeafe;
  color: var(--blue);
  font-weight: 600;
}

.actbtn .ic img {
  filter: brightness(0) invert(1);
}

.atu::before {
  display: none;
}
.atu .lazar-btn {
  font-weight: 700;
}
.atu .pill-label {
  padding: 0.2em 1.4em;
}
.atu p {
  font-size: 1.45rem;
}

.atu__wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.atu__inner {
  max-width: none;
  margin-left: 0;
  text-align: right;
}

.atu__img {
  position: relative;
  justify-self: center;
  width: min(360px, 90%);
  aspect-ratio: 0.82/1;
}

.atu__circle {
  position: absolute;
  overflow: hidden;
}
.atu__circle img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.atu__circle img.atu__rect {
  position: absolute !important;
  bottom: 50px !important;
  right: 40px !important;
  height: 100px !important;
  width: 70px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  z-index: 0 !important;
}

.atu__circle--main {
  inset: 0;
  border-radius: 44% 56% 60% 40%/46% 46% 54% 54%;
  box-shadow: 0 12px 40px rgba(0, 71, 171, 0.3);
}

.atu__circle--accent {
  top: -8%;
  left: -10%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--navy);
  border: 5px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

@media (max-width: 860px) {
  .atu__wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .atu__img {
    order: -1;
    margin-inline: auto;
    width: min(280px, 78%);
  }
  .atu__inner {
    text-align: right;
    margin-inline: auto;
    max-width: 480px;
  }
}
@media (max-width: 680px) {
  .wrap2 {
    width: 100%;
  }
  .search {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 4px 6px;
  }
  .search__field {
    padding: 10px 16px;
  }
  .search__field + .search__field {
    border-left: none;
    border-top: 1.5px solid #c8d9ec;
    width: 100%;
  }
  .search__field--text {
    width: 100%;
  }
  .sdr__list {
    left: 0;
    transform: translateY(-8px);
  }
  .sdr__list.is-open {
    transform: translateY(0);
  }
  .sdr__list::before {
    left: 24px;
  }
}
.parte_dos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct .btn-light {
  border-radius: 30px;
  background-color: white;
  border-color: white;
  color: var(--blue);
  font-weight: 700;
  padding: 8px 55px;
}
.ct .form-control {
  background-color: transparent !important;
  border: none !important;
  border-radius: 1px;
  border-bottom: 2px solid rgb(219, 219, 219) !important;
  color: white;
}
.ct .form-control:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 4px solid white !important;
}
.ct .wpcf7-spinner {
  display: flex !important;
  margin: auto !important;
}

.producto-single {
  padding: 80px 0;
}
.producto-single .card {
  border: none;
  border-radius: 30px;
}

.producto-presentaciones {
  display: flex;
  gap: 1rem;
}
.producto-presentaciones button {
  font-weight: bold;
  font-size: 0.9rem;
  border: 1px solid #0047AB;
  border-radius: 0.4rem;
  padding: 0.22rem 1rem;
  background-color: white;
  color: #0047AB;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.producto-presentaciones button:hover {
  background-color: #0047AB;
  color: white;
}
.producto-presentaciones button:hover img {
  filter: invert(1) brightness(1);
}
.producto-presentaciones button.active {
  background-color: #0047AB;
  color: white;
}
.producto-presentaciones button.active img {
  filter: invert(1) brightness(1);
}
.producto-presentaciones button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 71, 171, 0.5);
}

.paths {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  width: 35%;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}/*# sourceMappingURL=estilos.css.map */