@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;600&display=swap');
:root{
	--blue: #008536;
}
/* Estilo do contêiner do formulário */
.wpcf7 {
  
    margin: 0 auto;
    padding: 2px;
  
}
/* Estilo do título do formulário */
.wpcf7 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}

/* Estilo dos campos de entrada */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #008536;
    border-radius: 10px 0px 10px 0px;
}

/* Estilo do botão de envio */
.wpcf7 input[type="submit"] {
    background-color: #008536;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px 0px 10px 0px;
    cursor: pointer;
	width:100%;
}

/* Estilo do botão de envio ao passar o mouse */
.wpcf7 input[type="submit"]:hover {
    background-color: #F6D411;
	color:#008536;
}

/* Estilo das mensagens de sucesso ou erro */
.wpcf7 .wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}

/* Estilo das mensagens de erro */
.wpcf7 .wpcf7-validation-errors {
    background-color: #ff9999;
    color: #cc0000;
}

/* Estilo das mensagens de sucesso */
.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #99ff99;
    color: #009900;
}
/* Adicione estas regras de estilo para tornar o formulário responsivo */
.contatosite {
    background-color: #f4f4f4;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    max-width: 100%;
	min-width: 100%;
    padding: 0px;
    background-color: #bl;
    margin: 0;
}

.container input
{padding:10px; border:1px solid #CCC; width:100%; margin-bottom:5%;}/* Resto do seu CSS permanece inalterado */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Signika Negative', sans-serif;
	outline: none;
	border: none;
	text-decoration: none;
	text-transform:uppercase;
	transition: .2s linear;
}
#din{padding:15px; background:#008536; color:#fff; float:right; font-size:28px; margin-bottom:3%; margin-top:-6%;}
#destaque-trator {
  width: 200px;
  height: 375px;
  background: #008536;
  margin-top: -45rem; /* Alterado para 2rem para ajustar o espaçamento */
  padding: 10px;
  color: #fff;
  text-align: center;
	margin-left:25%;
  font-size: 18px;
  float: left;
  display: inline-table;
  position: relative;
}
#destaque-trator2-destaque {
  width: 250px;
  min-height: 380px;
  max-height: 380px;
  background: #FFF;
  border: 2px solid #CCC;
  padding: 5px;
  color: #008536;
  margin-right: 1%; /* Alterado para margin-right para separação entre as caixas */
  font-size: 18px;
  float: right;
  margin-top: -45rem;
}

.vertical-menu {
  margin-left: -5%; /* Alterado para 5% para ajustar a posição */
  width: 20%;
  margin-top: 0rem;
  padding-top: 5rem;
  position: relative;
}


.vertical-menu a {
  background-color: #eee;
  font-size:15px;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #F6D411;
}

.vertical-menu2 {
	position:absolute;
  width: 230px;
  margin-top:10rem; /* Ajuste a margem superior conforme necessário */
float:left;
}

.vertical-menu2 a {
  background-color: #eee;
  font-size:15px;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu2 a:hover {
  background-color: #F6D411;
}
.vertical-menu2 a.active {
  background-color: #008536;
  color: white;
}
.vertical-menu3 {
margin-top:32%; width:260px; margin-right:2%;
  float: left;
  position: relative;
  top: -39%; /* Ajuste a posição vertical conforme necessário */
}

.vertical-menu3 a {
  background-color: #eee;
  font-size:15px;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
  
}
.container {
    display: flex;
	border:none;
}

        .search-box {
            position: relative;
            width: 100%; margin-bottom:5%;
        }

        .search-input {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
        }

        .search-button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 12px;
            border: none;
            background-color:#F60;
			width:40%;
            color: #fff;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
        }


.content {
    width: 100%;
    background:none; border:none;
	display:inline-block;
	padding-top:10%;
}

.product {
    max-width: 210px;
    max-height: 370px;
    min-width: 210x;
    min-height: 370px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
	margin-left:2%;
    padding: 5px;
	display:inline-block;
    float: left;
}

.product img {
    width: 100%;
    height: auto;
    transition: filter 0.3s;
}

.product:hover img {
    filter: brightness(70%); /* Reduz a luminosidade da imagem no hover */
	cursor:pointer;
}

