div:has(#creditSkeletonLoading) {
  position: relative;
}

#creditSkeletonLoading {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
  background: #f9fafb;
  padding: 20px;
}

.cuota-amount + .cuota-arrow {
  display: none !important;
}

.cuota-header {
  pointer-events: none !important;
}

.credit-subtitle {
  max-width: 60% !important;
}

.lg-justify-center {
  justify-content: center;
}

.font-medium-400 {
  font-weight: 400;
}

.credit-slider-amount {
  background: linear-gradient(
    to right,
    #0f766e 0%,
    #0f766e var(--progress, 50%),
    #25b4bd var(--progress, 50%),
    #25b4bd 100%
  );
}

.credit-slider-term {
  background: linear-gradient(
    to right,
    #0f766e 0%,
    #0f766e var(--progress, 50%),
    #279d2e var(--progress, 50%),
    #279d2e 100%
  );
}

.credit-slider-payment-frequency {
  background: linear-gradient(
    to right,
    #0f766e 0%,
    #0f766e var(--progress, 50%),
    #279d2e var(--progress, 50%),
    #279d2e 100%
  );
}

.credit-tooltip-close {
  display: none;
}

.credit-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.credit-subtitle {
  font-size: 1.125rem;
  max-width: 60%;
  margin: auto;
  font-weight: 400!important;
}

.credit-radio {
  appearance: none;
}

.credit-radio:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15676c;
  border: 2px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.credit-gradient-primary {
  background: linear-gradient(225deg, #17791d 0%, #15676c 100%);
}

.credit-gradient-primary.benefit-overlay.benefit-custom {
  background-image:
    url("https://api.prome.franco.in.net/storage/institucional/mask-benefit.png"),
    linear-gradient(225deg, #17791d 0%, #15676c 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.credit-button {
  display: inline-flex;
  background: #15676c;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  color: white;
  transition: all 300ms ease;
}

.credit-button:hover {
  background: #25b4bd;
}

.credit-content-button {
  margin-top: 100px;
  margin-bottom: 100px;
}

.credit-request-button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;

  gap: 10px;
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  border-color: #279d2e;
  border-width: 2px;
  border-style: solid;
  color: #279d2e;
  transition: all 300ms ease;
  flex: 1 1 0%;
  font-weight: 600;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.credit-request-button:hover {
  background-color: #279d2e;
  color: white;
}

.credit-title-amount-desktop {
  display: block;
}

.credit-title-amount-mobile {
  display: none;
}

/* Skeleton Loading Styles */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}

.skeleton-text {
  height: 1rem;
  margin-bottom: 0.5rem;
}

.skeleton-text.w-full {
  width: 100%;
}

.skeleton-text.w-3-4 {
  width: 75%;
}

.skeleton-text.w-1-2 {
  width: 50%;
}

.skeleton-text.w-1-4 {
  width: 25%;
}

.skeleton-box {
  height: 3rem;
  margin-bottom: 1rem;
}

.skeleton-card {
  height: 8rem;
  margin-bottom: 1rem;
}

.skeleton-button {
  height: 2.5rem;
  width: 8rem;
  margin: 0.5rem;
}

.skeleton-circle {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.cta-button-content {
  margin-bottom: 50px;
  margin-top: 50px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.credit-slider-label {
  transform: translateX(-50%);
}

.credit-amount-range-circle {
  position: absolute;
  top: -55px;
  left: -27.5px;
  z-index: 10;
  background-color: white;
  border-width: 5px;
  border-style: solid;
  border-color: #279d2e80;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  pointer-events: auto;
  cursor: grab;
  user-select: none;
}

.credit-amount-range-circle:active,
.credit-amount-range-circle.dragging {
  cursor: grabbing;
}

.credit-slider-range-circle {
  position: absolute;
  top: -67px;
  left: 50%;
  background-color: white;
  border-width: 5px;
  border-style: solid;
  border-color: #279d2e80;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  pointer-events: auto;
  cursor: grab;
  user-select: none;
}

.credit-slider-range-circle:active,
.credit-slider-range-circle.dragging {
  cursor: grabbing;
}

.credit-tooltip {
  position: relative;
  cursor: help;
}

.credit-tooltip .credit-tooltip-title {
  color: #279d2e;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.875rem;
}

.credit-tooltip .credit-tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #3c3c3b;
  text-align: start;
  border-radius: 8px;
  padding: 20px 20px;
  z-index: 55;
  font-size: 1rem;
  line-height: 1.4;
  width: clamp(280px, 90vw, 500px);
  max-width: 90vw;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.credit-tooltip .credit-tooltip-content.credit-tooltip-up {
  bottom: 125%;
}

.credit-tooltip .credit-tooltip-content.credit-tooltip-down {
  top: 125%;
}

.credit-tooltip .credit-tooltip-up::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.credit-tooltip .credit-tooltip-down::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.credit-term-range > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 50px;
  border-radius: 0px;
  background: #e0dede;
  cursor: grab;
  border-left: 6px solid #ffff;
  border-right: 6px solid #ffff;
  box-shadow: none;
}

.credit-term-range > input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 50px;
  border-radius: 50%;
  background: #e0dede;
  cursor: grab;
  border-left: 6px solid #ffff;
  border-right: 6px solid #ffff;
  box-shadow: none;
}

.credit-amount-range > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 43px;
  border-radius: 0px;
  background: #e0dede;
  cursor: pointer;
  border-left: 6px solid #ffff;
  border-right: 6px solid #ffff;
  cursor: grab;
  position: relative;
  z-index: 15;
}

