@charset "UTF-8";
/*!
Theme Name: Aditive
Author: Felipe Alves - OxigenWeb
Author URI: http://www.oxigenweb.com.br/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #EFEFEF;
}

html,
body {
  overflow-x: hidden;
}

svg, path, circle, a, button, img, div, rect, input {
  transition: all 0.25s ease;
}

svg {
  flex-shrink: 0;
}

.fluorescent-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #0D3223;
  text-align: center;
  background-color: #D0F57A;
  padding: 20px 35px;
  border-radius: 8px;
}
.fluorescent-button:hover {
  background-color: #E4F9B2;
}
@media screen and (max-width: 767.98px) {
  .fluorescent-button {
    width: 100%;
  }
}

.fluorescent-outline-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  padding: 20px 35px;
  text-transform: uppercase;
  border: 1px solid #D0F57A;
  color: #D0F57A;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
}
.fluorescent-outline-button:hover {
  color: #0D3223;
  background-color: #D0F57A;
}
@media screen and (max-width: 767.98px) {
  .fluorescent-outline-button {
    width: 100%;
  }
}

.moss-green-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EFEFEF;
  text-align: center;
  border: none;
  outline: none;
  background-color: #026201;
  padding: 20px 35px;
  border-radius: 8px;
}
.moss-green-button:hover {
  background-color: #258E24;
}
@media screen and (max-width: 767.98px) {
  .moss-green-button {
    width: 100%;
  }
}

.moss-green-outline-icon-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  line-height: 127%;
  text-align: center;
  border: 1px solid #026201;
  outline: none;
  color: #026201;
  background-color: transparent;
  padding: 20px 35px;
  border-radius: 8px;
}
.moss-green-outline-icon-button:hover, .moss-green-outline-icon-button.selected {
  color: #EFEFEF;
  background-color: #026201;
}
.moss-green-outline-icon-button:hover path, .moss-green-outline-icon-button.selected path {
  fill: #EFEFEF;
}
.moss-green-outline-icon-button:hover rect, .moss-green-outline-icon-button.selected rect {
  stroke: #EFEFEF;
}
@media screen and (max-width: 767.98px) {
  .moss-green-outline-icon-button {
    width: 100%;
  }
}

.main-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 119%;
  text-transform: uppercase;
  color: #EFEFEF;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .main-title {
    font-size: 32px;
  }
}

.section-title {
  font-size: 40px;
  line-height: 58px;
  text-transform: uppercase;
  color: #EFEFEF;
  margin-bottom: 48px;
}
.section-title.green {
  color: #0D3223;
}
@media screen and (max-width: 991.98px) {
  .section-title {
    font-size: 32px;
    line-height: 119%;
    text-align: center;
  }
}

.swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.swiper-controls.moss-light-green .swiper-pagination-bullet {
  background-color: #0B6C44;
}
.swiper-controls.moss-light-green .swiper-pagination-bullet-active {
  background-color: #0B6C44;
  border-color: #0B6C44;
}
.swiper-controls.gray .swiper-pagination-bullet {
  background-color: #EFEFEF;
}
.swiper-controls.gray .swiper-pagination-bullet-active {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EFEFEF;
  margin: 0 20px !important;
  padding: 7px;
  background-clip: content-box;
  box-sizing: content-box;
  transition: all 0.25s ease;
}

.swiper-pagination-bullet-active {
  background-color: #D0F57A;
  border-color: #D0F57A;
  background-clip: unset !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: none !important;
}

.breadcrumbs a, .breadcrumbs span, .rank-math-breadcrumb a, .rank-math-breadcrumb span {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #D0F57A;
}

.cut-top-right {
  clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}

#clip-banner {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
}
#clip-banner .breadcrumbs, #clip-banner .rank-math-breadcrumb {
  margin-bottom: 32px;
}
#clip-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(11, 107, 67, 0.5);
}
#clip-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: blur(30px);
}
#clip-banner #clip-banner-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 15px;
}
#clip-banner h1 {
  font-size: 40px;
  line-height: 119%;
  text-transform: uppercase;
  color: #EFEFEF;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  #clip-banner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
  }
}
@media screen and (max-width: 991.98px) {
  #clip-banner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  }
  #clip-banner #clip-banner-container {
    padding: 120px 15px;
  }
  #clip-banner h1 {
    font-size: 32px;
    line-height: 119%;
  }
}
@media screen and (max-width: 767.98px) {
  #clip-banner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
}

#clip-banner.dark {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
#clip-banner.dark:before {
  background: rgba(0, 0, 0, 0.4);
}
#clip-banner.dark img {
  filter: none;
}
#clip-banner.dark #clip-banner-container {
  padding-bottom: 270px;
}
@media screen and (max-width: 1199.98px) {
  #clip-banner.dark {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
  }
}
@media screen and (max-width: 991.98px) {
  #clip-banner.dark {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  }
  #clip-banner.dark #clip-banner-container {
    padding: 120px 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #clip-banner.dark {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
}

#clip-banner.contact {
  background-color: #0B6C44;
}
#clip-banner.contact::before {
  all: unset;
}
#clip-banner.contact #clip-banner-container {
  padding-bottom: 270px;
}
#clip-banner.contact p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 25px;
}

#clip-banner.blog {
  background-color: #0B6C44;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
#clip-banner.blog::before {
  all: unset;
}
#clip-banner.blog #clip-banner-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 250px 300px 250px;
}
@media screen and (max-width: 767.98px) {
  #clip-banner.blog #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #clip-banner.blog #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 200px 20% 300px 20%;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #clip-banner.blog #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #clip-banner.blog #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 15% 300px 15%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #clip-banner.blog #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#clip-banner.search {
  clip-path: none;
  background-color: #0B6C44;
}
#clip-banner.search #clip-banner-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 250px 45px 250px;
}
@media screen and (max-width: 767.98px) {
  #clip-banner.search #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #clip-banner.search #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 200px 20% 45px 20%;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #clip-banner.search #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #clip-banner.search #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 15% 45px 15%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #clip-banner.search #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#clip-banner.aditive {
  background-color: #0B6C44;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
#clip-banner.aditive::before {
  all: unset;
}
#clip-banner.aditive h1 {
  margin-bottom: 20px;
}
#clip-banner.aditive p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #EFEFEF;
  margin-bottom: 0;
  max-width: 430px;
}
#clip-banner.aditive #clip-banner-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 250px 230px 230px;
}
@media screen and (max-width: 767.98px) {
  #clip-banner.aditive #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#clip-banner.aditive #clip-banner-container {
  align-items: start;
}
#clip-banner.aditive svg {
  position: absolute;
  top: -20px;
  right: calc((100vw - 1366px) / 2 - 40px);
}
@media screen and (max-width: 1199.98px) {
  #clip-banner.aditive {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
  }
  #clip-banner.aditive #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 200px 250px 230px 230px;
    align-items: start;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #clip-banner.aditive #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #clip-banner.aditive {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  }
  #clip-banner.aditive #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 250px 120px 230px;
    align-items: center;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #clip-banner.aditive #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #clip-banner.aditive #clip-banner-container p {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  #clip-banner.aditive {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  #clip-banner.aditive svg {
    display: none;
  }
  #clip-banner.aditive #clip-banner-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 15px 80px 15px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #clip-banner.aditive #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#clip-banner.aditivos #clip-banner-container {
  display: flex;
  flex-direction: row;
  gap: 160px;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 120px 40px 120px;
}
@media screen and (max-width: 767.98px) {
  #clip-banner.aditivos #clip-banner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@font-face {
  font-family: "Hagrid";
  src: url("assets/fonts/HAGRID TEXT LIGHT.OTF");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hagrid";
  src: url("assets/fonts/HAGRID TEXT REGULAR.OTF");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hagrid";
  src: url("assets/fonts/HAGRID TEXT BOLD.OTF");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hagrid";
  src: url("assets/fonts/HAGRID TEXT EXTRABOLD.OTF");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hagrid";
  src: url("assets/fonts/HAGRID TEXT HEAVY.OTF");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

html {
  font-size: 18px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
  font-family: "Hagrid", "Open Sans", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  text-align: start;
  color: #FFFFFF;
}
ul li::marker {
  color: #c1a360;
  font-size: 18px;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}

.font13 {
  font-size: toRem(13);
}

.font14 {
  font-size: toRem(14);
}

.font15 {
  font-size: toRem(15);
}

.font16 {
  font-size: toRem(16);
}

.font18 {
  font-size: toRem(18);
}

.font20 {
  font-size: toRem(20);
}

.font22 {
  font-size: toRem(22);
}

.font24 {
  font-size: toRem(24);
}

.font28 {
  font-size: toRem(28);
}

.font29 {
  font-size: toRem(29);
}

.font30 {
  font-size: toRem(30);
}

.font32 {
  font-size: toRem(32);
}

.font36 {
  font-size: toRem(36);
}

.font40 {
  font-size: toRem(40);
}

.font48 {
  font-size: toRem(48);
}

.font54 {
  font-size: toRem(54);
}

.font64 {
  font-size: toRem(64);
}

.font96 {
  font-size: toRem(96);
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

header {
  position: absolute;
  background-color: transparent;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.25s ease;
}
header.hidden-header {
  opacity: 0;
}
header a {
  display: flex;
  align-items: center;
  gap: 12px;
}

header.scrolled {
  position: fixed;
  opacity: 1;
  background-color: rgba(11, 108, 68, 0.6980392157);
}

#header-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 12px 40px 12px 40px;
}
@media screen and (max-width: 767.98px) {
  #header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-nav {
  display: flex;
  text-transform: uppercase;
}

.menu {
  display: flex;
  align-items: center;
}

.menu-item.first-layer > a {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 18px 25px;
  position: relative;
}
.menu-item.first-layer > a:hover {
  color: #D0F57A;
}

.menu-item-has-children.first-layer {
  position: relative;
}
.menu-item-has-children.first-layer > .sub-menu {
  display: flex;
  position: absolute;
  gap: 80px;
  background: #FFFFFF;
  margin-top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  padding: 32px 40px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.menu-item-has-children.first-layer:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.menu-item-has-children.first-layer:hover > a > svg {
  transform: scaleY(-1);
}
.menu-item-has-children.first-layer:hover > a > svg path {
  stroke: #D0F57A;
}
.menu-item-has-children.first-layer::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50px;
  background: transparent;
}

.second-layer > a:not(.more) {
  font-weight: 700;
  font-size: 14px;
  line-height: 105%;
  text-transform: uppercase;
  color: #0D3223;
  margin-bottom: 10px;
  min-width: 190px;
}
.second-layer > a:not(.more):hover {
  text-decoration: none;
}
.second-layer > a:not(.more) > svg {
  display: none;
}
.second-layer .sub-menu a {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #0B6C44;
  white-space: nowrap;
}
.second-layer .sub-menu a:hover {
  text-decoration: underline;
}

.termaster-description {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0D3223;
  text-transform: none;
}

.more {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
}
.more span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 105%;
  color: #0B6C44;
}

.sub-menu + .more {
  display: none;
}

.menu-item:first-child > .more, .menu-item:last-child > .more {
  display: flex;
}

#search-form-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -200%;
  top: 142px;
  width: 100%;
  z-index: -1;
  gap: 10px;
  padding: 30px 15px;
  height: calc(100% - 142px);
  overflow-y: auto;
  background: #0B6C44;
  display: flex;
  align-items: center;
  z-index: 100;
  transition: all 0.25s ease;
}
#search-form-container .button-green-gradient {
  width: 100%;
  margin-top: 20px;
}
#search-form-container::-webkit-scrollbar {
  display: none;
}
#search-form-container.opened {
  left: 0;
}
#search-form-container.opened a, #search-form-container.opened .menu-menu-header-container {
  width: 100%;
}

.sub-nav-links {
  display: flex;
  align-items: center;
  gap: 35px;
}
.sub-nav-links .fluorescent-button {
  padding: 20px 60px;
}

.search-button-icon {
  border-radius: 50%;
  background-color: transparent;
}
.search-button-icon:hover svg circle {
  fill: #D0F57A;
}

#hamburguer {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  #header-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 12px 20px 12px 20px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  header {
    top: unset;
    bottom: 0;
    opacity: 1;
    position: fixed;
    background-color: rgba(11, 108, 68, 0.6980392157);
  }
  header a {
    justify-content: center;
  }
  header.hidden-header {
    opacity: 1;
  }
  header.opened {
    background-color: #0B6C44;
  }
  #header-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 13px 25px 13px 35px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #search-form-container {
    bottom: unset;
    top: 0;
    height: calc(100% - 104px);
  }
  #header-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -200%;
    top: 0;
    width: 100%;
    z-index: -1;
    gap: 70px;
    padding: 30px 15px;
    height: calc(100% - 104px);
    overflow-y: auto;
    flex-direction: column;
    backdrop-filter: blur(8.5px);
    background: #0B6C44;
    transition: all 0.25s ease;
  }
  #header-nav::-webkit-scrollbar {
    display: none;
  }
  #header-nav.opened {
    left: 0;
  }
  #header-nav.opened a, #header-nav.opened .menu-menu-header-container {
    width: 100%;
  }
  #header-nav a {
    text-align: center;
    width: 100%;
  }
  .aditive-logo svg {
    width: 71px;
    height: 78px;
  }
  .header-container {
    display: flex;
    gap: 65px;
  }
  .more {
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .more span {
    color: #EFEFEF;
  }
  .more svg path {
    stroke: #EFEFEF;
  }
  .more.opened {
    margin: 15px 0;
    height: auto;
  }
  .termaster-description + .more {
    margin-top: 25px;
    height: auto;
  }
  .menu {
    flex-direction: column;
  }
  .menu-item.first-layer > a {
    padding: 26px 15px !important;
  }
  .menu-item.first-layer {
    width: 100%;
    border-top: 2px solid rgba(13, 49, 34, 0.1019607843);
  }
  .menu-item.first-layer:last-child {
    border-bottom: 2px solid rgba(13, 49, 34, 0.1019607843);
  }
  .menu-item-has-children.first-layer.opened {
    padding-bottom: 30px;
  }
  .menu-item-has-children.first-layer.opened > a {
    padding-bottom: 0;
  }
  .menu-item-has-children.first-layer.opened > a svg {
    transform: scaleY(-1);
  }
  .menu-item-has-children.first-layer.opened > .sub-menu {
    height: auto;
  }
  .menu-item-has-children.first-layer > .sub-menu {
    flex-direction: column;
    position: unset;
    left: unset;
    transform: unset;
    opacity: 1;
    margin-top: 0px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    height: 0;
    overflow: hidden;
    gap: 15px;
  }
  .menu-item-has-children.first-layer > .sub-menu svg {
    display: block;
  }
  .menu-item-has-children.first-layer > .sub-menu li > .sub-menu {
    height: 0;
    overflow: hidden;
  }
  .menu-item-has-children.first-layer > .sub-menu li.opened .sub-menu {
    height: auto;
  }
  .menu-item-has-children.first-layer > .sub-menu li.opened > a svg {
    transform: scaleY(-1);
  }
  .menu-item-has-children.first-layer > .sub-menu {
    display: flex;
    pointer-events: none;
    transition: all 0.25s ease;
  }
  .menu-item-has-children.first-layer::after {
    all: unset;
  }
  .second-layer > a:not(.more) {
    text-transform: uppercase;
    margin-bottom: 10px;
    min-width: unset;
    color: #EFEFEF;
  }
  .second-layer .sub-menu a {
    color: #EFEFEF;
    white-space: nowrap;
  }
  .termaster-description {
    color: #EFEFEF;
    text-align: center;
    padding: 0 5px;
  }
  #hamburguer {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 60px;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 8px;
    background: #D0F57A;
  }
  #hamburguer:after {
    content: "";
    position: absolute;
    left: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    transition: all 0.5s ease-in-out;
  }
  #hamburguer .burguer-part {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #0D3223;
    transition: transform 0.25s ease-in-out, opacity 0.15s ease-in;
    border-radius: 10px;
  }
  #hamburguer .transform#upper-bread {
    transform: translateY(9px) rotate(-45deg);
  }
  #hamburguer .transform#meat {
    opacity: 0;
  }
  #hamburguer .transform#lower-bread {
    transform: translateY(-9px) rotate(45deg);
  }
}
footer {
  background-color: #0D3223;
  overflow: hidden;
}

.newsletter-footer-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.newsletter-footer-container .white {
  flex: 0 0 5;
  flex-grow: 6;
}
.newsletter-footer-container form {
  display: flex;
  gap: 25px;
}

.footer-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 70px 40px 0 40px;
}
@media screen and (max-width: 767.98px) {
  .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-container h3 {
  font-size: 32px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.footer-container h4 {
  font-size: 20px;
  line-height: 105%;
  text-transform: uppercase;
  color: #EFEFEF;
  margin-bottom: 12px;
}
.footer-container .social-icons-container {
  gap: 25px;
  justify-content: start;
  margin-bottom: 50px;
}
.footer-container .social-icons-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background-color: #0B6C44;
  border-radius: 0 0 0 8px;
  clip-path: polygon(73% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
}
.footer-container .social-icons-container a:hover {
  background-color: #D0F57A;
}
.footer-container .social-icons-container a:not(.linkedin, .youtube):hover path {
  fill: #0B6C44;
}
.footer-container .social-icons-container a:not(.facebook, .instagram):hover path {
  stroke: #0B6C44;
}

.footer-menus {
  position: relative;
  display: flex;
}
.footer-menus > div {
  padding-top: 60px;
  padding-bottom: 80px;
}
.footer-menus .accordion {
  border: none;
}
.footer-menus .accordion:last-of-type {
  border-bottom: none;
}
.footer-menus .accordion .accordion-head {
  padding: 0;
  cursor: auto;
}
.footer-menus .accordion .wrapper {
  grid-template-rows: 1fr;
}
.footer-menus .accordion .inner {
  opacity: 1;
  filter: none;
}
.footer-menus .left {
  border-right: 1px solid #0B6C44;
  margin-right: 40px;
  padding-right: 20px;
}
.footer-menus .left .icon-container {
  display: flex;
  align-items: start;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  text-transform: uppercase;
  color: #EFEFEF;
  margin-bottom: 40px;
}
.footer-menus .left .icon-container p {
  margin-bottom: 0;
}
.footer-menus:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #0B6C44;
  width: 500%;
  height: 1px;
  left: -100%;
}
.footer-menus:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #0B6C44;
  width: 500%;
  height: 1px;
  left: -100%;
}
.footer-menus a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  text-transform: uppercase;
  color: #EFEFEF;
}
.footer-menus a:hover {
  color: #D0F57A;
}
.footer-menus a:hover rect {
  fill: #D0F57A;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 25px 0;
}
.footer-bottom .politicas-container {
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #EFEFEF;
}
.footer-bottom a {
  font-weight: 600;
  color: #EFEFEF;
}
.footer-bottom .oxigen-rights {
  font-size: 14px;
  line-height: 18px;
  color: #EFEFEF;
  margin-bottom: 0;
  text-transform: none;
}
.footer-bottom .criacao-site {
  text-decoration: underline;
}
.footer-bottom .oxigen-logo {
  margin-left: 3px;
}

.whatsapp-button {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 40px;
}
.whatsapp-button:hover {
  filter: brightness(120%);
}

@media screen and (max-width: 991.98px) {
  .newsletter-footer-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    max-width: 300px;
    margin: auto;
  }
  .newsletter-footer-container .white {
    flex: 0 0 5;
    flex-grow: 6;
  }
  .newsletter-footer-container form {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }
  .newsletter-footer-container .fluorescent-outline-button {
    width: 100%;
  }
  .footer-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 70px 15px 0 15px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-container h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .footer-container h4 {
    margin-bottom: 0;
  }
  .footer-container .social-icons-container {
    gap: 25px;
    justify-content: start;
    margin-bottom: 50px;
  }
  .footer-menus {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .footer-menus > div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-menus .social-icons-container {
    justify-content: center;
  }
  .footer-menus .accordion {
    border-top: 1px solid rgba(11, 107, 67, 0.3019607843);
  }
  .footer-menus .accordion:last-of-type {
    border-bottom: 1px solid rgba(11, 107, 67, 0.3019607843);
  }
  .footer-menus .accordion svg {
    display: none;
  }
  .footer-menus .accordion .accordion-head {
    justify-content: center;
    padding: 40px 0;
    cursor: pointer;
  }
  .footer-menus .accordion a {
    justify-content: center;
  }
  .footer-menus .accordion .wrapper {
    grid-template-rows: 0fr;
  }
  .footer-menus .accordion .wrapper.opened {
    grid-template-rows: 1fr;
  }
  .footer-menus .accordion .inner.opened {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0%);
  }
  .footer-menus .accordion .footer-menu {
    margin-bottom: 20px;
  }
  .footer-menus .accordion .footer-menu li:first-child a {
    padding-top: 0;
  }
  .footer-menus .left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: none;
    margin-right: 0;
    padding: 55px 0 20px 0;
    order: 5;
  }
  .footer-menus .left .icon-container {
    width: 210px;
    margin-bottom: 35px;
  }
  .footer-menus:after {
    display: none;
  }
  .footer-menus:before {
    background-color: rgba(11, 107, 67, 0.3019607843);
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding: 20px 0 150px 0;
  }
  .footer-bottom .politicas-container {
    text-align: center;
  }
  .footer-bottom .oxigen-rights {
    text-align: center;
  }
  .whatsapp-button {
    position: fixed;
    bottom: 140px;
    right: 25px;
  }
  .whatsapp-button svg {
    height: 50px;
    width: 50px;
  }
  .whatsapp-button:hover {
    filter: brightness(120%);
  }
}
.btn-social {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
}
.btn-social:hover svg path {
  transition: all ease-in-out 0.3s;
  stroke: #D0F57A;
}

.post .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 2px 2px;
  aspect-ratio: 298/253;
}
.post .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 298/253;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 2px 2px;
}
.post .image-container .category {
  position: absolute;
  background-color: #49E9AC;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0D3223;
  bottom: 15px;
  left: 18px;
}
.post .content-container {
  border-radius: 0 0 8px 8px;
  padding: 14px 24px 20px 24px;
  border: 1px solid #BEB9B9;
  border-top: none;
}
.post .date {
  font-size: 14px;
  line-height: 32px;
  color: #026201;
  margin-bottom: 5px;
}
.post .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #0D3223;
  margin-bottom: 12px;
}
.post .read {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0B6C44;
}
.post:hover .title {
  color: #026201;
}
.post:hover img {
  transform: scale(1.1);
}
.post:hover path {
  stroke: #EFEFEF;
}
.post:hover rect {
  fill: #0B6C44;
  stroke: #0B6C44;
}

#produtos-component-container {
  position: relative;
}
#produtos-component-container > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#produtos-component-container > svg {
  position: absolute;
  top: 0;
  right: 0;
}
#produtos-component-container .title-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 110px 150px 0px 150px;
}
@media screen and (max-width: 767.98px) {
  #produtos-component-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#produtos-component-container .title-container {
  text-align: center;
  position: relative;
  z-index: 5;
}

#produtos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 150px 120px 150px;
}
@media screen and (max-width: 767.98px) {
  #produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#produtos {
  display: flex;
  gap: 30px;
}
#produtos > div {
  position: relative;
  z-index: 5;
  flex: 0 0 calc((100% - 60px) / 3);
}

@media screen and (max-width: 1399.98px) {
  #produtos-component-container .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 110px 100px 0px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #produtos-component-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  #produtos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 100px 120px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #produtos-component-container .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 25px 0px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #produtos-component-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #produtos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 25px 120px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #produtos-component-container > svg {
    display: none;
  }
  #produtos {
    flex-direction: column;
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 24% 190px 24%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #produtos {
    padding: 0 20% 80px 20% !important;
  }
}
@media screen and (max-width: 575.98px) {
  #produtos {
    padding: 0 15px 80px 15px !important;
  }
}
.aditivo .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 2px 2px;
  aspect-ratio: 283/203;
}
.aditivo .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 283/203;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 2px 2px;
}
.aditivo .content-container {
  margin-top: -1px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #BEB9B9;
  border-top: none;
  padding: 45px;
}
.aditivo .title {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #0D3223;
}
.aditivo:hover .title {
  color: #026201;
}
.aditivo:hover .content-container {
  border: 1px solid #026201;
  border-top: none;
}
.aditivo:hover img {
  transform: scale(1.1);
}

.form-label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #0D3223;
  text-transform: uppercase;
}
.form-label:focus {
  color: #026201;
}
.form-label:focus input {
  border: 2px solid #0D3223;
}
.form-label:hover {
  color: #026201;
}
.form-label:hover input {
  border: 2px solid #0D3223;
  outline-color: rgba(3, 98, 1, 0.2);
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  padding-left: 20px;
  background: transparent;
  border: 1px solid #8A9C94;
  border-radius: 8px;
  height: 65px;
  color: #0D3223;
  font-size: 16px;
  line-height: 24px;
  outline: 5px solid rgba(0, 0, 0, 0);
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover {
  border: 2px solid #0D3223;
  outline-color: rgba(3, 98, 1, 0.2);
}
input[type=text].white, input[type=email].white, input[type=tel].white, textarea.white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
input[type=text].white::-moz-placeholder, input[type=email].white::-moz-placeholder, input[type=tel].white::-moz-placeholder, textarea.white::-moz-placeholder {
  color: #FFFFFF;
}
input[type=text].white::placeholder, input[type=email].white::placeholder, input[type=tel].white::placeholder, textarea.white::placeholder {
  color: #FFFFFF;
}
input[type=text].white:hover, input[type=email].white:hover, input[type=tel].white:hover, textarea.white:hover {
  border-color: #D0F57A;
  outline-color: rgba(208, 245, 122, 0.2);
}

textarea {
  height: 260px;
  padding: 20px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8A9C94;
  font-size: 16px;
  line-height: 24px;
}

input::placeholder, textarea::placeholder {
  color: #8A9C94;
  font-size: 16px;
  line-height: 24px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.select-container {
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 220px;
}
.select-container select {
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 127%;
  text-align: center;
  border: 1px solid #026201;
  outline: none;
  color: #026201;
  background-color: transparent;
  padding: 20px 35px;
  border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
  .select-container {
    max-width: unset;
  }
  .select-container select {
    text-align: left;
  }
}
.checkbox-label {
  display: flex;
  gap: 10px;
  flex-direction: row;
  text-transform: none;
}
.checkbox-label a {
  text-decoration-line: underline;
  color: #026201;
}
.checkbox-label.fluorescent-green {
  color: #EFEFEF;
  font-weight: 700;
  text-transform: uppercase;
}
.checkbox-label.fluorescent-green input[type=checkbox] {
  border-color: #D0F57A;
}
.checkbox-label.fluorescent-green input[type=checkbox]:checked {
  background-color: #D0F57A;
}
.checkbox-label.fluorescent-green input[type=checkbox]:checked:after {
  border-color: #0D3223;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 27px !important;
    min-width: 27px !important;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid #0B6C44;
    background: transparent;
    border-radius: 5px;
    transition: all 0.2s ease;
    z-index: 1;
    flex-grow: 0;
  }
  input[type=checkbox]:after {
    content: "";
    box-sizing: content-box;
    position: absolute;
    display: block;
    width: 4px !important;
    height: 8px !important;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top: 0;
    border-left: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    z-index: 2;
  }
  input[type=checkbox]:checked {
    background-color: #0B6C44;
  }
  input[type=checkbox]:checked:after {
    border-color: #EFEFEF;
  }
}
.swiper-redes {
  padding-bottom: 30px;
  height: 285px;
}
.swiper-redes .swiper-slide {
  transition: all ease-in-out 0.3s;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-redes .swiper-slide img {
  height: 252px;
  width: 189px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.swiper-redes .swiper-slide:hover {
  filter: brightness(115%);
}
@media (max-width: 575px) {
  .swiper-redes {
    margin: 30px auto 10px auto;
    width: 100%;
    overflow: visible;
  }
  .swiper-redes .swiper-slide {
    width: 75%;
  }
}

.sbi_resized_image_data {
  position: absolute;
}

.feed-instagram {
  width: 100%;
}
.feed-instagram .feed-pagination {
  display: none;
}

.carrosel-instagram button {
  display: none;
}

@media (max-width: 575px) {
  .feed-instagram .feed,
  .feed-instagram .feed {
    bottom: -17px;
  }
}
.search-form {
  width: 100%;
  margin-top: 32px;
}
.search-form .input-container {
  position: relative;
}
.search-form .fluorescent-outline-button {
  display: none;
}
.search-form.fluorescent:hover input[type=text] {
  border-color: #D0F57A;
  outline-color: rgba(208, 245, 122, 0.2);
}
.search-form.fluorescent:hover circle {
  fill: #D0F57A;
}
.search-form.moss-green {
  margin-top: 0;
  margin-bottom: 70px;
}
.search-form.moss-green input[type=text] {
  color: #026201;
  border-color: #026201;
}
.search-form.moss-green input[type=text]::-moz-placeholder {
  color: #026201;
}
.search-form.moss-green input[type=text]::placeholder {
  color: #026201;
}
.search-form.moss-green circle {
  fill: #026201;
}
.search-form.moss-green path {
  stroke: #FFFFFF;
}
.search-form.moss-green:hover input[type=text] {
  outline-color: rgba(3, 98, 1, 0.2);
}
.search-form.moss-green:hover circle {
  fill: #258E24;
}
.search-form.on-header .fluorescent-outline-button {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.search-form .submit-button {
  width: 43px;
  height: 43px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-form input {
  width: 100%;
  padding: 0 70px 0 20px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: 65px;
  color: #EFEFEF;
  font-size: 16px;
  line-height: 24px;
}
.search-form input::-moz-placeholder {
  color: #EFEFEF;
  font-size: 16px;
  line-height: 24px;
}
.search-form input::placeholder {
  color: #EFEFEF;
  font-size: 16px;
  line-height: 24px;
}

#sidebar {
  flex: 1;
}
#sidebar h3 {
  font-size: 24px;
  line-height: 35px;
  color: #0D3223;
  margin-bottom: 20px;
}
#sidebar .subjects-container {
  margin-bottom: 100px;
}
#sidebar .subjects-container a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  background-color: transparent;
  padding: 20px 25px;
  border-radius: 8px;
  color: #0D3223;
}
#sidebar .subjects-container a:hover {
  color: #EFEFEF;
  background-color: #026201;
}
#sidebar .moss-green-button {
  width: 100%;
  text-align: left;
}
#sidebar .newsletter input[type=text], #sidebar .newsletter input[type=email] {
  margin-bottom: 15px;
}
#sidebar .newsletter .checkbox-label {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 20px;
}
#sidebar .newsletter .moss-green-button {
  text-align: center;
}

.accordion {
  border-top: 1px solid #D3D3D3;
}
.accordion:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}

.accordion-head {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 35px 40px;
}
.accordion-head p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  color: #0D3223;
}
.accordion-head svg {
  flex-shrink: 0;
}
.accordion-head svg.opened path:first-of-type {
  opacity: 0;
}

.wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.25s ease-out;
}

.wrapper.opened {
  grid-template-rows: 1fr;
}

.inner {
  overflow: hidden;
  opacity: 0;
  filter: blur(2px);
  transition: all 0.35s ease-out 0.2s;
}
.inner .content {
  font-size: 16px;
  line-height: 24px;
  color: #0D3223;
  margin: 0 40px 25px 40px;
}

.inner.opened {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0%);
}

@media screen and (max-width: 991.98px) {
  .accordion-head {
    padding: 35px 30px;
  }
  .inner .content {
    margin: 0 30px 25px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .accordion-head {
    padding: 25px 15px;
  }
  .inner .content {
    margin: 0 15px 25px 15px;
  }
}
.section-entre-contato {
  position: relative;
}
.section-entre-contato .paralelogramo {
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  width: 60%;
  background-color: rgba(13, 50, 35, 0.3019607843);
  height: 100%;
  backdrop-filter: blur(20px);
  padding: 120px 200px 120px calc((100vw - 1366px) / 2 + 100px);
}
.section-entre-contato img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-entre-contato .section-title {
  margin-bottom: 16px;
}
.section-entre-contato p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #EFEFEF;
  margin-bottom: 35px;
}

@media screen and (max-width: 1399.98px) {
  .section-entre-contato .paralelogramo {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-entre-contato .paralelogramo {
    width: 62%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-entre-contato .paralelogramo {
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
    width: 73%;
  }
  .section-entre-contato img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-entre-contato .paralelogramo {
    clip-path: none;
    width: 100%;
    padding: 120px 15px;
  }
  .section-entre-contato p {
    text-align: center;
  }
}
.swiper-banner .swiper-slide {
  width: 100%;
  height: auto;
  max-height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.swiper-banner .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.swiper-banner .swiper-slide .content {
  z-index: 0;
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 185px 0 120px 230px;
}
@media screen and (max-width: 767.98px) {
  .swiper-banner .swiper-slide .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.swiper-banner .main-title {
  max-width: 430px;
  text-align: left;
  color: #0b6c44;
}
.swiper-banner .swiper-controls-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0 120px 0 0;
}
@media screen and (max-width: 767.98px) {
  .swiper-banner .swiper-controls-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.swiper-banner .swiper-controls-container {
  position: absolute;
  bottom: 40px;
  z-index: 10;
}

@media screen and (max-width: 1199.98px) {
  .swiper-banner .swiper-slide .content {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 185px 0 120px 80px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .swiper-banner .swiper-slide .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-banner .main-title {
    max-width: 300px;
    text-align: center;
  }
  .swiper-banner .swiper-controls-container {
    bottom: 90px;
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0 0px 0 0;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .swiper-banner .swiper-controls-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-banner .swiper-controls-container .swiper-controls {
    justify-content: center;
  }
  .swiper-banner .swiper-controls-container .swiper-pagination {
    align-items: center;
  }
  .swiper-banner .swiper-slide .content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 125px 0 220px 15px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .swiper-banner .swiper-slide .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-banner .main-title {
    max-width: unset;
  }
  .swiper-banner .swiper-controls-container .swiper-controls {
    gap: 20px;
  }
  .swiper-banner .swiper-controls-container .swiper-pagination {
    align-items: center;
  }
  .swiper-banner .swiper-controls-container .swiper-pagination-bullet {
    margin: 0 15px;
  }
}
.produtos-home {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(157, 196, 180, 0.4);
  height: 788px;
}
.produtos-home .cores-no-canto {
  position: absolute;
  right: 0;
  top: 0;
  width: 187px;
  height: 135px;
}
.produtos-home .container-xl {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.produtos-home h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  font-weight: 700;
  padding-bottom: 20px;
  color: #0D3223;
}
.produtos-home .linhas-card-div {
  display: flex;
  justify-content: space-around;
}
.produtos-home .linhas-card-div .card-linha {
  width: 340px;
  cursor: pointer;
  height: 340px;
  display: flex;
  flex-direction: column-reverse;
}
.produtos-home .linhas-card-div .card-linha .card-linha-bottom h3 {
  padding: 25px 30px;
  background-color: #0b6c44;
  font-size: 18px;
  color: #efefef;
  border-bottom-left-radius: 25px;
}
.produtos-home .linhas-card-div .card-linha img {
  width: 100%;
}

#excelencia-tecnica-container {
  position: relative;
}
#excelencia-tecnica-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  margin-left: -35%;
}
#excelencia-tecnica-container .right-side {
  position: relative;
  z-index: 5;
  margin-left: 50%;
}
#excelencia-tecnica-container .right-side .format {
  position: absolute;
  height: 100%;
  width: auto;
  transform: translateX(calc(-100% + 2px));
}
#excelencia-tecnica-container .right-side .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
}
#excelencia-tecnica-container .content {
  padding: 120px calc((100vw - 1366px) / 2 + 100px) 100px 20px;
  background-color: #0B6C44;
}
#excelencia-tecnica-container .content .section-title {
  margin-bottom: 16px;
}
#excelencia-tecnica-container .content p {
  font-size: 16px;
  line-height: 24px;
  color: #EFEFEF;
  margin-bottom: 16px;
  margin-left: 15px;
}
#excelencia-tecnica-container .content p strong {
  color: #49E9AC;
}
#excelencia-tecnica-container .content .fluorescent-button {
  margin-left: 15px;
}

@media screen and (max-width: 1199.98px) {
  #excelencia-tecnica-container img {
    margin-left: -45%;
  }
  #excelencia-tecnica-container .content {
    padding: 120px 15px 100px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #excelencia-tecnica-container img {
    margin-left: -45%;
  }
  #excelencia-tecnica-container .right-side {
    margin-left: 47%;
  }
  #excelencia-tecnica-container .right-side .triangle {
    display: none;
  }
  #excelencia-tecnica-container .content {
    padding: 120px 15px 100px 0px;
  }
  #excelencia-tecnica-container .content p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #excelencia-tecnica-container img {
    display: none;
  }
  #excelencia-tecnica-container .right-side {
    margin: 0;
  }
  #excelencia-tecnica-container .right-side .format {
    display: none;
  }
  #excelencia-tecnica-container .content {
    padding: 80px 15px;
    width: unset;
  }
  #excelencia-tecnica-container .content p {
    text-align: center;
    padding: 0;
  }
  #excelencia-tecnica-container .content .fluorescent-button {
    margin: 0;
  }
}
.section-segmentos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 40px 0 120px 40px;
}
@media screen and (max-width: 767.98px) {
  .section-segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-segmentos .section-title {
  text-align: center;
}

.swiper-segmentos .swiper-controls {
  justify-content: center;
  margin-top: 45px;
  padding-right: 40px;
}
.swiper-segmentos .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 9px;
  height: 9px;
  padding: 6px;
}
.swiper-segmentos .swiper-slide {
  cursor: pointer;
  width: 276px;
  height: 488px;
  display: block;
  overflow: hidden;
}
.swiper-segmentos .swiper-slide:hover .card-segmento-top, .swiper-segmentos .swiper-slide.opened .card-segmento-top {
  height: 0%;
}
.swiper-segmentos .swiper-slide:hover .card-segmento-bottom, .swiper-segmentos .swiper-slide.opened .card-segmento-bottom {
  height: 100%;
  border-radius: 12px;
}
.swiper-segmentos .swiper-slide:hover .card-segmento-bottom p, .swiper-segmentos .swiper-slide.opened .card-segmento-bottom p {
  padding-top: 0;
}
.swiper-segmentos .swiper-slide .card-segmento-top {
  height: 83%;
}
.swiper-segmentos .swiper-slide .card-segmento-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.swiper-segmentos .swiper-slide .card-segmento-bottom {
  padding: 30px;
  border-radius: 0 0 12px 12px;
  height: 16%;
  background-color: #0B6C44;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-segmentos .swiper-slide .card-segmento-bottom h3 {
  font-size: 18px;
  line-height: 22px;
  color: #EFEFEF;
  font-weight: bold;
}
.swiper-segmentos .swiper-slide .card-segmento-bottom p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #EFEFEF;
  padding-right: 15px;
}
.swiper-segmentos .swiper-slide .card-segmento-bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #D0F57A;
}

@media screen and (max-width: 991.98px) {
  .section-segmentos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 40px 0 120px 25px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .section-segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-segmentos .section-title {
    text-align: center;
  }
  .swiper-segmentos .swiper-controls {
    padding-right: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-segmentos .section-title {
    text-align: center;
  }
  .swiper-segmentos .swiper-controls {
    padding-right: 0;
  }
}
#produtos-container {
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 86%);
}
#produtos-container > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#produtos-container > svg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
#produtos-container #produtos {
  padding-bottom: 190px;
}

.title-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 120px 150px 0px 150px;
}
@media screen and (max-width: 767.98px) {
  .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#produtos .produto {
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  border-radius: 0 0 0 32px;
  border: #D0F57A;
  border-bottom: 3px solid #D0F57A;
  background: #EFEFEF;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
#produtos .produto:hover .hidden, #produtos .produto.opened .hidden {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  pointer-events: all;
  z-index: 10;
}
#produtos .produto:hover, #produtos .produto.opened {
  cursor: pointer;
}
#produtos .produto:hover .icone, #produtos .produto.opened .icone {
  transition: 300ms;
  transform: scale(1.05);
}
#produtos .produto:hover, #produtos .produto.opened {
  transition: 300ms;
}
#produtos .produto img {
  width: 100%;
  aspect-ratio: 338/246;
}
#produtos .produto .hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  padding: 55px 30px 30px 25px;
  background-color: #0B6C44;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#produtos .produto .content {
  padding: 42px 20px;
  border-radius: 0 0 0 18px;
  display: flex;
}
#produtos .produto .content h3 {
  max-width: 234px;
  color: #0B6C44;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}
#produtos .produto .content .icone {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  aspect-ratio: 1;
  padding: 36px 18px;
  border-radius: 50%;
  background-color: rgba(3, 98, 1, 0.2);
  margin-bottom: 25px;
}
#produtos .produto h3 {
  font-size: 18px;
  line-height: 105%;
  color: #EFEFEF;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#produtos .produto p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0B6C44;
  margin-bottom: 0;
  text-align: center;
}
#produtos .produto p::after {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  width: 107px;
  height: 2px;
  background-color: #0D3223;
  margin-top: 25px;
}
#produtos .produto a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #D0F57A;
}

@media screen and (max-width: 1399.98px) {
  .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 100px 0px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 25px 0px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #produtos-container {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
  }
  #produtos-container > img {
    display: none;
  }
  #produtos-container #produtos {
    padding-bottom: 190px;
  }
  .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 25px 0px 25px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #produtos-container {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%);
  }
  #produtos-container > svg {
    display: none;
  }
}
#social-media {
  background-color: #FFFFFF;
  position: relative;
  z-index: 6;
}

#social-media-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 120px 40px 0px 40px;
}
@media screen and (max-width: 767.98px) {
  #social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#social-media-container .section-title {
  text-align: center;
}
#social-media-container .swiper-slide {
  display: block;
  height: 369px !important;
  width: 296px !important;
  overflow: hidden;
}
#social-media-container .swiper-slide:hover img {
  transform: scale(1.1);
}
#social-media-container .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 296/369;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-media-container {
  display: flex;
  align-items: center;
  gap: 90px;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 80px 40px 120px 40px;
}
@media screen and (max-width: 767.98px) {
  .social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.social-media-container .line {
  width: 100%;
  height: 2px;
  background: #0B6C44;
}

.social-icons-container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.social-icons-container a:not(.linkedin, .youtube):hover path {
  fill: #D0F57A;
}
.social-icons-container a:not(.facebook, .instagram) :hover path {
  stroke: #D0F57A;
}

@media screen and (max-width: 1199.98px) {
  #social-media-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 0px 0px 25px;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #social-media-container .section-title {
    padding-right: 25px;
  }
  .social-media-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 0px 120px 0px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #social-media-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 100px 0px 0px 25px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #social-media-container .section-title {
    padding-left: calc(30% + 15px);
    padding-right: calc(30% + 15px);
  }
  .social-media-container {
    justify-content: center;
  }
  .social-media-container .line {
    display: none;
  }
  .social-media-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 60px 0px 50px 0px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #social-media-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 100px 0px 0px 25px;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #social-media-container .section-title {
    padding: 0;
  }
  #social-media-container .swiper-slide {
    width: 287px !important;
  }
  .social-media-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 50px 0px 80px 0px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .social-media-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#blog-home {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 120px 40px;
}
@media screen and (max-width: 767.98px) {
  #blog-home {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#blog-home .moss-green-button {
  display: none;
}

.blog-home-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.blog-home-head .section-title {
  margin-bottom: 0;
}
.blog-home-head a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #0B6C44;
}

.blog-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}
.blog-grid .post.featured {
  grid-row: span 2;
}
.blog-grid .post.featured .image-container {
  min-height: 295px;
  max-height: 295px;
  aspect-ratio: unset;
}
.blog-grid .post.featured .image-container img {
  aspect-ratio: unset;
}
.blog-grid .post:not(.featured) {
  display: flex;
}
.blog-grid .post:not(.featured) .image-container {
  flex: 1;
  max-width: 262px;
  border-radius: 8px 2px 2px 8px;
  aspect-ratio: 262/224;
}
.blog-grid .post:not(.featured) .image-container img {
  border-radius: 8px 2px 2px 8px;
  aspect-ratio: 262/224;
}
.blog-grid .post:not(.featured) .content-container {
  flex: 1.5;
  border: 1px solid #BEB9B9;
  border-radius: 0 8px 8px 0;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1199.98px) {
  #blog-home {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 25px 120px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #blog-home {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #blog-home {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 22% 100px 22%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #blog-home {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #blog-home .moss-green-button {
    display: block;
    margin: auto;
    margin-top: 70px;
  }
  .blog-home-head {
    display: block;
  }
  .blog-home-head .section-title {
    text-align: center;
  }
  .blog-home-head a {
    display: none;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid .post:not(.featured) {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  #blog-home {
    padding: 0 20% 100px 20% !important;
  }
  #blog-home .moss-green-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  #blog-home {
    padding: 0 15px 100px 15px !important;
  }
}
.main-segmentos {
  background-color: #EFEFEF;
}
.main-segmentos #produtos .produto {
  background: #fff;
}
.main-segmentos .title {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 150px 0px 150px;
}
.main-segmentos .title h2 {
  font-weight: 700;
  font-size: 40px;
  /* idêntico à altura da caixa ou 48px */
  text-transform: uppercase;
  /* verde-escuro */
  color: #0d3223;
  margin-bottom: 20px;
}
.main-segmentos .title .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 550px;
  /* verde-médio */
  color: #0b6c44;
}
.main-segmentos .title .breadcrumbs {
  margin-top: 43px;
  margin-bottom: 32px;
}
.main-segmentos .title .breadcrumbs p,
.main-segmentos .title .breadcrumbs a,
.main-segmentos .title .breadcrumbs span {
  color: #0d3223;
  margin: 0;
}
.main-segmentos .card-segmento {
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  border-radius: 0 0 0 18px;
  position: relative;
  aspect-ratio: 338/290;
  background: #EFEFEF;
  flex: 0 0 calc((100% - 60px) / 3);
  border-bottom-left-radius: 30px;
  border-bottom: 4px solid #D0F57A;
}
.main-segmentos .card-segmento:hover .hidden, .main-segmentos .card-segmento.opened .hidden {
  clip-path: polygon(100% -100%, -100% 100%, 100% 100%);
  pointer-events: all;
  z-index: 10;
}
.main-segmentos .card-segmento .content {
  padding: 30px;
}
.main-segmentos .card-segmento .content .title {
  min-height: 30px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
}
.main-segmentos .card-segmento .content .subtitle {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* verde-escuro */
  color: #0d3223;
}
.main-segmentos .card-segmento .content a {
  font-weight: 700;
  font-size: 18px;
  line-height: 105%;
  /* idêntico à altura da caixa ou 19px */
  text-transform: uppercase;
  /* verde-médio */
  color: #0b6c44;
}
.main-segmentos .card-segmento .img-wrapper {
  position: relative;
}
.main-segmentos .card-segmento .img-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 338/290;
  border-bottom-left-radius: 30px;
}
.main-segmentos .card-segmento .hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  padding: 55px 30px 30px 40px;
  background-color: #D0F57A;
  clip-path: polygon(100% 80%, 80% 100%, 100% 100%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}
