a.dropdown-item.dropdown-toggle {
  color: white !important;
}
body {
  font-family: Inter, sans-serif !important;
  color: rgb(15 23 42) !important;
}
#wrapper_1 {
  background: url('https://tailwindcss.com/_next/static/media/hero@75.b2469a49.jpg') !important;
  background-position: bottom !important;
  background-color: rgb(248 250 252) !important;
}
#wrapper_2, #wrapper_2 h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('https://salient.tailwindui.com/_next/static/media/background-features.5f7a9ac9.jpg') !important;
  color: white !important;
}
#wrapper_2 h2#medios,
#wrapper_2 #medios.display-3 {
  color: #ffffff !important;
}
#titular2 {
  font-family: Inter, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  color: rgb(100 116 139) !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-top: 1.5rem !important;
}
p, li {
  color: rgb(100 116 139) !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: Inter, sans-serif !important;
  letter-spacing -0.45px;
}
a { 
  font-family: Inter, sans-serif !important;
  color: rgb(51 65 85) !important;
  font-weight: 500 !important;
}
a:hover, .bullet-default i {
    color: rgb(14 165 233) !important;
    font-weight: 500 !important;
}
.bg-white {
  background-color: rgb(248 250 252) !important;
}
h2, .display-3 {
  font-family: Lexend , sans-serif !important;
  font-size: 2.8rem !important;
  line-height: 1.1 !important;
  color: rgb(15 23 42) !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
}
#benefits, #obstacles, #testimonials, #steps, #warranty, #biotitle {
  font-family: Inter, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: rgb(15 23 42) !important;
  font-weight: 800 !important;
}
#benefit, #obstacle {
  font-family: Inter, sans-serif !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: rgb(15 23 42) !important;
  font-weight: 800 !important;
}
.btn {
  background-color: rgb(14 165 233) !important;
  color: white !important;
  font-weight: 600 !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background-color: rgb(15 23 42) !important;
  border-radius: 9999px !important; 
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 600;
}
strong, h2 span:not([style]), h3 span:not([style]), .info span, .owl-dot span {
  background-color: rgb(14 165 233) !important;
  color: white !important;
}
#benefits span[style*="background"] {
  background-color: #cc78d2 !important;
  color: #fff !important;
}
.testimonial-item .avatar-placeholder {
  background: linear-gradient(135deg, #0ea5e9, #0284c7) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
}
.testimonial-item .person-name,
.testimonial-item .testimonial-text,
.testimonial-item .box p {
  color: rgb(51 65 85) !important;
}
/* Pasos timeline: badge sin relleno + número/borde blancos sobre light-wrapper (ilegible) */
#wrapper_steps .timeline-badge {
  background: rgb(15 23 42) !important;
  border: 3px solid rgb(248 250 252) !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18) !important;
}
#wrapper_steps .timeline-badge span {
  color: #ffffff !important;
  background-color: transparent !important;
  background: transparent !important;
  -webkit-text-fill-color: #ffffff !important;
}
#wrapper_steps .timeline-wrapper::before {
  background: linear-gradient(180deg, rgb(14 165 233) 0%, rgba(15, 23, 42, 0.75) 100%) !important;
}
@media screen and (max-width: 1024px) {
  #titular {
    margin-top: 20px;
    color: #000 !important;
    font-size: 32px !important;
    line-height: 42px !important;
  }

  h1, h2, h3, h4, h5, h6, .display-3 {
    font-family: "Martel Sans", sans-serif !important;
    color: #000 !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    font-size: 32px !important;
    line-height: 32px !important;
  }
}

.navbar .dropdown-menu,
.navbar-other .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
  padding: 6px !important;
}
.navbar .dropdown-item,
.navbar-other .dropdown-item,
.navbar-nav .dropdown-item {
  color: #1f2937 !important;
  background: transparent !important;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar-other .dropdown-item:hover,
.navbar-other .dropdown-item:focus,
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  color: #111827 !important;
  background: #f3f4f6 !important;
}
