.custom-container {
  --max-width: 1320px;
  --padding: 2rem;
  width: min(var(--max-width), 100% - (2 * var(--padding)));
  margin: 0 auto;
}

/* 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;
}

.modal-header {
  justify-content: space-between;
}

.overlay {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  background: url(/img/overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
  margin-top: -198px;
}

.leftHeader img {
  margin-top: 100px;
  margin-block: 70px 60px;
}

.leftHeader::after {
  content: '';
  background: url(/img/cursos/header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 550px;
  height: 600px;
  display: block;
  position: absolute;
  right: 50%;
  z-index: 1;
  bottom: -150px;
  transform: translate(50%);
}

.leftHeader h1 {
  color: #fff;
  background: var(--primaryColor);
  padding: 13px 25px;
  font-size: 28px;
  font-weight: 300;
  border-radius: 20px;
  width: auto;
  margin: 0;
}

.leftHeader h2 {
  font-size: 40px;
  line-height: 1.1;
  text-wrap: balance;
  color: var(--primaryColor);
  font-weight: 700;
  margin-block: 30px;
}

.leftHeader p {
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
  max-width: 90%;
  min-height: 150px;
  text-wrap: balance;
  margin-right: auto;
  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;
}

.courseDetails {
  padding: 20px 0;
  background-color: var(--grey);
}

.courseDetails .row {
  gap: 150px;
}

.courseDetails h2 {
  width: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.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);
}

::placeholder {
  color: var(--grey);
}

.nav .btn {
  width: 100%;
  background-color: var(--primaryColor);
  border-radius: 0;
  color: #fff;
  text-align: left;
  text-wrap: balance;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: none;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
  outline: none;
  padding: 25px 40px 20px 45px
}

.nav .dropdown-toggle::after,
.dropdown-toggle::after {
  border: none;
  min-width: 15px;
  overflow: visible;
  height: 15px;
  border-bottom: 2px solid var(--white, #FFF);
  border-left: 2px solid var(--white, #FFF);
  transform: rotate(-45deg);
  margin-bottom: 5px;
}

label.error {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
  color: red;
}

.dropdown-item {
  line-height: 1.1;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 1rem;
  border-radius: 0 !important;
}

.dropdown-menu {
  margin-top: -2px !important;
  border-radius: 0 !important;
}

.form-inputs .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-inputs .dropdown-toggle::after {
  border-bottom: 1.5px solid var(--grey);
  border-left: 1.5px solid var(--grey);
  width: 12px;
  height: 12px;
  margin-bottom: 0;
  padding: 5px;
}

.form-check {
  max-width: 330px;
  width: 85%;
  padding: 0;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#politica-link {
  color: #6095FA;
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: underline;
}

.modal .btn {
  background-color: var(--secondaryColor) !important;
  color: #fff !important;
  max-width: 220px;
  margin: auto;
  border-radius: 20px;
}

.modal .btn:hover {
  background-color: var(--terciaryColor) !important;
}

.form-button {
  background-color: var(--secondaryColor);
  border-radius: 20px;
  width: 220px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 700;
  margin: 30px auto 40px;
  display: block;
}

.form-button:hover {
  background-color: var(--terciaryColor);
  color: #fff;
}

.form-inputs .btn-secondary {
  background-color: transparent;
  color: var(--grey);
  font-size: 16px;
  border: none;
  padding: 0;
  border-radius: 0;
}

/* Sticky Form */
.container {
  transform: translateY(0);
}

.cursoImg {
  padding-top: 0;
  max-height: 500px;
  position: absolute;
  bottom: -200px;
  z-index: 2;
  right: 52%;
  transform: translate(50%, 0%);
}


.fixedForm {
  display: flex;
  position: fixed;
  right: 50px;
  align-items: center;
  z-index: 999;
  top: 100px;
}

.dropdown-menu.show {
  width: 100%;
  padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--primaryColor);
  color: #fff;

}

.fixedForm .dropdown-item {
  text-wrap: balance;
}

.fixedForm .dropdown-menu.show li {
  border-bottom: 1px solid var(--secondaryColorOpacity);
}

.fixedForm {
  transition: all 0.3s ease-in;
}

.fixedForm a {
  color: var(--primaryColor);
}



