section { padding: 170px 0px 0px 0px; }

/*GALERIA DE FOTOS*/
.titulos { width: 100%; height: auto; position: relative; text-align: left; }
.titulos .titulo-produtos { width: auto; position: relative; height: auto; display: inline-block; vertical-align: top; text-align: left; padding: 20px 0px; }
.titulos .titulo-produtos .titulo { color: #000000; font-size: 30px; text-align: left; width: 100%; }

.galeria { width: 100%; height: auto; display: inline-block; position: relative; }
.galeria ul { display: inline-block; width: 100%; height:  auto; position: relative; list-style-type: none; padding: 5px 0px 0px 0px; text-align: center; }
.galeria ul li { background-color: #000000; margin: 2px 3px; position: relative; width: 265px; height: 170px; display: inline-block; background-position: center center; background-size: 100% auto; overflow: hidden; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.galeria ul li .mascara { width: 100%; height: 170px; position: absolute; z-index: 100; background-color: rgba(0,0,0,0); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.galeria ul li:hover .mascara { background-color: rgba(0,0,0,0.6); }

.area_fotos .videos { width: 100%; height: auto; list-style-type: none; padding: 30px 0px 0px 0px; }
.area_fotos .videos li { width: 340px; height: 285px; color: #777777; background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 10px 12px 20px 12px; display: inline-block;vertical-align: top }
.area_fotos .videos li .play { width: 340px; height: 200px; z-index: 10; position: absolute; background-image: url(../imagens/ico-play.png); background-repeat: no-repeat; background-position: center center; background-size: auto 60px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.area_fotos .videos li img { opacity: 1; }
.area_fotos .videos li .info { width: 320px; height: 34px; position: absolute; color: #7e7880; font-size: 12px; text-align: center; padding: 10px; }
.area_fotos .videos li .info span { font-size: 15px; color: #008349; font-weight: bold; text-align: center; }
.area_fotos .videos li:hover img { opacity: 0.4; }
.area_fotos .videos li:hover { background: #f4f6f8; }
.area_fotos .videos li:hover .play { background-size: auto 65px; }

.area_fotos .vevideos { width: 100%; height: auto; list-style-type: none; margin: 40px 0px 0px 0px; text-align: center; }
.area_fotos .vevideos li { width: 300px; height: 350px; color: #777777; font-size: 15px; margin: 13px; display: inline-block; }
.area_fotos .vevideos li .info { width: 300px; color: #008349; font-size: 15px; text-align: left; color: #7e7880; padding: 10px; }
.area_fotos .vevideos li .info span { font-size: 15px; font-weight: bold; color: #008349; }
.area_fotos .vevideos li:hover img { opacity: 0.4; }
.area_fotos .vevideos li:hover { background: #008349; }
.area_fotos .vevideos li:hover span { color: #ffffff; }

.voltar { width: 60px; background: #ffffff url(../imagens/voltar.png) no-repeat center center; border: 1px solid #64a0e4; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; overflow: hidden; height: 32px; margin-left: 490px; position: absolute; left: 50%; margin-top: -67px; }
.voltar:hover { background: #64a0e4 url(../imagens/arrow.png) no-repeat center center; border: 1px solid #64a0e4; }

.apresentav { width: 100%; margin: 0 auto; height: auto; padding-bottom: 70px; }
.apresentav .dados { padding: 15px 0px; text-align: center; color: #008349; font-size: 18px; text-align: center; }
.apresentav .dados span { font-size: 18px; font-weight: 700; }
.apresentav iframe { margin-top: 25px; width: 100%; }

@media screen and (max-width: 1100px) {

}