*{margin:0; padding:0;}

@media (max-width: 950px){
	#limenu{display: none;}
}
body{
	font-family: Montserrat, sans-serif !important; 
}
html{
	scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 8em;
}
#subirTopo {
	text-decoration: none;
	background: #061138;
	border: 2px solid #ffcb00;
	bottom: 15px;
	right: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 15px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: fixed;
	border-radius:50%;
	font-family: 'Lato', sans-serif;
	opacity: .8;
	z-index: 2;
}
#subirTopo:hover {
	opacity:1;
}
#whatss{
	text-decoration: none;
	background: #00ef6f;
	bottom: 85px;
	right: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 15px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: fixed;
	border-radius: 50%;
	font-family: times !important;
	z-index: 50;
}
#whatss:hover {
	opacity: 0.8;
}
.titulo-sessao{
	font-size: 2rem;
	font-weight: bold;
	background-color: #061138;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 40px;
	border-top: none;
	border-right: 8px solid #ffcb00;
	border-bottom: none;
	border-left: 8px solid #ffcb00;
}	
/* MENU */
.nav-topo{
	padding-top: 0 !important;
	padding-bottom: 0!important;
	background-color: #061138;
}
.logo-menu{
	padding-top: 0 !important;
}
.menu{
	color: #fff ;
}
.menu:hover{
	color: #ffcb00;
}
#limenu{
	padding:15px;
	color: #ffcb00;
	font-size:0.5em;
	}
.btn-toggler{
	color: #ffcb00;
}
/*Banner*/
.video-banner{
	margin-top: 60px !important;
 	width: 100%;
}
/*Produtos Destaque*/
.produtosdestaque{
	
	padding-top: 20px;
 	padding-bottom: 20px;
 	background-image: url("../image/background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.produto-descricao{
	font-weight: bold;
	padding-top: 80px;
	
}
.saiba{
	font-weight: bold;
	background-color: #ffcb00;
	border-radius: 25px;
	color: #061138;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.saiba a{
	color: #061138;
}
.saiba a:hover{
	text-decoration: none;
	color: #fff;
}
/*SobreNos*/
.sobrenos{
	
	padding-top: 20px;
	padding-bottom: 20px;
}
/*Segmento*/
.segmento{
	background-color: #030f34;
	padding: 50px;
}
.segmento-img{
	padding: 5px;
}
/*Contato*/
.contato{
	padding-top: 20px;
 	padding-bottom: 20px;
 	background-image: url("../image/background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.btn-enviar{
	background-color: #030f34;
	font-weight: bold;
	color: #fff;
	border-radius: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	cursor: pointer;
}
.btn-whats{
	font-size: 1.5rem;
	background-color: #00ef6f;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 40px;
}
.btn-whats a{
	color: #000;
}
.btn-whats a:hover{
	text-decoration: none;
	color: #fff;
}
/*Produtos*/
.produtos{
	padding-top: 20px;
	padding-bottom: 20px;
}
.produto-vitrine{
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 5px;
	background-color: #f2f2f2;
}
.produto-vitrine-nome{
	background-color: #061138;
	border-radius: 20px;
	color: #fff;
	padding: 5px;
}
.produto-vitrine-nome h6{
	color: #ffcb00;
}
.link-produto-vitrine:hover{
	text-decoration: none;
}
/*Produtos View*/
.produtos-view{
	padding-top: 20px;
	padding-bottom: 20px;
}
.produtos-view-img{
	padding: 20px;
}
.btn-produto-view{
	font-size: 1rem;
	background-color: #061138;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 40px;
}
.btn-produto-view a{
	color: #fff;
}
.btn-produto-view a:hover{
	text-decoration: none;
	color: #ffcb00;
}
/*Footer*/
.footer{
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #fff;
	background-color: #030f34;
}
.text-rodape a{
	color: #ffcb00;
}
.text-rodape a:hover{
	color: #fff;
	text-decoration: none;
}
/*Login*/
.login{
	margin-top: 200px;
	margin-bottom: 200px;
}

/*Admin Area*/
.admin-area{
margin-top: 200px;
	margin-bottom: 200px;
}
/*Page Admin*/
.pageadmin{
	margin-top: 100px;
	margin-bottom: 100px;
}