﻿* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	outline: none !important;
	list-style: none;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5 {
	color: #353535
}

div,
ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%
}

input[type=text]:active {
	outline: none
}

select,
button,
input[type=text] {
	-webkit-appearance: none
}

/* SCROLL BAR BY: Luan Santos */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #00723F;
}

::-webkit-scrollbar-thumb {
	background: #0F975A;
}

	::-webkit-scrollbar-thumb:hover {
		background: #0F975A;
	}

img {
	max-width: 100%;
	max-height: 100%
}

section {
	width: 100%;
	position: relative
}

.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 95%
}

header .box-header {
	background-color: #fff;
}

	header .box-header .box-up {
		padding: 20px 0;
		justify-content: space-between
	}

		header .box-header .box-up div {
			width: auto
		}

#banner-home .box-banner .cada-banner {
	background-position: top;
	background-repeat: no-repeat;
	min-height: 680px;
	height: auto;
	background-size: 2560px;
	position: relative;
	z-index: 1;
}

	#banner-home .box-banner .cada-banner a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

#banner-home .slick-dots {
	position: absolute;
	bottom: 20px;
	justify-content: center
}

	#banner-home .slick-dots button {
		border-radius: 50%;
		border: 2px solid #fff;
		background: transparent;
		margin: 0 5px;
		width: 15px;
		height: 15px;
		font-size: 0;
		cursor: pointer
	}

	#banner-home .slick-dots .slick-active button {
		background-color: #fff
	}

#over-banner {
	border-bottom: 1px solid #c9c9c9
}

	#over-banner .box-itens {
		justify-content: space-between;
		align-items: center;
		padding: 20px 0
	}

		#over-banner .box-itens .cada-item {
			width: calc(100%/4);
			justify-content: center
		}

			#over-banner .box-itens .cada-item:last-child {
				width: auto
			}

			#over-banner .box-itens .cada-item .imagem {
				width: 30px;
				margin-right: 5px
			}

			#over-banner .box-itens .cada-item .info {
				width: auto
			}

				#over-banner .box-itens .cada-item .info p {
					font-size: 16px;
					font-family: 'Montserrat'; font-weight: 700;
					color: #555
				}

			#over-banner .box-itens .cada-item .linguagem {
				border: 1px solid #c9c9c9;
				width: 185px;
				padding: 2px 5px;
				position: relative;
				padding-right: 35px;
				cursor: pointer
			}

				#over-banner .box-itens .cada-item .linguagem .imagem {
					margin: 0;
					width: auto
				}

				#over-banner .box-itens .cada-item .linguagem .info {
					width: auto
				}

					#over-banner .box-itens .cada-item .linguagem .info p {
						font-family: 'Roboto-Medium';
						font-size: 14px;
						color: #000
					}

						#over-banner .box-itens .cada-item .linguagem .info p::before {
							content: "";
							height: 0;
							width: 0;
							position: absolute;
							right: 8px;
							top: 8px;
							display: block;
							border-left: 5px solid transparent;
							border-right: 5px solid transparent;
							border-top: 10px solid #767676
						}

						#over-banner .box-itens .cada-item .linguagem .info p::after {
							content: "";
							background-color: #767676;
							height: 1px;
							width: 15px;
							position: absolute;
							right: 20px;
							top: 13px;
							display: block;
							transform: rotate(90deg)
						}

			#over-banner .box-itens .cada-item .opcoes {
				width: 185px;
				position: absolute;
				top: 48px;
				display: none;
				transition: .3s
			}

				#over-banner .box-itens .cada-item .opcoes.exibir {
					display: block;
					z-index: 10
				}

				#over-banner .box-itens .cada-item .opcoes ul {
					background-color: #fff
				}

					#over-banner .box-itens .cada-item .opcoes ul li {
						width: 100%;
						padding: 2px 5px;
						border: 1px solid #c9c9c9;
						border-collapse: collapse;
						text-align: center
					}

						#over-banner .box-itens .cada-item .opcoes ul li a {
							font-family: 'Roboto-Regular';
							font-size: 14px;
							color: #000;
							display: flex;
							justify-content: center
						}

#produtos-home .imagem {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start
}

	#produtos-home .imagem .nav-imagem {
		width: 100px
	}

		#produtos-home .imagem .nav-imagem .cada-img {
			border: 1px solid #d7d7d7;
			margin: 10px 2px;
			margin-top: 10px;
			width: 90px;
			cursor: pointer
		}

#produtos-home .box-produtos .titulo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #c9c9c9
}

	#produtos-home .box-produtos .titulo h2 {
		font-size: 16px;
		color: #555;
		font-family: 'Montserrat'; font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		padding: 15px
	}

#produtos-home .box-produtos .cada-box {
	padding: 20px;
	position: relative
}

#produtos-home .box-produtos .cada-box .cada-produto {
	padding: 20px;
	position: relative
}

.box-produtos-vitrine {
	justify-content: flex-start;
	gap: 16px;
}

.box-produtos-vitrine .cada-produto {
    width: calc(100%/3 - 11px);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 24px 0
}

.box-produtos-vitrine .cada-produto .btn-cotacao{
    padding: 0 .875rem;
}

.imagem {
	justify-content: center
}

.info {
	justify-content: center;
	padding: 24px
}

.info h2 {
	font-size: 16px;
	line-height: 18px;
	color: #555;
	font-family: 'Montserrat'; font-weight: 700;
	text-align: center
}

#produtos-home .box-produtos .cada-box .info h2 {
	font-size: 16px;
	height: 92px;
	line-height: 18px;
	color: #555;
	font-family: 'Montserrat'; font-weight: 700;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.btn-cotacao {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	gap: .5rem;
}

.btn-cotacao a {
    width: 75%;
    background-color: #00723f;
    font-size: .875rem;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
    transition: .2s;
    padding: 8px 12px;
}

.btn-cotacao a:hover {
    opacity: .6
}

.btn-cotacao a span {
    font-family: 'Lato', sans-serif;
}

.btn-indisponivel {
	justify-content: center
}

	.btn-indisponivel a {
		background-color: #808080;
		font-size: 12px;
		font-family: 'Montserrat'; font-weight: 700;
		color: #fff;
		transition: .2s;
		padding: 10px 25px
	}

		.btn-indisponivel a:hover {
			opacity: .6
		}

		.btn-indisponivel a span {
			font-family: 'Montserrat'; font-weight: 400;
		}

#produto .produto .box-produto .conteudo .descricao .similares {
	position: relative;
	width: calc(100%/3);
	height: 126px
}

.btn-similares {
	position: absolute;
	justify-content: center;
	bottom: 0;
	padding: 8px
}

	.btn-similares a {
		font-size: 16px;
		font-family: 'Montserrat'; font-weight: 700;
		color: #00723f;
		transition: .2s
	}

		.btn-similares a:hover {
			opacity: .6
		}

		.btn-similares a span {
			font-family: 'Montserrat'; font-weight: 400;
		}

.arrow-gray .slick-prev {
	background-color: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	cursor: pointer;
	height: 20px;
	width: 20px
}

	.arrow-gray .slick-prev::before {
		content: "";
		background-color: #1f1f1f;
		width: 10px;
		height: 1px;
		display: block;
		transform: rotate(135deg);
		position: relative;
		top: -3px;
		left: 4px
	}

	.arrow-gray .slick-prev::after {
		content: "";
		background-color: #1f1f1f;
		width: 10px;
		height: 1px;
		display: block;
		transform: rotate(45deg);
		top: 3px;
		position: relative;
		left: 4px
	}

.arrow-gray .slick-next {
	background-color: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	cursor: pointer;
	height: 20px;
	width: 20px
}

	.arrow-gray .slick-next::before {
		content: "";
		background-color: #1f1f1f;
		width: 10px;
		height: 1px;
		display: block;
		transform: rotate(45deg);
		position: relative;
		top: -3px;
		right: -5px
	}

	.arrow-gray .slick-next::after {
		content: "";
		background-color: #1f1f1f;
		width: 10px;
		height: 1px;
		display: block;
		transform: rotate(-45deg);
		top: 3px;
		position: relative;
		right: -5px
	}

#banner-rodape .box-banners {
	justify-content: space-between;
	padding-bottom: 30px
}

	#banner-rodape .box-banners .cada-item {
		width: calc(100%/3 - 20px)
	}

#institucional .form-contato .cada-formulario .box-formulario form .btn-enviar button {
	background-color: #00723f;
	width: 100px;
	margin-left: 10px;
	color: #fff;
	border: 0 solid;
	padding: 12px;
	transition: .2s;
	cursor: pointer
}

	#institucional .form-contato .cada-formulario .box-formulario form .btn-enviar button:hover {
		background-color: #0b492d
	}

#parceiros .titulo {
	padding: 50px 0;
	border-bottom: 1px solid #c9c9c9;
	justify-content: center
}

	#parceiros .titulo h2 {
		font-family: 'Montserrat'; font-weight: 700;
		font-size: 14px;
		color: #555
	}

#parceiros .box-parceiros {
	padding: 30px
}

	#parceiros .box-parceiros .cada-parceiro {
		padding: 0 10px 0 10px
	}

#banner-interna .box-banner .cada-banner {
	background-position: top;
	background-repeat: no-repeat;
	height: 325px;
	background-size: 100%
}

