* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: "Arial","Helvetica", sans-serif;
	font-size: 13px;
	overflow-x: hidden;
}

header {
	height: 169px;
	background-color: #f7f7f7;
	color: #6c2231;
}
.header {
	max-width: 1140px;
	height: 169px;
	display: flex;
	margin: auto;
	align-items: center;	
}
.logo {
	width: 340px;
	font-size: 50px;
	display: flex;
	color: #193c84;
	justify-content: flex-start;
	padding: 2px;
}
.menu-opener {
	display: none;
}
.menu {
	flex: 1;
	display: flex;
	justify-content: flex-end;

}
.menu ul,
.menu li {
	list-style: none;
}
.menu ul {
	display: flex;
}
.menu li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 169px;
	display: flex;
	align-items: center;
	border-bottom:5px solid #f7f7f7;
	font-size: 20px;
}
.menu li a:hover,
.menu .active a {
	border-bottom: 5px solid #bd3726;
	color:#CCC;
}
.button  {
	display: inline-block;
	background-color: #bd3726;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 30px;
	margin-top: 30px;
	border-radius: 20px;
}
 .banner {
	height: calc(100vh - 169px);
	background-color:#333333;
	background-image: url(../images/cheia2022C.JPG);
	background-size: cover;
	background-position: center;
	overflow: hidden;

}

.banner .sliders {
	width: 1000vw;
	height: 100%;
	
}
.banner .slide {
	width: 100vw;
	height: 100%;
	display: inline-block;
	background-color: rgba(0,0,0,0.2);
}

.banner .slidearea {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
.banner h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}
.banner h1 span {
	color: #193c84;
}

.banner h2 {
	text-transform: uppercase;
	margin-top: 20px;
}


