/* Header */
.header {
  background: url(/img/geral/headerBg.svg), var(--secondaryColorOpacity);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 260px; */
  background-position: center;
  position: relative;
  min-height: 790px;
}

.overlay {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  margin-top: -199px;
  background: url(/img/overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
}

.leftHeader img {
  margin-block: 50px;
}

.header::after {
  content: '';
  background: url(/img/geral/headerAfterBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 750px;
  height: 620px;
  display: block;
  position: absolute;
  right: 18%;
  z-index: 0;
  bottom: 56px;
}

.geralImg {
  position: relative;
  bottom: -80px;
  z-index: 1;
  width: 100%;
  height: auto;
}

.leftHeader h1 {
  color: #fff;
  background: var(--primaryColor);
  padding: 10px 25px;
  font-size: 30px;
  font-weight: 300;
  border-radius: 20px;
  width: auto;
}

.leftHeader h2 {
  font-size: 50px;
  text-wrap: balance;
  color: var(--primaryColor);
  font-weight: 600;
  line-height: 50px;
  margin-block: 30px 45px;
}

.leftHeader p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  text-wrap: balance;
  max-width: 300px;
  color: var(--primaryColor);
}

.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);
}

.logo img {
  max-height: 80px;
}

/* Courses */
.courses {
  padding: 0 0 65px;
  margin-top: 30px;
}

.courses h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primaryColor);
  margin: 0 0 70px;
}

.courseList {
  row-gap: 45px;
  display: flex;
  justify-content: center;
}

.courseCard {
  display: flex;
  justify-content: center;
}

.card {
  padding: 0;
  background: var(--secondaryColorOpacity);
  width: 375px;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 15px 5px #00000043;
}

.card img {
  padding: 30px;
  border-radius: 50px;
}

.card h5 {
  padding: 0 30px;
  color: var(--primaryColor);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-wrap: balance;
}

.card h6 {
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  margin: auto 0 0 0;
  color: var(--primaryColor);
}

.card .endCard {
  margin-top: 20px;
  background-color: var(--primaryColor);
  border-radius: 0 0 20px 20px;
  height: 100px;
}

.card p {
  line-height: 1.3;
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
}

.card a {
  text-decoration: none;
  color: #fff;
  background: var(--secondaryColor);
  font-size: 20px;
  margin-right: 30px;
  border-radius: 20px;
  font-weight: 600;
  height: 60px;
  width: 140px;
  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 100px;
  border-radius: 80px;
  background-color: var(--secondaryColorOpacity);
  background-image: url(/img/geral/benef_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 60%;
}

.beneficios h1 {
  color: var(--primaryColor);
  font-size: 38px;
  margin-bottom: 70px;
  font-weight: 700;
}

.beneficiosSlider {
  display: flex;
  justify-content: space-evenly;
}

.beneficios .card {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  padding: 0;
  gap: 15px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: var(--secondaryColorOpacity);
  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;
}

.beneficios .card {
  padding: 55px 15px 30px 15px;
  max-width: 225px;
  width: 90%;
  height: auto;
  box-shadow: none;
}

.beneficios .card img {
  position: absolute;
  padding: 0;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}

.beneficios .card h6 {
  text-align: center;
  font-size: 16px;
  padding: 0;
  margin: 0 auto 15px;
  font-weight: 700;
  justify-content: center;
  text-wrap: balance;
}

.up {
  margin-top: -40px;
}

.down {
  margin-bottom: -40px;
}

.beneficios .padded {
  margin: 0 20px 0;
}

.beneficiosSlider .slick-list {
  padding: 80px !important;
}

.beneficios p {
  font-size: 16px;
  text-align: center;
  text-wrap: balance;
  margin: 5px auto auto;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: var(--primaryColor);
}

/* Testimonies */
.testimonies {
  padding: 80px 0;
}

.testimonies h1 {
  color: var(--primaryColor);
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 50px;
}

.testimonies .slick-track {
  padding: 0 0 30px 0;
}

.testimonies .cardContainer {
  padding: 20px 0;
}

.testimonies .card .stars,
.testimonies .card img {
  padding: 0;
}

.testimonies .card {
  transition: transform 0.6s ease, opacity 0.6s ease;
  padding: 25px;
  height: auto;
  align-items: flex-start;
  transform: scale(0.60);
  opacity: 0.6;
  max-width: 520px;
  width: 100%;
}

.testimonies .cardContainer.slick-current .card {
  transform: scale(1);
  opacity: 1;
}

/* .testimonies .cardContainer:not(.slick-center) .card {} */


/* .testimonies .cardContainer.left-of-center {
  transform: scale(0.5);
}

.testimonies .cardContainer.right-of-center {
  transform: scale(0.5);
} */

.testimonies .card .stars {
  margin: auto 0 15px;
  width: 140px;
}

.testimonies .card h5 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
  color: var(--primaryColor);
}

