.banner-1{
  height: 85vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(30, 30, 30, .5)), url('../img/02.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.banner-2{
  height: 85vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(30, 30, 30, .5)), url('../img/hands.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-3{
  height: 85vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(30, 30, 30, .5)), url('../img/trator.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.banner__header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.banner__header--main {
  color: #fff;
  font-size: 6rem;
  text-shadow: 1px 3px 2px #000;
}

.banner__header--sub{
  color: #fff;
  font-size: 3rem;
  margin-top: 30px;
  text-shadow: 1px 3px 2px #000;
}

.flex-x1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.m-1 {
  color: #19181a;
}

.x1 {
  display: flex;
  flex-direction: column;
}


.info{
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #19181a;
}

.info__div{
  width: 28%;
  margin: 20px;

}

.info__div p {
  color: #19181a;
  width: 100%;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 500;
}

.info__button{
  margin-top: 40px;
  border: 2px solid rgba(39, 89, 168, 1);
  padding: 10px 20px;
  border-radius: 5px;
  color: rgba(39, 89, 168, 1);
  font-weight: 500;
  text-transform: uppercase;
  transition: .5s;
  font-size: 1.6rem;
}

.info__button:hover{
  text-decoration: none;
  background-color: rgba(39, 89, 168, 1);
  color: #fff;
}

.about_products{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about_products p{
  font-size: 1.6rem;
  text-align: center;
}

.products__button,
.products__button--2{
  margin-top: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  color: rgba(9, 173, 0, 1);
  font-weight: 500;
  text-transform: uppercase;
  transition: all .2s;
  font-size: 1.6rem;
}

.products__button:hover,
.products__button--2:hover{
  color: #19181a;
  text-decoration: none;
}

.products__button--2{
  margin: 10px auto;
}

.reverse{
  flex-direction: row-reverse !important;
}

.section__title{
  width: 100%;
  text-align: center;
  padding: 15px;
}

#section-title-h2 {
  font-size: 2rem;
  font-weight: 700;
}

.section__hr{
  width: 100%;
  margin: -10px auto;
  border: 2px solid rgba(9, 173, 0, 1);
}

.section__title h2{
  margin: 0 auto;
  width: 40%;
  background-color: transparent;
  padding: 10px 0;
  color: #19181a;
  font: 700;
}



.products--div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}


.products__img {
  content: "";
  min-width: 400px;
  height: 300px;
}

.teste {
  margin: 8px auto;
  width: 20%;
  border-top: 2px solid rgba(9, 173, 0, 1);
}


.products__content p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  font-size: 1.5rem;
  color: #19181a;
  font-weight: 500;
  text-align: justify;
}

.products__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  text-align: center;
  background-image: url('../img/arvores.jpg');
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

.products__info p {
  color: #fff;
  font-weight: 800;
  font-size: 2.8rem;
  text-shadow: 1px 1px 4px #000;
}

.process{
  background-color: #fff;
  padding-bottom: 30px;
}

.process__content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.process__info{
  width: 15%;
  margin: 0 10px;
  text-align: center;
}

.process__info img {
  width: 150px;
}

.process__info p {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}

.process__started{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.process__started p {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444;
}

.all__products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.products__list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
  min-height: auto;
}

.product__image{
  width: 33.3333%;
  margin: 0;
}

.product__image img {
  width: 100%;
  height: auto;
}

.products__header{
  text-align: center;
  min-height: auto;
}

.products__header h1 {
  font-size: 3rem;
}

.products__header p {
  font-size: 1.1rem;
  color: #567;
}

