@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;	
}

@font-face {
    font-family: Seravek;
    src: url(Seravek.woff);
}
@font-face {
    font-family: Seravek-ExtraLight;
    src: url(Seravek-ExtraLight.woff);
}
@font-face {
    font-family: Seravek-Bold;
    src: url(Seravek-Bold.woff);
}
@font-face {
    font-family: Seravek-Light;
    src: url(Seravek-Light.woff);
}

.seravekbold{
	font-family:"Seravek-Bold";
}

#geral{
	width:auto;
    min-height: calc(100vh - 217px);
}
.img-circle-retangulo{
	border-radius: 15px 15px;

}
@media (max-width: 991px) {
    body {
        padding-top: 50px;
    }

    #geral{
        min-height: calc(100vh - 120px);
    }
}

#conteudo{
	width:1010px;
	min-height:822px;
	margin:0 auto;
	background-color:#FFF;	
}
.clear{
	clear:both;	
}

#cabecalho{
	width:100%;
	height:100px;
	padding-top:20px;	
	padding-left: 5px;
}

#logo{
	float:left;	
}

#redessociais{
	float:right;
	padding:25px 30px 0px 0px;
}

#menu{
	height:25px;
	background-color:#FFF;
	padding:15px 10px 0px 0px;
	border-top:1px solid #EBEBEB;
}

#menu ul li{
	display:inline;
	font-family:"Seravek", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 0px;
}
#menu a{
	text-decoration:none;
	color:#8f8f8f;
	padding:18px 5px;
}
.link_fale_conosco{
	background-image:url(../images/marcador.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#333;	
	z-index:999;
	width:100px;
	height:10px;
	position:relative;
	top:-46px;
	left:256px;
}

.link_agenciar{
	background-image:url(../images/marcador.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#333;	
	z-index:999;
	width:100px;
	height:10px;
	position:relative;
	top:-46px;
	left:126px;
}
.link_noticias{
	background-image:url(../images/marcador.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#333;	
	z-index:999;
	width:100px;
	height:10px;
	position:relative;
	top:-46px;
	left:88px;
}
.link_aluxx{
	background-image:url(../images/marcador.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#333;	
	z-index:999;
	width:100px;
	height:10px;
	position:relative;
	top:-46px;
	left:-1px;
}

#menu ul li a:link{

}

#menu ul li a:visited{

}

#menu ul li a:hover{
	background-image:url(../images/marcador.png);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;	
	color:#333;
}
#menu ul li a:active{
	color:#000;
}


#menu_inferior{
	height:30px;
	background-color:#FFF;
	padding:0;
}

#login {
    height: 30px;
}
#menu_inferior ul li{
	display:inline;
	font-family:"Seravek", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 0px;
}
#menu_inferior a{
	text-decoration:none;
	color:#8f8f8f;
	padding:18px 5px;
}
#menu_inferior ul li a:hover{
	text-decoration:underline;
	color:#000;
}

#banner{
	background-color:#CCC;
	margin-top:10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    #banner {
        margin-top: 0;
        height: auto;
        width: 100%;
    }
}

#banner .img_banner {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    background-color: #FFF;
}

#banner .liquid-slider
{
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:hidden;
	background-color:#FFF;
    max-height: 440px;
}

.slick-prev {
  left: 60px;
}

.slick-next {
    right: 40px;
}



.ck_slick-prev, .ck_slick-next {
    z-index: 1;
    font-size: 25px;
    opacity: 0.1;
    cursor: pointer;
    top:0;
    display: flex !important;
    align-items: center;
    height: 100%;
}

.ck_slick-prev:hover, .ck_slick-next:hover {
    z-index: 1;
    font-size: 25px;
    opacity: 0.6;
    cursor: pointer;
}

.ck_slick-prev {
    z-index: 1;
    position: absolute !important;
    left: 5px !important;


}

.ck_slick-next {
    z-index: 1;
    position: absolute !important;
    right: 5px !important;
}

.dois_quartos{
 	float:left;
	width:50%;	
}

#rodape{
	background-color:#000;
	font-family:"Seravek", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
}

@media (max-width: 991px) {

}


#login{
	font-family:"Seravek", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#login .box{
	float:left;	
	padding-right:10px;
}
#login .campo{
	width:100px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:1px solid #CCC;
	height:20px;
}
#login .botao{
	background-color:#7e7e7e;
	color:#FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:0px solid #CCC;
	padding:3px 5px;
	font-size:12px;
	font-family:"Seravek", Arial, Helvetica, sans-serif;
}

