@font-face {
  font-family: 'Suzano Display';
  src: url(../fonts/Suzano/SuzanoDisplay-Regular.ttf); }

@font-face {
  font-family: 'Suzano Text';
  src: url(../fonts/Suzano/SuzanoText-Regular.ttf); }

@font-face {
  font-family: 'Suzano Text Light';
  src: url(../fonts/Suzano/SuzanoText-Light.ttf); }

@font-face {
  font-family: 'Suzano Text Bold';
  src: url(../fonts/Suzano/SuzanoText-Bold.ttf); }

@font-face {
  font-family: 'Suzano Text Light';
  src: url(../fonts/Suzano/SuzanoText-Light.ttf); }

@font-face {
  font-family: 'Suzano Unicase';
  src: url(../fonts/Suzano/SuzanoUnicase-Regular.ttf); }

@font-face {
  font-family: 'Suzano Unicase Light';
  src: url(../fonts/Suzano/SuzanoUnicase-Light.ttf); }

@font-face {
  font-family: 'HossRound';
  src: url(../fonts/HossRound/HossRoundBetaG_Regular.otf) format('otf'),
  url('hossroundbetag_regular.woff2') format('woff2'),
  url('hossroundbetag_regular.woff') format('woff');
 }

@font-face {
  font-family: 'HossRound Medium';
  src: url(../fonts/HossRound/HossRoundBetaG_Medium.otf) format('otf'),
  url('hossroundbetag_medium.woff2') format('woff2'),
  url('hossroundbetag_medium.woff') format('woff');; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}  

body {
  background: #E5E5E5;
  color: #000;
  font-family: "Suzano Text", "Calibri", "sans-serif";
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  animation: scroll 80s linear infinite;
  background: url("../../assets/images/bg.jpg");
  background-position: center; }

ul {
  margin: 0;
  padding-left: 30px; }
  ul li {
    margin: 0 0 5px; }

.style section {
  margin: 30px auto; }

.style form {
  display: flex;
  flex-direction: column; }

.wrapper {
  margin: 0 auto;
  max-width: 1190px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      margin: 0 20px; } }

.flex--ct {
  display: flex;
  justify-content: center; }

.flex--sb {
  display: flex;
  justify-content: space-between; }

.flex--st {
  display: flex;
  justify-content: flex-start; }

.detach {
  display: inline-block;
  padding: 0 7px;
  width: fit-content; }
  .detach--bd3 {
    border: 3px solid #00B74F;
    border-radius: 40px; }
  .detach--bd5 {
    border: 5px solid #00B74F;
    border-radius: 40px; }
  .detach--bg {
    background: #00B74F; }

.hidden {
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: 0; }
  .hidden * {
    font-size: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
    z-index: -20; }

.available {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  width: 100%; }

.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; } }

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

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

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

.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; } }