#institucional {
	padding: 40px 0 80px
}

	#institucional .titulo h2 {
		color: #00723f;
		font-family: 'Montserrat'; font-weight: 700;
		font-size: 16px;
		margin-bottom: 10px
	}

	#institucional .box-institucional {
		justify-content: space-between;
		align-items: flex-start
	}

	#institucional .sidebar {
		width: 164px
	}

	#institucional .box-todos-produtos .sidebar {
		width: 25%
	}

		#institucional .box-todos-produtos .sidebar .submenucat {
			height: 500px;
			background-color: #f0f0f0;
			border: 2px solid #E6E6E6;
			border-top: none;
			overflow: auto
		}

	#institucional .sidebar .titulo {
		width: 100%;
		padding: 1rem .875rem;
		background-color: #fff;
		border: 2px solid #e6e6e6;
		margin: 0;
		display: flex;
		align-items: center;
		text-align:  center;
	}

		#institucional .sidebar .titulo h2 {
			width: 100%;
			font-size: 1.125rem;
			text-transform: uppercase;
			margin: 0;
		}
	
		#institucional .sidebar .titulo h2 span
		{
			font-size: 12px;
			color: #BCBCBC;
		}


#institucional .sidebar > ul > li,
#institucional .sidebar > .submenu > ul > li {
	width: 100%
}

#institucional .sidebar ul li a {
	color: #424242;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat'; font-weight: 400;
	line-height: 30px;
	width: 100%;
	display: flex
}

	#institucional .sidebar ul li.active a,
	#institucional .sidebar ul li a:hover {
		font-weight: 600
	}

#institucional .sidebar .submenu {
	z-index: 1;
	position: relative
}

	#institucional .sidebar .submenu ul {
		position: relative;
		margin: 8px 0;
	}

		#institucional .sidebar .submenu ul:after {
			width: 1px;
			height: calc(100% - 35px);
			content: "";
			background-color: #BCBCBC;
			position: absolute;
			display: block;
			left: 28px;
			top: 24px;
		}

	#institucional .sidebar .submenu > ul > li {
		padding: 4px 18px 4px 42px;
		transition: .2s;
		cursor: pointer;
		position: relative
	}

		#institucional .sidebar .submenu > ul > li:not(.title-alf):before {
			width: 8px;
			height: 1px;
			content: "";
			background-color: #BCBCBC;
			position: absolute;
			display: block;
			left: 28px;
			top: 50%;
			transform: translateY(-5%);
		}

		#institucional .sidebar .submenu > ul > li.title-alf {
			width: 100%;
			padding: 4px 12px 4px 22px;
		}

			#institucional .sidebar .submenu > ul > li.title-alf span {
				font-size: 18px;
				font-family: 'Montserrat'; font-weight: 700;
				color: #424242;
			}


	#institucional .sidebar .submenu ul li span,
	#institucional .sidebar .submenu ul li a {
		font-size: 14px;
		transition: .2s;
		line-height: 16px;
		font-family: 'Montserrat'; font-weight: 400;
	}


	#institucional .sidebar .submenu ul li:hover span,
	#institucional .sidebar .submenu ul li:hover a,
	#institucional .sidebar .submenu ul li.active a {
		font-family: 'Montserrat'; font-weight: 700;
		color: #00723f
	}

#institucional .sidebar .box-submenu {
	display: none;
	width: 1050px;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #00723f;
	padding: 10px
}

#institucional .sidebar .submenu ul li:hover .box-submenu {
	display: flex;
	align-items: flex-start
}

#institucional .sidebar .submenu ul li .box-submenu ul {
	width: calc(100%/5);
	position: relative;
	padding-left: 22px
}

	#institucional .sidebar .submenu ul li .box-submenu ul:before {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		left: 12px;
		display: block;
		background-color: #f47a20;
		top: 0
	}

	#institucional .sidebar .submenu ul li .box-submenu ul li {
		width: 100%;
		padding: 5px
	}

		#institucional .sidebar .submenu ul li .box-submenu ul li a {
			font-family: 'Montserrat'; font-weight: 400;
			line-height: 14px;
			width: 100%;
			display: flex;
			color: #fff;
			font-size: 12px
		}

		#institucional .sidebar .submenu ul li .box-submenu ul li.title-alf {
			position: relative;
			padding: 0;
			left: -20px;
			top: -2px;
			width: 100%
		}

			#institucional .sidebar .submenu ul li .box-submenu ul li.title-alf span {
				width: 20px;
				height: 30px;
				background-color: #00723f;
				position: absolute;
				display: flex;
				color: #f47a20;
				justify-content: center;
				align-items: center
			}

#institucional .sidebar .texto {
	margin-top: 20px
}

	#institucional .sidebar .texto p,
	#institucional .sidebar .texto div {
		font-size: 12px;
		color: #555;
		font-family: 'Montserrat'; font-weight: 400;
		text-align: left;
		line-height: 18px
	}

		#institucional .sidebar .texto p span,
		#institucional .sidebar .texto p div span {
			font-weight: bold
		}

#institucional .conteudo {
	width: calc(100% - 184px)
}

#institucional .box-todos-produtos .conteudo {
	width: 72%
}


	#institucional .box-todos-produtos .conteudo .titulo {
		height: 44px;
		margin-bottom: 1rem;
		justify-content: space-between;
	}

		#institucional .box-todos-produtos .conteudo .titulo h1 {
			width: 60%;
			font-size: 1rem;
			text-transform: uppercase;
			margin: 0;
		}

			#institucional .box-todos-produtos .conteudo .titulo h1 i {
				display: none;
			}

#institucional .box-todos-produtos .titulo .busca {
	width: 30%;
}

	#institucional .box-todos-produtos .titulo .busca .campo-pesquisa {
		background-color: #ccc;
		width: 100%;
		padding: 10px
	}

		#institucional .box-todos-produtos .titulo .busca .campo-pesquisa form {
			width: 100%;
			flex-wrap: wrap;
			display: flex;
			align-items: center;
		}

		#institucional .box-todos-produtos .titulo .busca .campo-pesquisa input {
			width: calc(100% - 20px);
			background-color: transparent;
			border: 0 solid #000
		}

		#institucional .box-todos-produtos .titulo .busca .campo-pesquisa button {
			width: 20px;
			background-color: transparent;
			border: 0 solid #000
		}

#institucional .conteudo .texto p,
#institucional .conteudo .texto h3 {
	color: #000;
	font-size: 14px;
	font-family: 'Montserrat'; font-weight: 400;
	line-height: 30px
}

#institucional .conteudo .texto h3 {
	font-family: 'Montserrat'; font-weight: 700;
	margin-top: 34px;
	width: 100%
}

#institucional .conteudo .unidades {
	justify-content: flex-start;
	align-items: flex-start
}

	#institucional .conteudo .unidades .cada-unidade {
		width: calc((100% - 140px)/3);
		border: 1px solid #c9c9c9;
		padding: 12px;
		margin: 0 70px 70px 0;
		position: relative
	}

		#institucional .conteudo .unidades .cada-unidade:nth-child(3) {
			margin: 0 0 70px 0
		}

		#institucional .conteudo .unidades .cada-unidade:nth-child(6) {
			margin: 0 0 70px 0
		}

		#institucional .conteudo .unidades .cada-unidade::before {
			content: "";
			height: 0;
			width: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-right: 10px solid #f57921;
			bottom: -3px;
			left: 2px;
			transform: rotate(-45deg);
			position: absolute
		}

		#institucional .conteudo .unidades .cada-unidade .imagem {
			background-position: top;
			background-repeat: no-repeat;
			background-size: cover;
			min-height: 176px
		}

		#institucional .conteudo .unidades .cada-unidade .info,
		#institucional .conteudo .unidades .cada-unidade .infos {
			justify-content: center;
			margin-bottom: 10px
		}

			#institucional .conteudo .unidades .cada-unidade .info h3 {
				font-size: 14px;
				font-family: 'Montserrat'; font-weight: 700;
				margin: 25px 0 8px 0
			}

			#institucional .conteudo .unidades .cada-unidade .infos p {
				font-size: 14px;
				font-family: 'Montserrat'; font-weight: 400;
				line-height: 20px
			}

#institucional.error404 p,
#institucional.error404 h2 {
	margin-bottom: 20px;
	width: 100%;
	font-family: 'Montserrat'; font-weight: 700;
}

	#institucional.error404 p a {
		text-decoration: underline;
		color: #00723f
	}

#institucional.error404 h2 {
	font-size: 30px;
	margin: 70px 0 20px
}

#institucional .box-mapa .mapa {
	justify-content: center
}

#institucional .box-mapa h4 {
	font-family: 'Montserrat'; font-weight: 700;
}

#institucional .box-mapa .promocoes {
	margin: 80px 0 10px;
	overflow: hidden;
	transition: 1s;
	justify-content: center;
	max-height: 0
}

	#institucional .box-mapa .promocoes.active {
		max-height: 2000px
	}

	#institucional .box-mapa .promocoes .nome {
		justify-content: center
	}

		#institucional .box-mapa .promocoes .nome h4 {
			font-size: 22px;
			margin-bottom: 10px;
			font-family: 'Montserrat'; font-weight: 700;
		}

	#institucional .box-mapa .promocoes .box-promocoes {
		justify-content: center;
		margin-bottom: 10px;
		width: 100%
	}

	#institucional .box-mapa .promocoes .cada-promocao {
		width: 300px;
		margin: 30px
	}

.paginacao {
	justify-content: center
}

	.paginacao li a {
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		justify-content: center;
		background-color: #ccc;
		color: #333;
		font-family: 'Montserrat'; font-weight: 700;
		margin: 0 5px;
		transition: .2s
	}

		.paginacao li a:hover {
			background-color: #aaa
		}

		.paginacao li a.active {
			background-color: #f47a20;
			color: #fff
		}

#svg-map path {
	fill: #dadada
}

#svg-map text {
	fill: #606060;
	font: 12px Arial-BoldMT, sans-serif;
	cursor: pointer
}

#svg-map a {
	text-decoration: none
}

	#svg-map a:hover {
		cursor: pointer;
		text-decoration: none
	}

		#svg-map a:hover path {
			fill: #c3c3c3 !important
		}

#svg-map .circle {
	fill: #c3c3c3
}

