<!--
/* --------------------------------------- Basico ---------------------------------*/
*
{
	font-family: 'Droid Sans', sans-serif;
}
a
{
	text-decoration: none;
	color: #29364d;
}
html, body
{
	margin: 0;

	/*background: url(img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #eef1f9;*/
	width: 100%;
	max-width: 100%;
	height: 100%;
}

/*------------------------------------ cab -------------------------------*/
#div_cab
{
	width: 100%;
	min-height: 100px;
	background: url(img/bg_cab.png);
	position: fixed;
    top:0;
    left: 0;
}
/*------------------------------------ logo --------------------------------*/
#div_logo
{
	text-align: left;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
#img_logo
{
	width: 180px;
}
/* --------------------------------- MENU  --------------------------------------*/
#div_menu
{
	float: left;
}
#div_menu ul
{
	padding-left: 100px;
	padding-top: 30px;
	z-index: 203;
}
#div_menu ul li
{
	list-style: none;
	text-align: center;
	padding: 10px;
	display: inline;
	color: #29364d;
}
#div_menu a
{
	color: #29364d;
}
#div_menu a:hover
{
	/*text-decoration: underline;*/
	display:inline-block;
    border-bottom:1px solid #29364d;
    padding-bottom:8px;
}

#div_cel_menu
{
	/* botão quando acessa do celular*/
	display: none;
}


/*------------------------------------- titulo ----------------*/
.titulo
{
	font-size: 2em;
    color: #fff;
    height: 70px;
    background-color: #29364d;
    width: 100%;
    display: table;
    margin: -0px;
    padding: -0px;

}
.ico
{
	padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
}
.ico img
{
	width: 40px;
    height: 40px;
    vertical-align: middle;
}
.titulo_txt
{
	display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
.tr
{
	display: table-row;
}
.mtr
{
	display: none;
}
.tr2
{
	display: table-row;
}
.tabela
{
	display: table;
	width: 100%;
}
#home
{
	margin: 0px;
}
/*--------------------------------- inicio */
#div_ini_area
{
	/*background: url(img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	width: 100%;
	height: 100%;
	display: table;
}
#inicio
{
	text-align: center;
    /* max-height: 100px; */
    background: url(img/bg_cab.png);
    display: inline-block;
    /* vertical-align: middle; */
    margin-top: 250px;
    width: 100%;
    opacity: 0.99;
}
.div_ini_blc
{
	width: 300px; height: 100px;
    margin: 10px 20px;
	display: inline-block;
	text-align: center;
	/*background: url(img/bg_cab.png);*/
}
.div_ini_txt
{
	width: 100%;
	height: 100%;
	font-size: 2em;
	color: #29364d;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
#div_ini_bottom
{
	width: 100%;
    height: 100px;
    background: url(img/bg_cab.png);
    display: table;
    position: absolute;
    bottom: 0;
    text-align: center;
}
#div_ini_bottom img
{
	width: 32px;
    height: 32px;
    vertical-align: middle;
}
.div_ini_bottom_txt
{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.div_ini_bloco
{
	display: table-cell;
	width: 50%;
	padding-top: 120px;
	vertical-align: top;
}
.div_ini_titulo
{
	display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #555;
    font-size: 1.2em;
    padding-bottom: 5px;
}
.div_ini_texto
{
	display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 1.3em;
    padding-bottom: 30px;
}
.div_ini_texto ul li
{
	padding-bottom: 5px;
}
.bg-video
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
    width: 100%;
    height: 100%;
    overflow: hidden; /* evita do video passar a altura desejada do .wrap */
    background-color: #29364d;
    /*opacity: 0.50;*/
}
#bg-video-mp4 
{
    width: 100%;
    opacity: 0.65;
}
/*--------------------------------- quem somos ---------------------*/
#div_que_area
{
	background: url(img/bg_quem.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 80%;
	/*height: 100%;*/
	margin: 100px 10% 10% 10%;

}
.div_que_txt
{
	padding-top: 20px;
	font-size: 1em;
	color: #29364d;
	text-align: left;
}
#div_que_simbolo
{
	width: 100%;
	max-width: 1000px;
  	background-image: url(img/simbolo.svg);
  	background-repeat: no-repeat;
  	background-size: 100%;
  	display: table;
  	color: #fff;
}
#div_que_simbolo_blocoe
{
	/*valores*/
	width: 40%;
	text-align: center;
	display: table-cell;
}
#div_que_simbolo_blocod
{
	/*missão*/
	width: 40%;
	text-align: center;
	display: table-cell;
	
}
#div_que_simbolo_blocom
{
	width: 20%;
}
#div_que_simbolo_blocob
{
	/*visão*/
	width: 40%;
	display: block;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 40%;
	margin-bottom: 40%;
}
.simbolo_titulo
{
	/* titulo */
	text-align: center;
	font-size: 2em;
	margin-top: 100px;
}
.simbolo_txt
{
	/* txt */
	text-align: center;
	font-size: 1.2em;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
}
/* -------------------------------------------------------------- Clinica ------------------------------------*/
#div_cli_area
{
	background: url(img/bg2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #eef1f9;
	width: 80%;
	height: 100%;
	padding: 100px 10% 10% 10%;
}
#div_cli_bloco
{

	/*margin: 0px 10% 10% 10%;*/
	display: table;
	width: 100%;
	background: url(img/bg_cab.png);
}
.div_cli_blc_txt
{
	font-size: 1em;
	color: #29364d;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: table;
}
.div_cli_txt
{
	padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: table-cell;
    vertical-align: top;
    line-height: 1.3;
}
#div_cli_imagem
{
	width: 446px;

	height: 400px;
	display: table-cell;
	background-image: url("./img/estrutura/01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 2px solid #29364d;
	border-right: 2px solid #29364d;
}
#div_cli_legenda
{
	width: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    background-color: #29364d;
    margin-top: 85%;
}
/* ----------------------------------- Serviços --------------------------------*/
#div_ser_area
{
	background: url(img/bg3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #eef1f9;
	width: 100%;
	/*height: 100%;*/
	margin: 10% 0% 10% 0%;
	cursor: default;
	align-content: center;
}
#servico
{
	text-align: center;
	padding-top: 100px;
	margin: 10% 0% 10% 0%;
	height: 100%;
	width: 80%;
}
#div_ser_titulo
{
	font-size: 2.2em;
	margin-top: 20px;
	color: #29364d;
	width: 100%; height: 70px;
    padding-top: 20px;
	text-align: center;
	/*display: inline;*/
	background: url(img/bg_cab.png);

}
.div_ser_blc
{
	width: 250px; height: 50px;
    margin: 10px 20px;
	display: inline-block;
	text-align: center;
	background: url(img/bg_cab.png);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	 border-radius:8px;

}
.div_ser_blct
{
	width: 100%; height: 70px;
    margin: 10px 0px;
	display: inline-block;
	text-align: center;
	background: url(img/bg_cab.png);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	 border-radius:8px;
}
.div_ser_txt
{
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	color: #29364d;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.div_ser_txtt
{
	width: 100%;
	height: 100%;
	font-size: 1.3em;
	color: #29364d;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.div_ser_link
{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.div_ser_link img
{
	padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
/*------------------------------------------ EQUIPE -------------------------------------*/
#equipe
{
	text-align: center;
}
#div_equi_area
{
	padding-top: 100px;
	width: 80%;
	margin: 10% 10% 10% 10%;
}
.div_equi_bloco
{
	min-width: 80%;
	text-align: center;
}
.div_equi_miniarea
{
	width: 200px;
	display: inline-block;
	margin: 20px 20px 20px 20px;

}
.div_equi_miniarea img
{
	width: 180px;
}
.div_equi_minititulo
{
	margin-top: 20px;
	font-size: 1.2em;
	color: #29364d;
}
.div_equi_minitxt
{
	font-size: 0.95em;
	color: #555;
}
/*-------------------------------------------------------------- Convenios---------------*/
#convenios
{
 /**/
}
#div_conv_area
{
	background: url(img/bg4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #eef1f9;
	width: 80%;
	height: 100%;
	padding: 100px 10% 10% 10%;
}
#div_conv_miniarea
{
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	/*display: inline-block;
	margin: 20px 20px 20px 20px;*/
	background: url(img/bg_cab.png);
	display: table;
}
#div_conv_titulo
{
	font-size: 2.2em;
	margin-top: 100px;
	color: #29364d;
	width: 100%; height: 70px;
    padding-top: 20px;
	text-align: center;
}
.div_conv_convenio img
{
	width: 250px;

}
.div_conv_convenio
{
	width: 260px;
    height: 90px;
    display: table-cell;
    margin: 20px 20px 20px 20px;
    vertical-align: middle;
}
/* ----------------------------------------------------------------------------- Contato ---*/
#contato
{
	/*padding-top: 100px;*/
	padding: 0px;
	margin: 0px;
	/*height: 100%;*/
	background: url(img/bg5.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#div_con_area
{
	padding-top: 100px;
	width: 80%;
	margin: 0% 10% 10% 10%;
}
#div_con_bloco
{
	min-width: 50%;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	padding-top: 30px;
}
#div_con_titulo
{
	font-size: 2.2em;
	color: #29364d;
	width: 100%; 
	height: 70px;
    padding-top: 20px;
	text-align: center;
}
#div_con_mapa
{
	display: table;
	width: 100%;
	height: 100%;
	border: 2px solid #29364d;
	margin-top: 20px;
}
.div_con_minititulo
{
	font-size: 1.3em;
	/*margin-bottom: 20px;*/
	margin-top: 20px;
	font-weight: bold;
}
.div_con_minitxt
{
	font-size: 0.9em;
	margin-top: 5px;
}
#div_con_form
{
	/**/
	display: table;
	width: 100%;
}
.div_con_campo
{
	font-size: 1em;
	margin-top: 5px;
	text-align: left;
}
.div_con_campo input
{
	font-size: 1.2em;
	text-align: left;
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
    border: 2px solid #29364d;
    padding: 4px;
}
.div_con_campo textarea
{
	font-size: 1.2em;
	text-align: left;
	width: 90%;
	height: 100px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 2px solid #29364d;
	padding: 4px;
}
#enviar
{
	width: 100px;
    height: 40px;
    text-align: center;
    border: hidden;
    background: #29364d;
    color: #fff;
}
/* ----------------------------------------------------------------------------- Exames ---*/
#exame
{
	/*padding-top: 100px;*/
	padding: 0px;
	margin: 0px;
	/*height: 100%;*/
	/*background: url(img/bg5.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
#div_exa_area
{
	padding-top: 100px;
	width: 80%;
	margin: 0% 10% 10% 10%;
}
#div_exa_bloco
{
	min-width: 50%;
	text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	padding-top: 30px;
}
#div_exa_titulo
{
	font-size: 2.2em;
	color: #29364d;
	width: 100%; 
	height: 70px;
    padding-top: 20px;
	text-align: center;
}
.div_exa_minititulo
{
	font-size: 1.3em;
	/*margin-bottom: 20px;*/
	margin-top: 20px;
	font-weight: bold;
}
.div_exa_minitxt
{
	font-size: 0.9em;
	margin-top: 5px;
}
#div_exa_form
{
	/**/
	display: table;
	width: 50%;
}
.div_exa_campo
{
	font-size: 1em;
	margin-top: 5px;
	text-align: left;
}
.div_exa_campo input
{
	font-size: 1.2em;
	text-align: left;
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
    border: 2px solid #29364d;
    padding: 4px;
}
.div_exa_campo_file
{
	font-size: 0.8em;
	text-align: left;
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
    border: 2px solid #29364d;
    padding: 4px;
}
.div_exa_campo select
{
	font-size: 1.2em;
	text-align: left;
	width: 92%;
	margin-top: 3px;
	margin-bottom: 3px;
    border: 2px solid #29364d;
    padding: 4px;
}
.div_exa_campo textarea
{
	font-size: 1.2em;
	text-align: left;
	width: 90%;
	height: 100px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 2px solid #29364d;
	padding: 4px;
}
#enviar
{
	width: 100px;
    height: 40px;
    text-align: center;
    border: hidden;
    background: #29364d;
    color: #fff;
}
/*-------------------- Sobreposição -------------------------*/
#div_sobrepor
{
	background: url(img/bgop.png);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 10;
}
#div_janela
{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	position: fixed;
	left: 10%;
	right: 10%;
	top: 5%;
	bottom: 5%;
	z-index: 9;
}
#div_janela_fechar
{
	text-align: right;
	width: 100%;
}
#xfechar
{
	padding-right: 10px;
	padding-top: 10px;
}
#div_janela_info
{
	display: table;
	width: 100%;
	top: 0px;
	bottom: 0px;
}
#div_janela_foto
{
	display: table-cell;
	text-align: center;
	width: 50%;
}
#div_janela_foto img
{
	padding: 0px;
	max-width: 70%;
}
#div_janela_texto
{
	display: table-cell;
	text-align: justify;
	vertical-align: top;
	padding-right: 50px;
	color: #29364d;
	font-size: 1em;
	cursor: default;
	line-height: 2;

}
#div_janela_texto b
{
	font-size: 1.3em;
	line-height: 1;
}
#div_janela_texto i
{
	font-size: 1.1em;
	color: #555;
	padding-top: 10px;
}
#div_janela_video
{
	width: 100%;
	display: none;
}
#div_janela_menu
{
	display: table;
    width: 80%;
    text-align: center;
    padding-top: 20px;
    cursor: default;
}
#div_janela_menu_txt, #div_janela_menu_video
{
	display: table-cell;
    width: 50%;
    padding-bottom: 15px;
}
.div_janela_menu_selecionado
{
	border-bottom: 3px solid #29364d;
}
/*-------------------- Rodapé ------------------------------ */
#rodape
{
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	background-color: #29364d;
	color: #888;
	padding-top: 3px;
	padding-bottom: 3px;
	display: table;
}
#rodape a
{
	color: #aaa;
}



/* ----------------------------------------------------------------------------- 4mob --- ------------
----------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1169px) {
	body
	{
		width: 100%;
	}
	#bg-video-mp4
	{
		width: auto;
		height: 90%;
	}
	.mtr
	{
		display: table-row;
	}
	/*------------------------------------ cab -------------------------------*/
	#div_cab
	{
		width: 100%;
	    min-height: 100px;
	    background: url(img/bg_cab.png);
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 5;
	}
	/*------------------------------------ logo --------------------------------*/
	#div_logo
	{
		width: 100%;
    	margin-top: 20px;
    	padding-top: 0px;
    	padding-left: 0px;
    	text-align: center;
    	position: fixed;
    	z-index: 3;

	}
	#div_menu
	{
		text-align: left;
		display: none;
	    position: fixed;
	    background: url(img/bg_cab.png);
	    height: 100%;
	    width: 100%;
	    font-size: 2em;
	}
	#div_menu ul
	{
		margin-left: -180px;
		padding-top: 50px;
		z-index: 203;
	}
	#div_menu ul li
	{
		list-style: none;
		text-align: center;
		padding: 10px;
		display: inherit;
		color: #29364d;
	}
	#div_cel_menu
	{
		display: table;
		position: fixed;
		padding-top: 20px;
		padding-left: 10px;
		z-index: 4;
	}
	.titulo
	{
		font-size: 1.4em;
	    color: #fff;
	    height: 70px;
	    background-color: #29364d;
	    width: 100%;
	    display: table;
	    margin: -0px;
	    padding: -0px;
	}
	/* ------------ inicio -------*/
	#div_ini_bottom
	{
		width: 100%;
	    height: 65%;
	    background: url(img/bg_cab.png);
	    display: table;
	    bottom: 0;
	    text-align: center;
	    z-index: 1;
	    color: #29364d
	}
	#div_ini_bottom img
	{
		width: 32px;
	    height: 32px;
	    vertical-align: middle;
	}
	.div_ini_bottom_txt
	{
		display: block;
	    width: 60%;
	    vertical-align: middle;
	    text-align: left;
	    align-self: center;
	    align-items: center;
	    padding-top: 20px;
	    padding-left: 30%;
	    height: 40px;
	}
	/* ----------- Quem --------- */
	#div_que_area
	{
		background: url(img/bg_quem.png) no-repeat center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    width: 90%;
	    /* height: 100%; */
	        margin: 100px 0px 0px 0px;
	}
	#div_que_txt
	{
		text-align: left;
	}
	#div_que_simbolo
	{
		width: 100%;
	  	display: table;
	  	color: #fff;
	  	background: none;
	}
	#div_que_simbolo_blocoe
	{
		/*valores*/
		width: 100%;
		text-align: center;
		display: block;
		background-color: #29364d;
		padding: 2% 2% 2% 2%;
		margin: 2%;
	}
	#div_que_simbolo_blocod
	{
		/*missão*/
		width: 100%;
		text-align: center;
		display: block;
		background-color: #29364d;
		padding: 2% 2% 2% 2%;
		margin: 2%;
		
	}
	#div_que_simbolo_blocom
	{
		width: 0px;
		display: none;
	}
	#div_que_simbolo_blocob
	{
		/*visão*/
		width: 100%;
		display: block;
		background-color: #29364d;
		padding: 2% 2% 2% 2%;
		margin: 2%;
	}
	.simbolo_titulo
	{
		/* titulo */
		text-align: center;
		font-size: 1.5em;
		margin-top: 0px;
	}
	.simbolo_txt
	{
		/* txt */
		text-align: center;
		font-size: 0.9em;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 2%;
	}
	/*------------ clinica -------------*/
	#div_cli_area
	{
		background: url(img/bg2.jpg) no-repeat center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-color: #eef1f9;
	    width: 100%;
	    height: 100%;
	    padding: 100px 0px 10% 0px;
	}
	#div_cli_bloco
	{

		/*margin: 0px 10% 10% 10%;*/
		display: block;
		width: 100%;
		background: url(img/bg_cab.png);
	}
	.div_cli_blc_txt
	{
		font-size: 1em;
		color: #29364d;
		width: 100%;
		padding: 0px;
		margin: 0px;
		display: table;
	}
	.div_cli_txt
	{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		display: table-cell;
		vertical-align: top;
		line-height: 1.3;
	}
	#div_cli_imagem
	{
		width: 200px;
		height: 200px;
		display: table-cell;
		background-image: url("./img/estrutura/01.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		border-left: 2px solid #29364d;
		border-right: 2px solid #29364d;
	}
	#div_cli_legenda
	{
		width: 100%;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    text-align: center;
	    color: #fff;
	    background-color: #29364d;
	    margin-top: 80%;
	}
	/* ------------ Serviços ------ */
	#servico
	{
		width: 90%;
	}
	/* ------------ Equipe ------ */
	#div_equi_area
	{
		width: 90%;
	    margin: 0px 5% 10% 5%;
	    /* margin: auto; */
	    text-align: center;
	}
	.div_equi_bloco
	{
		width: 100%;
		text-align: center;
	}
	/*----------- Convenios ------*/
	#div_conv_miniarea
	{
		display: table;
	}
	.div_conv_convenio
	{
		display: inline-block;
	}
	/* ------------ contato --------*/
	#div_con_area
	{
		width: 90%;
		margin: 0px 5% 0px 5%;
	}
	#div_con_bloco
	{
		min-width: 100%;
		text-align: center;
		/*height: 100%;*/
		display: table;
		vertical-align: top;
		padding-top: 30px;
	}
	#div_con_titulo
	{
		font-size: 2.2em;
		color: #29364d;
		width: 100%; 
		height: 70px;
	    padding-top: 20px;
		text-align: center;
	}
	#div_con_mapa
	{
		display: table;
		width: 100%;
		/*height: 100%;*/
	}
	.div_con_minititulo
	{
		font-size: 1.3em;
		/*margin-bottom: 20px;*/
		margin-top: 20px;
		font-weight: bold;
	}
	.div_con_minitxt
	{
		font-size: 0.9em;
		margin-top: 5px;
	}
	/*----------- exame -----*/
	#div_exa_area
	{
		width: 90%;
		margin: 0px 5% 0px 5%;
	}
	#div_exa_form
	{
		width: 90%;
	}
	.tabela
	{
		/*display: block;*/
	}
	.tr2
	{
		/*display: block;*/
	}
	#div_sobrepor
	{
	    background: url(img/bgop.png);
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    display: none;
	    z-index: 10;
	    overflow: auto;
	    width: 100%;
	}
	#div_janela
	{
		background-color: #fff;
	    border: 1px solid #fff;
	    border-radius: 20px;
	    position: absolute;
	    left: 0%;
	    right: 0%;
	    top: 0%;
	    bottom: 0%;
	    z-index: 100;
	    display: block;
	    /* height: 100%; */
	    width: 100%;
	    overflow: auto;
	}
	#div_janela_info
	{
		display: block;
    	width: 100%;
    	top: 0px;
    	bottom: 0px;
	}
	#div_janela_texto
	{
		margin: 15px 20px 15px 20px;
		padding-right: 0px;
		display: block;
	}
	#div_janela_foto
	{
	    display: block;
	    text-align: center;
	    width: 100%;
	}
	#div_janela_video iframe
	{
		text-align: center;
		width: 360px;
		height: 180px;
	}
}