/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.page-template-sobre .banner {
  position: relative;
  width: 100%;
  height: 80vh;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner {
    height: 100vh;
  }
}
body.page-template-sobre .banner .box-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.page-template-sobre .banner .box-img::after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  z-index: 2;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
body.page-template-sobre .banner .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-sobre .banner .box-img video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner .box-img video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-sobre .banner .box-img .img-desktop {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner .box-img .img-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-sobre .banner .box-img .img-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner .box-img .img-mobile {
    display: none;
  }
}
body.page-template-sobre .banner .box-titulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner .box-titulos {
    padding: initial;
  }
}
body.page-template-sobre .banner .box-titulos .titulo-sobre {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 52.8px */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 32px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner .box-titulos .titulo-sobre {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  body.page-template-sobre .banner .box-titulos .titulo-sobre {
    max-width: 90%;
    font-size: calc(1rem + 2.6vw);
  }
}
body.page-template-sobre .banner .svg-arrow {
  position: absolute;
  bottom: -36px;
  cursor: pointer;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 46px;
  bottom: -23px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .banner .svg-arrow {
    bottom: -36px;
    width: 72px;
    height: 72px;
    left: 80px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
body.page-template-sobre .sobre {
  background-color: #fff;
  padding: 130px 0 72px;
  position: relative;
}
body.page-template-sobre .sobre .shape-svg-sobre {
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 2;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-sobre .sobre .shape-svg-sobre {
    display: block;
  }
}
body.page-template-sobre .sobre .titulo-sobre-conteudo {
  color: #30504e;
  font-family: "Space Grotesk";
  font-size: calc(1rem + 3vw);
  line-height: 110%; /* 68.2px */
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .sobre .titulo-sobre-conteudo {
    max-width: 60%;
    text-align: center;
    margin: 0 auto 83px;
  }
}
body.page-template-sobre .sobre .titulo-sobre-conteudo .border {
  font-weight: 700;
  position: relative;
}
body.page-template-sobre .sobre .titulo-sobre-conteudo .border::after {
  content: "";
  bottom: -10px;
  width: 100%;
  height: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background: #ffa869;
}
body.page-template-sobre .sobre .descricao-sobre {
  color: #30504e;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .sobre .descricao-sobre {
    text-align: center;
  }
}
body.page-template-sobre .lugar-sobre {
  background-color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  body.page-template-sobre .lugar-sobre {
    padding-bottom: 88px;
  }
}
body.page-template-sobre .lugar-sobre .shape-svg-lugar {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-sobre .lugar-sobre .shape-svg-lugar {
    display: block;
  }
}
body.page-template-sobre .lugar-sobre .wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  body.page-template-sobre .lugar-sobre .wrapper {
    padding: 0;
  }
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 120px;
  overflow: hidden;
  background: #7ea6a4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  body.page-template-sobre .lugar-sobre .wrapper .box-lugar {
    height: 640px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
  }
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-imagem-lugar-sobre {
  width: 100%;
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-imagem-lugar-sobre img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre {
  width: 100%;
  padding: 52px 42px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre {
    padding: 104px 62px;
  }
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre .titulo-lugar {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre .titulo-lugar {
    max-width: 70%;
  }
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre .descricao-lugar {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre .descricao-lugar {
    margin-bottom: 40px;
    max-width: 70%;
  }
}
body.page-template-sobre .lugar-sobre .wrapper .box-lugar .box-conteudo-lugar-sobre .mensagem-lugar {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
body.page-template-sobre .viver-tuo {
  background-color: #fff;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-sobre .viver-tuo {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  body.page-template-sobre .viver-tuo {
    margin-top: -110px;
    z-index: 1;
  }
}
body.page-template-sobre .viver-tuo .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
body.page-template-sobre .viver-tuo .bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  body.page-template-sobre .viver-tuo .bg-img {
    display: block;
  }
}
body.page-template-sobre .viver-tuo .box-img-mobile {
  height: 600px;
  display: block;
}
body.page-template-sobre .viver-tuo .box-img-mobile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  body.page-template-sobre .viver-tuo .box-img-mobile {
    display: none;
  }
}
body.page-template-sobre .viver-tuo .wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-template-sobre .viver-tuo .wrapper {
    padding: 0;
  }
}
body.page-template-sobre .viver-tuo .wrapper .box-texto-viver {
  width: 100%;
  height: 100%;
}
body.page-template-sobre .viver-tuo .wrapper .no-content {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-sobre .viver-tuo .wrapper .no-content {
    display: block;
  }
}
body.page-template-sobre .viver-tuo .wrapper .content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-sobre .viver-tuo .wrapper .content-text .box-text {
  padding: 28px;
  background: #30504e;
  width: 468px;
  height: 282px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-sobre .viver-tuo .wrapper .content-text .box-text {
    padding: 52px;
    border-radius: 0px 60px;
    max-width: initial;
  }
}
body.page-template-sobre .viver-tuo .wrapper .content-text .box-text .aspa-svg {
  margin-bottom: 6px;
}
body.page-template-sobre .viver-tuo .wrapper .content-text .box-text .descricao-viver {
  color: #fafafa;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
}
body.page-template-sobre .viver-tuo .wrapper .content-text .box-text .nome-viver {
  color: #fafafa;
  font-family: "Space Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
body.page-template-sobre .tuo-nascemos {
  background: #fff;
  padding: 64px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  body.page-template-sobre .tuo-nascemos {
    padding: 120px 0;
  }
}
body.page-template-sobre .tuo-nascemos .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .tuo-nascemos .wrapper {
    gap: 145px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1600px) {
  body.page-template-sobre .tuo-nascemos .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text {
  width: 100%;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .box-svg {
  margin-bottom: 32px;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .titulo-tuo-nascemos {
  color: #30504e;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 68.2px */
  max-width: 435px;
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 32px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .titulo-tuo-nascemos {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .titulo-tuo-nascemos {
    max-width: 90%;
    font-size: calc(1rem + 1.8vw);
  }
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .descricao-tuo-nascemos {
  color: #30504e;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  max-width: 422px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 40px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .descricao-tuo-nascemos {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .descricao-tuo-nascemos {
    max-width: 90%;
    font-size: calc(0.8rem + 0.6vw);
  }
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .link-tuo-nascemos {
  border-radius: 0px 20px;
  background: #30504e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .link-tuo-nascemos p {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 15px */
  padding: 20px 32px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1600px) {
  body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .link-tuo-nascemos p {
    font-size: 20px;
  }
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-text .link-tuo-nascemos:hover {
  background: #ffa869;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-img .box-img {
  width: 100%;
  position: relative;
  max-height: 80vh;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-img .box-img img {
  border-radius: 0px 120px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-sobre .tuo-nascemos .wrapper .box-conteudo-img .box-img::before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 0px 120px 0 0;
}
/*# sourceMappingURL=sobre.css.map */
