@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --clr-primary: #FE4441;
  --clr-secondary: #000027;
  --clr-black: #000;
  --clr-white: #fff;
  --clr-testimonial-bg: #F0F5FF;
  --clr-divider: #EEE;
  --ff-primary: 'Montserrat Alternates';
  --bg-gradient: linear-gradient(0deg, rgba(0, 39, 70, 0.50) 0%, rgba(0, 39, 70, 0.50) 100%);
  --section-margin: 80px;
  --section-left-margin: 50px;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: var(--ff-primary), sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  color: var(--clr-secondary);
  text-wrap: balance;
}

html {
  overflow-y: scroll;
}

a:hover {
  color: #000000;
}

ul {
  list-style: none;
  padding-left: 0;
}

/* Utility classes */
.title {
  font-size: 40px;
  font-weight: 800;
  color: var(--clr-primary);
}

.custom-container {
  --max-width: 1340px;
  --padding: 1rem;
  width: min(var(--max-width), 100% - (2 * var(--padding)));
  margin: 0 auto;
}

.small-container {
  width: 65%;
  max-width: 870px;
}

.cta-button {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background-color: var(--clr-primary);
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-white);
  transition: background-color 0.2s ease;
}

.cta-button:hover {
  background-color: var(--clr-secondary);
}

/* Hero section */
#hero {
  margin-block: 40px;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--clr-secondary);
  border-right: 3px solid var(--clr-secondary);
  border-left: 3px solid var(--clr-secondary);
  box-shadow: 10px 10px 0 0 var(--clr-primary);
}

.hero-box {
  height: 530px;
  display: flex;
  align-items: center;
}

.hero-box__content {
  max-width: 400px;
  margin-left: 70px;
}

.hero-box__title {
  width: 100%;
  color: var(--clr-white);
  font-weight: 400;
  text-align: start;
  font-size: 48px;
}

.header__curso-name {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.hero__premios {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

@keyframes pulseScale {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.1;
  }

  100% {
    scale: 1;
  }
}

.animate-scale {
  animation: pulseScale 0.9s ease-in-out;
}

/* #### CURSO STYLES #### */
.curso__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-block: 20px;
}

.nav__box {
  min-width: 230px;
  margin-left: 45px;
}

.nav__img {
  margin-left: 70px;
  max-width: 200px;
}

.cursos__dropdown {
  border: none;
  background: var(--clr-white);
  color: var(--clr-secondary);
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 40px;
  position: relative;
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown.show .dropdown-toggle .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  margin-top: -4px;
  border: none;
  width: 100%;
  transform: translate3d(0px, 50px, 0px) !important;
}

.nav.dropdown {
  width: auto;
  position: relative;
}

.dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
}

.dropdown-menu.show {
  padding: 0;
  overflow: hidden;
}

.dropdown-item {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 12px 21px 12px 10px;
  font-size: 16px;
  text-align: end;
  line-height: 1.4;
}

.dropdown-item:hover {
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

#contactform,
#message {
  transition: all 0.3s ease-in;
  width: 400px;
  min-height: 460px;
  padding-block: 50px;
  background-color: #fff;
  border: 4px solid #002745;
  background: #FFF;
  box-shadow: 10px 10px 0px 0px var(--clr-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#message {
  height: auto;
  min-height: 200px;
  padding-inline: 10px;
}

.contact-form label.error {
  width: 85%;
  margin: auto;
  color: red;
  font-size: 12px;
}

.fixedForm.messageFixed {
  top: 265px;
}

#contactform h1 {
  width: auto;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.form__header {
  text-align: center;
}

.form__header span {
  color: var(--clr-primary);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}

#message span {
  font-size: 20px !important;

}

.form__header p {
  margin-block: 10px;
  font-weight: 600;
}

.form-inputs {
  border-bottom: 2px solid #171F54;
  max-width: 330px;
  width: 85%;
  margin-bottom: 10px;
  padding-inline: 5px;
}

#contactform inputs {
  width: 100%;
}