.main-segmentos .card-segmento .hidden h3 {
  color: #0D3223;
  position: unset;
}
.main-segmentos .card-segmento h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 105%;
  /* idêntico à altura da caixa ou 19px */
  text-transform: uppercase;
  /* verde-escuro */
  color: #0d3223;
}
.main-segmentos .card-segmento a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #0D3223;
}

#segmentos-container {
  background-color: #FFFFFF;
  position: relative;
  z-index: 6;
  background-color: #fff;
  padding-bottom: 120px;
}
#segmentos-container .row {
  --bs-gutter-x: 0;
}

#segmentos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 60px 150px 110px 150px;
}
@media screen and (max-width: 767.98px) {
  #segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#segmentos .swiper .swiper-slide {
  width: 338px;
}
#segmentos .swiper .swiper-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
}
#segmentos .swiper .swiper-button-prev,
#segmentos .swiper .swiper-button-next {
  margin: 0 10px;
  position: relative;
}
#segmentos .swiper .swiper-pagination-bullet {
  background: #0b6c44;
  transform: scale(0.5);
  margin: 0 10px !important;
}
#segmentos .swiper .swiper-pagination-bullet-active {
  transform: none;
}
.entre-em-contato {
  max-width: 1366px;
  margin: auto;
  display: flex;
  background: #EFEFEF;
  clip-path: polygon(95% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}
.entre-em-contato .content {
  padding: 78px 48px 78px 80px;
}
.entre-em-contato .content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 105%;
  /* idêntico à altura da caixa ou 34px */
  text-transform: uppercase;
  /* verde-escuro */
  color: #0d3223;
}
.entre-em-contato .content p {
  margin-top: 24px;
  max-width: 770px;
  /* Title */
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* ou 156% */
  /* verde-escuro */
  color: #0d3223;
}
.entre-em-contato .content a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  /* idêntico à altura da caixa ou 21px */
  text-transform: uppercase;
  /* verde-médio */
  color: #0b6c44;
}
@media screen and (max-width: 991.98px) {
  .entre-em-contato {
    clip-path: unset;
  }
  .entre-em-contato .content {
    padding: 10px 15px;
  }
  .entre-em-contato img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .entre-em-contato .content {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1399.98px) {
  #segmentos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 60px 100px 110px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  .main-segmentos .title {
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1199.98px) {
  #segmentos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 60px 25px 110px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-segmentos .title {
    padding: 0px 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #segmentos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 60px 24% 110px 24%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-segmentos .title {
    padding: 0px 24%;
  }
  .card-segmento {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767.98px) {
  #segmentos {
    padding: 60px 20% 80px 20% !important;
  }
  .main-segmentos .title {
    padding: 0px 20% !important;
  }
}
@media screen and (max-width: 575.98px) {
  #segmentos {
    padding: 60px 15px 80px 15px !important;
  }
  .main-segmentos .title {
    padding: 0px 15px !important;
  }
}
#sobre-aditivos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 120px 150px 0px 150px;
}
@media screen and (max-width: 767.98px) {
  #sobre-aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#sobre-aditivos {
  border-radius: 8px;
  position: relative;
}
#sobre-aditivos h3 {
  font-size: 24px;
  line-height: 35px;
  color: #0D3223;
  margin-top: 35px;
  margin-bottom: 15px;
}
#sobre-aditivos p {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #0D3223;
  margin-bottom: 10px;
}
#sobre-aditivos .button-green-gradient {
  margin: auto;
  margin-top: 45px;
}

