body{
    overflow-x: hidden;
}

main {
    max-width: 1600px;
    margin: auto;
}

:root {
  --verde-insitucional: #2FAD39;
  --verde-oscuro: #031F06;
  --grey-textos: #141321;
}

/* GALERÍA */

/* ── Galería mobile first ── */
.galeria {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  width: 100%;
}

.galeria__principal {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
}

.galeria__principal img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}

.galeria__thumbnails {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.galeria__thumbnails::-webkit-scrollbar {
  display: none;
}

.galeria__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f5f0eb;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s ease;
}

.galeria__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.galeria__thumb--activo {
  border-color: #4caf50; /* reemplazá con tu verde */
}

/* ── HERO ── */
.producto__hero {
  background-color: #13131d;
  padding: 120px 20px 48px;
}

.breadcrumb-div {
  margin-bottom: 20px;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb li {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.breadcrumb a {
  color: rgba(255,255,255,0.5);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb li[aria-current="page"] {
  color: var(--verde-insitucional);
  font-weight: 500;
  font-variant: small-caps;
  font-size: 14px;
}

/* ── GRID ── */
.producto__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ── INFO (columna derecha) ── */
.producto__info {
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 24px;
}

.producto__combustible {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--verde-insitucional);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.producto__combustible::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: var(--verde-insitucional);
}

.producto__titulo {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  margin: 0;
}

.producto__titulo span {
  color: var(--verde-insitucional);
  display: inline-block;
}

.fase-h1{
  font-size: 14px;
  color: rgb(198, 198, 198) !important;
  font-weight: 400;
  font-style: italic;
}

.producto__descripcion {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.2;
  margin: 24px 0;
}

/* ── BADGES ── */
.producto__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 24px 0;
}

.producto__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #3F5265;
  border-radius: 60px;
  color: white;
  font-variant: small-caps;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 4px 16px;
}

.producto__badge img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* ── SPECS ── */
.producto__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-wrap: wrap;
    gap: 4px;
}

.producto__spec {
  flex: 1;
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.producto-info,
.producto-info-precio{
    display: flex;
    flex-direction: column;
}

.producto-info-precio{
    align-items: center;
    width: 90%;
}

.producto__spec-valor {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.842);
}

.producto__spec-label {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.producto__spec i {
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  margin-top: 2px;
}

/* ── PRECIO ── */
.producto__precio {
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.producto-info-precio p:nth-child(1) {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--verde-insitucional);
}

.producto__precio i {
  color: rgba(255,255,255,0.3);
  font-size: 16px;
}

.producto__precio p span{
   color: #BBBBBB;
   font-size: 12px;
   letter-spacing: 2px; 
   font-weight: 300;
}

/* ── CTA ── */
.producto__cta {
  display: flex;
  justify-content: center;
}

.cta-verde{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: var(--verde-insitucional);
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 400;
    color: white;
    border-radius: 16px;
    padding: 12px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     max-width: 360px;
}

.cta-verde:hover,
.cta-ficha:hover {
    transform: translateY(-4px);
}


/* ── TOOLTIPS ── */
.tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.tooltip-wrapper i {
  cursor: pointer;
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  transition: color 0.2s ease;
}

.tooltip-wrapper:hover i,
.tooltip-wrapper.activo i {
  color: var(--verde-insitucional);
}

.tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  background-color: #1a1a2e;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 8px;
  width: 200px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 12px;
  border: 6px solid transparent;
  border-top-color: #1a1a2e;
}

/* SECCION TECNLOGIA */

.tecnologia-secc {
  padding: 48px 20px;
}

.titulo-secc {
  margin-bottom: 40px;
}

.titulo-secc h2 {
  font-size:22px;
  font-weight: 600;
  letter-spacing: 2px;
  font-variant: small-caps;
  color: var(--verde-insitucional);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px 0;
}

