.main-menu1 li.active > a{
	color: #f33e3e;
	border-bottom: solid 3px #f33e3e;
}

.fixLogoCentro{
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.fixLogoCentro img{
	max-width: 90%;
	max-height: 90%;
}

.estiloBanner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.iconeDestaque{
	color: #f33e3e;
	font-size: 80px;
}

.lerTodas{
	display:flex;
	justify-content:center;
	align-items:center;
}

.iconeSobreNos{
	color: #f33e3e;
	font-size: 50px;
}

.tituloInterno{
	color: #FF563D!important;
    margin: 0px 0px 7px 0px!important;
    font-family: "Lato", Sans-serif!important;
    font-size: 25px!important;
    font-weight: 900!important;
    line-height: 46px!important;
}

.subtituloInterno{
	color: rgba(0,0,0,.5)!important;
	text-transform: capitalize!important;
}

.separadorInterno{
	margin: 0px 0px 11px 0px;
}

.linhaSeparador{
	width: 142px;
    height: 5px;
    color: #FF563D;
	background: linear-gradient(90deg, #FF563D 0%, #FF563D 100%);
}

#fancyboxGallery {
	display: flex;
	flex-wrap: wrap;
	max-width: 90%;
	margin: 100px auto;
}

.fancyboxThumbnail {
	width: 200px;
	height: 150px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.fancyboxThumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-control-pesquisa{
	font-size: 12px;
	height: 36px;
	line-height: 34px;
	width: 100%;
	border-radius: 0px;
	border: 1px solid #ddd;
	padding-left: 18px;
}

button.form-control-pesquisa{
	padding-left: 0;
	background: #f33e3e;
	color: #ffffff;
}

button.form-control-pesquisa:hover{
	background: #00235a;
}

/* INDICADORES DE PROGRESSO DAS OBRAS */
.containerProgressos {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 30px;
}

.projeto {
	width: calc(50% - 20px);
	margin-bottom: 10px;
	box-sizing: border-box;
}

.projeto p{
	font-weight:700;
}

.barraProgresso {
	width: 100%;
	background-color: #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.progresso {
	height: 20px;
	background-color: rgb(234, 61, 63);
	border-radius: 5px;
	/* padding-left: 10px; */
}

@media (max-width: 600px) {
	.projeto {
		width: 100%;
	}
}

/* FIX DE ESTILO PARA OS CAMPOS DE SELECT */
.fix-form-control{
	padding-top:26px!important;
	padding-bottom:46px!important;
	padding-left:40px!important;
	padding-right:40px!important;
	line-height: 1.5!important;
	color: #00235a!important;
}

.nice-select ul.list{
	width: 100%;
	overflow-y: scroll;
	max-height: 200px;
}

.nice-select:after{
	top:55%!important;
	right: 40px!important;
}

/* ESTILO DO MAPA */
#mapa {
	height:400px;
	width: 80vw;
	margin: 10px 10px;
}

@media screen and (max-width: 465px) {
	.fancyboxThumbnail {
		width: 100%;
	}
}

.img-concepcao {
	max-height: calc((100vh - 160px) * 0.7);
}