@font-face {
  font-family: Ethnocentric Rg;
  src: url('../fonts/Ethnocentric-Rg.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.footer {
  background-color: #000;
}

.navbar {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container.big {
  max-width: 1400px;
}

.image {
  width: 120px;
  height: 90px;
}

.body {
  font-family: Poppins, sans-serif;
}

.navbar__box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar__link {
  font-size: 12px;
}

.navbar__link.btn {
  text-align: center;
  background-color: #ffcc2a;
  border-radius: 100px;
  width: 147px;
  height: 48px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.banner {
  background-image: url('../images/ChatGPT-Image-3-de-abr.-de-2025-08_57_58.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  display: flex;
  position: relative;
}

.h1 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 128px;
  font-style: italic;
  font-weight: 700;
  line-height: 130px;
}

.text-span {
  color: #ffcc2a;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.background {
  background-color: #f7f7f7;
}

.section.background.red {
  background-color: #ea3335;
}

.box__sobre {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2 {
  color: #ffcc2a;
  font-family: Ethnocentric Rg, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.h2.center {
  text-align: center;
  margin-bottom: 20px;
}

.h2.center.red, .h2.red {
  color: #ec3237;
}

.paragraph {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.center {
  text-align: center;
}

.paragraph.horario {
  border: 2px solid #ec3237;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 700;
}

.paragraph.horario.ult {
  margin-bottom: 40px;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.sobre__title {
  width: 100%;
}

.image-2 {
  width: 570px;
  position: absolute;
  inset: auto 10% 0% auto;
}

.servicos__box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.servicos__title {
  width: 45%;
}

.servicos__list {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.servios__img-img {
  width: 550px;
  height: 637.172px;
}

.equipe__box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.equipe__cards {
  width: 219px;
}

.equipe__professores {
  color: #fff;
  text-transform: uppercase;
  background-color: #ea3335;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  padding: 18px;
}

.equipe__img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 20px -6px #0003;
}

.dep__box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dep__img {
  width: 90%;
  max-width: 802px;
  height: 535px;
}

.dep__resultado {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ec3237;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 40px;
  font-family: Ethnocentric Rg, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.text-span-2 {
  font-size: 40px;
}

.paragraph-2 {
  width: 54%;
}

.paragraph-2.mobile {
  display: none;
}

.paragraph-3 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  font-size: 90px;
  font-style: italic;
  display: flex;
}

.funcionamento__box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.funcionamento__title {
  width: 50%;
}

.funcionamento__img-img {
  width: 569.297px;
  height: 464.656px;
}

.localizacao__box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.localizacao__map {
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}

.depoimentos__box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.depoimento__card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 313px;
  height: 423px;
  min-height: 423px;
  padding: 60px 20px 30px;
  display: flex;
  position: relative;
}

.depoimento__img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 0% auto;
}

.contato__box-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contato__link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.localizacao__box-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.contato__form {
  width: 520px;
  max-width: 600px;
}

.contato__title {
  width: 40%;
}

.contato__box {
  justify-content: space-between;
  display: flex;
}

.contato__form-label {
  font-weight: 400;
}

.contato__input {
  border: 1px solid #ea3335;
  border-radius: 6px;
}

.submit-button {
  background-color: #2ecc71;
  border-radius: 6px;
  font-size: 16px;
}

.footer__box {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-8 {
  z-index: 99999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 37px 47px auto;
}

.image-9 {
  width: 60px;
  height: 60px;
}

.link {
  color: #fff;
  background-color: #2ecc71;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.lightbox-link {
  width: 100%;
  max-width: 400px;
  height: 400px;
}

.image-10 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: space-between;
    align-items: center;
  }

  .banner {
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .h1 {
    font-size: 110px;
    line-height: 100px;
  }

  .image-2 {
    width: 570px;
    inset: 13% -29% 0% auto;
  }

  .servicos__box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .servicos__title {
    width: auto;
  }

  .servios__img-img {
    width: 675px;
    height: 782px;
  }

  .equipe__box {
    flex-flow: wrap;
  }

  .equipe__cards {
    width: 90%;
    max-width: 220px;
  }

  .dep__img {
    height: 461.078px;
  }

  .dep__resultado {
    flex-flow: column;
  }

  .text-span-2 {
    font-size: 48px;
  }

  .paragraph-2 {
    text-align: center;
    width: 260px;
    display: none;
  }

  .paragraph-2.mobile {
    width: auto;
    display: block;
  }

  .paragraph-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .funcionamento__img-img {
    width: 375.234px;
    height: 352.031px;
  }

  .depoimento__card {
    height: 460px;
  }

  .contato__form {
    width: 100%;
  }

  .contato__box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-2 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    justify-content: flex-start;
    align-items: stretch;
  }

  .h1 {
    margin-top: 70px;
    font-size: 90px;
  }

  .box__sobre {
    flex-flow: column;
  }

  .h2 {
    text-align: center;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-2 {
    width: 400px;
    top: 43%;
    right: -1%;
  }

  .servicos__img {
    text-align: center;
  }

  .servicos__list {
    font-size: 16px;
  }

  .servios__img-img {
    width: 90%;
    max-width: 650px;
    height: 100%;
    max-height: 532.984px;
    margin-left: auto;
    margin-right: auto;
  }

  .funcionamento__box {
    flex-flow: column;
  }

  .funcionamento__title {
    width: 100%;
  }

  .funcionamento__img-img {
    width: 90%;
    height: 424.531px;
  }

  .funcionamento__img {
    text-align: center;
  }

  .localizacao__box {
    flex-flow: column;
  }

  .localizacao__map {
    text-align: center;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .depoimentos__box {
    flex-flow: column;
  }

  .depoimento__card {
    justify-content: flex-start;
    align-items: flex-start;
    height: 310px;
    min-height: auto;
    margin-top: 50px;
  }

  .depoimento__img {
    top: -17%;
  }

  .contato__box-links {
    flex-flow: wrap;
  }

  .localizacao__box-copy {
    flex-flow: column;
  }

  .contato__title {
    width: auto;
  }

  .contato__box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-8 {
    bottom: 30px;
    right: 17px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    justify-content: flex-start;
    align-items: stretch;
    height: 490px;
    padding-top: 41px;
  }

  .h1 {
    text-align: center;
    margin-top: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .box__sobre {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h2.center {
    font-size: 24px;
  }

  .paragraph {
    font-size: 18px;
  }

  .image-2 {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .servicos__list {
    font-size: 16px;
  }

  .equipe__box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .equipe__cards {
    margin-left: auto;
    margin-right: auto;
  }

  .dep__img {
    height: auto;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .paragraph-2 {
    font-size: 50px;
  }

  .paragraph-2.mobile {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-3 {
    font-size: 70px;
  }

  .funcionamento__img-img {
    width: 100%;
    height: 239.172px;
  }

  .localizacao__map {
    height: 200px;
  }

  .depoimentos__box {
    margin-top: 40px;
  }

  .contato__box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-8 {
    z-index: 10;
  }
}


@font-face {
  font-family: 'Ethnocentric Rg';
  src: url('../fonts/Ethnocentric-Rg.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}