#contactform input {
  border: none;
  outline: none;
  margin: 0 auto 0;
  font-size: 18px;
  margin: 3px;
}

#contactform button {
  width: 60%;
  height: 45px;
  border-radius: 0;
  box-shadow: 10px 10px 0 0 var(--clr-secondary);
  margin-top: 30px;
}

#contactform button:hover {
  box-shadow: 10px 10px 0 0 var(--clr-primary);
}

/* 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(--clr-primary);
}

.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: 14px;
  width: 100%;
  user-select: none;
  margin: 0;
}

.form-check {
  max-width: 330px;
  width: 85%;
  padding: 0;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#politica-link {
  color: var(--clr-primary);
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: underline;
}

.fixedForm {
  position: fixed;
  top: 185px;
  right: calc((100vw - 1340px) / 2 + 35px);
  z-index: 999;
  transition: top 0.4s ease, transform 0.4s ease;
}

.fixedForm.scrolled {
  top: 50%;
  transform: translateY(-50%);
}


/* section curso info */
.section-divider {
  width: 100%;
  --border: none;
  --bar-h: 75px;
  --divider-bg: var(--clr-divider);
  --box-bg: var(--clr-primary);
  --box-text: #fff;
  --box-shadow: var(--clr-secondary);

  background:
    linear-gradient(var(--divider-bg), var(--divider-bg)) center / 100% var(--bar-h) no-repeat;
}

.section-divider .curso-info__box {
  background: var(--box-bg);
  color: var(--box-text);
  box-shadow: 10px 10px 0 0 var(--box-shadow);
}

.section-divider .curso-info__wrapper span {
  color: inherit;
}


.curso-info__box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 45px;
}

.curso-info__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 200px;
}

.curso-info__wrapper span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.section-divider2 {
  margin-top: var(--section-margin);
  --bar-h: 150px;
  --divider-bg: var(--clr-secondary);
  --box-bg: #ffffff;
  --box-text: var(--clr-secondary);
  --box-shadow: #FE4441;
}

.section-divider2 .curso-info__box {
  border: 3px solid var(--clr-secondary);
}

/* Vantagem */
.vantagens {
  margin-top: 65px;
}

.vantagens h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--clr-primary);
}

.vantagens__inner {
  margin-left: var(--section-left-margin);
}

.vantagens__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 65px;
  row-gap: 65px;
  align-items: start;
  margin-top: 45px;
}

.vantagens__wrapper .vantagem:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.vantagens__wrapper .vantagem:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.vantagens__wrapper .vantagem:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
}

.vantagens__wrapper .vantagem:last-of-type {
  align-self: start;
}

.vantagem {
  max-width: 350px;
  border-top: 3px dashed var(--clr-primary);
  border-bottom: 3px dashed var(--clr-primary);
  padding-block: 15px 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vantagem p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.vantagem p span {
  font-weight: 800;
}

.vantagem__footer {
  display: flex;
  justify-content: flex-end;
}

.vantagem__footer button {
  border: none;
  color: var(--clr-primary);
  background-color: transparent;
  font-size: 16px;
  font-weight: 800;
}

/* Stats */
.stat__wrapper,
.salario__wrapper,
.praticas__wrapper {
  font-size: 32px;
  font-weight: 600;
}

.stat__wrapper p,
.salario__wrapper p,
.praticas__wrapper p {
  line-height: normal;
  margin: 0;
}

.stat__wrapper p span,
.salario__wrapper p span,
.praticas__wrapper p span {
  font-weight: 700;
}

/* Beneficios */
#beneficios {
  margin-top: var(--section-margin);
}

.slick-track {
  padding-block: 10px;
}

.beneficios__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.beneficios-slider {}

.beneficios_title {
  max-width: 505px;
  margin: 0 auto;
  font-size: 38px;
}

.beneficios_title span {
  color: var(--clr-primary);
}

.beneficio-container {
  padding: 0 12px;
}

.beneficios__card {
  height: 180px;
  border: 4px solid var(--clr-primary);
  background: var(--clr-primary);
  box-shadow: 10px 10px 0 0 var(--clr-secondary);
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  row-gap: 7px;
}