.product h2 {
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product p {
    color: #777;
}

.product a {
    color: #fff;
	background:#000;
	padding:10px;
	border-radius:10px;
    text-decoration: none;
    font-weight: bold;
}

.product a:hover {
    color: #fff;
	background:#F60;
	padding:10px;
	border-radius:10px;
    text-decoration: none;
    font-weight: bold;
}


.vertical-menu3 a:hover {
  background-color: #F6D411;
}
.vertical-menu3 a.active {
  background-color: #008536;
  color: white;}

#destaque-trator2-destaque img
{width:235px;}
#destaque-trator2
{width:290px; min-height:367px; max-height:367px;   margin-left:0.5%; align-items:center; margin-top:3%; background:#FFF; border: 2px solid #CCC; padding:5px; color:#008536;  font-size:18px; float:left; display:inline-block;}
#destaque-trator3
{width:290px; margin-left:1%; margin-top: 3%; min-height:371px; max-height:371px; background:#FFF; border: 2px solid #CCC; padding:10px; color:#008536;  font-size:18px; float:left; display:inline-table;}
#vermais2{background:none; border:3px solid #008536; padding:10px; color:#008536; float:right; cursor:pointer; margin-top:-15%;}
#vermais2:hover{background:none; border:3px solid #F6D411; padding:10px; color:#F6D411;  cursor:pointer;}
#vermais{background:none; border:3px solid #fff; padding:10px; color:#fff; margin-top:15%; cursor:pointer; }
#vermais:hover{background:none; border:3px solid #F6D411; padding:10px; color:#F6D411; margin-top:15%; cursor:pointer;}

.vertical-menu a.active {
  background-color: #008536;
  color: white;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
	overflow-x: hidden;
}
.section-container {
  max-width: 75%;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center; /* Align the scroll icon vertically */
}
.whatsapp-button {
    display: inline-block;
    text-decoration: none;
    background-color: #25d366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease; cursor:pointer;
}
#box-galeria-imagem{max-width:850px; float:right; position:relative; margin-left:35%; margin-top:8%;}
#clean{clear:both;}
#box-miniatura{float:left; display:inline-block; width:120px; margin:8px;}
.lightbox2 {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox2:target {
  display: block;
}

.lightbox2 span {
  /* Full width and height */
  display: block;
  width: 50%;
  height: 50%;
  margin-top:17%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.whatsapp-button:hover {
    background-color: #128c7e;
}

.whatsapp-button img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.product-list-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #333 #ccc;
  cursor: pointer;
}

.product-list {
  display: flex;
  flex-direction: row;
}

.product-card {
  position: relative;
  flex: 0 0 auto;
  width: 150px;
  margin: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
      background: #fff;
}

.new-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #FF5733;
  color: white;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.8em;
}

.product-card img {
  width: 100%;
  height: auto;
}

/* Style scrollbar for Chrome, Safari, and Opera */
.product-list-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.product-list-container::-webkit-scrollbar-thumb {
  background: #333;
}

.product-list-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-list-container::-webkit-scrollbar-track {
  background: #ccc;
}

.scroll-icon {
  font-size: 2em;
  cursor: pointer;
  margin-left: 20px; /* Spacing between the container and the arrow */
}
@media screen and (max-width: 734px){#searchform{margin-top:-10%;	
	}

	.imagem-animada{
		padding-top:10%;
}
	#toggler{padding-top:10%;}
}
@media screen and (max-width: 600px) {
	#box-galeria-imagem{max-width:890px; float:right; position:relative; margin-left:0%;}
  .product-card {
    width: 90%;
    margin: 10px;
  }
}
 .instagram-icon {
      background: linear-gradient(90deg, #833ab4, #fd1d1d, #fd1d1d, #f77737);
      padding: 0px;
      border-radius: 15%;
      display: inline-block;
    }
header{
	position: fixed;	
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
		-moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
		box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
	background: linear-gradient(to bottom, #ffffff, #f2f2f2);
	padding: 2rem 9%;
	padding-top:1%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	height:130px;
	border-bottom:10px solid #008536;
}
@keyframes aparecer {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.imagem-animada {
  animation: aparecer 1s ease-in-out;
}
#tarja{ width: 100%; padding:10px; background:#F6D411; float:left;  margin-top:10px;} 
header .logo img{
	width: 25rem;
	padding-top:-10%;
}
header .logo span{
	color: var(--blue);
}
#buscar{margin-right:10%;}
#buscar input {
    padding: 10px;
    border: 1px solid #F2F2F2;
	width:200px;
	background:#008536;
	color:#ffff;
	border-radius: 15px 0px 0px 0;
}
#buscar input::placeholder{
	margin-top:10%;
    color: #ffff;
}
#buscar button {
    padding: 10px;
	background:#ccc;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;
	cursor:pointer;
}
#buscar button:hover{background:#F6D411;
cursor:pointer;
 padding: 10px;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;}
#buscargrande button{
    padding: 10px;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;
	cursor:pointer;
}
#buscargrande button:hover{background:#F6D411;
cursor:pointer;
 padding: 10px;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;}