@media screen and (max-width: 1199.98px) {
  #sobre-aditivos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 40px 0px 40px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #sobre-aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #sobre-aditivos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 0px 40px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #sobre-aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #sobre-aditivos h3 {
    font-size: 22px;
    line-height: 29px;
  }
  #sobre-aditivos p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767.98px) {
  #sobre-aditivos p, #sobre-aditivos h3 {
    text-align: center;
  }
}
#duvidas-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 120px 150px 120px 150px;
}
@media screen and (max-width: 767.98px) {
  #duvidas-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1199.98px) {
  #duvidas-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 40px 90px 40px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #duvidas-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #duvidas-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 70px 40px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #duvidas-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .accordion-head {
    padding: 35px 30px;
  }
  .inner .content {
    margin: 0 30px 25px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  #duvidas-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 70px 40px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #duvidas-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .accordion-head {
    padding: 25px 15px;
  }
  .inner .content {
    margin: 0 15px 25px 15px;
  }
}
#segment-description-container {
  position: relative;
  z-index: 10;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 180px 120px 150px;
}
@media screen and (max-width: 767.98px) {
  #segment-description-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#segment-description-container {
  margin-top: -190px;
}

#segment-description {
  display: flex;
  gap: 8%;
}
#segment-description img {
  width: 516px;
  height: 532px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
