*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
}

.clear{
	clear: both;
}

.container{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;	
}

header{
	padding: 20px 2%;
	height: 120px;
}

header .container{
	padding-bottom: 10px;
}

nav.mobile-menu{		
	float: right;	
	cursor: pointer;
	display: none;
	width: 32px;
	height: 32px;
	background-image: url('../images/menu.png');
	background-size: 100% 100%;	
	margin: 10px 20px;	
}

nav.mobile-menu:hover ul{
	opacity: 1;
}

nav.mobile-menu ul{
	opacity: 0;
	transition: 1s;
	background-color: white;
	position: absolute;
	width: 100%;
	left: 0;
	top: 80;	
	color: white;
	list-style-type: none;
	text-align: center;
	margin-top: 35px;
}

nav.mobile-menu ul li{
	padding: 8px 0; 
	transition: 0.4s;
	border-bottom: 1px solid black;	
}

nav.mobile-menu ul li:hover{
	/*background-color: rgb(230,230,230);*/
	background-color: #C1982D;
}

nav.mobile-menu ul li a{
	color: black;
	text-decoration: none;
}

header nav.desktop{
	color: #737373;
	margin: 10px 60px 0 0; 
	float: right;
	position: relative;
}

header nav.desktop ul{
	list-style-type: none;	
}

header nav.desktop ul li{
	float: left;
	font-size: 18px;
	padding: 0 20px;
}


header nav.desktop ul li ul{
    display: none;
    position: absolute;        
}

header nav.desktop ul li ul li { 	
  	transition: 0.4s;    
}

header nav.desktop ul li ul li a {
   display: block;    
   padding: 2px; 
   border-bottom: 1px solid black;     
}

nav.desktop ul li:hover ul{		
	display: block;
	background-color: #C1982D;	
	width: 260px;	
}

header nav.desktop a{
	color: #1c1f32;
	text-decoration: none;
}

/*SubMenu*/
header nav.desktop ul ul{
	display: block;	
}

header nav.desktop ul ul li{	
	font-size: 18px;
	padding: 0 20px;
}

header nav.desktop ul ul li a {	
	display: block;
}

header div.logo{
	margin-left: 60px;
	float: left;	
	position: relative;
	top: -10px;
}

header .bar{		
	background-color: #C1982D;
	height: 10px;	
	/*width: 100%;*/
}

section.slide > .container .bar{	
	margin: 2%;
	background-color: #C1982D;
	height: 10px;	
	width: 96%;
}

section .slide-img{	
	size: 100% 100%;	
	margin: 0 2%;
}

section .slide-img img{
	max-width: 100%;
    height: auto;  
    /*opacity: 0.7;*/
    /*filter: contrast(70%); qdo utilizado joga o menu atras da imagem*/
}

section .servicos{
	height: 400px;	
}

section.servicos > .container {
	max-width: 1000px;
	display: flex;
	align-items: center;
	position: relative;
	top: -30px;
	text-align: center;
}

section .servicos-titulo h2{	
	text-align: center;
	color: #1c1f32;
}

section .bar2{	
	margin: 0 auto;
	width: 50%;
	background-color: #C1982D;
	width: 200px;
	height: 4px;
}

section.servicos > .container .box-servico{	
	background-size: 52px 52px;
	background-position: center;
	background-repeat: no-repeat;
	color: #737373;

	width: 40%;
	padding: 40px 2%;
}

section.servicos > .container .box-servico:nth-of-type(1){
	background-image: url('../images/icone_treinamento.png');	
}

section.servicos > .container .box-servico:nth-of-type(2){
	background-image: url('../images/icone_selecao.png');
	background-size: 56px 40px;
}

section.servicos > .container .box-servico:nth-of-type(3){
	background-image: url('../images/icone_coach.png');
}

section.servicos > .container .box-servico p{
	color: #1c1f32;
	margin-top: 130px;
	font-weight: normal;
	font-size: 12px;		
}

section.sobre-produtos{
	margin: 2%;
	width: 96%;	
	padding-top: 15px;
	text-align: center;			
}

section.sobre-produtos .container .sobre-produtos-box{	
	display: flex;
	align-items: center;
	position: relative;	
	text-align: center;
    height: 290px;
	/*background-color: #C1982D;*/
	background-color: #F7F7F7;

	color: #737373;	
}

.imagem-produtos img{
	
	/*width: 100%;*/
	margin: 3% 3%;
	align-items: center;	
	max-width: 400px;
}

.descricao-produtos {	
	max-width: 90%;	
	padding-left: 30px;
	text-align: left;
	color: #1c1f32;
}

.descricao-produtos h2{	
	padding-bottom: 10px;
	color: #C1982D;
}

.imagem-produtos2 {	
	margin: 2% 1%;		
	float: right;
	overflow: hidden;
}

.imagem-produtos2 img{	
    margin: 3% 3%;	
	align-items: center;	
	max-width: 400px;
}

section.sobre-empresa{
	margin: 2%;
	width: 96%;	
	padding-top: 15px;
	text-align: center;			
}

section.sobre-empresa .container .sobre-empresa-box{	
	display: flex;
	align-items: center;
	position: relative;	
	text-align: center;
    height: 290px;
	background-color: #E0E0E0;/*#A3A3A3;*/
	color: #1c1f32;	
}

