@charset "ISO-8859-1"; /*** Código que corrige a acentuação ***/
/* CSS Document */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: CSS Reset :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
* { 
margin: 0; 
padding: 0; 
list-style: none; 
} 
hr { 
display: none; 
} 
img { 
border: none; 
} 
body{ 
background: #fff;
}
body p{
font: 12px arial, verdana, tahoma; 
color: #222;
}
body p a{
font: 12px arial, verdana, tahoma; 
color: #333;
text-decoration: none;
}
body p a:hover{
color: #000;
text-decoration: underline;
}
h1, h2, h3 {
font: 15px arial, verdana, tahoma; 
color: #333;
}

@font-face{
font-family: "OpenSans-Regular";
src: url("OpenSans-Regular.ttf") format("truetype");
}
@font-face{
font-family: "OpenSans-Light";
src: url("OpenSans-Light.ttf") format("truetype");
}
@font-face{
font-family: "OpenSans-Bold";
src: url("OpenSans-Bold.ttf") format("truetype");
}
	   
@media screen and (max-width:580px)
{
		#desktop, #tablet{display:none;} /* apenas celular */
}
@media screen and (min-width:581px) and (max-width:979px)
{
		#desktop, #mobile{display:none;} /* apenas tablet */
}
@media screen and (min-width:980px)
{
		#tablet, #mobile{display:none;} /* apenas desktop */
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: Layout Responsivo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#desktop{ 
width: 100%;
height: 100%;
}
#tablet{ 
width: 100%;
height: 100%;
background: #CCC;
}
#mobile{ 
width: 100%;
height: 100%;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: DESKTOP ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#corpo_geral { 
width: 100%;
background: #fff;
}
/* :: Div Topo Desktop :: */
#corpo_geral #topo_geral{ 
width: 100%;
background: url(img/topo_fundo_computador.jpg);
}
#corpo_geral #topo_geral #topo_desktop{ 
width: 990px;
height: 200px;
margin: 0px auto;
position: relative;
}
#corpo_geral #topo_geral #topo_desktop #logotipo{ 
width: 360px;
height: 111px;
position: absolute;
	top: 28px;
	left: 0px;
}
#corpo_geral #topo_geral #topo_desktop #btn_home{ 
width: 213px;
height: 45px;
position: absolute;
	top: 3px;
	right: 0px;
}
#corpo_geral #topo_geral #topo_desktop #telefone{ 
width: 210px;
height: 45px;
position: absolute;
	top: 67px;
	right: 0px;
}
#corpo_geral #topo_geral #topo_desktop #telefone p{ 
font-family: "OpenSans-Regular";
font-size: 20px;
text-align:center;
padding-top: 0px;
color:#D8251D;
}
#corpo_geral #topo_geral #topo_desktop #celular{ 
width: 160px;
height: 22px;
position: absolute;
	top: 162px;
	left: 0px;
}
#corpo_geral #topo_geral #topo_desktop #celular p{ 
font-family: "OpenSans-Regular";
font-size: 18px;
text-align:left;
padding-top: 0px;
color:#fff;
}
#corpo_geral #topo_geral #topo_desktop #celular p a{ 
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 18px;
color:#fff;
}
#corpo_geral #topo_geral #topo_desktop #celular p a:hover{ 
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 18px;
color: #FC0;
}
#corpo_geral #topo_geral #topo_desktop #logo_whats{ 
width: 28px;
height: 30px;
position: absolute;
	top: 143px;
	left: 136px;
}
#corpo_geral #topo_geral #topo_desktop #menu{ 
width: 860px;
height: 25px;
position: absolute;
	bottom: 8px;
	right: 0px;
}
#corpo_geral #topo_geral #topo_desktop #menu a{ 
width: 130px;
height: 23px;
background: #fff;
float: right;
margin-left: 9px;
display: block;
font-family: "OpenSans-Regular";
text-align: center;
text-decoration: none;
font-size: 14px;
color: #333;
padding-top: 2px;
}
#corpo_geral #topo_geral #topo_desktop #menu a:hover{ 
width: 130px;
height: 23px;
background: #FC0;
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 14px;
color: #333;
}






