.fw-200 {
  font-weight: 200;
}
.brush {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.brush::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 22px;
  background: url("brush.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.navbar-brand span {
  font-weight: 700;
  margin-left: 0.35rem;
}
.hero-hioposgo {
  padding-top: 4rem;
}
.hero-hioposgo-title {
  font-size: clamp(4rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 3px;
}
.hero-hioposgo-subtitle {
  font-size: 2.6rem;
  font-weight: 200;
  letter-spacing: -3px;
}
.hero-hioposgo-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 34px !important;
}
.hero-hioposgo-btn-primary {
  min-width: 130px;
  font-weight: 500;
  background-color: #c5343d;
  border-color: #c5343d;
  border-radius: 9999px !important;
  font-size: 16px;
    padding: 8px 16px;
}
.hero-hioposgo-btn-outline {
  min-width: 230px;
  font-weight: 500;
  border-color: #c5343d;
  color: #c5343d;
  border-radius: 9999px !important;
  font-size: 16px;
}
.hero-hioposgo-btn-primary:hover,
.hero-hioposgo-btn-outline:hover {
  background-color: #c5343d;
  border-color: #c5343d;
}
.btn-contacto {
  padding: 6px 16px;
  font-size: 17px !important;
}

.hero-hioposgo-img-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-hioposgo {
    min-height: calc(120vh - 72px);
    display: flex;
    align-items: center;
  }
}
.nav-link {
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 400 !important;
}
body {
  color: #1a1a1a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
}
.navbar {
  border: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.55rem;
    padding-left: 0.55rem;
  }
}

.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 0.5rem;
}
.marker {
  position: relative;
}

.marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  background: #f7b731;
  z-index: -1;
  border-radius: 6px;
}
.shadowgo {
  box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 7%) !important;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-4px);
  }
}

.video-main {
  width: 100%;
  max-width: 100%;
  border-radius: 0.8rem;
  display: block;
}

.lw-1 {
  line-height: 25px !important;
}
.container {
  max-width: 1420px !important;
}

.rounded-8 {
  border-radius: 1.2rem;
}


.spec-box {
  background-color: #e9f4ff; /* similar al de la captura */
}

.spec-box .row {
  border-top: 1px solid #d0deea;
}

.spec-box .row:first-child {
  border-top: none;
}

.enlace-go {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.enlace-go .flecha {
  display: inline-block;
  transition: transform 0.2s ease;
}

.enlace-go:hover .flecha {
  transform: translateX(4px);
}

/* CONTENEDOR DE LA IMAGEN */
.hotspot-terminal-container-uni {
  position: relative;
  display: inline-block;
}

/* CAJA GENERAL DEL HOTSPOT */
.hotspot-terminal-pill-uni {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-weight: 400;
}

/* BOTÓN QUE SE VE SIEMPRE (TÍTULO + +) */
.hotspot-terminal-toggle-uni {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: none;
  background: #f1f3f5; /* color cuando está cerrado */
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

/* CÍRCULO CON EL +  */
.hotspot-terminal-plus-uni {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #c5343d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #c5343d;
  font-weight: bold;
  background: #ffffff;
}

/* TEXTO QUE SE DESPLIEGA */
.hotspot-terminal-content-uni {
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  max-width: 260px;
  display: none;
}

/* ESTADO ABIERTO */
.hotspot-terminal-pill-uni.hotspot-open-uni .hotspot-terminal-content-uni {
  display: block;
}

/* Cambiar color cuando esté abierto */
.hotspot-terminal-pill-uni.hotspot-open-uni .hotspot-terminal-toggle-uni {
  background: #ffffff;
}

/* POSICIONES (AJÚSTALAS A TU IMAGEN) */
.hotspot-terminal-pos1-uni {
  top: 14%;
  left: 58%;
  flex-direction: row-reverse;
}
.hotspot-terminal-pos2-uni {
  bottom: 30%;
  left: 20%;
}
.hotspot-terminal-pos3-uni {
  top: 23%;
  left: 28%;
}

/* --- POPUP STYLE --- */
.promo-popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;

  background: #1f1f1f;
  color: #fff;
  padding: 5px 11px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transform-origin: center;
  animation: popup-in 0.4s ease forwards;
}

@keyframes popup-in {
  from {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }
}

.promo-avatars {
  display: flex;
  align-items: center;
}

.promo-avatars img {
  border-radius: 50%;
  border: 2px solid #1f1f1f;
}

.promo-avatars img + img {
  margin-left: -10px; /* solaparlos un poco */
}

.promo-text {
  margin: 0;
  white-space: nowrap;
}


.promo-close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px 0 0;
}
.promo-popup.promo-popup--hidden {
  display: none;
}

