

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham'), url('../fonts/Gotham-Book.woff') format('woff');
}

@font-face {
	font-family: 'Gotham Light';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Light'), url('../fonts/Gotham-Light.woff') format('woff');
}

@font-face {
	font-family: 'Gotham Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Thin'), url('../fonts/Gotham-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Gotham Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Bold'), url('../fonts/Gotham-Bold.woff') format('woff');
}




body{
	font-family: 'Gotham', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	color: #000000;

}


a{
	color: #000;
	text-decoration: none !important;

}


h1{
	font-size: 1.6rem;
}


h2{
	font-size: 1.4rem;
}

h3{
	font-size: 1.2rem;
}



.btn-swiper-nav{	
	width: 50px !important;
	height: 50px !important;
	background-color: #EFEFEF;
	color: #D2A437;
	text-align: center;	
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	
}

.btn-swiper-nav::after{
	font-size: 30px;
	font-weight: bold;

}






#headernav{		
	background-color: #EFEFEF;
	color: #062D4C;
	padding: 10px 0 0 0;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	border-top: 10px solid #D2A437;	
}



#headernav.fixo{		
	width: 100%;
	position: fixed;
	z-index: 99999;	
	padding: 10px 0;
	margin-top: 0;
	border-top: none;
	border-bottom: 2px solid #062D4C;
}



#headernav .logo{
	max-height: 80px;
}


#headernav.fixo .navbar-brand img{
	max-height: 40px;
}


#headernav.fixo .menu-icones span{
	display: none;
}




#headernav.fixo .base-nav{	
	display: none !important;

}



#headernav .base-nav{
	margin-top: 10px;
	background-color: #062D4C;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #FFF;
}

#headernav .base-nav .nav-item{
	padding: 0;
}


#headernav .base-nav ul{
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}



#headernav .base-nav a{
	display: block;		
	background-color: #EFEFEF;
	color: #062D4C !important;	
	padding: 5px 10px !important;
	border-radius: 5px;
	gap: 10px;
}

#headernav .base-nav a:hover{
	background-color: #D2A437;
	color: #FFF;
}



.form-busca .form-control{
	background-color: #FFF;
	border-radius: 50px;	
	border-color: #062D4C;
}

.form-busca button{		
	background-color: #FFF !important;
	border-radius: 50px;	
	border-color: #062D4C;
	border-left: none !important;
}

.menu-icones{
	list-style: none;
	display: flex;
	gap: 5px;
	margin: auto 0;
	justify-content: center;
}

.menu-icones li{
}

.menu-icones li a{	
	display: block !important;
	text-align: center;
	padding: 5px;
	transition: all 0.6s ease-in-out;
	border-radius: 5px;
	min-width: 20px !important;
}


.menu-icones li a:hover{
	background-color: #FFF;
}



body.admin-bar #menuLateral{
	top: 32px !important;
}




#menuLateral{
	background-color: #EFEFEF;
	z-index: 999999;
	position: fixed;
	width: 300px;    
	right: -300px;    
	top: 0;
	bottom: 0 !important;
	transition: all 0.5s ease-in-out;   
	padding: 40px 20px 20px 20px;    
	box-shadow: 0 0 3px 0 #D2A437;
	overflow: auto;
	
}

#menuLateral h2{
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #FFF;
}

#menuLateral.collapsing {
	transition: all 0.5s ease-in-out;   
	height: auto;
}

#menuLateral.show{
	right: 0;
}

#menuLateral .btn-fechar{
	background-color: transparent;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.6rem;
	line-height: 1rem;
	padding: 0 !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	font-weight: 500;
	color: #ccc;
}

#menuLateral .btn-fechar img{
	width: 14px;
	height: 14px;
	opacity: 0.8;
	transition: opacity 0.2 ease-in-out;
}

#menuLateral .btn-fechar img:hover{
	opacity: 1;
}


#menuLateral .menu{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menuLateral .menu > li > ul{
	border-bottom: 1px solid #062D4C;    
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}

#menuLateral .menu > li:last-child > ul{
	border: none;
	overflow-x: hidden;
}



#menuLateral .menu > li > ul a{
	text-decoration: none;
	padding: 5px 0 !important;    
	display: flex;
	color: #062D4C;    
	text-transform: uppercase;
	font-size: 0.8rem;
	transition: all 0.3s ease-in-out;
}

#menuLateral .menu > li > ul a:hover{
	color: rgba(255, 255, 255, 1);    
	font-weight: 400;
}


#menuLateral .menu > li > ul a i{
	font-size: 1.6rem;    
	margin-right: 15px;
	opacity: 1;
}

#menuLateral .menu > li > ul a::befor1e{    
	width: 220px;
	height: 30px;
	margin-top: -5px;
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), #fff);
	display: block;
}


