.pagina-index.actores, .paginas.pagina-geral.hTotal.actores {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8000;
}
.paginas.pagina-geral.actores {
	padding-left: 15px;
	padding-right: 15px;
}
.actores .container:last-child {
	width: auto;
	padding: 0px;
}
.actores .carousel.slide {
}
.actores .carousel-inner {
}
.actores .carousel-inner .item {
}
.actores .carousel-inner .item.active {
}
.actores .glyphicon-chevron-left:before, .actores .glyphicon-chevron-right:before {
	content: '';
}
.actores .carousel-control.left, .actores .carousel-control.right {
	background-color: rgba(0, 0, 0, 0.6);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 60px;
	display: block;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 2000;
}
.actores .carousel-control.left {
	background-image: url(../images/bt_anterior.png);
	margin: auto;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.actores .carousel-control.right {
	background-image: url(../images/bt_seguinte.png);
	margin: auto;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.actores .carousel-control.left:hover, .pagina-index.actores .carousel-control.right:hover {
	filter: Alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.pagina-index.actores .carousel-control .glyphicon-chevron-left, .pagina-index.actores .carousel-control .icon-prev {
}
.pagina-index.actores .carousel-control .glyphicon-chevron-right, .pagina-index.actores .carousel-control .icon-next {
}
.actores .row {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}
.actores .row .caixa-item {
	padding: 0px;
}
.actores .caixa-item {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@media (min-width:768px) {
.actores .caixa-item {
	width: 20%;
}
}
.actores .caixa-item a {
}
.actores .caixa-item .caixa-img {
}
.actores .caixa-item .caixa-img:after {
	content: '';
	background-image: url(../images/bg_mask-actores.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.actores .caixa-item .caixa-img img {
	width: 100%;
	height: auto;
}
.actores .caixa-item:hover .caixa-img img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.actores .caixa-item .caixa-img img, .actores .caixa-item:hover .caixa-img img {
	-webkit-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.actores .caixa-item .caixa-tit {
	font-family: "Unna", "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 2.3vw;
	line-height: 2.3vw;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
@media (max-width:768px) {
.actores .caixa-item .caixa-tit {
    font-size: 7vw;
    line-height: 6vw;
}    
}
@media (min-width:768px) {
.paginas.pagina-geral.actores {
	padding-top: 0px;
}	
.paginas.pagina-geral.actores .col-esquerda {
	overflow: hidden;	
}
}
.paginas.actores .col-esquerda {
	padding: 0px;
}
.paginas.actores .col-direita {
	padding-top: 15px;
}
.paginas.actores .col-direita .titulo {
	font-size: 43px;	
	line-height: 43px;	
}


.paginas.pagina-geral .row.actores {
	margin-left: -15px;
	margin-right: -15px;
}
.paginas.pagina-geral .row.actores .caixa-item {
	padding: 0px;
}

.paginas.pagina-geral .actores-listagem-links {
	margin-bottom: 10px;
}
.paginas.pagina-geral .actores-listagem-links a {
	color: #ccc;
	font-size: 12px;
}
.paginas.pagina-geral .actores-listagem-links a:after {
	content: ',';	
	display: inline-block;
}
.paginas.pagina-geral .actores-listagem-links a:last-child:after {
	content: '';
}
.paginas.pagina-geral.hTotal.actores .actor_foto {
	background-repeat: no-repeat;
	background-position: center top;	
	background-size: cover;
}
.actores .bt_sabermais {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 10px 10px;
	display: none;
}
.actores .bt_sabermais .btn-geral {
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.actores .bt_sabermais .btn-geral:hover {
	background-color: #fff;
	color: #000;
}
.actores-close {
	overflow: hidden;	
}
.actores-close .bt_sabermais {
	display: block;
}
@media (max-width:768px) {
.actores-close .bt_sabermais {
	display: none;
}	
}