.banner .sliders-pointers {
	width: 100vw;
	height: 20px;
	position: absolute;
	margin-top: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .pointer {
	width: 15px;
	height: 15px;
	border: 2px  solid #bd3726;
	border-radius: 8px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.banner .pointer.active {
	background-color: #193c84;
}
.fade {
	-webkit-animation-name:fade;
	-webkit-animation-duration:1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.default {
	
	padding-top: 50px;
	padding-bottom: 50px;

}
.default .section-title,
.default .section-desc {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;

}

.default .section-title {
	font-size: 20px;


}
.default .section-desc{
	font-size: 12px;
	color: #CCC;
	margin-top: 10px;
	margin-bottom: 40px;
}
.default .section-body {
	max-width: 1140px;
	margin: auto;

}
.default.light {
	background-color: #f7f7f7;	
}

.default.light .section-title,
.default.light .section-body {
	color: #000;
}

.default.dark {
	background-color: #000;
}
.default.dark .section-title,
.default.dark .section-body {
	color: #FFF;
}

.container {
	display: flex;
	justify-content: space-around;
	margin:  auto;
	margin-top: 20px;
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	color: #0c4183;
	border-radius: 10px;
	padding: 20px;


}
.foto-area1 {
	border-radius: 10px;
	padding: 20px;
	

}

.foto-area2 {
	border-radius: 10px;
	padding: 20px;
		
}

@media (min-width: 769px) and (max-width: 1140px) {
    .container {
        display: block;

        padding-left: 20px;
        padding-right: 20px;

    }


}

@media (min-width: 300px) and (max-width: 768px) {
    .container {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
}








/*
CSS DE ÁREAS ESPECÍFICAS
*/
.section-aboutus {
	display: flex;
}

.section-aboutus--left {
	flex:1;
}
.section-aboutus--left p {
	font-size: 14px;
	line-height: :25px;
}
.section-aboutus--right {
	width: 520px;
	text-align: center;
}
.section-aboutus--right img {
	width: 480px;
	box-shadow: 0px 5px 10px #333;
}
.section-services {
	display: flex;
}
.section-service {
	flex: 1;
	text-align: center;
	border-right: 1px solid #CCC;
	padding-top: 10px;
}
.section-service:first-child {
	border-left: 1px solid #CCC;
}
.section-service h3,h5 {
	margin-bottom: 10px;
}
.section-projects {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-projects--filters {
	border:1px solid #CCC;
	background-color: #EEE;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 20px;
}
.section-projects--filters ul,
.section-projects--filters li {
	list-style: none;

}
.section-projects--filters li {
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
	border-left: 1px solid #CCC;
	border-bottom: 3px solid#EEE;
	cursor: pointer;
}
.section-projects--filters li:hover,
.section-projects--filters li.active {
	border-bottom: 3px solid #bd3726;
}

.section-projects--filters li:first-child {
	border-left: 0;
}

.section-projects--photos {
	width: 100vw;
	max-width: 1140px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section-projects--photo {
	width: 280px;

}

.section-projects--photoarea {
	margin: 10px;
	width: 260px;
	height: 160px;
}
.section-projects--photoarea img{
	width: inherit;
	height: inherit;
}

.section-projects--photoinfo {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: inherit;
	height: inherit;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;


}

.section-projects--photoinfo h5 {
	font-size: 18px;
	font-weight: 600;
}

.section-projects--photoarea:hover .section-projects--photoinfo {
	display: flex;
}

.bg-team {
	background-image: url('../images/cheia2022C.JPG');
	background-size: cover;
	background-position: center;
	padding: 0;
}
.section-team-area {
	background-color: rgba(0,0,0,0.9);
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-team {
	overflow: hidden;
	max-width: 880px;
	margin: auto;
}
.section-team .sliders {
	width: 1000vw;
	height: 100%;
	
}
.section-team .slide {
	width: 300px;
	height: 100%;
	min-height: 300px;
	display: inline-block;
	background-color: #FFF;
	margin-right: 20px;
}

.section-team .slidearea {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
@media (min-width: 450px) and (max-width: 800px){
	.logo {
		margin-left: 30px;
	}

	.menu-opener {
		display: block;
		width: 45px;
		margin-right: 30px;
	}
	nav {
		display: block;
		position: absolute;
		z-index: 99;
		background-color: rgba(0,0,0,0.9);
		width: 70vw;
		height: calc(100vh-169px);
		top: 100px;
		right: 0;
	}

	.menu ul {
	flex-direction: column;
	}
	.menu li a {
		font-weight: bold;
		height: 80px;
		font-size: 27px;
		margin-left: 50px;
		border:0;
	}
	.menu li.active a {
		border:0;
		color: #bd3726;
	}
	.section-aboutus {
		flex-direction: column;
	}
	.section-aboutus--left {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.section-aboutus--right {
		width: auto;
	}
	.section-services {
		flex-direction: column;

	}
	.section-service {
		min-width: 50%;
		padding: 30px;
	}
}


@media (max-width: 450px){
	.logo {
		margin-left: 30px;
	}

	.menu-opener {
		display: block;
		width: 45px;
		margin-right: 50px;
	}
	nav {
		display: none;
		position: absolute;
		z-index: 99;
		background-color: rgba(0,0,0,0.9);
		width: 80vw;
		height: calc(100vh-169px);
		top: 100px;
		right: 0;
	}

	.menu ul {
	flex-direction: column;
	}
	.menu li a {
		font-weight: bold;
		height: 60px;
		font-size: 20px;
		margin-left: 30px;
		border:0;
	}
	.menu li.active a {
		border:0;
		color: #bd3726;
	}
	.banner h1 {
		font-size: 30px;
	}

	.banner h2 {
		font-size: 17px; 
	}
	.section-aboutus {
		flex-direction: column;
	}
	.section-aboutus--left {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.section-aboutus--right {
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	}
	.section-aboutus--right img {
		width: 100%;
	}
	.section-services {
		flex-direction: column;

	}
	.section-service {
		min-width: 50%;
		padding: 30px;
	}
	.section-projects--filters{
		margin-left: 30px;
		margin-right: 30px;
	}
	.section-projects--photo {
		width: 320px;
	}
	.section-projects--photoarea{
		width: 300px;
		height: 190px;
	}
	.footer--area {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

footer {
    background-color:#000;
    padding:20px;
}
.footer--area {
    max-width:1140px;
    margin:auto;
    color:#FFF;
    display:flex;
}
.footer--item {
    flex:1;
}
.footer-social {
    display:flex;
}
.footer-social a {
    display:block;
    width:25px;
    height:25px;
    background-color:#333;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:13px;
    margin-right:10px;
}
.footer-social a:hover {
    background-color:#bd3726;
}
.footer-social img {
    height:10px;
}

.footer--banner-hbi img{
	width: 350px;
	height: 173px;
}
.footer--item.area2 {
    color:#999;
    line-height:20px;
    font-size:13px;
    padding:0 10px 10px 10px;
}
.footer--item.area3 form {
    background-color:#333;
    text-align:center;
    padding:30px;
}
.footer--item.area3 input {
    width:100%;
    height:40px;
    border:0;
    background:transparent;
    border-bottom:1px solid #CCC;
    outline:0;
    color:#FFF;
    font-size:14px;
    text-align:center;
}
.footer--copyright{
	
	margin-top: 10px;
	color: #FFF;
	display:flex;
    justify-content: center;
	align-items: center;
}
.footer--item.area2 .button {
	font-size: 10px;
	
	background-color: #bd3726;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 5px;
	margin-top: 0px;
	border-radius: 20px;
}

footer.rodape {
	color: #FFF;
}




.privacidade {
	background-color: #CCC;
	font-weight: 600;
	max-width: 1140px;
	height: 600px;
	padding: 20px;
	margin: auto;

}

/*Configurações página paa2020

*/
.servicos {
	margin:5px;
	padding: 0;
	background-color: #193c84;
	color: #FFF;
}

.atividades {
	background-color: #CCC;
	font-weight: 600;
	max-width: 1140px;
	height: 100%;
	padding: 10px;
	margin: auto;
}

.tabela-estatuto {
	background-color: #CCC;
	font-weight: 400;
	max-width: 1140px;
	height: 100%;
	padding: 10px;
	margin: auto;
	font-size: 20px;
}
.atividades-artigos {
	background-color: #efd389;
	font-weight: 400;
	max-width: 1140px;
	height: 100%;
	padding: 10px;
	margin: auto;
	font-size: 16px;
}

p::first-letter {
	font-size: 20px;
	font-weight: bold;
}
.tabela {
	background-color: #efd389;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	padding: 10px;
	height: 100%;
	padding: 10px;

}