#menuLateral .menu-icones{
	margin-top: 10px;
	gap: 15px;
}

#menuLateral .menu-icones span{
	display: none !important;

}


	


/*página inicial--------------------------------------------------------------------------------------------------------------------------*/		


.page-home{	
	min-height: 80vh;
	padding-bottom: 4vh;
}



.page-home .row.secao{
	padding-top: 4vh;
	padding-bottom: 4vh;
}



.page-home .row.secao .titulo-secao{
	border-bottom: 1px solid #CCC;
	margin-bottom: 2vh;
}


.page-home .row.secao .titulo-secao h2{
	text-transform: uppercase;
	color: #062D4C;
	font-weight: 700;
	padding-left: 0 !important;
	margin-left: 0;
}


.page-home .row.secao.banners{
	padding: 0 !important;
	
}


.page-home #pst_banners img{
	width: 100%;
}

.page-home .row.secao.categorias .item{
	
}

.page-home .row.secao.categorias .item .box{
	background-color: #EFEFEF;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}



.page-home .row.secao.vantagens{
	background-color: #F6EED9;

}


.page-home .row.secao.vantagens .item{
	background-color: #F0F0F0;
	box-shadow: 3px 3px 5px 0 #E6E6E6;
	min-height: 100px;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}







/* lsitagem de produtos ------------------------------------------------------------------------------------------------------------------*/
.woocommerce-result-count{
	padding: 0 !important;
	margin: 0 !important;
}


.box-produto{
	color: #4F4F4F;
}

.box-produto .imagem{	
	height: 306px;
	border-radius: 15px;
	border: 1px solid #817A72;
	margin-bottom: 10px;
	margin-right: 1px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-produto .imagem img{
	width: 100% !important;
	max-height: 100% !important;

}

.box-produto h3{	
	font-weight: bold;
}

.box-produto .tags span{
	background-color: #1CB500;	
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	padding: 3px 7px 0px 7px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 0.7rem;
}



.box-produto h4{	
	color: #062D4C;
	font-weight: bold;
}





/*páginas internas -----------------------------------------------------------------------------------------------------------------------*/	
.page-interna{
	padding-top: 2vh;
	padding-bottom: 4vh;
}


.page-interna .row.secao.breadcrumb{
	background-color: #F7F7F7;
	margin-bottom: 2vh;
}




.page-interna.produtos .filtros{
	background-color: #EFEFEF;
	border-radius: 0;
	padding-top: 2vh;
}

.page-interna.produtos .filtros h3{
	margin: 0;
	padding: 0;
	color: #062D4C;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	margin-bottom: 2vh;
}

.page-interna.produtos .filtros ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-interna.produtos .filtros ul li{
	margin-bottom: 10px;
}

.page-interna.produtos .filtros ul li a{
	display: flex;
	background-color: #FFF;
		padding: 5px 10px;
}

.page-interna.produtos .filtros ul li a.ativo,
.page-interna.produtos .filtros ul li a:hover{
	background-color: #D2A437;
}

.page-interna.produtos .filtros ul ul li a{
	background-color: transparent;
}

.page-interna.produtos .filtros ul ul li{
	background-color: rgba(0, 0, 0, 0.05);
	padding-left: 10px;
	margin-bottom: 0;
}

.page-interna.produtos .filtros span.qtd{
	background-color: #F6EED9;
	margin-left: auto;
	display: inline-flex;
	width: 30px;
	text-align: center;
	font-size: 0.8rem;
	justify-content: center;
	align-items: center;
}




/*rodapé -----------------------------------------------------------------------------------------------------------------------------------*/	
footer{

}


footer .logo{
	max-height: 40px;
}


footer .r1{
	background-color: #062D4C;
	color: #FFF;
	padding-top: 4vh;
	padding-bottom: 4vh;
	font-size: 0.9rem;	
}

footer .r1 a{
	color: #FFF;
}

footer .r1 h3{
	font-size: 1rem;
	font-weight: 700;
}

footer .r1 ul{	
	list-style: none;
	padding: 0;
	margin: 0;
	
}


footer .r1 ul li{
	display: inline-block;
}

footer .r1 .menu-rodape ul{
	text-align: center;
	margin-bottom: 0.5rem;
}


footer .r1 .menu-rodape ul li a{
	border-right: 1px solid #FFF;
	padding: 0 10px;
}

footer .r1 .menu-rodape ul li:last-child a{
	border:none; 
}

footer hr{
	border-top: 2px solid #FFF !important;
	opacity: 1;
}


footer .r2{		
	padding-top: 1vh;	
	padding-bottom: 1vh;	
	font-size: 0.8rem;	
}



footer p{
	padding: 0;
	margin: 0;
}


footer .atendimento{
	position: fixed;
	bottom: -300px;
	right: 100px;
	z-index: 99999;
}


footer .atendimento .icone::before{
	background-color: #26CC64;
	border: 4.5px #00800066 solid;		
	border-top-color: #008000;
	border-bottom-color: #008000;		
	border-radius: 50%;		
	width: 65px !important;
	height: 65px !important;			
	content: "";
	display: flex;
	z-index: -1;
	position: absolute;
}


footer .atendimento .icone{		
	position: absolute;
	border-radius: 50%;		
	width: 60px;
	height: 60px;			
	color: #FFF;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;

}


footer .atendimento .icone::before{
	animation: girar 16s infinite linear;
	transform: rotate(30deg);
}		


@keyframes girar {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(359deg);
	}
}





@media (min-width: 992px){
	#headernav nav{
		padding-left: 0;
		padding-right: 0;
	}

	.home #video{
		height: 100vh;
	}
	.home #video video{
		width: 100%;	
		height: auto;	
	}

	.home #sobre img{
		margin-top: -16vh;
	}

	.home .botao-acao{
		height: 0;
	}

	.home .owl-dots{
		text-align: right;
	}

}


