*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

body {
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

a {
  color: white;
  text-decoration: none;
}

.organic-container, .organic-header .organic-header--wrapper {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .organic-container, .organic-header .organic-header--wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .organic-container, .organic-header .organic-header--wrapper {
    max-width: 1296px;
    width: 100%;
  }
}

.organic-container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 40rem) {
  .organic-container-xl {
    max-width: 40rem; /* 640px */
  }
}
@media (width >= 48rem) {
  .organic-container-xl {
    max-width: 48rem; /* 768px */
  }
}
@media (width >= 64rem) {
  .organic-container-xl {
    max-width: 64rem; /* 1024px */
  }
}
@media (width >= 80rem) {
  .organic-container-xl {
    max-width: 80rem; /* 1280px */
  }
}
@media (width >= 96rem) {
  .organic-container-xl {
    max-width: 96rem; /* 1536px */
  }
}

.single-produto .banner-product {
  background-image: url("../images/bg-home.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .single-produto .banner-product {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}
.single-produto .banner-product .banner-product__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .single-produto .banner-product .banner-product__wrapper {
    flex-direction: row-reverse;
    padding: 0 2rem;
  }
}
.single-produto .banner-product .banner-product__wrapper .banner-product__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .single-produto .banner-product .banner-product__wrapper .banner-product__content.has-image {
    width: 50%;
  }
}
.single-produto .banner-product img {
  min-height: 360px;
  max-height: 550px;
  object-fit: contain;
  width: 100%;
}
.single-produto .banner-product h2 {
  font-size: 1.875rem;
  color: #8FE9EF;
  font-family: "Arial", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  text-wrap: wrap;
  display: flex;
  flex-direction: column;
  -webkit-text-stroke: 1px #8FE9EF;
  -webkit-text-fill-color: transparent;
  color: white;
}
@media (min-width: 768px) {
  .single-produto .banner-product h2 {
    text-align: start;
  }
}
@media (min-width: 992px) {
  .single-produto .banner-product h2 {
    font-size: 2rem;
  }
}
.single-produto .banner-product h2 strong {
  font-size: 2.25rem;
  line-height: 1.1111111111;
  color: white;
  font-weight: 900;
  font-family: "Arial", sans-serif;
  -webkit-text-stroke: #8FE9EF 2px;
  -webkit-text-fill-color: white;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .single-produto .banner-product h2 strong {
    font-size: 3.75rem;
  }
}
.single-produto .banner-product p {
  font-size: 1rem;
  color: white;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .single-produto .banner-product p {
    text-align: start;
  }
}
@media (min-width: 1400px) {
  .single-produto .banner-product p {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.single-produto .product-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .single-produto .product-description {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.single-produto .product-description .organic-container, .single-produto .product-description .organic-header .organic-header--wrapper, .organic-header .single-produto .product-description .organic-header--wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-produto .product-description .organic-container, .single-produto .product-description .organic-header .organic-header--wrapper, .organic-header .single-produto .product-description .organic-header--wrapper {
    flex-direction: row;
    padding-bottom: 2rem;
  }
}
.single-produto .product-description .image {
  width: 100%;
  max-width: 320px;
}
.single-produto .product-description .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .single-produto .product-description .image {
    max-width: 33.3333333333%;
  }
}
.single-produto .product-description .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  color: white;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .single-produto .product-description .content {
    padding-bottom: 0;
  }
}
.single-produto .product-description .content p {
  text-align: center;
  font-weight: normal;
}
@media (min-width: 768px) {
  .single-produto .product-description .content p {
    text-align: start;
  }
}
@media (min-width: 992px) {
  .single-produto .product-description .content p {
    font-size: 1.5rem;
  }
}
.single-produto .product-description .content ul {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-produto .product-description .content ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.single-produto .product-description .content ul li {
  display: flex;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .single-produto .product-description .content ul li {
    width: calc(50% - 1rem);
  }
}
.single-produto .product-description .content ul li span {
  background-color: #A1CDD6;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #8FE9EF;
  border-radius: 5px;
  font-size: 1.3125rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  color: black;
}
@media (min-width: 992px) {
  .single-produto .product-description .content ul li span {
    width: 4rem;
    height: 4rem;
  }
}
.single-produto .product-description .content ul li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8FE9EF;
  text-transform: uppercase;
}
.single-produto .product-description .content ul li p {
  text-align: start;
  color: white;
  font-size: 1rem;
}
.single-produto .why-choose-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 992px) {
  .single-produto .why-choose-us {
    padding-bottom: 4rem;
  }
}
.single-produto .why-choose-us .organic-container, .single-produto .why-choose-us .organic-header .organic-header--wrapper, .organic-header .single-produto .why-choose-us .organic-header--wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .single-produto .why-choose-us .organic-container, .single-produto .why-choose-us .organic-header .organic-header--wrapper, .organic-header .single-produto .why-choose-us .organic-header--wrapper {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.single-produto .why-choose-us .organic-container > div:first-child, .single-produto .why-choose-us .organic-header .organic-header--wrapper > div:first-child, .organic-header .single-produto .why-choose-us .organic-header--wrapper > div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-produto .why-choose-us .organic-container > div:first-child, .single-produto .why-choose-us .organic-header .organic-header--wrapper > div:first-child, .organic-header .single-produto .why-choose-us .organic-header--wrapper > div:first-child {
    flex-direction: row;
  }
}
.single-produto .why-choose-us .organic-container .content p, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content p, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content p {
  font-size: 1rem;
  color: white;
}
@media (min-width: 992px) {
  .single-produto .why-choose-us .organic-container .content p, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content p, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content p {
    text-align: start;
  }
}
.single-produto .why-choose-us .organic-container .content ul, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content ul, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single-produto .why-choose-us .organic-container .content ul li, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content ul li, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content ul li {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.single-produto .why-choose-us .organic-container .content ul li span, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content ul li span, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content ul li span {
  background-color: #A1CDD6;
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #8FE9EF;
  border-radius: 5px;
  font-size: 1.3125rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  color: black;
}
@media (min-width: 768px) {
  .single-produto .why-choose-us .organic-container .content ul li span, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content ul li span, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content ul li span {
    width: 4rem;
    height: 4rem;
  }
}
.single-produto .why-choose-us .organic-container .content ul li h3, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content ul li h3, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content ul li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8FE9EF;
  text-transform: uppercase;
}
.single-produto .why-choose-us .organic-container .content ul li p, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content ul li p, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content ul li p {
  text-align: start;
  color: white;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .single-produto .why-choose-us .organic-container .content, .single-produto .why-choose-us .organic-header .organic-header--wrapper .content, .organic-header .single-produto .why-choose-us .organic-header--wrapper .content {
    width: calc(50% - 1rem);
  }
}
.single-produto .why-choose-us .organic-container .image, .single-produto .why-choose-us .organic-header .organic-header--wrapper .image, .organic-header .single-produto .why-choose-us .organic-header--wrapper .image {
  width: 100%;
}
@media (min-width: 768px) {
  .single-produto .why-choose-us .organic-container .image, .single-produto .why-choose-us .organic-header .organic-header--wrapper .image, .organic-header .single-produto .why-choose-us .organic-header--wrapper .image {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .single-produto .why-choose-us .organic-container .image, .single-produto .why-choose-us .organic-header .organic-header--wrapper .image, .organic-header .single-produto .why-choose-us .organic-header--wrapper .image {
    flex: 1;
    padding-top: 2rem;
  }
}
.single-produto .why-choose-us .organic-container h2, .single-produto .why-choose-us .organic-header .organic-header--wrapper h2, .organic-header .single-produto .why-choose-us .organic-header--wrapper h2 {
  font-weight: bold;
  color: #8FE9EF;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .single-produto .why-choose-us .organic-container h2, .single-produto .why-choose-us .organic-header .organic-header--wrapper h2, .organic-header .single-produto .why-choose-us .organic-header--wrapper h2 {
    font-size: 3.75rem;
    line-height: 1;
    max-width: 700px;
  }
}
.single-produto .diferenciais .organic-container h2, .single-produto .diferenciais .organic-header .organic-header--wrapper h2, .organic-header .single-produto .diferenciais .organic-header--wrapper h2 {
  font-size: 3rem;
  line-height: 1;
  color: #8FE9EF;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 992px) {
  .single-produto .diferenciais .organic-container h2, .single-produto .diferenciais .organic-header .organic-header--wrapper h2, .organic-header .single-produto .diferenciais .organic-header--wrapper h2 {
    font-size: 3.75rem;
  }
}
.single-produto .diferenciais .gallery {
  margin-top: 2rem;
}
.single-produto .diferenciais .gallery > div:first-child {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .single-produto .diferenciais .gallery > div:first-child {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-produto .diferenciais .gallery > div:first-child a {
  width: 100%;
  margin-bottom: 0 !important;
}
.single-produto .diferenciais .gallery > div:first-child a img {
  margin-bottom: 0;
  width: 100%;
}
.single-produto .contact {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.single-produto .contact .organic-container > div:first-child, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
  padding: 4rem 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .single-produto .contact .organic-container > div:first-child, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child {
    flex-direction: row;
  }
}
.single-produto .contact .organic-container > div:first-child .images, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .images, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .images {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.single-produto .contact .organic-container > div:first-child .images img, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .images img, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .images img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .single-produto .contact .organic-container > div:first-child .images, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .images, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .images {
    flex-direction: row;
  }
  .single-produto .contact .organic-container > div:first-child .images img, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .images img, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .images img {
    max-width: calc(50% - 0.5rem);
  }
}
@media (min-width: 992px) {
  .single-produto .contact .organic-container > div:first-child .images, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .images, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .images {
    margin-top: 4rem;
    flex-direction: column;
    max-width: 300px;
  }
  .single-produto .contact .organic-container > div:first-child .images img, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .images img, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .images img {
    max-width: 100%;
  }
}
.single-produto .contact .organic-container > div:first-child .content, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-produto .contact .organic-container > div:first-child .content h1, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content h1, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content h1 {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  margin: 1rem 0;
}
.single-produto .contact .organic-container > div:first-child .content .contact-info, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content .contact-info, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content .contact-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-produto .contact .organic-container > div:first-child .content .contact-info, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content .contact-info, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content .contact-info {
    flex-direction: row;
    align-items: center;
  }
}
.single-produto .contact .organic-container > div:first-child .content .contact-info p, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content .contact-info p, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content .contact-info p {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.single-produto .contact .organic-container > div:first-child .content .contact-info a, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content .contact-info a, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content .contact-info a {
  transition: all 300ms ease-in-out;
}
.single-produto .contact .organic-container > div:first-child .content .contact-info a:hover, .single-produto .contact .organic-header .organic-header--wrapper > div:first-child .content .contact-info a:hover, .organic-header .single-produto .contact .organic-header--wrapper > div:first-child .content .contact-info a:hover {
  color: #8FE9EF;
}

.organic-page-title {
  font-size: 2.25rem;
  font-family: "Sora", sans-serif;
  color: #8FE9EF;
  font-weight: 700;
  text-align: center;
}

.tabs aside {
  background-color: rgba(0, 0, 0, 0.78);
  padding: 1.25rem 1.5rem;
  width: 100%;
  max-width: 362px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tabs aside h3 {
  font-size: 1rem;
}
.tabs .tab a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.tabs .tab a:hover {
  color: #8FE9EF;
}
.tabs .tab.active a {
  color: #8FE9EF;
}
.tabs .tab-content {
  opacity: 0;
  transition: all 300ms ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .tabs .tab-content {
    position: absolute;
  }
}
.tabs .tab-content article {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.tabs .tab-content article .alignright {
  float: right;
  margin: 0 0 0 1rem;
}
.tabs .tab-content article .alignleft {
  float: left;
  margin: 0 1rem 0 0;
}
.tabs .tab-content.active {
  opacity: 1;
  display: block;
}
.tabs .tab-content.active article {
  opacity: 1;
}

.organic-button-outline {
  color: #8FE9EF;
  background-color: transparent;
  padding: 1rem;
  text-align: center;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  border: 2px solid #8FE9EF;
}
.organic-button-outline:hover {
  color: white;
  background-color: #8FE9EF;
}

.pagination {
  margin-top: 2.5rem;
}
.pagination nav {
  display: flex;
  justify-content: center;
  color: white;
  gap: 1rem;
  font-size: 1rem;
  font-weight: normal;
}
.pagination .page-numbers.current {
  color: #8FE9EF;
  font-weight: 700;
}

.services_slider {
  /*display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 1rem;
  100%;*/
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .services_slider {
    max-width: 60%;
  }
}
@media (min-width: 1400px) {
  .services_slider {
    max-width: 1200px;
  }
}
.services_slider > * {
  scroll-snap-align: start;
}
.services_slider .services-slider__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin: 0 !important;
  position: relative;
}
@media (min-width: 992px) {
  .services_slider .services-slider__item {
    min-height: 600px;
    max-height: 600px;
  }
}
.services_slider .services-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .services_slider .services-slider__item img {
    min-height: 600px;
  }
}
.services_slider .services-slider__item:before {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 0;
  right: -1.25rem;
  z-index: 1;
  background-image: url("./../../assets/images/glow-effect.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 1.1rem;
  display: none;
}
.services_slider .services-slider__item:last-child:before {
  display: none;
}
.services_slider .services-slider__item figcaption {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: clip;
}
.services_slider .services-slider__item figcaption > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
  color: white;
  transition: all 300ms ease-in-out;
  height: 100%;
  width: 100%;
  padding: 2rem 2rem 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (min-width: 992px) {
  .services_slider .services-slider__item figcaption > div {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    transform: translateY(240px);
  }
  .services_slider .services-slider__item figcaption > div p, .services_slider .services-slider__item figcaption > div ul, .services_slider .services-slider__item figcaption > div a {
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
}
@media (min-width: 1400px) {
  .services_slider .services-slider__item figcaption > div {
    transform: translateY(220px);
  }
}
@media screen and (min-width: 2000px) {
  .services_slider .services-slider__item figcaption > div {
    transform: translateY(200px);
  }
}
.services_slider .services-slider__item figcaption > div h2 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  color: white;
  text-wrap: balance;
}
@media screen and (min-width: 1024px) {
  .services_slider .services-slider__item figcaption > div h2 {
    text-align: start;
    padding: 0;
  }
}
.services_slider .services-slider__item figcaption > div ul {
  font-size: 1rem;
}
.services_slider .services-slider__item figcaption > div p {
  text-wrap: balance;
}
.services_slider .services-slider__item figcaption > div a {
  font-size: 1rem;
}
.services_slider .services-slider__item figcaption > div a:hover {
  text-decoration: underline;
}
.services_slider .services-slider__item:hover figcaption > div {
  transform: translateY(0);
}
.services_slider .services-slider__item:hover figcaption > div p, .services_slider .services-slider__item:hover figcaption > div ul, .services_slider .services-slider__item:hover figcaption > div a {
  opacity: 1;
}

.banner-home {
  background-image: url("../images/bg-home.png");
  object-fit: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .banner-home {
    background-image: url("../images/bg-home.png");
  }
}
.banner-home .banner-home-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .banner-home .banner-home-item {
    gap: 2rem;
    flex-direction: row-reverse;
  }
}
.banner-home .banner-home-item .banner-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .banner-home .banner-home-item .banner-content {
    width: 50%;
  }
}
.banner-home .banner-home-item .banner-content h2 {
  font-size: 1.875rem;
  font-family: "Arial", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  -webkit-text-stroke: 1px #8FE9EF;
  -webkit-text-fill-color: transparent;
  color: white;
}
@media (min-width: 992px) {
  .banner-home .banner-home-item .banner-content h2 {
    font-size: 3rem;
    text-align: left;
  }
}
.banner-home .banner-home-item .banner-content h2 strong {
  font-size: 2.25rem;
  line-height: 1.1111111111;
  color: white;
  font-weight: 900;
  font-family: "Arial", sans-serif;
  -webkit-text-fill-color: white;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .banner-home .banner-home-item .banner-content h2 strong {
    font-size: 3.75rem;
  }
}
.banner-home .banner-home-item .banner-content p {
  font-size: 1rem;
  color: white;
  text-align: center;
  text-wrap: balance;
}
@media screen and (min-width: 1024px) {
  .banner-home .banner-home-item .banner-content p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.banner-home .banner-home-item .banner-content a {
  align-self: flex-start;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .banner-home .banner-home-item .banner-content a {
    max-width: 174px;
  }
}
.banner-home .banner-home-item .image {
  width: 100%;
  min-height: 320px;
}
@media screen and (min-width: 1024px) {
  .banner-home .banner-home-item .image {
    width: 50%;
    min-height: 360px;
  }
}

.section-about {
  color: white;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .section-about {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
}
.section-about .organic-container, .section-about .organic-header .organic-header--wrapper, .organic-header .section-about .organic-header--wrapper, .section-about .content-secondary {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .section-about .organic-container, .section-about .organic-header .organic-header--wrapper, .organic-header .section-about .organic-header--wrapper, .section-about .content-secondary {
    flex-direction: row;
    align-items: flex-start;
  }
}
.section-about .cover {
  min-height: 275px;
  height: 100%;
  width: 100%;
}
.section-about .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .section-about .cover {
    width: 50%;
    min-height: 438px;
  }
}
.section-about .content-primary {
  gap: 2rem;
  padding: 0 2rem;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .section-about .content-primary {
    padding: 0;
  }
}
.section-about .content-primary img {
  float: left;
  shape-outside: border-box;
  flex-shrink: 0;
  padding: 0 1rem 1rem 0;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .section-about .content-primary img {
    min-width: 400px;
    max-width: 45%;
  }
}
.section-about .content-primary h2 {
  color: #8FE9EF;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .section-about .content-primary h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.section-about .content-primary p {
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}
.section-about .content-primary a {
  display: block;
  align-self: flex-start;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section-about .content-primary a {
    max-width: 174px;
  }
}
.section-about .content-secondary {
  padding: 4rem 0 2rem;
}
@media screen and (min-width: 1024px) {
  .section-about .content-secondary {
    margin-top: 6rem;
    padding: 0;
  }
}
.section-about .content-secondary > div {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .section-about .content-secondary > div {
    flex-direction: row;
  }
}
.section-about .content-secondary > div .list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .section-about .content-secondary > div .list-item {
    padding: 0;
  }
}
.section-about .content-secondary > div .list-item img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  object-position: center;
}
.section-about .content-secondary > div .list-item h3 {
  color: #8FE9EF;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .section-about .content-secondary > div .list-item h3 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.section-about .content-secondary > div .list-item p {
  color: white;
  font-size: 1rem;
}

