/*
-Proxima Nova
*/
@font-face {
  display: swap;
  font-family: "Montserrat-Bold";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
}
@font-face {
  display: swap;
  font-family: "Montserrat-Light";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
}
@font-face {
  display: swap;
  font-family: "Montserrat-Regular";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
}
@font-face {
  display: swap;
  font-family: "Montserrat-Semibold";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght700&display=swap");
}
body {
  overflow-x: hidden !important;
}

.faq-container {
  padding: 30px 0;
}
.faq-container .faq-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #592D82;
  text-align: center;
  width: 95%;
  max-width: 1040px;
  margin: 0 auto 30px;
}
.faq-container .faq-content {
  width: 95%;
  margin: 0 auto;
  max-width: 850px;
}
.faq-container .faq-content .card {
  border: none;
  margin-top: 20px;
  /**
   * TODO: If wanna implements class instead of nth-child changes next classes
   */
}
.faq-container .faq-content .card .card-header {
  border: none;
  padding: 15px 50px 15px 15px;
}
.faq-container .faq-content .card .card-header .header-content {
  border: none;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: white;
  margin: 0;
  max-width: 750px;
  display: flex;
  align-items: center;
}
.faq-container .faq-content .card .card-header .header-content p {
  margin: 0;
}
.faq-container .faq-content .card .card-header .header-content[aria-expanded=false] .header-content-icon {
  /* IE 9 */
  /* Safari 3-8 */
  transform: rotate(0deg);
}
.faq-container .faq-content .card .card-header .header-content .header-content-icon {
  position: absolute;
  right: 10px;
  width: 30px;
  /* IE 9 */
  /* Safari 3-8 */
  transform: rotate(180deg);
}
.faq-container .faq-content .card .collapsing, .faq-container .faq-content .card .collapse {
  padding: 0;
}
.faq-container .faq-content .card .card-body {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  color: #707070;
  padding: 20px 0;
  /**
   * TODO: Check the list implementation for list content item
   */
}
.faq-container .faq-content .card .card-body ul.arrow-bullet {
  margin-top: 1rem;
  padding-left: 0;
}
.faq-container .faq-content .card .card-body ul.arrow-bullet li {
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  background-image: url("../img/flechas-bullets.png");
  padding-left: 25px;
}
.faq-container .faq-content .card:nth-child(3n-2) .card-header {
  background: #DF1683;
}
.faq-container .faq-content .card:nth-child(3n-1) .card-header {
  background: #592D82;
}
.faq-container .faq-content .card:nth-child(3n) .card-header {
  background: #1B75BB;
}
@media only screen and (min-width: 992px) {
  .faq-container {
    padding: 75px 0;
  }
  .faq-container .faq-title {
    font-size: 55px;
    line-height: 60px;
    width: 90%;
    margin: 0 auto 75px;
  }
  .faq-container .faq-content {
    width: 100%;
  }
  .faq-container .faq-content .card {
    margin-top: 40px;
  }
  .faq-container .faq-content .card .card-header {
    padding: 20px 1.25rem;
  }
  .faq-container .faq-content .card .card-header .header-content {
    font-size: 30px;
    line-height: 40px;
  }
  .faq-container .faq-content .card .card-header .header-content .header-content-icon {
    right: 20px;
    width: 55px;
  }
  .faq-container .faq-content .card .card-body {
    font-size: 18px;
    line-height: 24px;
  }
}

.faq-contact-container {
  padding: 30px 0;
  background-color: #592D82;
}
.faq-contact-container .faq-contact-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
}
.faq-contact-container .faq-contact-cont .faq-contact-title {
  text-align: center;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 28px;
  color: #ffffff;
  line-height: 32px;
  padding-bottom: 5px;
}
.faq-contact-container .faq-contact-cont .contact-form-thanks-content {
  width: 100%;
  margin: 0 auto;
  display: none;
  border-radius: 20px;
  background: #FFFFFF;
  opacity: 0.6;
  padding: 40px 80px;
}
.faq-contact-container .faq-contact-cont .contact-form-thanks-content .contact-form-thanks-content-title {
  text-align: center;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 28px;
  color: #592D82;
  line-height: 32px;
  margin-bottom: 10px;
}
.faq-contact-container .faq-contact-cont .contact-form-thanks-content .contact-form-thanks-content-subtitle {
  text-align: center;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px;
  color: #592D82;
  line-height: 24px;
  max-width: 300px;
  margin: 20px auto 0;
}
.faq-contact-container .faq-contact-cont .faq-contact-form {
  width: 100%;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .no-padd-sm {
  padding-right: 0;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group {
  margin-top: 10px;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input {
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  border: none;
  text-align: left;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  color: #592D82;
  line-height: 25px;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input:focus {
  outline: none;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #592D82;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input::-moz-placeholder { /* Firefox 19+ */
  color: #592D82;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input:-ms-input-placeholder { /* IE 10+ */
  color: #592D82;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input:-moz-placeholder { /* Firefox 18- */
  color: #592D82;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-submit-button-group {
  margin: 70px 0;
  text-align: center;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-submit-button-group .faq-submit-button {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #592D82;
  outline: none;
  border: 0;
  border-radius: 50px;
  padding: 10px 60px;
}
.faq-contact-container .faq-contact-cont .faq-contact-form .faq-submit-button-group .faq-submit-button:focus {
  outline: 0 auto -webkit-focus-ring-color;
}
@media only screen and (min-width: 992px) {
  .faq-contact-container {
    padding: 75px 0;
  }
  .faq-contact-container .faq-contact-cont .faq-contact-title {
    font-size: 55px;
    line-height: 60px;
    padding-bottom: 80px;
  }
  .faq-contact-container .faq-contact-cont .contact-form-thanks-content .contact-form-thanks-content-title {
    font-size: 55px;
    line-height: 60px;
  }
  .faq-contact-container .faq-contact-cont .contact-form-thanks-content .contact-form-thanks-content-title {
    font-size: 45px;
    line-height: 50px;
  }
  .faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group {
    margin-top: 20px;
  }
  .faq-contact-container .faq-contact-cont .faq-contact-form .faq-input-group .faq-input {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}/*# sourceMappingURL=faq.css.map */