.credit-amount-range > input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 43px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
  border-left: 6px solid #ffff;
  border-right: 6px solid #ffff;
  cursor: grab;
  position: relative;
  z-index: 15;
}

.credit-payment-frequency-range > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 50px;
  border-radius: 0px;
  background: #e0dede;
  cursor: grab;
  border-left: 6px solid #ffff;
  border-right: 6px solid #ffff;
  box-shadow: none;
}

.credit-payment-frequency-range > input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 50px;
  border-radius: 50%;
  background: #e0dede;
  cursor: grab;
  border-left: 6px solid #ffff;
  border-right: 6px solid #ffff;
  box-shadow: none;
}

.credit-amount-range > input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.credit-term-range > input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.credit-payment-frequency-range
  > input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
}

#creditTermLabel:before {
  position: absolute;
  content: "Plazo Meses";
  left: 55px;
  white-space: nowrap;
}

.credit-amount-label {
  position: absolute;
  z-index: 2;
  background-color: white;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  top: -0.75rem;
  left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.credit-amount-input {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bg-custom-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-custom-white-50 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-custom-smerald {
  background-color: #279d2e;
}

.credit-container-4xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.credit-container-3xl {
  width: 100%;
  margin: auto;
  padding-left: 20rem;
  padding-right: 20rem;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 30px;
  margin-bottom: 1.25rem;
  background-color: #f4f4f4;
}

.credit-faq-container {
  padding-left: 10rem;
  padding-right: 10rem;
}

.border-custom-teal {
  border: 1px solid #279d2e;
}

.text-custom-teal {
  color: #279d2e;
}

.text-custom-teal-500 {
  color: #15676c;
}

.benefit-custom {
  border-radius: 30px;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2rem;
}

.credit-interest-section {
  background-color: white;
  border-radius: 35px;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 32px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#creditInterestRatesContainer {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.customCreditInterestRatesContainer {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.credit-interest-title {
  font-family: var(--font-sans);
  text-align: center;
  font-weight: 400;
  font-size: 1.875rem;
  color: #3c3c3b;
  margin-bottom: 40px;
}

.title-interest-rate {
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px !important;
  min-height: 50px;
}

.card-interest {
  border-radius: 30px;
  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rate-interest {
  font-family: var(--font-sans);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}

.percent-interest {
  font-family: var(--font-sans);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}

.tna-interest {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.credit-characteristic-content {
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.credit-characteristic-title {
  text-align: center;
}

.credit-requirements-content {
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.credit-requirements-title {
  text-align: center;
}

.bg-custom-inactive {
  background: #25b4bd;
}

.credit-tooltip-content ul {
  list-style-type: disc;
  padding-left: 1rem; /* 16px */
}

/* Input radio disabled */
input[type="radio"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Label del radio disabled */
input[type="radio"]:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
  color: #9ca3af; /* gris */
}

@media (max-width: 1330px) {
  .credit-container-3xl {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f6;
    border-radius: 30px;
  }

  #creditInterestRatesContainer {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .customCreditInterestRatesContainer {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 980px) {
  .credit-tooltip .credit-tooltip-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 32px);
    max-width: 320px;
    font-size: 0.875rem;
    padding: 12px;
    z-index: 9999;
    bottom: auto;
    margin-left: 0;
  }

  .credit-tooltip .credit-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }

  #creditTermLabel:before {
    display: none;
  }

  .benefit-overlay {
    margin-top: -45px;
    position: relative;
    z-index: 1;
  }

  .credit-container-4xl {
    width: 100%;
    margin: auto;
    padding: 0rem;
  }

  .credit-container-3xl {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f6;
    border-radius: 30px;
  }

  .benefit-custom {
    border-radius: 0px;
    padding: 3rem;
  }

  .credit-faq-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #creditInterestRatesContainer {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .customCreditInterestRatesContainer {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .credit-interest-title {
    font-family: var(--font-sans);
    text-align: center;
    font-weight: 400;
    font-size: 1.875rem;
    color: #3c3c3b;
  }

  .title-interest-rate {
    font-family: var(--font-sans);
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 17px !important;
    min-height: 50px;
  }

  .card-interest {
    padding: 30px;
  }

  .rate-interest {
    font-family: var(--font-sans);
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 85px;
  }

  .tna-interest {
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .lg-justify-center {
    justify-content: start;
  }
  .credit-tooltip-close {
    display: block;
  }

  .credit-title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .credit-subtitle {
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    margin: auto;
  }

  .credit-interest-title {
    font-family: var(--font-sans);
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    color: #3c3c3b;
    line-height: 32px;
  }

  .credit-title-amount-desktop {
    display: none;
  }

  .credit-title-amount-mobile {
    display: block;
  }

  .credit-characteristic-content {
    background-color: white;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);
  }

  .credit-characteristic-title {
    text-align: center;
  }

  .credit-requirements-content {
    border-radius: 0px;
  }

  .credit-requirements-title {
    text-align: center;
  }

  .credit-tooltip .credit-tooltip-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 32px);
    max-width: 320px;
    font-size: 0.875rem;
    padding: 29px;
    z-index: 9999;
    bottom: auto;
    margin-left: 0;
    background-color: #f5f5f5;
  }

  .credit-tooltip-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .credit-tooltip:hover .credit-tooltip-content,
  .credit-tooltip:hover .credit-tooltip-overlay {
    opacity: 1;
    visibility: visible;
  }

  #creditTermLabel:before {
    display: none;
  }

  .benefit-overlay {
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }

  .credit-container-4xl {
    width: 100%;
    margin: auto;
    padding: 0rem;
  }

  .credit-container-3xl {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f6;
    border-radius: 30px;
    position: relative;
    z-index: 40;
  }

  .benefit-custom {
    border-radius: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .credit-faq-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #creditInterestRatesContainer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    padding-bottom: 15px;
  }

  .customCreditInterestRatesContainer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .credit-interest-title {
    font-family: var(--font-sans);
    text-align: center;
    font-weight: 400;
    font-size: 1.875rem;
    color: #3c3c3b;
  }

  .title-interest-rate {
    font-family: var(--font-sans);
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px !important;
    min-height: 70px;
  }

  .card-interest {
    padding: 15px;
  }

  .rate-interest {
    font-family: var(--font-sans);
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }

  .percent-interest {
    font-size: 1.5rem;
    line-height: 25px;
  }

  .tna-interest {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
}