.section-services {
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (min-width: 992px) {
  .section-services {
    padding: 0 0 9rem 0;
  }
}
.section-services .organic-container:first-of-type, .section-services .organic-header .organic-header--wrapper:first-of-type, .organic-header .section-services .organic-header--wrapper:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.section-services > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .section-services > div {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .section-services > div {
    flex-direction: row;
    gap: 4rem;
  }
}
.section-services .section-services__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}
@media (min-width: 992px) {
  .section-services .section-services__content {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.section-services .section-services__content h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: white;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .section-services .section-services__content h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
    text-align: start;
    padding: 0;
    min-width: 400px;
  }
}
.section-services .section-services__content h3 {
  font-weight: bold;
  text-wrap: balance;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #66FFCC;
}
.section-services .section-services__content span {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: white;
}
.section-services .section-services__content p {
  color: white;
  font-weight: 300;
  font-size: 1.125rem;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .section-services .section-services__content p {
    padding: 0;
    text-align: left;
  }
}
.section-services .content-additional {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-services .content-additional {
    flex-direction: row;
  }
}
.section-services .content-additional img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 992px) {
  .section-services .content-additional img {
    max-width: 300px;
  }
}
.section-services .content-additional .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .section-services .content-additional .content {
    max-width: 600px;
  }
}
.section-services .content-additional h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: white;
  text-align: start;
}
@media (min-width: 992px) {
  .section-services .content-additional h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.section-services .content-additional a {
  align-self: flex-start;
  width: 100%;
  max-width: 174px;
}
.section-services .content-additional p {
  color: white;
  text-align: start;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.section-services .content-additional p strong {
  font-weight: bold;
}

.articles-related {
  background-color: white;
  padding: 4rem 0;
}
.articles-related .organic-container, .articles-related .organic-header .organic-header--wrapper, .organic-header .articles-related .organic-header--wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.articles-related h2 {
  text-align: center;
  color: black !important;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 1024px) {
  .articles-related h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.articles-related .list-articles {
  display: grid;
  grid-template-columns: repeat(0, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .articles-related .list-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .articles-related .list-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.articles-related .list-articles .content-blog-item {
  background-color: white;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.articles-related .list-articles .content-blog-item figure {
  margin-bottom: 0;
  border-radius: 8px;
}
.articles-related .list-articles .content-blog-item figure div {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: clip;
}
.articles-related .list-articles .content-blog-item figure div img {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.articles-related .list-articles .content-blog-item figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
}
.articles-related .list-articles .content-blog-item figure figcaption h3 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: black !important;
}
.articles-related .list-articles .content-blog-item figure figcaption p {
  font-size: 1rem;
  font-weight: 400;
}
.articles-related .list-articles .content-blog-item:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.articles-related .list-articles .content-blog-item:hover figure img {
  transform: scale(1.1);
}

footer {
  background-color: #1A1A1A;
}
footer .footer-start {
  background-image: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .footer-start .organic-container:first-child, footer .footer-start .organic-header .organic-header--wrapper:first-child, .organic-header footer .footer-start .organic-header--wrapper:first-child {
  padding: 1.5rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer .footer-start .organic-container:first-child, footer .footer-start .organic-header .organic-header--wrapper:first-child, .organic-header footer .footer-start .organic-header--wrapper:first-child {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-start .organic-container:first-child .footer-column_1, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
footer .footer-start .organic-container:first-child .footer-column_1 img, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 img, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 img {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 1200px) {
  footer .footer-start .organic-container:first-child .footer-column_1 img, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 img, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 img {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  footer .footer-start .organic-container:first-child .footer-column_1, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  footer .footer-start .organic-container:first-child .footer-column_1, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 {
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
  }
}
footer .footer-start .organic-container:first-child .footer-column_1 .contact, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .contact, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
}
footer .footer-start .organic-container:first-child .footer-column_1 .contact li, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .contact li, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .contact li {
  display: flex;
  gap: 0.5rem;
  color: white;
  align-items: center;
}
footer .footer-start .organic-container:first-child .footer-column_1 .contact li i, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .contact li i, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .contact li i {
  font-size: 1.25rem;
}
footer .footer-start .organic-container:first-child .footer-column_1 .contact li a, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .contact li a, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .contact li a {
  color: white;
  transition: all 300ms ease-in-out;
}
footer .footer-start .organic-container:first-child .footer-column_1 .contact li a:hover, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .contact li a:hover, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .contact li a:hover {
  color: #8FE9EF;
}
footer .footer-start .organic-container:first-child .footer-column_1 .socials, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .socials, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .socials {
  display: flex;
  gap: 1rem;
  color: white;
  justify-content: center;
  align-items: center;
}
footer .footer-start .organic-container:first-child .footer-column_1 .socials li a, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .socials li a, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .socials li a {
  color: white;
}
footer .footer-start .organic-container:first-child .footer-column_1 .socials li a:hover, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_1 .socials li a:hover, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_1 .socials li a:hover {
  color: #8FE9EF;
  font-size: 1.25rem;
}
footer .footer-start .organic-container:first-child .footer-column_2, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-start .organic-container:first-child .footer-column_2, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
    max-width: calc(100% - 300px);
    padding-top: 4rem;
  }
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer {
  display: flex;
  flex-direction: row;
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer {
    gap: 1.5rem;
  }
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li {
  min-width: 140px;
}
@media (min-width: 768px) {
  footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li {
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li {
    max-width: 200px;
  }
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li a, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li a, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li a {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li ul, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul {
  margin-top: 1rem;
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li ul li, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul li, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul li {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li ul li a, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul li a, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
footer .footer-start .organic-container:first-child .footer-column_2 #menu-footer li ul li a:hover, footer .footer-start .organic-header .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul li a:hover, .organic-header footer .footer-start .organic-header--wrapper:first-child .footer-column_2 #menu-footer li ul li a:hover {
  color: #8FE9EF;
}
footer .organic-container:last-child, footer .organic-header .organic-header--wrapper:last-child, .organic-header footer .organic-header--wrapper:last-child {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  footer .organic-container:last-child, footer .organic-header .organic-header--wrapper:last-child, .organic-header footer .organic-header--wrapper:last-child {
    flex-direction: row;
  }
}
footer .organic-container:last-child a, footer .organic-header .organic-header--wrapper:last-child a, .organic-header footer .organic-header--wrapper:last-child a {
  color: white;
  transition: all 300ms ease-in-out;
}
footer .organic-container:last-child a:hover, footer .organic-header .organic-header--wrapper:last-child a:hover, .organic-header footer .organic-header--wrapper:last-child a:hover {
  color: #8FE9EF;
}
footer .organic-container:last-child p, footer .organic-header .organic-header--wrapper:last-child p, .organic-header footer .organic-header--wrapper:last-child p {
  color: white;
  text-align: center;
}

.slick-dots {
  bottom: -4rem !important;
}

.slick-dots li {
  margin: 0 0.5rem;
}

.slick-dots li button::before {
  font-size: 0.75rem !important;
  color: #cccccc !important;
  opacity: 1 !important;
}

.slick-dots .slick-active button::before {
  font-size: 0.75rem !important;
  color: #8FE9EF !important;
}

.slick-arrow {
  opacity: 0.4;
  background: initial;
}
.slick-arrow:before {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:hover {
  opacity: 1 !important;
}
.slick-arrow.slick-prev:before {
  content: "" !important;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0297 10.7409C24.0297 11.1392 23.8715 11.5211 23.5899 11.8028C23.3083 12.0844 22.9263 12.2426 22.528 12.2426H5.12946L11.5777 18.6879C11.7173 18.8275 11.8281 18.9932 11.9037 19.1757C11.9792 19.3581 12.0181 19.5536 12.0181 19.7511C12.0181 19.9485 11.9792 20.144 11.9037 20.3265C11.8281 20.5089 11.7173 20.6746 11.5777 20.8142C11.4381 20.9539 11.2723 21.0646 11.0899 21.1402C10.9075 21.2157 10.712 21.2546 10.5145 21.2546C10.3171 21.2546 10.1215 21.2157 9.93912 21.1402C9.7567 21.0646 9.59094 20.9539 9.45132 20.8142L0.441178 11.8041C0.301331 11.6646 0.190377 11.4989 0.114672 11.3165C0.0389677 11.134 0 10.9384 0 10.7409C0 10.5434 0.0389677 10.3478 0.114672 10.1654C0.190377 9.98292 0.301331 9.8172 0.441178 9.67771L9.45132 0.667564C9.7333 0.385586 10.1157 0.227173 10.5145 0.227173C10.9133 0.227173 11.2957 0.385586 11.5777 0.667564C11.8597 0.949541 12.0181 1.33198 12.0181 1.73076C12.0181 2.12954 11.8597 2.51198 11.5777 2.79396L5.12946 9.23922H22.528C22.9263 9.23922 23.3083 9.39743 23.5899 9.67905C23.8715 9.96067 24.0297 10.3426 24.0297 10.7409Z' fill='white'/%3E%3C/svg%3E%0A");
}
.slick-arrow.slick-next:before {
  content: "" !important;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0288572 10.741C0.0288572 10.3428 0.18707 9.96079 0.468692 9.67917C0.750312 9.39755 1.13228 9.23933 1.53055 9.23933L18.9291 9.23934L12.4809 2.79408C12.3413 2.65446 12.2305 2.4887 12.1549 2.30628C12.0794 2.12386 12.0405 1.92833 12.0405 1.73088C12.0405 1.53343 12.0794 1.3379 12.1549 1.15548C12.2305 0.973058 12.3413 0.807305 12.4809 0.667684C12.6205 0.528062 12.7863 0.41731 12.9687 0.341746C13.1511 0.266185 13.3466 0.227294 13.5441 0.227294C13.7415 0.227294 13.937 0.266185 14.1195 0.341746C14.3019 0.41731 14.4677 0.528062 14.6073 0.667684L23.6174 9.67783C23.7573 9.81732 23.8682 9.98304 23.9439 10.1655C24.0196 10.3479 24.0586 10.5435 24.0586 10.741C24.0586 10.9386 24.0196 11.1341 23.9439 11.3166C23.8682 11.499 23.7573 11.6647 23.6174 11.8042L14.6073 20.8144C14.3253 21.0963 13.9428 21.2548 13.5441 21.2548C13.1453 21.2548 12.7629 21.0963 12.4809 20.8144C12.1989 20.5324 12.0405 20.1499 12.0405 19.7512C12.0405 19.3524 12.1989 18.97 12.4809 18.688L18.9291 12.2427L1.53055 12.2427C1.13228 12.2427 0.750312 12.0845 0.468692 11.8029C0.18707 11.5213 0.0288572 11.1393 0.0288572 10.741Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .wpcf7-form p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
  }
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  grid-column: span 1/span 1;
  color: #1A1A1A;
}
.wpcf7-form .wpcf7-form-control-wrap ::placeholder {
  color: #1A1A1A;
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-form-control-wrap[data-name=email] {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-form-control-wrap[data-name=mensagem] {
    grid-column: span 2/span 2;
  }
}
.wpcf7-form .wpcf7-form-control {
  background-color: white;
  padding: 1.25rem 1rem;
  border-radius: 0.25rem;
  width: 100%;
  outline-style: none;
  border: 2px solid transparent;
}
.wpcf7-form .wpcf7-form-control:focus, .wpcf7-form .wpcf7-form-control:focus-within {
  border-color: #8FE9EF;
}
.wpcf7-form input[type=submit] {
  background: transparent;
  color: #fff;
  padding: 0;
  text-align: end;
  grid-column-end: 3;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
.wpcf7-form input[type=submit]:hover {
  color: #8FE9EF;
}
.wpcf7-form input[type=submit]:focus-within {
  outline: none;
  border: 0;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.page-template-template-services main {
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .page-template-template-services main {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}
.page-template-template-services .service-page__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .page-template-template-services .service-page__header {
    flex-direction: row;
    gap: 6rem;
  }
}
.page-template-template-services .service-page__header h2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}
@media (min-width: 992px) {
  .page-template-template-services .service-page__header h2 {
    font-size: 2rem;
    text-align: start;
    min-width: 400px;
    width: 50%;
  }
}
.page-template-template-services .service-page__header p {
  font-weight: 300;
  font-size: 1rem;
  text-align: start;
  color: white;
}
.page-template-template-services .service-page__content {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .page-template-template-services .service-page__content {
    margin-top: 4rem;
  }
}
.page-template-template-services .services_list {
  /*    border-radius: 8px;
      overflow: clip;*/
  /*    display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      overscroll-behavior-x: contain;
      scroll-snap-type: inline mandatory;
      scroll-padding-inline: 1rem;*/
}
.page-template-template-services .services_list > * {
  scroll-snap-align: start;
}
.page-template-template-services .services_list .service-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin: 0 !important;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-template-services .services_list .service-list__item {
    min-height: 600px;
    max-height: 600px;
  }
}
.page-template-template-services .services_list .service-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .page-template-template-services .services_list .service-list__item img {
    min-height: 600px;
  }
}
.page-template-template-services .services_list .service-list__item:before {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 0;
  right: -1.25rem;
  z-index: 1;
  background-image: url("./../../assets/images/glow-effect.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 1.1rem;
  display: none;
}
.page-template-template-services .services_list .service-list__item:last-child:before {
  display: none;
}
.page-template-template-services .services_list .service-list__item figcaption {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: clip;
}
.page-template-template-services .services_list .service-list__item figcaption > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  color: white;
  transition: all 300ms ease-in-out;
  height: 100%;
  width: 100%;
  padding: 2rem 2rem 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
}
@media (min-width: 992px) {
  .page-template-template-services .services_list .service-list__item figcaption > div {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    transform: translateY(240px);
  }
  .page-template-template-services .services_list .service-list__item figcaption > div p, .page-template-template-services .services_list .service-list__item figcaption > div ul, .page-template-template-services .services_list .service-list__item figcaption > div a {
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
}
@media (min-width: 1400px) {
  .page-template-template-services .services_list .service-list__item figcaption > div {
    transform: translateY(240px);
  }
}
@media screen and (min-width: 2000px) {
  .page-template-template-services .services_list .service-list__item figcaption > div {
    transform: translateY(200px);
  }
}
.page-template-template-services .services_list .service-list__item figcaption > div h2 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  color: white;
  text-wrap: balance;
}
@media screen and (min-width: 1024px) {
  .page-template-template-services .services_list .service-list__item figcaption > div h2 {
    text-align: start;
    padding: 0;
  }
}
.page-template-template-services .services_list .service-list__item figcaption > div ul {
  font-size: 1rem;
  list-style: disc;
}
.page-template-template-services .services_list .service-list__item figcaption > div p {
  text-wrap: balance;
}
.page-template-template-services .services_list .service-list__item figcaption > div a {
  font-size: 1rem;
  color: #8FE9EF;
  text-decoration: underline;
}
.page-template-template-services .services_list .service-list__item figcaption > div a:hover {
  text-decoration: underline;
}
.page-template-template-services .services_list .service-list__item:hover figcaption > div {
  transform: translateY(0);
}
.page-template-template-services .services_list .service-list__item:hover figcaption > div p, .page-template-template-services .services_list .service-list__item:hover figcaption > div ul, .page-template-template-services .services_list .service-list__item:hover figcaption > div a {
  opacity: 1;
}

.blog-card {
  display: flex;
}
.blog-card figure {
  background-color: white;
  transition: all 300ms ease-in-out;
  margin-bottom: 0;
  height: 100%;
}
.blog-card figure:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.blog-card figure img {
  width: 100%;
}
.blog-card figure figcaption {
  padding: 2.125rem 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.blog-card figure figcaption h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
}
.blog-card figure figcaption p {
  font-size: 1rem;
  color: black;
}

.page-template-template-blog main {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-template-template-blog main .page-wrapper {
  padding: 10rem 2rem;
}
@media (min-width: 992px) {
  .page-template-template-blog main .page-wrapper {
    padding: 16.25rem 0 2.5rem 0;
  }
}
.page-template-template-blog main .page-wrapper .organic-container, .page-template-template-blog main .page-wrapper .organic-header .organic-header--wrapper, .organic-header .page-template-template-blog main .page-wrapper .organic-header--wrapper {
  padding-right: 0;
  padding-left: 0;
}
.page-template-template-blog main .page-wrapper .list-articles {
  gap: 1.5rem;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.page-template-template-blog main .page-wrapper .list-articles a {
  display: flex;
}
@media (min-width: 768px) {
  .page-template-template-blog main .page-wrapper .list-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-template-template-blog main .page-wrapper .list-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-template-template-products main {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
}
@media (min-width: 992px) {
  .page-template-template-products main {
    padding-top: 13.75rem;
  }
}
.page-template-template-products main h1 {
  font-size: 2.25rem;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-template-template-products main p {
  text-align: center;
  color: white;
  font-size: 1rem;
  text-wrap: balance;
}
.page-template-template-products main .products-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .page-template-template-products main .products-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-products main .products-list {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-products main .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-template-template-products main .products-list a {
  display: flex;
}
.page-template-template-products main .products-list .products-list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-template-products main .products-list .products-list__item h3 {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  color: white;
}
.page-template-template-products main .products-list .products-list__item img {
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.page-template-template-products main .products-list .products-list__item p {
  color: white;
  font-size: 1rem;
  font-weight: 400;
}
.page-template-template-products main .products-list .products-list__item .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.page-template-template-products main .products-list .products-list__item .cta span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  height: 60px;
}
@media (min-width: 992px) {
  .page-template-template-products main .products-list .products-list__item .cta span {
    max-width: 174px;
  }
}
.page-template-template-products main .products-list .products-list__item .cta img {
  display: none;
}
@media (min-width: 992px) {
  .page-template-template-products main .products-list .products-list__item .cta img {
    display: block;
  }
}
.page-template-template-products main .products-list .products-list__item:hover {
  cursor: pointer;
}
.page-template-template-products main .products-list .products-list__item:hover .cta span {
  background-color: #8FE9EF;
  color: white;
}

.page-template-template-solutions main {
  padding-top: 10rem;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-template-template-solutions main {
    padding-top: 13.75rem;
  }
}
.page-template-template-solutions main .organic-container:first-child, .page-template-template-solutions main .organic-header .organic-header--wrapper:first-child, .organic-header .page-template-template-solutions main .organic-header--wrapper:first-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .page-template-template-solutions main .organic-container:first-child, .page-template-template-solutions main .organic-header .organic-header--wrapper:first-child, .organic-header .page-template-template-solutions main .organic-header--wrapper:first-child {
    gap: 6rem;
    flex-direction: row;
  }
}
.page-template-template-solutions main .organic-container:first-child h2, .page-template-template-solutions main .organic-header .organic-header--wrapper:first-child h2, .organic-header .page-template-template-solutions main .organic-header--wrapper:first-child h2 {
  font-weight: bold;
  font-size: 2.25rem;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-solutions main .organic-container:first-child h2, .page-template-template-solutions main .organic-header .organic-header--wrapper:first-child h2, .organic-header .page-template-template-solutions main .organic-header--wrapper:first-child h2 {
    text-align: start;
    width: 100%;
    max-width: 400px;
  }
}
.page-template-template-solutions main .organic-container:first-child p, .page-template-template-solutions main .organic-header .organic-header--wrapper:first-child p, .organic-header .page-template-template-solutions main .organic-header--wrapper:first-child p {
  font-size: 1.125rem;
  font-weight: 300;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-solutions main .organic-container:first-child p, .page-template-template-solutions main .organic-header .organic-header--wrapper:first-child p, .organic-header .page-template-template-solutions main .organic-header--wrapper:first-child p {
    text-align: start;
  }
}
.page-template-template-solutions main .solutions-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1A1A1A;
  flex-wrap: wrap;
}
.page-template-template-solutions main .solutions-list .solutions-list__item {
  width: 100%;
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (min-width: 768px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item {
    width: 100%;
  }
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 1240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item figure {
    flex-direction: row;
    padding: 2rem;
  }
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item figure img {
    width: 295px;
    height: 295px;
  }
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure figcaption {
  display: flex;
  flex-direction: column;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure figcaption h2 {
  color: white;
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #8FE9EF, 1px -1px 0 #8FE9EF, -1px 1px 0 #8FE9EF, 1px 1px 0 #8FE9EF, -1px 0 0 #8FE9EF, 1px 0 0 #8FE9EF, 0 -1px 0 #8FE9EF, 0 1px 0 #8FE9EF;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure figcaption .text-stroke {
  position: relative;
  height: 60px;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure figcaption p {
  color: white;
  font-size: 1.125rem;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item figure .cta {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item figure .cta {
    flex-direction: column;
  }
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 70px;
  width: 100%;
  border-radius: 4px;
  color: white;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a {
    width: 100%;
    padding: 1rem;
  }
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a:hover {
  color: white;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a.to-contact {
  border: 2px solid #66FFCC;
  color: white;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a.to-contact:hover {
  background-color: #66FFCC;
  color: white;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a.to-whatsapp {
  border: 2px solid #8FE9EF;
  color: white;
}
.page-template-template-solutions main .solutions-list .solutions-list__item figure .cta a.to-whatsapp:hover {
  color: white;
  background-color: #8FE9EF;
}

.timeline .timeline-list .timeline-list__item {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 2rem;
}
.timeline .timeline-list .timeline-list__item .year-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  width: 100%;
  height: 62px;
  background-color: #A1CDD6;
  border: 2px solid #A1CDD6;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #121212;
  text-shadow: -2px -2px 0 #ABE9ED, 2px -2px 0 #ABE9ED, -2px 2px 0 #ABE9ED, 2px 2px 0 #ABE9ED, -2px 0 0 #ABE9ED, 2px 0 0 #ABE9ED, 0 -2px 0 #ABE9ED, 0 2px 0 #ABE9ED;
  font-weight: 900;
  font-family: "Arial", sans-serif;
  position: relative;
}
.timeline .timeline-list .timeline-list__item .year-label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 52px;
  top: calc((100% + 4px) * -1);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='51' viewBox='0 0 6 51' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='5.71094' y='0.761841' width='50.0938' height='5.3322' transform='rotate(90 5.71094 0.761841)' fill='url(%23pattern0_204_1555)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_204_1555' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_204_1555' transform='matrix(0.00287688 0 0 0.027027 -0.0422914 0)'/%3E%3C/pattern%3E%3Cimage id='image0_204_1555' width='377' height='37' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXkAAAAlCAYAAACnOJkFAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAowaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0OCA3OS4xNjQwMzYsIDIwMTkvMDgvMTMtMDE6MDY6NTcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTAxLTIxVDE1OjI2OjMxLTAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI1LTAxLTIxVDE2OjAxOjM1LTAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wMS0yMVQxNjowMTozNS0wMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzcxN2ZiZWItYTQ4Zi1iYzQxLTk5NjQtODhkZGRmMDMwZDA4IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDUzMTUxMjUtZjkwZi05NTQyLWJjZDctNWNhNmQzNmU3YzUyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OWMwZDc4NTktN2QzZS05ODQ5LWFhYjktNTczMDQ4YmUzZWNjIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5YzBkNzg1OS03ZDNlLTk4NDktYWFiOS01NzMwNDhiZTNlY2MiIHN0RXZ0OndoZW49IjIwMjUtMDEtMjFUMTU6MjY6MzEtMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDJmNGY0YzgtNDFiNS1jNDQ0LTg1ZWUtZjdmMzJjNmMxZWM4IiBzdEV2dDp3aGVuPSIyMDI1LTAxLTIxVDE1OjMyOjQxLTAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwZDQyNTQ4LWZjYmYtNjM0Yi04OWFjLTlmMTY5NTFjZTM5OCIgc3RFdnQ6d2hlbj0iMjAyNS0wMS0yMVQxNjowMTozNS0wMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzE3ZmJlYi1hNDhmLWJjNDEtOTk2NC04OGRkZGYwMzBkMDgiIHN0RXZ0OndoZW49IjIwMjUtMDEtMjFUMTY6MDE6MzUtMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjBkNDI1NDgtZmNiZi02MzRiLTg5YWMtOWYxNjk1MWNlMzk4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDU2ZGI4NGUtYjIxNi0zZjQ0LTliMGQtNjQ2NDEwZjI1ODFiIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OWMwZDc4NTktN2QzZS05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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.timeline .timeline-list .timeline-list__item .year-label:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 52px;
  top: calc(100% + 8px);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='51' viewBox='0 0 6 51' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='5.71094' y='0.761841' width='50.0938' height='5.3322' transform='rotate(90 5.71094 0.761841)' fill='url(%23pattern0_204_1555)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_204_1555' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_204_1555' transform='matrix(0.00287688 0 0 0.027027 -0.0422914 0)'/%3E%3C/pattern%3E%3Cimage id='image0_204_1555' width='377' height='37' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXkAAAAlCAYAAACnOJkFAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAowaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0OCA3OS4xNjQwMzYsIDIwMTkvMDgvMTMtMDE6MDY6NTcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTAxLTIxVDE1OjI2OjMxLTAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI1LTAxLTIxVDE2OjAxOjM1LTAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wMS0yMVQxNjowMTozNS0wMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzcxN2ZiZWItYTQ4Zi1iYzQxLTk5NjQtODhkZGRmMDMwZDA4IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDUzMTUxMjUtZjkwZi05NTQyLWJjZDctNWNhNmQzNmU3YzUyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OWMwZDc4NTktN2QzZS05ODQ5LWFhYjktNTczMDQ4YmUzZWNjIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5YzBkNzg1OS03ZDNlLTk4NDktYWFiOS01NzMwNDhiZTNlY2MiIHN0RXZ0OndoZW49IjIwMjUtMDEtMjFUMTU6MjY6MzEtMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDJmNGY0YzgtNDFiNS1jNDQ0LTg1ZWUtZjdmMzJjNmMxZWM4IiBzdEV2dDp3aGVuPSIyMDI1LTAxLTIxVDE1OjMyOjQxLTAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwZDQyNTQ4LWZjYmYtNjM0Yi04OWFjLTlmMTY5NTFjZTM5OCIgc3RFdnQ6d2hlbj0iMjAyNS0wMS0yMVQxNjowMTozNS0wMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzE3ZmJlYi1hNDhmLWJjNDEtOTk2NC04OGRkZGYwMzBkMDgiIHN0RXZ0OndoZW49IjIwMjUtMDEtMjFUMTY6MDE6MzUtMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjBkNDI1NDgtZmNiZi02MzRiLTg5YWMtOWYxNjk1MWNlMzk4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDU2ZGI4NGUtYjIxNi0zZjQ0LTliMGQtNjQ2NDEwZjI1ODFiIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OWMwZDc4NTktN2QzZS05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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.timeline .timeline-list .timeline-list__item .info-top, .timeline .timeline-list .timeline-list__item .info-bottom {
  height: 100%;
  max-height: 90px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline .timeline-list .timeline-list__item .info-top strong, .timeline .timeline-list .timeline-list__item .info-bottom strong {
  color: #8FE9EF;
  text-align: center;
  font-size: 1.125rem;
}
.timeline .timeline-list .timeline-list__item .info-top span, .timeline .timeline-list .timeline-list__item .info-bottom span {
  color: white;
  text-align: center;
  font-size: 0.875rem;
}
.timeline .timeline-list .timeline-list__item .info-top img, .timeline .timeline-list .timeline-list__item .info-bottom img {
  object-fit: contain;
  width: 90px;
  height: 90px;
}
.timeline .timeline-list .timeline-list__item .info-top {
  justify-content: center;
}
.timeline .timeline-list .timeline-list__item .info-bottom {
  justify-content: center;
}
.timeline .timeline-list .timeline-list__item:nth-child(2n) .year-label {
  background-color: transparent;
  border: 2px solid #00EFFF;
}

.page-template-template-about main .about-hero {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .page-template-template-about main .about-hero {
    padding-top: 13.75rem;
  }
}
.page-template-template-about main .about-hero h1 {
  font-size: 2.25rem;
  line-height: 1.1111111111;
  color: #8FE9EF;
  font-weight: bold;
  text-wrap: balance;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-about main .about-hero h1 {
    display: none;
  }
}
.page-template-template-about main .about-hero .content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 992px) {
  .page-template-template-about main .about-hero .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-template-template-about main .about-hero .content h1, .page-template-template-about main .about-hero .content h2 {
  color: #8FE9EF;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
}
@media (min-width: 992px) {
  .page-template-template-about main .about-hero .content h1, .page-template-template-about main .about-hero .content h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.page-template-template-about main .about-hero .content p {
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
}
.page-template-template-about main .about-hero .content a {
  color: #8FE9EF;
}
.page-template-template-about main .about-hero .content a:hover {
  text-decoration: underline;
}
.page-template-template-about main .about-hero .content .content__column_1, .page-template-template-about main .about-hero .content .content__column_2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-template-about main .content_additional {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-template-template-about main .content_additional {
    padding: 4rem;
  }
}
.page-template-template-about main .content_additional h1, .page-template-template-about main .content_additional h2, .page-template-template-about main .content_additional h3, .page-template-template-about main .content_additional h4 {
  font-weight: bold;
}
.page-template-template-about main .content_additional h1, .page-template-template-about main .content_additional h2 {
  color: #8FE9EF;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
}
@media (min-width: 992px) {
  .page-template-template-about main .content_additional h1, .page-template-template-about main .content_additional h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.page-template-template-about main .content_additional h3 {
  color: #8FE9EF;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.page-template-template-about main .content_additional p {
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
}
.page-template-template-about main .organic-timeline {
  padding: 4rem 0;
}
.page-template-template-about main .section-missao-visao-valores {
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-template-template-about main .section-missao-visao-valores {
    background-position: center;
    padding: 7rem 0 4rem 0;
  }
}
.page-template-template-about main .section-missao-visao-valores .content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
}
@media (min-width: 768px) {
  .page-template-template-about main .section-missao-visao-valores .content {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-about main .section-missao-visao-valores .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
.page-template-template-about main .section-missao-visao-valores .content .content__column_1, .page-template-template-about main .section-missao-visao-valores .content .content__column_2 {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .page-template-template-about main .section-missao-visao-valores .content .content__column_1, .page-template-template-about main .section-missao-visao-valores .content .content__column_2 {
    padding: 0;
  }
}
.page-template-template-about main .section-missao-visao-valores .content .content__column_1 h3, .page-template-template-about main .section-missao-visao-valores .content .content__column_2 h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: white;
  text-wrap: balance;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page-template-template-about main .section-missao-visao-valores .content .content__column_1 h3, .page-template-template-about main .section-missao-visao-valores .content .content__column_2 h3 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.page-template-template-about main .section-missao-visao-valores .content .content__column_1 p, .page-template-template-about main .section-missao-visao-valores .content .content__column_2 p {
  color: white;
  text-wrap: balance;
}
.page-template-template-about main .section-missao-visao-valores .content .content__column_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .page-template-template-about main .section-missao-visao-valores .content .content__column_1 > div {
    width: calc(50% - 1rem);
  }
}
.page-template-template-about main .section-missao-visao-valores .content .content__column_1 > div:last-child {
  width: 100%;
}
.page-template-template-about main .section-missao-visao-valores .content .content__column_2 img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 140px;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .page-template-template-about main .section-missao-visao-valores .content .content__column_2 img {
    max-width: 190px;
    float: right;
    margin: -2rem 4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .page-template-template-about main .section-missao-visao-valores .content .content__column_2 h3 {
    margin-bottom: 4rem;
  }
}

.post-template-default .post-header {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(102, 255, 204, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.post-template-default .post-header.has-cover {
  max-height: 280px;
}
@media (min-width: 768px) {
  .post-template-default .post-header.has-cover {
    max-height: 420px;
  }
}
@media (min-width: 992px) {
  .post-template-default .post-header.has-cover {
    max-height: 670px;
  }
}
.post-template-default .post-header.no-cover {
  max-height: 220px;
}
@media (min-width: 768px) {
  .post-template-default .post-header.no-cover {
    max-height: 360px;
  }
}
.post-template-default main {
  min-height: 100vh;
  margin-top: 8.75rem;
}
@media (min-width: 768px) {
  .post-template-default main {
    margin-top: 15rem;
  }
}
.post-template-default main h2 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #8FE9EF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .post-template-default main h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .post-template-default main h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.post-template-default main article {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.post-template-default main h1 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  line-height: 1.3333333333;
  color: #8FE9EF;
  font-weight: 700;
}
@media (min-width: 992px) {
  .post-template-default main h1 {
    font-size: 2rem;
  }
}
.post-template-default main h3, .post-template-default main h4, .post-template-default main h5, .post-template-default main h6 {
  color: #8FE9EF;
}
.post-template-default main ul {
  list-style: disc;
  color: white;
  padding-left: 2rem;
}
.post-template-default main hr {
  color: #66FFCC;
  margin: 1rem 0;
}
.post-template-default main ol {
  list-style: decimal;
  color: white;
  padding-left: 2rem;
}
.post-template-default main h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.post-template-default main p {
  font-size: 1rem;
  font-weight: 300;
  color: white;
}

.page-template-template-contact main {
  height: fit-content;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .page-template-template-contact main {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child {
    flex-direction: row;
    gap: 4rem;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child .title-page, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .title-page, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .title-page {
  font-size: 3rem;
  color: white;
  font-weight: normal;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child .title-page, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .title-page, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .title-page {
    text-align: start;
    width: 400px;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child h3, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child h3, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child h3 {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child h3, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child h3, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child h3 {
    text-align: start;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child .contact-info, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .contact-info, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .contact-info {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child .contact-info, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .contact-info, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .contact-info {
    justify-content: flex-start;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child p, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child p, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child p {
  font-size: 1rem;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child p, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child p, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child p {
    text-align: start;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child .emails, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .emails, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .emails {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.page-template-template-contact main .organic-container:first-child > div:first-child .socials, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .socials, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .socials {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  color: white;
  font-size: 1.75rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child .socials, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .socials, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .socials {
    justify-content: flex-start;
  }
}
.page-template-template-contact main .organic-container:first-child > div:first-child .socials a, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .socials a, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .socials a {
  transition: all 300ms ease-in-out;
}
.page-template-template-contact main .organic-container:first-child > div:first-child .socials a:hover, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .socials a:hover, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .socials a:hover {
  color: #8FE9EF;
}
.page-template-template-contact main .organic-container:first-child > div:first-child .contact-form, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .contact-form, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .contact-form {
  background: rgba(0, 0, 0, 0.28);
  padding: 2rem 1.5rem;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .page-template-template-contact main .organic-container:first-child > div:first-child .contact-form, .page-template-template-contact main .organic-header .organic-header--wrapper:first-child > div:first-child .contact-form, .organic-header .page-template-template-contact main .organic-header--wrapper:first-child > div:first-child .contact-form {
    max-width: 600px;
  }
}
.page-template-template-contact main .location {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  flex: 1;
}
@media (min-width: 992px) {
  .page-template-template-contact main .location {
    margin: 6rem 0;
  }
}
.page-template-template-contact main .location h2 {
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
}
.page-template-template-contact main .location p {
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 1rem;
}
.page-template-template-contact main .location map {
  width: 100%;
  overflow: clip;
  border-radius: 8px;
  height: 300px;
  margin-top: 1.5rem;
}

.page-template-template-documentation main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .page-template-template-documentation main {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}
.page-template-template-documentation main .tabs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  min-height: 500px;
}
@media (min-width: 768px) {
  .page-template-template-documentation main .tabs {
    flex-direction: row;
  }
}
.page-template-template-documentation main .tabs .docs-tabs-mobile__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .page-template-template-documentation main .tabs .docs-tabs-mobile__wrapper {
    display: none;
  }
}
.page-template-template-documentation main .tabs .docs-tabs-mobile__wrapper select {
  appearance: none;
  width: 100%;
  border: 1px solid #8FE9EF;
  font-size: 1rem;
  color: white;
  padding: 1rem;
  text-wrap: wrap;
  background-color: #1A1A1A;
  border-radius: 8px;
  overflow: hidden;
}
.page-template-template-documentation main .tabs aside {
  display: none;
}
@media (min-width: 768px) {
  .page-template-template-documentation main .tabs aside {
    display: flex;
  }
}
.page-template-template-documentation main .tabs .tabs-content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 800px;
  position: relative;
  flex: 1;
  transition: all 300ms ease-in-out;
  padding-bottom: 4rem;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .toggle-sidebar {
  font-size: 2rem;
  color: white;
  position: absolute;
  top: -1rem;
  left: 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-template-template-documentation main .tabs .tabs-content-wrapper .toggle-sidebar {
    display: none;
  }
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content {
  flex-direction: column;
  gap: 1rem;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content img {
  object-fit: contain;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content img {
    width: auto;
  }
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article {
  width: 100%;
  padding-top: 1rem;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article p {
  text-align: left;
  color: white;
  font-size: 1rem;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article a {
  color: white;
  text-decoration: underline;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article a:hover {
  text-decoration: underline;
  color: #8FE9EF;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article h1 {
  color: #8FE9EF;
  font-size: 3rem;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article h2 {
  color: #8FE9EF;
  font-size: 2rem;
}
.page-template-template-documentation main .tabs .tabs-content-wrapper .tab-content article h3 {
  color: #8FE9EF;
  font-size: 1.5rem;
}

.page-template-template-faq main {
  padding-top: 10rem;
  padding-bottom: 5rem;
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-template-template-faq main {
    padding-top: 13.75rem;
    padding-bottom: 10rem;
  }
}
.page-template-template-faq main h1 {
  font-size: 2.25rem;
  line-height: 1.1111111111;
  color: #8FE9EF;
  font-weight: bold;
  text-wrap: balance;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}
.page-template-template-faq main .faq-item {
  background-color: white;
  padding: 1rem;
  transition: all 300ms ease-in-out;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .page-template-template-faq main .faq-item {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.page-template-template-faq main .faq-item summary {
  padding: 0 1rem;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.page-template-template-faq main .faq-item summary i, .page-template-template-faq main .faq-item summary svg {
  color: black;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
.page-template-template-faq main .faq-item summary::marker {
  content: "";
  display: none;
}
.page-template-template-faq main .faq-item summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 992px) {
  .page-template-template-faq main .faq-item summary {
    padding: 1.5rem 2rem;
    background-color: #eee;
    font-size: 1.25rem;
  }
}
.page-template-template-faq main .faq-item .faq-content {
  padding: 1rem;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .page-template-template-faq main .faq-item .faq-content {
    padding: 1.5rem 2rem;
  }
}
.page-template-template-faq main .faq-item .faq-content p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-template-template-faq main .faq-item .faq-content p {
    font-size: 1.125rem;
  }
}
.page-template-template-faq main .faq-item[open] summary i, .page-template-template-faq main .faq-item[open] summary svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.organic-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  padding-top: 1rem;
}
.organic-header .organic-header--wrapper {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .organic-header .organic-header--wrapper {
    padding: 0;
  }
}
.organic-header .organic-header--wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 2rem;
}
.organic-header .organic-menu-toggle {
  display: flex;
}
.organic-header .organic-menu-toggle button {
  color: white;
  font-size: 1.25rem;
  line-height: 1.4;
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .organic-header .organic-menu-toggle {
    display: none;
  }
}
.organic-header .organic-logo img {
  height: 80px;
  object-fit: contain;
}
@media screen and (min-width: 1300px) {
  .organic-header .organic-logo img {
    height: 130px;
    width: 300px;
  }
}
.organic-header .organic-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 1400px) {
  .organic-header .organic-menu-wrapper {
    min-width: 860px;
  }
}
.organic-header .organic-menu-wrapper .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.organic-header .contact-info {
  color: white;
  display: none;
}
@media screen and (min-width: 1200px) {
  .organic-header .contact-info {
    display: flex;
  }
}
.organic-header .contact-info ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.organic-header .contact-info ul li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.organic-header .contact-info ul li a {
  color: white;
  transition: all 0.3s ease-in-out;
}
.organic-header .contact-info ul li a:hover {
  color: #8FE9EF;
}
.organic-header .socials {
  display: flex;
  gap: 1rem;
  color: white;
}
.organic-header .socials ul li a {
  color: white;
}
.organic-header .socials ul li a i {
  font-size: 1.25rem;
  line-height: 1.4;
}
.organic-header .socials ul li a:hover {
  color: #8FE9EF;
}
.organic-header hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
@media screen and (min-width: 1024px) {
  .organic-header hr {
    display: block;
  }
}
.organic-header .menu-wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .organic-header .menu-wrapper {
    display: flex;
  }
}
.organic-header .menu-wrapper ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: white;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  width: 100%;
  font-weight: 400;
}
.organic-header .menu-wrapper ul li {
  color: white;
  position: relative;
}
.organic-header .menu-wrapper ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  bottom: -1rem;
  left: 0;
}
.organic-header .menu-wrapper ul li a {
  transition: all 0.3s ease-in-out;
}
.organic-header .menu-wrapper ul li:hover {
  color: #66FFCC;
}
.organic-header .menu-wrapper ul li:hover a {
  color: #66FFCC;
}
.organic-header .menu-wrapper ul li:hover:before {
  width: 100%;
  background-color: #66FFCC;
}
.organic-header .menu-wrapper ul li.current-menu-item {
  color: #66FFCC;
}
.organic-header .menu-wrapper ul li.current-menu-item:before {
  width: 100%;
  background-color: #66FFCC;
}

.organic-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  padding-top: 4rem;
  z-index: 50;
  opacity: 0;
  animation: fadeout 0.3s ease-in forwards;
}
.organic-menu-mobile[open] {
  animation: fadein 0.3s ease-in forwards;
}
.organic-menu-mobile > div {
  position: relative;
}
.organic-menu-mobile #organic-menu-close {
  position: fixed;
  top: 2rem;
  right: 1rem;
  color: white;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.organic-menu-mobile #organic-menu-close i {
  color: white;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.organic-menu-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  overflow-y: auto;
  padding-bottom: 2rem;
}

#organic-menu-mobile .menu-item:not(:last-child) {
  border-bottom: 1px solid #8FE9EF;
}

#organic-menu-mobile .menu-item {
  padding: 1rem 1rem;
  border-radius: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-color: rgb(0, 0, 0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    background-color: rgb(0, 0, 0);
  }
  100% {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
:root {
  font-size: 14px;
}
@media (min-width: 768px) {
  :root {
    font-size: 14px;
  }
}

.bg-page {
  background-image: url("../images/bg-page.png");
  background-size: cover;
  background-position: top center;
}

body {
  background-color: #1A1A1A;
}

* {
  list-style: none;
  padding: 0;
  margin: 0;
}
* * {
  font-family: "Sora", "sans-serif";
  -webkit-font-smoothing: antialiased;
}

.whastapp-button {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  transition: all 300ms ease-in-out;
}
.whastapp-button:hover {
  transform: scale(1.1);
}

.separator {
  width: 100%;
  height: 5px;
  object-fit: cover;
  object-position: center;
}

/*# sourceMappingURL=theme.css.map */
