* {
  /* -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; */
}

*:focus, *:active, * {
  outline:0 !important;
  -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus {
  outline: none;
}

@font-face {
  font-family: Outfit;
  src: url("fonts/Outfit.ttf");
}

@font-face {
  font-family: Muli-Regular;
  src: url("fonts/Muli-Regular.ttf");
}

@font-face {
  font-family: Muli-Light;
  src: url("fonts/Muli-Light.ttf");
}

@font-face {
  font-family: Overpass;
  src: url("fonts/Overpass.ttf");
}

@font-face {
  font-family: IvyMode-Light;
  src: url("fonts/IvyMode-Light.ttf");
}

@font-face {
  font-family: Italiana-Regular;
  src: url("fonts/Italiana-Regular.ttf");
}

.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

body {
  margin: 0;
  font-family: Muli-Regular;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.fonte-do-saber-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s linear;
  background-color: #FFF;
}

.fonte-do-saber-header.has-background,
.fonte-do-saber-header.opened-menu {
  background-color: #FFF;
  box-shadow: 0px 0px 26px #00000026;
}

.fonte-do-saber-header-content {
  width: 1280px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.fonte-do-saber-header-logo {
  width: 140px;
  height: 90px;
  background-image: url("../img/logo.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.fonte-do-saber-header-menu {
  display: flex;
  gap: 20px;
}

.fonte-do-saber-header-menu-item {
  color: #094a7c;
  font-family: Muli-Regular;
  font-family: Outfit;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.fonte-do-saber-header-menu-item:hover {
  color: #edc34f;
}

.fonte-do-saber-language-selector {
  display: flex;
  gap: 10px;
}

.language-flag {
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.2s;
}

.language-flag:hover,
.language-flag.active {
  background-color: #f0f0f0;
}

.fonte-do-saber-header-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  cursor: pointer;
  font-size: 0;
  background-image: url("../img/icon-menu.svg");
  background-color: #ffc002;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.fonte-do-saber-banner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-image: url("../img/banner-2.png");
  background-size: cover;
  background-position: center;
  height: 640px;
  background-position: 0px -250px;
  height: 500px;
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #d5eaf2;
  background-color: #FFFFFF;
}

.fonte-do-saber-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.fonte-do-saber-banner-content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.fonte-do-saber-banner-item {
  width: 100%;
  width: 50%;
  margin-top: 120px;
}

.fonte-do-saber-banner-img {
  width: 100%;
}

.fonte-do-saber-banner-item-title {
  font-family: Outfit;
  font-weight: bold;
  color: #0a497c;
  font-size: 45px;
  width: 100%;
  line-height: 55px;
}

.fonte-do-saber-banner-cta {
  background-color: #f0a621;
  border: 0;
  text-transform: uppercase;
  padding: 20px 70px 20px 30px;
  margin-top: 40px;
  color: #0a497d;
  font-family: Outfit;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.fonte-do-saber-banner-cta:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  border-radius: 100px;
  background-image: url("../img/icon-arrow-right-black.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.fonte-do-saber-timeline-azul {
  background-color: #0a497c;
}

.fonte-do-saber-timeline-azul-content {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 90px 0px;
}

.fonte-do-saber-timeline-azul-label {
  display: block;
  padding-left: 40px;
  color: #f0a621;
  font-family: 'Outfit';
  font-weight: bold;
  margin-bottom: 20px;
  background-image: url("../img/icon-sub-heading-black.svg");
  background-repeat: no-repeat;
  background-position: 0px;
}

.fonte-do-saber-timeline-azul-title {
  font-family: Outfit;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 35px;
  display: block;
  line-height: 50px;
}

.fonte-do-saber-timeline-azul-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}

.fonte-do-saber-timeline-azul-timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 4px;
  width: 2px;
  background-color: #eca31e;
  left: 44px;
  z-index: 1;
}

.fonte-do-saber-timeline-azul-timeline-item {
  display: flex;
  gap: 25px;
  align-items: center;
  z-index: 2;
  position: relative;
}

.fonte-do-saber-timeline-azul-timeline-item-label {
  width: 90px;
  color: #0a497c;
  padding: 15px;
  background-color: #eca31e;
  border-radius: 10px;
  font-family: 'Outfit';
  font-weight: bold;
  text-align: center;
}

.fonte-do-saber-timeline-azul-timeline-item-text {
  color: #FFF;
  width: calc(100% - 120px);
  line-height: 25px;
  font-size: 18px;
}

.fonte-do-saber-timeline-azul-vantagens {
  margin-top: 50px;
}

.fonte-do-saber-timeline-azul-vantagens-title {
  font-family: Outfit;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 25px;
  display: block;
  line-height: 40px;
}

.fonte-do-saber-timeline-azul-vantagens-items {

}

.fonte-do-saber-timeline-azul-vantagens-item {
  background-color: #043c69;
  padding: 20px;
  padding-left: 55px;
  border-radius: 10px;
  font-family: 'Outfit';
  font-size: 20px;
  margin-top: 15px;
  color: #FFF;
  background-image: url("../img/icon-check-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px;
}

.fonte-do-saber-timeline-amarelo {
  background-color: #e39d1e;
}

.fonte-do-saber-timeline-amarelo-content {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 90px 0px;
}

.fonte-do-saber-timeline-amarelo-label {
  display: block;
  padding-left: 40px;
  color: #0a497c;
  font-family: 'Outfit';
  font-weight: bold;
  margin-bottom: 20px;
  background-image: url("../img/icon-sub-heading-blue.svg");
  background-repeat: no-repeat;
  background-position: 0px;
}

.fonte-do-saber-timeline-amarelo-title {
  font-family: Outfit;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 35px;
  display: block;
  line-height: 50px;
}

.fonte-do-saber-timeline-amarelo-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}

.fonte-do-saber-timeline-amarelo-timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 4px;
  width: 2px;
  background-color: #0a497c;
  left: 44px;
  z-index: 1;
}

.fonte-do-saber-timeline-amarelo-timeline-item {
  display: flex;
  gap: 25px;
  align-items: center;
  z-index: 2;
  position: relative;
}

.fonte-do-saber-timeline-amarelo-timeline-item-label {
  width: 90px;
  color: #eca31e;
  padding: 15px;
  background-color: #0a497c;
  border-radius: 10px;
  font-family: 'Outfit';
  font-weight: bold;
  text-align: center;
}

.fonte-do-saber-timeline-amarelo-timeline-item-text {
  color: #FFF;
  width: calc(100% - 120px);
  line-height: 25px;
  font-size: 18px;
}

.fonte-do-saber-timeline-amarelo-vantagens {
  margin-top: 50px;
}

.fonte-do-saber-timeline-amarelo-vantagens-title {
  font-family: Outfit;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 25px;
  display: block;
  line-height: 40px;
}

.fonte-do-saber-timeline-amarelo-vantagens-items {

}

.fonte-do-saber-timeline-amarelo-vantagens-item {
  background-color: #c37f0a;
  padding: 20px;
  padding-left: 55px;
  border-radius: 10px;
  font-family: 'Outfit';
  font-size: 20px;
  margin-top: 15px;
  color: #FFF;
  background-image: url("../img/icon-check-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px;
}

.fonte-do-saber-contato {
  background-color: #f0f0f0;
}

.fonte-do-saber-contato-content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: auto;
  padding: 90px 0px;
}

.fonte-do-saber-contato-mini-title {
  display: block;
  padding-left: 40px;
  color: #0d477d;
  font-family: 'Outfit';
  font-weight: bold;
  margin-bottom: 20px;
  background-image: url("../img/icon-sub-heading-blue.svg");
  background-repeat: no-repeat;
  background-position: 0px;
}

.fonte-do-saber-contato-title {
  font-family: Outfit;
  font-weight: bold;
  color: #0d477d;
  font-size: 30px;
  display: block;
  line-height: 40px;
}

.fonte-do-saber-contato-title b {
  color: #eba91b;
}

.fonte-do-saber-contato-header {
  display: flex;
  justify-content: space-between;
}

.fonte-do-saber-contato-header-left {
  width: calc(100% - 550px);
}

.fonte-do-saber-contato-header-left iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.fonte-do-saber-contato-header-right {
  width: 500px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.fonte-do-saber-contato-header-right h5 {
  font-family: 'Outfit';
  font-weight: bold;
  color: #094a7d;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}

.fonte-do-saber-contato-header-right label {
  color: #0d477d;
  font-size: 14px;
  font-weight: 500;
  font-family: Outfit;
}

.fonte-do-saber-contato-header-right input,
.fonte-do-saber-contato-header-right textarea {
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 6px;
  margin-top: 5px;
  background-color: #f0f0f0;
  padding-left: 12px;
  font-family: 'Outfit';
  font-size: 16px;
}

.fonte-do-saber-contato-header-right textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}

.fonte-do-saber-contato-submit-btn {
  background-color: #0a497d;
  border: 0;
  text-transform: uppercase;
  padding: 20px 30px;
  margin-top: 10px;
  color: #f0a621;
  font-family: Outfit;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
}

.fonte-do-saber-contato-submit-btn[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.fonte-do-saber-contato-subtitle {
  font-weight: 500;
  font-size: 22px;
  color: #7d7d7d;
  line-height: 30px;
  margin-top: 40px;
}

.fonte-do-saber-contato-email {
  color: #0d477d;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.fonte-do-saber-contato-social {
  display: flex;
  margin-top: 50px;
  border-radius: 100px;
}

.fonte-do-saber-contato-social-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #0c4876;
  border-radius: 100px;
  margin-right: 10px;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.fonte-do-saber-contato-social-icon.whatsapp {
  background-image: url("../img/icon-whatsapp-white.svg");
}

.fonte-do-saber-contato-social-icon.instagram {
  background-image: url("../img/icon-instagram-white.svg");
}

.fonte-do-saber-footer {
  background-color: #094a7e;
}

.fonte-do-saber-footer-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: auto;
  padding: 30px 0px;
  justify-content: space-between;
  align-items: center;
}

.fonte-do-saber-footer-copyright {
  color: #FFF;
  font-size: 13px;
}

.fonte-do-saber-footer-logo {
  width: 75px;
  height: 30px;
  font-size: 0px;
  cursor: pointer;
  background-image: url("../img/powered-logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.fonte-do-saber-dia-a-dia {
  background-color: #0a497c;
  background-color: #003f72;
}

.fonte-do-saber-dia-a-dia-content {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 90px 0px;
  padding-bottom: 110px;
}

.fonte-do-saber-dia-a-dia-title {
  font-family: Outfit;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 35px;
  display: block;
  line-height: 50px;
}

.fonte-do-saber-dia-a-dia-carousel {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.fonte-do-saber-dia-a-dia-carousel-item {
  width: 190px;
  height: 310px;
  cursor: pointer;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .fonte-do-saber-dia-a-dia-carousel-item {
    height: 0;
    padding-bottom: 54%;
  }
}

.fonte-do-saber-dia-a-dia-carousel-item:after {
  content: "";
  background-image: url("../img/icon-play.svg");
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.fonte-do-saber-dia-a-dia-actions {
  text-align: center;
  margin-top: 40px;
}

.fonte-do-saber-dia-a-dia-instagram-btn {
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 100px;
  padding: 10px 20px 12px 40px;
  font-family: Outfit;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  background-image: url("../img/icon-instagram.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 14px;
}

.fonte-do-saber-contato-header-preloader p {
  background-color: #ffeabc;
  display: block;
  padding: 15px;
  color: #e0a018;
  border: 1px solid #fcc95c;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.fonte-do-saber-contato-header-success p {
  background-color: #c6ffd1;
  display: block;
  padding: 15px;
  color: #3d8d4c;
  border: 1px solid #8ce89d;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.fonte-do-saber-matricula-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fonte-do-saber-matricula-modal-img {
  cursor: pointer;
  width: 100%;
  max-width: 768px;
}

.fonte-do-saber-matricula-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  top: 30px;
  right: 15px;
  border: 0;
  cursor: pointer;
  background-image: url("../img/icon-close.svg");
  background-color: #ffc002;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .only-desktop {
    display: none;
  }
  
  .only-mobile {
    display: block;
  }

  .fonte-do-saber-header {
    height: 100px;
  }

  .fonte-do-saber-header-logo {
    width: 100px;
  }
  
  .fonte-do-saber-header-content {
    width: 100%;
    padding: 0px 15px;
  }

  .fonte-do-saber-header-menu-btn {
    display: block;
    top: 30px;
  }

  .fonte-do-saber-header-menu {
    position: fixed;
    z-index: 9999;
    gap: 0;
    flex-direction: column;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    display: none;
  }

  .fonte-do-saber-header-menu-item {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
  }

  .fonte-do-saber-language-selector {
    position: absolute;
    top: 38px;
    right: 80px;
    gap: 5px;
  }

  .language-flag {
    font-size: 16px;
  }

  .fonte-do-saber-banner {
    background-position: bottom;
    background-size: 100%;
    height: 100%;
    padding-top: 120px;
    background-image: none;
  }

  .fonte-do-saber-banner-content {
    padding: 0px 25px;
    flex-direction: column;
  }

  .fonte-do-saber-banner-item {
    width: 100%;
    margin-top: 0px;
  }

  .fonte-do-saber-banner-item-title {
    width: 100%;
    font-size: 33px;
    line-height: 47px;
    text-align: center;
  }

  .fonte-do-saber-banner-cta {
    font-size: 15px;
    height: 58px;
    width: 100%;
    padding: 20px 30px;
  }

  .fonte-do-saber-contato {
    background-size: cover;
    background-position: center;
  }

  .fonte-do-saber-contato-content {
    padding: 60px 30px;
  }

  .fonte-do-saber-contato-header {
    flex-direction: column;
  }

  .fonte-do-saber-contato-header-left {
    width: 100%;
  }

  .fonte-do-saber-contato-header-right {
    width: 100%;
  }

  .fonte-do-saber-contato-social {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fonte-do-saber-contato-subtitle {
    width: 100%;
    font-size: 18px;
    margin-top: 40px;
  }

  .fonte-do-saber-contato-social {
    justify-content: center;
  }

  .fonte-do-saber-footer-content {
    padding: 30px 25px;
  }

  .fonte-do-saber-footer-copyright {
    font-size: 10px;
    width: 180px;
    line-height: 14px;
  }

  .fonte-do-saber-timeline-azul-content {
    padding: 60px 30px;
  }

  .fonte-do-saber-timeline-azul-timeline {
    gap: 40px;
  }

  .fonte-do-saber-timeline-azul-title {
    font-size: 22px;
    line-height: 34px;
  }

  .fonte-do-saber-timeline-azul-timeline:before {
    left: 39px;
  }

  .fonte-do-saber-timeline-azul-timeline-item {
    align-items: start;
  }

  .fonte-do-saber-timeline-azul-timeline-item:last-child .fonte-do-saber-timeline-azul-timeline-item-label:after {
    content: "";
    background-color: #0a497c;
    position: absolute;
    width: 10px;
    left: 35px;
    top: 43px;
    bottom: 0px;
  }

  .fonte-do-saber-timeline-azul-timeline-item-label {
    width: 80px;
    font-size: 13px;
  }

  .fonte-do-saber-timeline-azul-timeline-item-text {
    width: calc(100% - 100px);
    line-height: 23px;
    font-size: 16px;
  }

  .fonte-do-saber-timeline-azul-vantagens-title {
    font-size: 20px;
    line-height: 30px;
  }

  .fonte-do-saber-timeline-azul-vantagens-item {
    font-size: 16px;
    line-height: 22px;
  }

  .fonte-do-saber-timeline-amarelo-content {
    padding: 60px 30px;
  }

  .fonte-do-saber-timeline-amarelo-timeline {
    gap: 40px;
  }

  .fonte-do-saber-timeline-amarelo-title {
    font-size: 22px;
    line-height: 34px;
  }

  .fonte-do-saber-timeline-amarelo-timeline:before {
    left: 39px;
  }

  .fonte-do-saber-timeline-amarelo-timeline-item {
    align-items: start;
  }

  .fonte-do-saber-timeline-amarelo-timeline-item:last-child .fonte-do-saber-timeline-amarelo-timeline-item-label:after {
    content: "";
    background-color: #e39d1e;
    position: absolute;
    width: 10px;
    left: 35px;
    top: 41px;
    bottom: 0px;
  }

  .fonte-do-saber-timeline-amarelo-timeline-item-label {
    width: 80px;
    font-size: 11px;
  }

  .fonte-do-saber-timeline-amarelo-timeline-item-text {
    width: calc(100% - 100px);
    line-height: 23px;
    font-size: 16px;
  }

  .fonte-do-saber-timeline-amarelo-vantagens-title {
    font-size: 20px;
    line-height: 30px;
  }

  .fonte-do-saber-timeline-amarelo-vantagens-item {
    font-size: 16px;
    line-height: 22px;
  }
  
  .fonte-do-saber-dia-a-dia-content {
    padding: 60px 30px;
  }

  .fonte-do-saber-dia-a-dia-carousel {
    gap: 15px;
  }

  .fonte-do-saber-matricula-modal-img {
    max-width: unset;
  }

  .fonte-do-saber-contato-header-left iframe {
    margin-top: 20px;
  }

  .fonte-do-saber-contato-title {
    font-size: 27px;
    line-height: 37px;
  }

  .fonte-do-saber-contato-title br {
    display: none;
  }
}
