/* Header */
.header {
  background: linear-gradient(103deg,rgba(230, 228, 233, 0.50) 0%,  #11629A26 20%, #11629A26 80%, rgba(230, 228, 233, 0.50) 100%);
  padding-top: 30px;
}

.leftHeader img {
  margin-top: 50px;
  margin-bottom: 90px;
}

.leftHeader h1 {
  color: var(--grey);
  font-size: 36px;
  font-weight: 800;
}
.position-relative{
    z-index: 10;
}
.leftHeader h1 span {
  font-weight: 400;
}

.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 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: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 30px 0;
  transform: unset !important;
}

::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;
  box-shadow: none;
  outline: none;
  padding: 15px 20px 15px 20px;
}

.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-top: -10px;
  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;
  width: 100%;
}

.form-inputs .dropdown-toggle img {
  height: 9px;
}

.form-inputs .dropdown-toggle::after {
  border-bottom: 1.5px solid var(--grey);
  border-left: 1.5px solid var(--grey);
  width: 11px;
  height: 14px;
  margin-bottom: 8px;
  padding: 5px;
  display: none;
}
.form-inputs .dropdown-menu {
  max-width: 100%;
  width: 350px !important;
}
.form-inputs .dropdown-menu.show {
  margin-left: -12px !important;
}
.form-option:hover, .form-option.selected, .form-input .dropdown-toggle:active {
  background: var(--primaryColor) !important;
  color: #fff !important;
}

.form-check {
  max-width: 330px;
  width: 85%;
  padding: 0;
}
.modal .btn{
  background-color: var(--primaryColor) !important;
  color: #fff !important;
  max-width: 220px;
  margin: auto;
  border-radius: 0 !important;
}
.modal .btn:hover{
  background-color: var(--terciaryColor) !important;
}
.form-button {
  background-color: var(--primaryColor);
  border-radius: 0;
  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;
  height: 530px;
  max-height: 635px;
}
.cursoImg.img-fluid {
  max-width: unset;
}
.fixedForm {
  display: flex;
  position: fixed;
  right: 50px; 
  align-items: center;
  z-index: 999;
  top: 40px;
}
.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: 0;
  box-shadow: 0 0 15px 5px #00000043;
}

#contactform h1 {
  font-size: 23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: var(--Blue, #11629A);
  text-decoration-thickness: 16.5%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 800;
  margin: 30px auto 23px;
  width: auto;
}

.form-inputs {
  border-bottom: 1px solid var(--grey);
  max-width: 100%;
  width: 350px;
  margin-bottom: 15px;
}

#contactform input {
  border: none;
  outline: none;
  margin: 0 auto 0;
}

/*Checkbox terms*/

.terms-text label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.terms-text label,
.terms-text a {
  color: var(--black);
}

.terms-text label.error {
  color: red;
}

.terms-text label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.terms-text a {
  font-weight: 500;
  text-decoration: underline;
}

.terms-text {
  text-align: center;
  margin-bottom: 10px;
}

.terms-text .path {
  stroke: var(--primaryColor);
}
.containerCheck {
  cursor: pointer;
  margin-right: 5px;
}

.containerCheck input {
  display: none;
}

.containerCheck svg {
  overflow: visible;
}

.path {
  fill: none;
  stroke: white;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.containerCheck input:checked~svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

/* Courses */
.description {
  padding: 90px 0 65px;
}

.description h5 {
  font-size: 20px;
  font-weight: 300;
}

.description h5 b {
  font-weight: 700;
}

.description video {
  margin: 30px auto 40px;
}

.description img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* Course Modules */
.modules {
  padding: 40px 0 0;
  background: linear-gradient(0deg, transparent 0%, transparent 20%, var(--secondaryColorOpacity) 20%, var(--secondaryColorOpacity) 80%, transparent 80%);
}

.accordionContainer {
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 75px 60px;
}

.accordionContainer h2,
.accordionContainer h1 {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
}

.accordionContainer h1 {
  color: var(--primaryColor);
  font-family: Outfit;
  font-size: 37.714px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  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;
}

.accordionContainer p {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin: 20px;
  font-weight: 400;
  color: var(--grey);
}

.accordionContainer .accordion-button {
  border-bottom: 2px solid var(--grey) !important;
}

.accordionContainer .accordion-button::after {
  filter: brightness(0);
  background-image: url(/img/geral/faqDropdown.svg);
}

.accordionContainer .accordion-item {
  border-bottom: none;
}

.accordion .accordion-button {
  font-size: 20px;
  font-weight: 600;
  text-wrap: balance;
}

.accordion * {
  border-radius: 0 !important;
}

.accordion p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: var(--grey);
  text-align: left;
}