/* :: Div Corpo Desktop :: */
#corpo_geral #corpo{ 
width: 990px;
margin: 0 auto;
}
#corpo_geral #corpo #banner{ 
width: 990px;
height: 422px;
}
#corpo_geral #corpo h1{ 
font-family: "OpenSans-Light";
text-decoration: none;
font-size: 28px;
color: #333;
text-align: center;
padding-top: 5px;
}
#corpo_geral #corpo h1.conteudo{ 
font-family: "OpenSans-Light";
text-decoration: none;
font-size: 28px;
color: #333;
text-align: left;
padding-top: 5px;
}
#corpo_geral #corpo #anvisa{ 
width: 65px;
height: 64px;
margin: 0 auto;
}
#corpo_geral #corpo h2{ 
font-family: "OpenSans-Regular";
font-size: 18px;
color: #333;
text-align:left;
padding-top: 5px;
}
#corpo_geral #corpo p{ 
font-family: "OpenSans-Light";
font-size: 16px;
color: #333;
text-align:left;
padding-top: 5px;
}
#corpo_geral #corpo p.justificado{ 
font-family: "OpenSans-Light";
font-size: 16px;
color: #333;
text-align: justify;
padding-top: 5px;
}
#corpo_geral #corpo p.funcionarios{ 
font-family: "OpenSans-Light";
font-size: 26px;
color: #C00;
text-align:center;
padding-top: 5px;
}




/* :: Div Rodape Desktop :: */
#corpo_geral #rodape_geral{ 
width: 100%;
background: url(img/rodape_fundo_computador.jpg);
}
#corpo_geral #rodape_geral #rodape_desktop{ 
width: 990px;
height: 208px;
margin: 0px auto;
position: relative;
}
#corpo_geral #rodape_geral #rodape_desktop #direitos{ 
width: 990px;
height: 31px;
position: absolute;
	top: 23px;
	left: 0px;
}
#corpo_geral #rodape_geral #rodape_desktop #direitos p{ 
font-family: "OpenSans-Regular";
text-align: center;
padding-top: 6px;
}
#corpo_geral #rodape_geral #rodape_desktop #logo_olhar{ 
width: 73px;
height: 54px;
position: absolute;
	top: 55px;
	left: 0px;
}
#corpo_geral #rodape_geral #rodape_desktop #responsivo{ 
width: 200px;
height: 55px;
position: absolute;
	top: 72px;
	right: 0px;
}
#corpo_geral #rodape_geral #rodape_desktop #endereco{ 
width: 990px;
height: 70px;
position: absolute;
	top: 110px;
	left: 0px;
}
#corpo_geral #rodape_geral #rodape_desktop #endereco p{ 
font-family: "OpenSans-Light";
text-align: center;
color: #FFF;
font-size: 18px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: TABLET :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#corpo_geral_tablet { 
width: 100%;
background: #fff;
}
/* :: Div Topo Tablet :: */
#corpo_geral_tablet #topo_geral_tablet{ 
width: 100%;
background: url(img/topo_fundo_computador.jpg);
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet{ 
width: 570px;
height: 200px;
margin: 0px auto;
position: relative;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #logotipo{ 
width: 360px;
height: 111px;
position: absolute;
	top: 28px;
	left: 0px;
}






#corpo_geral_tablet #topo_geral_tablet #topo_tablet #telefone{ 
width: 210px;
height: 45px;
position: absolute;
	top: 28px;
	right: 0px;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #telefone p{ 
font-family: "OpenSans-Regular";
font-size: 18px;
text-align:right;
padding-top: 0px;
color:#D8251D;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #celular{ 
width: 570px;
height: 22px;
position: absolute;
	top: 162px;
	left: 0px;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #celular p{ 
font-family: "OpenSans-Regular";
font-size: 18px;
text-align:center;
padding-top: 0px;
color:#fff;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #celular p a{ 
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 18px;
color:#fff;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet p a:hover{ 
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 18px;
color: #FC0;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #logo_whats{ 
width: 28px;
height: 30px;
position: absolute;
	top: 143px;
	left: 355px;
}