.menu {
  background: #fff;
  width: 100vw;
  z-index: 8; }
  .menu__container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 20px 0; }
    @media screen and (max-width: 1024px) {
      .menu__container {
        width: 90%; } }
    @media screen and (max-width: 758px) {
      .menu__container {
        margin: 0 20px; } }
  .menu__logo {
    margin-left: 0; }
  .menu__link--email {
    color: #00B74F;
    font-size: 14px;
    text-transform: uppercase;
    transition: color .5s ease-in-out; }
    .menu__link--email:hover {
      color: #004296;
      opacity: 1; }
  .menu__burguer {
    border-width: 3px;
    margin-right: 0;
    width: 27px; }
    .menu__burguer:before, .menu__burguer:after {
      height: 3px;
      width: 27px; }
    .menu__burguer:after {
      bottom: 7px; }
  .menu__content {
    box-shadow: -5px 5px 15px -15px #9a9a9a;
    padding: 0 70px 0 50px;
    top: 75px; }
    .menu__content a {
      font-size: 10px;
      text-transform: uppercase; }
      .menu__content a:hover small {
        color: #004296; }
    .menu__content li {
      margin: 25px 0 30px; }
      .menu__content li a {
        font-size: 24px;
        font-family: "Suzano Unicase Light", "Calibri", "sans-serif";
        font-weight: 300; }
    .menu__content small {
      font-size: 10px;
      font-weight: 600;
      text-transform: none;
      transition: color .5s ease-in-out; }
    .menu__content nav {
      padding-bottom: 30px; }
  .menu__terms small {
    margin: 10px 0 5px; }
  .menu__languages {
    margin: 20px 0 10px; }
    .menu__languages small {
      margin: 10px 25px 5px 0;
      width: fit-content; }
  .menu__language {
    margin: 0 10px 0 0;
    width: auto !important; }
    .menu__language:nth-child(3) img {
      margin: -2px 0 2px !important; }
    .menu__language img {
      height: 24px;
      object-fit: contain;
      transition: opacity .5s ease-in-out;
      width: 30px; }
    .menu__language:hover img {
      opacity: .7; }

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

.footer {
  background: #E2E1DD;
  border: none;
  padding: 80px 0 50px; }
  .footer__content {
    margin: 0 auto 20px;
    max-width: 1230px; }
  .footer__links {
    width: 200px; }
    .footer__links-logo {
      margin-bottom: 30px; }
      .footer__links-logo img {
        object-fit: contain;
        width: 100%; }
    .footer__links-social {
      align-items: center;
      margin: 30px 0 0 3px;
      width: 160px; }
      .footer__links-social img {
        height: 30px;
        object-fit: contain;
        width: 27px; }
  .footer__info {
    display: block;
    margin: 15px 0 0 170px; }
    .footer__info h6 {
      color: #00B74F;
      font-size: 16px;
      /* font-family: "HossRound", "Calibri", "sans-serif"; */
      font-family: "Suzano Text", "Calibri", "sans-serif";
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 20px; }
    .footer__info-item {
      align-items: flex-start;
      margin: 25px 0 30px;
      max-width: 390px; }
      .footer__info-item img {
        height: 24px;
        object-fit: contain;
        width: 24px; }
      .footer__info-item p, .footer__info-item a {
        color: #3E4543;
        font-size: 16px;
        line-height: 1.5em; }
      .footer__info-item a {
        text-decoration: none;
        transition: color .5s ease-in-out; }
        .footer__info-item a:hover {
          color: #004296;
          opacity: 1; }
  .footer p {
    color: #3E4543;
    font-size: 16px;
    margin: auto;
    max-width: 1230px; }

.first {
  background: #E0FF01;
  margin-top: 30px;
  padding: 100px 80px 140px 0;
  position: relative; }
  .first::before {
    background: url(../images/general/banner-effect.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    content: '';
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 710px; }
  .first__scroll {
    margin: 40px auto 20px; }

.banner__desc {
  width: 50%; }
  .banner__desc h1 {
    color: #00B74F;
    /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 75px;
    line-height: 1em;
    margin: 30px 0;
    max-width: 550px;
    padding-bottom: 30px;
    position: relative;
    text-align: left; }
    .banner__desc h1::after {
      background: #00B74F;
      bottom: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 510px; }
  .banner__desc p {
    color: #3E4543;
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 20px;
    line-height: 1.5em;
    width: 620px; }

.banner__img {
  width: 45%; }
  .banner__img img {
    height: 440px;
    object-fit: contain;
    width: 440px; }

.eucafluff {
  background: #fff; }
  .eucafluff h3 {
    color: #00B74F;
    /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 54px;
    font-weight: 500;
    line-height: 1em;
    max-width: 100%; }

.products {
  background: #E2E1DD;
  padding: 100px 0; }
  .products__container {
    margin: auto;
    max-width: 1215px; }
  .products h3 {
    color: #00B74F;
    /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 56px;
    font-weight: 500;
    line-height: 1em;
    margin: 50px 0 20px;
    max-width: 950px;
    text-align: left; }
  .products p {
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 20px;
    margin: 0;
    max-width: 830px;
    text-align: left; }
  .products__item:before {
    display: none; }
  .products__item img {
    border-radius: 100%;
    height: 178px;
    object-fit: cover;
    width: 178px; }
  .products__item h5 {
    color: #393E3B;
    /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase; }
  .products__item p {
    align-items: center;
    display: flex;
    color: #595959;
    height: 95px;
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    margin: 0 auto;
    max-width: 170px;
    position: relative;
    text-align: center; }
    .products__item p:before, .products__item p:after {
      background: #000;
      content: '';
      height: .5px;
      left: 0;
      position: absolute;
      width: 100%; }
    .products__item p:before {
      top: 0; }
    .products__item p:after {
      bottom: 0; }

.meet__progress {
  padding-top: 0;
  padding-bottom: 0; }

.meet__desc h3 {
  color: #00B74F;
  /* font-family: "HossRound", "Calibri", "sans-serif"; */
  font-family: "Suzano Text", "Calibri", "sans-serif";
  font-size: 45px;
  font-weight: 500;
  line-height: 1em; }

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

.modal__desc h3 {
  color: #00B74F;
  font-family: "Suzano Unicase Light", "Calibri", "sans-serif";
  font-size: 45px;
  line-height: 1em; }

.modal__desc a {
  text-transform: uppercase; }

.contact {
  background: #393E3B;
  border-radius: 0;
  padding: 70px 90px 70px;
  width: 1195px; }
  .contact:before {
    display: none; }
  .contact h5 {
    color: #E0FF01;
    /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 30px 0;
    position: relative;
    max-width: 620px; }
    .contact h5:before, .contact h5:after {
      background: #E0FF01;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
    .contact h5:before {
      top: 0; }
    .contact h5:after {
      bottom: 0; }
  .contact .btn {
    background: #E0FF01;
    border-color: #E0FF01;
    color: #393E3B;
    /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    margin-top: 0 !important; }
    .contact .btn:hover {
      background: #393E3B;
      color: #E0FF01; }

.map {
  margin-top: 80px; }

.erro__content {
  align-items: center;
  min-height: 600px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 960px) {
    .erro__content {
      height: 720px; } }
  @media screen and (max-width: 500px) {
    .erro__content {
      height: 95vh;
      margin-top: -50px;
      padding-bottom: 70px; } }
  .erro__content::before, .erro__content::after {
    background: url(../../assets/images/general/indecisao.gif);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 420px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 745px; }
    @media screen and (max-width: 900px) {
      .erro__content::before, .erro__content::after {
        top: 58%;
        width: 600px; } }
  .erro__content::before {
    left: -27%; }
    @media (min-width: 1600px) {
      .erro__content::before {
        left: -20%; } }
    @media screen and (max-width: 1024px) {
      .erro__content::before {
        left: -37%; } }
    @media screen and (max-width: 960px) {
      .erro__content::before {
        left: -40%; } }
    @media screen and (max-width: 758px) {
      .erro__content::before {
        display: none; } }
  .erro__content::after {
    right: -27%; }
    @media (min-width: 1600px) {
      .erro__content::after {
        right: -20%; } }
    @media screen and (max-width: 1024px) {
      .erro__content::after {
        right: -37%; } }
    @media screen and (max-width: 960px) {
      .erro__content::after {
        right: -40%; } }
    @media screen and (max-width: 758px) {
      .erro__content::after {
        bottom: 0;
        height: 230px;
        right: -90px;
        top: auto;
        transform: none;
        width: 430px; } }

.erro__text {
  margin-right: -30px;
  text-align: center;
  width: 475px;
  z-index: 2; }
  .erro__text h1, .erro__text h3 {
    color: #00B74F;
    font-family: "Suzano Unicase Light", "Calibri", "sans-serif"; }
  .erro__text h1 {
    font-size: 250px;
    line-height: .8em;
    margin: 0 0 5px; }
  .erro__text h3 {
    font-size: 34px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-transform: uppercase; }
  .erro__text p {
    color: #595959;
    font-family: "Suzano Text", "Calibri", "sans-serif";
    font-size: 16px;
    line-height: 1.3em;
    margin: 0; }
  .erro__text a.btn {
    margin-top: 40px;
    padding: 18px 0 !important;
    text-transform: uppercase;
    width: 157px !important; }

.erro__image {
  height: 460px;
  width: 430px; }
  .erro__image img {
    height: 100%;
    object-fit: contain;
    width: 100%; }

.sustent {
  background: #00B74F;
  /* height: 1000px; */
  min-height: 1000px;
  position: relative; }
  .sustent:after {
    background: url(../images/general/sustent-effect.svg) no-repeat;
    bottom: 70px;
    content: '';
    height: 835px;
    position: absolute;
    right: -30px;
    transform: translate(50%, 50%);
    width: 835px;
    z-index: 5; }
  .sustent__content {
    align-items: center;
    position: relative; }
  .sustent__desc {
    padding: 0 70px 50px;
    width: calc(59% - 140px); }
    .sustent__desc h3 {
      color: #fff;
      /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
      font-size: 60px;
      font-weight: 500;
      margin: 0 0 40px;
      max-width: 570px; }
    .sustent__desc h4 {
      color: #E2E103;
      font-family: "Suzano Text Light", "Calibri", "sans-serif";
      font-size: 42px;
      font-weight: 100;
      margin: 0 0 20px;
      max-width: 550px; }
    .sustent__desc p {
      color: #fff;
      font-family: "Suzano Text", "Calibri", "sans-serif";
      font-size: 16px;
      font-weight: 500;
      line-height: 1.6em;
      margin: 25px 0;
      max-width: 550px; }
    .sustent__desc small {
      color: #fff;
      display: block;
      font-family: "Suzano Text", "Calibri", "sans-serif";
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4em;
      margin-top: 20px;
      max-width: 470px; }
  .sustent__navigation {
    bottom: 50px;
    left: 47%;
    position: absolute;
    transform: translateX(-50%); }
  .sustent__progress {
    align-items: flex-end;
    width: 140px; }
    @media screen and (max-width: 758px) {
      .sustent__progress {
        bottom: -70px;
        left: 50%;
        right: auto;
        transform: translateX(-50%); } }
    .sustent__progress h5 {
      color: #E2E103;
      /* font-family: "HossRound", "Calibri", "sans-serif"; */
    font-family: "Suzano Text", "Calibri", "sans-serif";
      font-size: 24px;
      font-weight: 500;
      margin: 0; }
      .sustent__progress h5:last-child {
        color: #fff; }
    .sustent__progress-bar {
      background: #fff;
      border: 1px solid #F0FAFA;
      border-radius: 5px;
      position: relative;
      bottom: 3px;
      left: 1px;
      width: 55px; }
      .sustent__progress-bar:after {
        background: #E2E103;
        border: 1px solid #E2E103;
        border-radius: 5px;
        bottom: -1px;
        content: '';
        left: -1px;
        position: absolute; }
      .sustent__progress-bar--1:after {
        width: 16.6%; }
      .sustent__progress-bar--2:after {
        width: 33.2%; }
      .sustent__progress-bar--3:after {
        width: 49.8%; }
      .sustent__progress-bar--4:after {
        width: 66.4%; }
      .sustent__progress-bar--5:after {
        width: 83%; }
      .sustent__progress-bar--6:after {
        width: 100%; }
  .sustent__icons {
    margin: 40px 10px 0 0; }
    @media screen and (max-width: 500px) {
      .sustent__icons {
        margin-top: 20px; } }
    .sustent__icons img {
      height: 50px;
      object-fit: contain;
      margin: 10px 20px 10px 0;
      width: 50px; }
      @media screen and (max-width: 500px) {
        .sustent__icons img {
          height: 40px;
          margin: 5px 10px 5px 0;
          width: 40px; } }
  .sustent__image {
    height: 100%;
    width: 41%; }
    .sustent__image img {
      height: 1000px;
      object-fit: cover;
      width: 100%; }
    .sustent__image::before {
      border-radius: 100%;
      content: "";
      position: absolute;
      z-index: -1; }
      @media screen and (max-width: 1024px) {
        .sustent__image::before {
          height: 300px;
          width: 300px; } }
      @media screen and (max-width: 960px) {
        .sustent__image::before {
          height: 200px;
          width: 200px; } }
      @media screen and (max-width: 550px) {
        .sustent__image::before {
          bottom: -30px;
          height: 150px;
          width: 150px; } }
  .sustent__list {
    margin-bottom: 30px; }
  .sustent__item {
    align-items: center; }
    .sustent__item img {
      height: 35px;
      object-fit: contain;
      width: 35px; }
    .sustent__item p {
      font-family: "Suzano Text Light", "Calibri", "sans-serif";
      line-height: 1.1em;
      margin: 25px 0 15px 25px;
      max-width: 440px; }

#swiper-sustent .swiper-button-next, #swiper-sustent .swiper-button-prev {
  background: #E2E103;
  border-radius: 100%;
  bottom: 50px;
  color: #00B74F !important;
  outline: none !important;
  height: 33px;
  top: auto;
  transition: opacity .5s ease-in-out;
  width: 33px; }
  #swiper-sustent .swiper-button-next:hover, #swiper-sustent .swiper-button-prev:hover {
    opacity: 0.8; }
  #swiper-sustent .swiper-button-next:after, #swiper-sustent .swiper-button-prev:after {
    text-shadow: 0 0 1px; }
  #swiper-sustent .swiper-button-next.swiper-button-disabled, #swiper-sustent .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }

#swiper-sustent .swiper-button-prev {
  left: 70px; }
  #swiper-sustent .swiper-button-prev:after {
    font-size: 14px !important;
    margin-right: 3px; }

#swiper-sustent .swiper-button-next {
  left: 120px; }
  #swiper-sustent .swiper-button-next:after {
    font-size: 14px !important;
    margin-left: 2px; }







