.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   width:100%;
}

.view-first .mask {
   /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;*/
   /* background-color: rgba(74,200,130, 0.6); */
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   z-index: 3;
}

.hp-features{
	font-size: 0;
text-align: center;
	}

.hp-features .nopadding
{
	display: inline-block;
float: none;
	}



.hp-features .view a.bdcomunicados
{
	display: block;
	position: relative;
	width:	100%;
	height: 293px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(217,166,31);
}

.hp-features .view a.bdartigos
{
	display: block;
	position: relative;
	width:	100%;
	height: 293px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(32,159,161);
}

.hp-features .view a.bdeventosfp
{
	display: block;
	position: relative;
	width:	100%;
	height: 293px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(74,200,130);
}

.hp-features .view a.bdnoticias
{
	display: block;
	position: relative;
	width:	100%;
	height: 293px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(177,106,68);
}

.hp-features .view a.info
{
	width: auto;
	height: auto;
	display: inline-block;
}

.hp-features img
{
	background: url(../images/img_filter.png) repeat 0 0;
	position: relative;
	z-index: 1;
	border: none;
}

.hp-features .filter
{
	background: url(../images/img_filter.png) repeat 0 0;
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	LEFT: 0;
	z-index: 2;
	height: 100%;
}



.comunicados {
   /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;*/
   /*background-color: rgba(217,166,31, 1);*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border-top:  none;
}


.artigos {
  /* -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(32,159,161, 1); */
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.eventosfp
{
 /*  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(74,200,130, 1); */
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.noticias
{
 /*  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(177,106,68, 1); */
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.calendario img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	background: none;
	width: 20px;
	margin-top: 70px;
	background: none;
}

.cinema-box
{
	width: 57%;
	height: 48%;
	border: 1px solid white;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border-radius: 2px;
	font-weight: bold;
}

.cinema-box a
{
	color: #FFFFFF;
	text-decoration: none;
}

.cinema-box img
{
 display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	background: none;
	width:40px;
	height:40px;
	
}


/*.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}*/
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);

}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
/*.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}*/

.view-first .comunicados { background-color: rgba(217,166,31, 1); }
.view-first .artigos { background-color: rgba(32,159,161, 1); }
.view-first .eventosfp { background-color: rgba(74,200,130, 1); }
.view-first .noticias { background-color: rgba(177,106,68, 1); }
/*

.view-first:hover .comunicados {
	background-color: rgba(217,166,31, 1);
}

.view-first:hover .artigos {
	background-color: rgba(32,159,161, 1);
}

.view-first:hover .eventosfp {
	background-color: rgba(74,200,130, 1);
}

.view-first:hover .noticias {
	background-color: rgba(177,106,68, 1);
}
*/

.view-first:hover .comunicados .calendario {
	margin-top: -60px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-first:hover .artigos .calendario {
	margin-top: -60px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-first:hover .eventosfp .calendario {
	margin-top: -60px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-first:hover .noticias .calendario {
	margin-top: -60px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}


.view-first h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   font-size: 30px;
   font-weight: normal;
   text-align: center;
   color: #FFFFFF;
}

.view-first h3
{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   font-size: 25px;
   font-height: bold;
   text-align: center;
   color: #FFFFFF;
   line-height: 0.1;
}

.view-first h4
{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   color: #FFFFFF;
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
   font-family: 'pt_sansregular', sans-serif;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   background: none;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	font-family: 'pt_sansregular', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	height: 35px;
}
				
				
				/* até 767px */
@media (max-width: 767px) {

.cinema-box {
width: 70%;
height: 70%;
border: 1px solid white;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 2px;
font-weight: bold;
}


.cinema-box h2{font-size:30px;}

.hp-features img { width: 100%;}

.cinema-box img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
background: none;
width: 40px;
height: 40px;
}


.hp-features .view a.bdcomunicados
{
	display: block;
	position: relative;
	width:	100%;
	height: 150px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(217,166,31);
}

.hp-features .view a.bdartigos
{
	display: block;
	position: relative;
	width:	100%;
	height: 150px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(32,159,161);
}

.hp-features .view a.bdeventosfp
{
	display: block;
	position: relative;
	width:	100%;
	height: 150px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(74,200,130);
}

.hp-features .view a.bdnoticias
{
	display: block;
	position: relative;
	width:	100%;
	height: 150px;
	border: 8px;
	border-top-style: solid;
	border-top-color: rgb(177,106,68);
}

.calendario img
{
	display: block;
	background: none;
	width: 40px;
	height: 40px;
	background: none;
	margin-left: 30px;
	float:left;
	margin-top: 60px;
}

.view-first .mobile-boxes 
{
float: left;
padding-top: 50px;
padding-left: 10px;
}


.comunicados {
   /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;*/
   /*background-color: rgba(217,166,31, 1);*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border-top:  none;
}

.view-first .mask {
   /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;*/
   /* background-color: rgba(74,200,130, 0.6); */
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   z-index: 3;
}


.view-first:hover .comunicados .calendario {
	margin-top: 0px;
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}

.view-first:hover .artigos .calendario {
	margin-top: 0px;
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}

.view-first:hover .eventosfp .calendario {
	margin-top: 0px;
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}

.view-first:hover .noticias .calendario {
	margin-top: 0px;
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}

.view-first:hover p {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   font-family: 'pt_sansregular', sans-serif;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
}

.view-first h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 /*  -webkit-transform: translateY(0px); */
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   font-size: 30px;
   font-weight: bold;
   text-align: center;
   color: #FFFFFF;
   padding-top: 40px;
}

.cinema-box h2 { font-size: 30px; padding-top: 0px; font-weight: bold; }

.view-first p {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0s linear;
   -moz-transition: all 0s linear;
   -o-transition: all 0s linear;
   -ms-transition: all 0s linear;
   transition: all 0s linear;
   visibility: hidden;
}

.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0s ease-in-out;
   -moz-transition: all 0s ease-in-out;
   -o-transition: all 0s ease-in-out;
   -ms-transition: all 0s ease-in-out;
   transition: all 0s ease-in-out;
}
}

@media (max-width: 480px)
{

.cinema-box img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 38px;
background: none;
width: 40px;
height: 40px;
}
	
.view-first h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 /*  -webkit-transform: translateY(0px); */
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   font-size: 18px;
   /* font-weight: bold; */
   text-align: center;
   color: #FFFFFF;
  /* padding-top: 40px; */
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.cinema-box {
width: 58%;
height: 60%;
border: 1px solid white;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 2px;
font-weight: bold;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.cinema-box {
width: 68%;
height: 75%;
border: 1px solid white;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 2px;
font-weight: bold;
}

.view-first:hover .artigos .calendario {
	margin-top: -35px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.view-first:hover .noticias .calendario {
	margin-top: -35px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.view-first:hover .comunicados .calendario {
	margin-top: -35px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.view-first:hover .eventosfp .calendario {
	margin-top: -35px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


.view-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
background: none;
border-style: solid;
border-color: #FFFFFF;
border-width: 2px;
font-family: 'pt_sansregular', sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
width: 100px;
height: 35px;
margin-top: 11px;
}
}