.titulo { width: 100%; clear: both; color: #000000; line-height: 42px; font-size: 42px; text-align: center; font-family: 'muroslant'; -moz-transition: all 0.6 ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; padding: 100px 0px 0px 0px; }

/*VÍDEOS TODOS*/
.espaco_videos_todos { width: 100%; height: auto; position: relative; clear: both; padding: 50px 0px; text-align:center; }
.espaco_videos_todos .linha_videos { width: 100%; height: auto; position: relative; text-align:center; }
.espaco_videos_todos .linha_videos .chama_titulo { width: 100%; height: auto; position: relative; padding-top: 30px; text-align: left; display: inline-block; vertical-align: top; text-align: left; font-size: 22px; line-height: 28px; color: #000000; font-family: 'muroslant'; }
.espaco_videos_todos .linha_videos .chama_titulo p { width: 100%; height: auto; text-align: left; font-size: 26px; line-height: 30px; color: #ffffff; font-family: 'muroslant'; }
.espaco_videos_todos .linha_videos .chama_titulo .total_conteudo { width: 100%; height: auto; text-align: left; font-size: 12px; line-height: 20px; color: #ffffff; font-family: 'muroslant'; padding-top: 5px; }
.espaco_videos_todos .linha_videos .chama_titulo .total_conteudo i { font-size: 28px; color: #ff0000; line-height: 20px; margin-right: 10px; position: relative; display: inline-block; vertical-align: top; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; overflow: hidden; background-color: #ffffff; }
.espaco_videos_todos .linha_videos ul { width: 100%; height: auto; position: relative; text-align: center; margin: 30px 0px; overflow: hidden; }
.espaco_videos_todos .linha_videos ul li { cursor: pointer; list-style: none; display: inline-block; margin: 0px 15px 20px 15px; padding: 0px; height: 210px; width: 350px; background: #eac420; position: relative; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden }
.espaco_videos_todos .linha_videos ul li img { width: 350px; height: 210px; position: relative; display: block; }
.espaco_videos_todos .linha_videos ul li:hover img { opacity: 0.4; }
.espaco_videos_todos .linha_videos ul li:hover .botao { opacity: 1; }
.espaco_videos_todos .linha_videos ul li:hover .play { opacity: 1; }
.espaco_videos_todos .linha_videos ul li .play { opacity: 0; width: 100%; height: auto; position: absolute; left: 0px; top: 25%; z-index: 100; }
.espaco_videos_todos .linha_videos ul li .play i { opacity: 0.7; width: 100%; heigth: 45px; lien-height: 45px; font-size: 45px; text-align: center; color: #ffffff;  }
.espaco_videos_todos .linha_videos ul li .play p { font-size: 14px; text-transform: uppercase; font-family: 'muroslant'; text-align: center; color: #000000; margin: 10px 0px 0px 0; padding: 0px; width: 100%; }
.espaco_videos_todos .linha_videos ul li .botao { opacity: 0; font-size: 14px; letter-spacing: 1px; font-family: 'muroslant';transform: translate(-50%, -50%); position: absolute; z-index: 10; top: 75%; left: 50%; width: auto; line-height: 12px; padding: 10px 20px; color: #000000; background: -moz-radial-gradient(circle, rgba(247,235,131,1) 0%, rgba(200,167,44,1) 100%); background: radial-gradient(circle, rgba(247,235,131,1) 0%, rgba(200,167,44,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&quot;#f7eb83&quot;,endColorstr=&quot;#c8a72c&quot;,GradientType=1); text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

@media screen and (max-width: 1050px) {
    /*VÍDEOS*/
    .espaco_videos_todos { width: 100%; height: auto; position: relative; clear: both; padding: 35px 0px; }
    .espaco_videos_todos .linha_videos { width: 100%; height: auto; position: relative; text-align:center; }
    .espaco_videos_todos .linha_videos .chama_titulo { width: 100%; text-align: center; }
    .espaco_videos_todos .linha_videos .chama_titulo p, .espaco_videos_todos .linha_videos .chama_titulo .total_conteudo { text-align: center; }
    .espaco_videos_todos .linha_videos .ver_todos_videos {  width: 100%; text-align: center; padding: 5px 0px 0px 0px; position: relative; bottom: inherit }
    .espaco_videos_todos .linha_videos ul { width: 100%; height: auto; position: relative; }
    .espaco_videos_todos .linha_videos ul li { cursor: pointer; list-style: none; float: none; margin: 0px 5px 10px 5px; width: 350px; display: inline-block; vertical-align: top; }
}