/* Ajustes Heric Aparencia WP */
.banner__img img {
  width: 680px;
  height: auto;
}

#talk{
background:#fff;
color:#000;
padding-top:90px
}

#talk .gform_confirmation_message {
  font-size: 28px;
  text-align: center;
  margin: 120px auto;
}

.talk__desc {
  margin-top: 0;
}

#talk .talk__desc{
display:none
}

#talk .gfield .talk__desc{
display:block;
}

#talk .talk__desc a{
text-decoration:underline
}

#talk .talk__desc a:hover{
text-decoration:none
}

#talk .talk__desc h3{
color:#00B74F;
font-size:48px;
}

#talk .gfield_html,
#talk .gfield_html *,
#talk .gfield_label{
color:#000;
}

#talk .talk__desc small{
font-size:16px;
}

#talk input[type=text],
#talk input[type=email],
#talk input[type=tel]{
background:#fff;
color:#000;
border: 1px solid #E2E1DD;
font-size:16px;
border-radius:0!important;
margin:0!important;
  padding: 15px !important;	
}

#talk input:focus{
border-bottom-color:#00b74f;
box-shadow: inset #00b74f 0px -3px;
}

#talk input[type=submit]:focus{
  box-shadow:none!important;
}

#talk .hidden_label input::placeholder{	
color:#3E4543;
}