#segment-description .content {
  align-self: flex-end;
  padding-bottom: 40px;
}
#segment-description .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0D3223;
}

@media screen and (max-width: 1399.98px) {
  #segment-description-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 11% 120px 10%;
    margin-top: -190px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #segment-description-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #segment-description-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 5% 120px 5%;
    margin-top: -190px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #segment-description-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #segment-description .content {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 991.98px) {
  #segment-description-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 30px 60px 120px 60px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #segment-description-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #segment-description {
    flex-direction: column-reverse;
    gap: 40px;
  }
  #segment-description img {
    align-self: center;
  }
  #segment-description .content {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  #segment-description .content {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  #segment-description img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
#diferencas {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 150px 30px 110px;
}
@media screen and (max-width: 767.98px) {
  #diferencas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#diferencas svg {
  position: absolute;
  right: -105px;
  top: -100px;
}
#diferencas .section-title {
  margin-bottom: 25px;
}
#diferencas .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0D3223;
}

.swiper-diferencas {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767.98px) {
  .swiper-diferencas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.swiper-diferencas .swiper-slide {
  width: 328px;
  height: 364px;
}
.swiper-diferencas .swiper-slide img {
  height: 100%;
  width: 100%;
  aspect-ratio: 328/364;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-diferencas .swiper-controls {
  margin-top: 50px;
  justify-content: center;
}
.swiper-diferencas .swiper-controls .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 9px;
  height: 9px;
  padding: 6px;
}

@media screen and (max-width: 1199.98px) {
  #diferencas {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 150px 30px 90px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #diferencas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #diferencas {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 60px 30px 60px;
    position: relative;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #diferencas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #diferencas svg {
    display: none;
  }
  #diferencas .section-title {
    text-align: left;
  }
  .swiper-diferencas {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0 0 100px 0;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .swiper-diferencas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-diferencas .swiper-slide {
    width: 328px;
    height: 364px;
  }
  .swiper-diferencas .swiper-slide img {
    height: 100%;
    width: 100%;
    aspect-ratio: 328/364;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-diferencas .swiper-controls {
    margin-top: 50px;
    justify-content: center;
  }
  .swiper-diferencas .swiper-controls .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 9px;
    height: 9px;
    padding: 6px;
  }
}
@media screen and (max-width: 767.98px) {
  #diferencas .section-title {
    text-align: center;
  }
  #diferencas .content {
    text-align: center;
  }
  .swiper-diferencas {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0 0 100px 0;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .swiper-diferencas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-diferencas .swiper-slide {
    width: 290px;
    height: 344px;
  }
  .swiper-diferencas .swiper-slide img {
    height: 100%;
    width: 100%;
    aspect-ratio: 328/364;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-diferencas .swiper-controls {
    margin-top: 50px;
    justify-content: center;
  }
  .swiper-diferencas .swiper-controls .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 9px;
    height: 9px;
    padding: 6px;
  }
}
#form-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 330px 80px 330px;
}
@media screen and (max-width: 767.98px) {
  #form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#form-container {
  margin-top: -250px;
  position: relative;
  z-index: 10;
}

