@charset "utf-8";
/* CSS Document */

#mapa iframe {
	width:100%;
	height:544px;
	background-color:#303030;
	border-radius:7px;
}

.p_endereco {
	margin-bottom: 0em;
	text-align:left;
}

/*BANNER FLUTUANTE */
#banner_flutuante {
	position:fixed;
	height:auto;
	bottom:0px;
	width:100%;
	display:table;
	z-index:100;
	padding:10px;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.8);
	border-radius:3px;
}
#x_banner_flutuante {
	position:absolute;
	top:15px;
	right:15px;
	padding:4px;
	background-color:rgba(255,255,255,0.7);
	color:#333;
	border-radius:1px;
	border:1px solid #333;
	font-size:13px;
	line-height:1;
	cursor:pointer;
}
#x_banner_flutuante:hover {
	color:#C00;
	border:1px solid #C00;
}
#texto_publicidade {
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:10px; 
	color:#333;
	float:right; 
	padding:0px; 
	line-height:1;
}
img.imagem_publi {
	float:left;
	margin-right:20px;
}
#banner_flutuante h3 {
	float:left;
	color:#CCC;
	font-weight:200;
	text-decoration:none;
}

/* Vídeo responsivo */
.player {
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	width: 100%; 
	position: relative; 
	overflow: hidden;
}
.player .video {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100% !important; 
	height: 100% !important; 
	padding-bottom: 2.5%
}

/* Estrela e Comentário */
#boxestrela {
	margin-top:15px; 
	text-align:center;
	padding-right:25px; 
	box-sizing:border-box;
}
 .estrela {
	padding:5px;
	color:#666;
	font-size:28px;
	text-align:center;
}
.estrela_ativa {
	color:#F90
}
.estrela_hover {
	color:#bc0000;
}
#shadowcoment {
	position:fixed;
	top:0;
	left:0;
	padding-top:35px;
	box-sizing: border-box;
	width: 100% !important; 
	height: 100% !important;
	color:#FFF;
	/*background-color:rgba(223,223,223,0.9);*/
	z-index:800;
}
#caixacomentario {
	padding:55px 20px 20px 20px; 
	border-radius:4px;
	opacity:0.9;
	float:none;
	margin:auto;
	background-color:#0C9;
	display:table;
	width:auto;
	text-align:center;
	z-index:900; !important; 
}
#fecharcomment {
	text-align:right; 
	float:right;
	width:100%;
	font-size:2em !important; 
	color:#FFF;
	cursor:pointer;
}
#fecharcomment:hover {
	color:#F30;
}

@media screen and (max-width: 1680px) {
	img.imagem_publi {
		height:120px;
		width:auto;
	}
}
@media screen and (max-width: 1280px) {
	img.imagem_publi {
		height:100px;
		width:auto;
	}
}
@media screen and (max-width: 980px) {
	img.imagem_publi {
		height:80px;
		width:auto;
	}
}
@media screen and (max-width: 736px) {
	img.imagem_publi {
		height:60px;
		width:auto;
	}
}