#contactform {
  width: 400px;
  height: auto;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 15px 5px #00000043;
}

#contactform h1 {
  width: auto;
  font-size: 22px;
  font-weight: 700;
  margin: 30px auto 23px;
}

.form-inputs {
  border-bottom: 1px solid var(--grey);
  max-width: 330px;
  width: 85%;
  margin-bottom: 15px;
  padding-inline: 5px;
}

#contactform input {
  border: none;
  outline: none;
  margin: 0 auto 0;
  font-size: 18px;
}




/* Checkbox */
.check-container {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.check {
  position: relative;
  appearance: none;
}

.check-toggle {
  position: absolute;
  left: 0;
  top: 15%;
  height: 15px;
  width: 15px;
  border-radius: 0.25em;
  border: 2px solid var(--primaryColor);
}

.check-toggle+.check-svg {
  position: absolute;
  left: 0;
  top: 10%;
  height: 20px;
  width: 20px;
  transition: stroke-dashoffset 0.5s ease-out;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.check:checked+.check-toggle+.check-svg {
  stroke-dashoffset: 0;
}

.check-label {
  font-size: 16px;
  width: 100%;
  user-select: none;
  margin: 0;
}

/* Courses */
.description {
  padding: 30px 0 65px;
  margin-top: 30px;
}

.descContainer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 60px;
  margin-bottom: 30px;
}

.description .descContainer h5 {
  font-size: 25px;
  text-wrap: balance;
  margin: 0;
  font-weight: 700;
  color: var(--primaryColor);
}

.description h5 {
  font-size: 20px;
  font-weight: 300;
}

.description h5 b {
  font-weight: 700;
}

.description video {
  margin: 70px auto;
}

.description img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.output p {
  text-wrap: balance;
}

/* Courses */
.courseList {
  padding: 0;
}

.arrowContainer {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
}

/* #courseListPrev {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(21%) sepia(44%) saturate(3970%) hue-rotate(187deg) brightness(99%) contrast(87%);
  transform: rotate(-270deg);
  width: 30px;
  height: 30px;
  padding: 0;
}

#courseListNext {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(21%) sepia(44%) saturate(3970%) hue-rotate(187deg) brightness(99%) contrast(87%);
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  padding: 0;
} */

/* Courses */
.courses {
  padding: 0 0 65px;
}

.courses h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--primaryColor);
  margin: 80px 0 10px;
}

.courses h3 {
  color: var(--primaryColor);
  font-size: 20px;
  margin-bottom: 10px;
}

.courseList {
  row-gap: 45px;
}

.courseCard {
  display: flex;
  padding: 40px 0;
  justify-content: center;
}

.card {
  padding: 0;
  background: var(--secondaryColorOpacity);
  width: 90%;
  border: none;
  outline: none;
  border-radius: 30px;
  box-shadow: none;
  margin: auto;

}

.geral-course__card {
  max-width: 230px;
  padding: 16px 18px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.geral-course__img {
  padding: 0;
  border-radius: 20px;
  max-height: 170px;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
}

.card h5 {
  color: var(--primaryColor);
  margin-block: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
  align-items: center;
}

.card h6 {
  display: none;
}

.card .endCard {
  margin-top: auto;
  border-radius: 0 0 20px 20px;
  justify-content: center !important;
}

.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;
  border-radius: 16px;
  font-weight: 600;
  height: 40px;
  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: 60px 0 40px;
  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: 10px;
  font-weight: 700;
}

.beneficiosSlider {
  display: flex;
  justify-content: space-evenly;
}

.beneficios .card {
  background-color: #fff;
}

.beneficiosSlider .slick-list {
  padding-block: 40px !important;
}

.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;
  position: relative;
  bottom: 0;
  transition: all 0.5s ease;
}

.beneficiosSlider.cardContainer.slick-center {
  bottom: -40px;
}

