@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
@import "variaveis.css";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: var(--description-font-size);
  box-sizing: border-box;
  list-style: none;
}
body {
  overflow-x: hidden;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ================ HERO ======================== */

.section-hero {
  width: 100%;
  margin-top: 71px;
  height: calc(100% - 71px);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
}

.content-section-hero {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.text-section-hero {
  padding: 0px 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  flex-direction: column;
  gap: 20px;
}

.cards-section-hero {
  display: flex;
  gap: 120px;
}

.card-section-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 30px;
  max-width: 200px;
}

.title-card-section-hero {
  font-size: 22px;
  font-weight: 600;
}
.description-card-section-hero {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-right: 8px;
}

.btn-cards-section-hero {
  padding: 7px 31px;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
  text-align: center;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  transition: background-color 150ms linear;
}

.btn-cards-section-hero:hover {
  background-color: #004480;
}

.section-hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .section-hero-img img {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .section-hero {
    height: 100vh;
  }
  .content-section-hero {
    padding: 0px;
  }

  .text-section-hero {
    width: 95%;
  }

  .section-hero-img img {
    display: none;
  }
  .cards-section-hero {
    display: flex;
    gap: 490px;
    justify-content: space-between;
  }

  .description-card-section-hero {
    font-size: 14px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 375px) {

  .section-hero {
    height: 110vh;
  }

}

/* ================ HERO ======================== */

/* ================ SOBRE NÒS  ======================== */

.content-sobre-nos {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

.texto-sobre-nos {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.img-sobre-nos {
  display: grid;
  place-items: center;
  width: 40%;
}

@media screen and (max-width: 800px) {
  .content-sobre-nos {
    flex-direction: column;
    gap: 70px;
  }

  .texto-sobre-nos,
  .img-sobre-nos {
    width: 100%;
  }
}

/* ================ SOBRE NÒS  ======================== */

/* ================ FORMAÇÕES ======================== */

.content-formacoes {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0px 20px;
  gap: 40px;
}

.text-formacoes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.img-formacoes {
 padding: 0px 10px;
}



@media screen and (max-width: 800px) {
  .content-formacoes {
    flex-direction: column-reverse;
  }

  .img-formacoes img {
    width: 100%;
  }

}

/* ================ FORMAÇÕES ======================== */

/* ================ MATERIAS ======================== */

.content-materiais {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  gap: 10px;
}

@media screen and (max-width: 1240px) {
  .content-materiais {
    justify-content: center;
  }
}

.card-materiais {
  width: 360px;
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 14px;
  transition: all 150ms linear;
  min-height: 490px;
}

.card-materiais:hover {
  box-shadow: rgba(53, 53, 54, 0.5) 0px 8px 24px;
}

.title-card {
  font-size: 20px;
  font-weight: 700;
  margin: 14px 20px;
  color: #000;
}

.description-card {
  font-size: 14px;
  font-weight: 400;
  color: var(--description-color);
  margin: 14px 20px;
  line-height: 1.3;
}

.img-card {
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.cotent-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 270px;
}

/* ================ MATERIAS ======================== */

/* ================ CTA ======================== */

.content-cta {
  width: 100%;
  max-width: 785px;
  padding: 30px 16px;
  margin: 14px;
  background-color: #fff;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#rd-column-lsfx6339 > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.img-cta {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.container-cta-text {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  justify-content: space-between;
  padding-right: 30px;
  gap: 80px;
}

.formulario-cta {
  width: 100%;
  padding: 10px 0px;
}

.form-cta input {
  width: 100%;
  outline: none;
  border-radius: var(--border-radius);
  border: 1px solid transparent;
  padding: 0.6rem 0.788rem;
  background-color: var(--content-background-color);
}

.form-cta input:focus {
  border: 1px solid #00000044;
}

.form-cta input::placeholder {
  color: var(--description-color);
}

.input-submit {
  margin-top: 10px;
  background-color: var(--primary-color) !important;
  cursor: pointer;
  color: #fff;
  transition: background-color 150ms linear;
}

.input-submit:hover {
  background-color: #004480 !important;
}

@media screen and (max-width: 700px) {
  .container-cta-text {
    margin: 14px;
    padding: 0;
  }
  .img-cta {
    display: none;
  }
}

/* ================ CTA ======================== */

/* ================ SLIDE ======================== */

.swiper {
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
  padding: 1rem 7rem;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.description-depoimentos {
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
}

.sobre-autor-depoimento {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.img-autor-depoimento img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.text-sobre-autor-depoimento {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 20px;
}

.text-sobre-autor-depoimento p {
  color: var(--primary-color);
  font-weight: 500;
}

.text-sobre-autor-depoimento span {
  font-size: 14px;
}

.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 700px) {
  .swiper-slide {
    padding: 1rem 2rem;
  }

  .description-depoimentos {
    font-size: 18px;
  }

  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next img {
    display: none;
  }
  .swiper-button-prev img {
    display: none;
  }
}

/* ================ SLIDE ======================== */