#busca_avancada{
	margin-top:30px;
	width:100%;
}
#busca_avancada .txt_busca_avancada{
	font-family:"Seravek-ExtraLight", Arial, Helvetica, sans-serif;
	font-size:42px;
	color:#000;
}
#busca_avancada .form_busca_avancada{
	font-family:"Seravek-Bold", Arial, Helvetica, sans-serif;
	float:right;
	margin-top:20px;
}
#busca_avancada .form_busca_avancada .combo{
	width:150px;
}
#busca_avancada .form_busca_avancada .box{
	height:35px;
}

#busca_avancada .form_busca_avancada input{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:1px solid #CCC;
}

#busca_avancada .form_busca_avancada label{
	padding:0px 10px;
}
#busca_avancada .form_busca_avancada .bt_buscar{
	font-family:"Seravek", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	padding:12px;
	background-color:#7e7e7e;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
	border:0px;
}

#noticias .noticias_titulo{
	font-family:"Seravek-ExtraLight";
	font-size:45px;
	float:left;
	width:300px;
	padding:40px 0px;
}
#noticias .noticias_texto{
	font-family:"Seravek-ExtraLight";
	font-size:16px;
	float:right;
	width:700px;
	padding:40px 0px;
}
#noticias .banda{
	margin:10px 0px;
}

.form_contato{
	font-family:"Seravek-Light";
	margin-bottom: 25px;
}
.form_contato textarea{
	width:100%;
	height:183px;	
}
.form_contato input{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;		
	border:1px solid #DFDFDF;
	height:21px;
}
.form_contato .box{
	margin-top:10px;	
}

.form_contato .botao{
	background-color:#7e7e7e;
	color:#FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:0px solid #CCC;
	padding:3px 5px;
	font-size:11px;
	font-family:"Seravek-Bold", Arial, Helvetica, sans-serif;
}

.form_contato .mensagem{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:1px solid #DFDFDF;
}
.form_localizacao{
}

.form_localizacao .txt_busca_avancada{
	position:relative;
}

.form_localizacao .mapa{
	position:relative;

	top:10px;
}

.agenciar_esq{
	border-top: 3px solid #000;
	font-family:"Seravek-ExtraLight";
	font-size:29px;
    padding-top: 55px;
}

.agenciar_dir{
    border-top: 3px solid #CCC;
	font-family:"Seravek-Light";
	font-size:18px;
    padding-top: 55px;
}

.agenciar_dir a:link{
	text-decoration:none;
	color:#000;
}
.agenciar_dir a:visited{
	text-decoration:none;
	color:#000;
}
.agenciar_dir .agenciar_passos{
	margin-top:25px;	
}

.agenciar_dir .agenciar_imagem_botoes{
	float:left;
	margin-right:8px;
}

.agenciar_dir .agenciar_texto_botoes{
	font-family:"Seravek";
	font-size:15px;
	float:left;
	padding:7px 0px 0px 0px;
	margin-right:13px;
	letter-spacing:1px;
}

.f_esq{
	float:left;	
}

.f_esq label{
	margin-right:3px;
}

.f_esq input{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:1px solid #CCC;
}
.botao{
	background-color:#7e7e7e;
	color:#FFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
	border:0px solid #CCC;
	padding:10px 10px;
	font-size:16px;
	letter-spacing:2px;
	font-family:"Seravek", Arial, Helvetica, sans-serif;	
}
.botao_voltar{
	background-color:#7e7e7e;
	color:#FFF;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	border:0px solid #CCC;
	padding:2px 2px;
	font-size:12px;
	letter-spacing:1px;
	width:80px;
	font-family:"Seravek", Arial, Helvetica, sans-serif;	
}
label{

}

.form_agenciar label{
	padding-right:6px;
}
.form_agenciar .box{
	display:block;	
	width:100%;
	clear:both;
	padding:20px 0px;
}

.form_agenciar .box .f_esq{

}

.form_agenciar .separador{
	height:1px;
	width:450px;
	background-color:#000;
	margin-top:30px;
	margin-bottom:25px;
}

.form_agenciar .numeros{
	font-size:28px;
	margin-right:20px;
}

.form_agenciar .campotexto{
	height:25px;
	width:400px;	
}
.form_agenciar .obs{
	width:648px;
	height:91px;	
}

.aluxx p{
	padding:10px 0px;
}
.conclusao{
	font-size:18px;
	letter-spacing:2px;
	font-family:"Seravek-ExtraLight";
}
#totalpaginas{
	width:170px;
	height:25px;
	margin:20px auto 40px auto;
}
#totalpaginas a:link{
	padding:3px;
	text-decoration:none;
	color:#000;
}
#totalpaginas a:visited{
	padding:3px;
	text-decoration:none;
	color:#000;
}
#totalpaginas .selecionada{
	float:left;	
	border-radius: 50%;
    display: inline-block;
	background-color:#000;
	color:#FFF;
	height:25px;
	width:25px;
	padding:3px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-family:"Seravek-ExtraLight";
}
#totalpaginas .naoselecionada{
	float:left;
	height:25px;
	padding:3px;
	width:25px;	
	text-align:center;
	font-size:18px;
	font-family:"Seravek-ExtraLight";
}
#totalpaginas .naoselecionada a{
	font-family:"Seravek-ExtraLight";
}