.beneficios .card {
  padding: 55px 15px 30px 15px;
  max-width: 225px;
  width: 90%;
  height: 200px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beneficios .card img {
  position: absolute;
  padding: 0;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}

.beneficios .slick-dots li button,
.description .slick-dots li button {
  margin-top: 20px;
  background-color: #171F541A;
}

.beneficios .slick-dots li button {
  background-color: #DAE0ED;
}

.beneficios .slick-dots .slick-active button,
.description .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.slick-active:nth-child(odd), .down {
  bottom: -40px;
} */

.beneficios .cardContainer.down {
  bottom: -40px;
}


.beneficios .padded {
  margin: 0 20px 0;
}

.beneficios p {
  font-size: 16px;
  text-align: center;
  text-wrap: balance;
  margin: 0 auto;
  padding: 0;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: var(--primaryColor);
}

/* Testimonies */
.testimonies {
  padding: 0 0 80px;
}

.testimonies h1 {
  color: var(--primaryColor);
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 50px;
}

.testimonies .cardContainer {
  padding: 20px 0;
  transition: all 0.2s ease;
  max-width: 520px;
}

.testimonies .card .stars,
.testimonies .card img {
  padding: 0;
}

.testimonies .card {
  width: unset;
  max-width: 450px;
  padding: 25px;
  height: auto;
  transform: scale(0.60);
  opacity: 0.6;
  align-items: flex-start;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.testimonies .cardContainer.slick-current .card {
  transform: scale(1);
  opacity: 1;
}


/* .testimonies .cardContainer:not(.slick-center) {
  transform: scale(0.3);
  opacity: 0.7;
}

.testimonies .cardContainer.left-of-center {
  transform: scale(0.4);
}

.testimonies .cardContainer.right-of-center {
  transform: scale(0.4);
} */

.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: 14px;
  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;
}

.testimonies .slick-dots {
  margin-top: 30px;
}

.beneficios .slick-dots {
  margin-top: 15px;
}

.testimonies-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.testimonies-slider-wrapper::before,
.testimonies-slider-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 4;
  pointer-events: none;
}

.testimonies-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.testimonies-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}


/* 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);
}

@keyframes pulseScale {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.1;
  }

  100% {
    scale: 1;
  }
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000 !important;
}

.modal button.close {
  color: var(--primaryColor) !important;
}

.animate-scale {
  animation: pulseScale 0.9s ease-in-out;
}

/* messages for ty,error, particular */
.message-box h1 {
  margin: 0 !important;
  margin-bottom: 15px !important;
  font-size: 30px !important;
  color: var(--primaryColor);
  text-wrap: balance;
}

.message-box h5 {
  text-wrap: balance;
}

@media(min-width: 2000px) {
   .header {
       min-height: 817px;
    }
}

@media(min-width: 1700px) {
  .overlay {
    height: 260px;
    margin-top: -250px;
  }

}

@media(max-width: 1500px) {
  .beneficios .card {
    width: 90%;
  }
}

@media(max-width: 1400px) {
  .overlay {
    margin-top: -169px;
    height: 196px;
  }

  .cursoImg {
    right: 50%;
    max-height: 400px;
    bottom: -188px;
  }
}

@media(max-width: 1300px) {
  .courseDetails .row {
    gap: 50px;
  }

  .overlay {
    margin-top: -256px;
    height: 257px;
  }
  
  .cursoImg {
    bottom: -156px;
    max-height: 358px;
  }

  /* .beneficios .cardContainer:not(.slick-active) {
    opacity: 0;
  } */
}

@media(max-width: 1200px) {
  .overlay {
    height: 183px;
    margin-top: -178px; 
  }

  .courseDetails .row {
    gap: 20px;
  }

  .beneficios h1 {
    text-wrap: balance;
  }


  .fixedForm {
    right: 10px;
  }

  .leftHeader h2 {
    font-size: 42px;
    line-height: 45px;
  }

  .leftHeader {
    font-size: 24px;
  }

  .cursoImg {
    max-height: 360px;
    right: 45%;
    bottom: -125px;
  }

  .leftHeader::after {
    width: 469px;
    height: 550px;
    right: 41%;
    z-index: -10;
  }
}