.cuota-item {
  background-color: #f4f4f4;
  border-radius: 30px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cuota-item:hover {
  transform: translateY(-1px);
}

.cuota-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  background-color: #f4f4f4;
  transition: background-color 0.2s ease;
}

.cuota-header:hover {
  background-color: #f4f4f4;
}

.cuota-details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f4f4f4;
}

.cuota-details.expanded {
  max-height: 200px;
  opacity: 1;
  padding: 0px 20px 20px;
}

.cuota-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}

.cuota-detail-row:last-child {
  border-bottom: none;
}

.cuota-arrow {
  transition: transform 0.3s ease;
  width: 18px;
  height: 19px;
  flex-shrink: 0;
}

.cuota-arrow.rotated {
  transform: rotate(180deg);
}

.cuota-number {
  color: #374151;
  font-weight: 700;
  font-size: 0.875rem;
}

.cuota-amount {
  color: #1f2937;
  font-weight: 700;
  font-size: 1rem;
}

.detail-label {
  color: #6b7280;
  font-weight: 500;
  font-size: 0.875rem;
}

.detail-value {
  color: #1f2937;
  font-weight: 600;
  font-size: 0.875rem;
}

.cuota-header.active {
  background-color: #f4f4f4 !important;
}

.cuota-details.expanded .detail-value {
  color: #15676c;
  font-weight: 700;
}