@media (max-width: 991.9px){

	body.admin-bar #menuLateral{
        top: 46px !important;
    }

	body.admin-bar .fixo #menuLateral{
        top: 0 !important;
    }



	#headernav{
		position: relative;
		z-index: 9999;
		
		
	}

	#headernav.fixo{		
		top: 0 !important;
		padding: 0 !important;
	}
	
	#headernav.fixo .remove-mob{		
		display: none !important;
	}

	#headernav .nav-item a{
		padding: 15px !important;
		color: #fff;
		text-align: left;
		
	}

	#headernav .nav-item{
		background-color: rgba(21, 109, 75, 0.8);
		margin-bottom: 1px;
	}

	#headernav .nav-item.active a{
		background-color: #FFF;
		color: #000;
	}

	#headernav a{
		display: block;
	}



	.dropdown-menu{
		background: none;
		border-radius: 0;
		padding-left: 20px;
		border: 0;
	}

	
	#headernav .navbar-brand img{
		max-height: 40px;		
	}

	
	.menu-icones li a span{	
		display: none;
	}
	


	.navbar-toggler{
		border-color: #062D4C;
	}















	.home .titulo {

		margin-bottom: 20px;
	}

	.home .titulo h2 {
		font-size: 1.5em;
	}


	
	.home .pagina.row {
		
	}


	.home #treinamentos{
		

	}


	#contato{
		background-image: none !important;
		min-height: 100vh !important;
	}

	

	#contato .formulario{
		margin-bottom: 40px;
	}

	#contato .contatos i {
		background-color: #01ae76;		
		width: 40px;
		height: 40px;
		display: inline-flex;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		font-size: 20px;
	}

	#contato .tel{
		font-size: 1.4em;
	}

	footer .atendimento{
		right: 60px;
	}
	footer .atendimento .icone::before{
		width: 45px !important;
		height: 45px !important;			
		border: 3px #00800066 solid;	

	}

	footer .atendimento .icone{		
		width: 35px;
		height: 35px;					
		font-size: 25px;
	}



}

/* MD */
@media only screen and (min-width : 992px) {


	
	
	
	#headernav .navbar{
		padding: 0 !important;
	
	}

	#headernav.fixo .navbar{
		padding-right: 0;
		margin-top: 0;
	}

	#headernav .nav-item{
		/*background-color: rgba(0, 0, 0, 0.75);*/
		
	}
	
	#headernav .nav-item a{
		/*border-right: 1px solid #746F6F;*/
		padding: 0 15px !important;
		color: #FFF;
		
	}

	#headernav.fixo .nav-item a{
		font-size: 14px;
	}

	#headernav .dropdown-menu{		
		background: none !important;
		border: none !important;	
		margin-top: 10px !important;
		border-radius: 0;
		padding: 0;
		margin: 0;
	}

	#headernav .dropdown-menu .nav-item{
		padding: 0;
		
	}

	#headernav.fixo .navbar{
		padding: 0 !important;
	}

	#headernav .dropdown-menu .nav-item a{
		background-color: rgba(21, 109, 75, 0.8);
		display: block;
		border:none;
		padding: 10px !important;
		white-space: nowrap !important;
		border-bottom: 1px #FFF !important;

	}

	#headernav .dropdown-menu .nav-item a:hover{
		background-color: #1E8B62;
	}

	#headernav.fixo a i{
		color: #FFF;
	}

	#headernav .nav-item.active{
		background: none;
	}

	#headernav .nav-item.active>a{		
		
	}
	

	#headernav.fixo .social li{
		background: none;
		margin-left: 0;
	}



	.home .pagina.row{
		/*min-height: 100vh;
		display: flex;
		align-items: center;
		*/
	}


	


		

	#contato{	
		background-color: #AA968E;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	





	


}
