/* Header */
.header {
  background: linear-gradient(103deg, rgba(230, 228, 233, 0.50) 0%, rgba(195, 195, 195, 0.50) 100%);
  ;
}

.leftHeader img {
  margin-top: 50px;
  margin-bottom: 90px;
}

.leftHeader h1 {
  color: var(--grey);
  font-size: 38px;
  font-weight: 800;
}

.leftHeader h2 {
  font-size: 38px;
  color: var(--primaryColor);
  font-weight: 600;
}

.leftHeader p {
  font-size: 24px;
  font-weight: 300;
  color: var(--grey);
}

.leftHeader .cta {
  margin: 35px 0 90px 0;
}

.cta {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Raleway';
  background-color: var(--primaryColor);
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 0;
}

.cta:hover {
  background-color: var(--terciaryColor);
  color: #fff;
}

.filter-black {
  filter: brightness(0.15);
}

.logoContainer {
  min-height: 190px;
  background-color: var(--secondaryColorOpacity);
}

.logo img {
  max-height: 80px;
}

.logoSlider .slick-track {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 30px 0;

}

.geral-header {
  height: 100%;
}

/* Courses */
.courses {
  background: linear-gradient(181deg, #FFF 0.59%, #E6E4E980 144.92%);
  padding: 90px 0 65px;
}

.courses h1 {
  font-size: 38px;
  font-weight: 800;
  color: var(--grey);
  margin: 0 0 70px;
}

.courseList {
  row-gap: 50px;
}

.courseCard {
  display: flex;
  justify-content: center;
}

.card {
  padding: 15px;
  width: 320px;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: 0 0 15px 5px #00000043;
}

.card h5 {
  height: 65px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.card p {
  line-height: 1.1;
  margin: 0;
  font-size: 13px;
}

.card a {
  text-decoration: none;
  color: #fff;
  background: var(--primaryColor);
  font-size: 14px;
  font-weight: 600;
  height: 35px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.card a:hover {
  background-color: var(--terciaryColor);
}

.btn-primary {
  border-radius: 0;
  outline: none;
  border: none;
  background-color: var(--primaryColor);
  font-size: 20px;
  font-weight: 700;
  width: 180px;
  height: 50px;
}

.btn-primary:hover {
  background-color: var(--terciaryColor);
}

/* Beneficios */
.beneficios {
  padding: 90px 0 60px;
}

.beneficios h1 {
  color: var(--grey);
  font-size: 38px;
  text-wrap: balance;
  font-weight: 800;
}

.beneficios-slider {
  display: flex;
  justify-content: space-evenly;
}

.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  padding: 0;
  gap: 15px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #000;
  border: none;
  transition: all 0.3s ease;
}

.slick-dots .slick-active button {
  transform: scale(1.2);
  background-color: var(--primaryColor);
}

.cardContainer {
  display: flex !important;
  justify-content: center;
  padding: 80px 0 60px;
}

.beneficios .card {
  padding: 0;
  box-shadow: 0px 5px 22.3px 0px rgba(0, 0, 0, 0.25);
}

.beneficios .card h5 {
  text-align: center;
  font-size: 16px;
  justify-content: center;
  height: 65px;
}

.beneficios .padded {
  margin: 0 20px 0;
}

.beneficios p {
  height: 85px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

/* Testimonies */
.testimonies {
  background-color: var(--secondaryColorOpacity);
  padding: 70px 0 45px;
}

.testimonies h1 {
  color: var(--grey);
  font-size: 38px;
  font-weight: 800;
}

.testimonies .card {
  width: 350px;
  height: 370px;
}

.testimonies .card img {
  height: 55px;
  width: 55px;
  margin: 30px auto 15px;
  display: block;
}

.testimonies .card h2 {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}

.testimonies .card h6 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.testimonies .card h5 {
  height: auto;
  text-align: center;
  font-weight: 600;
  justify-content: center;
}

.testimonies .card p {
  text-align: center;
  text-wrap: balance;
  line-height: 1.5;
}

.testimonies .card .stars {
  margin: auto auto 0;
  width: 140px;
}

/* FAQ */
.faq {
  padding: 60px 0 100px;
  background: linear-gradient(1deg, #FFF 0.59%, rgba(230, 228, 233, 0.50) 144.92%);
}

.faq h1 {
  font-size: 38px;
  margin-bottom: 50px;
  font-weight: 800;
}

.faq .accordion-button::after {
  background-image: url(/img/geral/faqDropdown.svg);
}

.accordion-button:not(.collapsed),
.accordion-item,
.accordion-button,
.accordion-button:focus {
  background-color: transparent;
  outline: none !important;
  border: none;
  box-shadow: none;
}

.accordion-button {
  color: #333 !important;
  font-weight: 700;
  font-size: 24px;
}

.accordion-item {
  font-size: 20px;
  border-bottom: 4px solid var(--grey);
}

/* Footer section */
.footer {
  background-color: var(--secondaryColorOpacity);
  padding: 75px 0;
}

.footer .cta {
  font-size: 24px;
  font-weight: 700;
  max-width: 320px;
  height: 60px;
  border: none;
  margin: 0 auto 0;
  outline: none;
  display: block;
}

.footer h1 {
  font-size: 38px;
  font-weight: 800;
}

.footer h2 {
  font-size: 38px;
  font-weight: 500;
}

/* Selos */
.selos {
  padding: 60px 0 50px;
}

.selos h4 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
}

.selosContainer {
  row-gap: 25px;
  column-gap: 10px;
}

.selosContainer .logo img {
  height: 80px;
  object-fit: contain;
}

@media(max-width: 1400px) {
  .selos {
    padding-top: 20px;
  }

  .selos h4 {
    margin: 40px 0 15px;
  }
}
@media(max-width: 1100px){
  .beneficios{
    --bs-gutter-x: 0;
  }
}
@media(max-width: 992px) {
  .header .img-fluid {
    margin: auto;
    display: block;
  }

  .leftHeader .img-fluid,
  .leftHeader .cta {
    display: block;
    margin: 35px auto 35px;
  }

  .leftHeader h1,
  .leftHeader h2,
  .leftHeader p,
  .footer h1,
  .footer h2,
  .selos h4 {
    text-align: center;
    text-wrap: balance;
  }

  .logoSlider .slick-track {
    max-width: unset;
    transform: unset;
  }

  .logoSlider .logo img {
    width: 100%;
    max-height: 110px;
    object-fit: contain;
  }

  .selosContainer {
    justify-content: center;
    row-gap: 35px;
    column-gap: 55px;
  }

  .footer .cta {
    margin-top: 40px;
    width: 320px;
  }
}

@media(max-width: 768px) {
  .geral-header {
    height: unset;
    width: 100%;
  }
    .beneficiosSlider{
        padding: 0;
    }
  .leftHeader h1,
  .leftHeader h2,
  .leftHeader p,
  .footer h1,
  .footer h2,
  .selos h4,
  .beneficios h1,
  .testimonies h1,
  .faq h1 {
    font-size: 30px;
  }
    .beneficios h1{
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
  .leftHeader p {
    font-size: 22px;
  }

  .logoContainer {
    min-height: unset;
  }

  .logoSlider .logo img {
    max-height: 75px;
  }

  .courses {
    padding: 50px 0 50px;
  }

  .courses h1 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .selosContainer .logo img {
    height: 60px;
  }

  .selos h4 {
    margin-bottom: 25px;
  }

  .selosContainer {
    column-gap: 30px;
  }
}

@media(max-width: 500px) {
  .leftHeader {
    padding-inline: 20px;
  }

  .leftHeader h1,
  .leftHeader h2 {
    font-size: 26px;
  }

  .leftHeader p {
    font-size: 18px;
  }

  .logoSlider .logo img {
    max-height: 55px;
  }

  .courses {
    padding: 40px 20px;
  }

  .courses h1 {
    font-size: 28px;
    text-wrap: balance;
    margin-bottom: 40px;
  }

  .footer .cta {
    width: 100%;
  }
    .selosContainer{
      column-gap: 10px;
      row-gap: 15px;
    }
  .accordion-button{
    font-size: 18px;
  }
  .accordion-body{
    font-size: 15px;
    line-height: 1.1;
  }
  .testimonies .card{
    width: 280px;
  }
}