@charset "UTF-8";
/*———— -Libraries- ————*/
/*———— -Settings- ————*/
/*———— -Typefaces etc- ————*/
/*———— -Z-indices- ————*/
/*———— -Colors- ————*/
/*———— -Gradients- ————*/
/*———— -Shadow- ————*/
/*———— -Animación- ————*/
.section-cu-faqs {
  margin-top: 11rem;
}

.layout-cu-faqs {
  width: 100%;
  max-width: 76.8rem;
  margin-left: auto;
  margin-right: auto;
}
.layout-cu-faqs__container {
  margin-bottom: 3rem;
  overflow-anchor: none;
}
.layout-cu-faqs__btn {
  background-color: #002956;
  color: #ffffff;
}

.cu-FAQ {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: transparent;
  border-bottom: 2px solid #c9d1d1;
  border-radius: 0;
  overflow: hidden;
  font-size: 1.8rem;
}
.cu-FAQ:first-of-type {
  margin-top: -1rem;
}
.cu-FAQ:last-child {
  border: 0;
}
.cu-FAQ__question {
  color: #0072bc;
  padding: 0;
  transition: color ease 300ms;
}
.cu-FAQ__question-text {
  font-size: 2.4rem;
}
@media (min-width: 480px) {
  .cu-FAQ__question:hover {
    color: #002956;
  }
}
.cu-FAQ__accordion-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-transform: none;
  position: relative;
  padding: 4rem 2.5rem 4.2rem 0;
  font-weight: 900;
  text-align: left;
  border: 1px solid transparent;
}
.cu-FAQ__accordion-btn:focus-visible {
  border: 1px solid #005fcc;
}
.cu-FAQ__accordion-btn span {
  display: block;
  padding-right: 2.5rem;
}
.cu-FAQ__accordion-btn::after {
  content: url(../assets/images/faq-chev.svg);
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.cu-FAQ__accordion-btn[aria-expanded=true]:after {
  transform: rotate(90deg);
}
.cu-FAQ__answer {
  padding-bottom: 3rem;
}
/*# sourceMappingURL=main.bundle.1.0.12.css.map */