#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile{ 
width: 46px;
height: 34px;
z-index: 999;
position: absolute;
	top: 116px;
	right: -4px;
}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile ul li.show-sub-menu{
	width:46px;
	height:34px;
	background:url(img/btn_mobile.png) no-repeat;
	display:block;
	float:left;
	position:relative;
	}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile ul li.show-sub-menu:hover{
	width:46px;
	height:34px;
	cursor:pointer;
	background-position:left -34px;
	}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile ul li.show-sub-menu ul.submenu{
	width:240px;
	height:199px;
	background:#434343;
	border-bottom:1px solid #333;
	position:absolute;
	top:34px;
	right:5px;
	}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile ul li.show-sub-menu ul.submenu li.curso1{
	width:240px;
	height:32px;
	border-top:1px solid #333;
	}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile ul li.show-sub-menu ul.submenu li.curso1 a.frederic-font-tablet{
	font-family: "OpenSans-Light";
	font-size: 16px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:6px;
	background:#676767;
	}
#corpo_geral_tablet #topo_geral_tablet #topo_tablet #btn_mobile ul li.show-sub-menu ul.submenu li.curso1 a.frederic-font-tablet:hover{
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #fff;
	text-decoration:none;
	display:block;
	background:#434343;
	}









/* :: Div Corpo Tablet :: */
#corpo_geral_tablet { 
width: 100%;
background: #FFF;
}
/* :: Div Corpo :: */
#corpo_geral_tablet #corpo_tablet{ 
width: 570px;
margin: 0 auto;
}
#corpo_geral_tablet #corpo_tablet #banner{ 
width: 570px;
height: 240px;
}




#corpo_geral_tablet #corpo_tablet h1{ 
font-family: "OpenSans-Light";
text-decoration: none;
font-size: 22px;
color: #333;
text-align: center;
padding-top: 5px;
}
#corpo_geral_tablet #corpo_tablet #anvisa{ 
width: 65px;
height: 64px;
margin: 0 auto;
}
#corpo_geral_tablet #corpo_tablet h2{ 
font-family: "OpenSans-Regular";
font-size: 18px;
color: #333;
text-align:left;
padding-top: 5px;
}
#corpo_geral_tablet #corpo_tablet p{ 
font-family: "OpenSans-Light";
font-size: 16px;
color: #333;
text-align: justify;
padding-top: 5px;
}
#corpo_geral_tablet #corpo_tablet p.funcionarios{ 
font-family: "OpenSans-Light";
font-size: 20px;
color: #C00;
text-align:center;
padding-top: 5px;
}






/* :: Div Rodape Tablet :: */
#corpo_geral_tablet #rodape_geral_tablet{ 
width: 100%;
background: url(img/rodape_fundo_computador.jpg);
}
#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet{ 
width: 570px;
height: 208px;
margin: 0px auto;
position: relative;
}



#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet #direitos{ 
width: 570px;
height: 31px;
position: absolute;
	top: 23px;
	left: 0px;
}
#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet #direitos p{ 
font-family: "OpenSans-Regular";
text-align: center;
padding-top: 6px;
}
#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet #logo_olhar{ 
width: 73px;
height: 54px;
position: absolute;
	top: 55px;
	left: 0px;
}
#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet #responsivo{ 
width: 200px;
height: 55px;
position: absolute;
	top: 72px;
	right: 0px;
}
#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet #endereco{ 
width: 570px;
height: 40px;
position: absolute;
	top: 150px;
	left: 0px;
}
#corpo_geral_tablet #rodape_geral_tablet #rodape_tablet #endereco p{ 
font-family: "OpenSans-Light";
text-align: center;
color: #FFF;
font-size: 14px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: MOBILE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#corpo_geral_mobile { 
width: 100%;
}
/* :: Div Topo Mobile :: */
#corpo_geral_mobile #topo_geral_mobile{ 
width: 100%;
background: url(img/topo_fundo_computador.jpg);
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile{ 
width: 346px;
height: 200px;
margin: 0px auto;
position: relative;
}


#corpo_geral_mobile #topo_geral_mobile #topo_mobile #logotipo{ 
width: 336px;
height: 111px;
position: absolute;
	top: 28px;
	left: 5px;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #celular{ 
width: 346px;
height: 22px;
position: absolute;
	top: 162px;
	left: 0px;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #celular p{ 