.cuota-item.expanded {
  border: 0px solid #15676c;
  box-shadow: 0 0px 0px rgba(21, 103, 108, 0.15);
}

.cuota-details.expanded .cuota-detail-row {
  animation: slideInUp 0.3s ease-out forwards;
}

.cuota-details.expanded .cuota-detail-row:nth-child(1) {
  animation-delay: 0.1s;
}

.cuota-details.expanded .cuota-detail-row:nth-child(2) {
  animation-delay: 0.2s;
}

.cuota-details.expanded .cuota-detail-row:nth-child(3) {
  animation-delay: 0.3s;
}

.credit-detail-content {
  height: 15rem;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estilos para FAQ dropdown */
.faq-item {
  background-color: #f4f4f4;
  border-radius: 20px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.faq-item:hover {
  background-color: #f4f4f4;
  transform: translateY(-1px);
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.faq-header:hover {
  background-color: #f4f4f4;
}

.faq-header.active {
  background-color: #f4f4f4;
}

.faq-question {
  color: #1f2937;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding-right: 20px;
}

.faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f4f4f4;
  border-radius: 0 0 20px 20px;
}

.faq-answer.expanded {
  height: auto;
  opacity: 1;
  padding: 0px 20px 20px;
}

.faq-answer-text {
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.faq-arrow {
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #15676c;
}

.faq-arrow.rotated {
  transform: rotate(180deg);
}

.faq-item.expanded {
  box-shadow: 0 4px 12px rgba(21, 103, 108, 0.15);
}

/* Animación de entrada para respuestas FAQ */
.faq-answer.expanded .faq-answer-text {
  animation: fadeInUp 0.4s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-disclaimer-text {
  font-size: 1rem;
}

/* Estilos para disclaimer "Ver más" en mobile */
.disclaimer-text {
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

.disclaimer-toggle {
  background: none;
  border: none;
  color: black;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0px;
  padding: 4px 8px;
  cursor: pointer;
  transition: color 0.2s ease;
  text-decoration: underline;
  text-align: end;
}

.disclaimer-toggle:hover {
  color: black;
}

/* Solo aplicar truncamiento en móvil */
@media (max-width: 768px) {
  .disclaimer-text.truncated {
    max-height: 5em; /* Aproximadamente 2 líneas */
    overflow: hidden;
    position: relative;
  }

  .disclaimer-text.truncated::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f9fafb;
    padding-left: 4px;
  }

  .disclaimer-text.expanded {
    max-height: none;
  }

  .disclaimer-text.expanded::after {
    display: none;
  }

  .disclaimer-toggle {
    display: block !important;
    width: 100%;
    text-align: end;
  }
}

/* En desktop ocultar el botón */
@media (min-width: 769px) {
  .disclaimer-toggle {
    display: none !important;
  }
}

.slider-container {
  text-align: center;
  max-width: 100%;
  width: 100%;
  position: relative;
  background: white;
  border-radius: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 70px;
  padding-bottom: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.slider-title {
  text-align: center;
  font-size: 2.25rem;
  color: white;
}

.slider-text {
  text-align: center;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  margin-bottom: 80px;
}

.slider-wrapper {
  position: relative;
  border-radius: 0px;

  margin-bottom: 50px;
  margin-left: 30px;
}

.slider-track {
  display: flex;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: grab;
}

.slider-track:active {
  cursor: grabbing;
}

.card {
  flex: 0 0 23%;
  padding: 0 10px;
  user-select: none;
}

.card-content {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 30px 20px;
  text-align: start;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
}

.card-content:hover {
  /* opacity: 0.8; */
}

.card-icon {
  margin-bottom: 10px;
}

.card-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.card-description {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.5;
}

.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.nav-btn {
  display: none;
  background: #667eea;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

.nav-btn:hover {
  background: #764ba2;
  transform: scale(1.1);
}

.nav-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: scale(1);
}

.slider-dots {
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25b4bd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .dot {
    width: 6px;
    height: 6px;
  }

  .slider-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .slider-container {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .card {
    flex: 0 0 100%;
    padding: 0 5px;
  }

  .card-content {
    padding: 25px 15px;
  }

  .card-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .card-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .card-description {
    font-size: 0.9rem;
  }

  .nav-btn {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .slider-wrapper {
    position: relative;
    border-radius: 0px;

    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }
}

@media (max-width: 480px) {
  .dot {
    width: 6px;
    height: 6px;
  }

  .slider-container {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .slider-title {
    font-size: 1.8rem;
  }

  .card-content {
    padding: 20px 15px;
  }

  .slider-wrapper {
    position: relative;
    border-radius: 0px;

    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }
}

.custom-range-input {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Valor actual */
.value-display {
  text-align: center;
}

.current-value {
  font-size: 2rem;
  font-weight: bold;
  color: #0a0a0a;
  margin-bottom: 4px;
}

.value-label {
  font-size: 0.875rem;
  color: #737373;
}

/* Slider container */
.input-amount-slider-container {
  position: relative;
}

/* #17791d  #15676c */

.amount-slider-track {
  position: relative;
  height: 16px;
  background-color: #17791d;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
}

.progress-line {
  position: absolute;
  height: 100%;
  background-color: #15676c;
  border-radius: 9999px;
  transition: width 0.2s ease-out;
  width: 0%;
}

.step-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.step-marker {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.thumb {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 50px;
  background: #e0dede;
  border: 5px solid white;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
  left: 0%;
  cursor: grab;
}

.thumb:active,
.thumb.dragging {
  cursor: grabbing;
}

/* Labels de valores */
.value-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 0.75rem;
  color: #737373;
  position: relative;
  height: 20px;
}

.value-label-item {
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: color 0.2s ease-out;
  white-space: nowrap;
}

.value-label-item.active {
  color: #0a0a0a;
  font-weight: 600;
}

/* Información adicional */
.info-text {
  text-align: center;
  font-size: 0.875rem;
  color: #737373;
}

/* Responsive */
@media (max-width: 640px) {
  .container {
    margin: 20px auto;
    padding: 16px;
  }

  .current-value {
    font-size: 1.5rem;
  }

  .value-labels {
    font-size: 0.625rem;
  }
}


.text-green-600 {
    --tw-text-opacity: 1!important;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1))!important;
}

.border-green-600 {
    border-color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}