@media(max-width: 991px) {
  .overlay {
    height: 120px;
    margin-top: -119px;
  }

  .header {
    background-size: 150%;
    background-position: 40% 40%;
  }

  .header .img-fluid {
    margin: auto;
    display: block;
  }

  .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: 40px;
    margin-right: unset;
  }

  .descContainer {
    margin-bottom: 45px;
  }

  .description h5 {
    text-align: center;
  }

  .testimonies .cardContainer.slick-active:first-of-type {
    transform: scale(0.4) translate(-50%);
  }


  .header {
    padding-bottom: 260px;
  }

  .leftHeader h2 {
    line-height: 1.2;
  }

  .leftHeader .img-fluid,
  .leftHeader .cta {
    display: block;
    margin: 35px auto 25px;
  }

  .courseDetails .row {
    justify-content: space-between;
  }

  .description h5 {
    text-wrap: balance;
  }

  .description {
    padding-bottom: 0;
    padding-top: 60px;
  }

  .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;
  }

  .beneficios__header {
    margin: 0 auto;
  }

  .beneficios h1 {
    margin: 0 auto;
  }

  .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;
  }

  .leftHeader p {
    min-height: 85px;
  }

  .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 {
    min-height: unset;
    padding-block: 80px;
  }

  .footer .cta {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }

  .header .img-fluid {
    z-index: 1;
  }

  .cursoImg,
  .leftHeader::after {
    right: 50%;
    bottom: -250px;
  }

  .description {
    padding-top: 40px;
  }

  .description__header {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .descContainer {
    margin-right: 0;
  }

  .description .descContainer h5 {
    font-size: 21px;
  }

}

@media(max-width: 768px) {
  .overlay {
    height: 65px;
    margin-top: -65px;
  }

  .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;
  }

  .testimonies {
    padding-top: 0;
  }

  .courses h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .courses h3 {
    margin-bottom: 0;
  }

  .row,
  .courses {
    --bs-gutter-x: 0;
  }

  .selosContainer .logo img {
    height: 60px;
  }

  .selos h4 {
    margin-bottom: 25px;
  }

  .selosContainer {
    column-gap: 30px;
  }

  .courseDetails .row {
    justify-content: center;
  }

  .description h5 {
    font-size: 16px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }


  .descContainer h5 {
    text-align: start;
  }

  .description .filter-black {
    display: none;
  }

  .accordion-body {
    font-size: 15px;
    line-height: 1.1;
  }

  .accordion-button:not(.collapsed),
  .accordion-item,
  .accordion-button,
  .accordion-button:focus {
    text-wrap: balance;
    font-size: 20px;
  }

  .beneficios h1 {
    margin-bottom: 0;
  }

  .footer h2 {
    font-size: 20px;
  }
}

@media(max-width: 600px) {
  #faqAccordion {
    max-width: 375px;
  }

  .leftHeader::after {
    width: 100%;
    height: 350px;
    right: 30%;
  }
}

@media(max-width: 500px) {
  .leftHeader {
    padding-inline: 20px;
  }

  .beneficiosSlider .slick-list {
    padding: 0 !important;
  }

  .cardContainer.slick-center {
    bottom: 0;
  }

  .beneficios .cardContainer.slick-active {
    bottom: -40px;
  }

  .leftHeader h1,
  .leftHeader h2,
  .leftHeader h1 span {
    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;
  }

  .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;
  }

  .cardContainer,
  .card {
    max-width: 100%;
  }


  .arrowContainer {
    margin-bottom: 15px;
  }

  .accordionContainer h2,
  .accordionContainer h1 {
    font-size: 28px;
  }

  .testimonies .cardContainer {
    width: auto;
    max-width: 320px;
  }

  .beneficiosSlider .slick-list {
    padding-bottom: 40px !important;
  }

  .cursoImg {
    width: 80%;
  }
  .fixedForm {
    margin-bottom: 160px;
  }
}

@media(max-width: 450px) {
  .beneficios h1 {
    font-size: 26px;
  }

  .testimonies .card h5,
  .testimonies .card .stars {
    margin: 0 auto 10px;
  }

  .testimonies .card p {
    text-align: center;
  }

  .descContainer {
    flex-direction: column;
  }

  .footer h2 {
    font-size: 18px;
  }

  .testimonies h1 {
    margin-bottom: 0;
  }

  .testimonies {
    padding-bottom: 30px;
  }
}

@media(max-width: 375px) {
  .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;
  }

  .selos h4 {
    font-size: 18px;
  }

  .selosContainer .logo img {
    height: 50px;
  }

  .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;
  }
}