#svg-map a:hover .circle {
	fill: #a8a8a8 !important;
	cursor: pointer
}

.estado-to {
	fill: #fff;
	border: 1px solid #f00
}

#svg-map .selecionado path {
	fill: #00723f
}

#svg-map .selecionado:hover path {
	fill: #01522e !important
}

#svg-map .selecionado text {
	fill: #fff
}

#produto .navegacao {
	justify-content: flex-end
}

	#produto .navegacao .box-navegacao {
		width: auto;
		padding: 40px 0
	}

		#produto .navegacao .box-navegacao ul li {
			padding: 0 15px;
			position: relative
		}

			#produto .navegacao .box-navegacao ul li::before {
				content: "";
				background-color: #000;
				height: 1px;
				width: 5px;
				display: block;
				position: absolute;
				right: 0;
				top: 8px;
				transform: rotate(45deg)
			}

			#produto .navegacao .box-navegacao ul li::after {
				content: "";
				background-color: #000;
				height: 1px;
				width: 5px;
				display: block;
				position: absolute;
				right: 0;
				top: 12px;
				transform: rotate(-45deg)
			}

			#produto .navegacao .box-navegacao ul li:last-child::before,
			#produto .navegacao .box-navegacao ul li:last-child::after {
				display: none
			}

			#produto .navegacao .box-navegacao ul li a {
				font-family: 'Montserrat'; font-weight: 400;
				font-size: 12px;
				color: #000
			}

			#produto .navegacao .box-navegacao ul li:last-child {
				font-weight: bold;
				font-family: 'Montserrat'; font-weight: 400;
				font-size: 12px
			}

#produto .produto .box-produto {
	justify-content: space-between;
	padding: 20px 0
}

	#produto .produto .box-produto .imagem {
		width: calc(100%/2 - 20px)
	}

	#produto .produto .box-produto .conteudo {
		width: calc(100%/2 - 20px)
	}

		#produto .produto .box-produto .conteudo p {
			font-size: 14px;
			font-family: 'Montserrat'; font-weight: 400;
			color: #555;
			padding-bottom: 5px
		}

		#produto .produto .box-produto .conteudo .titulo h1 {
			font-size: 24px;
			font-family: 'Montserrat'; font-weight: 700;
			color: #555
		}

		#produto .produto .box-produto .conteudo .descricao {
			align-items: flex-start;
			padding: 40px 0
		}

			#produto .produto .box-produto .conteudo .descricao .desc {
				width: calc(100%/3)
			}

				#produto .produto .box-produto .conteudo .descricao .desc p {
					width: 100%;
					line-height: 25px
				}

					#produto .produto .box-produto .conteudo .descricao .desc p span {
						font-weight: bold
					}

			#produto .produto .box-produto .conteudo .descricao .infos {
				width: calc(100%/2)
			}

				#produto .produto .box-produto .conteudo .descricao .infos p {
					font-weight: bold
				}

				#produto .produto .box-produto .conteudo .descricao .infos .quantidade p {
					margin-right: 5px
				}

				#produto .produto .box-produto .conteudo .descricao .infos input {
					padding: 10px 5px;
					width: 60px;
					font-size: 12px;
					color: #555;
					font-family: 'Montserrat'; font-weight: 400;
					background-color: #d6d6d6;
					border: 1px solid #c6c6c6
				}

				#produto .produto .box-produto .conteudo .descricao .infos .cod {
					padding: 20px 0
				}

				#produto .produto .box-produto .conteudo .descricao .infos .btn-cotacao a.btn-comprar {
					background-color: #F47A20;
				}

				#produto .produto .box-produto .conteudo .descricao .infos .btn-cotacao a {
					background-color: #00723f;
					width: 49%;
					font-size: 12px;
					color: #fff;
					font-family: 'Lato', sans-serif;
					padding: 10px 26px
				}

				.btn-cotacao a.btn-comprar {
					background-color: #F47A20;
				}

		#produto .produto .box-produto .conteudo .box-informacao .titulos {
			border-bottom: 1px solid #c9c9c9;
			margin-bottom: 10px
		}

			#produto .produto .box-produto .conteudo .box-informacao .titulos h2 {
				color: #555;
				font-size: 16px;
				font-family: 'Montserrat'; font-weight: 700;
			}

			#produto .produto .box-produto .conteudo .box-informacao .titulos .titulo {
				padding: 10px 15px;
				margin-right: 10px;
				margin-bottom: 5px;
				justify-content: center;
				width: 195px;
				cursor: pointer;
				transition: .3s
			}

		#produto .produto .box-produto .conteudo .box-informacao .cada-bloco {
			display: none
		}

			#produto .produto .box-produto .conteudo .box-informacao .cada-bloco.open {
				display: flex
			}

		#produto .produto .box-produto .conteudo .box-informacao .titulos .titulo.active,
		#produto .produto .box-produto .conteudo .box-informacao .titulos .titulo:hover {
			background-color: #f0f0f0
		}

#produto .produto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 25px 0
}

	#produto .produto .box-produto {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start
	}

		#produto .produto .box-produto .galeria {
			width: 55%;
			position: relative;
			width: calc(100%/2 - 20px);
			margin-right: 20px;
			align-items: flex-start
		}

		#produto .produto .box-produto .slider-nav {
			width: 100px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			overflow: hidden
		}

			#produto .produto .box-produto .slider-nav .slick-list {
				overflow: visible
			}

			#produto .produto .box-produto .slider-nav .cada-nav:first-child {
				margin-top: 8px
			}

			#produto .produto .box-produto .slider-nav .cada-nav {
				margin: 10px 2px;
				width: 90px;
				cursor: pointer
			}

		#produto .produto .box-produto .slider-for {
			width: calc(100% - 130px);
			margin: 0 10px
		}

			#produto .produto .box-produto .slider-for iframe {
				width: 100%;
				height: 348px
			}

		#produto .produto .box-produto .slider-nav .cada-nav .thumb-video {
			display: block;
			width: 100%;
			height: 100%
		}

			#produto .produto .box-produto .slider-nav .cada-nav .thumb-video img {
				display: block;
				width: 100%;
				height: 100%
			}

.box-carrinho {
	width: 100%;
	justify-content: flex-end
}

	.box-carrinho table {
		border-collapse: collapse;
		width: 100%;
		margin: 20px 0;
		border: 1px solid #ccc
	}

.carrinho {
	width: 100%;
	overflow: auto
}

.box-carrinho table th {
	border-bottom: 1px solid #ccc
}

.box-carrinho table th,
.box-carrinho table td.ctc {
	font-family: 'Montserrat'; font-weight: 700;
}

.box-carrinho table th,
.box-carrinho table td {
	text-align: center;
	padding: 15px 20px
}

	.box-carrinho table td a {
		margin: 10px 0;
		width: 100%;
		display: block;
		font-family: 'Montserrat'; font-weight: 400;
		color: #444;
		font-size: 12px
	}

	.box-carrinho table th.prod {
		min-height: 48px;
		text-align: left
	}

	.box-carrinho table td.prod {
		display: flex;
		justify-content: left;
		align-items: center
	}

.box-carrinho table .box-img {
	width: 120px
}

.box-carrinho table h4 {
	font-family: 'Montserrat'; font-weight: 100;
	padding-left: 20px;
	font-size: 14px;
	text-align: left;
	color: #444;
	text-transform: uppercase
}

.box-carrinho table select {
	padding: 10px;
	background-image: url('../imgs/arrow.png');
	background-size: 13px;
	background-position: calc(100% - 5px) 15px;
	background-repeat: no-repeat;
	width: 60px;
	-webkit-appearance: select;
	-moz-appearance: select;
	appearance: select
}

.box-carrinho .box-footer-carrinho {
	width: 100%;
	justify-content: space-between
}

.btn-continuar-cotacao {
	padding: 10px 40px;
	border: 1px solid #ccc;
	font-family: 'Montserrat'; font-weight: 400;
	color: #888
}

.box-finalizar-cotacao {
	width: 100%
}

	.box-finalizar-cotacao h1 {
		width: 100%;
		color: #00723f;
		font-family: 'Montserrat'; font-weight: 700;
		font-size: 18px;
		margin-bottom: 10px
	}

	.box-finalizar-cotacao p {
		font-size: 14px;
		color: #555;
		width: 100%;
		line-height: 24px;
		font-family: 'Montserrat'; font-weight: 400;
	}

	.box-finalizar-cotacao form {
		width: 100%;
		margin-top: 40px
	}

		.box-finalizar-cotacao form .row {
			width: 100%;
			justify-content: space-between
		}

			.box-finalizar-cotacao form .row .cols {
				width: 48%;
				margin-bottom: 30px
			}

				.box-finalizar-cotacao form .row .cols input,
				.box-finalizar-cotacao form .row .cols select {
					width: 100%;
					font-family: 'Montserrat'; font-weight: 400;
					border: 1px solid #333;
					font-size: 16px;
					padding: 15px
				}

					.box-finalizar-cotacao form .row .cols input::-webkit-input-placeholder {
						color: #333
					}

					.box-finalizar-cotacao form .row .cols input::-moz-placeholder {
						color: #333
					}

					.box-finalizar-cotacao form .row .cols input:-ms-input-placeholder {
						color: #333
					}

					.box-finalizar-cotacao form .row .cols input:-moz-placeholder {
						color: #333
					}

		.btn-finalizar-cotacao,
		.box-finalizar-cotacao form input[type="submit"] {
			padding: 10px 40px;
			color: #fff;
			cursor: pointer;
			font-family: 'Montserrat'; font-weight: 700;
			transition: .2s;
			background-color: #00723f;
			border: 0 solid
		}

			.btn-finalizar-cotacao:hover,
			.box-finalizar-cotacao form input[type="submit"]:hover {
				opacity: .6
			}