#form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 50px 30px 20px 30px;
  background-color: #D6E4DE;
  border-radius: 20px;
}
#form form input[type=text], #form form input[type=email], #form form input[type=tel], #form form textarea {
  width: 100%;
  padding-left: 20px;
  background: transparent;
  border: 1px solid #8A9C94;
  border-radius: 8px;
  height: 65px;
  color: #0D3223;
  font-size: 16px;
  line-height: 24px;
}
#form form input::-moz-placeholder, #form form textarea::-moz-placeholder {
  color: #8A9C94;
  font-size: 16px;
  line-height: 24px;
}
#form form input::placeholder, #form form textarea::placeholder {
  color: #8A9C94;
  font-size: 16px;
  line-height: 24px;
}
#form form textarea {
  height: 260px;
  padding: 20px;
}
#form form .checkbox-label {
  display: flex;
  gap: 10px;
  flex-direction: row;
  text-transform: none;
}
#form form .checkbox-label a {
  text-decoration-line: underline;
  color: #026201;
}

@media screen and (max-width: 1399.98px) {
  #form-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 22% 80px 22%;
    margin-top: -250px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #form-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 15% 80px 15%;
    margin-top: -250px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #form-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 10% 80px 10%;
    margin-top: -250px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 40px 15px 10px 15px;
  }
}
#map-section-container {
  position: relative;
}
#map-section-container img {
  width: 100%;
}

#map-container {
  background-color: #0B6C44;
  margin-top: -1px;
}
#map-container > svg {
  position: absolute;
  left: 0;
  bottom: 0;
}

#map {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 100px 40px;
}
@media screen and (max-width: 767.98px) {
  #map {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#map {
  display: flex;
  color: #EFEFEF;
}
#map iframe {
  width: 100%;
  height: 762px;
  margin-top: -70px;
  border-radius: 20px;
}
#map .content .section-title {
  margin-bottom: 26px;
}
#map .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
#map .content .icon-container {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 32px;
  width: 310px;
}
#map .content .social-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  margin-top: 70px;
  margin-bottom: 25px;
}
#map .content .social-icons-container {
  display: flex;
  justify-content: start;
  gap: 50px;
}

@media screen and (max-width: 991.98px) {
  #map {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 30px 40px 80px 40px;
    display: flex;
    flex-direction: column;
    color: #EFEFEF;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #map {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #map iframe {
    margin-top: 30px;
    height: 100%;
    aspect-ratio: 16/10;
  }
  #map .content p {
    text-align: center;
  }
  #map .content .icon-container {
    margin: auto;
    margin-bottom: 32px;
  }
  #map .content .social-title {
    text-align: center;
  }
  #map .content .social-icons-container {
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  #map-container > svg {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  #map iframe {
    aspect-ratio: 1/1;
  }
}
.destaques {
  overflow-x: hidden;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 0px 40px;
}
@media screen and (max-width: 767.98px) {
  .destaques {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.destaques {
  margin-top: -200px;
}

.swiper-blog {
  position: relative;
}
.swiper-blog .swiper-controls-container {
  position: absolute;
  bottom: 35px;
  right: 50px;
}
.swiper-blog .swiper-controls-container svg {
  position: relative;
  z-index: 10;
}
.swiper-blog .swiper-controls-container .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 9px;
  height: 9px;
  padding: 6px;
}
.swiper-blog .swiper-wrapper {
  align-items: stretch;
}
.swiper-blog .swiper-slide {
  display: flex;
  clip-path: polygon(92% 0, 100% 19%, 100% 100%, 0 100%, 0 0);
  height: auto;
}
.swiper-blog .swiper-slide .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 80px;
  background-color: #0D3223;
  flex: 1;
  height: 100%;
  border-radius: 20px 0 0 20px;
}
.swiper-blog .swiper-slide .content .date {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #EFEFEF;
  margin-bottom: 20px;
}
.swiper-blog .swiper-slide .content h2 {
  font-size: 32px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.swiper-blog .swiper-slide .content .read {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #D0F57A;
}
.swiper-blog .swiper-slide .content .read:hover {
  color: #E4F9B2;
}
.swiper-blog .swiper-slide .content .read:hover path {
  stroke: #0D3223;
}
.swiper-blog .swiper-slide .content .read:hover rect {
  fill: #E4F9B2;
  stroke: #E4F9B2;
}
.swiper-blog .swiper-slide .image-container {
  flex: 1.5;
  position: relative;
  border-radius: 0 0 20px 0;
  overflow: hidden;
}
.swiper-blog .swiper-slide .image-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.76%, rgba(0, 0, 0, 0.382607) 81.1%, rgba(0, 0, 0, 0.74) 99.85%);
}
.swiper-blog .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 737/533;
}

#blog-container {
  display: flex;
  gap: 30px;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 140px 40px 120px 40px;
}
@media screen and (max-width: 767.98px) {
  #blog-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#blog-container > div {
  flex: 3;
}

#posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#posts-container .post {
  flex: 0 0 calc((100% - 60px) / 3);
}

#blog-pagination {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 55px;
  font-family: "Hagrid Text";
}
#blog-pagination .page-numbers:not(:has(> svg)) {
  font-weight: 700;
  font-size: 18px;
  line-height: 105%;
  padding: 17px 22px;
  border-radius: 50%;
  background: transparent;
  color: #0B6C44;
  border: 1px solid #0B6C44;
  cursor: pointer;
  transition: all 0.25s ease;
}
#blog-pagination .page-numbers:not(:has(> svg)):hover, #blog-pagination .page-numbers:not(:has(> svg)).current {
  color: #EFEFEF;
  background: #0B6C44;
  border-color: transparent;
}
#blog-pagination .page-numbers.dots {
  border: none;
  cursor: default;
}
#blog-pagination .page-numbers.dots:hover {
  background: transparent;
  color: #0B6C44;
}
#blog-pagination .prev {
  margin-right: 15px;
}
#blog-pagination .next {
  margin-left: 15px;
}