#talk input::placeholder{	
color: #15143966;
}

#talk select{
  font-family: 'Suzano Text';
-webkit-appearance: none;
appearance: none;
background:#fff;
color: #3E4543;
border: 1px solid #E2E1DD;
font-size:16px;
border-radius:0!important;
margin:0!important;	
padding: 15px !important;	
}

#talk .ginput_container_select{
position:relative;
}

#talk .ginput_container_select:after{
content:"";
display:block;
width:8px;
height:8px;
border-right:2px solid #000;
border-bottom:2px solid #000;
transform:rotate(45deg);
position:absolute;
top:17px;
right:18px;
pointer-events:none;
}

#talk .form-checkbox .gfield_checkbox{
   display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

#talk .form-checkbox .gfield_checkbox .gchoice{
  width:33%; 
}

#talk .gfield_checkbox .gchoice{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-right:10px
}

#talk .gform_wrapper .gfield-choice-input{
left:0!important;
}

#talk .gfield_checkbox input{
  -webkit-appearance: none;
appearance: none;
}

#talk .gfield_checkbox label{
color:#000;
margin: 0 0 0 10px!important;
cursor:pointer
}

#talk .gfield_checkbox .gchoice input{
width:50px!important;
height:40px
}

#talk .gfield_checkbox .gchoice input[type=checkbox]:after{
left:0;
top:0;
border:2px solid #000
}

#talk .gfield_checkbox .gchoice input[type=checkbox]:checked:after,
#talk .gfield_checkbox .gchoice input[type=checkbox]:checked:hover:after{
border-color: #00b74f;
background-position:center!important
}

#talk .gfield_checkbox .gchoice input[type=checkbox]:hover:after{
border-color:#E2E1DD;
}

#talk .gfield_checkbox .gchoice input[type=checkbox]:not(:checked):after{
background-image:none!important;
background-color:#fff
}

#talk .gfield_checkbox input:focus{
box-shadow:none!important;
}

#talk .form-subtitle{
margin-top:30px;
margin-bottom:20px;
}

#talk .form-subtitle legend,
#talk h4{
  /* font-family: "HossRound", "Calibri", "sans-serif"; */
  font-family: "Suzano Text", "Calibri", "sans-serif";	
  font-size: 24px;
  margin:20px 0 0;
}


#talk .form-subtitle legend{
margin-bottom:20px
}


#talk  label.gfield_label{
margin-left:0!important;
font-size:14px
}

#talk .gfield_required{
display:none;
}

.form-pais {
grid-column: span 3!important;
}

.form-cidade {
grid-column: span 5!important;
}


.gfield_validation_message {
  padding: 0!important;
  font-size: 13px!important;
}

#talk .gfield_error input {
  border-bottom-color: #c02b0a;
}

#talk .form-contato .gform_button{
background:#00B74F;
color: #E0FF01;
font-size:20px;
padding:30px 10px!important;
width:240px!important;
transition: all .4s ease
}

#talk .form-contato .gform_button:hover{
background: #E0FF01;
color:#00B74F;
}

@media screen and (max-width: 758px) {
  .form-pais,
  .form-cidade {
      grid-column: span 12!important;
  }

  #talk .form-checkbox .gfield_checkbox .gchoice{
    width:100%;
    margin-bottom:10px
  }

    #talk .gfield_checkbox .gchoice{
    margin-bottom:20px
  }

  .gfield input.medium{
    width:100%!important
  }

  #talk .form-subtitle legend, #talk h4 {
    font-size: 18px;
  }

  #talk .gfield_checkbox label {
    font-size: 14px;
  }

  .form-contato .gform_wrapper input.button,
  .gform_footer{
    width:100%;
    min-width:100%;
  }

  .form-contato .gform_wrapper .gform_body.gform-body{
    margin-bottom:0;
  }

  #talk .form-contato .gform_button{
    font-size:18px;
    padding:10px!important;
    width:80%!important;
  }
}

#page-content{
margin-bottom:150px
}

#page-content h1,
.page-article h1{
  font-family: 'HossRound Medium';
  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0em;
  text-align:left;
  max-width:80%;
  margin:150px 0 50px;
  padding:0
}

.page-article h1{
  color:#00B74F;
  text-transform:uppercase;
  font-size:34px
}

#page-content,
#page-content p,
#page-content h2,
#page-content h3,
#page-content h4,
#page-content h5{
  font-size:18px;
  line-height:150%;
  color: #3E4543;
}

#page-content h2,
#page-content h3,
#page-content h4,
#page-content h5,
.page-article h2,
.page-article h3,
.page-article h4,
.page-article h5{
  font-weight:700;
  margin-top:50px;
  font-family: 'HossRound Medium';
  max-width:100%;
}

#page-content h2,
.page-article h2{
font-size:22px;
}

#page-content h3,
.page-article h3{
font-size:20px;
}

#page-content h4,
.page-article h4{
font-size:18px;
}


.page-article{
background:#E0FF01
}

.page-article h1{
margin-bottom:20px
}

.article__interna-text p{
margin-bottom:30px;
}

.article__date{
color:#3E4543;
font-size:14px;
margin-bottom:20px
}

.article__meta{
font-size:16px;
font-family: 'HossRound Medium';
}

.article__meta a:hover{
color:#000;
opacity:1
}