@media(max-width:1920px) {
	#banner-home .box-banner .cada-banner {
		min-height: 550px;
		background-size: 1920px
	}

	#banner-interna .box-banner .cada-banner {
		height: 325px;
		background-size: 1920px
	}
}

@media(max-width:1680px) {
	#banner-home .box-banner .cada-banner {
		min-height: 490px;
		background-size: 1680px
	}

	#banner-interna .box-banner .cada-banner {
		height: 270px;
		background-size: 1680px
	}
}

@media(max-width:1366px) {
	#banner-home .box-banner .cada-banner {
		min-height: 400px;
		background-size: 1366px
	}

	#banner-interna .box-banner .cada-banner {
		height: 232px;
		background-size: 1366px
	}

	#institucional .conteudo .unidades .cada-unidade .imagem {
		min-height: 178px
	}
}

@media(max-width:1280px) {
	#over-banner .box-itens .cada-item {
		width: calc(100%/3)
	}

		#over-banner .box-itens .cada-item:last-child {
			width: 100%;
			margin-top: 20px
		}

		#over-banner .box-itens .cada-item .opcoes {
			top: 99px
		}

	#institucional .conteudo .unidades .cada-unidade,
	#institucional .conteudo .unidades .cada-unidade:nth-child(3),
	#institucional .conteudo .unidades .cada-unidade:nth-child(6) {
		width: calc((100% - 70px)/2);
		margin: 0 40px 40px 0
	}

		#institucional .conteudo .unidades .cada-unidade:nth-child(2),
		#institucional .conteudo .unidades .cada-unidade:nth-child(4),
		#institucional .conteudo .unidades .cada-unidade:nth-child(6) {
			width: calc((100% - 70px)/2);
			margin: 0 0 40px 0
		}

		#institucional .conteudo .unidades .cada-unidade .imagem {
			min-height: 200px
		}

	#institucional .sidebar .box-submenu {
		display: none;
		width: 100%;
		padding: 5px;
		position: static;
		max-height: 300px;
		overflow: auto
	}

	#institucional .sidebar .submenu ul li .box-submenu ul {
		width: 100%;
		position: static;
		padding-left: 0
	}

		#institucional .sidebar .submenu ul li .box-submenu ul li.title-alf {
			display: none
		}

		#institucional .sidebar .submenu ul li .box-submenu ul:before {
			display: none
		}
}

@media(max-width:978px) {
	#banner-home .box-banner .cada-banner {
		min-height: 290px;
		background-size: 978px
	}

	#banner-rodape .box-banners .cada-item {
		width: calc(100%/2 - 20px);
		margin: 0 10px 5px 0
	}

	#banner-rodape .box-banners {
		justify-content: center
	}

	#over-banner .box-itens .cada-item {
		margin-bottom: 15px
	}

		#over-banner .box-itens .cada-item .info p {
			font-size: 14px
		}

		#over-banner .box-itens .cada-item:last-child {
			margin: 0
		}

		#over-banner .box-itens .cada-item .opcoes {
			top: 93px
		}

	#parceiros .titulo {
		padding: 30px 0
	}

	#banner-interna .box-banner .cada-banner {
		height: 190px;
		background-size: 1120px
	}

	#institucional {
		padding: 40px 0
	}

		#institucional .conteudo .unidades .cada-unidade,
		#institucional .conteudo .unidades .cada-unidade:nth-child(3) {
			margin: 0 30px 30px 0
		}

			#institucional .conteudo .unidades .cada-unidade .imagem {
				min-height: 150px
			}

	.box-produtos-vitrine .cada-produto {
		width: calc(100%/2)
	}

	#produto .produto .box-produto .slider-nav {
		width: 100%;
	}
}

@media(max-width:768px) {
	#banner-home .box-banner .cada-banner {
		min-height: 225px;
		background-size: 768px
	}

	#banner-rodape .box-banners .cada-item {
		width: 100%;
		margin: 5px 0;
		justify-content: center
	}

	#banner-interna .box-banner .cada-banner {
		height: 130px;
		background-size: 768px
	}

	#over-banner {
		display: none
	}

	#institucional .sidebar {
		width: 100%;
		margin-bottom: 60px
	}

	#institucional .conteudo {
		width: 100%
	}

		#institucional .conteudo .titulo {
			justify-content: center;
			margin-bottom: 10px
		}

		#institucional .conteudo .unidades {
			justify-content: center
		}

	#produto .produto .box-produto .galeria {
		width: 100%
	}

	#produto .produto .box-produto .conteudo {
		width: 100%
	}

		#produto .produto .box-produto .conteudo .titulo {
			margin-top: 24px
		}

	.box-finalizar-cotacao form .row .cols {
		width: 100%
	}

	.box-produtos-vitrine .cada-produto {
		width: calc(100%)
	}
}

@media(max-width:500px) {
	#banner-home .box-banner .cada-banner {
		max-width: 600px;
		min-height: 180px;
		background-size: 600px
	}

	#banner-home .slick-dots {
		position: absolute;
		bottom: 10px;
		justify-content: center
	}

	#banner-interna .box-banner .cada-banner {
		min-height: 130px;
		background-size: 600px
	}

	#institucional .conteudo .unidades .cada-unidade,
	#institucional .conteudo .unidades .cada-unidade:nth-child(2),
	#institucional .conteudo .unidades .cada-unidade:nth-child(3),
	#institucional .conteudo .unidades .cada-unidade:nth-child(4),
	#institucional .conteudo .unidades .cada-unidade:nth-child(6) {
		margin: 0 0 30px 0;
		width: 90%;
		max-width: 320px
	}

	#produto .produto .box-produto .conteudo .descricao {
		flex-direction: column;
	}

    #produto .produto .box-produto .conteudo .descricao .infos {
        width: 100%;
    }

		#produto .produto .box-produto .conteudo .descricao .infos .btn-cotacao a {
			padding: 10px 15px
		}

	#produto .produto .box-produto .conteudo .box-informacao .titulos {
		width: 100%
	}

		#produto .produto .box-produto .conteudo .box-informacao .titulos .titulo {
			margin-right: initial;
			margin-bottom: initial;
			width: 50%
		}

		#produto .produto .box-produto .conteudo .box-informacao .titulos h2 {
			font-size: 14px
		}

	#institucional .box-todos-produtos .conteudo,
	#institucional .box-todos-produtos .sidebar,
	#produto .produto .box-produto .slider-for {
		width: 100%
	}

	.btn-finalizar-cotacao,
	.box-finalizar-cotacao form input[type="submit"] {
		width: 100%;
		margin: 10px 0;
		text-align: center
	}

	.btn-continuar-cotacao {
		margin: 20px 0 10px;
		width: 100%;
		text-align: center
	}

	.btn-finalizar-cotacao,
	.box-finalizar-cotacao form input[type="submit"] {
		width: 100%;
		margin: 10px 0;
		text-align: center
	}

	.btn-continuar-cotacao {
		margin: 20px 0 10px;
		width: 100%;
		text-align: center
	}

	.box-finalizar-cotacao h1 {
		text-align: center
	}

	.box-carrinho table .box-img {
		width: 60px
	}

	.box-carrinho table h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		height: 100%;
		width: 105px
	}

	.box-carrinho table th,
	.box-carrinho table td {
		font-size: 12px
	}
}

.modal-carrinho-conteudo {
	max-height: 510px;
	margin: 10px 0;
	padding: 10px 0;
	overflow-y: scroll
}

.carrinho-quantidade {
	padding: 10px 5px;
	width: 60px;
	font-size: 12px;
	color: #555;
	font-family: 'Montserrat'; font-weight: 400;
	background-color: #d6d6d6;
	border: 1px solid #c6c6c6
}

#institucional .titulo h1 {
	color: #00723f;
	font-family: 'Montserrat'; font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px
}

.home-h1 {
	display: none
}

.texto h2 {
	color: #00723f;
	font-family: 'Montserrat'; font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px
}

#form-cotacao h2 {
	color: #00723f;
	font-family: 'Montserrat'; font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px
}

#especificacoes h3 {
	color: #00723f;
	font-family: 'Montserrat'; font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
	vertical-align: middle
}

#especificacoes {
	display: inline-block;
	padding-bottom: 10px
}

	#especificacoes span {
		color: #555;
		font-family: 'Montserrat'; font-weight: 400;
		font-size: 14px;
		vertical-align: middle
	}

	#especificacoes .espec_descricao {
		color: #00723f;
		font-family: 'Montserrat'; font-weight: 700;
		font-size: 14px;
		margin-bottom: 5px;
		vertical-align: middle
	}

	#especificacoes .caixa-esquerda {
		width: 50%;
		text-align: center;
		display: block;
		word-wrap: break-word;
		float: left
	}

	#especificacoes .caixa-direita {
		width: 50%;
		text-align: center;
		display: block;
		word-wrap: break-word;
		float: right
	}

.box-produtos-vitrine p {
	font-size: 14px;
	color: #555;
	font-family: 'Montserrat'; font-weight: 400;
	text-align: left;
	line-height: 18px;
	font-weight: bold
}

#box-privacidade {
	position: fixed;
	bottom: 10px;
	width: 100%;
	background: #fff;
	max-width: 700px;
	left: calc(50% - 700px/2);
	padding: 15px;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .6);
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 10
}

	#box-privacidade > a {
		display: block;
		width: 100px;
		text-align: center;
		background: #00723f;
		font-family: 'Montserrat'; font-weight: 700;
		color: #fff;
		padding: 8px;
		font-size: 20px;
		transition: .2s
	}

	#box-privacidade .box-info {
		width: calc(100% - 100px)
	}

		#box-privacidade .box-info p:last-child {
			margin-bottom: 0
		}

		#box-privacidade .box-info p {
			font-size: 14px;
			line-height: 18px;
			font-family: 'Montserrat'; font-weight: 400;
			margin-bottom: 5px;
			padding-right: 20px
		}

			#box-privacidade .box-info p a {
				color: #58595b;
				font-weight: bold;
				font-family: 'Montserrat'; font-weight: 700;
			}