.beneficios__card-header {
  background-color: var(--clr-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}

.beneficios__card--title {
  color: var(--clr-white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  width: 70%;
  margin: 0 auto;
}

.beneficios__content {
  padding: 20px 20px 0;
}

.beneficios__content p {
  font-size: 14px;
  font-weight: 500;
  text-wrap: auto;
  line-height: 1.3;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  gap: 10px;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  background: var(--clr-secondary);
  cursor: pointer;
  transition: background 0.3s ease;
}

.slick-dots li.slick-active {
  background: var(--clr-primary);
}

.slick-dots li button {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Saidas profissionais */
.saidas-prof {
  margin-top: var(--section-margin);
}

.saidas__wrapper {
  margin-left: var(--section-left-margin);
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.saidas__description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.saidas__description p {
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
}

.saidas__trabalhos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.saidas__trabalhos span {
  font-size: 22px;
  font-weight: 600;
}

.trabalho__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

.trabalho {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 325px;
}

.trabalho img {
  max-width: 80px;
}

.trabalho p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* divider 3 Praticas garantizadas */
.section-divider3 {
  margin-top: var(--section-margin);
  --bar-h: 110px;
  --divider-bg: var(--clr-divider);
  --box-bg: var(--clr-primary);
  --box-text: #fff;
  --box-shadow: var(--clr-secondary);
}

/* FAQ's */
.faq {
  border-radius: 80px;
  background: var(--clr-white);
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.faq__bar-bg {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60%;
  background: var(--clr-secondary);
  transform: translateY(-50%);
}

.faq__wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 70px 45px;
  border: 3px solid var(--clr-secondary);
  background: #FFF;
  box-shadow: 10px 10px 0 0 var(--clr-primary);
}

.faq h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}

.faq .accordion-button::after {
  background-image: url(/img/icons/faqDropdown.svg);
}

.accordion-button:not(.collapsed),
.accordion-item,
.accordion-button {
  background-color: transparent;
  color: var(--clr-secondary);
  outline: none !important;
  font-weight: 700;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}

.accordion-button {
  font-weight: 400;
  font-size: 20px;
  padding-left: 0;
}

.accordion-item {
  font-size: 20px;
  border-bottom: 1px solid var(--clr-secondary);
}

.accordion-body {
  padding-block: 0 15px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding-left: 0;
  text-wrap: auto;
  max-width: 95%;
}

/* Footer */
#footer {
  margin-top: 80px;
}


.footer-box {
  border: 3px solid var(--clr-secondary);
  background: #FFF;
  box-shadow: 10px 10px 0 0 var(--clr-primary);
  padding: 45px 80px;
  height: 300px;
  position: relative;
}

.footer-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 360px;
}

.footer-box_content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.footer-box_content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  width: 80%;
}

.footer-box_content button {
  width: 275px;
  height: 82px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border-radius: 0;
  box-shadow: 10px 10px 0 0 var(--clr-secondary);
}

.footer-box_content button:hover {

  box-shadow: 10px 10px 0 0 var(--clr-primary);
}

/* Footer Premios */
.footer-premios {
  margin-block: 50px;
}

.footer-premios__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}


#section-ads {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--clr-secondary);
  margin-top: 50px;
}

#section-ads a {
  width: unset;
  padding: 20px;
}

#section-ads img {
  filter: brightness(0) invert(1);
}

/* 1270px é o width que começa a mexer (1340px + 15px do margin auto no container)*/
@media (max-width:1370px) {
  .fixedForm {
    right: 38px;
  }

  #contactform,
  #message {
    width: 370px;
  }
}


@media(max-width: 1200px) {

  #contactform,
  #message {
    width: 340px;
  }

  .curso-info__wrapper img {
    width: 30px;
    aspect-ratio: 1/1;
    gap: 3px;
  }

  .curso-info__wrapper span {
    font-size: 16px;
  }
}

