#grid-sobre {
	width:100%;
	margin:0;	
    position: relative;
}

.gridder {
	width: 100%;
	margin:0;
	padding: 0%;
	list-style-type: none;
	text-align: center;
}

.gridder-list {
    width: calc(100%/8);
	position:relative;
	display: inline-block;
}

.gridder-list:nth-child(n){
	margin: 0 -2px;
	padding: 0;
}

.gridder-list.selectedItem { 
    background: rgba(238, 238, 238, 1);
}

/** .gridder-list.selectedItem::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(238, 238, 238, 1);
    border-width: 15px;
    left: 50%;
    margin: -30px 0 0 -15px;
} **/

.gridder-show {
	display:inline-block;
	float:left;
	width:100%;
	margin: 0 !important;
	position:relative;
}

.gridder-content {
	display:none;
}
	
.hasSelectedItem .gridder-list.selectedItem figure.img-legenda figcaption h2 {
	opacity: 1;	
}	
	
.gridder-expanded-content {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* col-sm-6 right */
.gridder-expanded-content .col-img {
    width: calc(100%/2.5);
    margin: 0;
    padding: 0%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    right: 0;
}

.gridder-expanded-content .col-img img {
    display: block;
    height: 100%;
    right: 0;
    width: 100%;
}

/* col-sm-6 left */
.gridder-expanded-content .col-texto {
	width: 70%;
	display: block;
	float: left;
	margin: 4% 15%;
	padding: 0;
}

.gridder-expanded-content .col-texto h2 {
	font-size: 22pt;
    font-weight: normal;
    color: rgba(126,24,27,1.00);
    font-family: "neutra", sans-serif;
	text-align:left;
	padding-bottom: 3%;
    font-weight: 600;
    letter-spacing: 1px;
}
	
.gridder-expanded-content .col-texto .texto-interno {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.gridder-expanded-content p {
	line-height: 1.5;
	font-size: 14pt;
	color: #333;
	text-align: left;
	font-family: "neutra", sans-serif;
}

.gridder-navigation {
	width: 8%;
	display: block;
	position:absolute;
	z-index: 9;
	padding: 1%;
	/*background: rgba(238, 238, 238, .3);*/
	right: 15%;
}

.gridder-navigation a.gridder-nav.next-gd {
	width: 30px;
	height: 30px;
	margin: 0;
	background: url(../imagens/setadir1.png) no-repeat center;
	display: block;
	float: left;
}

.gridder-navigation a.gridder-nav.prev-gd {
	width: 30px;
	height: 30px;
	margin: 0 13% 0 0;
	background: url(../imagens/setaesq1.png) no-repeat center;
	display: block;
	float: left;
}

.gridder-navigation a.gridder-nav.next-gd.disabled,
.gridder-navigation a.gridder-nav.prev-gd.disabled {
    opacity: .3;
    cursor: default;
}

.gridder-navigation a.gridder-close {
	width: 30px;
	height: 30px;
	margin: 0;
	background: url(../imagens/closes.png) no-repeat center;
	display: block;
	float: right;
}

.gridder-show{
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(238, 238, 238, 1);
}

.gridder-list{
	cursor:pointer;
}

/*# sourceMappingURL=demo.css.map */

figure.img-legenda {
	position: relative;
}	

figure.img-legenda img {
	width: 100%;
	height: auto;
}

figure.img-legenda svg {
	width: 50%;
	height: auto;
    margin:10%;
}

.hasSelectedItem .gridder-list.selectedItem figure.img-legenda figcaption {
	background:transparent;
    display: none;
}

.hasSelectedItem .gridder-list:not(.selectedItem) svg {
	opacity: 0.3;
}

figure.img-legenda figcaption {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: ease-in 0.5s;
    display: none;
}

figure.img-legenda:hover figcaption {
	opacity: 1;
	transition: ease-in 0.3s;
	background-color: rgba(133,2,5,.65);
	cursor:pointer;
}

figure.img-legenda figcaption h2 {
	opacity: 0;
	transition:all 0.3s ease-in 0.1s;
}

figure.img-legenda:hover figcaption h2 {
	opacity: 1;
	transition:all 0.3s ease-in 0.1s;
}

/* Texto dentro do figcaption */
figure.img-legenda figcaption h2 {
	font-size: 160%;
	color: #fafafa;
	margin: 45% 0 0 0;
	padding: 2%;
	font-weight: normal;
	font-family: "neutra", sans-serif;
}