@media(max-width:720px) {
	#box-privacidade {
		left: 0
	}
}

#institucional.mapa .conteudo h2 {
	color: #00723f;
	text-transform: uppercase;
	font-family: 'Montserrat'; font-weight: 700;
	font-size: 15px;
	margin: 10px 0
}

#institucional.mapa .conteudo ul {
	justify-content: flex-start;
	margin-bottom: 20px
}

	#institucional.mapa .conteudo ul li {
		width: calc(100%/3 - 50px);
		font-family: 'Montserrat'; font-weight: 400;
		font-size: 13px;
		margin-bottom: 10px;
		margin-right: 20px
	}

		#institucional.mapa .conteudo ul li a {
			color: #000
		}

@media(max-width:978px) {
	#institucional.mapa .conteudo ul li {
		width: calc(100%/3 - 20px)
	}
}

@media(max-width:768px) {
	#institucional.mapa .conteudo ul li {
		width: calc(100%/2 - 20px)
	}
}

@media(max-width:500px) {
	#institucional.mapa .conteudo .texto {
		justify-content: center
	}

	#institucional.mapa .conteudo ul li {
		width: 100%;
		text-align: center;
		margin-right: 0
	}
}

header *,
footer * {
	font-family: 'Montserrat'; font-weight: 400;
}

header .box-header .box-up {
	padding: 30px 0 40px;
	justify-content: space-between
}

	header .box-header .box-up > div {
		width: auto
	}

header div.search {
	position: relative;
	width: 500px !important;
}

header .box-header .box-up div.pesquisa {
	width: 100%
}

header .box-header .box-up div.titulo {
	position: absolute;
	left: -30px;
	top: -20px;
	padding-bottom: 10px
}

	header .box-header .box-up div.titulo p {
		color: #00723f;
		font-size: 12px
	}

	header .box-header .box-up div.titulo img {
		position: absolute;
		left: 12px;
		bottom: -10px;
		width: 8px
	}

header div.search form {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	align-items: center
}

	header div.search form .opcoes {
		width: 100%
	}

		header div.search form .opcoes .cada-opcao {
			width: auto;
			cursor: pointer;
			background-color: #666;
			padding: 5px 20px;
			border-right: 2px solid #fff;
			transition: .2s
		}

			header div.search form .opcoes .cada-opcao:hover,
			header div.search form .opcoes .cada-opcao.active {
				background-color: #00723f
			}

			header div.search form .opcoes .cada-opcao span {
				color: #fff;
				cursor: pointer;
				font-weight: bold;
				font-size: 12px
			}

			header div.search form .opcoes .cada-opcao input {
				opacity: 0;
				cursor: pointer;
				width: 0;
				height: 0
			}

header div.search .campo-pesquisa {
	background-color: #ccc;
	width: 100%;
	padding: 10px
}

	header div.search .campo-pesquisa input {
		width: calc(100% - 20px);
		background-color: transparent;
		border: 0 solid #000
	}

	header div.search .campo-pesquisa button {
		width: 20px;
		background-color: transparent;
		border: 0 solid #000
	}

	header div.search .campo-pesquisa .resultados {
		width: 51vw;
		padding: 48px 18px;
		position: absolute;
		top: 44px;
		left: 0;
		background-color: #fff;
		z-index: 10;
		display: none;
		transition: .3s
	}

		header div.search .campo-pesquisa .resultados h3 {
			width: 100%;
			font-size: 1rem;
			padding: 8px;
			margin-bottom: 14px;
			color: #00723f;
			border-bottom: 1px solid #00723f;
		}

		header div.search .campo-pesquisa .resultados .link-more {
			width: 100%;
			font-size: 14px;
			font-weight: 600;
			padding: 12px 8px;
			margin-bottom: 14px;
			color: #00723f;
		}

		header div.search .campo-pesquisa .resultados.active {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}

		header div.search .campo-pesquisa .resultados .resultados-produtos {
			width: 48%;
		}

			header div.search .campo-pesquisa .resultados .resultados-produtos .produtos-lista,
			header div.search .campo-pesquisa .resultados .resultados-categorias .categoria dl {
				width: 100%;
				padding: 0 8px;
			}

			header div.search .campo-pesquisa .resultados .resultados-produtos dt,
			header div.search .campo-pesquisa .resultados .resultados-categorias dt {
				width: 100%;
				display: flex;
				align-items: center;
				gap: 1rem;
				border-bottom: 1px solid #BCBCBC;
			}

				header div.search .campo-pesquisa .resultados .resultados-produtos dt:last-child {
					border-bottom: none;
					margin-bottom: 18px;
				}

			header div.search .campo-pesquisa .resultados .resultados-produtos .imagem {
				width: 60px
			}

			header div.search .campo-pesquisa .resultados .resultados-produtos .infos {
				width: calc(100% - 70px)
			}

				header div.search .campo-pesquisa .resultados .resultados-produtos .infos a {
					font-size: 13px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;
				}

				header div.search .campo-pesquisa .resultados .resultados-produtos .infos p,
				header div.search .campo-pesquisa .resultados .resultados-categorias p {
					color: #555;
					transition: .3s
				}

					header div.search .campo-pesquisa .resultados .resultados-produtos .infos p strong,
					header div.search .campo-pesquisa .resultados .resultados-categorias p strong {
						color: #252525;
						font-weight: 900;
					}

				header div.search .campo-pesquisa .resultados .resultados-produtos .infos a:hover p,
				header div.search .campo-pesquisa .resultados .resultados-produtos .infos a:hover p strong,
				header div.search .campo-pesquisa .resultados .resultados-categorias a:hover p {
					color: #00723f
				}

		header div.search .campo-pesquisa .resultados .resultados-categorias {
			width: 48%;
		}

			header div.search .campo-pesquisa .resultados .resultados-categorias dt {
				width: 100%;
				padding: 12px 8px;
			}

				header div.search .campo-pesquisa .resultados .resultados-categorias dt p span {
					font-size: 12px;
					color: #BCBCBC;
				}


			header div.search .campo-pesquisa .resultados .resultados-categorias .link-more {
				text-align: right;
			}


		header div.search .campo-pesquisa .resultados .titulo {
			background-color: #00723f;
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			padding: 8px
		}

			header div.search .campo-pesquisa .resultados .titulo h3 {
				color: #fff;
				font-size: 16px;
				font-weight: normal
			}

		header div.search .campo-pesquisa .resultados .box-resultados .item {
			justify-content: space-between;
			margin: 8px 0
		}

			header div.search .campo-pesquisa .resultados .box-resultados .item:last-child {
				margin-bottom: 0
			}

header .box-header .box-up div.contato-cotacao {
	width: 220px;
	position: relative;
	z-index: 99;
}

	header .box-header .box-up div.contato-cotacao > div {
		width: 100%
	}

	header .box-header .box-up div.contato-cotacao div {
		width: auto
	}

	header .box-header .box-up div.contato-cotacao .contato {
		position: relative;
		width: 100%;
		justify-content: space-between;
		padding: 10px;
		transition: .2s;
		border: 1px solid #ccc
	}

		header .box-header .box-up div.contato-cotacao .contato:hover .box-todos-contato {
			display: block
		}

		header .box-header .box-up div.contato-cotacao .contato .img i {
			color: #00723f;
			font-size: 20px;
			position: relative;
			top: -1px
		}

		header .box-header .box-up div.contato-cotacao .contato .box-todos-contato {
			position: absolute;
			top: 100%;
			background-color: rgba(0, 114, 63, .95);
			box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .7);
			width: 280px;
			right: 0;
			padding: 20px;
			z-index: 999;
			display: none
		}

			header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato {
				padding-bottom: 10px;
				margin-bottom: 10px;
				width: 100%;
				border-bottom: 1px solid rgba(255, 255, 255, .4)
			}

				header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato:last-child {
					padding-bottom: 0;
					border-color: transparent;
					margin-bottom: 0
				}

				header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato h4 {
					font-family: 'Montserrat'; font-weight: 700;
					color: #f47a20;
					text-transform: uppercase;
					margin-bottom: 5px
				}

				header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato p {
					font-family: 'Montserrat'; font-weight: 400;
					line-height: 20px;
					color: #fff;
					width: 100%;
					font-size: 12px
				}

					header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato p span {
						font-family: 'Montserrat'; font-weight: 700;
						display: inline-block;
						margin-right: 5px
					}

					header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato p a {
						font-family: 'Montserrat'; font-weight: 700;
						display: inline-block;
						color: #fff;
						margin-right: 5px
					}

						header .box-header .box-up div.contato-cotacao .contato .box-todos-contato .cada-contato p a:hover {
							text-decoration: underline
						}

	header .box-header .box-up div.contato-cotacao .finalizar-cotacao {
		width: 100%;
		justify-content: space-between;
		background-color: transparent;
		cursor: pointer;
		transition: .2s;
		padding: 10px;
		border: 1px solid #ccc;
		margin-top: 10px
	}

		header .box-header .box-up div.contato-cotacao .finalizar-cotacao .img i {
			color: #00723f;
			font-size: 24px;
			position: relative;
			top: -1px
		}

		header .box-header .box-up div.contato-cotacao .finalizar-cotacao p,
		header .box-header .box-up div.contato-cotacao .contato p {
			font-family: 'Montserrat'; font-weight: 700;
			font-size: 14px;
			color: #555
		}

		header .box-header .box-up div.contato-cotacao .contato:hover,
		header .box-header .box-up div.contato-cotacao .finalizar-cotacao:hover {
			background-color: #00723f;
			border: 1px solid #00723f
		}

			header .box-header .box-up div.contato-cotacao .finalizar-cotacao:hover p,
			header .box-header .box-up div.contato-cotacao .contato:hover p {
				color: #fff
			}

			header .box-header .box-up div.contato-cotacao .contato:hover .img i,
			header .box-header .box-up div.contato-cotacao .finalizar-cotacao:hover .img i {
				color: #fff
			}