.imagem-empresa img{
	
	/*width: 100%;*/
	margin: 3% 3%;
	align-items: center;	
	max-width: 400px;
}

.descricao-empresa {	
	max-width: 90%;	
	padding-left: 30px;
	text-align: left;
	color: #1c1f32;
}

.descricao-empresa h2{	
	padding-bottom: 10px;
	color: #C1982D;
}

.imagem-empresa2 img{	
	margin: 3% 3%;
	align-items: center;	
	max-width: 400px;
}

section .newsletter-box{
	width: 100%;
	height: 70px;
	background-color: #1c1f32;	

	padding: 20px 10%;
	color: white;		
}

section .newsletter-box input[type=e-mail]{
	width: 400px;
	height: 30px;
	line-height: 35px;
	padding-left: 9px;
	border: 1px solid #dadada;
	color: #1c1f32;	
}

section .newsletter-box input[type=submit]{
	margin-left: 5px;
	width: 100px;
	height: 30px;	
	background-color: #b3cc7c;
	color: #1c1f32;
	border-radius: 20px;
	border: none;
	cursor: pointer;
}

footer .footer-address{
	background-color: #C1982D;
}

footer .footer-block{	
	height: 70px;	

	float: left;	
	width: 33.3%;	

	text-align: center;
}

footer .footer-block  p{
	padding: 20px 30px;

	color: white;	
	font-size: 10px;	
}

footer .footer-block:nth-of-type(3){
	padding: 25px;		
}

footer .copyright p{		
	font-size: 10px;	
	color: #1c1f32;
	text-align: center;
	font-weight: bold;	
	padding-bottom: 5px;
}

section .desenvolvedor {
	font-weight: normal;
	font-size: 10px;	
	color: #1c1f32;
	text-align: center;
	padding-bottom: 5px;
}


@media screen and (max-width: 980px){
	nav.desktop{
		display: none;
	}		

	nav.mobile-menu{		
		float: right;		
		display: block;		
	}

	header div.logo{
		margin-left: 0px;
	}

	section.sobre-produtos{		
		padding-bottom: 5px;
		/*background-color: #b3cc7c;*/
		background-color: #C1982D;
	}

	section.sobre-produtos .container .sobre-produtos-box{			
		display: inline-block;		
		position: relative;				
	}

	section.sobre-produtos .container .sobre-produtos-box{	
		display: inline-block;		
		position: relative;				
	}

	/*!!!!!!!!!!!!!!!!!!!!!!*/

	section.sobre-empresa{		
		padding-bottom: 5px;
		/*background-color: #b3cc7c;*/
		background-color: #C1982D;

	}

	.descricao-empresa h2{	
		/*padding-bottom: 10px;*/
		color: black;
	}	

	section.sobre-empresa .container .sobre-empresa-box{			
		display: inline-block;		
		position: relative;				
	}

	section.sobre-empresa2 .container .sobre-empresa-box2{	
		display: inline-block;		
		position: relative;				
	}

	.descricao-empresa {	
		max-width: 90%;	
		/*padding-left: 30px;*/
		text-align: center;		
	}	

	section .newsletter-box {		
		padding-top: 20px;
		/*margin-top: 15px;*/
	}	
}

@media screen and (max-width: 768px){
	section.servicos > .container{	
		flex-direction: column;
		height: 80%;
	}

	section.servicos > .container .box-servico:nth-of-type(1){
		width: 90%;
		max-width: 350px;
		padding: 30px;		
	}

	section.servicos > .container .box-servico:nth-of-type(2){
		width: 94%;
		max-width: 350px;
		padding: 30px;	
	}

	section.servicos > .container .box-servico:nth-of-type(3){
		width: 90%;
		max-width: 350px;
		padding: 30px;
	}	
}

@media screen and (max-width: 760px){
	section.newsletter .container .newsletter-box{			
		height: 70px;
		padding: 20px 2%;
	}	
}

@media screen and (max-width: 658px){
	section.newsletter .container .newsletter-box{			
		height: 80px;
		padding: 10px 2%;
	}	
	
	footer .footer-block{
		height: 55px;	

		float: left;	
		width: 50%;	

		text-align: center;
	}

	footer .footer-block:nth-of-type(3){		
		width: 100%;
		align-items: center;
	}	

}

@media screen and (max-width: 547px){
	section .newsletter-box{
		height: 120px;		
		padding: 15px;
	}	

	section .newsletter-box input[type=e-mail]{
	    width: 330px;
    }

	section .newsletter-box input[type=submit]{
		margin-top: 10px;				
	}

	footer .footer-address{
		padding-bottom: 15px;
	}

	footer .footer-block{
		height: 50px;			
		width: 100%;		
	}		
}

@media screen and (max-width: 498px){
	header div.logo img{
		width: 80%;
		float: left;				
	}

	nav.mobile-menu{		
		margin-top: -40px;
		float: right;	
	}

	.imagem-empresa img{			
		/*margin: 0 auto;*/
		width: 95%;
		margin: 0 2%;		
	}

	section .newsletter-box input[type=e-mail]{
	    width: 220px;
    }
}