.article__meta p{
font-size:13px;
font-family: 'Suzano Text';
}








body {
  background: #fff !important;
}

.menu__content {
  padding: 0 20px 0 50px;
}

.banner__img img {
  width: 600px;
}

.first__scroll {
  bottom: 40px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
}

.eucafluff {
  margin: 70px auto 30px;
  padding: 0;
}

.eucafluff .swiper-container {
  margin-bottom: 70px;
  padding-bottom: 50px;
}

.eucafluff h3 {
  font-family: "HossRound Medium", "Calibri", "sans-serif";
  font-size: 48px;
}

.eucafluff__desc {
  width: 55%;
}

.products h3 {
  font-family: "HossRound Medium", "Calibri", "sans-serif";
  margin: 10px 0 30px;
}

.products__item h5 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  margin-bottom: 25px;
}

.products__item p {
  max-width: 200px;
}

.meet {
  padding-top: 70px;
}

.meet__desc h3 {
  font-family: "HossRound Medium", "Calibri", "sans-serif";
  max-width: 440px;
}

.meet__desc p {
  max-width: 535px;
  color: #3E4543;
}

.meet__btns button {
  background: #00B74F;
}
.meet__btns button:hover {
  background: #006a2f;
}

.meet__navigation {
  margin: 4.5% 5% 0 0;
}

#swiper-meet .swiper-button-next, #swiper-meet .swiper-button-prev {
  background: #E0FF01;
}
#swiper-meet .swiper-button-next:after, #swiper-meet .swiper-button-prev:after {
  color: #51A557;
  text-shadow: 1px 0 0;
}

.meet__video video {
  height: 660px;
  object-fit: cover;
  width: 90%;
}

.meet__video h5 {
  bottom: 50px;
  color: #fff;
  font-family: "HossRound Medium", "Calibri", "sans-serif";
  font-size: 60px;
  left: 15%;
  line-height: 1.1em;
  margin-bottom: 0;
  max-width: 630px;
}

section#article {
  background: #E0FF01;
  margin-top: -480px;
  padding-top: 450px;
}

.article {
  max-width: 1165px;
}

.article__content {
  padding-bottom: 10px;
}

.article h3 {
  font-size: 48px;
  font-family: "HossRound Medium", "Calibri", "sans-serif";
  font-weight: 500;
  margin-bottom: 20px;
}
  
.article p {
  color: #3E4543;
  font-size: 16px;
  margin: 0 0 3px;
}

.article__tab  {
  margin: 40px 0 30px;
}

.article__tab button {
  border-width: 2px;
  font-family: "Suzano Display", "Calibri", "sans-serif";
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px !important;
}

.article__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.article__desc h4 a {
  color: #fff;
  /* font-family: "HossRound", "Calibri", "sans-serif"; */
  font-family: "Suzano Text", "Calibri", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.article__more a {
  color: #E0FF01;
  display: block;
  /* font-family: "HossRound", "Calibri", "sans-serif"; */
  font-family: "Suzano Text", "Calibri", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 15px;
  padding-right: 30px;
  width: fit-content;
}

.contact {
  margin: 70px auto;
}

.map {
  margin-top: 70px;
  padding: 10px 0 90px;
}

.map__desc {
  margin: 70px auto 40px;
  max-width: 850px;
}

.map__desc h3 {
  /* font-family: "HossRound", "Calibri", "sans-serif"; */
  font-family: "Suzano Text", "Calibri", "sans-serif";
  font-size: 48px;
  font-weight: 400;
}

.map__desc h5 {
  font-family: "Suzano Text", "Calibri", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  max-width: 700px;
}

.map__image-text h3 {
  /* font-family: "HossRound", "Calibri", "sans-serif"; */
  font-family: "Suzano Text", "Calibri", "sans-serif";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1em;
}

.map__image img {
  margin-bottom: 40px;
}

.map__image-text {
  right: 110px;
}

#talk {
  padding: 30px 0 70px;
}

#talk .form-contato .gform_button {
  padding: 20px 10px !important;
}

.meet__progress-bar {
  background: #3E4543;
  border: 1px solid #3E4543;
}

.meet__progress h5:last-child {
  color: #3E4543;
}

.meet__play {
  background: #fff;
  border-radius: 100%;
  bottom: 90px;
  cursor: pointer;
  height: 115px;
  position: absolute;
  right: 150px;
  transition: background .5s ease-in-out;
  width: 115px;
}

.meet__play:hover {
  background: #f1ff90;
}

.meet__play:after {
  background: url(../icons/play.svg) no-repeat;
  background-size: contain;
  content: '';
  height: 35px;
  left: 50%;
  margin-left: 3px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}

#modal-video .modal__body {
  margin: auto;
  width: 1130px;
}

#modal-video .modal__content {
  background: #00b850cc;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 100vw !important;
}

#modal-video .modal__close {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: -40px;
}

#modal-video .modal__close img {
  filter: grayscale(1) brightness(3);
  margin-right: 10px;
}

#modal-video .modal__close span {
  color: #fff;
  font-family: "Suzano Display", "Calibri", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.video__modal {
  left: 50%;
  height: 600px !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1130px !important;
}

.video__modal video {
  height: 100% !important;
  margin: auto;
  object-fit: cover;
  width: 100% !important;
}

#sustent-video .sustent__desc {
  padding: 0 50px 50px 100px;
  width: calc(40% - 150px);
}

#sustent-video .sustent__image {
  position: relative;
  width: 60%;
}

#sustent-video .sustent__desc h4 {
  color: #E0FF01;
  font-family: "Suzano Text Light", "Calibri", "sans-serif";
  font-size: 42px;
  font-weight: 400;
}

#sustent-video .sustent__desc h4 span {
  font-family: "Suzano Text Bold", "Calibri", "sans-serif";
}

#sustent-video .sustent__desc h5 {
  color: #fff;
  font-family: "Suzano Text Light", "Calibri", "sans-serif";
  font-size: 34px;
  font-weight: 400;
  max-width: 235px;
}

#sustent-video #video {
  cursor: pointer;
  transition: opacity .5s ease-in-out
}

#sustent-video #video:hover {
  opacity: .7;
}