.testimonies .card p {
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.12;
  color: var(--primaryColor);
}

.testimonies .card img {
  width: 50px;
}

.testimonies .card h4 {
  margin-left: 10px;
  font-size: 16px;
  color: var(--secondaryColor);
}

.testimonies .card h3 {
  font-size: 95px;
  margin: 0;
  height: 70px;
  font-weight: 700;
  color: #6095FA80;
}

/* FAQ */
.faq {
  border-radius: 80px;
  padding: 60px 0 100px;
  background: var(--secondaryColorOpacity);
  position: relative;
}

.faq h1 {
  color: var(--primaryColor);
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
}

.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;
  font-weight: 700;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}

.accordion-button {
  color: var(--primaryColor);
  font-weight: 400;
  font-size: 18px;
}

.accordion-item:first-of-type {
  border-top: 2px solid var(--secondaryColor)
}

.accordion-item {
  font-size: 20px;
  border-bottom: 2px solid var(--secondaryColor);
}

.accordion-body {
  color: var(--primaryColor);
  padding-block: 0 10px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

/* Footer section */
.footer {
  background: url(/img/geral/footerBg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 0;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.footer .cta {
  font-size: 20px;
  font-weight: 700;
  max-width: 240px;
  border-radius: 20px;
  height: 60px;
  border: none;
  margin-top: 50px;
  outline: none;
  display: block;
  background-color: var(--secondaryColor);
}

.footer .cta:hover {
  background-color: var(--terciaryColor);
  color: #fff;
}


.footer h1 {
  font-size: 40px;
  margin: 0;
  font-weight: 800;
  color: var(--primaryColor);
}

.footer h2 {
  color: var(--primaryColor);
  font-size: 30px;
  text-wrap: balance;
  font-weight: 400;
}

.footerRight {
  position: relative;
}

.footerRight img {
  position: relative;
  bottom: -35px;
}

#section-ads {
  height: 100px;
  border-radius: 80px 80px 0 0;
  background: var(--secondaryColorOpacity);
}

/* @media(max-width: 1600px) {
  .header {
    padding-bottom: 200px;
  }
} */

@media(min-width: 1700px) {
  .overlay {
    height: 260px;
    margin-top: -250px;
  }
}

@media(max-width: 1500px) {
  .beneficios .card {
    width: 90%;
  }
}

@media (max-width: 1400px) {
  .geralImg {
    bottom: -196px;
  }

  .header::after {
    right: 9%;
    z-index: 0;
    bottom: 30px;
  }
}

@media(max-width: 1300px) {
  .courseDetails .row {
    gap: 50px;
  }

  .beneficios .cardContainer {
    transition: all 0.3s ease;
  }

  /* .beneficios .cardContainer:not(.slick-active) {
    opacity: 0;
  } */
}

@media(max-width: 1200px) {
  .overlay {
    height: 145px;
    margin-top: -145px;
  }

  .geralImg {
    bottom: -277px;
  }

  .header::after {
    right: 0;
    width: 60%;
  }

  .courseDetails .row {
    gap: 20px;
  }

  .footerRight img {
    display: none;
  }

  .beneficios h1 {
    text-wrap: balance;
  }

  .beneficios .cardContainer.slick-active {
    position: relative;
  }

  .beneficios .cardContainer.slick-active:nth-child(even) {
    bottom: -40px;
  }

  .beneficios h1 {
    margin-bottom: 0;
  }

  .courseCard .card h6 {
    font-size: 14px;
  }

  .courseCard .card h5 {
    font-size: 20px;
  }

  .card .endCard {
    height: auto;
    flex-direction: column;
    padding: 15px 0 20px;
  }

  .endCard p {
    margin: auto;
  }

  .endCard a {
    margin: 20px auto 0;
  }

  .beneficios {
    padding: 50px 0 40px;
  }

  .beneficios .card {
    background-color: #fff;
  }

  .beneficios .slick-dots li button {
    margin-top: 20px;
    background-color: #171F541A;
  }

  .beneficios .slick-dots .slick-active button {
    background-color: var(--primaryColor);
  }

  .beneficios .card h6 {
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin: 15px auto 10px;
    font-weight: 700;
    justify-content: center;
    text-wrap: balance;
  }

  .beneficios .cardContainer:not(.slick-active) {
    opacity: 0;
  }

  .beneficios h1 {
    text-wrap: balance;
  }

  .up,
  .down {
    margin: unset;
  }

  .beneficios .cardContainer.slick-active:nth-child(even) {
    position: relative;
    bottom: -40px;
  }

  .fixedForm {
    right: 10px;
  }

  .footer {
    min-height: unset;
    padding-block: 80px;
  }

  .footer h2,
  .footer h1 {
    text-align: center;
    max-width: 500px;
  }

  .footer .cta {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }

  .leftHeader .cta {
    display: block;
    margin: 35px auto 25px;
  }
}

@media(max-width: 992px) {
  .overlay {
    height: 120px;
    margin-top: -119px;
  }


  .leftHeader .img-fluid {
    display: block;
    margin: 35px auto 25px;
  }

  .courses {
    margin-top: 0;
  }

  .leftHeader h2,
  .leftHeader p {
    text-align: center;
    text-wrap: balance;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leftHeader h2 {
    line-height: 1.1;
  }

  .header {
    background-size: 150%;
    background-position: 40% 40%;
    padding-bottom: 170px;
  }

  .header .geralImg {
    margin: auto;
    display: block;
    height: auto;
    bottom: -140px;
    width: 75%;
  }

  .header .leftHeader h1 {
    padding: 10px 25px;
    margin-top: 30px;
  }

  .fixedForm {
    position: relative;
    height: auto;
    width: 100%;
    right: 0;
    top: 0;
    justify-content: center;
    margin-bottom: 240px;
  }

  .leftHeader h1,
  .leftHeader h2 {
    margin-bottom: 20px;
  }

  .leftHeader p {
    margin-bottom: -80px;
  }

  .descContainer {
    margin: 0 auto 30px;
  }

  .description h5 {
    text-align: center;
  }

  .testimonies .cardContainer.slick-active:first-of-type {
    transform: scale(0.4) translate(-50%);
  }

  /* .header .col-xl-5 .img-fluid {
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
  } */


  .courseDetails .row {
    justify-content: space-between;
  }

  .description h5 {
    text-wrap: balance;
  }

  .description {
    padding-bottom: 0;
  }

  .accordionContainer {
    padding: 30px 15px;
  }

  .accordionContainer p {
    font-size: 18px;
    margin: 20px 0;
  }

  .accordion p {
    margin: 0;
    font-size: 15px;
  }

  .cardContainer {
    padding: 20px 0 20px;
  }

  .beneficios {
    padding: 50px 0 40px;
  }

  .leftHeader h1,
  .leftHeader h2,
  .leftHeader p,
  .footer h1,
  .footer h2,
  .selos h4 {
    text-align: center;
    text-wrap: balance;
    padding-left: 10px;
    padding-right: 10px;
  }

  .selos h4 {
    margin: 40px auto 20px;
  }

  .leftHeader h1 {
    max-width: 380px;
    margin: auto;
  }

  .leftHeader h1 span {
    color: var(--primaryColor);
    font-family: Outfit;
    font-size: 37.714px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: block;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--grey);
    text-decoration-thickness: 15%;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .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;
  }

  .header .img-fluid {
    z-index: 1;
  }

  .cursoImg,
  .header::after {
    right: 50%;
    transform: translate(50%, -20%);
    bottom: 0;
  }

  .header::after {
    bottom: -38px;
    width: 70%;
    height: 430px;
  }


  .description {
    padding-top: 40px;
  }
}

@media(max-width: 768px) {
  .beneficiosSlider .slick-list {
    padding: 50px !important;
  }

  .header::after {
    height: 380px;
    right: 40%;
  }

  .leftHeader h1,
  .leftHeader h2,
  .leftHeader p,
  .footer h1,
  .footer h2,
  .selos h4,
  .beneficios h1,
  .testimonies h1,
  .faq h1 {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .leftHeader p {
    font-size: 22px;
  }

  .logoContainer {
    min-height: unset;
  }

  .logoSlider .logo img {
    max-height: 75px;
  }

  .courses {
    padding: 0;
  }

  .courses h1 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .courses h3 {
    margin-bottom: 0;
  }

  .accordion-body {
    font-size: 16px;
    line-height: 1.1;
  }

  .row,
  .courses {
    --bs-gutter-x: 0;
  }

  .courseCard .card h5,
  .courseCard .card h6 {
    justify-content: center;
    text-align: center;
    text-wrap: balance;
  }

  .beneficios {
    margin-top: 40px;
  }

  .courseDetails .row {
    justify-content: center;
  }

  .description h5 {
    font-size: 16px;
    text-align: center;
    text-wrap: pretty;
  }

  .description .filter-black {
    display: none;
  }


  .description {
    padding-top: 30px;
  }

  .accordion-button:not(.collapsed),
  .accordion-item,
  .accordion-button,
  .accordion-button:focus {
    text-wrap: balance;
    font-size: 20px;
  }

  .testimonies .card {
    height: auto
  }

  .beneficios h1 {
    margin-bottom: 0;
  }

  .footer h2 {
    font-size: 20px;
  }

}

@media(max-width: 600px) {
  #faqAccordion {
    max-width: 375px;
  }

  .accordion-body {
    font-size: 15px;
    line-height: 1.1;
  }

  .testimonies .cardContainer {
    padding: 20px 35px;
  }
}

@media(max-width: 500px) {

  .header::after {
    height: 297px;
    width: 80%;
    right: 50%;
  }

  .leftHeader {
    padding-inline: 20px;
  }

  .beneficiosSlider .slick-list {
    padding: 0 !important;
  }

  .leftHeader h2,
  .leftHeader h1 span {
    font-size: 26px;
  }

  .leftHeader h1 {
    font-size: 20px;
  }

  .leftHeader p {
    font-size: 18px;
  }

  .logoSlider .logo img {
    max-height: 55px;
  }

  .courses {
    padding: 0 20px 40px;
  }

  .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;
  }

  .description {
    padding-top: 25px;
  }

  .arrowContainer {
    margin-bottom: 15px;
  }

  .accordionContainer h2,
  .accordionContainer h1 {
    font-size: 28px;
  }

  .beneficiosSlider .slick-list {
    padding: 40px 0 !important;
  }

  .beneficios .cardContainer.slick-active:nth-child(even) {
    bottom: 0;
  }
}

@media(max-width: 450px) {
  .header {
    min-height: unset;
  }

  .testimonies .cardContainer {
    padding: 40px 0 15px;
  }

  .testimonies .card h5,
  .testimonies .card .stars {
    margin: 0 auto 10px;
  }

  .testimonies .card h5 {
    text-align: center;
  }
  
  .testimonies .card { 
      width: 92%;
  }

  .beneficios .cardContainer {
    padding: 30px 0;
  }

  .testimonies .card p {
    text-align: center;
    font-size: 14px;
  }

  .descContainer {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer h2 {
    font-size: 18px;
  }

  .nav .btn {
    padding: 15px 15px 15px 20px;
  }

  .testimonies h1 {
    margin-bottom: 0;
  }

  .testimonies {
    padding-bottom: 30px;
  }
}

@media(max-width: 375px) {
  .header::after {
    height: 268px;
  }

  .fixedForm {
    margin-bottom: 150px;
  }

  .descContainer {
    justify-content: space-between;
  }

  .accordionContainer h2,
  .accordionContainer h1 {
    font-size: 24px;
  }

  .accordion .accordion-button {
    font-size: 16px;
  }

  .accordionContainer p {
    font-size: 15px;
  }

  .form-inputs,
  .check-container {
    max-width: 280px;
    margin: 10px auto 0;
  }

  .courses h1 {
    margin-top: 0;
  }

  .accordion p {
    font-size: 14px;
  }

  .leftHeader .cta {
    font-size: 20px;
  }

  .leftHeader .img-fluid {
    max-width: 160px;
    margin: 15px auto 10px;
  }

  .leftHeader .cta {
    margin: 10px auto 20px;
  }

  .form-button {
    margin: 20px auto 25px;
  }

  .courseDetails {
    text-align: center;
    padding: 20px 30px;
    text-wrap: balance;
  }
}