@media (max-width: 1150px) {
  .beneficios__card-header span {
    max-width: 90%;
  }

  .small-container {
    width: 55%;
  }

  .footer-img {
    object-fit: contain;
    width: 250px;
  }

  .footer-box {
    height: auto;
  }
}

@media (max-width: 991px) {
  :root {
    --section-left-margin: 40px;
  }

  #contactform,
  #message {
    width: 100%;
    max-width: 400px;
  }

  .nav__box {
    min-width: 100px;
  }

  .nav.dropdown {
    justify-content: center;
  }

  .small-container {
    width: 100%;
    max-width: 100%;
  }

  .hero-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: auto;
  }

  .hero-box__content {
    max-width: 90%;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
  }

  .hero-box__title,
  .header__curso-name {
    text-align: center;
  }

  #contactform {
    margin: 0 auto;
  }

  .fixedForm, .fixedForm.messageFixed {
    position: relative;
    height: auto;
    width: 100%;
    right: 0;
    top: 0;
    justify-content: center;
    margin-bottom: 240px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .beneficios__card-header span {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .nav__img {
    margin-left: 20px;
  }

  .nav__box {
    margin-left: 25px;
  }

  .vantagens__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: unset;
  }

  .hero__premios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 20px auto 40px;
  }

  .fixedForm {
    margin-top: 0;
  }

  .vantagens h3,
  .title,
  .stat__wrapper p,
  .salario__wrapper p,
  .praticas__wrapper p {
    text-align: center;
  }


  .vantagem {
    max-width: 450px;
  }

  .beneficios__wrapper {
    gap: 45px;
  }
}

@media (max-width: 640px) {
  .nav__box {
    min-width: 40%;
  }

  .curso__nav {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .cursos__dropdown {
    padding: 0;
  }

  .nav__box {
    margin: 0;
  }

  .nav__img {
    width: 100%;
    margin: 0 auto 20px;
    max-height: 70px;
    max-width: 61%;
  }

  hero-box .vantagens__wrapper {
    flex-direction: column;
  }

  .footer-img {
    display: none;
  }

  .footer-box_content {
    align-items: center;
  }

  .footer-box_content h3 {
    text-align: center;
  }

  .footer-box {
    padding: 50px 20px;
  }

  .footer-premios__wrapper {
    margin-top: 60px;
    gap: 10px;
  }

  .footer-premios__wrapper img {
    width: 25%;
  }
}

@media (max-width: 550px) {
  .beneficio-container {
    padding: 0 35px;
  }

  #contactform,
  #message {
    max-width: 340px;
  }
}

@media (max-width: 480px) {

  :root {
    --section-left-margin: 0;
  }

  .beneficio-container {
    padding: 0 12px;
  }

  .beneficios__wrapper {
    gap: 40px;
  }

  .beneficios__content {
    padding: 15px 20px 0;
  }

  .footer-box {
    padding: 20px;
  }

  .footer-box_content h3 {
    font-size: 23px;
    width: 100%;
  }

  .faq__wrapper {
    padding: 40px 20px 30px 25px;
  }

  .stat__wrapper p,
  .salario__wrapper p,
  .praticas__wrapper p {
    font-size: 24px;
    text-wrap: balance;
    text-align: center;
  }

  .trabalho__grid {
    display: flex;
    flex-wrap: wrap;
  }

  .vantagens h3,
  .title {
    font-size: 28px;
  }

  .section-divider .curso-info__box {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .curso-info__wrapper {
    max-width: 130px;
  }

  .header__curso-name {
    font-size: 24px;
  }

  .hero__premios img:first-of-type {
    width: 100%;
    object-fit: contain;
    height: 70px;
  }

  .hero-box__content {
    margin: 50px auto 20px;
  }
}

@media(max-width: 400px) {
  .nav__box {
    width: 50%;
  }

  .custom-container {
    --padding: 0
  }

  .header__curso-name {
    font-size: 20px;
  }

  .hero__premios img:first-of-type {
    width: 100%;
    height: 60px;
    object-fit: contain;
  }
}