.gal-coll{width:33.333%; position:relative; float:left; text-align:center; padding:0px 5px 0px 5px; margin-bottom:10px;}
#gal-titulo h2{font-family:  'Montserrat', sans-serif; font-size: 1.2em; color:#565656; text-align:left; font-weight:500; text-transform:uppercase;}
#gal-texto h3{font-family:  'Montserrat', sans-serif; font-size: 0.9em; color:#565656; text-align:left; font-weight:400; text-transform:uppercase; margin-top:30px;}
#gal-fotos-div{margin-top:50px;}

.gal-height{min-height:270px;}

.gal-titulo{width:100%; position:absolute; background-color:rgba(255,255,255,0.8); bottom:0px; right:0px; text-align:center; font-family:  'Montserrat', sans-serif; font-size: 0.8em; color: #000; font-weight:500; padding:10px 10px 10px 10px; z-index:2; text-transform: uppercase;}

.gal-box{width:100%; position:relative; float:left;}

.gal-box:hover{
animation-name: pulse;
animation-duration: 1.5s;
}
 
@media screen and (max-width: 1023px) {
#gal-titulo h2{ text-align:center;}
.gal-coll{width:100%; position:relative; float:left; text-align:center; padding:0px 10px 0px 10px; margin-bottom:50px;}
#gal-fotos-div{margin-top:0px;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
.gal-coll{width:33.33%; position:relative; float:left; text-align:center; padding:0px 15px 0px 15px; margin-bottom:30px;}
#gal-img-height{ height:180px; }
.gal-height{min-height:200px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
#gal-img-height{ height:220px; }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) { /* PARA DISPOSITIVOS MÉDIOS*/
#gal-img-height{ height:220px; }
}
@media screen and (min-width: 1920px) and (max-width: 2159px) { /* PARA DISPOSITIVOS GRANDES*/
#gal-img-height{ height:250px; }
}
@media screen and (min-width: 2160px) { /* PARA DISPOSITIVOS MUITO GRANDES*/
#gal-img-height{ height:250px; }
}