#sustent-video #video img {
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.sustent__desc h3 {
  max-width: 90%;
}
  
.sustent__desc h4 {
  max-width: 80%;
}

.sustent__desc p {
  max-width: 85%;
}

.sustent__desc small {
  max-width: 70%;
}

.menu {
  z-index: 11;
}

.modal.is-active {
  z-index: 20;
}

.eucafluff__image--pluma::before {
  height: 350px;
  left: -50px;
  top: -20px;
  width: 470px;
}

@media (min-width: 1300px) {
  .first {
    height: 650px;
  }

  #sustent-video .sustent__desc {
    padding: 0 0 50px 80px;
    width: calc(40% - 80px);
  }
  
  #sustent-video .sustent__image {
    width: 60%;
  }
  
  .video__modal {
    height: 75% !important;
    width: fit-content !important;
  }
}

@media (min-width: 1500px) {
  #sustent-video .sustent__desc {
    padding: 0 10px 50px 100px;
    width: calc(40% - 110px);
  }
  
  #sustent-video .sustent__image {
    width: 60%;
  }
  
  .video__modal {
    height: auto !important;
    width: 85% !important;
  }
}

@media (min-width: 1600px) {
  .sustent__desc h3, .sustent__desc h4, .sustent__desc p, .sustent__desc small {
    max-width: 95%;
  }

  .meet__video video {
    height: 870px;
  }
}

@media (max-width: 1300px) {
  .banner {
    margin: 0 40px;
  }
  
  .banner__img img, .first:before {
    width: 600px;
  }
}

@media (max-width: 1280px) {
  .first {
    height: 70vh;
  }

  .video__modal {
    height: 75% !important;
    width: fit-content !important;
  }

  #sustent-video .sustent__desc h4 {
    max-width: 100%;
  }
  
  #sustent-video .sustent__image {
    width: 58%;
  }

  #modal-ficha .modal__content {
    padding: 30px 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 1024px) {
  .banner__img img, .first:before {
    width: 400px;
  }
  
  .banner__desc h1 {
    font-size: 60px;
    margin-top: 0;
  }
  
  .banner__desc h1:after {
    width: 480px;
  }
  
  .banner__desc p {
    font-size: 18px;
    max-width: 490px;
  }
  
  .eucafluff__image--pluma::before {
    left: -80px;
    top: -60px;
  }

  .eucafluff h3 {
    font-size: 42px;
  }
  
  .products {
    padding: 100px 40px;
  }
  
  .products h3 {
    font-size: 42px;
    max-width: 750px; 
  }
  
  .products p, .products__item h5 {
    font-size: 18px;
  }
  
  .products__item p {
    font-size: 15px;
  }

  .products__item img {
    height: 150px;
    width: 150px;
  }

  .sustent__desc h3 {
    font-size: 48px;
  }

  .sustent__desc h4, #sustent-video .sustent__desc h4 {
    font-size: 36px;
  }

  .sustent__desc h3, .sustent__desc h4, .sustent__desc p, .sustent__desc small {
    max-width: 100%;
  }

  #sustent-video .sustent__desc {
    padding: 0 50px 50px;
    width: calc(40% - 50px);
  }

  .sustent:after {
    background-size: contain;
    width: 535px;
  }

  .meet__desc h3 {
    font-size: 38px;
  }
  
  .more__desc h3 {
    font-size: 26px;
    max-width: 100%;
  }

  .more {
    padding: 0 30px 0 0;
  }

  .more__item {
    margin-bottom: 10px;
  }
  
  .more__item:first-child {
    margin-bottom: 20px !important;
  }
  
  .more__item:last-child {
    margin-bottom: -30px !important;
  }

  .more__text p {
    margin: 10px 0 5px;
  }
  
  .more__text p:first-child {
    margin: 10px 0 0;
  }

  .more__image img {
    max-width: 180px;
  }
  
  .more__text {
    max-width: 80%;
  }
  
  .more__text, .more__text--first {
    margin-top: 0;
  }

  .more__item:last-child .more__image img {
    margin: 0;
    max-width: 230px;
  }

  .more__item:last-child .more__image {
    margin-right: 0;
  }

  .more__item:last-child .more__text {
    margin-left: -20px;
  }

  .more__desc .btn {
    font-size: 16px;
    padding: 10px 25px !important;
  }

  .meet__video h5 {
    font-size: 46px;
  }

  .meet__video video {
    height: 570px;
  }

  .meet__play {
    height: 100px;
    width: 100px;
  }

  .article {
    margin: 30px 40px;
  }

  .article__desc h4 a {
    font-size: 15px;
  }

  .contact h5 {
    font-size: 22px;
  }

  .contact__desc {
    width: 65%;
  }

  .map__desc h3 {
    font-size: 42px;
  }

  .map__desc h5 {
    font-size: 18px;
  }

  .map__image-text h3 {
    font-size: 28px;
  }

  #talk .talk__desc h3 {
    font-size: 42px;
  }
  
  .footer {
    padding: 80px 40px 50px;
  }
}

