.sec1 {
  background: linear-gradient(120deg, #181C26 80%, #C7A350 120%);
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec1 p{
    font-size: 1.2em;
}

@media (max-width: 767.98px) {
  .sec1 p{
    font-size: 1em;
  }
}


.benefit-card {
  background: #f9f7f3;
  border: 1.5px solid var(--color-accent);
  border-radius: 1.5rem;
  box-shadow: 0 8px 36px 0 rgba(199,163,80,0.07);
  min-height: 270px;
  transition: transform 0.15s, box-shadow 0.22s, border-color 0.18s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.benefit-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 38px 0 rgba(199,163,80,0.16);
  border-color: #c7a350ee;
}

.benefit-card h4 {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.benefit-card ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.benefit-card li {
  margin-bottom: 0.4em;
  line-height: 1.6;
  font-size: 1.01em;
}

.benefit-card .fst-italic {
  font-size: 0.96em;
}

@media (max-width: 991.98px) {
  .benefit-card {
    min-height: 1px;
    padding: 1.25rem 1rem;
    font-size: 0.97rem;
  }
  .benefit-card h4 {
    font-size: 1.07rem;
  }
}






.sec-proceso{
    background: linear-gradient(25deg, #080C19 0%,#1A1F2B 90%, #C7A350 100%);
}

.timeline-alterno {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-alterno:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5px;
  height: 100%;
  background: var(--color-accent);
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-step {
  position: relative;
  width: 50%;
  padding: 2.5rem 0;
  display: flex;
}

.timeline-step-left {
  left: 0;
  justify-content: flex-end;
  text-align: right;
}

.timeline-step-right {
  left: 50%;
  justify-content: flex-start;
  text-align: left;
}

.timeline-content {
  background: #faf9f5;
  border-radius: 1rem;
  padding: 1.2rem 1.8rem 1.1rem 1.8rem;
  box-shadow: 0 3px 18px 0 #c7a3500a;
  border: 1px solid var(--color-accent);
  position: relative;
  max-width: 370px;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.timeline-marker {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--color-accent);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 2px 14px 0 #c7a35022;
  margin-top: 0.18rem;
}

.timeline-step-left .timeline-content {
  margin-right: 1rem;
  margin-left: 0;
  flex-direction: row-reverse;
}

.timeline-step-right .timeline-content {
  margin-left: 1rem;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .timeline-step,
  .timeline-step-left,
  .timeline-step-right {
    width: 100%;
    left: 0 !important;
    justify-content: center !important;
    text-align: left !important;
    margin-bottom: 2.4rem;
  }
  .timeline-alterno:before {
    left: 30px;
  }
  .timeline-content {
    margin: 0 0 0 3rem !important;
    max-width: 99%;
    padding: 1.2rem 1.1rem 1.1rem 1.2rem;
    flex-direction: row;
    text-align: left;
    min-width: 0;
  }
  .timeline-marker {
    margin-left: 0;
    min-width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
}



.faq-accordion .accordion-item {
  background: #faf9f5;
  border: 1.5px solid var(--color-accent);
  border-radius: 1.3rem !important;
  box-shadow: 0 3px 18px 0 rgba(199,163,80,0.08);
  overflow: hidden;
}
.faq-accordion .accordion-button {
  background: #faf9f5;
  color: var(--color-primary);
  font-size: 1.05rem;
  border: none;
  box-shadow: none;
  padding: 1.1rem 1.4rem;
  border-radius: 1.3rem 1.3rem 0 0;
  transition: background .19s, color .19s;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--color-accent);
  background: #f1ead7;
  font-weight: 700;
}
.faq-accordion .accordion-body {
  background: #faf9f5;
  padding: 1.1rem 1.4rem 1.3rem;
  font-size: 1.01rem;
}
.faq-accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (max-width: 575.98px) {
  .faq-accordion .accordion-button,
  .faq-accordion .accordion-body {
    padding: 1rem 0.8rem;
  }
}




/*SEC CTA*/
.cta-final-section {
  background: linear-gradient(190deg, #080C19 0%,#1A1F2B 90%, #C7A350 100%);
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 1;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-final-section::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
  background: url('/static/img/logo2.webp') no-repeat center center;
  background-size: contain;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .cta-final-section::before {
    width: 80vw;
    height: 80vw;
    min-width: 220px;
    min-height: 220px;
    max-width: 98vw;
    max-height: 98vw;
  }
}

/* El contenido está por encima del logo */
.cta-final-section .container {
  position: relative;
  z-index: 2;
}
