/*PADRÃO*/

.toggle, [id^=drop] {
	display: none;
}
nav {
	padding: 0;
	display: table;
	float: right;
}

nav label {
	content: "";
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav a {
	color: #fff;
	display: block;
	font-size: 0.9rem;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	line-height: 1.1rem;
}

.section-nav{
	background-color: #008043;
}


/*MENU*/

nav ul {

    float: right;
    list-style: none;
    width: 100%;
    display: block;
	margin: 0;
	position: relative;
	padding: 0;

}

nav ul li {
	margin: 0 auto;
	text-align: center;
	/* position: relative; */
	transition: 0.3s;
	width: auto;
	margin: 1%;
	float: left;
	line-height: 30px;
}
/* nav ul li:hover{
	color:#1A1A18;
} */

.cool-link {
  cursor: pointer; 
  text-decoration: none;
  padding-top: 19px;
  font-size: 22px;
}

.bg-gravely {
    width: 33.4%;
    margin: 0;
    background-color: #ef2b41;
}

.bg-spider {
    width: 33.4%;
    margin: 0;
    background-color: #ffd84e;
}

.bg-sthil {
    width: 33.4%;
    margin: 0;
    background-color: #ff6400; 
}

.bg-gravely:hover {
    background-color: #f50f1d;
}

.bg-spider:hover {
    background-color: #ffc432;
}

.bg-sthil:hover {
    background-color: #ff4000;
}

.menu_resp {
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.menu_resp div.right-start {
    margin-left: auto;
}

.menu_resp div.alinhamento {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.alinhamento .produtos{
    width: 200px;
    margin-top: 18px;
}


.empresa {
    margin-left: 55px;
}

.menu_resp div.alinhamento-destaque {
    display: flex;
    width: 40%;
    height: 59px;
}

.submenu-produtos {
        position: relative;
        list-style: none;
}

.dropdown-produtos {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 10px;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 999;
	width: 300px;
	text-align: left;
}

.submenu-produtos:hover .dropdown-produtos {
    display: block;
    /* height: 565px; */
}

.dropdown-produtos li {
    margin: 1px 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-produtos a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.dropdown-produtos a:hover {
    text-decoration: underline;
}

/* .cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#008043;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;

} */

/*SUBMENU*/

nav ul li ul {
	display: none;
	position: absolute;
	z-index: 99999999;
	left: 0px;
	margin-top: -4px;
	width: 100%;
	padding: 0
	
}

nav ul li:hover>ul {
	display: block;
}

nav ul li:hover {
	background: #f1f1f1;
	color: #008043;
	cursor: pointer;
  }

  nav ul li:hover a{
	color: #008043;
  }

nav ul li ul li {
	width: 100%;
	display: list-item;
	background: #f1f1f1;
	padding: 15px;
	text-align: left;
	height: 300px;
	color: #fff
	/* overflow: auto; */
}

nav ul li ul li p:hover {
	background-color: #CCC;
}

nav ul li ul li:hover nav ul li  {
	background: #dadad9;
}

nav ul li ul li a {
	
	padding: 10px 20px;
	font-size: 16px
}

nav ul li ul li:hover a {
	font-weight: bold;
}

/*MENU TERCEIRO NIVEL*/

nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
}

nav ul li ul li ul li {
	background: #dadad9;
	text-align: left;
}

nav ul li ul li ul li:hover a {
	font-weight: bold;
}

/*MENU QUARTO NIVEL*/

nav ul li ul li ul li ul {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9999999;
}

nav ul li ul li ul li ul {
	background: #dadad9;
	text-align: left;
}

nav ul li ul li ul li:hover a {
	font-weight: bold;
}

.mobile{
	display: none;
}

.menu-destaque {
    margin-left: 50px;
}


html {
    overflow-x: hidden;
  }

  .menu_resp {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding-left: 15%
  }

  .menu_resp>.menu-right {
    margin-left: auto;
    display: flex;
  }

  .menu-right li {
    width: 150px;
    padding-top: 14px;

  }

  .barra-mobile {
    display: none
  }

  .linha-menu{
    max-width: 100vw
  }
  
  .menu_resp .menu-right li a {
        font-size: 20px;
    }

 


@media screen and (max-width:1370px){
	/* nav {
		width: 48%;
		margin: 0;
	} */

	nav a {
		font-size: 12px;
	}
	nav ul li {
		margin: 10px;
	}
}

@media screen and (max-width:1121px){
	nav a {
		font-size: 11px;
	}
	nav ul li {
		margin: 5px;
	}
}


@media screen and (max-width: 1050px) {

    .empresa {
        margin-left: 4px;
    }
	.lista-mob{
		position: absolute; left: -1200px; top: 0px; width: 100%; height: 100vh; z-index: 99999; background: #008043;
		padding: 20px;
		overflow: auto;
		position: fixed;
	}

	.lista-mob p{
		color: #fff;
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		font-size: 0.9rem;
		line-height: 1.2rem;
	}

	.section-nav {
		background-color: #fff;
	}
	nav li, nav li a{
		text-align: left;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	nav ul {
		padding: 0;
		width: 100%;
		position: absolute ;
		z-index: 999999999999 ;
	}
	[id^=drop]:checked+ul {
		display: block;
	}
	.barras {
		float: right;
		margin-right: 5%;
		cursor: pointer;
	}
	.barras:hover {
		background: none
	}
	.barras i {
		font-size: 30px;
		color:#008043;
		float: right;
		right: 0;
		margin-right: 5%;
	}
	
	.toggle+a {
		display: none;
	}
	.toggle {
		display: block;
		color: #999;
		font-size: 14px;
		text-decoration: none;
		border: none;
	}
	.toggle a:hover {
		color: #008043;
	}
	label.submenu {
		margin: 0;
		padding: 0;
	}
	
	/*MENU*/
	nav {
		width: 100%;
		border-radius: 0;
		float: none;
		margin: 15px 0;
		margin-top: 40px;
		display: table;
	}
	nav a {
		padding: 14px 20px;
		color: #ffffff;
	}
	nav ul {
		margin-top: 25px;
		background-color:white ;
	}
	nav ul li {
		float:none;
		display: block;
		width: 95%;
		border-radius: 0;
		padding: 0;
		border-bottom: 1px solid #008043;
		text-align: left;
		margin: 0 auto;
		left: 0;
		padding: 0;
	}

	/*SUBMENU*/
	nav ul li ul {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin: 0 auto;
	}
	nav ul li ul li {
		width: 100%;
		display: block;
	}
	nav ul li ul li .toggle {
		background-color: #d1d1d1;
	}

	nav ul li ul li:hover {
		background: #CCC;
	}

	nav ul li ul li:hover .toggle {
		background: #CCC;
	}
	/*MENU TERCEIRO NIVEL*/
	nav ul li ul li ul {
		position: relative;
		width: 100%;
		left: 0;
	}
	nav ul li ul li ul li {
		background: #77787B;
	}
	nav ul li ul li ul li a {
		color: #FFF;
		font-size: 14px;
	}
	nav ul li ul li ul li:hover a {
		background-color: #472E09;
		color: #FFF;
	}
	nav ul ul li:hover>ul, nav ul li:hover>ul {
		display: none;
	}
}

@media screen and (max-width: 640px) {
    .menu_resp {
      padding-left: 0%;
      background-color: #008043;
      top: 0;
      height: 50vh;
      left: -650px;
      gap: 0;
    }
    
    .border-bottom{
        border-bottom: 1px solid #fff;
    }

    .menu_resp>.menu-right {
      width: 100%;
    }
    
    nav li a #fechar_mob {
        padding: 5px 5px !important;
    }

    .fa-window-close{
      font-size: 20pt;
    }

    .barra-mobile {
        display: flex;
        align-items: center;
    }

    .menu-right li {
      width: 40%;
      padding-top: 0
    }
    
    li .logo {
        padding: 5px;
        width: 80%;
        height: 50px;
        background-color: #fff;
        border-radius: 12px; /* Borda arredondada */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    }

  }