header .navbar {margin-left:-10%;}
header .navbar a{
	
	font-size: 1.3rem;
	padding: 0 0.2rem;
	color: #666;
}
header .navbar a:hover{
	color:#008536;
}
header .icons a{
	font-size: 3rem;
	color: #666;
	margin-left: 1rem;
}
header .icons a:hover{
	color: #008536;
}
header #toggler{
	display: none;
}
header .fa-bars{
	font-size: 3rem;
	color: #333;
	border-radius: .5rem;
	padding: .5rem 1.5rem;
	border: .1rem solid rgba(0, 0, 0, .3);
	cursor: pointer;
	display: none;
	margin-left:10%;
}

section{
	padding: 5rem 10%;
}

.inicio{
	padding: 0;
}
.inicio .slide{
	min-height: 60rem;
	display: flex;
	align-items: center;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}
.inicio .slide .content{
	max-width: 50rem;
	position: relative;
}
.inicio .slide::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, var(--blue), transparent);
}
.inicio .slide .content h3{
	font-size: 6rem;
	color: #fff;
	text-transform: uppercase;
}
.inicio .slide .content p{
	font-size: 1.5rem;
	color: #ccc;
	padding: 1rem 0;
	line-height: 1.5;
}
.btn{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 15px 0px 15px 0px;
	background: rgba(255 255 255 / 8%);
	color: #fff;
	padding: 1rem 8rem;
	border: 1px solid #fff;
	cursor: pointer;
	font-size: 1.7rem;
}
.btn:hover{
	border-radius: 15px 0px 15px 0px;
	border: 1px solid var(--blue);
	background: var(--blue);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


.heading{
	margin-top:30%;
	text-align: center;
	font-size: 4rem;
	color: #333;
	padding: 1rem;
	margin: 2rem 0;
}
.heading span{
		color: var(--blue);
}
.sobre .row{
margin-top:15%;
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	padding: 2rem 0;
	padding-bottom: 3rem;
}
.sobre .row .content{
	width:80%; margin:auto;
}
.segmentos .content {
  width: 90%;
  margin: 0 auto;
	padding:2%;
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Adicione outras propriedades de estilo conforme necessário */
}
.sobre .row .content h3{
	font-size: 3rem;
	color: #333;
}
.sobre .row .content p{
	font-size: 1.8rem;
	text-align:justify;
	color: #999;
	padding-top: 1rem;
	line-height: 1.5;
}
#video{float:right; margin-top-:-50%; background:#000;}
.segmentos .box-container{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
	gap: 1.5rem;
	align-items: flex-start;
}
.segmentos .box-container .box{
	text-align: center;
}
.segmentos .box-container .box img{
	height: 10rem;
	margin-bottom: 1rem;
}
.segmentos .box-container .box h3{
	font-size: 2rem;
	color: #333;
	margin: 1rem 0;
}
.segmentos .box-container .box p{
	line-height: 1.5;
	font-size: 1.5rem;
	color: #999;
}

.produtos .row{
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	padding: 2rem 0;
	padding-bottom: 3rem;
}
.produtos .row .infocom{
	flex: 1 1 40rem;
	position: relative;
}
.produtos .row .infocom img{
	width: 100%;
	border: 1.5rem solid #fff;
	border-radius: 1rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	height: 100%;
	object-fit: cover;
}
.produtos .row .infocom h3{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	background: #fff;
	color: none;
	width: 100%;
	padding: 1rem 2rem;
	text-align: center;
	font-weight: 700;
	mix-blend-mode: unset;
}
.produtos .row .InfoAutoCar{
	flex: 1 1 40rem;
	position: relative;
}
.produtos .row .InfoAutoCar img{
	width: 100%;
	border: 1.5rem solid #fff;
	border-radius: 1rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	height: 100%;
	object-fit: cover;
}
.produtos .row .InfoAutoCar h3{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	background: #fff;
	color: none;
	width: 100%;
	padding: 1rem 2rem;
	text-align: center;
	font-weight: 700;
	mix-blend-mode: unset;
}
.produtos .row .content{
	flex: 1 1 40rem;
}
.produtos .row .content h3{
	font-size: 3rem;
	color: #333;
}
.produtos .row .content p{
	font-size: 1.5rem;
	color: #999;
	padding-top: 1rem;
	line-height: 1.5;
}
.btn-produtos{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 15px 0px 15px 0px;
	background: var(--blue);
	color: #fff;
	padding: 1rem 8rem;
	border: 1px solid #fff;
	cursor: pointer;
	font-size: 1.7rem;
}
.btn-produtos:hover{
	border: 1px solid var(--blue);
	background: rgba(255 255 255 / 8%);
	color: var(--blue);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.contato .row{
	display: flex;
	align-items: center; 
	color:#008536;
	flex-wrap: wrap;
	gap: 2rem;
	width:100;
	padding:0px;
	margin-top:35%;
}
.contato .row .imagemctt{
	flex: 1 1 50rem;
}
.contato .row .imagemctt img{
	width: 100%;
}
.contato .row form{
	flex: 1 1 30rem;
	border: 1.5rem solid #fff;
	border-radius: 15px 0px 15px 0px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	padding: 2rem;
	text-align: center;
}
.contato .row form h3{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #333;
}
.contato .row form .box{
	width: 100%;
	padding: 1.4rem;
	font-size: 1.8rem;
	color: #333;
	border: 0.1rem solid #999;
	margin: 1rem 0;
	border-radius: 15px 0px 15px 0px;
}





}
img{
    max-width:100%;
}
.inner-wrapper {
    margin-top:-8%;
  width: 100%;
  height: 460px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 10%;
  overflow: hidden;
}

#slider-wrapper {
max-height: 40em;
    margin: 1em auto;
	margin-top:0%;
    position: relative;

}