.lista_atores{
	width:100%;
}
.lista_atores .box{
	float:left;
	margin-right:12px;
	margin-left:13px;
	text-align:center;
	z-index:5;
	height:250px;
}

.lista_atores .imagem{
	z-index:10;
	width:175px;
	height:175px;
	overflow:hidden;
    margin-top: 10px;
}
.lista_atores .box .foto{
	z-index:20;
}
.lista_atores .box .mascara{
	z-index:40;
	position:relative;
	top:-175px;
	left:0px;
}
.lista_atores .nome{
	font-family:"Seravek";
	margin-top:25px;
	font-size:16px;
	text-transform:uppercase;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumb_a {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 10px;
}

.thumb_a:link{
	text-decoration:none;
	color:#000;
}

.thumb_a:hover{
	text-decoration:underline;
	color:#000;
}

.thumb_a:visited{
	text-decoration:none;
	color:#000;
}

.duvidas .titulos{
	padding:10px 0px;
	font-family:"Seravek-Light";
	font-size:23px;
}

.duvidas .titulo_pergunta{
	padding:10px 0px;
	font-family:"Seravek";
	font-size:16px;
	font-weight:bold;
}

.duvidas .texto_pergunta{
	padding:10px 0px;
	font-family:"Seravek-Light";
	font-size:16px;
}
.detalhes_atores_1{
	width:280px;
	float:left;
	min-height:170px;
	/*background-color:#FFAEAE;*/
}
.nome_detalhes_atores{
	font-family:"Seravek-ExtraLight";
	font-size:45px;
	width:400px;
	margin-top:60px;
}
.nome_detalhes_atoresm{
	font-family:"Seravek-ExtraLight";
	font-size:45px;
	/*width:400px;*/
	/*margin-top:60px;*/
}
.detalhes_atores_1 .detalhes{
	font-family:"Seravek";
	font-size:14px;
}
.detalhes_atores_2{
	width:200px;
	height:100px;
	float:left;
}

.padding-15{
	padding: 15px 0px;
}



.detalhes_atores_2 .menu a:link{
	text-decoration:none;
	color:#000;
}
.detalhes_atores_2 .menu{
	font-family:"Seravek";
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:4px 0px;
	border-bottom:1px solid #DFDFDF;
	color:#000;
	height:20px;
}
.detalhes_atores_2 .menu a:visited{
	font-family:"Seravek";
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:5px 0px;
	border-bottom:1px solid #DFDFDF;
	color:#000;
}


.detalhes_atores_2m .menu a:link{
	text-decoration:none;
	color:#000;
}
.detalhes_atores_2m .menu{
	font-family:"Seravek";
	font-size:14px;
	text-decoration:none;
	display:block;
	/*padding:4px 0px;*/
	border-bottom:1px solid #DFDFDF;
	color:#000;
	/*height:20px;*/
}
.detalhes_atores_2m .menu a:visited{
	font-family:"Seravek";
	font-size:14px;
	text-decoration:none;
	/*display:block;*/
	/*padding:5px 0px;*/
	border-bottom:1px solid #DFDFDF;
	color:#000;
}


.detalhes_atores_3{
	width:170px;
	height:100px;
	float:left;
	background-color:#FF9;
}
.detalhes_atores_4{
	width:350px;
	height:100px;
	float:right;
	background-color:#D7D7FF;
}
.detalhes_atores_2 .texto_detalhes_atores{
	font-family:"Seravek";
	font-size:12px;
	
}
#detalhes_atores_conteudo{
	float:right;
	width:490px;
/*	height:300px;*/
}
.seta{
	width:20px;
	height:22px;
	float:left;
	margin-top:5px;
}
.menu_restrito .link{
	height:55px;
}
.menu_restrito a:link{
	text-decoration:none;
	color:#000;
}
.menu_restrito a:visited{
	text-decoration:none;
	color:#000;
}
.menu_restrito a:hover{
	text-decoration:none;
	color:#000;
}
.item{
	font-size:14px;	
}
.separador{
	height:1px;
	background-color:#CCC;
	margin-bottom:15px;
}
.form_atualizar_dados .box{
	padding:8px 0px;	
}
.form_atualizar_dados input{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	border:1px solid #CCC;
}