html, body {height:100%;}

body{
	font-family: 'Open Sans', sans-serif;
	background: #f3f4f4 !important;
}

div.topo{
	background-color: #166254;
	color: #fff;
	font-size: 0.9em;
	padding: 10px 0;
}

header{
	background: #f3f4f4 !important;
    box-shadow: 0 3px 3px #ccc;
	padding-top: 1rem;
	margin-bottom: 1rem;
}

header .container,
nav.categorias .container{
	/* max-width: 1300px; */
}

#top-nav{
	background: none !important;
}

#top-nav .nav-link{
	color: #003031;
	font-size: 1.1em;
	transition: .3s;
}

#top-nav .nav-link:hover{
	color: #f4b118;
	transition: .3s;
}

#top-nav .nav-contato b{
	color: #166254;
	font-size: 1.2em;
}

#top-nav .nav-contato b i{
	margin-right: 5px;
}

#top-nav .nav-contato span{
	font-size: 0.9em;
	display: block !important; 
}

nav.categorias {
	margin-top: 2rem ;
}

nav.categorias .dropdown:hover> .dropdown-menu {
  display: block;
}

nav.categorias .dropdown .dropdown-menu{
	border-radius: 0px;
}

.dropdown-item.active, .dropdown-item:active{
	background-color: #003031 !important;
}

nav.categorias .dropdown{
	float: left;
	width: 32.8%;
}

nav.categorias .dropdown button{
	background: #f3f4f4 !important;
	font-size: 1.1em;
	font-weight: bold;
	color: #166254;
	width: 100%;
}

nav.categorias .dropdown .dropdown-toggle{
	background: none;
	border: 1px solid #003031;
	border-radius: 0px;
	color: #003031;
	height: 45px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

nav.categorias .dropdown:nth-child(1){
	border-right: none !important;
}

nav.categorias .dropdown:nth-child(2){
	border-right: none !important;
	border-left: none !important;
}

@media screen and (max-width: 775px) {
	nav.categorias .dropdown{
		float: none;
		width: 100%;
	}
}

section.contato,
section.especificaoes-produto,
section.parceiros,
section.cadastro{
	padding: 2rem 0;
}

section.parceiros .parceiro{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

section.parceiros .parceiro:nth-child(4n+0){
	border-right: none;
}

section.parceiros .separator{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 1.5rem 0;
	display: block;
}

section.parceiros .parceiro .box-parceiro{
	padding: 1rem;
	text-align: center;
	height: 100%;

}

section.parceiros .parceiro .box-parceiro img{
	max-height: 55px;
}

section.especificaoes-produto h4{
	color: #fff;
	margin: 0 !important;	
}

section.especificaoes-produto .card-header{
	background-color: #166254;
}

section.especificaoes-produto p{
	margin: 0;
}

.page-title{
	border-bottom: 2px solid #053736;
	margin-bottom: 2rem;
	padding-bottom: 2px;
}

footer{
	background-color: #043635;
	font-size: 0.7em;
	color: #fff;
	padding: 0.5rem;

}

footer h4{
	margin: 0;
	margin-bottom: 1rem;
}

footer li{
	list-style: none;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #fff;
	opacity: 0.8;
	/* text-decoration: none; */
}

form label{
	margin: 0;
}

.btn-custom{
	background: #053736;
	color: #fff;
}

.form-control{
	border-radius: 0px;
	background: #efefef;
}