@media screen and (max-width: 1199.98px) {
  #posts-container .post {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 991.98px) {
  #blog-container {
    flex-direction: column;
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 140px 40px 80px 40px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #blog-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #blog-pagination {
    justify-content: center;
    margin-bottom: 80px;
  }
  .swiper-blog .swiper-controls-container {
    bottom: 35px;
    right: unset;
    z-index: 100;
    width: 100%;
  }
  .swiper-blog .swiper-controls-container .swiper-controls {
    justify-content: center;
  }
  .swiper-blog .swiper-slide {
    clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    flex-direction: column-reverse;
  }
  .swiper-blog .swiper-slide .content {
    padding: 80px 50px 110px 50px;
    border-radius: 0 0 20px 20px;
  }
  .swiper-blog .swiper-slide .content .date {
    font-size: 14px;
    line-height: 28px;
  }
  .swiper-blog .swiper-slide .content h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .swiper-blog .swiper-slide .image-container {
    border-radius: 20px 0 0 0;
  }
  .swiper-blog .swiper-slide .image-container img {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 575.98px) {
  #posts-container .post {
    flex: 0 0 100%;
  }
  .swiper-blog .swiper-slide {
    clip-path: polygon(85% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  }
  .swiper-blog .swiper-slide .content {
    padding: 50px 20px 110px 20px;
  }
  .swiper-blog .swiper-slide .image-container img {
    aspect-ratio: 1.5/1;
  }
}
.single-post-banner {
  position: relative;
}
.single-post-banner .paralelogramo {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  width: 60%;
  background-color: rgba(11, 108, 68, 0.6980392157);
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 15;
  position: relative;
  padding: 200px 220px 160px calc((100vw - 1366px) / 2 + 40px);
}
.single-post-banner .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.single-post-banner .image-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.single-post-banner .image-container img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-banner .main-title {
  text-align: left;
  margin-bottom: 16px;
}

@media screen and (max-width: 1399.98px) {
  .single-post-banner .paralelogramo {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1199.98px) {
  .single-post-banner .paralelogramo {
    width: 62%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .single-post-banner .paralelogramo {
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
    width: 73%;
    padding: 120px 145px 120px 40px;
  }
  .single-post-banner .paralelogramo .breadcrumbs, .single-post-banner .paralelogramo .rank-math-breadcrumb {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .single-post-banner .paralelogramo {
    clip-path: none;
    width: 100%;
    padding: 80px 15px;
  }
  .single-post-banner .paralelogramo .main-title {
    text-align: center;
  }
  .single-post-banner .paralelogramo .breadcrumbs, .single-post-banner .paralelogramo .rank-math-breadcrumb {
    padding-right: 0px;
  }
  .single-post-banner p {
    text-align: center;
  }
}
#single-post h2 {
  font-size: 32px;
  line-height: 46px;
  color: #0D3223;
  margin-bottom: 25px;
}

.general-info-container {
  display: flex;
  gap: 35px;
  margin-bottom: 35px;
}
.general-info-container > div {
  display: flex;
  gap: 5px;
}
.general-info-container > div span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0B6C44;
}

.something {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 80px 40px 40px 120px;
}
@media screen and (max-width: 767.98px) {
  .something {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.something {
  display: flex;
  gap: 10%;
}
.something #sidebar {
  flex: 0 0 22.5%;
}

.post-the-content {
  flex: 0 0 67.5%;
}
.post-the-content h2 {
  font-size: 24px;
  line-height: 35px;
  color: #0D3223;
  margin-bottom: 25px;
  margin-top: 30px;
}
.post-the-content h2:first-of-type {
  margin-top: 0;
}
.post-the-content h3 {
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 20px;
}
.post-the-content ul {
  padding-left: 40px;
  margin-bottom: 25px;
  list-style: disc;
}
.post-the-content a {
  color: #1F4F82;
}
.post-the-content p {
  font-size: 18px;
  line-height: 27px;
  color: #0D3223;
  margin-bottom: 20px;
}

#single-post-container {
  margin-top: 80px;
}
#single-post-container section {
  border-bottom: 1px solid #BEB9B9;
  padding: 40px 0px;
}
#single-post-container section:first-of-type {
  border-top: 1px solid #BEB9B9;
}
#single-post-container section:last-of-type {
  border-bottom: none;
}

#share-social-media .social-media-container {
  padding: 0;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: left;
}
#share-social-media .social-media-container a:hover {
  filter: brightness(120%);
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
.comment-form .author-container {
  order: -1;
}
.comment-form .email-container {
  order: -1;
}
.comment-form .textarea-container textarea {
  display: block;
  height: 261px;
}
.comment-form .checkbox-label {
  font-size: 15px;
  line-height: 22px;
}
.comment-form .moss-green-button {
  margin-top: 20px;
}

#comentaries {
  padding: 80px 0;
}
#comentaries .response {
  padding-left: 45px;
}
#comentaries .comentary, #comentaries .response {
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}
#comentaries .comentary img, #comentaries .response img {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
}
#comentaries .comentary .name, #comentaries .response .name {
  font-weight: 500;
  font-size: 20px;
  color: #0D3223;
  margin-bottom: 5px;
}
#comentaries .comentary .content, #comentaries .response .content {
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  margin-bottom: 0;
}

#see-too {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 120px 40px;
}
@media screen and (max-width: 767.98px) {
  #see-too {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#see-too .title-container {
  padding-left: 80px;
}
#see-too .post-container {
  display: flex;
  gap: 30px;
}
#see-too .post {
  display: flex;
}
#see-too .post .image-container {
  flex: 1;
  max-width: 262px;
  border-radius: 8px 2px 2px 8px;
  aspect-ratio: 262/224;
}
#see-too .post .image-container img {
  border-radius: 8px 2px 2px 8px;
  aspect-ratio: 262/224;
}
#see-too .post .content-container {
  flex: 1.5;
  border: 1px solid #BEB9B9;
  border-radius: 0 8px 8px 0;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1399.98px) {
  .something {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 40px 80px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .something {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  #see-too {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 40px 40px 40px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #see-too {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  #see-too .title-container {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .something {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .something {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #see-too {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 40px 120px 40px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #see-too {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #see-too .title-container {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991.98px) {
  .something {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 40px 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .something {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .general-info-container {
    justify-content: center;
  }
  #see-too .post-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 575.98px) {
  .general-info-container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  #share-social-media .social-media-container {
    gap: 15px;
  }
  #see-too .post {
    display: block;
  }
  #see-too .post .image-container {
    max-width: unset;
    border-radius: 8px 2px 2px 8px;
    aspect-ratio: 262/224;
  }
  #see-too .post .image-container img {
    border-radius: 8px 2px 2px 8px;
    aspect-ratio: 262/224;
  }
  #see-too .post .content-container {
    border-radius: 0 0 8px 8px;
    padding: 14px 24px 20px 24px;
    border: 1px solid #BEB9B9;
    border-top: none;
  }
}
#search-results .results-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #0D3223;
  margin: 75px 0 40px 0;
  padding: 0 15px;
}

#search-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 50px 40px;
}
@media screen and (max-width: 767.98px) {
  #search-posts-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#search-posts-container .post {
  flex: 0 0 calc((100% - 90px) / 4);
}

@media screen and (max-width: 1199.98px) {
  #search-posts-container .post {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 991.98px) {
  #search-posts-container .post {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  #search-posts-container {
    padding: 0 20% 100px 20% !important;
  }
  #search-posts-container .post {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 575.98px) {
  #search-posts-container {
    padding: 0 5% 100px 5% !important;
  }
}
.filters-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 60px;
}

#search-results {
  padding-bottom: 120px;
}
#search-results .section-title {
  max-width: 1366px;
  margin: auto;
  padding-left: 120px;
  padding-top: 120px;
  margin-bottom: 55px;
}
#search-results .segmentos, #search-results .posts, #search-results .produtos {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#search-results .segmentos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 170px 0px 120px;
}
@media screen and (max-width: 767.98px) {
  #search-results .segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#search-results .posts {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 200px 0px 120px;
}
@media screen and (max-width: 767.98px) {
  #search-results .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#search-results .posts > a {
  flex: 0 0 calc((100% - 60px) / 3);
}
#search-results .produtos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 0px 120px;
}
@media screen and (max-width: 767.98px) {
  #search-results .produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#search-results .produtos > a {
  flex: 0 0 calc((100% - 90px) / 4);
}

@media screen and (max-width: 1199.98px) {
  #search-results {
    padding-bottom: 80px;
  }
  #search-results .section-title {
    padding-left: 80px;
  }
  #search-results .produtos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 80px 0px 80px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #search-results .produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #search-results .produtos > a {
    flex: 0 0 calc((100% - 60px) / 3);
  }
  #search-results .posts {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 80px 0px 80px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #search-results .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #search-results .segmentos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 80px 0px 80px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #search-results .segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #search-results .section-title {
    padding-left: 0px;
  }
  #search-results .produtos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 24% 0px 24%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #search-results .produtos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #search-results .produtos > a {
    flex: 0 0 100%;
  }
  #search-results .posts {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 24% 0px 24%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #search-results .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #search-results .posts > a {
    flex: 0 0 100%;
  }
  #search-results .segmentos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 24% 0px 24%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #search-results .segmentos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #search-results .segmentos, #search-results .posts, #search-results .produtos {
    padding: 0px 20% 0px 20% !important;
  }
}
@media screen and (max-width: 575.98px) {
  #search-results .segmentos, #search-results .posts, #search-results .produtos {
    padding: 0px 15px 0px 15px !important;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.flex-container > a {
  flex: 0 0 calc((100% - 50px) / 3);
  max-width: calc((100% - 50px) / 3);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex-container > a .content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 129px;
  max-height: 136px;
}

#aditivos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 0px 40px;
}
@media screen and (max-width: 767.98px) {
  #aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#aditivos h2 {
  font-weight: 700;
  font-size: 40px;
  /* idêntico à altura da caixa ou 48px */
  text-transform: uppercase;
  /* verde-escuro */
  color: #0d3223;
  margin-bottom: 80px;
}
#aditivos .extra-filters .order-select {
  border: 1px solid #026201;
  color: #026201;
  font-weight: 400;
  font-size: 13px;
  border-radius: 5px;
  padding: 21px 15px;
  cursor: pointer;
  background-color: transparent;
  width: 200px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23026201' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}
#aditivos .extra-filters .search-container {
  flex-grow: 1;
  max-width: 305px;
  position: relative;
}
#aditivos .extra-filters .search-container input {
  border: 1px solid #026201;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
}
#aditivos .extra-filters .search-container input::-moz-placeholder {
  color: #026201;
}
#aditivos .extra-filters .search-container input::placeholder {
  color: #026201;
}
#aditivos .extra-filters .search-container input:focus {
  outline: none;
  box-shadow: none;
}
#aditivos .extra-filters .search-container button {
  position: absolute;
  background: #026201;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: 1px solid #026201;
  right: 20px;
  border-radius: 0 5px 5px 0;
  width: 43px;
  height: 43px;
  padding: 5px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#aditivos .extra-filters .search-container button:hover {
  background: #024b17;
}
#aditivos .sidebar-filtros hr {
  border-color: #ddd;
  border: 2px solid #ddd;
  margin: 30px 0;
}
#aditivos .sidebar-filtros hr:first-of-type {
  margin-top: 0;
}
#aditivos .btn-categoria {
  display: block;
  width: 100%;
  text-align: left;
  padding: 23px 20px;
  margin-bottom: 20px;
  background: transparent;
  border: none;
  color: #023611;
  font-weight: 800;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  /* Desktop/Label-button */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  /* verde-escuro */
  color: #0d3223;
}
#aditivos .btn-categoria.active,
#aditivos .btn-categoria:hover {
  background: #026201;
  color: #fff;
}
#aditivos .objetivo-title {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #023611;
}
#aditivos .form-check-label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  cursor: pointer;
  margin-left: 8px;
}
#aditivos .form-check-input {
  cursor: pointer;
  accent-color: #026201;
  border: 1px solid #026201;
}
#aditivos .breadcrumbs {
  margin-top: 43px;
  margin-bottom: 32px;
}
#aditivos .breadcrumbs p,
#aditivos .breadcrumbs a,
#aditivos .breadcrumbs span {
  color: #0d3223;
  margin: 0;
}
#aditivos #blog-pagination {
  justify-content: center;
}
#aditivos .options {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.blocks {
  display: none;
}
.blocks.opened {
  display: block;
}

.list {
  display: none;
  margin-bottom: 50px;
}
.list.opened {
  display: block;
}
.list ul {
  -moz-column-count: 2;
       column-count: 2;
}
.list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  color: #026201;
}
.list li a:hover {
  color: #258E24;
}
.list li a:hover path {
  stroke: #258E24;
}