@media (max-width: 960px) {
  .first {
    height: 50vh;
    padding: 100px 0;
  }
  
  .banner__desc {
    width: 100%;
  }
  
  .banner {
    flex-wrap: wrap;
  }

  .banner__desc h1 {
    font-size: 55px;
    max-width: 70%;
  }

  .banner__desc p {
    max-width: 50%;
    width: 100%;
  }

  .first::before {
    top: 65%;
    width: 300px;
  }
  
  .banner__img img {
    position: absolute;
    right: -20px;
    top: 160px;
    width: 320px;
  }

  .eucafluff__content {
    margin: 0 40px;
    max-width: 100%;
  }
  
  .eucafluff h3 {
    font-size: 32px;
  }

  .eucafluff__image--pluma::before {
    height: 300px;
    left: -70px;
    width: 370px;
  }

  .products {
    padding-bottom: 70px;
  }

  .products h3 {
    font-size: 38px;
  }

  .products__item {
    margin: 3% 3% 5%;
    width: 26%;
  }

  .sustent__desc {
    padding: 0 40px 50px;
    width: calc(60% - 80px);
  }

  .sustent__image {
    width: 40%;
  }
 
  .sustent__desc h3 {
    font-size: 38px;
  }
  
  .sustent__desc h4, #sustent-video .sustent__desc h4 {
    font-size: 30px;
  }
  
  .sustent__icons {
    margin-top: 30px;
  }

  #sustent-video .sustent__desc {
    padding: 0 40px 50px;
    width: calc(40% - 40px);
  }

  #sustent-video .sustent__desc h5 {
    font-size: 24px;
  }

  .sustent:after {
    height: 470px;
    width: 470px;
  }

  #sustent-video #video img {
    height: 120px;
    width: 120px;
  }

  .video__modal {
    height: auto !important;
    width: calc(100% - 80px) !important;
  }

  .meet__desc h3 {
    font-size: 28px;
    max-width: 400px;
  }

  .more__desc h3 {
    margin-top: 70px;
    font-size: 31px;
    max-width: 95%;
  }

  #modal-ficha .modal__content {
    padding: 30px 0;
    width: 100%;
  }
  
  .more {
    padding: 0 40px;
  }

  .more__desc {
    margin-bottom: 40px;
  }

  .more__item {
    margin-bottom: 50px;
  }
  
  .more__item:first-child {
    margin-bottom: 60px !important;
  }

  .more__item:last-child {
    margin-bottom: 0 !important;
  }
  
  .more__image img {
    max-width: 250px;
  }
  
  .more__item:last-child .more__image img {
    margin: 0 0 0 10px;
    max-width: 280px;
  }

  .meet__video video {
    height: 450px;
  }

  .meet__video h5 {
    font-size: 32px;
    max-width: 350px;
  }

  .meet__play {
    bottom: 55px;
    height: 80px;
    right: 70px;
    width: 80px;
  }

  .meet__play:after {
    height: 30px;
    width: 25px;
  }

  section#article {
    margin-top: -320px;
    padding-top: 380px;
  }

  .article h3 {
    font-size: 40px;
  }

  .article__item {
    padding: 10px 15px 30px;
  }
  
  .article__desc h4 a {
    font-size: 12px;
  }

  .contact {
    margin: 70px 40px;
    padding: 70px 30px;
    max-width: fit-content;
  }

  .contact h5 {
    font-size: 20px;
    width: 90%;
  }

  .contact__info {
    width: 40%;
  }

  .map__desc {
    margin: 70px 40px 40px;
  }

  .map__image-text h3 {
    font-size: 22px;
  }

  .footer__info {
    margin: 15px 0 0 70px;
  }

  .form-contato form {
    width: 100%;
  }
  
  #talk .gfield .talk__desc {
    margin: 40px 0 20px;
  }
  
  .form-contato .gform_wrapper {
    margin: 10px 40px;
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .first {
    height: 75vh;
  }

  .first::before {
    top: 57%;
    right: -120px;
    width: 300px;
  }
  
  .banner {
    margin: 0 20px;
  }

  .banner__desc h1 {
    font-size: 42px;
    max-width: 100%;
  }

  .banner__desc p {
    max-width: 70%;
  }
  
  .banner__img img {
    right: -130px;
    top: 150px;
    width: 270px;
  }
  
  .eucafluff__desc {
    width: 100%;
  }

  .eucafluff__image--rewet img {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .eucafluff__image--pluma::before {
    height: 280px;
    left: -65px;
    top: -35px;
  }
  
  .eucafluff__image--rewet {
    margin-top: -40px;
  }

  .eucafluff__image--pluma {
    margin: 20px 0;
  }

  .eucafluff__content {
    margin: 0 20px;
  }

  .products {
      padding: 70px 20px 50px;
  }

  .products h3 {
    font-size: 32px;
  }

  .products p, .products__item h5 {
      font-size: 16px;
  }

  .products__item {
    width: 27%;
  }

  .products__item img {
    height: 120px;
    width: 120px;
  }

  .products__item p {
    font-size: 14px;
  }

  .sustent__desc h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sustent__desc h4, #sustent-video .sustent__desc h4 {
    font-size: 24px;
  }

  .sustent__desc p {
    font-size: 14px;
  }

  .sustent__desc {
    padding: 0 20px 50px;
    width: calc(60% - 40px);
  }

  .sustent__icons img {
    margin-right: 15px;
  }

  .sustent__navigation {
    left: 55%;
  }
 
  #swiper-sustent .swiper-button-prev {
    left: 20px;
  }

  #swiper-sustent .swiper-button-next {
    left: 90px;
  }

  #sustent-video .sustent__desc {
    padding: 0 20px 50px;
    width: calc(45% - 20px);
  }

  #sustent-video .sustent__image {
    width: 55%;
  }

  #sustent-video #video img {
    height: 90px;
    width: 90px;
  }

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

  .meet {
    padding-top: 70px;
  }

  .meet__desc h3 {
    max-width: 100%;
  }

  .meet__btns button {
    max-width: 100%;
  }

  .modal__close {
    right: 30px;
  }

  .more__desc {
    margin-bottom: 30px;
  }

  .more__desc h3 {
    font-size: 24px;
    margin-top: 50px;
    max-width: 100%;
  }
    
  .more__item:first-child, .more__item {
    margin-bottom: 30px !important;
  }
  
  .meet__video video {
    height: 320px;
  }

  .meet__video h5 {
    bottom: 40px;
    font-size: 24px;
    max-width: 250px;
  }

  .meet__play {
    bottom: 40px;
    height: 60px;
    right: 40px;
    width: 60px;
  }

  .meet__play:after {
    height: 25px;
    width: 20px;
  }

  section#article {
    margin-top: -230px;
    padding-top: 250px;
  }

  .article {
    margin: 30px 20px;
  }

  .article h3 {
    font-size: 36px;
  }

  .contact {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 70px 20px;
    padding: 70px 50px 50px;
  }

  .contact h5 {
    font-size: 22px;
    width: 100%;
  }

  .contact__desc {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact__info {
    margin: auto;
    width: fit-content;
  }

  .map__desc h3, #talk .talk__desc h3 {
    font-size: 34px;
  }

  .map__image-text {
    bottom: -15px;
    right: 75px;
  }

  .map__image-text h3 {
    font-size: 18px;
  }

  .footer {
    text-align: center;
  }

  .footer__links-social {
    justify-content: center;
    margin: 30px auto 0;
  }

  .footer__links-social a {
    margin: 0 10px;
  }

  .footer__info {
    margin: 60px 0 20px 0;
  }

  .footer__content {
    justify-content: center;
    text-align: center;
  }

  .footer__info-item {
    justify-content: center;
    margin: 5px auto 20px;
  }

  .meet__header {
    flex-direction: column-reverse;
    margin: 50px 20px 20px;
  }
  .meet__navigation h2 {
    display: none;
  }

  .meet__progress {
    bottom: 15px;
    position: absolute;
    right: 30px;
    width: 200px;
  }

  #swiper-meet .swiper-slide {
    height: 400px;
    position: relative;
  }
  
  #swiper-meet .swiper-button-next, #swiper-meet .swiper-button-prev {
    margin-left: -20px;
    top: 88%;
  }

  .form-contato .gform_wrapper {
    margin: 10px 20px;
  }
}

