.modal-content > .content {
	margin-bottom: 30px;
	overflow: hidden;
}

.header-galeria {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-bottom: 50px;
	border-bottom: 1px solid #333333;
}

.header-galeria h2 {
    margin: 25px 10px;
}

.header-galeria h3 {
	font-size: 30px;
    color: #333333;
    margin: 35px 0px;
    letter-spacing: 0px;
	text-transform: lowercase;
	color: #333333;
	font-weight: bold;
}

.header-galeria img {
	margin: 15px;
	max-width: 264px;
}

.header-galeria button {
	color: #333333 !important;
    background-color: #fff;
    font-size: 20px;
    border: 2px solid #333333;
    border-radius: 4px;
    padding: 0px 10px;
    margin: 25px 0;
}

.blockProduto {
	/* border: 1px solid #333333; */
    text-align: center;
    padding: 0;
    overflow: hidden;
    /* max-height: 292px;
    vertical-align: middle;
    border-radius: 50%; */
    /* height: 292px; */
    /* margin-right: 10px; */
}

.blockProduto figure {
	min-height: 200px;
	padding: 0 2px;
}

.blockProduto img {
	width: 100%;
	max-width: 292px;
}

.blockProduto a {
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.blockProduto .nome {
	position: absolute;
    text-align: center;
    width: 100%;
    background-color: #ffffff8c;
    transition: top 1s;
    -webkit-transition: top 1s;
    cursor: pointer;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #fff;
    bottom: 14px;
    min-height: 98px;
}

.blockProduto:hover .nome {
	/* top: 0px; */
}

.nome span {
	display: block;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: bolder;
    padding: 0px 15px;
    font-weight: bold;
    text-transform: capitalize;
	text-transform: none;
	padding: 15px 0;
}

.close-modal {
	margin: 4px 0 0 0;
    font-size: 30px;
    color: #333;
}

.close-modal:hover {
	color: red;
}

/* /////////////////////////////////////////////////////////////// */

@media(max-width:768px){
	.big-gallery {
		display: none !important;
	}
}

.big-gallery {
	height: 400px;
    text-align: center;
    overflow: hidden;
}

.big-gallery img {
	width: 100%;
	max-width: 500px;
}

.big-gallery span {
	color: #333;
    font-size: 20px;
    font-weight: bold;
}

.big-gallery img:HOVER {
	opacity: 1 !important;
}

.carrosel-img {
	background-color: #ccc;
	overflow-x: scroll;
	width: 992px; 
}

.carrossel-img ul {
	float: left;
    list-style: none;
}

.carrossel-img li {
	width: 200px;
    float: left;
    max-height: 170px;
    overflow: hidden;
    margin: 2px;
	min-height: 170px;
}