font-family: "OpenSans-Regular";
font-size: 18px;
text-align:left;
padding-top: 0px;
color:#fff;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #celular p a{ 
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 18px;
color:#fff;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #celular p a:hover{ 
font-family: "OpenSans-Regular";
text-decoration: none;
font-size: 18px;
color: #FC0;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #logo_whats{ 
width: 28px;
height: 30px;
position: absolute;
	top: 143px;
	left: 137px;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile{ 
width: 46px;
height: 34px;
z-index: 999;
position: absolute;
	top: 116px;
	right: -4px;
}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile ul li.show-sub-menu{
	width:46px;
	height:34px;
	background:url(img/btn_mobile.png) no-repeat;
	display:block;
	float:left;
	position:relative;
	}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile ul li.show-sub-menu:hover{
	width:46px;
	height:34px;
	cursor:pointer;
	background-position:left -34px;
	}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile ul li.show-sub-menu ul.submenu{
	width:240px;
	height:199px;
	background:#434343;
	border-bottom:1px solid #333;
	position:absolute;
	top:34px;
	right:5px;
	}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile ul li.show-sub-menu ul.submenu li.curso1{
	width:240px;
	height:32px;
	border-top:1px solid #333;
	}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile ul li.show-sub-menu ul.submenu li.curso1 a.frederic-font-tablet{
	font-family: "OpenSans-Light";
	font-size: 16px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:6px;
	background:#676767;
	}
#corpo_geral_mobile #topo_geral_mobile #topo_mobile #btn_mobile ul li.show-sub-menu ul.submenu li.curso1 a.frederic-font-tablet:hover{
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #fff;
	text-decoration:none;
	display:block;
	background:#434343;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
/* :: Div Corpo Mobile:: */
#corpo_geral_mobile #corpo_mobile{ 
width: 346px;
margin: 0 auto;
}
#corpo_geral_mobile #corpo_mobile #banner{ 
width: 346px;
height: 240px;
margin: 0 auto;
}
#corpo_geral_mobile #corpo_mobile p.telefone{ 
font-family: "OpenSans-Bold";
	font-size: 20px;
	color: #C00;
	text-align: center;
}
#corpo_geral_mobile #corpo_mobile p.funcionarios{ 
font-family: "OpenSans-Light";
font-size: 18px;
color: #C00;
text-align:center;
padding-top: 5px;
}




#corpo_geral_mobile #corpo_mobile h1{ 
font-family: "OpenSans-Light";
text-decoration: none;
font-size: 24px;
color: #333;
text-align: center;
padding-top: 15px;
}
#corpo_geral_mobile #corpo_mobile #anvisa{ 
width: 65px;
height: 64px;
margin: 0 auto;
}
#corpo_geral_mobile #corpo_mobile h2{ 
font-family: "OpenSans-Regular";
font-size: 18px;
color: #333;
text-align:left;
padding-top: 5px;
}
#corpo_geral_mobile #corpo_mobile p{ 
font-family: "OpenSans-Light";
font-size: 16px;
color: #333;
text-align:left;
padding-top: 5px;
}
#corpo_geral_mobile #corpo_mobile p.regula{ 
font-family: "OpenSans-Light";
font-size: 16px;
color: #333;
text-align:center;
padding-top: 5px;
}




#corpo_geral_mobile #corpo_mobile #conteudo_mobile{
width: 346px;
}
/* :: Div Rodape Mobile :: */
#corpo_geral_mobile #rodape_geral_mobile{ 
width: 100%;
background: url(img/rodape_fundo_celular.jpg);
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile{ 
width: 346px;
height: 376px;
margin: 0px auto;
position: relative;
}



#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #direitos{ 
width: 346px;
height: 31px;
position: absolute;
	top: 23px;
	left: 0px;
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #direitos p{ 
font-family: "OpenSans-Regular";
text-align: center;
padding-top: 1px;
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #logo_olhar{ 
width: 73px;
height: 54px;
position: absolute;
	top: 50px;
	left: 136px;
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #responsivo{ 
width: 200px;
height: 55px;
position: absolute;
	top: 130px;
	left: 73px;
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #endereco{ 
width: 346px;
height: 60px;
position: absolute;
	top: 230px;
	left: 0px;
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #endereco p{ 
font-family: "OpenSans-Light";
text-align: center;
color: #FFF;
font-size: 14px;
}

#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #telefone{ 
width: 346px;
height: 30px;
position: absolute;
	top: 320px;
	left: 0px;
}
#corpo_geral_mobile #rodape_geral_mobile #rodape_mobile #telefone p.telefone{ 
font-family: "OpenSans-Bold";
text-align: center;
color: #FFF;
font-size: 18px;
}