/* Ajustes suaves para que encaje con tu landing */
.card.rounded-4,
.accordion-item.rounded-4,
.accordion-button.rounded-4 {
  border-radius: 1.25rem; /* parecido a tus bloques de imagen */
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
}

.testimonios-slider {
  overflow: hidden;
  position: relative;
}

.testimonios-track {
  display: flex;
  width: max-content;
}

.testimonios-group {
  display: flex;
  gap: 30px;
}

.testimonio-item {
  flex: 0 0 450px;
}

@keyframes testimonios-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.testimonios-slider:hover .testimonios-track {
  animation-play-state: paused;
}

.testimonios-slider,
.testimonios-slider .card,
.testimonios-slider .card-body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.faq-list:first-of-type {
  border-top: 1px solid #eaeaea;
}

.faq-item {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
  color: #c5343d;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: all 0.35s ease;
  opacity: 0;
}

/* Estado abierto */
.faq-item.active .faq-answer {
  max-height: 300px;
  margin-top: 12px;
  opacity: 1;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Botón demo */
.btn-demo {
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Caja popup */
.popup-box {
  background: #fff;
  width: min(1180px, 92vw);
  min-height: 90vh;
  max-height: 90vh;

  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Cerrar */
.popup-close {
  border: none;
  background: transparent;
  font-size: 1.4rem;
  align-self: flex-end;
  cursor: pointer;
}

/* Tabs arriba */
.popup-tabs {
  display: flex;
  gap: 0.5rem;

  margin-bottom: 2rem;
  width: max-content;
  background-color: #f6f7f9;
  padding: 0.45rem;
  border-radius: 9999px;
}

.tab-btn {
  border-radius: 999px;
  border: none;
  color: #626263;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 0.5rem 1.75rem;

  font-size: 16px;
  font-weight: 300;
  list-style: none;
}

.tab-btn.active {
  color: #1a1a1a;
  font-weight: 500;
  background-color: white;
  padding: 0.5rem 1.75rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Cuerpo 2 columnas */
.popup-body {
}

/* Menú lateral */
.popup-menu {
  border-right: 1px solid #f8f8f8;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
}

.menu-item {
  text-align: left;
  border: none;
  background: transparent;
  padding: 0.25rem 0;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  color: #626263;
}

.menu-item.active {
  font-weight: 500;
  color: #1a1a1a;
}

/* Contenido derecha */
.popup-content {
  max-width: 100%;
  overflow-y: auto;
  width: 100%;
  padding-right: 0.5rem;
}

.popup-content h2 {
  font-size: 24px;
  margin-bottom: 0.4rem;
}

.popup-content p {
  font-size: 21px;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 0.75rem;
}

/* Responsivo */
@media (max-width: 768px) {
  .popup-body {
    grid-template-columns: 1fr;
  }
  .popup-menu {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .menu-item {
    white-space: nowrap;
    margin-right: 1rem;
  }
}

.func-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  color: #1a1a1a !important;
}

.func-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
  font-size: 16px;
}

.func-check {
  font-weight: 700;
  color: green;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.popup-header h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.popup-close {
  background: transparent;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
}
.popup-section {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border-top: 1px solid #eee;
  width: 90%;
}
/* El primer bloque sin borde superior (y si quieres, menos padding) */
.popup-section:first-of-type {
  border-top: none;
  padding-top: 0rem;
}
.popup-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.popup-section-desc {
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.go-steps-form {
  max-width: 1100px;
  margin: 0 auto;
}

/* Pasos */
.go-steps-step {
  display: none;
}

.go-steps-step--active {
  display: block;
}

/* Layout */
.go-steps-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.go-steps-col {
  flex: 1;
}

.go-steps-col--full {
  flex: 1 0 100%;
}

/* Campos */
.go-steps-input,
.go-steps-select,
.go-steps-textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.go-steps-input:focus,
.go-steps-select:focus,
.go-steps-textarea:focus {
  border-color: #d24545;
  box-shadow: 0 0 0 2px rgba(210, 69, 69, 0.12);
}

.go-steps-textarea {
  min-height: 160px;
  resize: vertical;
}

/* Botones */
.go-steps-buttons {
  margin-top: 1rem;
}

.go-steps-btn {
  display: inline-block;
  padding: 0.8rem 2.3rem;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.go-steps-btn--next,
.go-steps-btn--submit {
  background-color: #c83535;
  color: #fff;
}

.go-steps-btn--prev {
  background-color: #b0b0b0;
  color: #fff;
  margin-right: 0.8rem;
}

.go-steps-btn:hover {
  transform: translateY(-1px);
}

.go-steps-btn--next:hover,
.go-steps-btn--submit:hover {
  background-color: #b52f2f;
}

.go-steps-btn--prev:hover {
  background-color: #9a9a9a;
}

/* Checkboxes */
.go-steps-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.6rem 0;
  font-size: 14px;
}

.go-steps-check input[type="checkbox"] {
  margin-top: 3px;
}

.go-steps-check a {
  color: #c83535;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .go-steps-row {
    flex-direction: column;
  }
}

.testimonio-title {
  color: #1a1a1a;
}

.btn-newsletter {
  height: 53px;
}

.underline-3:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 50%;
  bottom: 10px;
  width: 96%;
  height: 0.3em;
  transform: translateX(-50%);
}

.underline-3.style-3.red:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23c5343d' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #c5343d;
  border-color: #c5343d;
}

.text-red-2 {
  color: #c5343d;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgb(26 26 26) !important;
}

.form-control {
  border: 1px solid #ffffff;
}
.popup-panel {
  display: none;
}

.popup-panel.active {
  display: block;
}

.tab-btn.active {
  font-weight: 600;
}
.case-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;

  display: grid;
  gap: 28px;
}

.case-block {
  position: relative;
  min-height: 580px;
  border-radius: 3rem;
  overflow: hidden;

  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

/* card blanca */
.case-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 90%;

  max-width: 680px;

  padding: 36px;
  height: fit-content;
}

.case-quote {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}

.case-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #0b63ff;
  text-decoration: none;
}

