body, html{
	color: #333333
}

#pt, #ch, #es, #en{
	display: none;
}

*,div, a{
	transition: 0.5s;
}

label{
	cursor: pointer;
}

nav{
	background-color: rgba(0, 0, 202, 0.8);
	background-size: cover;
	position: relative;
	z-index: 99;
}
/* 
h2{
	font-size: 3.0rem;
	line-height: 3.2rem;
	text-transform: uppercase;
} */


.cards{
	border-radius: 35px;
	border: 3px solid #178DCD;
	text-align: center;
}

.btn-saiba{
	background-color: #178DCD;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #178DCD;
	color: #fff
}

.btn-saiba:hover{
	background-color: #fff;
	color: #178DCD
}


.btn-orc{
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #fff;
	color: #178DCD
}

.btn-orc:hover{
	background-color: #178DCD;
	color: #fff
}

.cards strong{
	color: #178DCD
}

.cards img{
	border-radius: 35px 35px 0 0;
}


.areas-atuacao, .contato{
	background-image: url('../img/fundo.png');
	background-size: cover;
}
.areas-atuacao hr{
	border: 4px solid #178DCD;
	width: 40%;
	margin: 20px auto;
}

.impacto{
	background-image: url('../img/fundo2.png');
	background-size: cover;
}

.solidez{
	background-image: url('../img/fundo3.png');
	background-size: cover;
}
