@font-face {
  font-family: "Suzano Sans";
  src: url(../fonts/Suzano/SuzanoSans-Regular.ttf);
}
@font-face {
  font-family: "Zooja";
  src: url(../fonts/Zooja/ZoojaPro.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #595959;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

.style section {
  margin: 30px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1190px;
}
@media screen and (max-width: 758px) {
  .wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    width: 90%;
  }
}

.container {
  margin: 40px 0;
}

.show-desk {
  display: block;
}
@media screen and (max-width: 758px) {
  .show-desk {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media screen and (max-width: 758px) {
  .show-mobile {
    display: block;
  }
}

li {
  margin: 5px 0;
}

::-webkit-scrollbar {
  background: #fff;
  border-radius: 10px;
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #00B74F;
  border-radius: 5px;
}

body {
  background: url("../images/bg.jpg") #fff;
  background-position: center;
}

.pin-pulse {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transform: scale(0.95);
  }
}
@keyframes scroll {
  100% {
    background-position: 0px -3000px;
  }
}
@media (prefers-reduced-motion) {
  .wrapper {
    animation: scroll 200s linear infinite;
  }
}
h1 {
  color: #004296;
  font-family: "Zooja", "Calibri", "sans-serif";
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 50px auto 20px;
  max-width: 700px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 70px;
    max-width: 500px;
  }
}
@media screen and (max-width: 758px) {
  h1 {
    font-size: 60px;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 50px;
    max-width: 350px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 40px;
    max-width: 270px;
  }
}

h2 {
  color: #00B74F;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  max-width: 450px;
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 30px;
    max-width: 400px;
  }
}
@media screen and (max-width: 758px) {
  h2 {
    font-size: 25px;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 22px;
    max-width: 250px;
  }
}
h2.destaque {
  color: #004296;
  font-family: "Zooja", "Calibri", "sans-serif";
  font-size: 70px;
  font-weight: 400;
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  h2.destaque {
    font-size: 55px;
  }
}
@media screen and (max-width: 758px) {
  h2.destaque {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
  h2.destaque {
    font-size: 32px;
  }
}

h3 {
  color: #00B74F;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 680px;
}
@media screen and (max-width: 960px) {
  h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 758px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 345px;
}

h5 {
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  max-width: 450px;
}
@media screen and (max-width: 960px) {
  h5 {
    font-size: 18px;
    max-width: 400px;
  }
}
@media screen and (max-width: 758px) {
  h5 {
    font-size: 16px;
    max-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  h5 {
    font-size: 14px;
    max-width: 280px;
  }
}

h6 {
  color: #595959;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  color: #595959;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 14px;
  }
}

small {
  color: #595959;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

a {
  color: #595959;
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

button, 
.btn {
  background: #00B74F;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  outline: none;
  padding: 15px 30px!important;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: auto!important;
}
button:hover, button.is-active, .btn:hover, .btn.is-active {
  background: #006a2f;
  opacity: 1;
}
button--secondary, .btn--secondary {
  background: transparent;
  border: 1px solid #00B74F;
  color: #00B74F;
}
button--secondary:hover, button--secondary.is-active, .btn--secondary:hover, .btn--secondary.is-active {
  background: #00B74F;
  color: #fff;
}

a.btn {
  padding: 15px 30px;
  width: auto!important;
}

form {
  margin: 20px 0 !important;
}

.form-news form {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto !important;
  max-width: 590px;
}

.form-news form input[type=email] {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .form-news form input[type=email] {
    box-sizing: initial !important;
  }
  .form-news form .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .form-news form input[type=email] {
    box-sizing: inherit !important;
  }
}

.form-news form input[type=submit] {
  background: #00B74F;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: background .5s ease-in-out;
}

.form-news form input[type=submit]:hover {
  background: #006a2f;
}
.form-news form .gform_body.gform-body {
  margin-right: 0;
  width: 60%;
}
@media screen and (max-width: 550px) {
  .form-news form .gform_body.gform-body {
    margin-right: 10px;
    width: 70%;
  }
  .gform_footer.top_label {
    width: 25%;
  }
}


input {
  background: #fff;
  border: none;
  border-radius: 40px !important;
  color: #00B74F;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 17px 25px !important;
  margin: 10px 0 !important;
  max-width: 320px !important;
  width: 100%;
}
@media screen and (max-width: 400px) {
  input {
    max-width: 250px !important;
  }
}

::placeholder {
  color: #00B74F;
}

.checkbox {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}

label {
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  margin-left: 25px;
}

input[type=checkbox] {
  margin: 20px 0;
  padding: 0;
  position: relative;
  width: 40px;
}
input[type=checkbox]:after {
  background-color: #00B74F;
  background-image: url(../icons/check-branco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  cursor: pointer;
  height: 40px;
  left: -10px;
  position: absolute;
  top: -15px;
  transition: all 0.5s ease-in-out;
  width: 40px;
}
input[type=checkbox]:checked:after {
  background-color: #fff;
  background-image: url(../icons/check-verde.svg);
}

.form__result {
  background: #fff;
  border-radius: 60px;
  bottom: -100%;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.15);
  color: #595959;
  left: 50%;
  padding: 10px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  transition: all 1s ease-in-out;
  width: 580px;
}
.form__result.is-active {
  bottom: 10px;
}
.form__result p {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}
.form__result::before {
  background: url(../icons/check-branco.svg) no-repeat;
  background-color: #00B74F;
  background-position: center;
  border-radius: 100%;
  content: "";
  height: 42px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  position: absolute;
}

blockquote {
  margin-bottom: 20px;
  position: relative;
  quotes: none;
}
blockquote:before {
  background: url(../icons/quote.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
blockquote p {
  color: #004B4D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 5px 0 0 80px;
}
@media screen and (max-width: 500px) {
  blockquote p {
    padding: 5px 0 0 50px;
  }
}
blockquote cite {
  font-family: "Suzano Sans", "Calibri", "sans-serif";
}

.wp-block-quote cite {
  margin-left: 60px;
}

.wp-block-verse {
  padding: 5px 0 0 60px;
  position: relative;
  quotes: none;
}
.wp-block-verse:before {
  background: url(../icons/quote.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}

thead tr {
  background: #ccc;
  line-height: 1.3em;
}

tbody tr:last-child {
  border-bottom: none;
}

tr {
  border-bottom: 1px solid #666;
}
tr td {
  color: #595959;
  font-size: 15px;
  padding: 10px 15px;
}
tr td:not(:last-child) {
  border-right: 1px solid #666;
}

.modal {
  background-color: rgba(0, 0, 0, 0.3);
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 0;
  z-index: -1;
}
.modal.is-active {
  height: 100%;
  opacity: 1;
  width: 100%;
  z-index: 10;
}
.modal__body {
  height: 0;
  opacity: 0;
  width: 0;
  z-index: -5;
}
.modal__body * {
  height: 0;
  width: 0;
  z-index: -10;
}
.modal__body.is-active {
  height: 100vh;
  opacity: 1;
  width: 100vw;
  z-index: 10;
}
.modal__body.is-active * {
  height: auto;
  width: auto;
  z-index: 15;
}
@media screen and (min-width: 1600px) {
  .modal__body.is-active {
    margin: auto;
    width: 70vw;
  }
}
@media screen and (max-width: 500px) {
  .modal__body.is-active {
    width: 100%;
  }
}
.modal__content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px 50px;
  position: absolute;
  width: 93%;
}
@media screen and (min-width: 1600px) {
  .modal__content {
    width: 97%;
  }
}
@media screen and (max-width: 758px) {
  .modal__content {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 500px) {
  .modal__content {
    padding: 30px 20px;
  }
}
.modal__close {
  cursor: pointer;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 60px;
  top: 30px;
  transition: all 0.5s ease-in-out;
  width: 20px;
  z-index: 20;
}
.modal__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 758px) {
  .modal__close {
    right: 50px;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 15px !important;
  font-weight: bold !important;
}
.swiper-pagination-bullets {
  outline: none !important;
}

html:not([data-scroll="0"]) body {
  padding-top: 3em;
}
html:not([data-scroll="0"]) .menu__container {
  box-shadow: 1px 3px 10px -7px #9a9a9a;
  position: fixed;
  top: 0;
}

menu {
  padding: 0;
}

.menu__container {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  width: 100%;
  z-index: 6;
}
.menu__container img {
  max-width: 140px;
}
@media screen and (max-width: 500px) {
  .menu__container img {
    max-width: 120px;
  }
}
.menu__container--right {
  align-items: center;
  display: flex;
}
.menu__logo {
  margin-left: 100px;
}
@media screen and (max-width: 758px) {
  .menu__logo {
    margin-left: 20px;
  }
}
.menu__burguer {
  border-bottom: 2px solid #00B74F;
  cursor: pointer;
  margin: 0 100px 0 50px;
  padding: 10px 0 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 33px;
}
@media screen and (max-width: 758px) {
  .menu__burguer {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .menu__burguer {
    margin: 0 20px;
  }
}
.menu__burguer.is-active {
  margin-top: -10px;
  transform: rotate(45deg);
}
.menu__burguer.is-active::before {
  top: 20px;
  transform: rotate(-85deg);
}
.menu__burguer.is-active::after {
  opacity: 0;
}
.menu__burguer::before {
  background: #00B74F;
  border-radius: 5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 33px;
}
.menu__burguer::after {
  background: #00B74F;
  border-radius: 5px;
  bottom: 8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 33px;
}
.menu__content {
  background: #fff;
  box-shadow: -5px 3px 10px -7px #9a9a9a;
  height: 100vh;
  padding: 0 0 0 50px;
  position: fixed;
  right: -50%;
  top: 85px;
  transition: right 1s ease-in-out;
  z-index: 7;
}
@media screen and (max-width: 960px) {
  .menu__content {
    right: -100%;
  }
}
@media screen and (max-width: 500px) {
  .menu__content {
    margin-top: -10px;
    padding: 20px 0 0 30px;
    right: -200%;
  }
}
.menu__content.is-active {
  right: 0px;
}
.menu__content nav {
  border-bottom: 2px solid #00B74F;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 90%;
}
.menu__content a {
  color: #00B74F;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.menu__content a:hover {
  color: #004296;
  opacity: 1;
}
.menu__content ul {
  padding: 0;
}
.menu__content li {
  list-style: none;
  margin: 25px 0 30px;
}
@media screen and (max-width: 500px) {
  .menu__content li {
    margin: 20px 0 25px;
  }
}
.menu__content li a {
  color: #00B74F;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .menu__content li a {
    font-size: 18px;
  }
}
.menu__languages {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 550px) {
  .menu__languages small {
    display: none;
  }
}
.menu__language {
  margin: 0 0 -5px 20px;
}
@media screen and (max-width: 758px) {
  .menu__language {
    margin-left: 15px;
  }
}
.menu__language img {
  width: 35px;
}
@media screen and (max-width: 500px) {
  .menu__language img {
    width: 30px;
  }
}
.menu__language:nth-child(3) img {
  margin-top: -3px;
  width: 33px;
}
@media screen and (max-width: 500px) {
  .menu__language:nth-child(3) img {
    width: 27px;
  }
}
.menu__terms a {
  display: inline-block;
  margin-top: 5px;
  width: 45%;
}
@media screen and (max-width: 500px) {
  .menu__terms a {
    width: 100%;
  }
}
.menu__terms small {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.menu small {
  color: #00B74F;
}

.first {
  position: relative;
  height: 85vh;
}
.first__title {
  margin-bottom: 60px;
  padding-left: 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .first__title {
    margin: auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 960px) {
  .first__title {
    padding: 40px 0 30px 50px;
  }
}
@media screen and (max-width: 758px) {
  .first__title {
    padding: 60px 0 20px 30px;
  }
}
.first__title .destaque {
  margin: -15px 0 0 27px;
}
@media screen and (max-width: 960px) {
  .first__title .destaque {
    margin: -7px 0 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .first__title .destaque {
    margin-left: 15px;
  }
}
.first__title h5 {
  margin: 15px 0 0 80px;
}
@media screen and (max-width: 960px) {
  .first__title h5 {
    margin: 30px 0 0 60px;
  }
}
@media screen and (max-width: 758px) {
  .first__title h5 {
    margin: 30px 0 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .first__title h5 {
    margin: 20px 0 0 20px;
  }
}
.first__scroll {
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .first__scroll {
    margin-top: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .first__scroll {
    margin-top: 350px;
  }
}
@media screen and (max-width: 758px) {
  .first__scroll {
    margin-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .first__scroll {
    margin-top: 150px;
  }
}
.first__scroll a {
  color: #00B74F;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .first__scroll a {
    font-size: 14px;
  }
}
.first__scroll img {
  height: 35px;
  margin: 50px 5px -12px;
  object-fit: contain;
  width: 20px;
}
.first__images:before {
  background: #E2E103;
  border-radius: 100%;
  bottom: -10px;
  content: "";
  height: 350px;
  position: absolute;
  right: 150px;
  width: 350px;
  z-index: -2;
}
@media screen and (min-width: 1400px) {
  .first__images:before {
    bottom: 170px;
    right: 250px;
  }
}
@media screen and (min-width: 1800px) {
  .first__images:before {
    right: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .first__images:before {
    bottom: 290px;
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .first__images:before {
    bottom: 200px;
    height: 220px;
    right: 10px;
    width: 220px;
  }
}
@media screen and (max-width: 758px) {
  .first__images:before {
    bottom: 190px;
    height: 150px;
    right: 0;
    width: 150px;
  }
}
@media screen and (max-width: 758px) {
  .first__images:before {
    display: none;
  }
}
.first__images img {
  position: absolute;
}
.first__images img:first-child {
  height: 350px;
  right: 250px;
  top: 20px;
  width: 350px;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .first__images img:first-child {
    right: 300px;
    top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .first__images img:first-child {
    right: 100px;
    top: 250px;
  }
}
@media screen and (max-width: 960px) {
  .first__images img:first-child {
    height: 180px;
    right: 90px;
    top: 260px;
    width: 190px;
  }
}
@media screen and (max-width: 758px) {
  .first__images img:first-child {
    height: 110px;
    right: 40px;
    top: 180px;
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .first__images img:first-child {
    height: 60px;
    right: 50px;
    top: 200px;
    width: 60px;
  }
}
.first__images img:last-child {
  height: 600px;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 400px;
  z-index: -2;
}
@media screen and (min-width: 1400px) {
  .first__images img:last-child {
    height: 700px;
    top: 100px;
    width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .first__images img:last-child {
    right: 0px;
    top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .first__images img:last-child {
    top: 270px;
  }
}
@media screen and (max-width: 960px) {
  .first__images img:last-child {
    height: 400px;
    top: 250px;
    width: 270px;
  }
}
@media screen and (max-width: 758px) {
  .first__images img:last-child {
    height: 250px;
    top: 170px;
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .first__images img:last-child {
    height: 150px;
    top: 190px;
    width: 103px;
  }
}

.eucafluff {
  margin: 70px auto 30px;
  padding: 70px 0 0;
}
.eucafluff__content {
  align-items: center;
  display: flex;
  direction: initial;
  justify-content: space-between;
  margin: auto;
  max-width: 950px;
}
@media screen and (max-width: 1024px) {
  .eucafluff__content {
    max-width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .eucafluff__content {
    max-width: 600px;
  }
}
@media screen and (max-width: 550px) {
  .eucafluff__content {
    flex-direction: column;
  }
}
.eucafluff__content img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .eucafluff__content img {
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .eucafluff__content img {
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .eucafluff__content img {
    max-width: 200px;
  }
}
.eucafluff__desc {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .eucafluff__desc {
    width: 80%;
  }
}
.eucafluff__desc h3 {
  margin: 0 0 40px;
}
.eucafluff__desc p {
  font-size: 18px;
  margin: 25px 0;
}
.eucafluff__desc--3 {
  margin-bottom: 20px;
}
.eucafluff__image--rewet {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .eucafluff__image--rewet {
    margin-top: -30px;
  }
}
.eucafluff__image--rewet img {
  object-fit: contain;
}
.eucafluff__image--rewet img:first-child {
  max-height: 200px;
  position: relative;
  top: 80px;
  z-index: 3;
}
@media screen and (max-width: 1130px) {
  .eucafluff__image--rewet img:first-child {
    top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .eucafluff__image--rewet img:first-child {
    max-height: 150px;
    top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .eucafluff__image--rewet img:first-child {
    max-height: 100px;
    top: 40px;
  }
}
.eucafluff__image--rewet img:nth-child(2) {
  left: 5px;
  position: relative;
  top: 0;
  width: 400px;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .eucafluff__image--rewet img:nth-child(2) {
    left: 10px;
  }
}
.eucafluff__image--rewet img:last-child {
  left: -2px;
  position: relative;
  top: -42px;
  width: 400px;
}
@media screen and (max-width: 1130px) {
  .eucafluff__image--rewet img:last-child {
    top: -32px;
  }
}
@media screen and (max-width: 960px) {
  .eucafluff__image--rewet img:last-child {
    top: -25px;
  }
}
@media screen and (max-width: 400px) {
  .eucafluff__image--rewet img:last-child {
    left: 5px;
    top: -20px;
  }
}
.eucafluff__image--compress {
  align-items: flex-end;
  display: flex;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .eucafluff__image--compress {
    left: -20px;
    margin-top: 10px;
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .eucafluff__image--compress {
    left: -15px;
  }
}
.eucafluff__image--compress::after {
  background-image: url(../images/compressibilidade-pontilhado.png);
  background-repeat: no-repeat;
  content: "";
  left: 40px;
  height: 5px;
  position: absolute;
  top: 32%;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .eucafluff__image--compress::after {
    left: 25px;
  }
}
@media screen and (max-width: 500px) {
  .eucafluff__image--compress::after {
    left: 10px;
  }
}
.eucafluff__image--compress h6 {
  color: #00B74F;
  margin: 40px 0 -25px;
}
@media screen and (max-width: 550px) {
  .eucafluff__image--compress h6 {
    margin: 35px 0 -20px;
  }
}
@media screen and (max-width: 500px) {
  .eucafluff__image--compress h6 {
    font-size: 14px;
    margin: 30px 0 -15px;
  }
}
.eucafluff__image--compress div:first-child {
  left: 60px;
  position: relative;
  top: 25px;
}
@media screen and (max-width: 550px) {
  .eucafluff__image--compress div:first-child {
    left: 40px;
    top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .eucafluff__image--compress div:first-child {
    left: 10px;
    top: 15px;
  }
}
.eucafluff__image--compress div:first-child h6 {
  margin: 20px 0 0;
}
.eucafluff__image--pluma {
  position: relative;
}
.eucafluff__image--pluma img {
  margin-top: 40px;
}
.eucafluff__image--pluma::before {
  background: url(../images/plumas-bg2.png) no-repeat;
  background-size: cover;
  content: "";
  height: 400px;
  left: -70px;
  position: absolute;
  top: -30px;
  width: 530px;
  z-index: -1;
}

#swiper-eucafluff .swiper-button-next, #swiper-eucafluff .swiper-button-prev {
  background: #00B74F;
  border-radius: 100%;
  bottom: 15%;
  color: #fff;
  outline: none !important;
  height: 34px;
  top: auto;
  transition: opacity 0.5s ease-in-out;
  width: 35px;
}
#swiper-eucafluff .swiper-button-next:hover, #swiper-eucafluff .swiper-button-prev:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  #swiper-eucafluff .swiper-button-next, #swiper-eucafluff .swiper-button-prev {
    height: 36px;
    width: 37px;
  }
}
#swiper-eucafluff .swiper-button-prev {
  bottom: 0;
  left: 15%;
  top: auto;
}
@media screen and (min-width: 1500px) {
  #swiper-eucafluff .swiper-button-prev {
    left: 18%;
  }
}
@media screen and (min-width: 1700px) {
  #swiper-eucafluff .swiper-button-prev {
    left: 22%;
  }
}
@media screen and (min-width: 1900px) {
  #swiper-eucafluff .swiper-button-prev {
    left: 25%;
  }
}
@media screen and (max-width: 1024px) {
  #swiper-eucafluff .swiper-button-prev {
    left: 11%;
  }
}
@media screen and (max-width: 960px) {
  #swiper-eucafluff .swiper-button-prev {
    left: 10%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-eucafluff .swiper-button-prev {
    left: 10%;
  }
}
#swiper-eucafluff .swiper-button-next {
  bottom: 0;
  left: 20%;
  top: auto;
}
@media screen and (min-width: 1500px) {
  #swiper-eucafluff .swiper-button-next {
    left: 23%;
  }
}
@media screen and (min-width: 1700px) {
  #swiper-eucafluff .swiper-button-next {
    left: 26%;
  }
}
@media screen and (min-width: 1900px) {
  #swiper-eucafluff .swiper-button-next {
    left: 29%;
  }
}
@media screen and (max-width: 1024px) {
  #swiper-eucafluff .swiper-button-next {
    left: 18%;
  }
}
@media screen and (max-width: 960px) {
  #swiper-eucafluff .swiper-button-next {
    left: 20%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-eucafluff .swiper-button-next {
    left: 25%;
  }
}
#swiper-eucafluff .swiper-pagination-bullets {
  bottom: 0;
  right: 270px;
  left: auto;
}
@media screen and (max-width: 1024px) {
  #swiper-eucafluff .swiper-pagination-bullets {
    right: 200px;
  }
}
@media screen and (max-width: 960px) {
  #swiper-eucafluff .swiper-pagination-bullets {
    right: 100px;
  }
}
@media screen and (max-width: 550px) {
  #swiper-eucafluff .swiper-pagination-bullets {
    right: 0;
  }
}
#swiper-eucafluff .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #00B74F;
  margin: 0 4px 10px;
  opacity: 1;
}
#swiper-eucafluff .swiper-pagination-bullet-active {
  background: #00B74F;
}

.products {
  padding: 50px 0 30px;
}
.products p {
  margin: auto;
  max-width: 900px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .products br {
    display: none;
  }
}
.products__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 30px;
}
@media screen and (max-width: 960px) {
  .products__list {
    justify-content: center;
  }
}
@media screen and (max-width: 758px) {
  .products__list {
    width: 100%;
  }
}
.products__item {
  position: relative;
  text-align: center;
  width: 18%;
}
@media screen and (max-width: 960px) {
  .products__item {
    margin: 0 3% 5%;
    width: 20%;
  }
}
@media screen and (max-width: 758px) {
  .products__item {
    margin: 0 1% 5%;
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .products__item {
    margin: 0 2% 8%;
    width: 44%;
  }
}
.products__item:before {
  background: url(../icons/prod-linha.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -25px;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}
.products__item:hover:before {
  opacity: 1;
}
.products__item img {
  width: 85%;
}
.products__item h5 {
  color: #00B74F;
  font-weight: 600;
  margin: 30px auto;
  min-height: 40px; 
}
@media screen and (max-width: 758px) {
  .products__item h5 {
    margin: 20px auto;
  }
}
@media screen and (max-width: 500px) {
  .products__item h5 {
    font-size: 16px;
    margin: 15px auto;
  }
}
.products__item button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.products__item button:hover {
  font-weight: 500;
}
@media screen and (max-width: 758px) {
  .products__item button {
    font-size: 14px;
    padding: 12px 0;
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  .products__item button {
    font-size: 12px;
    padding: 10px 0;
    width: 100px;
  }
}
.products__category {
  align-items: center;
  display: flex;
}
.products__category img {
  background: #00B74F;
  border-radius: 100%;
  height: 23px !important;
  object-fit: contain;
  padding: 6px 9px;
  position: relative;
  width: 20px !important;
}
.products__category h6 {
  color: #00B74F;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  text-transform: uppercase;
}
.products__content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 758px) {
  .products__content {
    display: block;
  }
}
.products__image {
  position: relative;
}
@media screen and (max-width: 758px) {
  .products__image {
    text-align: center;
  }
}
.products__image::before {
  background: url(../icons/popup-lines.svg) no-repeat;
  background-size: contain;
  bottom: -290px;
  content: "";
  height: 1000px;
  position: absolute;
  right: -145px;
  width: 1000px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .products__image::before {
    bottom: -255px;
    height: 900px;
    right: -125px;
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .products__image::before {
    bottom: -250px;
    height: 700px;
    right: -43px;
    width: 600px;
  }
}
@media screen and (max-width: 758px) {
  .products__image::before {
    bottom: -160px;
    height: 550px;
    right: -20px;
    width: 550px;
  }
}
@media screen and (max-width: 500px) {
  .products__image::before {
    bottom: -123px;
    height: 420px;
    right: -50px;
    width: 420px;
  }
}
.products__image img {
  height: 550px !important;
  margin: -70px 50px 0 0;
  object-fit: cover;
  position: relative;
  width: auto !important;
}
@media screen and (max-width: 1024px) {
  .products__image img {
    height: 500px !important;
  }
}
@media screen and (max-width: 960px) {
  .products__image img {
    margin: -40px 50px 0 0;
    height: 350px !important;
  }
}
@media screen and (max-width: 758px) {
  .products__image img {
    height: 300px !important;
    margin: 40px 0 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .products__image img {
    height: 230px !important;
  }
}
.products__text {
  margin-left: 100px;
  width: 22% !important;
}
@media screen and (min-width: 1600px) {
  .products__text {
    width: 40% !important;
  }
}
@media screen and (max-width: 1130px) {
  .products__text {
    margin-left: 50px;
    width: 30% !important;
  }
}
@media screen and (max-width: 960px) {
  .products__text {
    margin-left: 20px;
    width: 35% !important;
  }
}
@media screen and (max-width: 758px) {
  .products__text {
    margin: 0 auto;
    width: 80% !important;
  }
}
.products__text h3, .products__text p {
  text-align: left;
}

.sustainability {
  margin: 30px auto;
  max-width: 1280px;
  padding-top: 100px;
}
.sustainability__title h3 {
  margin: 50px 0 30px;
  max-width: 100%;
  text-align: center;
}
.sustainability__navigation {
  width: 250px;
}
.sustainability__progress {
  align-items: center;
  bottom: 30px;
  display: none;
  justify-content: space-between;
  position: absolute;
  right: 50px;
  width: 230px;
}

.swiper-slide-active .sustainability__progress,
.swiper-slide-next .sustainability__progress{
  display: flex;
}

@media screen and (max-width: 550px) {
  .sustainability__progress {
    bottom: -70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.sustainability__progress h5 {
  color: #00B74F;
  font-weight: 600;
  margin: 0 0 30px;
}
.sustainability__progress h5:last-child {
  color: #CED8B9;
}
.sustainability__progress-bar {
  background: #F0FAFA;
  border: 1px solid #F0FAFA;
  border-radius: 5px;
  height: 1px;
  position: relative;
  top: -15px;
  width: 60%;
}
.sustainability__progress-bar:after {
  background: #00B74F;
  border: 1px solid #00B74F;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
}
.sustainability__progress-bar--1:after {
  width: 16.6%;
}
.sustainability__progress-bar--2:after {
  width: 33.2%;
}
.sustainability__progress-bar--3:after {
  width: 49.8%;
}
.sustainability__progress-bar--4:after {
  width: 66.4%;
}
.sustainability__progress-bar--5:after {
  width: 83%;
}
.sustainability__progress-bar--6:after {
  width: 100%;
}
.sustainability__container {
  margin-bottom: 50px;
}
.sustainability__content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.sustainability__ball {
  background: #00B74F;
  background-image: linear-gradient(315deg, #15143966, #00B74F);
  border-radius: 100%;
  height: 750px;
  margin-left: -70px;
  position: relative;
  width: 750px;
}
@media screen and (max-width: 1024px) {
  .sustainability__ball {
    height: 650px;
    width: 650px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__ball {
    height: 650px;
    width: 650px;
  }
}
@media screen and (max-width: 550px) {
  .sustainability__ball {
    height: 600px;
    margin-left: -30px;
    width: 600px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability__ball {
    height: 550px;
    margin-left: -70px;
    width: 550px;
  }
}
.sustainability__ball--3 {
  z-index: 1;
}
.sustainability__ball--6 {
  background-image: none;
  z-index: 0;
}
.sustainability__desc {
  margin-left: 20px;
  width: 410px;
}
@media screen and (max-width: 500px) {
  .sustainability__desc {
    margin-left: -50px;
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__desc:not(.sustainability__desc--6) {
    margin-left: -90px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 15px;
    width: 250px;
  }
}
.sustainability__desc--3 h3 {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .sustainability__desc--3 h3 {
    font-size: 16px;
  }
}
.sustainability__desc--3 p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .sustainability__desc--3 p {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability__desc--4 {
    margin-left: -40px;
    width: 290px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__desc--4 {
    margin-left: -90px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 15px;
    width: 250px;
  }
}
.sustainability__desc--4 p {
  font-size: 14px;
}
.sustainability__desc--5 h3 span {
  font-size: 20px;
  font-weight: 400;
}
.sustainability__desc--5 h2 {
  color: #fff;
  font-family: "Zooja", "Calibri", "sans-serif";
  font-size: 60px;
  font-weight: 400;
  line-height: 0.3em;
  margin: 25px 0 30px;
}
@media screen and (max-width: 500px) {
  .sustainability__desc--5 h2 {
    font-size: 50px;
    margin: 20px 0;
  }
}
.sustainability__desc--5 b {
  color: #fff;
  line-height: 1.4em;
}
.sustainability__desc--6 h3 {
  max-width: 290px !important;
}
.sustainability__desc--6 h3:last-child {
  max-width: 150px !important;
}
@media screen and (max-width: 550px) {
  .sustainability__desc--6 h3:last-child {
    max-width: 130px !important;
  }
}
@media screen and (max-width: 550px) {
  .sustainability__desc--6 h3:last-child {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 1024px) {
  .sustainability__desc--6 h3 {
    max-width: 270px !important;
  }
}
@media screen and (max-width: 550px) {
  .sustainability__desc--6 h3 {
    margin: 0 auto 20px !important;
    max-width: 295px !important;
  }
}
.sustainability__desc--6 h3 span {
  font-weight: 400;
}
.sustainability__desc h3 {
  color: #E2E103;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .sustainability__desc h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .sustainability__desc h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability__desc h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__desc h3 {
    font-size: 18px;
  }
}
.sustainability__desc p {
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (max-width: 550px) {
  .sustainability__desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability__desc p {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__desc p {
    font-size: 14px;
  }
}
.sustainability__desc small {
  color: #EDEDED;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .sustainability__desc small {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__desc small {
    font-size: 12px;
  }
}
.sustainability__icons {
  margin: 30px 0 0 10px;
}
@media screen and (max-width: 500px) {
  .sustainability__icons {
    margin-top: 20px;
  }
}
.sustainability__icons img {
  height: 50px;
  object-fit: contain;
  margin: 10px;
  width: 50px;
}
@media screen and (max-width: 500px) {
  .sustainability__icons img {
    height: 40px;
    margin: 5px;
    width: 40px;
  }
}
.sustainability__item {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .sustainability__item {
    margin: 7px 0;
  }
}
.sustainability__item img {
  margin: -5px 15px 5px 0;
  width: 30px;
}
@media screen and (max-width: 500px) {
  .sustainability__item img {
    width: 23px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__item img {
    width: 27px;
  }
}
.sustainability__item small {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .sustainability__item small {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .sustainability__item small {
    font-size: 12px;
  }
}
.sustainability__image {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 3;
}
.sustainability__image img {
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sustainability__image {
    bottom: 100px;
    top: auto;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image {
    bottom: 70px;
  }
}
@media screen and (max-width: 550px) {
  .sustainability__image {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--1 {
    bottom: 100px;
  }
}
.sustainability__image--1 img {
  height: 650px;
  width: 650px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--1 img {
    height: 490px;
    width: 490px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--1 img {
    height: 250px;
    width: 250px;
  }
}
.sustainability__image--1::before {
  background: #E2E103;
  bottom: -70px;
  height: 470px;
  left: -70px;
  width: 470px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--1::before {
    bottom: 50px;
    left: -50px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--1::before {
    bottom: 130px;
    left: -20px;
  }
}
.sustainability__image--2 {
  right: 100px;
  top: 10px;
}
@media screen and (max-width: 960px) {
  .sustainability__image--2 {
    right: 20px;
    top: 110px;
  }
}
.sustainability__image--2 img {
  height: 670px;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--2 img {
    height: 500px;
    width: 450px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--2 img {
    height: 280px;
    width: 240px;
  }
}
.sustainability__image--2:before {
  background: #9FC73A;
  height: 370px;
  right: -100px;
  top: 20px;
  width: 370px;
}
@media screen and (max-width: 960px) {
  .sustainability__image--2:before {
    left: 60px;
    top: -30px;
  }
}
.sustainability__image--3 {
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .sustainability__image--3 {
    bottom: 260px;
  }
}
.sustainability__image--3 img {
  height: 600px;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--3 img {
    height: 470px;
    width: 470px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--3 img {
    height: 300px;
    width: 300px;
  }
}
.sustainability__image--3::before {
  background: url(../images/fluff-branco.png) no-repeat;
  background-size: contain;
  border-radius: 0 !important;
  bottom: -120px;
  height: 350px;
  left: -150px;
  width: 350px;
  z-index: 1 !important;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--3::before {
    bottom: -50px;
    left: -80px;
    height: 250px;
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--3::before {
    bottom: -50px !important;
    left: 10px !important;
    height: 170px !important;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--4 {
    bottom: 150px;
  }
}
.sustainability__image--4 img {
  height: 650px;
  width: 650px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--4 img {
    height: 480px;
    width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--4 img {
    height: 250px;
    width: 250px;
  }
}
.sustainability__image--4::before {
  background: #CED8B9;
  bottom: -70px;
  height: 470px;
  left: -70px;
  width: 470px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--4::before {
    bottom: -10px;
    left: -60px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--4::before {
    bottom: 130px;
    left: -30px;
  }
}
.sustainability__image--5 {
  right: 100px;
}
@media screen and (max-width: 960px) {
  .sustainability__image--5 {
    bottom: 110px;
    right: 60px;
  }
}
.sustainability__image--5 img {
  height: 700px;
  width: 620px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--5 img {
    height: 500px;
    width: 440px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--5 img {
    height: 220px;
    width: 200px;
  }
}
.sustainability__image--5:before {
  background: #9FC73A;
  height: 600px;
  left: 130px;
  top: 0;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--5:before {
    left: 290px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--5:before {
    height: 180px;
    left: 30px;
    top: -30px;
    width: 180px;
  }
}
.sustainability__image--6 {
  top: 150px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--6 {
    right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--6 {
    right: 20px !important;
  }
}
.sustainability__image--6 img, .sustainability__image--6 video {
  width: 700px;
}
@media screen and (max-width: 1024px) {
  .sustainability__image--6 img, .sustainability__image--6 video {
    width: 530px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--6 img, .sustainability__image--6 video {
    margin-top: -80px;
    width: 350px;
  }
}
.sustainability__image--6:before {
  background-image: linear-gradient(270deg, transparent, #00B74F);
  border-radius: 0 !important;
  height: 100%;
  left: 0;
  top: -1px;
  width: 230px;
  z-index: 1 !important;
}
@media screen and (min-width: 1600px) {
  .sustainability__image--6:before {
    left: -5px;
    top: -1px;
  }
}
@media screen and (max-width: 1024px) {
  .sustainability__image--6:before {
    left: -5px;
    top: -1px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image--6:before {
    left: 0;
    top: -81px;
  }
}
.sustainability__image::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sustainability__image::before {
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .sustainability__image::before {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .sustainability__image::before {
    bottom: -30px;
    height: 150px;
    width: 150px;
  }
}
.sustainability__btn {
  border-color: #fff;
  color: #fff;
  margin: 20px;
  max-width: 240px !important;
  width: 100% !important;
}
.sustainability__btn:hover {
  background: #fff;
  color: #00B74F;
  opacity: 1;
}
@media screen and (max-width: 550px) {
  .sustainability__btn {
    left: 50%;
    margin: 20px auto;
    position: relative;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 758px) {
  .sustainability__btn {
    font-size: 16px;
    max-width: 200px !important;
    width: 100% !important;
  }
}

#swiper-sustainability .swiper-button-next, #swiper-sustainability .swiper-button-prev {
  border-radius: 100%;
  bottom: 15%;
  color: #00B74F !important;
  outline: none !important;
  height: 33px;
  top: auto;
  transition: opacity 0.5s ease-in-out;
  width: 33px;
}
@media screen and (max-width: 1024px) {
  #swiper-sustainability .swiper-button-next, #swiper-sustainability .swiper-button-prev {
    bottom: 12%;
  }
}
#swiper-sustainability .swiper-button-next:hover, #swiper-sustainability .swiper-button-prev:hover {
  opacity: 0.8;
}
#swiper-sustainability .swiper-button-prev {
  background: #fff;
  left: 20%;
}
@media screen and (max-width: 1024px) {
  #swiper-sustainability .swiper-button-prev {
    left: 20%;
  }
}
@media screen and (max-width: 960px) {
  #swiper-sustainability .swiper-button-prev {
    left: 27%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-sustainability .swiper-button-prev {
    left: 40%;
  }
}
#swiper-sustainability .swiper-button-next {
  background: #fff;
  left: 25%;
}
#swiper-sustainability .swiper-button-next:hover {
  animation: none;
}
@media screen and (max-width: 1024px) {
  #swiper-sustainability .swiper-button-next {
    left: 26%;
  }
}
@media screen and (max-width: 960px) {
  #swiper-sustainability .swiper-button-next {
    left: 36%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-sustainability .swiper-button-next {
    left: 53%;
  }
}

@keyframes pulse-sustainability {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.meet {
  margin: 30px auto;
  padding-top: 200px;
}
.meet__header {
  align-items: flex-start;
  direction: initial;
  display: flex;
  justify-content: flex-start;
  margin: 30px auto 20px;
  max-width: 1100px;
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .meet__header {
    margin: 30px 50px 20px;
  }
}
@media screen and (max-width: 550px) {
  .meet__header {
    flex-direction: column;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .meet__header {
    margin: 0 20px 20px;
  }
}
.meet__navigation {
  margin-right: 10%;
  width: 25%;
}
@media screen and (max-width: 550px) {
  .meet__navigation {
    width: 50%;
  }
}
.meet__navigation h2 {
  color: #F0FAFA;
  font-size: 65px;
  font-weight: 500;
}
.meet__progress {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.meet__progress h5 {
  color: #00B74F;
  font-weight: 600;
}
.meet__progress h5:last-child {
  color: #CED8B9;
}
.meet__progress-bar {
  background: #F0FAFA;
  border: 1px solid #F0FAFA;
  border-radius: 5px;
  height: 1px;
  position: relative;
  width: 60%;
}
.meet__progress-bar:after {
  background: #00B74F;
  border: 1px solid #00B74F;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
}
.meet__progress-bar--1:after {
  width: 33.3%;
}
.meet__progress-bar--2:after {
  width: 66.6%;
}
.meet__progress-bar--3:after {
  width: 100%;
}
.meet__desc {
  width: 65%;
}
@media screen and (max-width: 550px) {
  .meet__desc {
    width: 100%;
  }
}
.meet__desc h3 {
  margin: 0 0 20px;
}
@media screen and (max-width: 550px) {
  .meet__desc h3 {
    margin: 10px 0 20px;
  }
}
.meet__desc h5 {
  color: #00B74F;
  font-weight: 600;
  margin: -10px 0 0;
  max-width: 570px;
}
.meet__desc p {
  max-width: 580px;
}
.meet__desc ul {
  padding: 0 15px;
}
.meet__desc ul li {
  list-style: "- ";
  margin: 5px 0;
  padding-left: 5px;
}
.meet__btns {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 550px) {
  .meet__btns {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .meet__btns a {
    max-width: 140px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 550px) {
  .meet__btns button {
    max-width: 140px;
  }
}
.meet__btns button, .meet__btns a {
  font-size: 16px;
  margin-right: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .meet__btns button, .meet__btns a {
    font-size: 14px;
    margin: 20px 10px 20px 0;
  }
}
.meet__video {
  margin-top: 40px;
  text-align: right;
}
.meet__video h5 {
  bottom: 10px;
  color: #00B74F;
  font-size: 35px;
  left: 70px;
  max-width: 450px;
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .meet__video h5 {
    bottom: -10px;
    left: 15%;
  }
}
@media screen and (max-width: 550px) {
  .meet__video h5 {
    font-size: 24px;
    max-width: 250px;
  }
}
.meet__video video {
  left: 0;
  top: 0;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .meet__video video {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .meet__video {
    margin-top: 0;
  }
}
.meet__video img {
  max-width: 1150px;
}
@media screen and (max-width: 1024px) {
  .meet__video img {
    width: 100%;
  }
}

#swiper-meet .swiper-button-next, #swiper-meet .swiper-button-prev {
  border-radius: 100%;
  background: #00B74F;
  color: #fff !important;
  outline: none !important;
  height: 33px;
  top: 67%;
  transition: opacity 0.5s ease-in-out;
  width: 33px;
}
#swiper-meet .swiper-button-next:hover, #swiper-meet .swiper-button-prev:hover {
  opacity: 0.8;
}
@media screen and (max-width: 550px) {
  #swiper-meet .swiper-button-next, #swiper-meet .swiper-button-prev {
    top: 33%;
  }
}
#swiper-meet .swiper-button-prev {
  left: 10%;
}
@media screen and (min-width: 1500px) {
  #swiper-meet .swiper-button-prev {
    left: 13%;
  }
}
@media screen and (min-width: 1700px) {
  #swiper-meet .swiper-button-prev {
    left: 18%;
  }
}
@media screen and (min-width: 1900px) {
  #swiper-meet .swiper-button-prev {
    left: 21%;
  }
}
@media screen and (max-width: 1130px) {
  #swiper-meet .swiper-button-prev {
    left: 5%;
  }
}
@media screen and (max-width: 960px) {
  #swiper-meet .swiper-button-prev {
    left: 6%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-meet .swiper-button-prev {
    left: 9%;
  }
}
@media screen and (max-width: 500px) {
  #swiper-meet .swiper-button-prev {
    left: 4%;
  }
}
#swiper-meet .swiper-button-next {
  left: 15%;
}
#swiper-meet .swiper-button-next:hover {
  animation: none;
}
@media screen and (min-width: 1500px) {
  #swiper-meet .swiper-button-next {
    left: 18%;
  }
}
@media screen and (min-width: 1700px) {
  #swiper-meet .swiper-button-next {
    left: 22%;
  }
}
@media screen and (min-width: 1900px) {
  #swiper-meet .swiper-button-next {
    left: 25%;
  }
}
@media screen and (max-width: 1130px) {
  #swiper-meet .swiper-button-next {
    left: 13%;
  }
}
@media screen and (max-width: 960px) {
  #swiper-meet .swiper-button-next {
    left: 15%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-meet .swiper-button-next {
    left: 21%;
  }
}
@media screen and (max-width: 500px) {
  #swiper-meet .swiper-button-next {
    left: 20%;
  }
}

@keyframes pulse-meet {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 156, 69, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 156, 69, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 156, 69, 0);
  }
}
.more {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
@media screen and (max-width: 1130px) {
  .more {
    flex-direction: column;
    padding: 15px 50px 15px 10px;
  }
}
@media screen and (max-width: 960px) {
  .more {
    padding-right: 100px;
  }
}
@media screen and (max-width: 550px) {
  .more {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .more {
    padding-right: 20px;
  }
}
.more__desc {
  max-width: 250px;
}
@media screen and (max-width: 1130px) {
  .more__desc {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .more__desc p {
    margin: -10px 0 20px;
  }
}
@media screen and (max-width: 550px) {
  .more__desc a {
    font-size: 16px;
    padding: 13px 25px;
  }
}
.more__content {
  margin-left: 40px;
}
@media screen and (max-width: 1130px) {
  .more__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .more__content {
    overflow-y: auto;
    max-height: 80vh;
  }
}
.more__item {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1130px) {
  .more__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .more__item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.more__item:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1130px) {
  .more__item:first-child {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 550px) {
  .more__item:first-child {
    margin-bottom: 30px;
  }
}
.more__item:first-child .more__image img:first-child {
  margin: -10px 0;
}
@media screen and (max-width: 550px) {
  .more__item:last-child {
    padding-bottom: 120px;
  }
}
.more__item:last-child .more__image img {
  margin: 0 -25px 0 35px;
  max-width: 270px;
}
@media screen and (max-width: 1130px) {
  .more__item:last-child .more__image img {
    margin: 0 15px 0 35px;
  }
}
.more__image {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .more__image {
    margin-bottom: 30px;
  }
}
.more__image img {
  object-fit: cover;
  max-width: 280px;
}
.more__text {
  max-width: 65%;
}
@media screen and (max-width: 550px) {
  .more__text {
    max-width: 95%;
  }
}
.more__text h5 {
  color: #00B74F;
  font-weight: 600;
  margin: 0;
  max-width: 100%;
}
.more__text p {
  line-height: 1.4em;
}
.more__text--first {
  margin-top: 40px;
}
.more__text--last {
  margin-top: 20px;
}

.attest {
  background: #E2E103;
  margin: -450px 0 -370px;
  padding: 470px 0 400px;
}
@media screen and (max-width: 960px) {
  .attest {
    margin: -150px 0 -370px;
    padding: 170px 0 400px;
  }
}
@media screen and (max-width: 500px) {
  .attest {
    margin-bottom: -330px;
    padding-bottom: 370px;
  }
}
.attest__content {
  border-bottom: 1px solid #BBD4F7;
  border-top: 1px solid #BBD4F7;
  margin: 20px auto;
  max-width: 700px;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 550px) {
  .attest__content {
    padding: 30px 20px 50px 0;
  }
}
.attest__author {
  align-items: center;
  display: flex;
  margin-left: 120px;
}
@media screen and (max-width: 500px) {
  .attest__author {
    margin-left: 30px;
  }
}
.attest__author img {
  margin-right: 10px;
  width: 50px;
}
.attest__author-text {
  color: #004B4D;
  font-size: 14px;
  font-weight: 600;
}
.attest__author-text span {
  font-weight: 500;
}
.attest blockquote {
  margin: 0 40px 20px;
}
@media screen and (max-width: 500px) {
  .attest blockquote {
    margin: 0 20px 20px 30px;
  }
}

#swiper-attest .swiper-button-next, #swiper-attest .swiper-button-prev {
  bottom: 0 !important;
  color: #B6B507 !important;
  outline: none !important;
  top: auto !important;
}
#swiper-attest .swiper-button-prev {
  left: 85% !important;
  right: auto !important;
}
@media screen and (max-width: 500px) {
  #swiper-attest .swiper-button-prev {
    left: 80% !important;
  }
}

.article {
  margin: 30px auto;
  max-width: 1000px;
}
.article__header {
  margin: 30px auto;
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .article__header {
    margin: 30px 20px;
  }
}
.article__header p, .article__header b {
  font-size: 20px;
}
.article__tab {
  display: flex;
  justify-content: center;
  margin: 60px 0 20px;
}
@media screen and (max-width: 500px) {
  .article__tab {
    margin-top: 50px;
  }
}
.article__tab button {
  background: transparent;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin: 0 40px;
  padding: 0 0 15px 0;
  transition: all 0.5s ease-in-out;
  width: auto;
}
@media screen and (max-width: 500px) {
  .article__tab button {
    font-size: 14px;
    margin: 0 25px;
  }
}
.article__tab button.is-active {
  border-color: #00B74F;
  color: #00B74F;
}
.article__content {
  height: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 0;
  z-index: -5;
}
.article__content.is-active {
  height: 100%;
  opacity: 1;
  width: 100%;
  z-index: 2;
}
.article__container {
  margin-bottom: 100px;
  max-height: 625px;
}
@media screen and (max-width: 550px) {
  .article__container {
    max-height: 460px;
  }
}
@media screen and (max-width: 500px) {
  .article__container {
    max-height: 705px;
  }
}
.article__box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .article__box {
    flex-wrap: wrap;
  }
}
.article__item {
  background: #00B74F;
  color: #fff;
  height: 240px;
  margin: 1%;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .article__item {
    height: 180px;
    padding: 5px 10px;
  }
}
.article__item--left {
  height: 553px;
  margin-top: 0.7%;
  width: 25%;
}
@media screen and (max-width: 550px) {
  .article__item--left {
    height: 377px;
    margin-top: 0.7%;
    width: 28%;
  }
}
@media screen and (max-width: 500px) {
  .article__item--left {
    height: 180px;
    width: 100%;
  }
}
.article__item--right {
  width: 67%;
}
@media screen and (max-width: 500px) {
  .article__item--right {
    width: 100%;
  }
}
.article__item--small {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .article__item--small {
    height: 143px;
  }
} 


@media screen and (max-width: 500px) {
  .article__desc {
    bottom: 15px;
  }
}
.article__desc h4, .article__desc h6 {
  margin: 0;
}
.article__desc h4 {
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .article__desc h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .article__desc h4 {
    font-size: 14px;
  }
}
.article__desc h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .article__desc h6 {
    font-size: 11px;
  }
}
.article__more a {
  color: #E2E103;
  position: relative;
}
@media screen and (max-width: 550px) {
  .article__more a {
    font-size: 12px;
  }
}
.article__more a::after {
  background: url(../icons/right-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  position: absolute;
  right: -35px;
  top: 1px;
  width: 17px;
}
@media screen and (max-width: 550px) {
  .article__more a::after {
    height: 12px;
    right: -25px;
    width: 13px;
  }
}
.article__progress {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 120px 0 auto;
  max-width: 230px;
}
.article__progress h5 {
  color: #00B74F;
  font-weight: 600;
}
.article__progress h5:last-child {
  color: #CED8B9;
}
.article__progress-bar {
  background: #F0FAFA;
  border: 1px solid #F0FAFA;
  border-radius: 5px;
  height: 1px;
  position: relative;
  width: 60%;
}
.article__progress-bar:after {
  background: #00B74F;
  border: 1px solid #00B74F;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
}
.article__progress-bar--1:after {
  width: 25%;
}
.article__progress-bar--2:after {
  width: 50%;
}
.article__progress-bar--3:after {
  width: 75%;
}
.article__progress-bar--4:after {
  width: 100%;
}
.article__interna {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .article__interna {
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .article__interna {
    display: block;
  }
}
.article__interna img {
  max-width: 330px;
}
@media screen and (max-width: 960px) {
  .article__interna img {
    max-width: 250px;
  }
}
@media screen and (max-width: 550px) {
  .article__interna img {
    max-width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .article__interna img {
    height: 250px;
    margin-bottom: 20px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.article__interna-desc {
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .article__interna-desc {
    padding: 0 10px 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .article__interna-desc {
    padding: 0 20px;
  }
}
.article__interna-desc h1 {
  color: #00B74F;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 33px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .article__interna-desc h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .article__interna-desc h1 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .article__interna-desc h1 {
    font-size: 20px;
    margin: 10px 0 25px;
    max-width: 100%;
  }
}
.article__interna-tag {
  background: #fff;
  border-radius: 40px;
  color: #00B74F;
  font-size: 14px;
  font-weight: 600;
  margin: -10px 0 10px;
  padding: 5px 20px;
  width: fit-content;
}
.article__interna-text {
  color: #595959;
  margin-top: 30px;
  max-height: 330px;
  padding-right: 10px;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  .article__interna-text {
    max-height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .article__interna-text {
    max-height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .article__interna-text {
    max-height: 200px;
  }
}
.article__interna-text p {
  line-height: 1.4em;
  margin-bottom: 20px;
}

.page-article {
  background: #E2E103;
}
.page-article .article {
  padding: 60px 0 30px;
}
.page-article .footer {
  border-color: #00B74F;
}

#midia-content .article__item {
  background: #004296;
}

#swiper-last-article .swiper-button-next, #swiper-last-article .swiper-button-prev, #swiper-midia-article .swiper-button-next, #swiper-midia-article .swiper-button-prev {
  color: #00B74F !important;
  outline: none !important;
}
#swiper-last-article .swiper-button-prev, #swiper-midia-article .swiper-button-prev {
  left: 90% !important;
  margin-top: 10px;
  right: auto !important;
  top: 89%;
}
@media screen and (max-width: 960px) {
  #swiper-last-article .swiper-button-prev, #swiper-midia-article .swiper-button-prev {
    margin-top: 13px;
    top: 87%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-last-article .swiper-button-prev, #swiper-midia-article .swiper-button-prev {
    left: 83% !important;
    margin-top: 13px;
    top: 71%;
  }
}
@media screen and (max-width: 500px) {
  #swiper-last-article .swiper-button-prev, #swiper-midia-article .swiper-button-prev {
    left: 78% !important;
    margin-top: 10px;
    top: 89%;
  }
}
#swiper-last-article .swiper-button-next, #swiper-midia-article .swiper-button-next {
  left: 96% !important;
  margin-top: 10px;
  right: auto !important;
  top: 89%;
}
@media screen and (max-width: 960px) {
  #swiper-last-article .swiper-button-next, #swiper-midia-article .swiper-button-next {
    margin-top: 13px;
    top: 87%;
  }
}
@media screen and (max-width: 550px) {
  #swiper-last-article .swiper-button-next, #swiper-midia-article .swiper-button-next {
    left: 93% !important;
    margin-top: 13px;
    top: 71%;
  }
}
@media screen and (max-width: 500px) {
  #swiper-last-article .swiper-button-next, #swiper-midia-article .swiper-button-next {
    left: 89% !important;
    margin-top: 10px;
    top: 89%;
  }
}

.newsletter {
  margin: 50px auto;
  text-align: center;
}
.newsletter span {
  color: #00B74F;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.newsletter h3 {
  color: #00B74F;
  font-size: 34px;
  font-weight: 600;
  margin: 10px auto 25px;
  max-width: 430px;
}
@media screen and (max-width: 500px) {
  .newsletter h3 {
    font-size: 26px;
    max-width: 270px;
  }
}
.newsletter input {
  background: transparent;
  border: 1px solid #00B74F;
  font-weight: 400;
  margin-right: 5px;
  opacity: 0.7;
}
.newsletter button {
  width: 130px;
}

#contact{
  padding-top: 50px;
}

.contact {
  align-items: center;
  background: #E2E103;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 100px 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact {
    max-width: 800px;
    padding: 90px 80px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 90px 40px 80px;
  }
}
@media screen and (max-width: 960px) {
  .contact {
    max-width: 630px;
    padding: 60px 40px 60px;
  }
}
@media screen and (max-width: 758px) {
  .contact {
    max-width: 530px;
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact {
    display: block;
    max-width: 300px;
    padding: 40px;
  }
}
.contact::before {
  border: 1px solid #fff;
  border-radius: 20px;
  content: "";
  height: 88%;
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  width: 97%;
}
@media screen and (max-width: 758px) {
  .contact::before {
    height: 85%;
    left: 12px;
    top: 12px;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .contact::before {
    height: 90%;
    left: 13px;
    top: 13px;
    width: 93%;
  }
}
@media screen and (max-width: 1024px) {
  .contact__desc {
    width: 55%;
  }
}
@media screen and (max-width: 758px) {
  .contact__desc {
    width: 57%;
  }
}
@media screen and (max-width: 500px) {
  .contact__desc {
    width: 100%;
  }
}
.contact h5 {
  color: #004296;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  max-width: 500px;
  text-transform: uppercase;
}
@media screen and (max-width: 758px) {
  .contact h5 {
    font-size: 16px;
  }
}
.contact h5 span {
  font-weight: 400;
}
.contact small {
  color: #004296;
}
@media screen and (max-width: 758px) {
  .contact small {
    font-size: 12px;
  }
}
.contact__info {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .contact__info {
    margin-top: 30px;
    text-align: center;
  }
}
.contact__info a {
  color: #004296;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 758px) {
  .contact__info a {
    font-size: 12px;
  }
}
.contact button {
  background: transparent;
  border: 1px solid #004296;
  color: #004296;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  width: 230px;
}
@media screen and (max-width: 758px) {
  .contact button {
    font-size: 12px;
    width: 190px;
  }
}
.contact button:hover {
  background: #004296;
  color: #fff;
}

.map {
  background: #00B74F;
  color: #fff;
  margin-top: -100px;
  padding: 100px 0 70px;
}
.map__desc {
  margin: 90px auto 70px;
  max-width: 680px;
}
@media screen and (max-width: 550px) {
  .map__desc {
    margin: 90px 20px 30px;
    max-width: 480px;
  }
}
.map__desc h3 {
  color: #fff;
  font-size: 35px;
  margin: 10px 0;
}
@media screen and (max-width: 550px) {
  .map__desc h3 {
    font-size: 25px;
  }
}
.map h5 {
  margin: 0;
  max-width: 650px;
}
.map__image {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .map__image {
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .map__image {
    max-width: 700px;
  }
}
@media screen and (max-width: 550px) {
  .map__image {
    max-width: 95%;
  }
}
.map__image img {
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .map__image img {
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .map__image img {
    max-width: 700px;
  }
}
@media screen and (max-width: 550px) {
  .map__image img {
    max-width: 95%;
  }
}
.map__image-text {
  bottom: -50px;
  position: absolute;
  right: 215px;
}
@media screen and (max-width: 1024px) {
  .map__image-text {
    right: 130px;
  }
}
@media screen and (max-width: 960px) {
  .map__image-text {
    right: 90px;
  }
}
@media screen and (max-width: 758px) {
  .map__image-text {
    right: 70px;
  }
}
.map__image-text h3 {
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .map__image-text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .map__image-text h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .map__image-text h3 {
    font-size: 14px;
  }
}
.map__pin {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .map__pin {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 960px) {
  .map__pin {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 550px) {
  .map__pin {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .map__pin {
    height: 20px;
    width: 20px;
  }
}
.map__pin--1 {
  left: 113px;
  top: 98px;
}
@media screen and (max-width: 1024px) {
  .map__pin--1 {
    left: 90px;
    top: 82px;
  }
}
@media screen and (max-width: 960px) {
  .map__pin--1 {
    left: 70px;
    top: 63px;
  }
}
@media screen and (max-width: 550px) {
  .map__pin--1 {
    left: 47px;
    top: 43px;
  }
}
@media screen and (max-width: 500px) {
  .map__pin--1 {
    left: 38px;
    top: 34px;
  }
}
@media screen and (max-width: 400px) {
  .map__pin--1 {
    left: 33px;
    top: 30px;
  }
}
.map__pin--2 {
  left: 509px;
  top: 58px;
}
@media screen and (max-width: 1024px) {
  .map__pin--2 {
    left: 414px;
    top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .map__pin--2 {
    left: 321px;
    top: 37px;
  }
}
@media screen and (max-width: 550px) {
  .map__pin--2 {
    left: 222px;
    top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .map__pin--2 {
    left: 172px;
    top: 22px;
  }
}
@media screen and (max-width: 400px) {
  .map__pin--2 {
    left: 155px;
    top: 17px;
  }
}
.map__pin--3 {
  right: 220px;
  top: 127px;
}
@media screen and (max-width: 1024px) {
  .map__pin--3 {
    right: 177px;
    top: 105px;
  }
}
@media screen and (max-width: 960px) {
  .map__pin--3 {
    right: 137px;
    top: 82px;
  }
}
@media screen and (max-width: 550px) {
  .map__pin--3 {
    right: 120px;
    top: 56px;
  }
}
@media screen and (max-width: 500px) {
  .map__pin--3 {
    right: 94px;
    top: 44px;
  }
}
@media screen and (max-width: 400px) {
  .map__pin--3 {
    right: 84px;
    top: 39px;
  }
}
.map__pin--4 {
  right: 78px;
  top: 117px;
}
@media screen and (max-width: 1024px) {
  .map__pin--4 {
    right: 61px;
    top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .map__pin--4 {
    right: 47px;
    top: 76px;
  }
}
@media screen and (max-width: 550px) {
  .map__pin--4 {
    right: 58px;
    top: 51px;
  }
}
@media screen and (max-width: 500px) {
  .map__pin--4 {
    right: 45px;
    top: 42px;
  }
}
@media screen and (max-width: 400px) {
  .map__pin--4 {
    right: 40px;
    top: 37px;
  }
}
.map__pin--5 {
  left: 250px;
  top: 333px;
}
@media screen and (max-width: 1024px) {
  .map__pin--5 {
    left: 202px;
    top: 275px;
  }
}
@media screen and (max-width: 960px) {
  .map__pin--5 {
    left: 157px;
    top: 213px;
  }
}
@media screen and (max-width: 550px) {
  .map__pin--5 {
    left: 108px;
    top: 149px;
  }
}
@media screen and (max-width: 500px) {
  .map__pin--5 {
    left: 84px;
    top: 115px;
  }
}
@media screen and (max-width: 400px) {
  .map__pin--5 {
    left: 75px;
    top: 102px;
  }
}

.talk {
  background: #00B74F;
  padding: 10px 0;
}
@media screen and (max-width: 550px) {
  .talk {
    margin-top: -50px;
  }
}
.talk__desc {
  margin: 90px auto 0;
  max-width: 780px;
}
@media screen and (max-width: 960px) {
  .talk__desc {
    max-width: 650px;
  }
}
@media screen and (max-width: 550px) {
  .talk__desc {
    margin: 90px 20px 0;
    max-width: 480px;
  }
}
.talk__desc h3 {
  color: #fff;
  font-size: 35px;
  line-height: 1.1em;
  margin: 10px 0;
}
@media screen and (max-width: 550px) {
  .talk__desc h3 {
    font-size: 25px;
  }
}
.talk__desc small {
  color: #fff;
  display: inline-block;
  line-height: 1.4em;
  margin: 10px 0 20px;
}
.form-contato form {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .form-contato form {
    margin: 0 auto !important;
    width: 85%;
  }
}
@media screen and (max-width: 550px) {
  .form-contato form {
    margin: 0 20px !important;
    width: 100%;
  }
}
.form-contato .gform_wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin: 10px auto;
  max-width: 780px !important;
}
.form-contato .gform_wrapper .gform_body.gform-body {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .form-contato .gform_wrapper .gform_body.gform-body {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .form-contato .gform_wrapper {
    justify-content: space-between;
    max-width: 650px;
  }
}
@media screen and (max-width: 550px) {
  .form-contato .gform_wrapper {
    margin: 10px auto;
    max-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .form-contato .gform_wrapper {
    max-width: 400px;
  }
}
.form-contato .gform_wrapper input {
  font-size: 14px;
  font-weight: 500;
  max-width: 100% !important;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .form-contato .gform_wrapper input {
    max-width: 260px;
  }
}
@media screen and (max-width: 550px) {
  .form-contato .gform_wrapper input {
    margin-bottom: 0 !important;
    padding: 13px 20px !important;
  }
}
.form-contato .gform_button {
  background: #E2E103;
  bottom: 70px;
  color: #00B74F;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transition: background .5s ease-in-out;
  width: 170px!important;
}

.form-contato .gform_wrapper input.button {
  width: 170px;
}


@media screen and (max-width: 550px) {
  .form-contato .gform_button {
    bottom: 20px;
  }
}
.form-contato .gform_button:hover {
  background: #b4b300;
  color: #00853b;
}
@media screen and (max-width: 550px) {
  .form-contato .gform_button {
    margin: 20px auto 0;
    
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
input#choice_1_8_1, input#choice_1_8_2 {
  left: 13px;
  width: 10px;
}
label#label_1_8_1, label#label_1_8_2 {
  margin: 15px 0 15px 50px;
  max-width: 380px;
}
@media screen and (max-width: 960px) {
  label#label_1_8_1, label#label_1_8_2 {
    max-width: 320px;
  }
}
@media screen and (max-width: 550px) {
  label#label_1_8_1, label#label_1_8_2 {
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  label#label_1_8_1, label#label_1_8_2 {
    max-width: 270px;
  }
}

.gform_wrapper .gfield_checkbox label {
  margin: 0px 0px 0px 60px !important;
}

.gform_wrapper .gfield-choice-input{
  left: 13px!important;
}

.swiper-container {
  position: relative;
}

.talk__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
  max-width: 740px;
}
@media screen and (max-width: 960px) {
  .talk__footer {
    max-width: 645px;
  }
}
@media screen and (max-width: 550px) {
  .talk__footer {
    display: block;
    margin: 30px auto 70px;
    max-width: 320px;
  }
}
.talk__footer-check {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .talk__footer-check {
    margin-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .talk__footer-check {
    width: 95%;
  }
}

.footer {
  background: #ECF2FE;
  border-bottom: 13px solid #E2E103;
  padding: 60px 0;
}
.footer p {
  font-size: 14px;
  margin: 0;
}
.footer__content {
  align-items: flex-start;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 960px) {
  .footer__content {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 630px;
  }
}
@media screen and (max-width: 550px) {
  .footer__content {
    justify-content: center;
    margin: 0 25px;
    max-width: 100%;
  }
}
.footer__item {
  width: 18%;
}
@media screen and (max-width: 960px) {
  .footer__item {
    margin-bottom: 40px;
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .footer__item {
    width: 100%;
  }
}
.footer__item h6 {
  color: #00B74F;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
}
.footer__item input {
  border: 1px solid #00B74F;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
  opacity: 0.7;
  padding: 15px 20px;
}
.footer__item button {
  font-size: 14px;
  margin-top: 15px;
  padding: 13px 0;
  width: 130px;
}
.footer__logo {
  display: inline-block;
}
.footer__logo--eucafluff {
  margin: 0 0 15px;
}
.footer__logo--suzano {
  margin: 20px 0 35px;
}
.footer__info {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.footer__info p {
  margin: 0;
}
.footer__info img {
  margin-right: 10px;
}
.footer__social img {
  margin: 0 10px 0 5px;
  width: 20px;
}
.footer__language img {
  margin-top: 15px;
  width: 35px;
}
.footer__language:nth-child(2) img {
  margin-top: 12px;
  width: 30px;
}

.menu__language:nth-child(2) img {
  margin-top: -3px!important;
  width: 30px!important;
}

.error__page {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 85vh;
  padding: 30px 0 50px;
}
.error__page-desc {
  max-width: 450px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .error__page-desc {
    max-width: 390px;
  }
}
@media screen and (max-width: 758px) {
  .error__page-desc {
    max-width: 300px;
  }
}
.error__page-desc h1 {
  color: #00B74F;
  font-size: 250px;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .error__page-desc h1 {
    font-size: 170px;
  }
}
@media screen and (max-width: 758px) {
  .error__page-desc h1 {
    font-size: 130px;
    max-width: 100%;
  }
}
.error__page-desc h3 {
  margin: 0;
}
.error__page-desc a {
  margin-top: 30px;
  text-transform: uppercase;
}
.error__page img {
  margin-left: -50px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .error__page img {
    width: 350px;
  }
}
@media screen and (max-width: 758px) {
  .error__page img {
    width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .error__page img {
    position: absolute;
    right: 0;
    top: 180px;
    width: 150px;
  }
}

.gfield_validation_message {
  background: none!important;
  border: none!important;
}

.footer__item .gform_footer {
  padding: 0!important;
  margin: 0!important;
}

.footer .button {
  background: #00B74F;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Suzano Sans", "Calibri", "sans-serif";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  padding: 11px 50px!important;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: auto;
}

.gform_validation_errors {
  max-width: 400px;
  margin: 0 auto;
}

.meet__progress {
  padding-top: 30px;
}



body {
  background-position: top center;
  background-repeat: no-repeat;
background-size:100%;
}

.wrapper, body {
  animation: none
}

.meet__navigation h2{
opacity:0
}


#meet, #sustainability{
position:relative
}

#swiper-meet .swiper-button-next, #swiper-meet .swiper-button-prev{
top:38%;
}

#wp-admin-bar-search{
display:none
}

.single .page-article .article {
margin-bottom: 0;
}

.article__more a::after {
  right: 0px;
}


.products__list {
  align-items: flex-start;
}

.products__item h5 {
min-height: 50px; 
}