#highlights {
  border: 1px solid #d9d9d9;
  align-items: normal;
  overflow: hidden;
  max-width: 1600px;
  height: auto !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
.highlights-section{
  height: auto !important;
}
.highlights-portada {
  display: flex;
  width: 50%;
  background: radial-gradient(
    263.7% 106.65% at 71.66% 56.15%,
    #f01e0f 0%,
    #740800 100%
  );
  align-items: end;
  justify-content: center;
}
.highlights-portada img {
  width: 90%;
  object-fit: contain;
}
.form-info {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0 30px;
  justify-content: center;
  width: calc(50% - 60px);
}
.title-form {
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  color: #f01e0f;
  margin-bottom: 30px;
  transition: .5s all ease-in-out;
}
.form-info p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  margin: 0 2.5%;
  position: relative;
}
.faqContainer {
  width: 95%;
  margin: 0 2.5%;
}
.eachFaq {
  padding: 20px 0;
}
.eachFaq {
  border-left: 3px solid #ececec;
  transition: .5s all ease-in-out;
}
.eachFaq:nth-child(even) {
  background: rgba(204, 204, 204, 0.18);
  border-left: 3px solid #ccc;
}
.eachFaq.close h4:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
}
.eachFaq.open h4:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-content {
  margin: 20px 2.5% 0;
  font-size: 14px;
  line-height: 20px;
}
.accordion-content p {
  margin-bottom: 20px;
}
.eachFaq .title {
  cursor: pointer;
}
.eachFaq:hover .title {
  color: #f01e0f;
}
.eachFaq:hover{
  border-left: 3px solid #f01e0f;
}
.sliderConoce {
  width: 95%;
  margin: 60px 2.5%;
}
.containerSliderImg {
  margin: 0 10px;
}
.containerSliderImg img {
  width: 100%;
  aspect-ratio: 9/14;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.containerSlider {
  position: relative;
}


@media screen and (max-width: 1200px) {
  .title-form {
    font-size: 35px;
    line-height: 40px;
  }
  .eachFaq .title {
    font-size: 14px;
  }
  .form-info{
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .highlights-section {
    height: auto !important;
    margin-top: 20px;
  }
  #highlights {
    flex-direction: column;
    height: auto !important;
    margin-bottom: 30px;
  }
  .highlights-portada {
    width: 100%;
  }
  .form-info {
    width: calc(100% - 20px);
    padding: 20px 10px 0;
  }
  .title-form {
    font-size: 35px;
    line-height: 40px;
  }
  .eachFaq .title {
    font-weight: 600;
    width: 90%;
    font-size: 12px;
    line-height: 18px;
  }
  .form-info p{
    font-size: 12px;
    line-height: 18px;
  }
  .eachFaq.close h4:after, .eachFaq.open h4:after{
    right: -5%;
  }
  .accordion-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .sliderConoce {
    width: 100%;
    margin: 60px 0;
  }
  .title-form {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .containerSliderImg {
    margin: 0 5px;
  }
  .accordion-content p{
    margin-bottom: 10px;
  }
}