.aditivos #clip-banner,
.segmentos #clip-banner {
  clip-path: none;
  overflow: auto;
}
.aditivos #clip-banner .breadcrumbs,
.segmentos #clip-banner .breadcrumbs {
  display: none;
}
.aditivos #clip-banner::before,
.segmentos #clip-banner::before {
  z-index: 2;
}
.aditivos #clip-banner img,
.segmentos #clip-banner img {
  z-index: 1;
}
.aditivos #clip-banner #clip-banner-container,
.segmentos #clip-banner #clip-banner-container {
  padding: 0;
  height: 155px;
}
.aditivos #clip-banner #clip-banner-container h1,
.segmentos #clip-banner #clip-banner-container h1 {
  display: none;
}

#aditivos-container {
  padding-bottom: 120px;
}

@media screen and (max-width: 1199.98px) {
  #aditivos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 40px 0px 40px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .flex-container > a {
    flex: 0 0 calc((100% - 25px) / 2);
    max-width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .flex-container > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  #aditivos .options {
    gap: 15px;
    flex-direction: column;
  }
}
@media screen and (max-width: 575.98px) {
  .flex-container > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#produtos-masterfil-container {
  position: relative;
  background-color: #0B6C44;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}
#produtos-masterfil-container .title-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 120px 0px 120px;
}
@media screen and (max-width: 767.98px) {
  #produtos-masterfil-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#produtos-masterfil-container .title-container {
  position: relative;
  z-index: 5;
}

#produtos-masterfil {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 120px 120px 120px;
}
@media screen and (max-width: 767.98px) {
  #produtos-masterfil {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#produtos-masterfil {
  display: flex;
  gap: 30px;
}
#produtos-masterfil .produto {
  position: relative;
  z-index: 5;
  flex: 0 0 calc((100% - 30px) / 2);
  display: flex;
}
#produtos-masterfil .produto .custom-border {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D3223;
  clip-path: polygon(60% 0, 100% 40%, 100% 100%, 0 100%, 0 0);
}
#produtos-masterfil .produto .content {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  clip-path: polygon(60% 0, 100% 40%, 100% 100%, 0 100%, 0 0);
  padding: 190px 80px 30px 30px;
  background-color: #0B6C44;
}
#produtos-masterfil .produto h3 {
  font-size: 18px;
  line-height: 105%;
  text-transform: uppercase;
  color: #EFEFEF;
  margin-bottom: 25px;
}
#produtos-masterfil .produto .read {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #D0F57A;
}
#produtos-masterfil .produto .read:hover {
  color: #E4F9B2;
}
#produtos-masterfil .produto .read:hover path {
  stroke: #0D3223;
}
#produtos-masterfil .produto .read:hover rect {
  fill: #E4F9B2;
  stroke: #E4F9B2;
}
#produtos-masterfil .produto .image-container {
  flex: 1;
  position: relative;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
#produtos-masterfil .produto .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1399.98px) {
  #produtos-masterfil .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 110px 100px 0px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #produtos-masterfil .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  #produtos-masterfil {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 100px 120px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #produtos-masterfil {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #produtos-masterfil .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 25px 0px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #produtos-masterfil .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #produtos-masterfil {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 25px 120px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #produtos-masterfil {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #produtos-masterfil .produto .content {
    padding: 190px 30px 30px 30px;
  }
}
@media screen and (max-width: 991.98px) {
  #produtos-masterfil-container {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
  #produtos-masterfil-container .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 100px 120px 0px 120px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #produtos-masterfil-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #produtos-masterfil {
    flex-direction: column;
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 20% 80px 20%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #produtos-masterfil {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #produtos-masterfil {
    padding: 0 12% 80px 12%;
  }
}
@media screen and (max-width: 575.98px) {
  #produtos-masterfil-container {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }
  #produtos-masterfil-container .title-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 100px 120px 0px 120px;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  #produtos-masterfil-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  #produtos-masterfil {
    padding: 0 15px 80px 15px;
  }
  #produtos-masterfil .produto {
    flex-direction: column;
    clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
  }
  #produtos-masterfil .produto .custom-border {
    clip-path: none;
    border: 1px solid #0D3223;
    border-radius: 0 0 20px 20px;
  }
  #produtos-masterfil .produto .content {
    clip-path: none;
    width: 100%;
    height: 100%;
    padding: 50px 15px 30px 30px;
    border-radius: 0 0 20px 20px;
  }
}
#excelencia-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 40px 120px 40px;
}
@media screen and (max-width: 767.98px) {
  #excelencia-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#excelencia-container {
  display: flex;
}
#excelencia-container .left-sec-inst div {
  position: relative;
  z-index: 10;
  background-color: rgba(3, 98, 1, 0.8);
  padding: 80px 55px;
  border-radius: 8px;
  backdrop-filter: blur(3px);
  transform: translateX(75px);
}
#excelencia-container .left-sec-inst div p {
  color: #EFEFEF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
#excelencia-container img {
  position: relative;
  z-index: 5;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  width: 626px;
  height: 660px;
  aspect-ratio: 626/660;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -200px;
}

@media screen and (max-width: 1399.98px) {
  #excelencia-container img {
    margin-right: calc(100vw - 1400px);
  }
}
@media screen and (max-width: 991.98px) {
  #excelencia-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 50px 40px 60px 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #excelencia-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #excelencia-container .left-sec-inst div {
    transform: unset;
  }
  #excelencia-container .left-sec-inst p {
    text-align: center;
  }
  #excelencia-container img {
    margin: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  #excelencia-container .left-sec-inst div {
    padding: 40px 15px;
  }
  #excelencia-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.green-paralelogram {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  clip-path: polygon(0 49%, 100% 68%, 100% 100%, 0 100%);
  background-color: #0B6C44;
  top: 0;
  z-index: 5;
}

.section-msv-container {
  margin-top: -300px;
}

.section-msv {
  position: relative;
}
.section-msv img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-msv .cards-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0 150px 80px 150px;
}
@media screen and (max-width: 767.98px) {
  .section-msv .cards-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-msv .cards-container {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.section-msv .cards-container svg {
  height: 76px;
  width: 76px;
}
.section-msv .cards-container .card {
  flex: 0 0 calc((100% - 60px) / 3);
  display: flex;
  align-items: center;
  align-items: center;
  border-radius: 16px;
  background-color: #d4d8d6;
  padding: 30px 20px;
  justify-content: center;
  text-align: center;
}
.section-msv .cards-container .card .spacer {
  width: 107px;
  margin: 20px 0;
  border-bottom: 2px solid #0D3223;
  opacity: 1;
}
.section-msv .cards-container .card h3 {
  font-size: 20px;
  color: #0D3223;
  margin-top: 25px;
}
.section-msv .cards-container .card p {
  color: #0D3223;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1399.98px) {
  .section-msv .cards-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0 8% 80px 8%;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .section-msv .cards-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-msv .cards-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0 5% 80px 5%;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .section-msv .cards-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .green-paralelogram {
    clip-path: polygon(0 1%, 100% 16%, 106% 101%, 0 92%);
  }
  .section-msv-container {
    margin-top: 0px;
  }
  .section-msv img {
    display: none;
  }
  .section-msv .cards-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 20% 80px 20%;
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .section-msv .cards-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-msv .cards-container .card {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .section-msv .cards-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 20% 80px 20%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .section-msv .cards-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#politica-qualidade {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 120px 40px 120px 40px;
}
@media screen and (max-width: 767.98px) {
  #politica-qualidade {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#politica-qualidade {
  display: flex;
  align-items: center;
  gap: 100px;
}
#politica-qualidade .section-title {
  text-align: left;
  margin-bottom: 26px;
}

@media screen and (max-width: 1399.98px) {
  #politica-qualidade {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 40px 120px 40px;
    gap: 8%;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #politica-qualidade {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #politica-qualidade {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 40px 80px 40px;
    display: block;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #politica-qualidade {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #politica-qualidade .accordion {
    margin-top: 50px;
  }
  #politica-qualidade .section-title {
    margin-bottom: 26px;
  }
}
.certification-item {
  background-color: #0B6C44;
  border-radius: 8px;
}
.certification-item .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 340/216;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 32px;
}
.certification-item .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.certification-item p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #EFEFEF;
  padding: 25px 20px;
  margin-bottom: 0;
}

#referencia-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 120px 120px 120px 120px;
}
@media screen and (max-width: 767.98px) {
  #referencia-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#referencia-container {
  display: flex;
  gap: 75px;
}
#referencia-container img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 540/569;
}
#referencia-container .content .section-title {
  margin-bottom: 10px;
}
#referencia-container .content p {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D3223;
}

@media screen and (max-width: 1399.98px) {
  #referencia-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 80px 120px 80px;
    gap: 5%;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #referencia-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #referencia-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 25px 120px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #referencia-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #referencia-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 25px 80px 25px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #referencia-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #referencia-container .content .section-title {
    margin-bottom: 26px;
  }
  #referencia-container .content p {
    margin-left: 0;
    margin-bottom: 50px;
  }
  #referencia-container img {
    width: 626px;
    height: 660px;
  }
}
@media screen and (max-width: 767.98px) {
  #referencia-container .content p {
    text-align: center;
  }
  #referencia-container img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 575.98px) {
  #referencia-container img {
    aspect-ratio: 1/1;
  }
}
#not-found {
  background-color: #0B6C44;
  overflow: hidden;
  position: relative;
}

#not-found-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 250px 180px 150px;
}
@media screen and (max-width: 767.98px) {
  #not-found-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#not-found-container {
  position: relative;
}
#not-found-container .breadcrumbs, #not-found-container .rank-math-breadcrumb {
  margin-bottom: 30px;
}
#not-found-container .content {
  position: relative;
  z-index: 5;
}
#not-found-container .main-title {
  margin-bottom: 20px;
  text-align: left;
}
#not-found-container p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #EFEFEF;
  margin-bottom: 50px;
  max-width: 430px;
}
#not-found-container svg {
  position: absolute;
  top: 80px;
  right: -50px;
  overflow: hidden;
}

@media screen and (max-width: 1399.98px) {
  #not-found-container svg {
    right: calc((100vw - 1366px) / 2 - 50px);
  }
}
@media screen and (max-width: 991.98px) {
  #not-found-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 200px 150px 180px 150px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #not-found-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #not-found-container p {
    text-align: center;
    max-width: unset;
  }
  #not-found-container .fluorescent-button {
    margin: auto;
  }
  #not-found-container .main-title {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  #not-found-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 150px 80px 150px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #not-found-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #not-found-container svg {
    display: none;
  }
}
.swiper-gallery-container {
  min-width: 0;
  aspect-ratio: 576/597;
  flex: 0 0 50%;
}

.swiper-gallery {
  margin-bottom: 25px;
}
.swiper-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  aspect-ratio: 576/393;
}
.swiper-gallery .swiper-slide img {
  border-radius: 32px;
}

.swiper-gallery-container img, .swiper-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-thumb .swiper-slide {
  transition: all 0.25s ease;
  opacity: 0.8;
  aspect-ratio: 176/80;
  border-radius: 8px;
  cursor: pointer;
}
.swiper-thumb .swiper-slide img {
  border-radius: 8px;
}
.swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #EFEFEF;
  padding: 6px;
}

@media screen and (max-width: 991.98px) {
  .swiper-gallery-container {
    padding: 0 8%;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .swiper-gallery-container {
    padding: 0;
  }
}
.hero-container {
  position: relative;
  background-color: #0B6C44;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 68%);
}
.hero-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(11, 107, 67, 0.5);
}
.hero-container > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: blur(30px);
}