@media (max-width: 550px) {
  .form-contato form {
    margin: 0 !important;
  }
}

@media (max-width: 500px) {
  .first {
    height: 800px;
    padding: 100px 0;
  }

  .first::before {
    right: 0;
    top: 75%;
    width: 250px;
  }

  .banner__desc h1 {
    font-size: 36px;
  }

  .banner__desc h1:after {
    width: 100%;
  }

  /* .banner__img img {
    right: 80px;
    top: 100%;
    width: 320px;
  } */
  
  .banner__desc p {
    max-width: 100%;
  }

  .eucafluff__image--pluma::before {
    height: 230px;
    left: -55px;
    top: -35px;
    width: 310px;
  }

  .products__item {
    margin: 5% 3% 10%;
    width: 100%;
  }

  .products__item h5 {
    height: auto;
    margin-bottom: 20px;
  }
  
  .products__item img {
    height: 150px;
    width: 150px;
  }

  .products h3 {
    font-size: 28px;
  }

  .products h5 {
    margin-bottom: 10px;
    max-width: 100%;
  }

  .products__item p {
    height: auto;
    max-width: 80%;
    padding: 25px 0;
  }

  .sustent {
    min-height: auto;
    padding-bottom: 30px;
  }

  .sustent:after {
    display: none;
  }

  .sustent__content {
    flex-direction: column-reverse;
  }

  .sustent__desc {
    padding: 70px 20px 110px;
    width: calc(100% - 40px);
  }
  
  .sustent__image {
    height: 270px;
    width: 100%;
  }
  
  .sustent__image img {
    height: 100%;
  }

  .sustent__navigation {
    bottom: 20px;
    left: auto;
    right: -30px;
    transform: none;
  }

  #sustent-video .sustent__desc {
    padding: 0 20px 50px;
    width: calc(100% - 40px);
  }

  #sustent-video .sustent__image {
    margin-bottom: 50px;
    height: 500px;
    width: 100%;
  }

  #sustent-video .sustent__desc h5 {
    max-width: 100%;
  }

  .article h3 {
    font-size: 28px;
  }

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

  .meet__navigation h2 {
    display: none;
  }

  .meet__progress {
    position: absolute;
    bottom: 15px;
    width: 200px;
  }

  #swiper-meet .swiper-slide {
    height: 440px;
    position: relative;
  }

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

  .meet__video {
    margin-top: 70px;
  }
  
  .meet {
    padding-top: 20px;
  }

  .meet__video video {
    height: 280px;
    width: 95%;
  }

  .meet__video h5 {
    bottom: 40px;
    font-size: 22px;
    left: 10%;
    max-width: 250px;
  }

  #swiper-meet .swiper-slide {
    height: 440px;
  }

  #swiper-meet .swiper-button-next, #swiper-meet .swiper-button-prev {
    margin-left: 5px;
  }

  .video__modal {
    width: calc(100% - 40px) !important;
  }

  .more__item:last-child {
    margin-bottom: 80px !important;
  }

  .article__tab button {
    margin: 0 20px !important;
  }

  .map__image-text {
    bottom: -20px;
    right: 40px;
  }
  
  .map__image-text h3 {
    font-size: 16px;
  }
  
  .map__desc {
    margin: 70px 20px 40px;
  }

  #talk .gfield .talk__desc {
    margin: 0;
  }

  #talk .form-contato .gform_button {
    padding: 10px !important;
  }

  .menu__content {
    padding: 50px;
  }
  
  .footer {
    padding: 80px 20px 50px;
  }
}

@media (max-width: 400px) {
  .contact {
    padding: 70px 30px 50px;
  }
}













section#article {
  padding-top: 450px;
}

#article-content {
    padding-top: 100px;
}

.eucafluff {
    margin: -20px auto 30px;
}

#swiper-eucafluff {
    padding-top: 100px;
}

.products {
  padding: 0;

}

.products__container {
  padding: 100px 20px;
}


.page-article #article {
  margin: 30px auto 0;
  padding: 50px 0 0;
}


.article__more a {
  top: 0 !important;
}







@media (max-width: 500px) {
  .banner__img img {
    top: -60px;
    width: 270px;
  }

  .banner__desc h1 {
    font-size: 34px;
    margin: 30px 0;
    max-width: 190px;
    width: 70%;
  }

  .first {
    height: 570px;
  }

  .first::before {
    right: -20px;
    top: 140px;
    width: 180px;
  }

  section#article {
    padding-top: 150px;
  }

  .article__meta a {
    display: block;
  }
  
  .article__interna img {
    height: 40px;
    width: 40px;
  }

  .article__header {
    margin: 70px 0 30px !important;
  }
}

















h1, h2, h3, h4, h5, h6 {
  font-family: "Suzano Text", "Calibri", "sans-serif";
}

.meet__video h5 {
  color: #00B74F;
}

#article-content {
  padding-top: 50px;
}

.article__header {
  margin: 30px auto;
  max-width: 100%;
  text-align: left;
}