.titulo-secc h2::after {
  content: '';
  height: 1px;
  background-color: var(--verde-insitucional);
  opacity: 0.8;
  width: 50%;
}

.titulo-secc p {
  font-size: 32px;
  font-weight: 800;
  color: var(--grey-textos);
  line-height: 1.15;
  max-width: 700px;
}

.titulo-secc p span{
  color: var(--verde-insitucional);
}

.tecno-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.tecno-content li {
  background-color: white;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tecno-content li img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background-color: rgba(47, 173, 57, 0.1);
  border-radius: 50%;
  padding: 12px;
}

.tecno-content li p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  color: var(--verde-oscuro);
  margin: 0;
}

.tecno-content li p:last-of-type {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* ── FICHA TÉCNICA ── */
.ficha-content-div {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.tarjeta-info {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-top: 1px solid rgba(0,0,0,0.08);
  cursor: pointer;
  user-select: none;
}

.tarjeta-info_visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  gap: 12px;
}

.tarjeta-info_visible p:first-child {
  font-size: 13px;
  color: #888;
  margin: 0 0 4px 0;
}

.tarjeta-info_visible p:last-child {
  font-size: 16px;
  font-weight: 700;
  color: var(--verde-oscuro);
  margin: 0;
}

.tarjeta-info_visible-texto {
  flex: 1;
}

.tarjeta-info .fa-angle-right {
  color: var(--verde-insitucional);
  font-size: 14px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.tarjeta-info.abierto .fa-angle-right {
  transform: rotate(90deg);
}

.tarjeta-info_despegable {
  display: none;
  padding: 0 16px 20px;
}

.tarjeta-info.abierto .tarjeta-info_despegable {
  display: block;
}

.tarjeta-info_despegable p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 16px;
}

/* ── CTAS FICHA ── */
.ficha-ctas-div {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 64px;
}

.cta-ficha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--verde-insitucional);
  color: var(--grey-textos);
  font-size: 16px;
  letter-spacing: 2px;
  font-variant: small-caps;
  padding: 12px 20px;
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  max-width: 360px;
}


/* CALCULADORA */

.claculadora{
 display: flex;
 justify-content: center;
}