/* 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;
}

.card {
  padding: 15px;
  width: auto;
  margin: 20px;
  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: 37px;
  font-weight: 800;
  text-wrap: balance;
}

.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: 30px auto 0;
  outline: none;
  display: block;
}

@keyframes pulseScale {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.1;
  }

  100% {
    scale: 1;
  }
}
.modal-content{
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: #000 !important;
}
.modal button.close{
  color: var(--primaryColor) !important;
}
.animate-scale {
  animation: pulseScale 0.9s ease-in-out;
}

.footer h1 {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
}

.footer h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 500;
}

/* Selos */
.selos {
  padding: 60px 0 50px;
}

.selos h4 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.selosContainer {
  row-gap: 25px;
  column-gap: 10px;
}

.selosContainer .logo img {
  height: 80px;
  object-fit: contain;
}

@media(max-width: 1440px) {
  .cursoImg{
    height: auto;
    min-height: 530px;
    max-height: 635px;
  }
}
@media(max-width: 1300px) {
  .courseDetails .row {
    gap: 50px;
  }
}

@media(max-width: 1200px) {
  .courseDetails .row {
    gap: 20px;
  }

  .fixedForm {
    right: 10px;
  }
}

@media(max-width: 1080px) {
  .contact-form .row {
    padding: 0 25px;
  }
  .fixedForm {
    right: 25px;
  }
  #contactform {
    width: 100%;
  }
  .form-inputs {
    padding: 0;
  }
  .form-inputs .dropdown-toggle img {
    height: 7px;
  }
}
@media(max-width: 991px) {
  #contactform {
    width: 400px;
  }
  .form-check {
    width: 100%;
  }
  .header .img-fluid {
    margin: auto;
    display: block;
  }
  .form-inputs .dropdown-menu.show {
    margin-left: 0 !important;
  }
  .fixedForm {
    position: relative;
    height: auto;
    width: 100%;
    right: 0;
    top: 0;
    justify-content: center;
    margin-bottom: 25px;
  }

  .header .col-xl-5 .img-fluid {
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .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;
  }

  .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;
  }

  .footer .cta {
    margin-top: 40px;
    width: 320px;
  }

  .description {
    padding-top: 40px;
  }
}

@media(max-width: 768px) {

  .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;
  }

  .faq {
    padding-bottom: 0;
  }

  .courses {
    padding: 50px 0 50px;
  }

  .courses h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .row,
  .courses {
    --bs-gutter-x: 0;
  }

  .selosContainer .logo img {
    height: 60px;
  }

  .selos h4 {
    margin-bottom: 25px;
  }

  .selosContainer {
    column-gap: 30px;
  }

  .cursoImg {
    display: none !important;
  }

  .courseDetails .row {
    justify-content: center;
  }

  .description h5 {
    font-size: 16px;
    text-align: center;
    text-wrap: pretty;
  }

  .description .filter-black {
    display: none;
  }

  .accordion-body {
    font-size: 15px;
    line-height: 1.1;
  }

  .description {
    padding-top: 30px;
  }
}

@media(max-width: 500px) {
  .leftHeader {
    padding-inline: 20px;
  }

  .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;
    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;
  }

  .description {
    padding-top: 25px;
  }

  .arrowContainer {
    margin-bottom: 15px;
  }
  .accordionContainer h2,
  .accordionContainer h1 {
    font-size: 28px;
  }
}

@media(max-width: 425px) {

  .footer h1,
  .footer h2 {
    font-size: 32px;
  }

  .nav .btn {
    padding: 15px 15px 15px 20px;
  }
}

@media(max-width: 375px) {

  .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;
  }
}