/* 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-homepage .banner-hero {
  height: 100vh;
  position: relative;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-hero {
    height: 50vw;
  }
}
body.page-template-homepage .banner-hero .swiper-container {
  height: 100%;
  overflow: hidden;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper {
  height: 100% !important;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .link-swiper-slide {
  cursor: pointer;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner {
  height: 100%;
  position: relative;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-video-hero {
  position: absolute;
  height: 100%;
  width: 100%;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-video-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  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%);
  z-index: 1;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-video-hero .video-banner-hero {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-video-hero .video-banner-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-video-hero .video-banner-hero-mobile {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-video-hero .video-banner-hero-mobile {
    display: none;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-imagem-hero {
  height: 100%;
  width: 100%;
  position: absolute;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-imagem-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  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%);
  z-index: 1;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-imagem-hero .image-banner-hero {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-imagem-hero .image-banner-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-imagem-hero .image-banner-hero-mobile {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-images-videos .box-imagem-hero .image-banner-hero-mobile {
    display: none;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo {
  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;
  position: relative;
  height: 100%;
  z-index: 2;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .wrapper-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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;
}
@media (max-height: 500px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .wrapper-hero {
    margin-bottom: 40px;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .wrapper-hero .mask-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 860px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .wrapper-hero .mask-banner {
    width: 718px;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .titulo-banner-hero {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: -0.8px;
  position: relative;
  z-index: 1;
  font-size: 22px;
}
@media (min-width: 768px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .titulo-banner-hero {
    font-size: 40px;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .box-repetidor-subtitulo {
  position: relative;
  height: 60px;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .box-repetidor-subtitulo .subtitulo-banner-hero {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 88px */
  position: absolute;
  opacity: 0;
}
@media (min-width: 768px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .box-repetidor-subtitulo .subtitulo-banner-hero {
    font-size: 80px;
    max-width: initial;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .button-play {
  -webkit-transition: initial;
  transition: initial;
  position: relative;
  z-index: 1;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal__content {
  background: #30504e;
  left: 50%;
  padding: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal__content {
    width: 80%;
    height: 80%;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal__content .video-container {
  height: 100%;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal__content .video-container iframe {
  width: 100%;
  height: 100%;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .js-modal-close-btn {
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 65px;
}
@media (min-width: 768px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .js-modal-close-btn {
    top: 60px;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .js-modal-close-btn svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .js-modal-close-btn:hover svg {
  scale: 1.05;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-wrapper .swiper-slide .box-banner .box-conteudo .modal__content video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 8px;
}
body.page-template-homepage .banner-hero .swiper-container .box-buttons {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: 3px;
  top: 50%;
  width: 100%;
  height: 74px;
  gap: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  padding: 0 20px;
  cursor: pointer;
}
body.page-template-homepage .banner-hero .swiper-container .box-buttons svg {
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 50px;
  height: 50px;
  pointer-events: auto;
}
body.page-template-homepage .banner-hero .swiper-container .box-buttons svg circle {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-homepage .banner-hero .swiper-container .box-buttons svg:hover {
  scale: 1.02;
}
body.page-template-homepage .banner-hero .swiper-container .box-buttons svg:hover circle {
  stroke-width: 2;
}
@media (min-width: 768px) {
  body.page-template-homepage .banner-hero .swiper-container .box-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-homepage .banner-hero .swiper-container .box-buttons .swiper-button-disabled {
  opacity: 0;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination {
  bottom: 120px;
  right: 0;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 768px) {
  body.page-template-homepage .banner-hero .swiper-container .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 56px;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination .swiper-pagination-bullet em {
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: #111;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 4px;
  background-color: rgb(255, 255, 255);
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}
body.page-template-homepage .banner-hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active b {
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
body.page-template-homepage .tuo-primeiro {
  padding: 64px 0;
  margin-bottom: -130px;
  background: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-primeiro {
    margin-bottom: -220px;
    padding: 120px 0;
  }
}
body.page-template-homepage .tuo-primeiro .shape-svg-primeiro {
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 2;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-primeiro .shape-svg-primeiro {
    display: block;
  }
}
body.page-template-homepage .tuo-primeiro .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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  gap: 46px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-primeiro .wrapper {
    gap: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 80vh;
  }
}
@media (max-height: 700px) {
  body.page-template-homepage .tuo-primeiro .wrapper {
    min-height: 100vh;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-primeiro .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (min-width: 2000px) {
  body.page-template-homepage .tuo-primeiro .wrapper {
    max-width: 1680px;
  }
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text {
  width: 100%;
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .titulo-tuo-primeiro {
  color: #30504e;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 68.2px */
  max-width: 345px;
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 40px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .titulo-tuo-primeiro {
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .titulo-tuo-primeiro {
    max-width: 90%;
    font-size: calc(1rem + 3vw);
  }
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .descricao-tuo-primeiro {
  color: #30504e;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  max-width: 422px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 40px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .descricao-tuo-primeiro {
    max-width: 70%;
    font-size: calc(0.8rem + 0.6vw);
  }
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .link-tuo-primeiro {
  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-homepage .tuo-primeiro .wrapper .box-conteudo-text .link-tuo-primeiro 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-homepage .tuo-primeiro .wrapper .box-conteudo-text .link-tuo-primeiro p {
    font-size: 20px;
  }
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-text .link-tuo-primeiro:hover {
  background: #ffa869;
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-homepage .tuo-primeiro .wrapper .box-conteudo-img .box-img {
  width: 100%;
  max-height: 80vh;
}
body.page-template-homepage .tuo-primeiro .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-homepage .tuo-alegria {
  position: relative;
  min-height: 675px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 50vw;
}
body.page-template-homepage .tuo-alegria .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.page-template-homepage .tuo-alegria .bg-img::after {
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-alegria .bg-img::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(35.05%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 35.05%, rgba(0, 0, 0, 0) 50%);
  }
}
body.page-template-homepage .tuo-alegria .bg-img:hover::after {
  width: 100%;
}
body.page-template-homepage .tuo-alegria .bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .tuo-alegria .wrapper {
  position: relative;
  z-index: 3;
  min-height: 675px;
  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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 50vw;
}
body.page-template-homepage .tuo-alegria .wrapper .box-conteudo-alegria {
  width: 100%;
}
body.page-template-homepage .tuo-alegria .wrapper .no-content {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-alegria .wrapper .no-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria {
  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;
}
body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .titulo-alegria {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
  margin-bottom: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 32px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .titulo-alegria {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .titulo-alegria {
    max-width: 80%;
    font-size: calc(1rem + 2.2vw);
  }
}
body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .subtitulo-alegria {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-bottom: 32px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .subtitulo-alegria {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .subtitulo-alegria {
    max-width: 80%;
    font-size: calc(1rem + 1.4vw);
  }
}
body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .link-tuo-alegria {
  border-radius: 0px 20px;
  background: #7ea6a4;
  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-homepage .tuo-alegria .wrapper .conteudo-alegria .link-tuo-alegria 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-homepage .tuo-alegria .wrapper .conteudo-alegria .link-tuo-alegria p {
    font-size: 20px;
  }
}
body.page-template-homepage .tuo-alegria .wrapper .conteudo-alegria .link-tuo-alegria:hover {
  background: #ffa869;
}
body.page-template-homepage .tuo-nascemos {
  background: #e5ddd4;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-nascemos {
    padding: 120px 0;
  }
}
body.page-template-homepage .tuo-nascemos .shape-arrow-nascemos {
  display: none;
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1024px) {
  body.page-template-homepage .tuo-nascemos .shape-arrow-nascemos {
    display: block;
  }
}
body.page-template-homepage .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;
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  body.page-template-homepage .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-homepage .tuo-nascemos .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
}
body.page-template-homepage .tuo-nascemos .wrapper .box-conteudo-text {
  width: 100%;
}
body.page-template-homepage .tuo-nascemos .wrapper .box-conteudo-text .box-svg {
  margin-bottom: 32px;
}
body.page-template-homepage .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-homepage .tuo-nascemos .wrapper .box-conteudo-text .titulo-tuo-nascemos {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-nascemos .wrapper .box-conteudo-text .titulo-tuo-nascemos {
    max-width: 90%;
    font-size: calc(1rem + 1.8vw);
  }
}
body.page-template-homepage .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-homepage .tuo-nascemos .wrapper .box-conteudo-text .descricao-tuo-nascemos {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .tuo-nascemos .wrapper .box-conteudo-text .descricao-tuo-nascemos {
    max-width: 90%;
    font-size: calc(0.8rem + 0.6vw);
  }
}
body.page-template-homepage .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-homepage .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-homepage .tuo-nascemos .wrapper .box-conteudo-text .link-tuo-nascemos p {
    font-size: 20px;
  }
}
body.page-template-homepage .tuo-nascemos .wrapper .box-conteudo-text .link-tuo-nascemos:hover {
  background: #ffa869;
}
body.page-template-homepage .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-homepage .tuo-nascemos .wrapper .box-conteudo-img .box-img {
  width: 100%;
  max-height: 80vh;
  position: relative;
}
body.page-template-homepage .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-homepage .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=home.css.map */