header .box-up .finalizar-cotacao.mobile {
	display: none
}

header .box-down {
	background-color: #00723f
}

	header .box-down .menu nav,
	header .box-down .menu nav ul {
		width: 100%;
		position: relative;
		justify-content: space-between
	}

		header .box-down .menu nav ul li .submenu,
		header .box-down .menu nav ul li .box-submenu,
		header .box-header .box-up .menu.mobile nav ul li .submenu,
		header .box-header .box-up .menu.mobile nav ul li .box-submenu {
			display: none;
			position: absolute;
			padding-top: 10px;
			z-index: 2;
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: flex-start;
			background-color: #035731;
			top: 100%;
			padding-bottom: 20px;
			left: 0
		}

		header .box-down .menu nav > ul > li:hover > .box-submenu,
		header .box-header .box-up .menu.mobile nav > ul > li:hover > .box-submenu {
			display: flex
		}

		header .box-down .menu nav ul li .box-submenu ul,
		header .box-down .menu nav ul li .submenu .box-submenu ul,
		header .box-header .box-up .menu.mobile nav ul li .box-submenu ul,
		header .box-header .box-up .menu.mobile nav ul li .submenu .box-submenu ul {
			width: calc(100%/5)
		}

			header .box-down .menu nav ul li .box-submenu ul:before,
			header .box-down .menu nav ul li .box-submenu ul:before {
				content: '';
				width: 1px;
				height: 100%;
				background-color: #f47a20;
				display: block;
				left: 20px;
				top: 0;
				z-index: 1;
				position: absolute
			}

			header .box-down .menu nav ul li .box-submenu ul li a,
			header .box-header .box-up .menu.mobile nav ul li .box-submenu ul li a {
				color: #fff;
				font-family: 'Montserrat'; font-weight: 100;
			}

				header .box-down .menu nav ul li .box-submenu ul li a:hover,
				header .box-header .box-up .menu.mobile nav ul li .box-submenu ul li a:hover {
					text-decoration: underline
				}

			header .box-down .menu nav ul li .box-submenu ul li,
			header .box-header .box-up .menu.mobile nav ul li .box-submenu ul li {
				width: 100%;
				font-family: 'Montserrat'; font-weight: 100;
				padding: 5px 20px 0 40px;
				position: relative;
				z-index: 2
			}

				header .box-down .menu nav ul li .box-submenu ul li.title-alf,
				header .box-header .box-up .menu.mobile nav ul li .box-submenu ul li.title-alf {
					background-color: #035731;
					position: relative
				}

					header .box-down .menu nav ul li .box-submenu ul li.title-alf span {
						top: 5px;
						display: block;
						padding: 5px;
						color: #f47a20;
						background-color: #035731;
						left: 10px;
						position: absolute
					}

		header .box-down .menu nav ul li:not(.todas-categorias) {
			padding: 12px 20px;
			font-family: 'Montserrat'; font-weight: 700;
			font-size: 14px;
			cursor: pointer;
			color: #fff
		}

		header .box-down .menu nav ul li .box-todos-categorias,
		header .box-header .box-up .menu.mobile nav ul li .box-todos-categorias {
			padding: 12px 20px;
			position: relative;
			font-family: 'Montserrat'; font-weight: 700;
			font-size: 14px;
			color: #fff;
			padding-left: 30px
		}

		header .box-down .menu nav ul li span,
		header .box-header .box-up .menu.mobile nav ul li span {
			position: relative;
			font-family: 'Montserrat'; font-weight: 700;
			font-size: 14px;
			z-index: 4
		}

		header .box-down .menu nav ul li a span,
		header .box-header .box-up .menu.mobile nav ul li a span {
			position: relative;
			font-family: 'Montserrat'; font-weight: 700;
			font-size: 14px;
			color: #fff;
			z-index: 4
		}

		header .box-down .menu nav > ul > li > span:not(.box-burguer):before,
		header .box-header .box-up .menu.mobile nav > ul > li > span:not(.box-burguer):before {
			content: '';
			position: absolute;
			display: none;
			top: 16px;
			left: calc(50% - 10px);
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid #f47a20;
			border-bottom: 6px solid transparent
		}

		header .box-down .menu nav ul li:hover span:not(.box-burguer):before,
		header .box-header .box-up .menu.mobile nav ul li:hover span:not(.box-burguer):before {
			display: block
		}

		header .box-down .menu nav ul li span.box-burguer,
		header .box-header .box-up .menu.mobile nav ul li span.box-burguer {
			width: 20px;
			height: 2px;
			background-color: #fff;
			display: block;
			top: -1px;
			position: relative;
			z-index: 4;
			transition: .2s;
			left: -15px
		}

		header .box-down .menu nav ul li .active span.box-burguer,
		header .box-header .box-up .menu.mobile nav ul li .active span.box-burguer {
			transform: rotate(45deg)
		}

			header .box-down .menu nav ul li .active span.box-burguer:before,
			header .box-header .box-up .menu.mobile nav ul li .active span.box-burguer:before {
				transform: rotate(-90deg);
				top: 0
			}

			header .box-down .menu nav ul li .active span.box-burguer:after,
			header .box-header .box-up .menu.mobile nav ul li .active span.box-burguer:after {
				opacity: 0
			}

		header .box-down .menu nav ul li span.box-burguer:before,
		header .box-header .box-up .menu.mobile nav ul li span.box-burguer:before {
			content: '';
			width: 100%;
			transition: .2s;
			height: 2px;
			background-color: #fff;
			display: block;
			position: absolute;
			top: -5px;
			left: 0
		}

		header .box-down .menu nav ul li span.box-burguer:after,
		header .box-header .box-up .menu.mobile nav ul li span.box-burguer:after {
			content: '';
			width: 100%;
			height: 2px;
			background-color: #fff;
			display: block;
			position: absolute;
			transition: .2s;
			top: 5px;
			left: 0
		}

		header .box-down .menu nav ul li.todas-categorias {
			position: relative;
			cursor: pointer
		}

			header .box-down .menu nav ul li.todas-categorias .box-todos-categorias:before {
				content: '';
				z-index: 3;
				display: block;
				width: 100%;
				position: absolute;
				top: -5px;
				left: 0;
				background-color: #f47a20;
				height: calc(100% + 10px)
			}

		header .box-down .menu nav ul li .submenu,
		header .box-header .box-up .menu.mobile nav ul li .submenu {
			padding-bottom: 5px;
			background: -moz-linear-gradient(top, rgba(7, 59, 22, .9) 0%, rgba(7, 61, 24, .9) 1%, rgba(5, 111, 61, .9) 24%, rgba(5, 111, 61, .9) 100%);
			background: -webkit-linear-gradient(top, rgba(7, 59, 22, .9) 0%, rgba(7, 61, 24, .9) 1%, rgba(5, 111, 61, .9) 24%, rgba(5, 111, 61, .9) 100%);
			background: linear-gradient(to bottom, rgba(7, 59, 22, .9) 0%, rgba(7, 61, 24, .9) 1%, rgba(5, 111, 61, .9) 24%, rgba(5, 111, 61, .9) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6073b16', endColorstr='#e6056f3d', GradientType=0)
		}

			header .box-down .menu nav ul li .submenu.active,
			header .box-header .box-up .menu.mobile nav ul li .submenu.active {
				display: block
			}

				header .box-down .menu nav ul li .submenu.active ul li:hover .box-submenu,
				header .box-header .box-up .menu.mobile nav ul li .submenu.active ul li:hover .box-submenu {
					display: flex
				}

			header .box-down .menu nav ul li .submenu .box-submenu,
			header .box-header .box-up .menu.mobile nav ul li .submenu .box-submenu {
				left: 100%;
				width: 1000px;
				top: 0
			}

			header .box-down .menu nav ul li .submenu ul,
			header .box-down .menu nav ul li .submenu ul li,
			header .box-header .box-up .menu.mobile nav ul li .submenu ul,
			header .box-header .box-up .menu.mobile nav ul li .submenu ul li {
				width: 100%
			}

				header .box-down .menu nav ul li .submenu ul li,
				header .box-header .box-up .menu.mobile nav ul li .submenu ul li {
					position: relative
				}

			header .box-down .menu nav ul li .submenu > ul > li:hover,
			header .box-header .box-up .menu.mobile nav ul li .submenu > ul > li:hover {
				background-color: #da7328
			}

			header .box-down .menu nav ul li .submenu ul li:first-child:before,
			header .box-header .box-up .menu.mobile nav ul li .submenu ul li:first-child:before {
				display: none
			}

			header .box-down .menu nav ul li .submenu > ul > li:before,
			header .box-header .box-up .menu.mobile nav ul li .submenu > ul > li:before {
				content: '';
				width: 90%;
				left: 5%;
				height: 1px;
				display: block;
				background-color: rgba(255, 255, 255, .3);
				top: 0;
				position: absolute
			}

			header .box-down .menu nav ul li .submenu > ul > li:after,
			header .box-header .box-up .menu.mobile nav ul li .submenu > ul > li:after {
				content: '';
				display: inline-block;
				font: normal normal normal 14px/1 FontAwesome;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				position: absolute;
				right: 20px;
				top: 9px;
				color: #fff;
				font-size: 20px;
				opacity: .6
			}

footer {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding: 50px 0 0
}

	footer .footer {
		border-bottom: 1px solid #ddd
	}

	footer .box-footer {
		padding-bottom: 30px;
		align-items: flex-start
	}

	footer .cada-item {
		width: calc(100%/5)
	}

		footer .cada-item:nth-child(4) {
			text-align: center;
			width: calc(100%/5 - 30px)
		}

		footer .cada-item:nth-child(2) {
			width: calc(100%/5 + 50px)
		}

		footer .cada-item .redes {
			margin-top: 20px
		}

			footer .cada-item .redes a {
				margin: 5px 10px 0 0
			}

				footer .cada-item .redes a i {
					font-size: 26px;
					color: #f47a20;
					transition: .3s
				}

				footer .cada-item .redes a:hover i {
					color: #00723f
				}

		footer .cada-item:nth-child(4) img {
			display: inline-block;
			margin: 20px auto 0
		}

		footer .cada-item:first-child {
			width: calc(100%/5 - 100px)
		}

		footer .cada-item:last-child {
			width: calc(100%/5 + 80px)
		}

			footer .cada-item:last-child h3 {
				font-size: 14px;
				line-height: 20px;
				margin-bottom: 20px
			}

		footer .cada-item h3 {
			width: 100%;
			color: #00723f;
			font-family: 'Montserrat'; font-weight: 700;
			font-size: 16px;
			margin-bottom: 5px
		}

		footer .cada-item a {
			color: #666;
			margin-top: 15px;
			font-family: 'Montserrat'; font-weight: 700;
		}

		footer .cada-item p {
			width: 100%;
			font-size: 13px;
			color: #555
		}

			footer .cada-item p span {
				font-family: 'Montserrat'; font-weight: 700;
				font-size: 18px
			}

		footer .cada-item img.logos {
			margin-bottom: 20px
		}

		footer .cada-item ul {
			width: 100%
		}

			footer .cada-item ul li {
				width: 100%
			}

				footer .cada-item ul li a {
					font-size: 14px;
					color: #555;
					line-height: 24px;
					font-family: 'Montserrat'; font-weight: 400;
				}

		footer .cada-item input[type="email"],
		footer .cada-item select {
			width: 100%;
			border: 1px solid transparent;
			background-color: #ddd;
			padding: 12px;
			box-shadow: inset 2px 2px 5px #bbb
		}

		footer .cada-item select {
			background-image: url('../imgs/arrow.png');
			background-size: 13px;
			background-position: calc(100% - 10px) calc(100% - 15px);
			background-repeat: no-repeat
		}

			footer .cada-item input[type="email"].error,
			footer .cada-item select.error {
				border-color: #f00
			}

		footer .cada-item .row {
			position: relative;
			margin-bottom: 20px
		}

		footer .cada-item select {
			width: calc(100% - 110px)
		}

		footer .cada-item input[type="submit"] {
			width: 100px;
			margin-left: 10px;
			color: #fff;
			border: 0 solid;
			padding: 12px;
			transition: .2s;
			cursor: pointer;
			background-color: #00723f
		}

			footer .cada-item input[type="submit"]:hover {
				background-color: #0b492d
			}

	footer > p {
		padding: 10px 0;
		text-align: center;
		width: 100%;
		color: #666;
		font-size: 14px
	}

		footer > p img {
			position: relative;
			top: 3px
		}

	footer .cada-item .row label.error {
		position: absolute;
		font-size: 12px;
		bottom: -14px;
		color: #f00
	}

@media(max-width:1366px) {
	header .box-down .menu nav ul li.todas-categorias {
		width: 260px
	}

	header .box-down .menu nav ul li .box-todos-categorias {
		padding: 12px 0 12px 30px
	}

	header .box-down .menu nav ul li .submenu .box-submenu {
		width: 970px
	}
}

@media(max-width:1230px) {
	footer .cada-item {
		width: calc(100%/4) !important
	}

		footer .cada-item:last-child {
			width: 100% !important;
			justify-content: center;
			margin-top: 50px
		}
}

@media(max-width:1280px) {
	header .box-down .menu > nav > ul > li:not(.todas-categorias) {
		display: none
	}

	header .box-down .menu nav ul li.todas-categorias .box-todos-categorias:before {
		display: none
	}

	header .box-down .menu > nav > ul > li > div > span:not(.box-burguer) {
		display: none
	}

	header .box-down .menu nav ul li .box-todos-categorias {
		padding: 20px 20px;
		width: 300px
	}

	header .box-down .menu nav ul li .submenu .box-submenu {
		width: 100%;
		position: static
	}

		header .box-down .menu nav ul li .box-submenu ul,
		header .box-down .menu nav ul li .submenu .box-submenu ul {
			width: calc(100%)
		}

	header .box-down .menu nav ul li .submenu span {
		display: block;
		padding-bottom: 12px;
		padding-left: 15px
	}

	header .box-down .menu nav ul .submenu li {
		padding: 12px 0 0
	}

		header .box-down .menu nav ul .submenu li .box-submenu {
			height: 400px;
			overflow: auto
		}
}

@media(max-width:1010px) {
	header div.search {
		width: 520px
	}

	header .box-header .box-up div.contato-cotacao {
		width: 45px
	}

		header .box-header .box-up div.contato-cotacao .texto p {
			display: none
		}

	header .box-header .box-up > .logo {
		width: 140px
	}

	header .box-header .box-up {
		padding: 10px 0 10px
	}

	footer .cada-item {
		width: calc(100%/3) !important
	}

		footer .cada-item:nth-child(4) {
			margin-top: 50px
		}

		footer .cada-item:last-child {
			width: calc(100% - 100%/3) !important;
			justify-content: center;
			margin-top: 50px
		}
}

@media(max-width:768px) {
	header div.search {
		width: 300px
	}

	footer .cada-item {
		display: block;
		margin-bottom: 40px;
		width: calc(100%/2) !important
	}

		footer .cada-item > a {
			margin-top: 15px;
			display: block
		}

		footer .cada-item .logos {
			display: block
		}

		footer .cada-item:nth-child(4) {
			margin-top: 0
		}

		footer .cada-item:last-child {
			margin-top: 0;
			width: calc(100%) !important
		}

			footer .cada-item:last-child form {
				max-width: 500px;
				margin: 0 auto;
				display: block
			}
}

@media(max-width:500px) {
	#banner-home .box-banner .cada-banner {
		max-width: 540px;
		min-height: 160px;
		background-size: 540px
	}

	header .box-header .box-up .menu.mobile nav ul li .box-submenu ul li a {
		font-family: 'Montserrat'; font-weight: 400;
		font-size: 16px;
		padding: 5px 0;
		display: inline-block
	}

	header .box-header .box-up div.titulo,
	header div.search form .opcoes {
		display: none
	}

	header .box-header .box-up div.contato-cotacao {
		display: none
	}

	header div.search {
		width: 250px
	}

	header .box-header .box-up > .logo {
		width: 80px
	}

	header .box-header .box-up .menu.mobile nav ul li .box-submenu ul li a {
		padding: 3px;
		font-size: 14px
	}

	header .box-header .box-up .menu.mobile nav ul .submenu li .box-submenu {
		max-height: 300px
	}

	header .box-header .box-up .menu.mobile nav {
		width: calc(100% - 60px)
	}

	header .box-up .finalizar-cotacao.mobile {
		display: block;
		width: 50px;
		cursor: pointer
	}

		header .box-up .finalizar-cotacao.mobile .img {
			padding: 5px;
			justify-content: center;
			position: relative
		}

			header .box-up .finalizar-cotacao.mobile .img i {
				font-size: 24px;
				color: #00723F;
				transition: .3s
			}

		header .box-up .finalizar-cotacao.mobile:hover i {
			color: #f47a20
		}

		header .box-up .finalizar-cotacao.mobile .img span.quantidade {
			position: absolute;
			top: 0;
			right: 0;
			color: #fff;
			background-color: #f47a20;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-content: center;
			font-size: 12px
		}

	footer .cada-item:last-child,
	footer .cada-item {
		width: 100% !important;
		margin-bottom: 20px;
		display: block;
		margin-top: 0 !important;
		justify-content: center;
		text-align: center
	}

		footer .cada-item > a {
			width: 100%;
			display: block
		}

		footer .cada-item .logos {
			display: block;
			margin: 0 auto
		}

		footer .cada-item form {
			width: 100%
		}
}