.container {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .contact-content {
  width: 100%;
  padding: 0 96px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}

.container .contact-content section {
  width: 100%;
  max-width: 400px;
}

.container .contact-content section p{
  font-size: 1.8rem;
  color: #737380;
  line-height: 3.2rem;
  margin-bottom: 5vh;
}

.container .contact-content form {
  width: 100%;
  max-width: 450px;
}

.container .contact-content form input {
  width: 100%;
  height: 60px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  margin-top: 8px;
  padding: 0 24px;
  font-size: 1.6rem;
}

.container .contact-content select {
  width: 100%;
  height: 60px;
  background: #FFF;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  margin-top: 8px;
  padding: 0 24px;
  font-size: 1.6rem;
}

.placeholder {
  color: #737380;
}

.container .contact-content form button{
  cursor: pointer;
}

.button {
  width: 100%;
  height: 60px;
  background: #228B22;
  border-radius: 8px;
  border: 0;
  color: #FFF;
  font-weight: 700;
  margin-top: 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 6rem;
  transition: filter 0.2s;
}

.button:hover {
  filter: brightness(90%);
}

.container .howtobuy-content {
  width: 100%;
  padding: 0 96px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-bottom: 30px;
}

.container .howtobuy-content section {
  width: 100%;
  min-height: 30vh;
}

.container .howtobuy-content section h1 {
  margin: 64px 0 32px;
  font-size: 3.2rem;
  font-weight: 700;
}

.container .howtobuy-content section p {
  font-size: 1.8rem;
  color: #737380;
  line-height: 3.2rem;
  width: 100%;
  max-width: 500px;
}

.container .howtobuy-content img {
  width: 300px;
}

.container .howtobuy-content .left-section {
  text-align: left;
}

.container .howtobuy-content .right-section {
  text-align: right;
}

.howtobuy-section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-line {
  width: 100%;
  border-top: 1px solid #b2b2c0;
  margin-top: 60px;
}

.container .about-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 96px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.container .about-content p {
  font-size: 1.8rem;
  color: #737380;
  line-height: 3.2rem;
  width: 100%;
  max-width: 500px;
}

.container .about-content .img-about{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.container .about-content .img-about img{
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 50vh;
  margin-bottom: 20px;
}

.section_banner {
  height: 200px;
  background-blend-mode: multiply;
  background-image: url('../img/banner.jpg'), linear-gradient(135deg, #9ACD32 0%, #006400 100%) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container .section-header-content {
  width: 100%;
  padding: 0 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 195px;
}

.section_banner_header--main{
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #fff;
  font-size: 3.8rem;
}


.container .partners-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 96px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.container .partners-content img {
  width: 200px;
  height: 200px;
  
  background-image: linear-gradient(220deg, #c52e92, #fa9f4e 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 3px;
  border-radius: 50%;
}

.partners-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.partners-card h2 {
  font-size: 2.0rem;
  color: #19181a;
  padding: 1rem;
  font-weight: 700;
}


.section_catalog--main {
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 1px 3px 2px #000;
}

.product-container {
  width: 100%;
  display: inline-block;
  margin: auto;
  height: 100%;
  text-align: center;
}

.product-slider {
  padding: 80px 0 60px 0;
  overflow: hidden;

}

.product-slider .slide {
  transform: scale(0.6);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  outline: none !important;
}

.product-slider .slick-center img{
  transform: scale(1);
}

.arrow {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}

#arrow-prev {
  background-image: url('../img/arrow_prev.svg');
}

#arrow-next {
  background-image: url('../img/arrow_next.svg');
}

.description {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 200px;
  vertical-align: middle;
  font-size: 3.0rem;
  font-family: 'Poppins';
  font-weight: 300;
  color: #3a3a3a;
}

.item img {
  width: 100%;
  height: 100%;
  background-position: center;
}

.container-products {
  background-color: white;
}

.container-products ul{
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-gap: 2rem;
  list-style: none;
}

.container-products li{
  padding: 2rem;
  border-radius: 8px;
  position: relative;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.card img {
  width: 100%;
}

.card a {
  color: #19181a;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.container-card {
  padding: 10px 0;
  text-align: center;
}

.product-img {
  width: 200px;
  height: 200px;
  
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 3px;
}

.container .item-container {
  width: 100%;
  padding: 0 96px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}

.item-container {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;

  grid-template-areas: "img desc"
                        "foot foot";

  justify-content: space-between;
  align-content: space-between;

  justify-items: center;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  grid-area: img;
}

.item-container  .item-image > img {
  height: 80%;
  width: 100%;
  border-radius: 10px;
}

.item-description {
  width: 90%;
  height: 500px;
  grid-area: desc;
}

.item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
}

.item-title h1{
  color: #3a3a3a;
  font-size: 3rem;
  font-weight: 700;
}

.item-text {
  color: #3a3a3a;
  border: 1px #ddd solid;
  padding: 15px;
  width: 100%;
  height: 90%;
}

.item-text h2{
  font-size: 1.8rem;
  color: #3a3a3a;
  font-weight: 700;
}

.item-text p{
  color: #3a3a3a;
  margin: 2rem 0;
  font-size: 1.6rem;
  text-align: justify;
}

.item-iformation {
  padding: 10px 3rem;
  width: 100%;
  height: 300px;
  grid-area: foot;
}

.item-iformation h2 {
  padding-top: 2rem;
  color: #3a3a3a;
  font-size: 2rem;
  font-weight: 700;
}

#button-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#button-item span {
  color: #3a3a3a;
  font-size: 1.8rem;
  font-weight: 700;
}

.info__button__item{
  margin-top: 10px;
  border: 2px solid rgba(39, 89, 168, 1);
  padding: 10px 20px;
  border-radius: 5px;
  color: rgba(39, 89, 168, 1);
  font-weight: 500;
  text-transform: uppercase;
  transition: .5s;
  font-size: 1.6rem;
}

.info__button__item:hover{
  text-decoration: none;
  background-color: rgba(39, 89, 168, 1);
  color: #fff;
}