.hero {
  position: relative;
  z-index: 5;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 200px 120px 400px 120px;
}
@media screen and (max-width: 767.98px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero .breadcrumbs, .hero .rank-math-breadcrumb {
  text-align: center;
  margin-bottom: 55px;
}

.hero-content {
  display: flex;
  gap: 160px;
  position: relative;
  z-index: 5;
}
.hero-content p {
  font-size: 20px;
  line-height: 28px;
  color: #EFEFEF;
}
.hero-content .fluorescent-button {
  margin-top: 32px;
}
.hero-content .content {
  margin-top: 35px;
}

@media screen and (max-width: 1399.98px) {
  .hero {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 200px 100px 400px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  .hero-content {
    gap: 10%;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 200px 25px 400px 25px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-content {
    gap: 8%;
  }
}
@media screen and (max-width: 991.98px) {
  .hero {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 120px 25px 400px 25px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero .breadcrumbs, .hero .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .hero-content {
    flex-direction: column;
    gap: 50px;
  }
  .hero-content .content {
    margin-top: 0px;
  }
  .hero-content .fluorescent-button {
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-content p {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .hero {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 25px 400px 25px;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero-content {
    flex-direction: column;
    gap: 50px;
  }
}
#vantagens {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 150px 120px 150px;
}
@media screen and (max-width: 767.98px) {
  #vantagens {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#vantagens {
  margin-top: -380px;
  display: flex;
  gap: 30px;
}
#vantagens .card {
  padding: 60px 50px;
  flex: 0 0 calc((100% - 60px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D4D8D6;
  border-radius: 16px;
}
#vantagens .card svg {
  margin-bottom: 20px;
}
#vantagens .card p {
  font-weight: 700;
  font-size: 20px;
  line-height: 134%;
  text-align: center;
  text-transform: uppercase;
  color: #0D3223;
  margin-bottom: 25px;
}
#vantagens .card hr {
  width: 107px;
  margin: 20px 0;
  border-bottom: 2px solid #0D3223;
  opacity: 1;
}

@media screen and (max-width: 1399.98px) {
  #vantagens {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 10% 120px 10%;
    margin-top: -380px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #vantagens {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  #vantagens {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 25px 120px 25px;
    margin-top: -350px;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  #vantagens {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #vantagens {
    flex-direction: column;
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 24% 80px 24%;
    margin-top: -550px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #vantagens {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #vantagens {
    padding: 0 20% 80px 20% !important;
    margin-top: -550px;
  }
}
@media screen and (max-width: 575.98px) {
  #vantagens {
    padding: 0 15px 80px 15px !important;
    margin-top: -350px;
  }
}
#diferenciais-container {
  position: relative;
}
#diferenciais-container > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#diferenciais-container > svg {
  position: absolute;
  top: 0;
  right: 0;
}
#diferenciais-container .title-container {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 110px 150px 0px 150px;
}
@media screen and (max-width: 767.98px) {
  #diferenciais-container .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#diferenciais-container .title-container {
  text-align: center;
  position: relative;
  z-index: 5;
}

#diferenciais {
  position: relative;
  z-index: 5;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 100px 150px 100px 150px;
}
@media screen and (max-width: 767.98px) {
  #diferenciais {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.swiper-diferenciais {
  flex-shrink: 0;
  min-width: 0;
}
.swiper-diferenciais .swiper-slide {
  display: flex;
  gap: 70px;
}
.swiper-diferenciais .swiper-slide .image-container {
  flex: 0 0 50%;
}
.swiper-diferenciais .swiper-slide .image-container img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  aspect-ratio: 547/398;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-diferenciais .swiper-controls {
  margin-top: 50px;
  justify-content: center;
}
.swiper-diferenciais .swiper-controls .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 9px;
  height: 9px;
  padding: 6px;
}

@media screen and (max-width: 1399.98px) {
  #diferenciais {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 100px 100px 100px 100px;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 767.98px) {
  #diferenciais {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #diferenciais-container > svg {
    display: none;
  }
  #diferenciais {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 80px 25px 80px 25px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #diferenciais {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-diferenciais .swiper-slide {
    gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  #diferenciais {
    padding: 80px 8% 80px 8%;
  }
  .swiper-diferenciais .swiper-slide {
    flex-direction: column;
  }
}
@media screen and (max-width: 575.98px) {
  #diferenciais {
    padding: 80px 15px 80px 15px;
  }
}
#contato-aditivos-container {
  background-color: #D6E4DE;
}

#contato-aditivos {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0px 0px 0px 40px;
}
@media screen and (max-width: 767.98px) {
  #contato-aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contato-aditivos > div {
  display: flex;
  gap: 70px;
}
#contato-aditivos .input-container {
  display: flex;
  gap: 30px;
}
#contato-aditivos .input-container label {
  width: 100%;
}
#contato-aditivos .left-container {
  flex: 0 0 calc((100% - 70px) * 0.66);
  padding: 120px 0;
}
#contato-aditivos .image-container {
  flex: 1;
  flex: 0 0 calc((100% - 70px) * 0.34);
}
#contato-aditivos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contato-aditivos .moss-green-button {
  margin-top: 32px;
}

@media screen and (max-width: 991.98px) {
  #contato-aditivos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 0px 0px 25px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  #contato-aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  #contato-aditivos .input-container {
    flex-direction: column;
    gap: 0;
  }
  #contato-aditivos > div {
    gap: 40px;
  }
  #contato-aditivos .left-container {
    flex: 0 0 calc((100% - 40px) * 0.66);
  }
  #contato-aditivos .image-container {
    flex: 0 0 calc((100% - 40px) * 0.34);
  }
}
@media screen and (max-width: 767.98px) {
  #contato-aditivos {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 0px 0px 40px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #contato-aditivos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #contato-aditivos .left-container {
    flex: 0 0 100%;
    padding: 80px 0;
  }
  #contato-aditivos .image-container {
    display: none;
  }
}
#aditive {
  overflow-x: hidden;
}

#o2-admin-bar-wrapper {
  position: fixed;
  z-index: 99999;
  width: 33px;
  height: 32px;
  left: 0;
  top: 20%;
  border-radius: 0 5px 5px 0;
  background: #006F44;
}

#o2-admin-bar-wrapper * {
  color: #fff;
}

#o2-admin-bar-wrapper #o2-admin-bar {
  display: none;
}

#o2-admin-bar-wrapper:hover {
  width: 210px;
}

#o2-admin-bar-wrapper:hover #o2-admin-bar {
  display: block;
}

#o2-admin-bar #wpadminbar {
  margin-top: 12px;
  min-width: 210px;
  max-width: 210px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

#o2-admin-bar #wpadminbar .ab-top-menu {
  display: flex;
  flex-direction: column;
}

#o2-admin-bar #wpadminbar .ab-submenu {
  width: 210px;
}

#o2-admin-bar #wpadminbar #adminbarsearch {
  display: none;
}

#o2-admin-bar #wpadminbar .menupop.hover .ab-sub-wrapper {
  top: 0;
  left: 100%;
  min-width: 210px;
}

#o2-admin-bar #wpadminbar .menupop.hover .ab-sub-wrapper .ab-sub-wrapper {
  left: 0;
}

#o2-admin-bar #wp-admin-bar-top-secondary {
  position: absolute;
  top: -32px;
  left: 33px;
  width: 177px;
}

#o2-admin-bar #wp-admin-bar-top-secondary .admin-bar-search {
  height: 0;
}

#clip-banner .clip-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
#clip-banner.has-video > img {
  display: none;
}
.aditivos #clip-banner .clip-banner-video,
.segmentos #clip-banner .clip-banner-video {
  z-index: 1;
}
.aditivos #clip-banner.has-video::before,
.segmentos #clip-banner.has-video::before {
  background: rgba(11, 108, 68, 0.5);
}
#clip-banner.dark.has-video::before {
  background: rgba(0, 0, 0, 0.3);
}
#clip-banner.dark.has-video .clip-banner-video {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.aditivos #clip-banner.has-video .breadcrumbs,
.aditivos #clip-banner.has-video .breadcrumbs a,
.aditivos #clip-banner.has-video .breadcrumbs span,
.aditivos #clip-banner.has-video .breadcrumbs p,
.segmentos #clip-banner.has-video .breadcrumbs,
.segmentos #clip-banner.has-video .breadcrumbs a,
.segmentos #clip-banner.has-video .breadcrumbs span,
.segmentos #clip-banner.has-video .breadcrumbs p,
#clip-banner.dark.has-video .breadcrumbs,
#clip-banner.dark.has-video .breadcrumbs a,
#clip-banner.dark.has-video .breadcrumbs span,
#clip-banner.dark.has-video .breadcrumbs p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #D0F57A;
  text-decoration: none;
}
.aditivos #clip-banner.has-video .breadcrumbs *,
.segmentos #clip-banner.has-video .breadcrumbs *,
#clip-banner.dark.has-video .breadcrumbs * {
  margin: 0;
}
.aditivos #clip-banner.has-video .breadcrumbs,
.segmentos #clip-banner.has-video .breadcrumbs,
#clip-banner.dark.has-video .breadcrumbs {
  margin-bottom: 32px;
}
.aditivos #clip-banner.has-video .clip-banner-video {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.aditivos #clip-banner.has-video,
.segmentos #clip-banner.has-video {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  overflow: hidden;
  height: 433px;
}
.aditivos #clip-banner.has-video .breadcrumbs,
.segmentos #clip-banner.has-video .breadcrumbs {
  display: block;
}
.aditivos #clip-banner.has-video #clip-banner-container,
.segmentos #clip-banner.has-video #clip-banner-container {
  padding: 0 15px;
  height: 100%;
}
.aditivos #clip-banner.has-video #clip-banner-container h1,
.segmentos #clip-banner.has-video #clip-banner-container h1 {
  display: block;
}
#clip-banner.has-video h1 {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
#clip-banner.dark.has-video h1 {
  line-height: 1.45;
}
@media screen and (max-width: 1199.98px) {
  .aditivos #clip-banner.has-video,
  .segmentos #clip-banner.has-video {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  }
}
@media screen and (max-width: 991.98px) {
  .aditivos #clip-banner.has-video,
  .segmentos #clip-banner.has-video {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 350px;
  }
  .aditivos #clip-banner.has-video #clip-banner-container,
  .segmentos #clip-banner.has-video #clip-banner-container {
    padding: 0 15px;
  }
  .aditivos #clip-banner.has-video .breadcrumbs,
  .aditivos #clip-banner.has-video .breadcrumbs a,
  .aditivos #clip-banner.has-video .breadcrumbs span,
  .aditivos #clip-banner.has-video .breadcrumbs p,
  .segmentos #clip-banner.has-video .breadcrumbs,
  .segmentos #clip-banner.has-video .breadcrumbs a,
  .segmentos #clip-banner.has-video .breadcrumbs span,
  .segmentos #clip-banner.has-video .breadcrumbs p,
  #clip-banner.dark.has-video .breadcrumbs,
  #clip-banner.dark.has-video .breadcrumbs a,
  #clip-banner.dark.has-video .breadcrumbs span,
  #clip-banner.dark.has-video .breadcrumbs p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .aditivos #clip-banner.has-video,
  .segmentos #clip-banner.has-video {
    height: 280px;
  }
  #clip-banner.has-video h1 {
    font-size: 28px;
  }
  .aditivos #clip-banner.has-video .breadcrumbs,
  .aditivos #clip-banner.has-video .breadcrumbs a,
  .aditivos #clip-banner.has-video .breadcrumbs span,
  .aditivos #clip-banner.has-video .breadcrumbs p,
  .segmentos #clip-banner.has-video .breadcrumbs,
  .segmentos #clip-banner.has-video .breadcrumbs a,
  .segmentos #clip-banner.has-video .breadcrumbs span,
  .segmentos #clip-banner.has-video .breadcrumbs p,
  #clip-banner.dark.has-video .breadcrumbs,
  #clip-banner.dark.has-video .breadcrumbs a,
  #clip-banner.dark.has-video .breadcrumbs span,
  #clip-banner.dark.has-video .breadcrumbs p {
    font-size: 12px;
    line-height: 16px;
  }
  .aditivos #clip-banner.has-video .breadcrumbs,
  .segmentos #clip-banner.has-video .breadcrumbs,
  #clip-banner.dark.has-video .breadcrumbs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  #clip-banner.has-video h1 {
    font-size: 24px;
  }
  .aditivos #clip-banner.has-video .breadcrumbs,
  .aditivos #clip-banner.has-video .breadcrumbs a,
  .aditivos #clip-banner.has-video .breadcrumbs span,
  .aditivos #clip-banner.has-video .breadcrumbs p,
  .segmentos #clip-banner.has-video .breadcrumbs,
  .segmentos #clip-banner.has-video .breadcrumbs a,
  .segmentos #clip-banner.has-video .breadcrumbs span,
  .segmentos #clip-banner.has-video .breadcrumbs p,
  #clip-banner.dark.has-video .breadcrumbs,
  #clip-banner.dark.has-video .breadcrumbs a,
  #clip-banner.dark.has-video .breadcrumbs span,
  #clip-banner.dark.has-video .breadcrumbs p {
    font-size: 11px;
    line-height: 14px;
  }
  .aditivos #clip-banner.has-video .breadcrumbs,
  .segmentos #clip-banner.has-video .breadcrumbs,
  #clip-banner.dark.has-video .breadcrumbs {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .aditivos #clip-banner.has-video,
  .segmentos #clip-banner.has-video {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
}
/*# sourceMappingURL=style.css.map */