.cw{background:#181F11;border-radius:14px;overflow:hidden;font-family:inherit; padding: 34px 0;}
.ct{padding:20px 16px 16px 16px;font-size:34px;font-weight:500;color:#F0EDE6;}
.ct span{font-style:normal;color: var(--verde-insitucional);}
.ct-txt{color: white; font-size: 16px; letter-spacing: 2px; line-height: 1.2; padding: 16px 16px 34px 16px;}
.tabs{display:flex;gap:8px;padding:0 20px 14px;}
.tab{
  padding:7px 16px;
  font-size:16px;
  font-weight:500;
  border:1px solid #3A4A2A;
  border-radius:8px;
  background:transparent;
  color:#5A6A4A;
  cursor:pointer;
  font-family:inherit;
  display:flex;
  align-items:center;
  gap:6px;
  transition:all 0.15s;
}
.tab i{font-size:14px;}
.tab.active{background:#7DB84A;border-color:#7DB84A;color:#181F11;}
.tab:not(.active):hover{color:#A8C880;border-color:#5A6A4A;}
.sep{height:0.5px;background:#2A3A1A;}
.tp{display:none;}
.tp.active{display:block;}
.eg{display:grid;grid-template-columns:1fr 1fr;padding:4px 0;}
.ei{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:11px 20px;
  border-bottom:0.5px solid #2A3A1A;
  cursor:pointer;
  gap:8px;
  user-select:none;
  transition:background 0.1s;
}
.ei:nth-child(odd){border-right:0.5px solid #2A3A1A;}
.ei:nth-last-child(-n+2){border-bottom:none;}
.ei:hover{background:#1E2914;}
.el{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;}
.en{font-size:16px;color:#8A9A7A;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ew{font-size:14px;color:#4A5A3A;}
.ec{
  width:18px;height:18px;border-radius:4px;
  border:1.5px solid #3A4A2A;
  flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  transition:all 0.12s;
  background:transparent;
}
.ei.sel .ec{background:#7DB84A;border-color:#7DB84A;}
.ei.sel .ec i{font-size:14px;color:#181F11;}
.ei.sel .en{color:#F0EDE6;}
.acr{
  display:flex;align-items:center;
  justify-content:space-between;
  padding:14px 20px;
  border-top:0.5px solid #2A3A1A;
  gap:12px;
}
.an{font-size:16px;color:#C8C4BC;}
.as{font-size:14px;color:#5A6A4A;margin-top:2px;}
.qc{display:flex;align-items:center;gap:12px;flex-shrink:0;}
.qb{
  width:26px;height:26px;border-radius:50%;
  border:1px solid #3A4A2A;
  background:transparent;color:#C8C4BC;
  font-size:17px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  font-family:inherit;transition:all 0.1s;
}
.qb:hover{border-color:#7DB84A;color:#7DB84A;}
.qv{font-size:16px;font-weight:500;color:#F0EDE6;min-width:18px;text-align:center;}
.rb{border-top:0.5px solid #2A3A1A;}
.re{padding:20px;text-align:center;font-size:16px;color:white;}
.ri{padding:16px 20px 20px;}
.rf{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#7DB84A;margin-bottom:10px;}
.rf i{font-size:16px;}
.rf.warn{color:#D4830A;}
.rf.err{color:#E24B4A;}
.rm{font-size:14px;color:#8A9A7A;margin-bottom:14px;line-height:1.5;}
.kr{display:flex;align-items:baseline;gap:6px;margin-bottom:8px;}
.ku{font-size:22px;font-weight:500;color:#F0EDE6;}
.kt{font-size:12px;color:#5A6A4A;}
.kb{height:4px;background:#2A3A1A;border-radius:2px;overflow:hidden;}
.kf{height:100%;border-radius:2px;background:#7DB84A;transition:width 0.35s ease;}
.kf.danger{background:#E24B4A;}
.up{
  margin-top:12px;background:#1E2914;
  border:0.5px solid #3A4A2A;border-radius:8px;
  padding:10px 14px;font-size:12px;color:#7DB84A;
  display:flex;align-items:center;gap:8px;
}
.up i{font-size:14px;flex-shrink:0;}

/* PROPUESTA VALOR */

.valor-sec{
  display: flex;
  justify-content: center;
  margin-top: 140px;
}

.valor-tarjeta{
  background-image:
    linear-gradient(
      to bottom,
      rgba(17, 32, 47, 0.95) 0%,
      rgba(17, 32, 47, 0.75) 55%,
      rgba(17, 32, 47, 0.35) 100%
    ),
    url("../images/servicio-cta.webp");

  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 44px 24px;
    margin: 84px 8px;
    border-radius: 40px;
    max-width: 1200px;
}

.tarjeta-valor-div{
  display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.tarjeta-valor-div h2{
  font-size: 28px;
  letter-spacing: 2px;
  color: white;
  font-weight: bold;
  max-width: 500px;
}

.tarjeta-valor-div h2 span{
  color: var(--verde-insitucional);
}

.tarjeta-valor-div p{
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  max-width: 580px;
}


.tarj-valor-lista ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
  margin-top: 24px;
  padding: 0 24px;
  max-width: 800px;
}

.tarj-valor-lista ul li{
  width: 300px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.tarj-valor-lista ul li img{
  width: 24px;
  height: 24px;
}

.valor-cta{
  display: flex;
  justify-content: center;
}

/* PREGUNTAS FRECUENTES */

.faqs-sec{
  margin: 144px 20px;
}


.titulo-faqs {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  margin-bottom: 84px;
  justify-content: center;
}

.titulo-faqs h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--grey-textos);
  line-height: 1.15;
  max-width: 700px;
}

.titulo-faqs h2 span {
  color: var(--verde-insitucional);
}

.titulo-faqs::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--verde-insitucional);
  opacity: 0.8;
  flex: 1;
  max-width: 420px;
}

.faqs-content{
    max-width: 780px;
    margin: auto;
}

.faqs-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid #dedede;
}

.faq-item:last-child {
  border-bottom: 1px solid #dedede;
}

.faq-question {
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  text-align: left;
}

.faq-question h3 {
  margin: 0;
  color: #141321;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.faq-arrow {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 2px solid #39424e;
  border-bottom: 2px solid #39424e;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-right: 4px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 44px 24px 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.faq-answer p a{
  color: var(--verde-insitucional);
  font-weight: bold;
}

/* Estado abierto */
.faq-item.is-open .faq-arrow {
  transform: rotate(-135deg);
}

.faq-item.is-open .faq-question h3 {
  color: #000;
}



/* CARRUSEL OTROS PRODUCTOS */

.otros-secc{
  margin-bottom: 164px;
}

.carrusel-div{
  display: flex;
    justify-content: center;
}

.car-wrap { position: relative; overflow: hidden; max-width: 980px;}
.car-track-wrap { overflow: hidden; }
.car-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
.car-track.dragging { cursor: grabbing; transition: none; }
.car-card {
  flex: 0 0 100%;
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  user-select: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  -webkit-user-drag: none;
  cursor: pointer;
 
}
.car-card img {
  pointer-events: none;
  -webkit-user-drag: none;
}
.car-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: #0F2B14;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  z-index: 1;
}
.car-img {
  width: 100%;
  height: 200px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
}
.car-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.car-img-placeholder i { font-size: 52px; color: #ccc; }
.car-body { padding: 28px; }
.car-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.car-title {
  font-size: 17px;
  font-weight: 700;
  color: #141321;
  line-height: 1.2;
  font-family: inherit;
}
.car-link {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--verde-insitucional);
  color: var(--verde-insitucional);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  transform: rotate(-45deg);
  transition: color 0.25s ease, background-color 0.25s ease;
}

.car-card:hover .car-link {
  color: var(--verde-insitucional);
}

.car-card:hover .car-link {
  color: white;
  background-color: var(--verde-insitucional);
}

.car-divider {
  height: 2px;
  background: #2FAD39;
  width: 32px;
  margin: 10px 0 14px;
  border-radius: 2px;
}
.car-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin-bottom: 16px;
}
.car-spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #555;
  font-family: inherit;
}
.car-spec i { font-size: 13px; color: #2FAD39; flex-shrink: 0; }
.car-price {
  font-size: 22px;
  font-weight: 700;
  color: #2FAD39;
  margin-bottom: 3px;
  text-align: center;
}
.car-cuotas {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 500;
  color: #8a8a8a;
  text-align: center;
}

.car-iva {
  font-size: 0.8rem;
  font-style: italic;
  color: #8a8a8a;
  text-align: center;
  margin-bottom: 16px;
}
.car-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.car-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
  color: #141321;
}
.car-btn:hover { border-color: #2FAD39; color: #2FAD39; }
.car-btn:disabled { opacity: 0.3; cursor: default; pointer-events: none; }
.car-btn i { font-size: 16px; }
.car-counter {
  font-size: 15px;
  color: #888;
  min-width: 52px;
  text-align: center;
  font-family: inherit;
}
.car-counter strong { color: #141321; font-weight: 700; }



@media(max-width:480px){
  .eg{grid-template-columns:1fr;}
  .ei{border-right:none!important;}
  .ei:nth-last-child(-n+2){border-bottom:0.5px solid #2A3A1A;}
  .ei:last-child{border-bottom:none;}
}


@media (min-width: 600px) {

  /* SECCION TECNOLOGIA */

  .tecno-content ul {
    grid-template-columns: 1fr 1fr;
  }

}

/* CARRUSEL OTROS PRODUCTOS */

@media (min-width: 601px) and (max-width: 900px) {
  .car-card { flex: 0 0 calc(50% - 8px); }
}

@media (min-width: 901px) {
  .car-card { flex: 0 0 calc(38.333% - 11px); }
}


@media (min-width: 768px) {

/* GALERIA */

  .galeria {
    flex-direction: row;
    align-items: flex-start;
  }

  .galeria__thumbnails {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    width: 80px;
    flex-shrink: 0;
    height: 100%;
  }

  .galeria__thumb {
    width: 72px;
    height: 72px;
  }

  .galeria__principal {
    flex: 1;
    height: 100%;
  }

  .galeria__principal img {
    height: 100%;
  }

  /* HERO */

  .producto__hero {
    padding: 120px 48px 64px;
  }

  .producto__titulo {
    font-size: 48px;
  }

  .fase-h1{
  font-size: 24px;
}

 

  /* TOOL TIP */

  .tooltip-wrapper:hover .tooltip {
    opacity: 1;
    transform: translateY(0);
  }

  /* FICHA TECNICA */

  .ficha-content-div {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }



  .tarjeta-info_visible {
    padding: 24px 32px;
  }

  .tarjeta-info_despegable {
    padding: 0 32px 24px;
  }



  .cta-ficha {
    flex: 1;
    max-width: 320px;
  }

  /*CALCULADORA */

  .cw {
    padding: 64px 34px;
    margin: 0 24px;
    max-width: 1200px;
}

/* PROPUESTA VALOR */


.valor-tarjeta {
    background-position: calc(100% + 0px) center;
    padding: 44px 44px;
}

  /* PREGUNTAS FRECUENTES */

    .faqs-sec {
    margin: 144px 80px;
}

 .faq-question {
    padding: 28px 48px;
  }

  .faq-answer p {
    padding: 0 96px 28px 48px;
  }
}

@media (min-width: 1024px){

    /* HERO */

      .producto__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    }

    .galeria {
    height: 500px;
  }

    .galeria {
        flex: 1;
        min-width: 0;
    }

    .producto__info {
        flex: 1;
        min-width: 0;
    }

  /* SECCION TECNOLOGA */

  .tecnologia-secc {
    padding: 80px 80px;
  }

  .tecnologia-secc .titulo-secc p {
    font-size: 44px;
  }

  .tecno-content ul {
    grid-template-columns: repeat(4, 1fr);
  }

  /* PROPUESTA VALOR */

  .tarjeta-valor-div{
    align-items: flex-start;
  }

  .valor-tarjeta{
    padding: 64px;
  }

  .valor-cta{
    justify-content: left;
  }

    /* PREGUNTAS FRECUENTES */

     .titulo-faqs h2 {
        font-size: 36px;
  flex-shrink: 0;
}


  .faq-question {
    padding: 30px 96px;
  }

  .faq-question h3 {
    font-size: 16px;
  }

  .faq-answer p {
    padding: 0 160px 32px 96px;
    max-width: 900px;
  }
}


@media (min-width: 1200px) {

/* HERO */

  .producto__hero {
    padding: 140px 80px 80px;
  }

      .galeria {
        height: 420px;
    }

 .producto__info{
    margin-top: 0;
 }
 .producto__descripcion{
    margin: 16px 0;
 }
 .producto__precio{
    padding: 8px 24px;
 }
 .producto__spec{
    padding: 8px 16px;
 }
 .producto__specs{
    margin: 0 0 8px 0;
 }

 .producto__badges{
    margin: 8px 0
 }


  /*CALCULADORA */

  .cw {
    padding: 44px 44px;
}
}

/* TOOLTIP */
.tooltip-wrapper.activo .tooltip {
  opacity: 1;
  transform: translateY(0);
}

