#fh5co-menu {
    background: #262626;
}

.margin-20{
	margin:0px 0px 20px 0px;
}

.titulo{
	text-align: center;
	font-size: 3em;
    margin: 1em 0px;
}

.titulo span{
	color: #3fbbff;
}

/*.content-img{
	padding: 3px;
}
*/
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3fbbff;
}

.content-img:hover .overlay {
  opacity: .9;
  -webkit-box-shadow: 10px 10px 32px -9px rgba(0,0,0,0.7);
  -moz-box-shadow: 10px 10px 32px -9px rgba(0,0,0,0.7);
  box-shadow: 10px 10px 32px -9px rgba(0,0,0,0.7);
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 768px) {
	.principa-conten{
		margin-top:87px; 
	}
}
@media (max-width: 767px) {
  #fh5co-page{
    margin-top: 4em;
  }
  }
@media (min-width: 1024px){
	#fh5co-menu {
	    top: -20px !important;
	}
	.principa-conten{
		margin-top:87px; 
	}
}
@media (min-width: 1330px){
	#fh5co-menu {
	    top: -20px !important;
	}
	.principa-conten{
		margin-top:87px; 
	}
}