/* GALERIA */
.c-galeria {
	float: left;
	margin: 0 0 1.5em 0;
	width: 100%;
	border-top: 1px solid #e6e6e6;	
}
.c-galeria p {
	color: #5a5a5a;
	font:400 0.938em "Source Sans Pro" ,sans-serif;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.c-galeria.infobox .c-legenda { border: none; }

.c-galeria p strong { font-weight: 600; }

.c-galeria .c-titulo {
	color: #2ea3b4;
	font-family: 'Roboto Slab',sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin: 0 0 0.75em;
}
.c-galeria .c-titulo:hover { text-decoration: none; }

.c-galeria .c-sumario {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 0.825em;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0.25em 0;
}
.c-galeria .c-sumario:hover {
	text-decoration: none;
}
.gp-cont .c-galeria .c-img {
	margin: 0;
	position: relative;
}

/*-- GALERIA INFOBOX --*/
.c-galeria.infobox {
	background-color: #f4f4f4;
	margin: 0 1.5em 1.5em 0;
	padding: 0.825em 1.33em 0.825em;
	width: 46.82%;
	clear: left;
}
.c-galeria.infobox .c-bot-ver-todas {
	background: url("../../_imagens/icone-bot-ver-todas-off.png") center center no-repeat;
	cursor: pointer;
	display: block;
	height: 78px;
	left: calc(50% - 54px);
	position: absolute;
	top: calc(50% - 40px);
	width: 116px;
}
.c-galeria.infobox .c-bot-ver-todas:hover {
	background: url("../../_imagens/icone-bot-ver-todas-on.png") center center no-repeat;
}

/* GALERIA CAPA */
.c-imagem-do-dia {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    height: 650px;
    margin: 0px 0 30px;
}
.c-imagem-do-dia .c-titulo-boxes { margin-top: 30px; }
 .c-imagem-do-dia .c-galeria .c-titulo {
	float: left;
    font: 700 28px/115% 'Roboto Slab',sans-serif;
	margin: 17% 0 15px 2.3333%;
}

/*-- GALERIA FULLBOX --*/
.c-galeria.fullbox {
	float: left;
	margin: 0 0 1.5em 0;
	width: 100%;
}

/*-- GALERIA MULTIMIDIA --*/
.c-multimidia .galeria-de-imagem{
	height: 530px;
}
.c-multimidia .c-galeria .c-titulo.col-3{
    float: left;
    max-height: 75px;
    overflow: hidden;
    margin: 190px 0 0 2.3333%;
    width: 23.1707%;
}
.c-multimidia .c-galeria .c-titulo{
	font: 700 1.750em "Roboto Slab",sans-serif
}

/*-- AMPLIAR GALERIA --*/
.c-ampliar { display: none; }

@media screen and (max-width: 580px) {
	.c-galeria.infobox {
		float: none;
		margin: 1.5em 0 2.5em;
		width: 100%;
	}	
}