@font-face {
  font-family: 'RubikRegular';
  font-style: normal;
  src: url(../fonts/Rubik-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'RubikBold';
  font-style: bold;
  src: url(../fonts/Rubik-Bold.ttf) format('woff2');
}

@font-face {
  font-family: 'SFPROBOLD';
  font-style: bold;
  src: url(../fonts/SFPRODISPLAYBOLD.OTF) format('woff2');
}

.curso-gratuito-faq {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  width: 100%;
  height: max-content;
  align-items: center;
  background-color: #FFFFFF;
}

.curso-gratuito-faq-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.curso-gratuito-faq-container h1 {
  margin: 0;
  font-family: SFPROBOLD;
  font-size: 56px;
  line-height: 70px;
  color: #06142D;
}

.curso-gratuito-accordion {
  width: 90%;
  max-width: 834px;
  height: max-content;
  margin-top: 32px;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #FF333B;
  font-family: RubikRegular;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #06142D;
}

.accordion-content span,
.accordion-content div {
  margin-left: 40px;
}

.accordion-item-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  border: none !important;
  border-bottom: 1px solid #FF333B !important;
}

.accordion-header {
  width: 100%;
}

.accordion-item-custom:last-child {
  border:none !important;
}

.accordion-item-custom button {
  font-family: RubikRegular;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #06142D;
}

.accordion-item-custom button:focus {
  border-color: #FFFFFF;
  box-shadow: none;
}

.accordion-item-custom button:not(.collapsed) {
  color: #424242;
  font-family: RubikBold;
  background-color: #FFFFFF;
  box-shadow: none;
}

.accordion-body {
  font-family: RubikRegular;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #424242;
}

@media screen and (max-width: 500px) {
  .accordion-item-custom button {
    font-size: 16px;
  }

  .accordion-body {
    font-size: 16px;
  }
}