@media(max-width:378px) {
	header .box-header .box-up > .logo {
		width: 60px
	}

	header div.search {
		width: 215px
	}

		header div.search .campo-pesquisa input {
			padding-right: 10px
		}
}

/*=============================================*/
/* ATUALIZAÇÕES PARA NOVA NAVEGAÇÃO DIPECARR */
/*===========================================*/

/* Ajustes Nova Navegação Dipecarr - Header */
strong {
	font-family: 'Montserrat'; font-weight: 700;
}

header .box-header.fixed {
	position: unset;
}

header .box-header .box-up .menu.mobile,
header .box-down .search.mobile {
	display: none;
}

#institucional .sidebar .titulo h2 i,
#institucional .sidebar .titulo .busca {
	display: none;
}

/* Ajustes Nova Navegação Dipecarr - Breadcrumbs */
#institucional .box-todos-produtos .breadcrumb {
	width: 100%;
	height: 44px;
	margin-bottom: 1rem;
}

	#institucional .box-todos-produtos .breadcrumb ul {
		gap: 4px;
	}

		#institucional .box-todos-produtos .breadcrumb ul li {
			color: #bcbcbc;
			font-size: 14px;
			font-weight: 300;
			font-family: 'Montserrat'; font-weight: 700;
			line-height: 30px;
		}

			#institucional .box-todos-produtos .breadcrumb ul li:first-child {
				color: #00723F;
			}

			#institucional .box-todos-produtos .breadcrumb ul li a {
				color: inherit;
				font-size: inherit;
				font-family: inherit;
			}

#institucional .box-todos-produtos .conteudo .breadcrumb {
	display: none;
}

