.dropdown-menu {
  background-color: white !important;
}
footer {
    color: #fff !important;
    background-color: #000 !important;
}
h2 {
    font-family: 'Figtree', sans-serif !important;
    //font-size: 3.5rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #000 !important;
    letter-spacing: -.03em !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
body {
    color: var(--black-2) !important;
    font-family: Figtree, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.nav-item a {
    color: #000 !important;
    padding: .5rem 1rem !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    transition: opacity .2s !important;
}
/* Span: sin fondo global (antes ponía azul en listas bio / párrafos = ilegible) */
span {
  background-color: transparent !important;
}
/* Acento marca solo en titulares; respetar spans con estilo inline en benefits/steps */
#titular span,
#subtitular span,
h3[data-yaml-key="titular2"] span,
#biotitle span {
  background-color: var(--blue-primary) !important;
  color: #fff !important;
  padding: 0.08em 0.35em !important;
  border-radius: 3px !important;
}
/* Listas con check (#wrapper_3 / bio): texto hereda color del li */
.icon-list li span,
.bullet-default li span {
  background-color: transparent !important;
  color: inherit !important;
  padding: 0 !important;
}
/* Logos “medios” (#wrapper_2): misma celda clara y escala (Owl fuerza img width:100%) */
#wrapper_2 .owl-carousel.clients .owl-item .item {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 76px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#wrapper_2 .owl-carousel.clients .owl-item .item img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 44px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  opacity: 0.95 !important;
}
#wrapper_2 .owl-carousel.clients .owl-item .item img:hover {
  opacity: 1 !important;
}
#wrapper_2 #medios.display-3,
#wrapper_2 h2#medios {
  color: #111827 !important;
}
/* Logos credibilidad (#wrapper_3): mismo criterio que carrusel */
#wrapper_3 .credibility-section .col-6.text-center,
#wrapper_3 .credibility-section .col-md-4.text-center {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  padding: 14px 12px !important;
  min-height: 76px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
#wrapper_3 .credibility-section img {
  max-height: 44px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
.btn {
  border: 1px solid var(--blue-primary) !important;
  background-color: var(--blue-primary) !important;
  color: #fff !important;
  text-align: left !important;
  font-family: Figtree, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  transition: background-color .2s !important;
  box-shadow: none !important !important;
  cursor: pointer !important;
}
:root {
  --black-2: black !important;
  --blue-primary: #4467f6 !important;
}
.bg-gray {
    background: var(--color-gray) !important;
}
.btn-blue {
    background: var(--color-blue) !important;
}
.btn-green {
    background: var(--color-green) !important;
}
.btn-aqua {
    background: var(--color-aqua) !important;
}
.btn-red {
    background: var(--color-red) !important;
}
.navbar-brand > a > img {
    height: 70px !important;
}
