/*
Theme Name: DSOP
Author: DSOP
Description: Novo tema DSOP
Version: 1.0
*/

html, body{
    overflow-x: hidden !important; 
}

.section3__pagehome, .section4__pagehome, .section5__pagehome,
.section6__pagehome, .section10__pagehome, .section11__pagehome, 
.section13__pagehome, .section14__pagehome, .footer{
    content-visibility: auto;
    contain-intrinsic-size: 1400px; 
}

@keyframes home-vetor {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(12%);
  }
}
@keyframes home-vetor-2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5%);
  }
}
@keyframes efeito-entrada {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes efeito-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate-arrow-start {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes rotate-arrow-end {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes heighOpentItems {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes heighClosetItems {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #FFEFEB;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
.embla {
  width: 100%;
  max-width: 100%;
  max-height: 720px;
  margin-top: 129px;
  position: relative;
  overflow: hidden;
}
.embla .embla__container {
  display: flex;
}
.embla .embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}
.embla .embla__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 48rem) {
  .embla .embla__slide img {
    display: none;
  }
}
.embla .embla__slide .img--mobile {
  display: none;
}
@media screen and (max-width: 48rem) {
  .embla .embla__slide .img--mobile {
    display: block;
  }
}
.embla .embla__prev,
.embla .embla__next {
  padding: 0 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.embla .embla__prev {
  left: 0;
}
.embla .embla__next {
  right: 0;
}
.embla .dots-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 48rem) {
  .embla .dots-container {
    bottom: 30px;
  }
}
.embla .dot {
  width: 8px;
  height: 8px;
  background-color: #B0ABAF;
  border-radius: 50%;
  cursor: pointer;
}
.embla .dot.active {
  background-color: #FF6138;
}

.cards {
  padding: 24px;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 17px 0px rgba(255, 97, 56, 0.17);
  border-radius: 2rem;
}
.cards::before {
  content: "";
  width: 82px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cards .cards__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cards h1 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 600;
}
.cards p {
  color: #3A3A3A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
}
.cards p strong {
  color: #FF6138;
  font-weight: 600;
}

.cards--laranja::before {
  background-color: #FF6138;
}
.cards--laranja .cards__icon--laranja {
  background-color: rgba(243, 201, 177, 0.2);
}
.cards--laranja .cards__titulo--laranja {
  color: #FF6138;
}

.cards--verdeclaro::before {
  background-color: #70BE5A;
}
.cards--verdeclaro .cards__icon--verde {
  background-color: rgba(194, 228, 185, 0.2);
}
.cards--verdeclaro .cards__titulo--verde {
  color: #70BE5A;
}

.cards-2 {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0px 0px 17px 0px rgba(255, 97, 56, 0.17);
  overflow: hidden;
}
@media screen and (max-width: 33.75rem) {
  .cards-2 {
      border-radius: 1.5rem;
    }
}
.cards-2::before {
  content: "";
  width: 82px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #FF6138;
}
.cards-2 .cards-2__divimg {
  width: 100%;
  height: 231px;
  margin-left: 24px;
  overflow: hidden;
}
@media screen and (max-width: 33.75rem) {
    .cards-2 .cards-2__divimg {
      height: 200px;
    }
}
.cards-2 .cards-2__divimg img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 500px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-2 .cards-2__descricao {
  padding: 8px 16px 34px 18px;
}
@media screen and (max-width: 33.75rem) {
    .cards-2 .cards-2__descricao {
      padding: 12px 24px 24px 24px;
    }
}
.cards-2 .cards-2__descricao h2 {
  color: #FF6138;
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 33.75rem) {
    .cards-2 .cards-2__descricao h2 {
      font-size: 1.125rem;
      line-height: 24px;
      font-weight: 500;
    }
}
.cards-2 .cards-2__descricao span {
  margin: 8px 0;
  display: block;
  color: #B7B7B7;
  font-size: 0.8125rem;
  font-weight: 400;
}
.cards-2 .cards-2__descricao p {
  color: #3A3A3A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cards-2 .cards-2__descricao p + p {
  margin-top: 24px;
}

.cards-3 {
  max-width: 25.625rem;
  position: relative;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0px 0px 17px 0px rgba(255, 97, 56, 0.17);
  overflow: hidden;
}
.cards-3 > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards-3 .cards-3__descricao {
  padding: 24px 8px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 33.75rem) {
    .cards-3 .cards-3__descricao {
      padding: 24px 8px 16px 12px;
    }
}
.cards-3 .cards-3__descricao h2 {
  color: #FF6138;
  font-size: 1.25rem;
  font-weight: 600;
}
.cards-3 .cards-3__descricao .cards-3__descricao__divicon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cards-3 .cards-3__img {
  width: 100%;
  height: 270px;
  position: relative;
}
.cards-3 .cards-3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
.cards-3 .cards-3__img .cards-3__img__linksocial {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.cards-3 .cards-3__img .cards-3__img__linksocial p {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}
.cards-3 .cards-3__img .flex__socialmidia {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 32px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #FFEFEB;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 62.4375rem;
  transition: 0.3s ease-out;
  border: none;
  text-transform: uppercase;
}
@media screen and (max-width: 33.75rem) {
  .button {
    padding: 18px 24px;
    font-size: 1.125rem;
  }
}

.button__outline {
  background-color: transparent;
  border: 1px solid #FF6138;
}

.button__small {
  padding: 9.5px 16px;
  font-weight: 600;
}

.button--verde {
  color: #116737;
}

.button--verde-2 {
  color: #70BE5A;
}

.button--laranja {
  color: #E97244;
}

.button--laranja-2 {
  color: #F78C51;
}

.button--laranja-3 {
  color: #FF6138;
}

.button--azulclaro {
  color: #338CC8;
}

.button--azulclaro-2 {
  color: #1C8BCC;
}

.button--azul {
  color: #004B97;
}

.button--amarelo {
  color: #E0B109;
}

.button--preto {
  color: #090C15;
}

.sections__pagehome__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  gap: 82px;
}
@media screen and (max-width: 80rem) {
  .sections__pagehome__container {
    gap: 24px;
  }
}
@media screen and (max-width: 64rem) {
  .sections__pagehome__container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.container--flexend {
  justify-content: flex-end;
}

.sections__pagehome__img {
  flex-shrink: 0;
  align-self: flex-end;
}
@media screen and (max-width: 64rem) {
  .sections__pagehome__img {
    flex-shrink: 1;
    align-self: center;
  }
}
.sections__pagehome__img img {
  margin: 0 auto;
}
@media screen and (max-width: 64rem) {
  .sections__pagehome__img img {
    width: 88%;
  }
}

.sections__pagehome__descricao {
  margin-bottom: 64px;
}
@media screen and (max-width: 64rem) {
  .sections__pagehome__descricao {
    margin-bottom: 0;
    max-width: 680px;
  }
}
.sections__pagehome__descricao h1 {
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 1.9375rem;
  font-weight: 700;
}
.sections__pagehome__descricao p {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.sections__pagehome__descricao p + p {
  margin-top: 24px;
}
.sections__pagehome__descricao .button {
  margin-top: 24px;
}

.section1__pagehome {
  position: relative;
}
.section1__pagehome::before {
  content: "";
  width: 50%;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-image: url("imgs/vetores/linha.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.section1__pagehome .section1__pagehome__container {
  /*max-width: 1290px; antes dos 5 cards*/
  max-width: 1640px;
  /*margin: -122px auto 0 auto;*/
  margin: -1.5rem auto 0 auto;
}
@media screen and (max-width: 33.75rem) {
  .section1__pagehome .section1__pagehome__container {
    margin: -1rem auto 0 auto;
  }
}
.section1__pagehome .section1__pagehome__items {
  display: flex;
  /*gap: 30px;*/
  gap: 20px;
}
@media screen and (max-width: 80rem) {
  .section1__pagehome .section1__pagehome__items {
    padding: 0 24px;
  }
}
@media screen and (max-width: 68rem) {
  .section1__pagehome .section1__pagehome__items {
    flex-wrap: wrap;
  }
}
.section1__pagehome .section1__pagehome__items .cards {
  /*flex: 1 1 310px;*/
  flex: 1 1 310px;
}
.section1__pagehome .section1__pagehome__items .cards h1 {
  color: #FF6138;
  /*font-size: 2.25rem; line-height: 3.125rem;*/
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
}
.section1__pagehome .section1__pagehome__main {
  padding: 0 48px;
  position: relative;
  top: 92px;
  display: flex;
}
@media screen and (max-width: 64rem) {
  .section1__pagehome .section1__pagehome__main {
    flex-direction: column;
    padding: 0 24px;
  }
}
.section1__pagehome .section1__pagehome__main .pagehome__main__titulo h1 {
  margin-bottom: 16px;
  color: #FF6138;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.0625rem;
}
@media screen and (max-width: 64rem) {
  .section1__pagehome .section1__pagehome__main .pagehome__main__titulo h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 33.75rem) {
  .section1__pagehome .section1__pagehome__main .pagehome__main__titulo h1 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}
@media screen and (max-width: 64rem) {
  .section1__pagehome .section1__pagehome__main .pagehome__main__titulo h1 {
    text-align: center;
  }
}
.section1__pagehome .section1__pagehome__main .pagehome__main__titulo p {
  color: #3A3A3A;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 64rem) {
  .section1__pagehome .section1__pagehome__main .pagehome__main__titulo p {
    text-align: center;
  }
}
.section1__pagehome .section1__pagehome__main .pagehome__main__imgs {
  display: flex;
}
@media screen and (max-width: 33.75rem) {
  .section1__pagehome .section1__pagehome__main .pagehome__main__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 33.75rem) {
  .section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--cursosead,
  .section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--ensinosuperior,
  .section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--editorial,
  .section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--loopitoys {
    max-width: 130px;
    margin: 0 auto;
  }
}
.section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--cursosead,
.section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--ensinosuperior {
  animation: home-vetor 3000ms linear forwards infinite alternate;
}
.section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--editorial,
.section1__pagehome .section1__pagehome__main .pagehome__main__imgs .img--loopitoys {
  animation: home-vetor 3000ms linear forwards infinite alternate-reverse;
}

.section2__pagehome {
  margin-top: -150px;
  padding: 360px 48px 0 48px;
  background-image: url("imgs/home/section-bg-cursos-ead.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section2__pagehome {
    /*  
    margin-top: -250px;
    padding: 600px 24px 0 24px;*/
    margin-top: 100px;
    padding: 80px 24px 0 24px;
    background-color: #116737;
    background-image: none;
  }
}
@media screen and (max-width: 64rem) {
  .section2__pagehome .sections__pagehome__container {
    flex-wrap: wrap-reverse;
  }
}

.section3__pagehome {
  padding: 66px 48px 0 48px;
  background-color: #FF6138;
  background-image: url("imgs/home/section-bg-editora.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section3__pagehome {
    padding: 56px 24px 0 24px;
    background-image: none;
  }
}
@media screen and (max-width: 64rem) {
  .section3__pagehome .container--flexend {
    justify-content: center;
    gap: 80px;
  }
}
.section3__pagehome .sections__pagehome__descricao .pagehome__descricao__flexlivros {
  margin-top: 24px;
  padding: 14px 0;
  background-color: #FFFFFF;
  border-radius: 147px;
  position: relative;
}
.section3__pagehome .sections__pagehome__descricao .pagehome__descricao__flexlivros img {
  transform: scale(1.01);
}
.section3__pagehome .sections__pagehome__descricao .pagehome__descricao__flexlivros .button {
  padding: 18px 20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 33.75rem) {
  .section3__pagehome .sections__pagehome__descricao .pagehome__descricao__flexlivros .button {
    width: 60%;
    padding: 16px 20px;
    font-size: 1rem;
  }
}

.section4__pagehome {
  padding: 56px 48px;
  position: relative;
}
@media screen and (max-width: 64rem) {
  .section4__pagehome {
    padding: 80px 24px;
  }
}
.section4__pagehome::before {
  content: "";
  width: 50%;
  height: 160px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url("imgs/vetores/linha-2.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.section4__pagehome .section4__pagehome__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 48rem) {
  .section4__pagehome .section4__pagehome__container {
    flex-wrap: wrap;
  }
}
.section4__pagehome .section4__pagehome__titulo {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 48rem) {
  .section4__pagehome .section4__pagehome__titulo {
    width: 100%;
  }
}
.section4__pagehome .section4__pagehome__titulo h1 {
  margin-bottom: 16px;
  color: #FF6138;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.0625rem;
}
@media screen and (max-width: 64rem) {
  .section4__pagehome .section4__pagehome__titulo h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.section4__pagehome .section4__pagehome__titulo p {
  color: #3A3A3A;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 48rem) {
  .section4__pagehome .section4__pagehome__titulo p br {
    display: none;
  }
}
.section4__pagehome .section4__pagehome__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.section4__pagehome .section4__pagehome__items .cards {
  padding: 24px 42px 46px 24px;
}
.section4__pagehome .section4__pagehome__items article {
  flex: 1 1 260px;
}

.section5__pagehome {
  padding: 130px 48px 0 48px;
  background-color: #1C8BCC;
  background-image: url("imgs/home/section-bg-ens-superior.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section5__pagehome {
    background-image: none;
  }
}
@media screen and (max-width: 48rem) {
  .section5__pagehome {
    padding: 80px 24px 0 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section5__pagehome .sections__pagehome__container {
    flex-wrap: wrap-reverse;
  }
}
.section5__pagehome .sections__pagehome__descricao {
  max-width: 720px;
}
@media screen and (max-width: 80rem) {
  .section5__pagehome .sections__pagehome__descricao {
    max-width: 568px;
  }
}
.section5__pagehome .sections__pagehome__descricao .pagehome__descricao__pflex {
  display: flex;
  flex-wrap: wrap;
}
.section5__pagehome .sections__pagehome__descricao .pagehome__descricao__pflex p {
  flex: 1 0 400px;
  font-size: 1.25rem;
}
@media screen and (max-width: 33.75rem) {
    .section5__pagehome .sections__pagehome__descricao .pagehome__descricao__pflex {
      flex-direction: column;
    }
    .section5__pagehome .sections__pagehome__descricao .pagehome__descricao__pflex p {
      flex: 1;
    }
}
.section5__pagehome .sections__pagehome__descricao .pagehome__descricao__pflex div {
  flex-shrink: 0;
}
.section5__pagehome .sections__pagehome__descricao .pagehome__descricao__divflex {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.section6__pagehome {
  padding: 56px 48px 0 48px;
  background-color: #F78C51;
  background-image: url("imgs/home/section-bg-loopi-toys.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section6__pagehome {
    padding: 56px 24px 0 24px;
    background-image: none;
  }
}
@media screen and (max-width: 48rem) {
  .section6__pagehome {
    padding: 56px 24px 0 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section6__pagehome .container--flexend {
    justify-content: center;
  }
}
.section6__pagehome .sections__pagehome__descricao > p {
  font-size: 1.0625rem;
}
.section6__pagehome .sections__pagehome__descricao .pagehome__descricao__divflex {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 130px));
  gap: 30px;
}
.section6__pagehome .sections__pagehome__descricao .pagehome__descricao__divflex p {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.section6__pagehome .sections__pagehome__img {
  position: relative;
}
.section6__pagehome .sections__pagehome__img .button {
  width: 380px !important;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 17px 0px rgba(255, 97, 56, 0.17);
}
@media screen and (max-width: 33.75rem) {
    .section6__pagehome .sections__pagehome__img .button {
      width: 280px !important;
      padding: 18px;
      font-size: 1.0625rem;
    }
    .section6__pagehome .sections__pagehome__img .button svg {
      display: none;
    }
}
.section7__pagehome {
  padding: 80px 48px 0 48px;
  background-color: #70BE5A;
  background-image: url("imgs/home/section-bg-terapia-financeira.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 80rem) {
  .section7__pagehome {
    padding: 80px 24px 0 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section7__pagehome {
    background-image: none;
  }
}
.section7__pagehome::before {
  content: "";
  width: 100%;
  height: 455px;
  position: absolute;
  right: -130px;
  bottom: 0;
  background-image: url("imgs/vetores/vetor-arco.svg");
  background-repeat: no-repeat;
  background-position: 36vw 10px;
  display: block;
}
@media screen and (max-width: 80rem) {
  .section7__pagehome::before {
    background-position: 30vw 10px;
  }
}
@media screen and (max-width: 64rem) {
  .section7__pagehome::before {
    right: 0;
    background-position: center 20px;
  }
}
.section7__pagehome .section7__pagehome__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 80rem) {
  .section7__pagehome .section7__pagehome__container {
    gap: 20px;
  }
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__container {
    gap: 32px;
    flex-direction: column;
  }
}
.section7__pagehome .section7__pagehome__descricao {
  margin-bottom: 180px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__descricao {
    align-self: center;
    margin-bottom: 0;
  }
}
.section7__pagehome .section7__pagehome__descricao p {
  max-width: 520px;
  margin: 16px 0 24px 0;
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.59375rem;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__descricao p {
    max-width: 680px;
  }
}
.section7__pagehome .section7__pagehome__divimg {
  position: relative;
  flex-shrink: 0;
  align-self: flex-end;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__divimg {
    align-self: center;
  }
}
.section7__pagehome .section7__pagehome__divimg .main__divimg__mainimg img {
  margin: 0 auto;
}
.section7__pagehome .section7__pagehome__divimg .v--mala,
.section7__pagehome .section7__pagehome__divimg .v--escudo,
.section7__pagehome .section7__pagehome__divimg .v--casa,
.section7__pagehome .section7__pagehome__divimg .v--coracao {
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__divimg .v--mala,
  .section7__pagehome .section7__pagehome__divimg .v--escudo,
  .section7__pagehome .section7__pagehome__divimg .v--casa,
  .section7__pagehome .section7__pagehome__divimg .v--coracao {
    max-width: 130px;
  }
}
@media screen and (max-width: 48rem) {
  .section7__pagehome .section7__pagehome__divimg .v--mala,
  .section7__pagehome .section7__pagehome__divimg .v--escudo,
  .section7__pagehome .section7__pagehome__divimg .v--casa,
  .section7__pagehome .section7__pagehome__divimg .v--coracao {
    max-width: 100px;
  }
}
@media screen and (max-width: 33.75rem) {
  .section7__pagehome .section7__pagehome__divimg .v--mala,
  .section7__pagehome .section7__pagehome__divimg .v--escudo,
  .section7__pagehome .section7__pagehome__divimg .v--casa,
  .section7__pagehome .section7__pagehome__divimg .v--coracao {
    max-width: 72px;
  }
}
.section7__pagehome .section7__pagehome__divimg .v--mala,
.section7__pagehome .section7__pagehome__divimg .v--escudo {
  left: 0;
}
.section7__pagehome .section7__pagehome__divimg .v--casa,
.section7__pagehome .section7__pagehome__divimg .v--coracao {
  right: 0;
}
.section7__pagehome .section7__pagehome__divimg .v--mala {
  top: 140px;
  left: -40px;
  animation: home-vetor 2800ms linear forwards infinite alternate;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__divimg .v--mala {
    left: 60px;
    top: 100px;
  }
}
@media screen and (max-width: 48rem) {
  .section7__pagehome .section7__pagehome__divimg .v--mala {
    left: 10px;
    top: 60px;
  }
}
.section7__pagehome .section7__pagehome__divimg .v--escudo {
  bottom: 140px;
  left: -110px;
  animation: home-vetor 2800ms linear forwards infinite alternate-reverse;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__divimg .v--escudo {
    bottom: 160px;
    left: 0px;
  }
}
@media screen and (max-width: 48rem) {
  .section7__pagehome .section7__pagehome__divimg .v--escudo {
    left: -20px;
  }
}
.section7__pagehome .section7__pagehome__divimg .v--casa {
  top: 140px;
  right: -80px;
  animation: home-vetor 2800ms linear forwards infinite alternate;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__divimg .v--casa {
    top: 100px;
    right: 60px;
  }
}
@media screen and (max-width: 48rem) {
  .section7__pagehome .section7__pagehome__divimg .v--casa {
    right: 10px;
    top: 60px;
  }
}
.section7__pagehome .section7__pagehome__divimg .v--coracao {
  bottom: 140px;
  right: -150px;
  animation: home-vetor 2800ms linear forwards infinite alternate-reverse;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .section7__pagehome__divimg .v--coracao {
    bottom: 160px;
    right: 0px;
  }
}
@media screen and (max-width: 48rem) {
  .section7__pagehome .section7__pagehome__divimg .v--coracao {
    right: -20px;
  }
}
.section7__pagehome .divimg__absolute {
  position: absolute;
  right: -30px;
}
@media screen and (max-width: 64rem) {
  .section7__pagehome .divimg__absolute {
    position: static;
    margin: 0 auto;
  }
}

.section8__pagehome {
  position: relative;
}
.section8__pagehome .section8__pagehome__container {
  max-width: 1290px;
  margin: -136px auto 0 auto;
}
.section8__pagehome .section8__pagehome__items {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 80rem) {
  .section8__pagehome .section8__pagehome__items {
    padding: 0 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section8__pagehome .section8__pagehome__items {
    flex-wrap: wrap;
  }
}
.section8__pagehome .section8__pagehome__items article {
  flex: 1 1 300px;
}
.section8__pagehome .section8__pagehome__main {
  padding: 0 24px;
  position: relative;
  top: 92px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 48rem) {
  .section8__pagehome .section8__pagehome__main {
    flex-direction: column;
    gap: 0px;
  }
}
.section8__pagehome .section8__pagehome__main .pagehome__main__titulo {
  flex: 1 0 340px;
}
@media screen and (max-width: 65rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__titulo {
    max-width: 640px;
  }
}
.section8__pagehome .section8__pagehome__main .pagehome__main__titulo h1 {
  margin-bottom: 16px;
  color: #FF6138;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.0625rem;
}
@media screen and (max-width: 64rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__titulo h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 48rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__titulo h1 {
    text-align: center;
  }
}
@media screen and (max-width: 48rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__titulo h1 br {
    display: none;
  }
}
.section8__pagehome .section8__pagehome__main .pagehome__main__titulo p {
  color: #3A3A3A;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 48rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__titulo p {
    text-align: center;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 48rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__titulo p br {
    display: none;
  }
}
.section8__pagehome .section8__pagehome__main .pagehome__main__titulo p + p {
  margin-top: 24px;
}
.section8__pagehome .section8__pagehome__main .pagehome__main__imgs {
  display: flex;
}
@media screen and (max-width: 33.75rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 33.75rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-educacional,
  .section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-franquia,
  .section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-incompany {
    max-width: 130px;
    margin: 0 auto;
  }
}
.section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-educacional,
.section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-franquia {
  animation: home-vetor 3000ms linear forwards infinite alternate;
}
@media screen and (max-width: 33.75rem) {
  .section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-franquia {
    grid-column: 1/-1;
  }
}
.section8__pagehome .section8__pagehome__main .pagehome__main__imgs .img-incompany {
  animation: home-vetor 3000ms linear forwards infinite alternate-reverse;
}

.section9__pagehome {
  margin-top: -150px;
  padding: 360px 48px 0 48px;
  background-image: url("imgs/home/section-bg-educacional.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section9__pagehome {
   /*
    margin-top: -300px;
    padding: 600px 24px 0 24px;*/
    margin-top: 100px;
    padding: 80px 24px 0 24px;
    background-color: #2275B4;
    background-image: none;
  }
}
@media screen and (max-width: 64rem) {
  .section9__pagehome .sections__pagehome__container {
    flex-wrap: wrap-reverse;
  }
}
.section9__pagehome .sections__pagehome__descricao {
  max-width: 540px;
}
@media screen and (max-width: 64rem) {
  .section9__pagehome .sections__pagehome__descricao {
    max-width: 680px;
  }
}

.section10__pagehome {
  padding: 130px 48px 0 48px;
  background-color: #004B97;
  background-image: url("imgs/home/section-bg-in-company.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 64rem) {
  .section10__pagehome {
    padding: 130px 24px 0 24px;
    background-image: none;
  }
}
@media screen and (max-width: 48rem) {
  .section10__pagehome {
    padding: 80px 24px 0 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section10__pagehome .container--flexend {
    justify-content: center;
  }
}
.section10__pagehome .sections__pagehome__descricao {
  margin-top: 31px;
}
@media screen and (max-width: 64rem) {
  .section10__pagehome .sections__pagehome__descricao {
    margin-top: 0;
  }
}

.section11__pagehome {
  padding: 130px 48px 0 48px;
  background-color: #E0B109;
  background-image: url("imgs/home/section-bg-franquia.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section11__pagehome {
    background-image: none;
  }
}
@media screen and (max-width: 48rem) {
  .section11__pagehome {
    padding: 80px 24px 0 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section11__pagehome .sections__pagehome__container {
    flex-wrap: wrap-reverse;
  }
}
.section11__pagehome .sections__pagehome__descricao {
  margin-top: 33px;
}
@media screen and (max-width: 64rem) {
  .section11__pagehome .sections__pagehome__descricao {
    margin-top: 0;
  }
}

.section12__pagehome {
  padding: 85px 48px 0 48px;
  background-color: #090C15;
  background-image: url("imgs/home/section-bg-dflix.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 64rem) {
  .section12__pagehome {
    padding: 80px 24px 0 24px;
    background-image: none;
  }
}
@media screen and (max-width: 33.75rem) {
  .section12__pagehome {
    padding: 80px 24px 40px 24px;
  }
}
.section12__pagehome .section12__pagehome__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 64rem) {
  .section12__pagehome .section12__pagehome__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 33.75rem) {
  .section12__pagehome .section12__pagehome__container {
    gap: 40px;
  }
}
.section12__pagehome .section12__pagehome__descricao {
  max-width: 411px;
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 86px;
}
@media screen and (max-width: 80rem) {
  .section12__pagehome .section12__pagehome__descricao {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 64rem) {
  .section12__pagehome .section12__pagehome__descricao {
    max-width: 768px;
    margin-bottom: 0;
  }
}
.section12__pagehome .section12__pagehome__descricao div {
  margin-bottom: 16px;
}
.section12__pagehome .section12__pagehome__descricao p {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}
.section12__pagehome .section12__pagehome__descricao p + p {
  margin-top: 24px;
}
.section12__pagehome .section12__pagehome__descricao .button {
  margin-top: 24px;
}
.section12__pagehome .sections__pagehome__img {
  position: relative;
  bottom: -80px;
  flex-shrink: 1;
}
@media screen and (max-width: 80rem) {
  .section12__pagehome .sections__pagehome__img {
    align-self: flex-start;
  }
}
@media screen and (max-width: 64rem) {
  .section12__pagehome .sections__pagehome__img {
    bottom: -80px;
  }
}
@media screen and (max-width: 33.75rem) {
  .section12__pagehome .sections__pagehome__img {
    bottom: 0;
  }
}
.section12__pagehome .sections__pagehome__img img {
  margin: 0 auto;
}
@media screen and (max-width: 64rem) {
  .section12__pagehome .sections__pagehome__img img {
    width: 100%;
  }
}

.section13__pagehome {
  padding: 180px 48px 104px 48px;
  position: relative;
}
@media screen and (max-width: 64rem) {
  .section13__pagehome {
    padding: 180px 24px 100px 24px;
  }
}
@media screen and (max-width: 33.75rem) {
  .section13__pagehome {
    padding: 80px 24px;
  }
}
.section13__pagehome::before {
  content: "";
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 30%;
  display: block;
  background-image: url("imgs/vetores/linha-4.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.section13__pagehome .section13__pagehome__container {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: repeat(3, 31.784%);
  gap: 30px;
}
@media screen and (max-width: 80rem) {
  .section13__pagehome .section13__pagehome__container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.section13__pagehome .section13__pagehome__main {
  position: relative;
  z-index: 2;
}
.section13__pagehome .section13__pagehome__main h1 {
  color: #FF6138;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.0625rem;
}
@media screen and (max-width: 64rem) {
  .section13__pagehome .section13__pagehome__main h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.section13__pagehome .section13__pagehome__main p {
  margin: 16px 0 24px 0;
  color: #3A3A3A;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 2.15625rem;
}
@media screen and (max-width: 64rem) {
  .section13__pagehome .section13__pagehome__main p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.section14__pagehome {
  padding: 48px 24px;
  background-color: #FF8160;
  background-image: url("imgs/home/section-bg-eventos.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 64rem) {
  .section14__pagehome {
      background-image: none;
    }
}
.section14__pagehome .section14__pagehome__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section14__pagehome .section14__pagehome__descricao h1 {
  margin-bottom: 16px;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.0625rem;
}
@media screen and (max-width: 64rem) {
  .section14__pagehome .section14__pagehome__descricao h1 {
    font-size: 1.9375rem;
    line-height: 3.125rem;
  }
}
.section14__pagehome .section14__pagehome__descricao p {
  max-width: 520px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.15625rem;
}
@media screen and (max-width: 64rem) {
  .section14__pagehome .section14__pagehome__descricao p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.section14__pagehome .section14__pagehome__items {
  margin: 49px 0 40px 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 48rem) {
  .section14__pagehome .section14__pagehome__items {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 8px;
  }
}
.section14__pagehome .section14__pagehome__items .cards-3 {
  scroll-snap-align: center;
}
@media screen and (max-width: 48rem) {
  .section14__pagehome .section14__pagehome__items .cards-3 {
    /*width: 350px;*/
    width: 327px;
    flex-shrink: 0;
  }
}
.newsletterIframe iframe{
height:160px!important;
}
@media screen and (max-width:68.75rem){
.newsletterIframe iframe{height:220px!important}
}
@media screen and (max-width:48rem){
.newsletterIframe iframe{height:300px!important}
}

.footer {
  padding: 40px 48px 0px 48px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 64rem) {
  .footer {
    padding: 40px 24px 0px 24px;
  }
}
@media screen and (max-width: 48rem) {
  .footer {
    background-size: contain;
    background-position: bottom;
  }
}
.footer .footer__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 64rem) {
  .footer .footer__container {
    gap: 30px;
  }
}
@media screen and (max-width: 48rem) {
  .footer .footer__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 33.75rem) {
  .footer .footer__container {
    flex-direction: column;
  }
}
.footer .footer__redessociais {
  flex-shrink: 0;
}
.footer .footer__redessociais p {
  margin-top: 16px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
}
.footer .footer__redessociais small {
  margin: 16px 0;
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
.footer .footer__redessociais .footer__redessociais__lista {
  display: flex;
  gap: 16px;
}
.footer .footer__redessociais .footer__redessociais__lista a {
  display: block;
}
.footer .footer__navlinks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 80rem) {
  .footer .footer__navlinks {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 64rem) {
  .footer .footer__navlinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48rem) {
  .footer .footer__navlinks {
    order: 3;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 33.75rem) {
  .footer .footer__navlinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .footer__navlinks .footer__navlinks__items p {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}
.footer .footer__navlinks .footer__navlinks__items a {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media screen and (max-width: 33.75rem) {
  .footer .footer__map {
    order: 3 !important;
  }
}
.footer .footer__map .footer__map__items {
  margin-bottom: 24px;
}
.footer .footer__map .footer__map__items p {
  margin-bottom: 4px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}
.footer .footer__map .footer__map__items small {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.footer .footer__map .footer__map__container {
  width: 100%;
  height: 237px;
  background-color: #FFFFFF;
}
.footer .footer__copy {
  margin: 45px 0 23px 0;
}
.footer .footer__copy .footer__copy__lista {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer .footer__copy .footer__copy__info {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}
.footer .footer__copy .footer__copy__info a {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer--laranja {
  background-color: #FF6138;
  background-image: url("imgs/home/footer-hero-banner.webp");
}
@media screen and (max-width: 33.75rem) {
    .footer--laranja {
      background-image: none;
    }
}