.case-link:hover {
  text-decoration: underline;
}

.case-footer {
  margin-top: 32px;
  font-size: 14px;
}
.case-company {
  margin-top: 6px;
  opacity: 0.6;
}

/* responsive */
@media (max-width: 900px) {
  .case-block {
    min-height: 560px;
  }
  .case-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    top: auto;
    width: auto;
  }
  .case-quote {
    font-size: 18px;
  }
}

.shadow-sm {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06) !important;
}
.case-swiper {
  height: 62vh; /* o la altura que quieras */
}

/* Cabecera */
.hiopos-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.hiopos-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #0a2540;
}

.hiopos-sub {
  margin: 0;
  max-width: 760px;
  color: #425466;
  font-size: 16px;
  line-height: 1.6;
}

/* Flechas arriba derecha */
.hiopos-nav {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.hiopos-nav button {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(10, 37, 64, 0.15);
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

/* ✅ Swiper “hiopos style” */
.hioposSwiper {
  /* importantísimo: que se vea lo que se sale a la derecha */
  overflow: visible;
  padding-bottom: 10px;
}

/* 👇 Esto alinea el inicio del slider con el inicio del container */
.hioposSwiper {
  --container-pad: 16px; /* fallback */
  padding-left: var(--container-pad);
}

/* Si usas Bootstrap container, normalmente el padding es 12/16.
   Ajusta este valor si tu container tiene otro gutter. */
@media (min-width: 576px) {
  .hioposSwiper {
    --container-pad: 16px;
  }
}
@media (min-width: 992px) {
  .hioposSwiper {
    --container-pad: 24px;
  }
}
@media (min-width: 1200px) {
  .hioposSwiper {
    --container-pad: 32px;
  }
}

/* Slides: auto + ancho fijo para que se vean 2 y pico */
.hioposSwiper .swiper-slide {
  width: 520px; /* 👈 ancho card (ajusta a tu gusto) */
  height: auto;
}

/* Card */
.hiopos-card {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.hiopos-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
  color: #0a2540;
}

.hiopos-card p {
  margin: 0;
  color: #425466;
  line-height: 1.7;
  font-size: 16px;
}

.hiopos-link {
  display: inline-block;
  margin-top: 14px;
  color: #635bff;
  font-weight: 600;
  text-decoration: none;
}

.hiopos-logos {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(10, 37, 64, 0.12);
  display: flex;
  gap: 22px;
  color: #0a2540;
  opacity: 0.65;
  font-weight: 600;
  font-size: 14px;
  flex-wrap: wrap;
}

.hardware-swiper {
  width: 100%;
  height: 100%;
}

.hardware-swiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.icons-red {
  color: #c5343d;
}

.testimonios-slider {
  overflow: hidden;
}

.svg-white {
  filter: brightness(0) invert(1);
  width: 48px;
}
.svg-white2 {
  filter: brightness(0) invert(1);
  width: 22px;
}

.case-swiper .swiper-pagination {
  right: 20px;
}

.case-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.case-swiper .swiper-pagination-bullet-active {
  background: #000;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgb(193 46 61) !important;
}

.icons-negocios {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
}
.line-height-custom {
  line-height: 84px !important;
}

@media (max-width: 720px) {
  .hero-hioposgo-title {
    font-size: clamp(3.5rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
  }
  .hero-hioposgo-subtitle {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: -3px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  .line-height-custom {
    line-height: 25px !important;
  }
}



.promo-btn {
    border: none;
    outline: none;
    padding: 10px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #111;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17px !important;
}

.promo-btn:hover{
  color: #111;
}

.hero-hioposgo-btn-primary {
    padding: 10px 16px;
}

.cursor-pointer{
  cursor: pointer;
}

@media (max-width: 720px){
 .price-mobile{
  font-size: 77px !important;
 }
}

.feature-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}


.feature-icon i{
margin-right: 0.5rem;
}

.feature-title{
  font-weight:500;
  font-size:18px;
  margin:0 0 4px 0;
  color: #1a1a1a;
}

.feature-desc{
  font-size:17px;
  color:#1a1a1a;
  line-height:1.4;
  margin:0;
  font-weight: 300;
}


.bg-dark2{
  background-color: rgb(17 17 17) !important;
}

.form-floating #message_label {
    color: #959ca9 !important;
}


  .detailsGroup details {
    position: relative;
    padding: 18px 18px 18px 0px; /* espacio para la barra */
  }

  /* Holder gris */
  .detailsGroup .detail-bar {
    position: absolute;
    left: 6px;
    top: 12px;
    bottom: 12px;
    width: 4px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden; /* 👈 clave: el rojo no se sale */
  }

  /* Fill rojo */
  .detailsGroup .detail-progress {
    position: absolute;
    right: 0;
    top: 0;
    width: 3px !important;
    height: 0%;
    background: #c5343d;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 180ms ease;
    will-change: height;
  }

  /* Si NO está abierto, el rojo NO debe verse */
  .detailsGroup details:not([open]) .detail-progress {
    opacity: 0;
    height: 0% !important; /* 👈 asegura que no “asome” nada */
  }

/* ESTADO CERRADO */
.detailsGroup details:not([open]) {
  color: #aab0bc; /* gris suave */
}

.detailsGroup details:not([open]) summary {
  color: #aab0bc ;
  font-weight: 300;
}

.detailsGroup details:not([open]) summary i {
  color: #aab0bc;
}

/* ESTADO ABIERTO */
.detailsGroup details[open] {
  color: #111827; /* texto activo */
}

.detailsGroup details[open] summary {
  color: #111827;
  font-weight: 600;
}

.detailsGroup details[open] summary i {
  color: #c5343d; /* icono activo */
}




/* Quitar marker en Chrome / Edge / Safari */
details > summary {
  list-style: none;
}

/* Quitar marker en Firefox */
details > summary::-webkit-details-marker,
details > summary::marker {
  display: none;
}


.texto-color{
  color: #425466;
}

.hover-contacto:hover{
  background-color: #fbfbfbb3 !important;
}

.contact-link{
  position: absolute;
  bottom: 10px;
  right: 35px;
  color: #c5343d;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .3px;
  opacity: .65;
  text-decoration: none;
  transition: all .25s ease;
}

.hover-contacto:hover .contact-link{
  opacity:1;
  transform:translateX(4px);
}

body { zoom: 1; }

@media (min-width: 1920px) {
  body { zoom: 0.84; }
}

@media(min-width: 1920px){
    #content-page{
        zoom: 110%;
    }
}



.hiopos-card{
  min-height: 270px;
}
.tab-btn{
  font-size: 19px;
}



@media (min-width: 768px) {
    .modal-dialog {
        max-width: 813px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 34, 40, 0.9);
}


@media(max-width: 720px){
.video-wrap {
    position: relative;
    width: 100%;
    height: 586px;
    overflow: hidden;
    background: #000;
    border-radius: 2.4rem;
}
}



.tabs-select {
  display: none;
}

@media (max-width: 768px) {
  .popup-tabs{
    width: 100%;
  }
  .tabs-buttons {
    display: none;
  }

  .tabs-select {
    padding: 0.25rem;
    width: 100%;
    display: block;
  }

.tabs-select select {
  width: 100%;
  padding: 10px 44px 10px 15px; /* + espacio a la derecha para el icono */
  border-radius: 99rem;
  border: none;
  font-size: 18px;
  text-align: center;

  /* quitar flecha nativa */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* tu flecha */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;

  /* por si tu select tiene color */
  background-color: #fff;
}

/* IE/Edge antiguos (si te importan) */
.tabs-select select::-ms-expand {
  display: none;
}

  #sectorSelect{
    width: 100%;
  }
  .hiopos-card {
      min-height: auto;
  }
}


