    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }
    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/HelveticaNeue-Light.otf') format('truetype');
      font-weight: 100;
      font-style: normal;
    }
    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/HelveticaNeue-Thin.otf') format('truetype');
      font-weight: 200;
      font-style: normal;
    }
    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/HelveticaNeue-Light.otf') format('truetype');
      font-weight: 300;
      font-style: normal;
    }
    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/HelveticaNeue-Roman.otf') format('truetype');
      font-weight: 400;
      font-style: normal;
    }
    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/HelveticaNeue-Medium.otf') format('truetype');
      font-weight: 500;
      font-style: normal;
    }
    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
    }
    .lnk-pp{
    color:#fff;
    text-decoration:none;
    }
    .hero-text { 
      padding: 60px 30px 0 0;
    }

    .hero-text h1 {
      font-family: 'Helvetica', sans-serif;
      font-weight: 200;
      font-size: 56px;
      margin-top: 25px;
    }
    .section-red{
      background-color: #c80d3a;
      padding: 60px 55px;
      margin-top: 53px;
    }
    h2{
      font-family: 'Helvetica', sans-serif;
      font-weight: 200;
      font-size: 36px;
    } 
    .section-red h2{
      color:#fff;
    }
    .section-red h4{
      font-family: 'Helvetica', sans-serif;
      font-weight: 500 ;
      font-size: 20px;
      color:#fff;
    }
     .programs h4{
      font-family: 'Helvetica', sans-serif;
      font-weight: 500 ;
      font-size: 20px;
      color:#231F20;
     }
     .programs p{
      color:#2A2627;
      font-family: 'Helvetica', sans-serif;
      font-weight: 100;
      font-size:16px;
      margin: 20px 14px;
     }
    p {
      font-family: 'Helvetica', sans-serif;
      font-weight: 300;
      font-size: 20px;
    }

    .strong-font {
      font-weight: bold;
    }

    .form-section {
      position: absolute;
    }

    .form-box {
      background: white;
      padding: 47px 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    form {
      display: flex;
      flex-direction: column;
    }

    h5 {
      font-family: 'Helvetica', sans-serif;
      font-size: 20px;
    }

    .btn-asesoria {
      position: absolute;
      bottom: 0;
      right: 65px;
      background-color: #cc0044;
      color: white;
      border-radius: 50%;
      padding: 20px;
      width: 110px;
      height: 110px;
      font-size: 0.75rem;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      border: none;
      font-family: 'Helvetica', sans-serif;
      font-weight: 600;
      font-size: 14px;
    }

    .bg-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .logo {
      width: 30%;
    }

    .bg-mara {
      background-image: url('../img/background_marangoni.jpg');
      background-size: cover;
      margin-top: -50px;
    }

    .ht {
      height: 332px;
    }

    .txt-form {
      font-size: 14px;
      padding: 5px 40px;
    }

    input,
    select {
      border: 1px solid #707070 !important;
      margin: 0;
    }
    input::placeholder,
    textarea::placeholder {
      color: #AAAAAA !important;           /* Color del texto del placeholder */
      font-size: 14px;
      font-family: 'Helvetica', sans-serif;
      font-weight: 400;
      opacity: 1;            /* Para que no sea transparente */
    }

    .form-select{
      color: #AAAAAA !important;
      font-size: 14px;
      font-family: 'Helvetica', sans-serif;
      font-weight: 400;
    }
    /* Estilo a la opción tipo placeholder */
    select:invalid {
      color: #AAAAAA;
    }
    .nivengl{
      width: 49%;
    }
    .text-end{
      position: relative;
    }
    .form-check-label{
      font-size: 14px;
      font-family: 'Helvetica', sans-serif;
      font-weight: 400;
      color: #2A2627;
    }
    .lst{
      margin-top: 44px;
    }
    .fa-angle-right{
      color:#fff;
      font-size: 14px;
    }
    li{
      font-size: 14px;
      font-family: 'Helvetica', sans-serif;
      font-weight: 100;
      color:#fff;
      margin-bottom: 10px;
    }
    .lst h4{
      height: 44px;
      margin-bottom: 21px;
      
    }
    .info {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 19px;
      margin-top: 2rem;
      margin-bottom: 1rem;
    }

    .info p {
      flex: 1;
      margin: 0;
      padding: 0 10px;
      font-size: 16px;
      line-height: 1;
      display: flex;
      align-items: center;
      height: 100%;
    }

    /* Bordes a la izquierda de los 2 últimos */
    .info p:nth-child(2),
    .info p:nth-child(3) {
      border-left: 2px solid #000;
    }

    /* Alineaciones */
    .info p:nth-child(1) {
      justify-content: flex-end;
      text-align: right;
    }

    .info p:nth-child(2) {
      justify-content: center;
      text-align: center;
    }

    .info p:nth-child(3) {
      justify-content: flex-start;
      text-align: left;
    }
    .img-program{
      margin-top: 20px;
    }
    .hist{
      margin-top: 68px;
    }
  .testimonial-section {
    background-color: #231F20;
    color: #fff;
    padding: 4rem 1rem;
    margin-top: 68px;
  }

  .testimonial-section h2 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 36px;
  }

  .testimonial-section h2 span {
    font-weight: 600;
  }

  .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: .59;
  }

  .carousel-indicators .active {
    background-color: #C80D3A;
  }

  .testimonial-box {
    padding: 20px;
    text-align: left;
  }

  .testimonial-box p:first-child {
    font-style: italic;
    font-size: 16px;
    color: #B2B3B7;
  }

  .testimonial-box h5 {
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .testimonial-box p:last-of-type {
    font-weight: 500;
    font-size: 20px;
    color: #B2B3B7;
  }

  .btn-latam {
    background-color: #C80D3A;
    border: 1px solid #F22153;
    padding: 12px 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 46px;
    font-size: 16px;
    width: 80%;
    color: #FFFFFF;
  }
  .btn-latam:hover{
    border: 1px solid #F22153;
  }
  .accordion-button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0 !important;
    font-weight: bold;
    color: #000;
    box-shadow: none;
    justify-content: space-between;
    text-transform: uppercase;
  }

  .accordion-button:not(.collapsed) {
    background-color: #231f20;
    color: #fff;
  }

  .accordion-button::after {
    content: '+';
    background-image: none !important;
    font-size: 1.5rem;
    color: #000;
  }

  .accordion-button:not(.collapsed)::after {
    content: '+';
    color: #fff;
  }

  .accordion-body {
    background-color: #f8f9fa;
    padding: 1rem 1.25rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .accordion-header{
    margin-bottom: 20px;
  }
  .accordion-body{
    border: none;
    padding: 0px 1.25rem 15px;
  }
  .accordion-button{
    font-size: 14px;
  }
  .accordion-button::after {
  content: '+';
  font-size: 1.5rem;
  margin-left: auto;
  background-image: none !important;
  color: #000;
  font-weight: bold;
  transition: transform 0.3s;
}

.accordion-button[aria-expanded="true"]::after {
  content: '–'; /* guion largo */
  color: #fff;   /* si fondo es oscuro */
}
  .accordion-button[aria-expanded="true"]:after {
  margin-top: 15px;
}
.btn-faq{
  background-color: #C80D3A;
  color: #fff;
  border: 1px solid #F22153;
  height: 47px;
  line-height: 36px;
}
.btn-faq:hover{
  border: 1px solid #F22153;
}
  .carousel-indicators{
    bottom: -61px;
  }
  footer{
    background: #231F20;
    padding: 5px;
  }
  footer p{
    font-weight: 100;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    margin: 0;
  }
  .error{
      color: red;
      font-size: 12px;
  }
  form{
      text-align: left;
  }
  b,strong{
      font-weight: bold;
  }
   @media (max-width: 768px) {
    .testimonial-section h2 {
      font-size: 18px;
    }

    .testimonial-box p:first-child {
      font-size: 14px;
    }

    .btn-latam {
      font-size: 13px;
      padding: 10px 20px;
    }
     .lst h4{
        height: 95px; 
      }
      .section-red{
        padding: 10% 5%;
      }
      .programs{
        margin-top: 0px !important;
      }
      .programs div h4{
        margin-top: 45px;
      }
      .hero-text{
        padding: 5%;
      }
      .logo {
      width: 70%;
    }

  }
    @media (max-width: 576px) {
      .form-box {
        margin: 20px 15px;
      }
      .hero-text{
        padding: 5%;
      }
      .hero-text h1{
        font-size: 40px;
        text-align: center;
      }
      .btn-asesoria{
        right: 8px;
      }
      .nivengl {
        width: 100%;
      }
      .section-red{
        padding: 10% 5%;
      }
      .lst h4{
        height: auto; 
      }
      .programs div h4{
        margin-top: 45px;
      }
      .logo {
      width: 70%;
    }
    .faqs{
      padding: 10% 5%;
    }
    }