#s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}

#s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}



.control {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0.3s;
}

.slide img {
  width: 25%;
  float: left;
position: relative;
}




button {
    padding: 5px;
    font-size: 1.5em;
	border-radius: 15px 0px 15px 0px;
}
#fotos{
    margin-top:30px;
    width:650px;
    overflow-x: hidden;
    height:135px;
    border:1px solid #CCC;
    white-space: nowrap;
}

#fotos ul li{

    margin-right:4px;
    cursor: pointer;
    width:100px;
    height:100px;
    background:#CCC;
    border:1px solid #555;
    display: inline-block;
}










@media (max-width: 991px){
	#slider-wrapper .slider-wrapper{margin-top:-20%;}
		.vertical-menu {
margin-top:20%; width:28rem; margin-right:2%;
  float: left;
  clear:both;
  position: relative;
  top: %; /* Ajuste a posição vertical conforme necessário */
}
	html{
		font-size: 55%
	}
	
	header{
		margin-top:-13%;
		padding: 2rem;
		height:240px;
	}
	section{
		padding: 2rem;
	}
	.inicio{
		background-position: left;
	}
}
@media (max-width: 768px){
	#nve{clear:both; margin-bottom:-20%;}
	#nve2{margin-top:90%;}
	.vertical-menu3 {
margin-top:120%; width:100%; margin-right:2%;
  float: left;
  clear:both;
  position: relative;
  top: %; /* Ajuste a posição vertical conforme necessário */
}

.vertical-menu3 a {
  background-color: #eee;
  font-size:15px;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
  
}

.vertical-menu3 a:hover {
  background-color: #F6D411;
}
.vertical-menu3 a.active {
  background-color: #008536;
  color: white;}
	.vertical-menu2 {
  width: 100%;
		height:650px;
		background:#EFEFEF;
  margin-top:320px; /* Ajuste a margem superior conforme necessário */
  float: left;
  position: relative;
  top: 9%; /* Ajuste a posição vertical conforme necessário */
}
	.wpcf7-form form{background-color: #008536;}
#din{padding:15px; background:#008536; color:#fff; float:left; font-size:28px; margin-bottom:3%; margin-top:0%; width:100%; text-align:center;}
	html .fa-bars{
		display: block;
	}
	
	#slider-wrapper {
max-height: 40em;
    margin: 1em auto;
	margin-top:10%;
    position: relative;

}

#s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}

#s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}



.control {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0.3s;
}

.slide img {
  display: block; /* Torna a imagem um bloco para ajustar a largura automaticamente */
  min-width: 80%; /* Garante que a imagem não exceda a largura da div */
  min-height: 120%;
  margin-top:10%;
  margin-left:-40%; /* Garante que a imagem não exceda a altura da div */
}

.imagem-animada {
  animation: aparecer 1s ease-in-out;
  margin-left:-2%;
}



button {
    padding: 5px;
    font-size: 1.5em;
	border-radius: 15px 0px 15px 0px;
}
#fotos{
    margin-top:30px;
    width:650px;
    overflow-x: hidden;
    height:135px;
    border:1px solid #CCC;
    white-space: nowrap;
}

