/* Geral */
.beneficios {
  padding: 100px 0;
}

.fundo {
  background-color: var(--color-background-light-gray);
}

#solucoes,
#recomendacoes,
#embalagens,
#downloads,
#relacionados,
#culturas,
/* #formulario, */
#video {
  padding: 100px 0;
}

#solucoes,
#downloads,
#formulario {
  background-color: var(--color-background-light-gray);
}

.video h5,
.solucoes h5,
.recomendacoes h5,
.embalagens h5,
.downloads h5,
.relacionados h5,
.beneficios-head h5,
#culturas h5 {
  text-align: center;
  color: var(--color-black);
}

.banner p,
.video p,
.beneficios p,
.solucoes p,
.recomendacoes p,
.embalagens p,
.downloads p,
.relacionados p,
.formulario p {
  margin-bottom: 24px;
}

.recomendacoes p:last-child {
  margin-bottom: 0px;
}

/* Banner */
#banner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
}

.main-image {
  object-position: top;
  width: 100%;
}

.banner-text {
  padding: 60px 0;
}

.banner-text img {
  max-height: 80px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.info-banner.info-banner__tablet_mobile {
  display: none;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-agdommon {
  width: 100%;
}

.banner h5 {
  color: var(--color-white);
}

.banner p {
  color: inherit;
}

.banner .text {
  max-width: 500px;
}

.banner .text-description > p {
  font-family: "Montserrat Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.banner .category {
  display: flex;
  align-items: center;
  gap: 4px;
}

.banner .category p {
  margin-bottom: 0;
}

.banner .line-image {
  max-width: 24px;
}

/* Description */
.description {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 100px 0;
}

.description .text {
  max-width: 50%;
}

.description h5 {
  color: var(--color-black);
  margin-bottom: 14px;
}

.description img {
  max-width: 100%;
  max-height: 500px;
  border-radius: 16px;
}

.description-video {
  width: 100%;
  max-width: 592px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}

.solution-text .description {
  margin-top: 20px;
  padding: 0;
}

/* Benefícios */
.beneficios .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}

.beneficios-content {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
}

.beneficios-head {
  width: 100%;
}

.beneficios-head img {
  width: 100%;
}

.beneficios .benefits-video {
  width: 100%;
  max-width: 592px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}

.beneficios .esperado h5 {
  font-size: 24px;
}

.esperado .card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.esperado .card-list .card {
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.esperado .card-list .card p {
  margin-bottom: 0;
}

#blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0;
}

.block img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.block h2 {
  color: var(--color-black);
  margin-bottom: 14px;
}

.block .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
  justify-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.block .content > img:only-child {
  grid-column: span 2;
}

.beneficios-pro-card {
  display: flex;
}

.beneficios-pro-card img {
  width: 100%;
}

.beneficios .beneficios-card {
  background-color: var(--color-green-hover);
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  max-width: 230px;
}

.beneficios .beneficios-card img {
  max-width: 40px;
}

.beneficios .beneficios-card p {
  color: var(--color-white);
  margin-bottom: 0;
  font-weight: 700;
}

/* Vídeo */
.video .text {
  text-align: center;
}

.video .slider {
  position: static;
}

.embalagens-packages .slider-button {
  top: 20px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  transition: 0.3s ease;
  background-color: var(--color-medium-gray);
  font-size: 19px;
}

.video .slider-button {
  position: absolute;
}

.video .slider-button-previous {
  left: -40px;
}

.video .slider-button-next {
  right: -40px;
}

/* Soluções */
.solucoes .culture-card .text {
  background-color: var(--color-white);
}

/* Recomendações */
.border-bottom {
  border-bottom: 1px solid var(--color-medium-gray);
  top: 100px;
}

/* Embalagens */
.embalagens .embalagens-head {
  text-align: center;
  margin-bottom: 32px;
}

.embalagens .embalagens-head p {
  margin-bottom: 0;
}

.embalagens .embalagens-packages {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  width: 75%;
  margin: 0 auto;
}

.embalagens-packages .packages {
  text-align: center;
  align-self: flex-end;
}

.embalagens .slider h6 {
  margin-top: 8px;
}

.embalagens-description {
  text-align: center;
  margin-top: 24px;
}

.embalagens-description ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.embalagens-description ul li p {
  margin-bottom: 0;
}

.formulario .formulario-head {
  width: 40%;
}

.formulario .formulario-head p {
  margin-bottom: 0;
}

.embalagens-packages .slider .slider-wrapper > * img {
  width: auto;
  max-width: 250px;
}

/* Downloads */
.downloads p {
  text-align: center;
}

.downloads .links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.downloads .links a {
  margin: 0;
}

.downloads .links > a {
  display: flex;
  background-color: var(--color-primary);
  border-radius: 4px;
  padding: 16px 32px;
  cursor: pointer;
}

.downloads .links a > button {
  font-size: 16px;
  color: var(--color-white);
  width: 100%;
  cursor: pointer;
}

.downloads .links > a:hover {
  transition: 0.5s;
  background-color: var(--color-green-hover);
}

/* Formulário */
.formulario .forms form {
  background-color: var(--color-white);
}

.form-row.radio {
  flex-direction: column;
}

.slider-culture {
  width: 100%;
}

.slider-culture .slider-wrapper {
  width: 100%;
}

#relacionados .solution-card:hover {
  box-shadow: none;
}

#relacionados {
  padding-top: 100px;
}

.produtos {
  max-height: 500px;
}

.culturas-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-items: center;
}

.culturas-list:has(> :last-child:nth-child(1)) {
  grid-template-columns: repeat(1, 1fr);
}

.culturas-list:has(> :last-child:nth-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}

.culturas-list:has(> :last-child:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 1080px) {
  .hide-others {
    display: none;
  }

  .hide-mac {
    display: block;
  }
}

@media screen and (max-width: 1079px) {
  .hide-others {
    display: block;
  }

  .hide-mac {
    display: none;
  }
}

.noticias {
  margin: 56px 0 120px 0 !important;
}
