/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/themes/estarbem/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
*{font-family:"Plus Jakarta Sans",sans-serif;margin:0;box-sizing:border-box}p{line-height:1.5;color:#452315}img{width:100%}body{margin:0;position:relative}.btn-whatsapp{display:flex;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;border-radius:999px;position:fixed;bottom:2rem;right:2rem;z-index:999;background-color:#8ed2d2;transition:background-color .3s ease-in-out}.btn-whatsapp:hover{background-color:#a4e7e7}.btn-whatsapp img{width:1.75rem;height:1.75rem}.stick-header{position:fixed;min-height:60px;box-shadow:0 0 8px rgb(0 0 0 / .1);z-index:999;top:0;background-color:#fff;width:100%;left:0;right:0}.stick-header .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px}.stick-header .container .custom-logo{max-width:200px}.stick-header .container .menu-menu-container ul{display:flex;padding:0;list-style:none;margin:0;flex-direction:row;gap:15px;align-items:center}.stick-header .container .menu-menu-container ul li a{color:#5f5f5f;font-size:16px;font-weight:600;transition:opacity .3s ease-in-out;text-decoration:none}.stick-header .container .menu-menu-container ul li a:hover{opacity:.8}.container{max-width:1045px;margin:0 auto;padding:0 15px}.menu-menu-container{display:block}.menu-toggle,.mobile-drawer,.drawer-overlay{display:none}@media(max-width:768px){.menu-toggle,.mobile-drawer,.drawer-overlay{display:block}.menu-menu-container{display:none}.mobile-drawer .mobile-menu ul{display:flex;padding:0;list-style:none;margin:0;flex-direction:column;gap:15px;align-items:flex-start}.mobile-drawer .mobile-menu ul li a{color:#5f5f5f;font-size:16px;font-weight:600;transition:opacity .3s ease-in-out;text-decoration:none}.mobile-drawer .mobile-menu ul li a:hover{opacity:.8}.menu-toggle{display:block;background:none;font-size:28px;border:none;cursor:pointer}.mobile-drawer{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;box-shadow:-2px 0 6px rgb(0 0 0 / .3);z-index:9999;transition:right .3s ease-in-out;padding:20px}.mobile-drawer .custom-logo{max-width:200px}.mobile-drawer.open{right:0}.drawer-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgb(0 0 0 / .5);z-index:9998}.drawer-overlay.active{display:block}.drawer-close{font-size:26px;background:none;border:none;cursor:pointer;float:right}.drawer-header{display:flex;justify-content:space-between;align-items:center}.drawer-menu{margin-top:30px}.mobile-menu{list-style:none;padding:0}.mobile-menu li{margin-bottom:15px}.mobile-menu a{text-decoration:none;color:#333}}.owl-carousel-home-banner{position:relative}.owl-carousel-home-banner .owl-nav{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;align-items:center;max-height:0;padding-inline:1rem}.owl-carousel-home-banner .owl-nav button{font-size:4rem!important;color:#008082!important;padding:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease-in-out}.owl-carousel-home-banner .owl-nav button span{line-height:1!important}.owl-carousel-home-banner .owl-nav button:hover{background-color:#fff0!important;color:#003335!important}.owl-carousel-home-banner .owl-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%)}.owl-carousel-home-banner .owl-dots .owl-dot span{background-color:rgb(0 51 53 / .5215686275)!important}.owl-carousel-home-banner .owl-dots .owl-dot.active span{background-color:#008082!important}.wrapper-banner-home{margin-top:78px}.wrapper-banner-home .wrapper-banner .banner{display:block}.wrapper-banner-home .wrapper-banner .banner-mb{display:none}@media(max-width:768px){.wrapper-banner-home .wrapper-banner .banner-mb{display:block}.wrapper-banner-home .wrapper-banner .banner{display:none}}.wrapper-elos{background-color:#f0cd95;padding-top:50px;padding-bottom:35px;position:relative}.wrapper-elos:before{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-elos-sobre-meia-esquerda.svg);width:150px;background-repeat:no-repeat;height:100px;position:absolute;top:1%;left:0}.wrapper-elos:after{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-elos-sobre.svg);width:100px;background-repeat:no-repeat;height:200px;position:absolute;top:10%;right:3%}.wrapper-elos .container{display:flex;flex-direction:column;align-items:center;gap:70px}.wrapper-elos .container .title{font-size:2rem;font-family:"Barrio",sans-serif;color:#c07e64}.wrapper-elos .container .title .marrom{color:#452315;font-family:"Barrio",sans-serif}.wrapper-elos .container .content{display:flex;justify-content:space-between;gap:20px;width:100%}.wrapper-elos .container .content .wrapper-text{width:50%;justify-content:center;display:flex}.wrapper-elos .container .content .text{max-width:255px;text-align:center;font-size:18px}.wrapper-elos .container .content .primeiro-texto:before{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-elos-sobre-meio.svg);width:140px;background-repeat:no-repeat;height:100px;position:absolute;left:45%}.wrapper-elos .container .wrapper-btn{margin-top:30px;margin-bottom:50px}.wrapper-elos .container .wrapper-btn:before{content:"";background:url(/wp-content/themes/estarbem/assets/img//semente-elos-sobre.svg);width:80px;background-repeat:no-repeat;height:220px;position:absolute;bottom:0;left:0}.wrapper-elos .container .wrapper-btn:after{content:"";background:url(/wp-content/themes/estarbem/assets/img/cogumelo-elos-sobre.svg);width:160px;background-repeat:no-repeat;height:100px;position:absolute;right:0}.wrapper-elos .container .link{padding:15px 60px;border-radius:30px;background-color:#fff;text-decoration:none;box-shadow:0 0 8px 0 rgb(0 0 0 / .1);color:#452315;transition:opacity .3s ease-in-out}.wrapper-elos .container .link:hover{opacity:.8}@media(max-width:768px){.wrapper-elos{background-color:#f0cd95;padding-top:50px;padding-bottom:35px;position:relative}.wrapper-elos:before{content:"";display:none}.wrapper-elos:after{display:none;content:""}.wrapper-elos .container{display:flex;flex-direction:column;align-items:center;gap:50px}.wrapper-elos .container .title{display:flex;flex-direction:column;align-items:center;justify-content:center}.wrapper-elos .container .title .title{font-size:2rem;font-family:"Barrio",sans-serif;color:#c07e64}.wrapper-elos .container .title .title .marrom{color:#452315;font-family:"Barrio",sans-serif}.wrapper-elos .container .content{display:flex;justify-content:space-between;gap:40px;width:100%;flex-direction:column;align-items:center}.wrapper-elos .container .content .wrapper-text{width:50%;justify-content:center;display:flex}.wrapper-elos .container .content .text{max-width:255px;text-align:center;font-size:18px}.wrapper-elos .container .content .primeiro-texto:before{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-elos-sobre-left.svg);width:100px;height:145px;position:absolute;left:0;top:30%}.wrapper-elos .container .content .primeiro-texto::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-elos-sobre-r.svg);width:75px;height:160px;position:absolute;bottom:30%;display:block!important;right:0!important}.wrapper-elos .container .wrapper-btn{margin-top:30px;margin-bottom:50px}.wrapper-elos .container .wrapper-btn:before{display:none;content:""}.wrapper-elos .container .wrapper-btn:after{display:none;content:""}.wrapper-elos .container .link{padding:15px 60px;border-radius:30px;background-color:#fff;text-decoration:none;box-shadow:0 0 8px 0 rgb(0 0 0 / .1);color:#452315;transition:opacity .3s ease-in-out}.wrapper-elos .container .link:hover{opacity:.8}}.wrapper-etnias{position:relative;padding:65px 0}.wrapper-etnias .wrapper-top{display:flex;flex-direction:row;gap:100px;justify-content:space-evenly;margin-bottom:35px;align-items:flex-end}.wrapper-etnias .wrapper-top::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/cogumelo-90-graus.svg);width:150px!important;background-repeat:no-repeat;height:180px!important;position:absolute;top:11%;left:45%!important;z-index:1}.wrapper-etnias .wrapper-top .title{font-size:35px;font-weight:700;font-family:Barrio;color:#452315;text-align:end;width:190px;line-height:1.5}.wrapper-etnias .wrapper-top .title::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-geners.svg);width:280px;background-repeat:no-repeat;height:140px;position:absolute;right:0;top:20%}.wrapper-etnias .wrapper-top .title::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/semente-azul.svg);width:270px;background-repeat:no-repeat;height:220px;position:absolute;top:20%;left:2%}.wrapper-etnias .wrapper-top .subtitle{width:270px;text-align:center;font-size:20px;color:#8ed2d2}.wrapper-etnias .wrapper-banner img{border-radius:30px;display:block}.wrapper-etnias .wrapper-banner .text-banner{display:none}.wrapper-etnias .wrapper-bottom{display:flex;flex-direction:column;align-items:center}.wrapper-etnias .wrapper-bottom .text{color:#452315;text-align:center;font-size:20px;margin-top:40px}.wrapper-etnias .wrapper-bottom .text-2{color:#8ed2d2;font-family:Barrio;margin:40px 0 0;font-size:25px}@media(max-width:768px){.wrapper-etnias{position:relative;padding:65px 0;background:url(/wp-content/themes/estarbem/assets/img/bg-h-m-c-sobre.webp);width:100%;height:auto;background-repeat:no-repeat;background-size:contain;padding:0;position:relative}.wrapper-etnias .wrapper-top{display:flex;flex-direction:column;gap:30px;justify-content:space-evenly;margin-bottom:35px;align-items:center}.wrapper-etnias .wrapper-top::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-h-m-c-left.svg);width:105px!important;background-repeat:no-repeat;height:150px;position:absolute;top:2%;left:0!important}.wrapper-etnias .wrapper-top::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-h-m-c-sobre.svg);width:70px;background-repeat:no-repeat;height:140px;position:absolute;right:0;top:35%}.wrapper-etnias .wrapper-top .title{font-size:35px;font-weight:700;font-family:Barrio;color:#fff;text-align:end;margin:10px 0 0;width:190px;margin-left:110px;line-height:1.5}.wrapper-etnias .wrapper-top .title::after{content:"";display:none}.wrapper-etnias .wrapper-top .title::before{content:"";display:none}.wrapper-etnias .wrapper-top .subtitle{width:210px;text-align:start;font-size:16px;color:#8ed2d2}.wrapper-etnias .wrapper-banner{display:flex;align-items:center;justify-content:center}.wrapper-etnias .wrapper-banner img{border-radius:30px;display:none}.wrapper-etnias .wrapper-banner .text-banner{display:block;font-size:18px;color:#fff;text-align:start;max-width:215px}.wrapper-etnias .wrapper-bottom{display:flex;flex-direction:column;align-items:center}.wrapper-etnias .wrapper-bottom .text{color:#452315;text-align:center;font-size:20px;margin-top:32%}.wrapper-etnias .wrapper-bottom .text-2{color:#8ed2d2;font-family:Barrio;margin:40px 0 0;font-size:25px}}.wrapper-information{background:url(/wp-content/themes/estarbem/assets/img/bg-quem-somos.webp);background-size:cover;background-repeat:no-repeat;padding:120px 0;position:relative}.wrapper-information::after{display:none}.wrapper-information .container{display:flex;flex-direction:row}.wrapper-information .container::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/cogumelo-90-graus.svg);width:140px;background-repeat:no-repeat;height:190px;position:absolute;top:-20%;right:10%}.wrapper-information .container::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/semente-azul.svg);width:270px;background-repeat:no-repeat;height:220px;position:absolute;bottom:-27%;right:45%}.wrapper-information .container .left{width:50%;display:flex;flex-direction:column;gap:40px}.wrapper-information .container .left .text{font-size:1.2rem;max-width:300px}.wrapper-information .container .right{width:30%;display:flex;flex-direction:column;gap:50px;align-items:flex-end}.wrapper-information .container .right .text-r{font-size:1.2rem;text-align:end;margin-top:80px;max-width:220px}.wrapper-information .container .right .text-font{color:#008082;font-family:"Barrio";text-align:end;font-size:2rem;max-width:300px}@media(max-width:768px){.wrapper-information{background:url(/wp-content/themes/estarbem/assets/img/bg-quem-somos.webp);background-size:cover;background-repeat:no-repeat;padding:60px 0;position:relative}.wrapper-information::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/semente-folha.svg);width:140px;background-repeat:no-repeat;height:230px;position:absolute;bottom:-4%;right:0;display:block!important;z-index:99}.wrapper-information .container{display:flex;flex-direction:column;gap:40px}.wrapper-information .container::after{content:"";display:none}.wrapper-information .container::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/semente-azul.svg);width:270px;background-repeat:no-repeat;height:220px;position:absolute;top:1%;left:-30%}.wrapper-information .container .left{width:50%;display:flex;flex-direction:column;gap:40px;margin-left:auto}.wrapper-information .container .left .text{font-size:1.2rem;max-width:300px}.wrapper-information .container .right{width:50%;display:flex;flex-direction:column;gap:50px;align-items:flex-end}.wrapper-information .container .right .text-r{font-size:1.2rem;text-align:end;margin-top:0;max-width:220px}.wrapper-information .container .right .text-font{color:#c07e64;font-family:"Barrio";text-align:end;font-size:2rem;max-width:300px}}.wrapper-banner-home-section{min-height:500px;position:relative;background:url(/wp-content/themes/estarbem/assets/img/bg-trigo.webp);background-repeat:no-repeat;background-position:top;background-size:cover}.wrapper-banner-home-section .text{font-size:18px;color:#452315;text-align:center;padding-top:60px;width:70%;margin-inline:auto}.wrapper-conclusion{background-color:#fff;padding:190px 0;position:relative}.wrapper-conclusion::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-geners.svg);width:280px;background-repeat:no-repeat;height:140px;position:absolute;top:5%;right:40%}.wrapper-conclusion::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/cogumelo-90-graus.svg);width:140px;background-repeat:no-repeat;height:190px;position:absolute;left:15%;bottom:0}.wrapper-conclusion .container{display:flex;flex-direction:row;gap:500px}.wrapper-conclusion .container::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/semente-azul.svg);width:270px;background-repeat:no-repeat;height:220px;position:absolute;bottom:12%;right:35%}.wrapper-conclusion .container .text{font-size:1.4rem;color:#008082;max-width:288px}.wrapper-conclusion .container .title{font-size:2.4rem;font-family:Barrio;text-align:end;color:#452315;max-width:126px}@media(max-width:769px){.wrapper-conclusion{background-color:#fff;padding:120px 0;position:relative}.wrapper-conclusion::after{content:"";background:url(/wp-content/themes/estarbem/assets/img/folha-geners.svg);width:280px;background-repeat:no-repeat;height:140px;position:absolute;top:-9%;right:0}.wrapper-conclusion::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/cogumelo-conclusion.svg);width:90px;background-repeat:no-repeat;height:140px;position:absolute;top:-8%;left:0}.wrapper-conclusion .container{display:flex;flex-direction:column;gap:70px;align-items:center}.wrapper-conclusion .container::before{content:"";background:url(/wp-content/themes/estarbem/assets/img/cogumelo-pont-cabeca.svg);width:120px;background-repeat:no-repeat;height:110px;position:absolute;right:15%;bottom:0}.wrapper-conclusion .container .text{font-size:1.4rem;color:#008082;max-width:288px}.wrapper-conclusion .container .title{font-size:2.4rem;font-family:Barrio;text-align:center;color:#452315;max-width:215px}}.wrapper-video{background-color:#452315;display:block;padding:75px 0}.wrapper-video .container{display:flex;flex-direction:column;align-items:center}.wrapper-video .container .text{font-size:2.5rem;color:#f0cd95;font-family:Barrio;font-weight:700;margin:0 0 40px}.wrapper-video .container iframe{height:auto;aspect-ratio:16/9}@media(max-width:769px){.wrapper-video{background-color:#452315;display:block;padding:55px 0}.wrapper-video .container{display:flex;flex-direction:column;align-items:center}.wrapper-video .container .text{font-size:2rem;color:#f0cd95;font-family:Barrio;font-weight:700;margin:0 0 30px;text-align:center}.wrapper-video .container iframe{height:auto;aspect-ratio:16/9}}.site-footer{padding:15px}.site-footer .wrapper-logo{display:flex;flex-direction:column;align-items:center}.site-footer .wrapper-logo .redes{margin-top:10px;display:flex;flex-direction:row;gap:12px;align-items:center}.site-footer .wrapper-logo .redes .link{transition:opacity .3s ease-in-out}.site-footer .wrapper-logo .redes .link:hover{opacity:.8}.site-footer .wrapper-logo .redes img{max-width:40px}.site-footer .wrapper-menu{margin:40px 0}.site-footer .wrapper-menu .menu-menu-container{display:block!important}.site-footer .wrapper-menu .menu-menu-container ul{display:flex;padding:0;list-style:none;margin:0;flex-direction:row;gap:15px;align-items:center;justify-content:center}@media(max-width:768px){.site-footer .wrapper-menu .menu-menu-container ul{flex-direction:column;gap:15px;align-items:center;justify-content:center}}.site-footer .wrapper-menu .menu-menu-container ul li a{color:#262626;font-size:16px;font-weight:600;transition:opacity .3s ease-in-out;text-decoration:none}.site-footer .wrapper-menu .menu-menu-container ul li a:hover{opacity:.8}.site-footer .wrapper-copy{display:flex;justify-content:space-between}.site-footer .copy{color:#3f3f40}.site-footer .copyTecnologia{display:flex;align-items:center;font-weight:600}.site-footer .copyTecnologia img{width:100%;max-width:120px;margin-left:10px}.wrapper-contato{background-color:#f0cd95;padding:90px 20px;position:relative}.wrapper-contato .cogumelo0deg{width:160px;height:100px;position:absolute;right:0;bottom:0}.wrapper-contato .folha-elos-sobre{width:100px;height:200px;position:absolute;top:10%;right:-2%}@media(min-width:768px){.wrapper-contato .folha-elos-sobre{right:3%}}.wrapper-contato .folha-elos-sobre-meia-esquerda{width:150px;height:100px;position:absolute;top:1%;left:0}.wrapper-contato .semente-inteira{width:200px;height:220px;position:absolute;bottom:0;left:-10%}@media(min-width:768px){.wrapper-contato .semente-inteira{left:-4%}}.wrapper-contato .container{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:10}.wrapper-contato .title{font-size:2.5rem;font-family:"Barrio",sans-serif;color:#c07e64;margin-bottom:20px;text-transform:uppercase;font-weight:700}.wrapper-contato .title .marrom{color:#452315;font-family:"Barrio",sans-serif}.wrapper-contato .subtitle{font-size:1.1rem;margin-bottom:40px;color:#452315}.form-wrapper{background-color:#fff;padding:40px 30px;border-radius:30px;box-shadow:0 0 8px rgb(0 0 0 / .1);text-align:left}.wpcf7-form input[type=text],.wpcf7-form input[type=email],.wpcf7-form textarea{width:100%;padding:15px;margin-bottom:20px;border-radius:20px;border:1px solid #ccc;font-size:1rem}.wpcf7-form textarea{height:150px;resize:vertical}.wpcf7-form input[type=submit]{background-color:#452315;color:#fff;padding:15px 40px;border:none;border-radius:30px;font-size:1rem;cursor:pointer;transition:opacity .3s ease}.wpcf7-form input[type=submit]:hover{opacity:.8}.pag-blog{padding:100px 0;background-color:#fff}.pag-blog .wrapper-title{text-align:center;margin-bottom:50px}.pag-blog .title{font-family:"Barrio",sans-serif;color:#452315;font-size:2.5rem}.wrapper-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.post-blog{transition:opacity .3s ease}.post-blog:hover{opacity:.8}.link-blog{color:inherit;text-decoration:none;display:block}.box-header .thumbnail{position:relative;padding-top:46.25%;overflow:hidden}.thumb{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;border-radius:10px 10px 0 0}.thumb img{display:none}.wrapper-content-post-blog{display:flex;flex-direction:column;justify-content:space-between}.title-post-blog{font-size:1rem;font-weight:700;color:#452315;margin-bottom:10px}.text-blog{font-size:.8rem;color:#452315;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.wrapper-link-view-more{margin-top:auto}.wrapper-link-view-more .link{display:inline-block;padding:10px 25px;background-color:#fff;color:#452315;border-radius:30px;box-shadow:0 0 8px rgb(0 0 0 / .1);text-decoration:none;transition:opacity .3s ease}.wrapper-link-view-more .link:hover{opacity:.8}@media(max-width:1024px){.wrapper-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.wrapper-blog-grid{grid-template-columns:1fr;gap:30px}.pag-blog .title{font-size:2rem}}.pag-post{padding:100px 0;background-color:#fff;max-width:800px;margin:0 auto}.wrapper-thumbnail img{width:100%!important;height:auto!important;border-radius:30px;margin-bottom:30px}.wrapper-content .title-post-blog{font-size:2rem;color:#452315;margin-bottom:30px}.wrapper-content p,.wrapper-content ul,.wrapper-content ol,.wrapper-content blockquote{font-size:1rem;color:#452315;line-height:1.5;margin-bottom:20px}.wrapper-content a{color:#008082;text-decoration:none;font-size:1rem}.wrapper-content img{max-width:100%!important;border-radius:20px;margin:20px 0}.our-blog{background-color:#f0cd95;padding:80px 20px;margin-top:100px;position:relative}.our-blog .title{font-size:2rem;font-family:"Barrio",sans-serif;color:#452315;text-align:center;margin-bottom:50px}.owl-carousel-blog .post-blog{background-color:#fff;border-radius:30px;box-shadow:0 0 8px rgb(0 0 0 / .08)}.owl-carousel-blog .box-header .thumbnail{position:relative;padding-top:46.25%;overflow:hidden}.owl-carousel-blog .thumb{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.owl-carousel-blog .thumb img{display:none!important}.owl-carousel-blog .wrapper-content-post-blog{padding:10px}.owl-carousel-blog .title-post-blog{font-size:1rem;font-weight:700;color:#c07e64;margin-bottom:10px}.owl-carousel-blog .hora{font-size:.8rem;color:#452315;opacity:.6}.owl-carousel-blog .text-blog{font-size:.95rem;color:#452315;margin-bottom:15px}.owl-carousel-blog .wrapper-link-view-more .link{font-size:.9rem;padding:8px 20px;background-color:#452315;color:#fff;border-radius:25px;text-decoration:none;transition:opacity .3s ease}.owl-carousel-blog .wrapper-link-view-more .link:hover{opacity:.8}.wrapper-btn-blog{text-align:center;margin-top:40px}.wrapper-btn-blog .link-blog{background-color:#fff;box-shadow:0 0 8px 0 rgb(0 0 0 / .1);padding:15px 60px;border-radius:30px;width:fit-content;margin:0 auto;text-decoration:none;color:#452315;transition:opacity .3s ease}.wrapper-btn-blog .link-blog:hover{opacity:.8}@media(max-width:768px){.wrapper-content .title-post-blog{font-size:1.8rem;text-align:center}.our-blog .title{font-size:1.6rem}.pag-post .container{padding:0 10px}}.container-wrapper{max-width:1045px;margin:0 auto;padding:0 1rem}.mobile{display:block}@media(min-width:768px){.mobile{display:none}}.desktop{display:none}@media(min-width:768px){.desktop{display:block}}.our-story-banner-hero{width:100%;margin:0 auto;object-fit:cover;margin-top:78px}.section-title{font-family:"Barrio",sans-serif;font-weight:400;font-size:1.75rem;line-height:1.5;text-align:center;text-transform:uppercase;color:#c07e64}.section-title span{font-family:"Barrio",sans-serif;font-family:400;color:#452315}.our-story-description-section{margin:2.75rem 0 5rem;position:relative}.our-story-description-section .cogumelo-90deg{position:absolute;top:5%;left:5%;width:200px;height:200px}.our-story-description-section .folha-90deg{width:100px;height:140px;position:absolute;top:10%;right:0}.our-story-description-section .semente-inteira{width:200px;height:200px;position:absolute;right:0;bottom:15%}.our-story-description-section .folha-e-cogumelo{width:350px;height:200px;position:absolute;left:0;bottom:-20%}.our-story-description-section .folhas-parte{width:82px;height:146px;position:absolute;left:0;bottom:-10%}.our-story-description-section .sementes-parte{width:73px;height:182px;position:absolute;right:0;bottom:-10%}.our-story-description-section .parte-cogumelo{width:87px;height:96px;position:absolute;right:0;z-index:-10}.our-story-description-section .container-wrapper .description-wrapper{margin-top:3rem;display:flex;flex-direction:column;gap:4rem}.our-story-description-section .container-wrapper .description-wrapper p{width:50%;font-weight:400;font-size:1rem;line-height:1.5;color:#452315}.our-story-description-section .container-wrapper .description-wrapper p:nth-child(1){align-self:center;text-align:center}.our-story-description-section .container-wrapper .description-wrapper p:nth-child(2){align-self:flex-start;text-align:start}.our-story-description-section .container-wrapper .description-wrapper p:nth-child(3){align-self:flex-end;text-align:end}@media(max-width:768px){.our-story-description-section .container-wrapper .description-wrapper{margin-top:1.5rem;gap:.5rem}.our-story-description-section .container-wrapper .description-wrapper p{align-self:center!important;text-align:center!important;width:70%!important}}.our-purpose-section,.our-values-section,.our-vision-section{background-color:#f4f4f4;padding:1.5rem 0}.our-purpose-section p,.our-vision-section p{font-weight:400;font-size:1.5rem;line-height:1.5;text-align:center;padding:1.5rem;padding-top:2.5rem;color:#452315}.our-values-section{position:relative}.our-values-section .semente-inteira{width:200px;height:200px;position:absolute;top:30%;left:-10%}@media(min-width:1024px){.our-values-section .semente-inteira{left:-3%}}.our-values-section .folha-parte{width:100px;height:140px;position:absolute;top:-10%;right:0}@media(min-width:768px){.our-values-section .folha-parte{top:30%}}.our-values-section .wrapper-img{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1.5rem}.our-values-section .wrapper-img img{width:fit-content;max-width:100%;object-fit:cover}.our-vision-section{position:relative}.our-vision-section .parte-menor-cogumelo{width:59px;height:129px;position:absolute;bottom:-30%;left:0;z-index:10}.timeline-section{background-color:rgb(142 210 210 / .3019607843);margin-bottom:2rem;padding:5rem 0;position:relative;overflow-x:hidden}@media(min-width:768px){.timeline-section{background-color:#faf0df}}.timeline-section .folha-90deg{width:170px;height:270px;position:absolute;top:80%;left:-2%}.timeline-section .cogumelo90deg{width:140px;height:190px;position:absolute;right:-2%;bottom:5%}.timeline-section .container-wrapper{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative}.timeline-section .container-wrapper .cogumelo0deg{width:160px;height:100px;position:absolute;top:12%;right:-2%}@media(min-width:768px){.timeline-section .container-wrapper{gap:5rem}}.timeline-section .container-wrapper .timeline-main-line{width:3px;height:150%;position:absolute;left:50%;top:0;transform:translateX(-50%);background-color:#8ed2d2}.timeline-section .container-wrapper .timeline-row.reverse .timeline-point{left:50%;top:0}.timeline-section .container-wrapper .timeline-point{position:absolute;right:50%;top:1rem}.timeline-section .container-wrapper .timeline-point img{position:absolute;right:0;transform:translate(50%,-50%);width:40px;height:40px;object-fit:cover;z-index:10}.timeline-section .container-wrapper .timeline-point .horizontal-line{width:55px;height:3px;background-color:#8ed2d2}.timeline-section .container-wrapper .timeline-row{position:relative;display:flex;justify-content:center;flex-direction:column;gap:2rem;min-height:180px}.timeline-section .container-wrapper .timeline-row h2,.timeline-section .container-wrapper .timeline-row p{text-align:center}@media(min-width:768px){.timeline-section .container-wrapper .timeline-row{flex-direction:row;justify-content:space-between;align-items:stretch;gap:200px}.timeline-section .container-wrapper .timeline-row .title-and-description h2,.timeline-section .container-wrapper .timeline-row .title-and-description p{text-align:end}.timeline-section .container-wrapper .timeline-row.reverse{flex-direction:row-reverse}.timeline-section .container-wrapper .timeline-row.reverse .title-and-description h2,.timeline-section .container-wrapper .timeline-row.reverse .title-and-description p{text-align:start}}.timeline-section .container-wrapper .timeline-row .title-and-description{display:flex;flex-direction:column;gap:.5rem;flex:1}.timeline-section .container-wrapper .timeline-row .title-and-description h2{font-family:"Barrio",sans-serif;font-weight:400;font-size:2.5rem;line-height:1.5;text-transform:uppercase;color:#c07e64}.timeline-section .container-wrapper .timeline-row .item-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.timeline-section .container-wrapper .timeline-row .item-content{flex-direction:row;gap:3rem}}.timeline-section .container-wrapper .timeline-row .item-content span{font-family:"Barrio";font-size:2.5rem;line-height:1.5;text-align:start;color:#452315;display:block;width:30%}@media(min-width:768px){.timeline-section .container-wrapper .timeline-row .item-content span{margin-top:3.5rem;width:25%;text-align:end}}.timeline-section .container-wrapper .timeline-row .item-images{display:grid;justify-items:center;gap:2rem}.timeline-section .container-wrapper .timeline-row .item-images img{width:100%;max-width:400px}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/themes/estarbem/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}