@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: "Montserrat", sans-serif;

  word-wrap: break-word;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;

  min-height: 100vh;

  overflow-x: hidden;

  color: #3c3c41;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  gap: 10px;

  background-color: rgb(0, 143, 208);
  color: #fff;

  font-size: 12px;
  font-weight: 600;

  padding: 10px 25px;
}

header img {
  width: 16px;
  height: auto;
}

.header-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.header-telephone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.header-icons {
  display: flex;
  gap: 5px;
}

.header-icons img {
  cursor: pointer;
}
@media (max-width: 550px) {
  .header-icons {
    display: none;
  }
}

.section-size {
  width: 1110px;
  max-width: calc(100% - 20px);

  margin: 0 auto;
  margin-top: 50px;

  padding: 0 15px;
}

.section-top-image {
  margin-bottom: 30px;
}

.first-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.form-wrapper {
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-wrapper form {
  display: flex;
  flex-direction: column;

  gap: 20px;
}

.form-wrapper input {
  border: 1px solid #bbb;
  outline: none;
  color: #4e4e4e;
  background-color: #fff;
  margin: 0;
  padding: 10px;
}

.form-wrapper label {
  font-weight: 500;
  color: #231f20;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.form-wrapper select {
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.form-wrapper button {
  padding: 10px;
  width: 100%;
  background-color: #00719e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-color: #00719e;

  cursor: pointer;
}

.form-wrapper .input-option {
  display: flex;
  flex-direction: column;
}

.form-wrapper .input-terms {
  display: flex;
  flex-direction: row;

  align-items: center;

  gap: 10px;
}

.form-wrapper .input-terms label {
  font-weight: 500;
  color: #231f20;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 975px) {
  .first-section {
    flex-direction: column;

    align-items: center;
  }
}

.second-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ss-title {
  width: 100%;
  vertical-align: baseline;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background-color: #24285c;
  padding: 20px 15px;
  color: #ffffff;
}

.ss-text {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 2.75%;
}

.ss-text p {
  text-align: left;
  font-weight: 300;
  line-height: 1.4em;
  vertical-align: baseline;
  color: #231f20;
}

.third-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.ts-text h2 {
  font-size: 38px;
  line-height: 1.7em;
  font-weight: 800;
}

.ts-text p {
  text-align: left;
  font-weight: 300;
  line-height: 1.4em;
  vertical-align: baseline;
}

.ts-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;

  width: 100%;

  margin-top: 60px;
}

.ts-cards-card {
  display: flex;
  flex-direction: row;

  gap: 40px;

  padding: 30px;
  border-radius: 12px;

  max-width: 1080px;
  margin: auto;
  background-size: cover;
  background-color: #f2f2f3;
  border-radius: 25px;
  overflow: hidden;
}

.ts-cards-card-left {
  width: 100%;
  height: auto;
}

.ts-cards-card-right {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  gap: 10px;
}

.ts-cards-card-right h3 {
  font-size: 36px;
  line-height: 1.7em;
  font-weight: 800;
}

.ts-cards-card-details {
  width: 100%;
  padding: 16px;

  background-color: #fff;

  border-radius: 15px;

  border: 1px solid #d9d9d9;
  padding: 20px;
  animation-timing-function: linear;
  animation-duration: 0.2s;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3) !important;
  border-color: #a1cbdb;

  margin-top: 20px;
}

.ts-cards-card-details summary {
  cursor: pointer;

  font-weight: 700;
}

.ts-cards-card-details ul {
  list-style: none;

  padding: 0 0 23px 1em;

  line-height: 26px;
  list-style: disc;
}

.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 920px) {
  .ts-cards-card {
    flex-direction: column;

    align-items: center;
    justify-content: center;
  }

  .ts-cards-card-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ts-cards-card-right h3 {
    font-size: 24px;
  }
}

.fourth-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.fs-title h2 {
  font-size: 38px;
  line-height: 1.7em;
  font-weight: 800;
}

.fs-teacher-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 40px;

  width: 100%;
}

.fs-teacher-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fs-teacher-box img {
  border-radius: 100%;

  max-width: 200px;
}

.fs-teacher-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7em;
  text-transform: uppercase;
  color: #9d9da0;
  text-align: center;

  margin-top: 25px;
}

.fs-teacher-role {
  font-size: 20px;
  line-height: 23.8px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #5b5b5e;

  margin-top: 5px;
}

.fs-teacher-description {
  font-size: 16px;
  color: #231f20;
  word-wrap: break-word;
  font-weight: 300;
  line-height: 22.4px;
  text-align: center;
  vertical-align: baseline;

  margin-top: 35px;
}

@media (max-width: 920px) {
  .fs-teacher-wrapper {
    flex-direction: column;
  }

  .fs-title h2 {
    font-size: 28px;
  }
}

.fifth-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fhs-title h2 {
  font-size: 38px;
  line-height: 1.7em;
  font-weight: 800;

  text-align: center;
}

.fhs-cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;

  margin-top: 70px;

  width: 100%;
}

.fhs-cards-card {
  height: 100%;
}

.fhs-cards-card-title {
  color: rgb(0, 113, 158);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.7em;
}

.fhs-cards-card-intern {
  margin-top: 20px;

  font-weight: 300;
  font-size: 16px;
  background-color: #f2f2f3;
  border-radius: 20px;
  color: #231f20;
  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 920px) {
  .fhs-cards {
    flex-direction: column;
  }

  .fhs-cards-card {
    width: 100%;
  }

  .fhs-cards-card-intern {
    padding: 20px 10px;
  }
}

.microsoft-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.sixth-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-bottom: 50px;
}

.shs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 40px;

  width: 100%;
}

.shs-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  width: 50%;
  height: 100%;

  text-align: center;
}

.shs-card h2 {
  font-size: 26px;
  line-height: 1.7em;
  font-weight: 800;
}

.shs-card p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
  color: #231f20;
}

.shs-card img {
  max-width: 100%;
  height: 126px;

  object-fit: none;
}

@media (max-width: 920px) {
  .shs-wrapper {
    flex-direction: column;
  }

  .shs-card {
    width: 100%;
  }
}

footer {
  background-image: url("/assets/images/fundo-rodape-site.jpg");
  background-size: cover;
  background-color: #f2f2f3;
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 40px;

  width: 100%;
}

.footer-top-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;

  color: #fff;

  width: 50%;
}

.footer-top-infos p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer-top-infos-icons {
  display: flex;
  flex-direction: row;

  margin-top: 15px;
  gap: 10px;
}

.footer-top-infos-icons img {
  width: 30px;
  height: auto;
}

.footer-top-map {
  width: 50%;
}

.footer-down {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;

  color: #fff;
  margin: 35px 0;
}

.footer-down p {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 920px) {
  .footer-top {
    flex-direction: column;

    padding: 0 20px;
  }

  .footer-top-infos {
    width: 100%;
  }

  .footer-top-map {
    width: 100%;
  }
}