#fotos ul li{

    margin-right:4px;
    cursor: pointer;
    width:100px;
    height:100px;
    background:#CCC;
    border:1px solid #555;
    display: inline-block;
}
	

.segmentos .content {
  width: 90%;
  margin: 0 auto;
	padding:2%;
 display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* Adicione outras propriedades de estilo conforme necessário */
}
.vertical-menu {
  display: block; /* Torna o link um bloco para ocupar a largura total disponível */
  width: 100%; /* Define a largura como 100% */
  background-color:;
  font-size: 15px;
	margin-left:0%;
	margin-top:100%;
  color: black;
  text-decoration: none;
  box-sizing: border-box; /* Evita que o padding afete a largura total */
}
.vertical-menu a:hover {
  background-color: #F6D411;
}
	#destaque-trator
{width:100%; margin-top:5%; margin-left:0%; height:367px; background:#008536; padding:20px; color:#fff; text-align:center; font-size:18px; float:left; display:inline-table;  position:relative;}
	#destaque-trator2-destaque img{width:100%;}
	#destaque-trator2-destaque
{width:90%; min-height:367px; max-height:367px; margin-left:-0%;  background:#FFF; border: 2px solid #CCC; padding:5px; color:#008536;  font-size:18px; float:left; display:block; margin-top:5%; margin-left:3%;}
	#destaque-trator2
{width:100%; height:300px; margin-top:2%; margin-left:0%; background:#FFF; border: 2px solid #CCC; color:#008536;  font-size:18px; float:left; display:inline-table;}
#header{padding-top:-4%;  }
#destaque-trator2 img{width:100%;}
#header .logo{margin-top:-20%;   }
	#buscar{display: block; /* Tornar a div um bloco */
  clear: both;    /* Limpar elementos flutuantes */
    /* Ocupar toda a largura disponível */ float:left; clear:both; margin-top:35%; 
	margin-left:-89%; width:80%;}
#buscar input {
    padding: 10px;
    border: 1px solid #F2F2F2;position:absolute; 
	width:70%;
	border-radius: 15px 0px 0px 0;
	background:#008536;  color:#ffff;
}
	#buscar input::placeholder{
    color: #ffff;
}
#buscar button {
    padding: 11px;
	float:right;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;
	position:relative; 
	margin-left:80%;
	background:#ccc;
	margin-top:0%;
	cursor:pointer;
}
.icons{display:none;}
#buscar button:hover{background:#F6D411;
cursor:pointer;
 padding: 10px;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;}