#institucional .box-todos-produtos .breadcrumb ul li a span {
	margin-left: 4px;
}

/* Ajustes Nova Navegação Dipecarr - Busca */
#institucional.pagina-busca .box-todos-produtos .main-title {
	display: none;
}

#institucional.pagina-busca .box-todos-produtos .conteudo .titulo h1 {
	font-size: 1rem;
	color: #424242;
}

#institucional.pagina-busca .box-todos-produtos .conteudo .titulo h1 span
{
	font-size: 1.375rem;
	color: #00723F;
}

#institucional.pagina-busca .sidebar .submenu ul {
	align-items: flex-start;
	margin: 0;
}

#institucional.pagina-busca .sidebar {
	align-items: flex-start;
	margin: 0;
}

#institucional.pagina-busca .box-todos-produtos .sidebar .submenucat {
	height: auto;
	margin-bottom: 1rem;
}

	#institucional.pagina-busca .box-todos-produtos .sidebar .submenucat .cat-title {
		font-family: 'Montserrat'; font-weight: 400;
		font-size: 14px;
		padding-left: 22px;
		margin: .875rem 0;
	}

		#institucional.pagina-busca .box-todos-produtos .sidebar .submenucat .cat-title strong {
			font-family: 'Montserrat'; font-weight: 700;
			color: #00723F;
		}

#institucional.pagina-busca .sidebar ul li a {
	display: block;
	font-family: 'Montserrat'; font-weight: 400;
}

#institucional.pagina-busca .sidebar ul li span {
	font-size: 12px;
	color: #BCBCBC;
	font-family: 'Montserrat'; font-weight: 400;
}

#institucional.pagina-busca .sidebar .submenu ul:after {
	height: calc(100% - 11px);
	top: 0;
}

#institucional.pagina-busca .sidebar .submenu ul.list-inner:after {
	height: calc(100% - 35px);
	top: 24px;
}

#institucional.pagina-busca .box-todos-produtos .conteudo .titulo .search-options {
	display: none;
	width: 95%;
	margin: .875rem auto;
	align-items: center;
	justify-content: space-between;
}

	#institucional.pagina-busca .box-todos-produtos .conteudo .titulo .search-options .filter-search {
		border: none;
		background-color: #F47A20;
		color: #fff;
		padding: .5rem 1rem;
	}

	#institucional.pagina-busca .box-todos-produtos .conteudo .titulo .search-options .filter-order {
		width: auto;
	}

		#institucional.pagina-busca .box-todos-produtos .conteudo .titulo .search-options .filter-order .order-btn {
			border: none;
			background: transparent;
		}

@media screen and (max-width: 1010px) {
	header .box-header .box-up .menu.mobile,
	header .box-header .search.mobile {
		display: flex;
	}

	header div.search,
	header .box-down .menu,
	header .box-header .box-up div.contato-cotacao {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	header.interna .box-down {
		display: none;
	}

	header .box-header .box-up .menu.mobile,
	header .box-down .search.mobile {
		display: flex;
	}

	header div.search,
	header .box-down .menu,
	header .box-header .box-up div.contato-cotacao {
		display: none;
	}

	header .box-header .box-up > .logo {
		width: 30%;
	}

	header .box-header .box-up .menu.mobile {
		width: 30%;
		justify-content: space-between;
	}

		header .box-header .box-up .menu.mobile nav,
		header .box-header .box-up .menu.mobile nav ul {
			justify-content: flex-end;
		}

			header .box-header .box-up .menu.mobile nav ul li .submenu > ul > li:hover {
				background: none;
			}

			.box-header .box-up .menu.mobile nav ul li span.box-burguer,
			header .box-header .box-up .menu.mobile nav ul li span.box-burguer:before,
			header .box-header .box-up .menu.mobile nav ul li span.box-burguer:after {
				background-color: #00723F !important;
			}

			header .box-header .box-up .menu.mobile nav ul li .box-todos-categorias {
				padding: 0;
			}

	header .box-header.fixed {
		position: fixed;
		z-index: 9999;
		padding: 0 2.5%;
		top: 0;
		left: 0;
	}

	.box-header .box-up .menu.mobile nav ul li.todas-categorias {
		position: unset;
	}

	header .box-up .menu.mobile nav ul li .submenu.active {
		position: fixed;
		padding: 1rem 1.5rem;
		width: 100vw;
		height: 100vh;
		top: 54px;
		background: #fff;
	}

	header .box-header .box-up .menu.mobile nav ul li .submenu ul li {
		padding: .5rem 0;
		border-bottom: 1px solid #BCBCBC;
	}

	header .box-header .box-up .menu.mobile nav ul li a {
		display: block;
		width: 100%;
	}

		header .box-header .box-up .menu.mobile nav ul li a span {
			font-size: 1.125rem;
			color: #424242;
		}

	header .box-down {
		margin-top: 1rem;
	}

		header .box-down .container {
			width: 100%;
		}

	header div.search.mobile {
		width: 100%;
	}

		header div.search.mobile .campo-pesquisa {
			background-color: #00723F;
			color: #fff;
		}

			header div.search.mobile .campo-pesquisa,
			header div.search.mobile .campo-pesquisa input,
			header div.search.mobile .campo-pesquisa input::placeholder {
				color: #fff;
			}

	header div.search .campo-pesquisa .resultados {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 116px;
		overflow: scroll;
		flex-wrap: wrap;
		padding: 24px 18px 148px 18px;
	}

	header.interna div.search .campo-pesquisa .resultados {
		top: 17.5%;
	}

	header div.search .campo-pesquisa .resultados .resultados-produtos {
		width: 100%;
	}

	header div.search .campo-pesquisa .resultados .resultados-categorias {
		width: 100%;
	}

	/* Ajustes Nova Navegação Dipecarr - Categorias */
	#institucional.categoria {
		padding: 0;
	}

	#institucional .box-todos-produtos .sidebar,
	#institucional .box-todos-produtos .sidebar .breadcrumb {
		display: none;
	}

	#institucional .box-todos-produtos .conteudo .breadcrumb {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	#institucional .box-todos-produtos .sidebar .submenucat {
		height: auto;
		margin-bottom: 1.5rem;
	}

	#institucional .box-todos-produtos .conteudo .breadcrumb ul li:first-child {
		color: #fff;
	}

	#institucional .box-todos-produtos .conteudo .titulo {
		height: auto;
	}

	#institucional .sidebar .titulo h2 i,
	#institucional .sidebar .titulo .busca {
		display: flex;
	}

	#institucional .box-todos-produtos .sidebar.active {
		height: 100vh;
		display: flex;
		position: fixed;
		z-index: 999;
		top: 21%;
		padding: 1.5rem 0 46% 0;
		overflow: scroll;
		background-color: #fff;
	}

		#institucional .box-todos-produtos .sidebar.active .titulo {
			width: 100%;
			padding: 1.5rem 0;
			background-color: #00723F;
			display: flex;
			position: fixed;
			z-index: 999;
			top: 7%;
		}

			#institucional .box-todos-produtos .sidebar.active .titulo h2 {
				width: 95%;
				font-size: 1.5rem;
				text-transform: uppercase;
				margin: 0 auto;
				color: #fff;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}


		#institucional .box-todos-produtos .sidebar.active .submenucat {
			width: 100%;
			height: auto;
			overflow: unset;
		}

		#institucional .box-todos-produtos .sidebar.active .texto {
			width: 95%;
			margin: 0 auto;
		}

	#institucional .container {
		width: 100%;
	}

	#institucional .box-todos-produtos .conteudo .titulo {
		width: 100%;
		position: inherit;
		padding: 1.5rem 0;
		flex-wrap: wrap;
		background-color: #00723F;
	}

	#institucional.pagina-busca .box-todos-produtos .conteudo .titulo {
		background-color: transparent;
	}

		#institucional.pagina-busca .box-todos-produtos .conteudo .titulo h1 {
			display: block;
			font-size: 1rem;
			color: #424242;
		}

			#institucional.pagina-busca .box-todos-produtos .conteudo .titulo h1 span {
				font-size: 1.125rem;
			}

	#institucional .box-todos-produtos .conteudo .titulo h1 {
		width: 95%;
		font-size: 1.375rem;
		text-transform: uppercase;
		margin: 0 auto;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		#institucional .box-todos-produtos .conteudo .titulo h1 i {
			display: block;
		}

	#institucional .box-todos-produtos .titulo .busca {
		width: 95%;
		margin: 1rem auto 0 auto;
	}

		#institucional .box-todos-produtos .titulo .busca .campo-pesquisa {
			background-color: #fff;
		}

	/* Ajustes Nova Navegação Dipecarr - Busca */
	#institucional.pagina-busca .box-todos-produtos .conteudo .titulo .search-options {
		display: flex;
	}

	#institucional.pagina-busca .box-todos-produtos .sidebar.active {
		top: 0;
		z-index: 9999;
		padding: 0 0 46% 0;
	}

	#institucional.pagina-busca .box-todos-produtos .main-title {
		width: 100%;
		display: block;
		padding: 1.5rem 0;
		margin-bottom: 1rem;
		flex-wrap: wrap;
		background-color: #00723F;
	}

		#institucional.pagina-busca .box-todos-produtos .main-title h2 {
			width: 95%;
			font-size: 1.375rem;
			font-family: 'Montserrat'; font-weight: 400;
			text-transform: uppercase;
			margin: 0 auto;
			color: #fff;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

	#institucional.pagina-busca .box-todos-produtos .sidebar.active .titulo {
		padding: .5rem 1rem;
		border: 1px solid #E6E6E6;
		position: unset;
		background-color: transparent;
	}

		#institucional.pagina-busca .box-todos-produtos .sidebar.active .titulo h2 {
			display: block;
			color: #00723F;
		}
}
