/* ---- grid ---- */

.grid {

  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 31.333%;
	margin: 1%
}

@media all and (max-width: 991px){
.grid-sizer,
.grid-item {
  width: 96%;
	
}	
}

.grid-item {  
  float: left;
}

.grid-item--width2 { width:  40%; }
.grid-item--width3 { width:  60%; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.base-foto{
	padding: 16px 16px 12px 16px;
	-webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.24);
	background-image: url(/media/1958/bg-foto.png);
	background-position-x: calc(100% - 15px)!important;
	background-position-y: calc(100% - 11px)!important;
	background-repeat: no-repeat;	
	border-radius:4px;
}


.foto{
	
}

.foto img{
	width: 100%;
	height: auto;
}

.legenda{
	font-size: 12px;
    font-family: Roboto;
    font-weight: bold;
    padding: 7px 0 0 0;
    margin-top: 4px;
    width: 92%;
    line-height: 128%;
}



.paginacao{
	margin: 20px 0;	
	display: inline-block;
}

.paginacao ul{
	margin: 0;
	padding: 0 20px;
}

.paginacao ul li{
	list-style: none;
	border-radius: 50%;
	background-color: #fff;
	padding: 6px 6px 6px 7px;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	font-size: 9pt;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-top: 5px;
}

.paginacao ul li.pag_atual{
	background-color: #fff;
	border: 2px solid #e1201a;
	padding: 5px 4px 4px 5px;	
}

.paginacao ul a:hover li{
	background-color: #eee;	
}

.pagination ul{
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
}

.pagination{
	margin: 20px 0 50px;
	display: inline-block;
	text-align: left;
	width:100%;
}

.pagination a{
	text-decoration: none;
	cursor: pointer;
	width:100%;
	height: 100%;
	display: inline-block;
	color: white !important;
	padding: 0 10px;
}

.legenda_paginacao{
	font-family: 'Roboto';
	font-size: 12px;	
	text-align:center;
	display: inline;
	font-weight: 500;
	margin-right: 5px;
}

.pagination li{
	min-width: 56px;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	background-color: rgb(111 111 111 / 60%);
	margin: 0 2px;
	font-family: 'Poppins', 'Roboto';
	border-radius: 5px;
	padding: 0px 0;
	margin-top: 5px;
}

.pagination li:hover{height: 30px;box-sizing: border-box;display: inline-block;font-size: 14px;font-weight: bold;text-align: center;line-height: 31px;background-color: #fff !important;margin: 0 2px;font-family: 'Poppins', 'Roboto';border-radius: 5px;padding: 0px 0;margin-top: 5px;color: #66860e !important;box-shadow: 0px 0px 0px 1px rgb(102 134 14);}

.pagination li:hover a{
	color: #66860e !important;
}

.pagination .active{
	background-color: #66860e !important;
}



.texto-rodape-museu{
width: 100%;
	text-align: center;
	margin: -15px 0 10px 0;
}