@media (max-width: 991.98px) {

  .navbar .navbar-collapse {
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 14px;
  }

  .navbar .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    margin: 5px 0;
    font-weight: 500;
  }
    .navbar .navbar-collapse .nav-link {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        color: #1a1a1a;
    }
    .navbar .navbar-collapse .nav-link.active, .navbar .navbar-collapse .nav-link:focus, .navbar .navbar-collapse .nav-link:hover, .navbar .navbar-collapse .show > .nav-link {
        color: #1a1a1a !important;
    }
    .navbar .navbar-collapse .dropdown-menu .dropdown-item {
        color: #1a1a1a;
        padding-left: 1rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

  .navbar .btn {
    width: 100%;
    margin: 6px 0 !important;
  }

  .navbar .dropdown-menu {
    width: 100%;
  }

}

@media (min-width: 1920px){
.navbar-expand-xxxl{
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

}

@media (max-width: 514px){
  .tabs-select select {
    font-size: 16px !important;
  }
  .fs-20{
    font-size: 17px !important;
  }
  .feature-title {
    font-size: 16px !important;
  }
  .feature-desc {
    font-size: 16px !important;
  }

  .hero-hioposgo-title {  
    font-size: 51px;
  }

  .fs-18{
    font-size: 16px !important;
  }
  .fs-17{
    font-size: 15px !important;
  }
  /* El wrapper que contiene tu swiper: debe tener altura */
  .case-swiper {
    width: 100%;
    height: 75svh;        /* mejor que 100vh en móvil */
    max-height: 100svh;
    overflow: hidden;      /* clave: que no se salga */
  }

  /* Swiper necesita altura para calcular bien */
  .case-swiper .swiper-wrapper {
    height: 100%;
  }

  /* Cada slide ocupa el alto del contenedor */
  .case-swiper .swiper-slide {
    height: 100% !important;
    min-height: 0;         /* importante si hay flex por arriba */
    overflow: hidden;
  }

  /* Tu bloque visual de fondo */
  .case-block {
    height: 100%;
    width: 100%;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
  }
  .promo-btn{
        font-size: 15px !important;

  }
}

@media (max-width: 380px){
  .case-swiper {
    width: 100%;
    height: 100svh;        /* mejor que 100vh en móvil */
    max-height: 100svh;
    overflow: hidden;      /* clave: que no se salga */
  }
  .card-body {
      padding: 1rem 1rem;
  }
  .contact-link {
    bottom: -3px;
  }
  .swiper-pagination{
    bottom: var(--swiper-pagination-bottom, -3px) !important;
  }
}