#buscargrande button{
    padding: 10px;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;
	cursor:pointer;
}
	#destaque-trator3
{width:290px; margin-left:0%; margin-top: 3%; min-height:371px; max-height:371px; background:#FFF; border: 2px solid #CCC; padding:10px; color:#008536;  font-size:18px; float:left; display:inline-table;}
#buscargrande button:hover{background:#F6D411;
cursor:pointer;
 padding: 10px;
	width:100px;
    border: 1px solid #F2F2F2;
	border-radius: 0px 0px 10px 0px;}
	header .navbar{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #eee;
		border-top: .1rem solid rgba(0, 0, 0, .1);
		clip-path: polygon(0 0, 100% 0, 0 0);
	}
	header #toggler:checked ~ .navbar{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	header .navbar a{
		margin: 1.5rem;
		margin-left:12%;
		padding: 1.5rem;
		background: #fff;
		border: .1rem solid rgba(0, 0, 0, .1);
		display: block;
	}
	.home .content h3{
		font-size: 5rem;
	}
	.home .content span{
		font-size: 2.5rem;
	}
}
.footer{
	background: rgb(13,149,38);
background: linear-gradient(0deg, rgba(13,149,38,1) 0%, rgba(13,162,45,1) 35%, rgba(0,255,51,1) 100%);
	margin-top: 5rem;}
.footer .box-container{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.footer .box-container .box{
	padding: 1rem 0;
	flex: 1 1 20rem;
}
.footer .box-container .box-info{
	padding: 1rem 0;
	flex: 8 1 25rem;
}
.footer .box-container .box-info img{
	width: 30rem;
}
.footer .box-container .box-info p{
	font-size: 1.5rem;
	padding: .7rem 0;
	color: #fff;
}
.footer .box-container .box-info p.telefone{
	font-size: 1.5rem;
	color: #fff;
	margin: -1.5rem 0;
	position: absolute;
}
.footer .box-container .box-info p.telefone::before{
	content: '';
	position: relative;
	display: block;
	color: #fff;
    width: 11.5rem;
    top: 2.5rem;
}
.footer .box-container .box h3{
	text-transform: capitalize;
	font-size: 2.5rem;
	padding: .7rem 0;
	color: #fff;
}

.footer .box-container .box h3::before{
	content: '';
	position: relative;
	display: block;
	color: #fff;
    width: 3rem;
    top: 3.5rem;
}
.footer .box-container .box p{
	font-size: 1.5rem;
	padding: .7rem 0;
	color: #fff;
}
.footer .box-container .box a{
	display: block;
	font-size: 1.8rem;
	padding: .3rem 0;
	color: #fff;
	text-transform: capitalize;
}
.footer .box-container .box a:hover{
	color: #F6D411;
	font-weight: 700;
}
.footer .box-container .box .btn-atendimento{
	display: inline-block;
	margin-top: 1rem;
	border-radius: .5rem;
	background: var(--azul);
	color: #fff;
	padding: 1rem 2rem;
	border: 1px solid #fff;
	cursor: pointer;
	font-size: 1.5rem;
}
.footer .box-container .box .btn-atendimento:hover{
	border: 1px solid var(--azul);
	background:#DA390F;
	color: #fff;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.footer .creditos{
	text-align: center;
	padding: 2rem 1rem;
	margin-top: 2rem;
	font-size: 1.5rem;
	color: #fff;
	border-top: 1px solid var(--cinza-claro);
}
.footer .creditos span{
	color: #fff;
}
.swiper-button-prev{
	border-radius: 15px 0px 15px 0px;
	color: #fff;
}
.swiper-button-next{
	border-radius: 15px 0px 15px 0px;
	color: #fff;
}

@media (max-width: 450px){
	.wpcf7-form{width:80%; height:450px; position:absolute; background:#ffff; margin-left:-3%; margin-top:5%; margin-bottom:10%; padding:10px;}
	#iframe{margin-top:100%; padding:30px; }
	#barragreen{display:none;}
	html{
		font-size: 50%
	}
	.heading{
		font-size: 3rem;
	}
}
@media (max-width: 375px){
	.vertical-menu {
	margin-left:4%;
  width: 90%;
  margin-top:100%;
	position:relative;
}
	.wpcf7-form{width:80%; height:450px; position:absolute; background:#ffff; margin-left:-3%; margin-top:5%; margin-bottom:10%; padding:10px;}
	#iframe{margin-top:100%; padding:30px; }
	#barragreen{display:none;}
	html{
		font-size: 50%
	}
	.heading{
		font-size: 3rem;
	}
}