@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
CSS Reset - Normalize.css
----------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; position:relative;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}
/*----------------------------------------------------------
Configurações Gerais <<<<<==================================
----------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:500);
*{ margin:0; padding:0;}

body{
	background: url(../images/bg_site.jpg) repeat;	
	width:100%;
	height:100%;
	margin: 0 auto;
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.2222222222em; /* 22px ÷ 18px = 1.22222222222em*/
}
.center{
	margin: 0 auto;
	max-width:1000px; /*largura máxima do layout*/
	width: 90%; /*ajuste do layout à tela*/
}

/*.clearfix usado para adicionar um espaço vazio antes e depois dos elementos
  evitando que os floats se aglomerem.
*/
.clearfix:before, .clearfix:after {
    content: " "; 
    display: table; 
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}
header{width:100%;margin:-1.3em auto 0px;height:88px;}
header h1 a{float:left;display:block;text-indent:-9999; }
header .ligue{width:270px;height:60px; float:left; text-align:center;margin-top: 2em;margin-left: 12em;}
header .ligue p{font-family:Verdana, Geneva, sans-serif;font-size:1.2em;color:#1a4385;float:right;height:30px;padding-top:0.5em;line-height:2em;width:100%;margin-bottom: 3px;}
header .ligue p span.telefone{font-family: Verdana, Geneva, sans-serif;font-size:1.2em;color:#1a4385;font-weight:bold;margin-left: 0.3em;}
header .ligue #lgtk-tel{font-family: Verdana, Geneva, sans-serif;font-size:1.6em;color:#1a4385;font-weight:bold;margin-left: 0.3em;}
header .ligue #pht-phone{font-family: Verdana, Geneva, sans-serif;font-size:2em;color:#1a4385;font-weight:bold;margin-left: 0.3em;}


/*Redes Sociais*/
nav#redesSociais{float:right;height:30px;width:180px; margin-top:4.5em;}
nav#redesSociais ul{width:180px;height:30px;display:inline;float:right;margin:0 auto;padding:0;}
nav#redesSociais ul li.face{background: url(../images/layout_siteRota_face.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;cursor:pointer;margin-right: 0.5em;}
nav#redesSociais ul li.face a{width:26px;height:26px;float:left;}
nav#redesSociais ul li.face a:hover{background: url(../images/face_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
nav#redesSociais ul li.twitter{background: url(../images/layout_siteRota_twitter.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 0.5em;cursor:pointer;}
nav#redesSociais ul li.twitter a{width:26px;height:26px;float:left;}
nav#redesSociais ul li.twitter a:hover{background: url(../images/twitter_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
nav#redesSociais ul li.plus{background: url(../images/layout_siteRota_plus.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 0.5em;cursor:pointer;}
nav#redesSociais ul li.plus a{width:26px;height:26px;float:left;}
nav#redesSociais ul li.plus a:hover{background: url(../images/plus_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
nav#redesSociais ul li.insta{background: url(../images/layout_siteRota_gplus.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 0.5em;cursor:pointer;}
nav#redesSociais ul li.insta a{width:26px;height:26px;float:left;}
nav#redesSociais ul li.insta a:hover{background: url(../images/gplus_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
nav#redesSociais ul li.blog{background: url(../images/layout_siteRota_blog.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 0.5em;cursor:pointer;}
nav#redesSociais ul li.blog a{width:26px;height:26px;float:left;}
nav#redesSociais ul li.blog a:hover{background: url(../images/blog_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
/*Menu*/

@media all and (-ms-high-contrast:none)
     {
     nav#menu { position:relative; } /* IE10 */
     *::-ms-backdrop, nav#menu { position:relative!important; } /* IE11 */
     }
nav#menu{
	width: 100%;
	margin: 0;
	background-color:#1a4385;
	float: left;
	padding:0;
	position:absolute;
	left:0;
	font-family: 'Raleway', sans-serif!important;
	font-size: 1.2em!important;
}
nav#menu h1{display:none;}

nav#menu ul.menu{
	height: 50px;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	list-style: outside none none;
	line-height: 3em;
	
}
nav#menu ul.menu li.home{
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	width: 13%; 
	float:left;
	margin-left:1em;
}

nav#menu ul.menu li.home a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:50px;
}

nav#menu ul.menu li.home a:hover{
	color: #6ca4fd;	
}

nav#menu ul.menu li.institucional{
	color: #FFF;
	font-family: 'Raleway', sans-serif!important;
	width: 21%; 
	float:left;
}

nav#menu ul.menu li.institucional a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:50px;
}

nav#menu ul.menu li.institucional a:hover{
	color: #6ca4fd;	
}

nav#menu ul.menu li{
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	width: 150px;
	float:left;
	position:relative;
	height: 50px;
}

nav#menu ul.menu li a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:30px;
	transition: color 1s;
	margin-left: 1em;
	font-size: 1em;
}

nav#menu ul.menu li a:hover{
	color: #6ca4fd;	
}


nav#menu ul.menu li.udi{
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	width: 17%;
	float:left;
}

nav#menu ul.menu li.udi a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:50px;
}

nav#menu ul.menu li.udi a:hover{
	color: #6ca4fd;	
}

nav#menu ul.menu li.segurosBH{
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	width: 13%;/* 130px ÷ 1000px = 0.13 x 100 = 13%*/
	float:left;
}

nav#menu ul.menu li.segurosBH a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:50px;
}

nav#menu ul.menu li.segurosBH a:hover{
	color: #6ca4fd;	
}

nav#menu ul.menu li.contato{
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	width: 13.5%;/* 135px ÷ 1000px = 0.135 x 100 = 13.5%*/
	float:left;
}

nav#menu ul.menu li.contato a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:50px;
}

nav#menu ul.menu li.contato a:hover{
	color: #6ca4fd;	
}

/*Drop Down*/
ul.menu > li> ul.ind{
	position:absolute;
	top:50px;
	left:0;
	background-color:#1A4385;
	width:450px;
	text-align:center;
	z-index:99;
	height:110px;
}

ul.menu > li> ul.emp{
	position:absolute;
	top:30px;
	left:0;
	background-color:#1A4385;
	width:450px;
	text-align:center;
	z-index:999;
	height:314px;
	margin-top:108px;
}

ul.menu > li> ul.odt{
	position:absolute;
	top:30px;
	left:0;
	background-color:#1A4385;
	width:450px;
	text-align:center;
	z-index:999;
	height:211px;
	margin-top:421px;
}
ul.menu > li> ul.seg{
	position:absolute;
	top:50px;
	left:0;
	background-color:#1A4385;
	width:450px;
	text-align:center;
	z-index:9999;
	height:370px;
}


ul.menu li ul.ind li, ul.menu li ul.emp li, ul.menu li ul.odt li, ul.menu li ul.seg li{
	list-style: outside none none;
	/*display: ;*/
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	width: 100px;
	cursor: pointer;
	margin-left: 0;
	float:left;
	margin-bottom:0;
	border-bottom:1px solid #2055AA;
	height:20px;
} 

ul.menu li ul span a{
	font-family: 'Raleway', sans-serif;
	  color: #fff;
	  float: left;
	  font-size: 1em;
	  margin-top: 20px;
	  width: 450px;
	  text-align: center;
	  background-color: #4488ED;
	  margin-left: 0!important;
	  height: 20px;
	  line-height: 2em;
}

ul.menu li ul span a:hover{
	text-decoration:underline!important;
	color: #fff!important;
}

ul.menu li ul.ind li a, ul.menu li ul.emp li a, ul.menu li ul.odt li a{
	font-family: 'Raleway', sans-serif;
	color: #fff;	
	float:left;
	margin-left:10px;
	font-size:0.6em;
	margin-bottom:5px;
	height:20px!important;
}
ul.menu li ul.seg li a{text-align:center;font-family: 'Raleway', sans-serif;color: #fff;font-size:1em;margin-bottom:5px;height:20px!important;margin-left:0!important;}

section#corpo{
	width:100%;
	display: block;
	float: left;
}


section#corpo #conteudo{
	background-color: #fafaf9;
	width:1000px;
	height:auto;
	border:1px solid #f1efef;
	float: left;
}

section#corpo #conteudo .img{
	width:912px;
	height:372px;
	margin:50px auto 0px;
}

section#corpo #conteudo h1{
	font-family:'Raleway', sans-serif;
	font-size:24px;
	color:#1a4385;
	padding-left:10px;	
	margin-top:28px;
	margin-left: 0.7em;
}

section#corpo #conteudo h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#1a5cc6;
	padding-left:10px;	
	margin-left: 1em;
}

section#corpo #conteudo h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#1a5cc6;
	padding-left:10px;	
}

section#corpo #conteudo p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2a2a2a;
	padding-left:10px;	
	line-height:150%;
	width:980px;
	text-align:justify;
	margin-left: 1.3em;
	float: left;
}

section#corpo #conteudo p a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2a2a2a;
	padding-left:10px;	
	line-height:150%;
	width:980px;
	text-align:justify;
	text-decoration:none;
	transition: color 1s;
}
section#corpo #conteudo p a:hover{color:#759DDD;}

section#corpo #conteudo ul{
	padding-left:5px;	
}

section#corpo #conteudo ul li{
	list-style:none;
	height:50px;
}
section#corpo #conteudo ul li img{
	float:left;	
}
section#corpo #conteudo ul li p{
	float:left;
	width:900px;
	height:50px;
	line-height: 50px;	
	margin-left: 10px;
}

section#corpo #conteudo .parceiros h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#2a2a2a;
	padding-left:10px;
	font-weight:bold;
}

section#corpo #conteudo .parceiros ul{
	width:980px;
	float:left;	
	display:inline;
	margin-left: 3px;
}

section#corpo #conteudo .parceiros ul li{
	width:120px;
	height:60px;
	float:left;
	padding: 10px;	
}

section#corpo #conteudo .clientes h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#2a2a2a;
	padding-left:10px;
	font-weight:bold;
}

section#corpo #conteudo .clientes ul{
	width:980px;
	float:left;	
	display:inline;
	margin-left: 3px;
}

section#corpo #conteudo .clientes ul li{
	width:120px;
	height:60px;
	float:left;
	padding: 10px;	
}

footer{
	/*min-width: 980px;
	height: 170px;
	float: left;
	margin-top: 4em;
	background:url(../images/rodape.jpg) repeat-x;
	clear: both;*/
	  bottom: 0 !important;
	  left: 0;
	  height: 170px;
	  width: 100%;
	  background:url(../images/rodape.jpg) repeat-x;
	  clear:both;
	  position:absolute;
}

footer .container {
  	width: 1000px;
	height: 170px;
	margin: 0 auto;
}

footer .container .endereco{
	width: 35%;/* 350px ÷ 1000px = 1 x 100 = 35%*/
	height: 150px;
	float: left;
	margin: 0.5em 0 0 3em;
}

footer .container .endereco p.endereco{
	color:#fff;
	font-family:'Raleway', sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;	
	height:30px;
	margin: 1.5em 0 0 0;
}

footer .container .endereco p{
	float:left;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	width:300px;
	height:100px;
	font-weight:none;
	line-height:150%;
}

footer .container .horario{
	width: 35%;/* 350px ÷ 1000px = 1 x 100 = 35%*/
	height: 150px;
	float: left;
	margin: 1em 0 0 0;
}

footer .container .horario p.horario{
	color:#fff;
	font-family:'Raleway', sans-serif;
	font-size:1.2em;
	font-weight:bold;
	float:left;	
	height:30px;
}

footer .container .horario p{
	float:left;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	width:300px;
	height:100px;
	font-weight:none;
	line-height:150%;
}

footer .container .rota{
	width: 25%;/* 250px ÷ 1000px = 1 x 100 = 25%*/
	height: 150px;
	float: left;
	margin: 0.3em 0 0 0;
}

footer .container .rota p.rota{
	color:#fff;
	font-family:'Raleway', sans-serif;
	font-size:1.2em;
	font-weight:bold;
	float:left;	
	height:20px;
	margin-top: 1.6em;
	width: 250px;
}

footer .container .rota ul{
	float:left;
	width:250px;
	height:80px;
	padding:0;
	margin-top: 1.2em;
}

footer .container .rota ul li{
	height:10px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	list-style:none;
	width:250px;
	margin-bottom:0.8em;
}

footer .container .rota ul li a{
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}

footer .container .rota ul li a:hover{
	color:#6ca4fd;
}


/*Planos*/

section#corpo #conteudo #planosIndividuaisFamiliares{width:950px;height:auto;float:left;margin:10px 0 30px 20px}
section#corpo #conteudo #planosIndividuaisFamiliares p{width:950px;height:auto;float:left;margin:10px 0 30px 0}
section#corpo #conteudo #planosIndividuaisFamiliares h3{color:#fff;font-family:Verdana, Geneva, sans-serif;font-size:16px;font-weight:bold;margin:0;width:950px;height:30px;background-color:#1A5DC6;padding:7px 0 0 9px;border-radius:10px;line-height: 1.5em;}
section#corpo #conteudo #planosIndividuaisFamiliares ul{float:left;width:950px;margin:20px 0 0;height:auto;padding:0}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.vitallis{float:left;height:40px;list-style:none outside none;margin:0 auto;padding-left:50px;width:80px}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.vitallis a{background:url(../images/vitallis_logo.jpg) no-repeat;width:80px;height:40px;float:left}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.vitallis a:hover{float:left;height:40px;width:80px;background:url(../images/vitallis_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.premium{float:left;height:40px;list-style:none outside none;margin:0 auto;padding-left:50px;width:80px}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.premium a{background:url(../images/premium_logo.jpg) no-repeat;width:80px;height:40px;float:left}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.premium a:hover{float:left;height:40px;width:80px;background:url(../images/premium_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.unimed{float:left;height:40px;list-style:none outside none;margin:0 auto;padding-left:50px;width:80px}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.unimed a{background:url(../images/unimed-logo.jpg) no-repeat;width:80px;height:40px;float:left}
section#corpo #conteudo #planosIndividuaisFamiliares ul li.unimed a:hover{float:left;height:40px;width:80px;background:url(../images/unimed-logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais{width:950px;height:auto;float:left;margin:10px 0 30px 20px}
section#corpo #conteudo #planosEmpresariais h3{color:#fff;font-family:'Raleway', sans-serif;font-size:16px;font-weight:bold;margin:0;width:950px;height:30px;background-color:#1A5DC6;padding:7px 0 0 9px;border-radius:10px;line-height: 1.5em;}
section#corpo #conteudo #planosEmpresariais ul{float:left;width:950px;margin:20px 0 0;height:auto;padding:0}
section#corpo #conteudo #planosEmpresariais ul li{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #planosEmpresariais ul li.allianz{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom:10px}
section#corpo #conteudo #planosEmpresariais ul li.allianz a{width:80px;height:40px;float:left;background:url(../images/allianz_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.allianz a:hover{width:80px;height:40px;float:left;background:url(../images/allianz_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.bradesco{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #planosEmpresariais ul li.bradesco a{width:80px;height:40px;float:left;background:url(../images/bradesco_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.bradesco a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.goldencross{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #planosEmpresariais ul li.goldencross a{width:80px;height:40px;float:left;background:url(../images/golden_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.goldencross a:hover{width:80px;height:40px;float:left;background:url(../images/golden_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.intermedica{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.intermedica a{width:80px;height:40px;float:left;background:url(../images/logo_intermedica.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.intermedica a:hover{width:80px;height:40px;float:left;background:url(../images/logo_intermedica_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.goodlife{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #planosEmpresariais ul li.goodlife a{width:80px;height:40px;float:left;background:url(../images/goodlife_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.goodlife a:hover{width:80px;height:40px;float:left;background:url(../images/goodlife_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.maritima{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.maritima a{width:80px;height:40px;float:left;background:url(../images/maritima_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.maritima a:hover{width:80px;height:40px;float:left;background:url(../images/maritima_logo__cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.premium{float:left;height:40px;list-style:none outside none;margin:0 auto;padding-left:50px;width:80px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.premium a{background:url(../images/premium_logo.jpg) no-repeat;width:80px;height:40px;float:left}
section#corpo #conteudo #planosEmpresariais ul li.premium a:hover{float:left;height:40px;width:80px;background:url(../images/premium_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.promed{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.promed a{width:80px;height:40px;float:left;background:url(../images/promed_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.promed a:hover{width:80px;height:40px;float:left;background:url(../images/promed_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.saude{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.saude a{width:80px;height:40px;float:left;background:url(../images/saude_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.saude a:hover{width:80px;height:40px;float:left;background:url(../images/saude_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.sulamerica{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.sulamerica a{width:80px;height:40px;float:left;background:url(../images/sul_america_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.sulamerica a:hover{width:80px;height:40px;float:left;background:url(../images/sul_america_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.vitallis{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.vitallis a{width:80px;height:40px;float:left;background:url(../images/vitallis_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.vitallis a:hover{width:80px;height:40px;float:left;background:url(../images/vitallis_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.amil{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #planosEmpresariais ul li.amil a{width:80px;height:40px;float:left;background:url(../images/amil_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.amil a:hover{width:80px;height:40px;float:left;background:url(../images/amil_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.vivamed{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom:10px}
section#corpo #conteudo #planosEmpresariais ul li.vivamed a{width:80px;height:40px;float:left;background:url(../images/vivamed_logo.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.vivamed a:hover{width:80px;height:40px;float:left;background:url(../images/vivamed_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #planosEmpresariais ul li.unimed{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom:10px}
section#corpo #conteudo #planosEmpresariais ul li.unimed a{width:80px;height:40px;float:left;background:url(../images/unimed-logo.jpg) no-repeat;}
section#corpo #conteudo #planosEmpresariais ul li.unimed a:hover{width:80px;height:40px;float:left;background:url(../images/unimed-logo_cinza.jpg) no-repeat;}
section#corpo #conteudo #porProfissao{width:950px;height:auto;float:left;margin:10px 0 30px 20px}
section#corpo #conteudo #porProfissao h3{color:#fff;font-family:'Raleway', sans-serif;font-size:16px;font-weight:bold;margin:0;width:950px;height:30px;background-color:#1A5DC6;padding:7px 0 0 9px;border-radius:10px;line-height: 1.5em;}
section#corpo #conteudo #porProfissao ul{float:left;width:950px;margin:20px 0 0;height:auto;padding:0}
section#corpo #conteudo #porProfissao ul li.bradesco{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.bradesco a{width:80px;height:40px;float:left;background:url(../images/bradesco_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.bradesco a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.sulamerica{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.sulamerica a{width:80px;height:40px;float:left;background:url(../images/sul_america_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.sulamerica a:hover{width:80px;height:40px;float:left;background:url(../images/sul_america_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.amil{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.amil a{width:80px;height:40px;float:left;background:url(../images/amil_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.amil a:hover{width:80px;height:40px;float:left;background:url(../images/amil_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.goldencross{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.goldencross a{width:80px;height:40px;float:left;background:url(../images/golden_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.goldencross a:hover{width:80px;height:40px;float:left;background:url(../images/golden_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.unimed{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.unimed a{width:80px;height:40px;float:left;background:url(../images/unimed-logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.unimed a:hover{width:80px;height:40px;float:left;background:url(../images/unimed-logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.samp{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.samp a{width:80px;height:40px;float:left;background:url(../images/samp_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.samp a:hover{width:80px;height:40px;float:left;background:url(../images/samp_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.saude{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px;margin-bottom: 10px;}
section#corpo #conteudo #porProfissao ul li.saude a{width:80px;height:40px;float:left;background:url(../images/saude_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.saude a:hover{width:80px;height:40px;float:left;background:url(../images/saude_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.vitallis{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #porProfissao ul li.vitallis a{width:80px;height:40px;float:left;background:url(../images/vitallis_logo.jpg) no-repeat}
section#corpo #conteudo #porProfissao ul li.vitallis a:hover{width:80px;height:40px;float:left;background:url(../images/vitallis_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #odontologicos{width:950px;height:auto;float:left;margin:10px 0 30px 20px}
section#corpo #conteudo #odontologicos h3{color:#fff;font-family:'Raleway', sans-serif;font-size:16px;font-weight:bold;margin:0;width:950px;height:30px;background-color:#1A5DC6;padding:7px 0 0 9px;border-radius:10px}
section#corpo #conteudo #odontologicos ul{float:left;width:950px;margin:20px 0 0;height:auto;padding:0}
section#corpo #conteudo #odontologicos ul li.amilDental{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.amilDental a{width:80px;height:40px;float:left;background:url(../images/amil_dental.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.amilDental a:hover{width:80px;height:40px;float:left;background:url(../images/amil_dental_cinza.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.bradescoDental{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.bradescoDental a{width:80px;height:40px;float:left;background:url(../images/bradesco_dental_logo.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.bradescoDental a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_dental_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.dentalpar{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.dentalpar a{width:80px;height:40px;float:left;background:url(../images/dentalpar_logo.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.dentalpar a:hover{width:80px;height:40px;float:left;background:url(../images/dentalpar_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.metlife{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.metlife a{width:80px;height:40px;float:left;background:url(../images/metlife_logo.gif) no-repeat}
section#corpo #conteudo #odontologicos ul li.metlife a:hover{width:80px;height:40px;float:left;background:url(../images/metlife_logo_cinza.gif) no-repeat}
section#corpo #conteudo #odontologicos ul li.odontoprev{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.odontoprev a{width:80px;height:40px;float:left;background:url(../images/odontoprev_logo.gif) no-repeat}
section#corpo #conteudo #odontologicos ul li.odontoprev a:hover{width:80px;height:40px;float:left;background:url(../images/odontoprev_logo_cinza.gif) no-repeat}
section#corpo #conteudo #odontologicos ul li.sulamerica{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.sulamerica a{width:80px;height:40px;float:left;background:url(../images/sulamerica_odonto_logo.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.sulamerica a:hover{width:80px;height:40px;float:left;background:url(../images/sulamerica_odonto_logo_cinza.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.bradesco{list-style:none;margin:0 auto;width:80px;height:40px;float:left;padding-left:50px}
section#corpo #conteudo #odontologicos ul li.bradesco a{width:80px;height:40px;float:left;background:url(../images/bradesco_dental_logo.jpg) no-repeat}
section#corpo #conteudo #odontologicos ul li.bradesco a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_dental_logo_cinza.jpg) no-repeat}

/*Formulário*/
/*section#corpo #conteudo{width:996px;float:left;height:auto;background-color:#fff;border:solid 1px #ccc;border-radius:11px;margin:10px 0;}
section#corpo #conteudo h1{width:914px;height:30px;margin:20px 10px 10px 30px;float:left;font-family:'Raleway', sans-serif;font-size:24px;color:#759DDD;}
section#corpo #conteudo p.Texto-Destaque{width:950px;height:30px;float:left;font-family:Verdana, Geneva, sans-serif;font-size:16px;color:#515253;margin:0px 0px 25px 10px;}
section#corpo #conteudo p{width:915px;height:auto;float:left;font-family:Verdana, Geneva, sans-serif;font-size:15px;color:#515253;margin:0 0 15px 32px;}
section#corpo #conteudo h2{width:950px;height:30px;margin:10px 0 20px 30px;float:left;font-family:'Raleway', sans-serif;font-size:20px;color:#195CC5;line-height: 1.5em;}
section#corpo #conteudo h2.titulo{width:1000px;height:30px;margin:30px 0 20px 20px;float:left;font-family:'Raleway', sans-serif;
font-size:20px;color:#759ddd;}
section#corpo #conteudo form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;margin-left: 22px;width: 950px;}
section#corpo #conteudo form #containerNome{display:block;float:left;margin:20px 25px 0 18px;width:400px;}
section#corpo #conteudo form #containerEmail{display:block;float:right;margin:20px 25px 0 18px;width:400px;}
section#corpo #conteudo form #containerTelefone{display:block;float:left;margin:20px 25px 0 18px;width:400px;}
section#corpo #conteudo form #containerCelular{display:block;float:right;margin:20px 25px 0 18px;width:400px;}
section#corpo #conteudo form #containerEstado{display:block;float:left;margin:20px 25px 0 18px;width:400px;}
section#corpo #conteudo form #containerCidade{display:block;float:right;margin:20px 25px 0 18px;width:400px;}	
			section#corpo #conteudo form div#containerProfissao, section#corpo #conteudo form div#containerTipoPlano, section#corpo #conteudo form div#containerFaixaEtaria, section#corpo #conteudo form div#containerMensagem{width:800px;
display:block;float:left;margin:20px 25px 0 18px;}
			section#corpo #conteudo form label{color:#1a4385;display:block;font:16px Verdana, Geneva, sans-serif;margin-bottom:7px;margin-left: 0;}
			section#corpo #conteudo form input, section#corpo #conteudo form select, section#corpo #conteudo form textarea{background:#fefefe;border:1px solid #1a4385;border-radius:5px;color:#759ddd;font:18px 'Trebuchet MS', sans-serif;margin-right:5px;outline:none;padding:5px;width:390px;}
			section#corpo #conteudo form textarea{height:150px;width:875px;margin-bottom: 20px;margin-left:0;}
			section#corpo #conteudo form select#profissao{width:500px;}
			section#corpo #conteudo form div#containerTipoPlano input{margin-left:30px;width:20px;}
			section#corpo #conteudo form div#containerFaixaEtaria{margin-top:40px;margin-bottom:20px;}
			section#corpo #conteudo form div#containerFaixaEtaria ul{float: left;height: auto;list-style-type: none;margin-left: 15px;padding: 0;width: 900px;}
				section#corpo #conteudo form div#containerFaixaEtaria ul li{display;block;float:left;margin-bottom:30px;width:180px;}
					section#corpo #conteudo form div#containerFaixaEtaria ul li input{width:100px;}
			section#corpo #conteudo form #B1{background:#195CC5;color:#fff;font:20px Verdana, Geneva, sans-serif, sans-serif;padding:10px;width:150px;margin-bottom: 15px;
margin-left: 16px;border:1px solid #1d4383;float: left;margin-top: 100px;}
				section#corpo #conteudo form #B1:hover{background:#1d4383;border:1px solid #195CC5;color:#efefef; cursor:pointer;}
			section#corpo #conteudo #iframeEnviaCotacao{display:none;}
			section#corpo #conteudo ul.Lista-Coluna{float:left;width:280px;}
			
section#corpo #conteudo iframe{
	margin-left:20px;
	margin-bottom:0;
}	
section#corpo #conteudo form #containerAnexo{
	margin:20px 0 20px 20px;
	float:left;
	display:block;
	width:800px;
}

section#corpo #conteudo form #containerAnexo input{
	width:800px;
	border:none;
}
*/
section#corpo #conteudo form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;width: 950px;height:auto;margin-left: 1em;}
section#corpo #conteudo form .btn-success{background:#195CC5;color:#fff;font:16px Verdana, Geneva, sans-serif;padding:10px;width:150px;margin-bottom: 15px;
border:1px solid #1d4383;float: left;}
section#corpo #conteudo form .btn-success:hover{background:#1d4383;border:1px solid #195CC5;color:#efefef; cursor:pointer;}

/*Qualicorp*/
ul.profissoes{
	width:900px;
	margin-left:80px;
}

ul.profissoes li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin-right: 65px;
	float: left;
	margin-bottom:15px
}

ul.profissoes li a{
	background-color:#1d4383;	
	width:150px;
	height:50px;
	float:left;
	text-decoration:none;
	color:#fff;
	line-height:45px;
	text-align:center;
	border-radius: 10px;
	transition: background-color 1s;
}

ul.profissoes li a:hover{
	background-color:#1a5dc6;
	width:150px;
	height:50px;
	float:left;
}

section#corpo #conteudo select#jumpMenu{
	float:left;
	margin-left:15px;	
	margin-bottom: 30px;
	height:20px;
}

section#corpo #conteudo h3{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#194081;
	padding-left:10px;
	font-weight:bold;
	margin-left: 16px;
	margin-top:10px;
	width: 92%;
	float: left;
	line-height: 1.5em;
	margin-bottom: 1em;
}

section#corpo #conteudo p.obs{
	float:left;
	color:#2a2a2a;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	width:90%;
}

/*Menu Interno*/

section#corpo #conteudo nav.menuInterno{
	width:912px;
	float:left;
	margin-left:40px;	
	margin-top:0;
}

section#corpo #conteudo nav.menuInterno ul{
	width:912px;
	height:50px;
	float:left;
	background-color:#759DDD;
	margin-left: 0;	
}

section#corpo #conteudo nav.menuInterno ul li{
	width:180px;
	height:50px;
	float:left;
	color:#ffffff;	
	list-style:none;
	margin-left: 40px;
	text-align:center;
}

section#corpo #conteudo nav.menuInterno ul li a{
	text-decoration:none;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	line-height:44px;
	text-align:center;
	line-height: 3.5em;
	transition: background-color 1s;
}

section#corpo #conteudo nav.menuInterno ul li a:hover{
	background-color:#9FC4FC;
	width:180px;
	height:50px;
	float:left;
	margin-left: 0;
}

section#corpo #conteudo ul.profissao{
	width:900px;
	float:left;
}

section#corpo #conteudo ul.profissao li{
	width:80px;
	height:40px;
	float:left;
	margin-left:15px;	
}

section#corpo #conteudo ul.profissao li.golden a{
	background:url(../images/golden_logo.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;
}

section#corpo #conteudo ul.profissao li.golden a:hover{
	background:url(../images/golden_logo_cinza.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;
}

section#corpo #conteudo ul.profissao li.sulamerica a{
	background: url(../images/sul_america_logo.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.sulamerica a:hover{
	background: url(../images/sul_america_logo_cinza.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.unimed a{
	background: url(../images/unimed-logo.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.unimed a:hover{
	background: url(../images/unimed-logo_cinza.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.amil a{
	background: url(../images/amil_logo.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.amil a:hover{
	background: url(../images/amil_logo_cinza.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.bradesco a{
	background: url(../images/bradesco_logo.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo ul.profissao li.bradesco a:hover{
	background: url(../images/bradesco_logo_cinza.jpg) no-repeat;
	width:80px;
	height:40px;
	float:left;	
}

section#corpo #conteudo .voltar{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 10px 0 15px 10px;
}

section#corpo #conteudo .voltar a{
	color:#759DDD;
	
}

section#corpo #conteudo .voltar a:hover{
	color:#0E2D5C;
	
}

section#corpo #conteudo a#ressarcimento{
	color:#fff;
	background-color:#F60;
	width:120px;
	height:30px;
	text-align:center;
	text-decoration:none;
	margin-left: 20px;
	line-height: 27px;
	float:left;
}

section#corpo #conteudo a:hover#ressarcimento{
	color:#FF0;
}

section#corpo #conteudo ul.profissao{
	width:950px;
	margin-left:25px;
	float:left;
	margin-bottom: 10px;
}

section#corpo #conteudo ul.profissao li{
	width:90px;
	list-style:none;
	float:left;	
	margin-left:0;
}

section#corpo #conteudo ul{
	width:950px;
	margin-left:34px;
	float:left;
}

section#corpo #conteudo ul li{
	width:150px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
}

section#corpo #conteudo ul li.amil{
	width:950px;
	list-style:circle;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	line-height:1.5em;
}

section#corpo #conteudo ul li.institucional{
	width:990px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	margin-bottom: 5px;
	margin-left:10px;
}

section#corpo #conteudo ul li.blue200{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.blue200 a{
	background-color: #006599;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.blue200 a:hover{
	background-color: #024466;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.blue300{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.blue300 a{
	background-color: #3786AD;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.blue300 a:hover{
	background-color: #2C6C8C;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.blue400{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.blue400 a{
	background-color: #24A3E2;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.blue400 a:hover{
	background-color: #208CC1;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.medial200{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.medial200 a{
	background-color: #2C6B2C;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.medial200 a:hover{
	background-color: #215421;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.medial300{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.medial300 a{
	background-color: #009900;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.medial300 a:hover{
	background-color: #007F00;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.medial400{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.medial400 a{
	background-color: #1DC41D;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.medial400 a:hover{
	background-color: #18A018;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.LT3{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.LT3 a{
	background-color: #7C7B7B;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.LT3 a:hover{
	background-color: #605F5F;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.LT4{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.LT4 a{
	background-color: #B1B1B1;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.LT4 a:hover{
	background-color: #9B9999;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.dental{
	width:250px;
	list-style:none;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	float:left;	
	text-decoration:none;
}

section#corpo #conteudo ul li.dental a{
	background-color: #35bcda;
	width:200px;
	height:30px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:26px;
}

section#corpo #conteudo ul li.dental a:hover{
	background-color: #219ab5;
	width:200px;
	height:30px;
	float:left;	
	color:#fff;
	text-align:center;
	line-height:26px;
}

/*Voltar ao topo*/

#toTop {
width:100px;
/*border:1px solid #ccc;*/
/*background:#f7f7f7;*/
/*text-align:center;*/
padding:5px;
position:fixed; /* fixa o botão */
bottom:40px; /* e coloca o botão no canto junto com essa parte do código*/
right:10px;
cursor:pointer;
display:none;
z-index: 9999;
/*color:#333;*/
/*font-family:verdana;
font-size:11px;*/
}

section#map{
	width:90%;/* 900px ÷ 1000px = 1 x 100 = 90%*/
	height:285px;
	float:left;
	margin-left:7em;
	margin-bottom: 230px;
}

section#map ul.planoSaude{
	width:40%;/* 400px ÷ 1000px = 1 x 100 = 40%*/
	height:200px;
	float:left;
	margin:2em 0 ;
	padding:0;
}

section#map ul.planoSaude h3{
	display:inline;
	float:left;
	font-family:'Raleway', sans-serif;
	font-size:1em;
	background-color:#195CC5;
	width:179px;
	height: 29px;
	color: #FFF;
	text-align: center;
	margin-bottom: 2em;
	line-height: 1.8em;
}


section#map ul.planoSaude li{
	list-style:none;
	width:300px;
	height:20px;
	margin-bottom: 1.5em;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	float: left;
}

section#map ul.planoSaude li a{
	color:#4e4e4e;
	width:300px;
	height:24px;
	text-decoration:none;
	float:left;
}

section#map ul.planoSaude li a:hover{
	color:#6ca4fd;
}

section#map ul.operadoras{
	width:20%;/* 200px ÷ 1000px = 1 x 100 = 20%*/
	height:200px;
	float:left;
	margin: 2em 0;
	padding: 0;
}

section#map ul.operadoras h3{
	display:inline;
	float:left;
	font-family:'Raleway', sans-serif;
	font-size:1em;
	background-color:#195CC5;
	width:179px;
	height: 29px;
	color: #FFF;
	text-align: center;
	margin-bottom: 2em;
	line-height: 1.8em;
}

section#map ul.operadoras li{
	list-style:none;
	width:150px;
	margin-bottom: 0.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	float:left;
}

section#map ul.operadoras li a{
	color:#4E4E4E;
	width:150px;
	height:24px;
	text-decoration:none;
	float:left;
}

section#map ul.operadoras li a:hover{
	color:#6ca4fd;
}

section#map ul.operadoras2{
	width:20%;/* 200px ÷ 1000px = 1 x 100 = 20%*/
	height:200px;
	float:left;
	margin:7.4em 0 ;
	padding:0;
}


section#map ul.operadoras2 li{
	list-style:none;
	width:150px;
	margin-bottom: 0.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	float:left;
}

section#map ul.operadoras2 li a{
	color:#4e4e4e;
	width:75%;
	height:24px;
	text-decoration:none;
	float:left;
}

section#map ul.operadoras2 li a:hover{
	color:#6ca4fd;
}

section#corpo .btnvoltar a{
	width:150px;
	height:30px;
	color:#fff;
	background-color:#195CC5;
	float:left;
	margin-left:20px;
	text-decoration:none;
	text-align:center;
	line-height:30px;
	margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

section#corpo .btnvoltar a:hover{
	background-color:#114189;
}

section#corpo .tabela a{
	background-color:#fe8a03;
	width:200px;
	height:40px;
	float:left;
	color:#fff;
	font-size:16px;
	font-family:'Raleway', sans-serif;;
	text-decoration:none;
	line-height:2.5em;
	text-align:center;
	margin:0 0 20px 20px;
	border-radius: 10px;
}

section#corpo .tabela a:hover{
	background-color:#d87704;
	border-radius: 10px;
}

section#corpo #conteudo h2 a{
	color:#074385;
	text-decoration:none;
}
section#corpo #conteudo h2 a:hover{
	color:#759DDD;
}

section#corpo #conteudo table.religiosos{
	width:96%;float:left;
	margin-left: 30px;
	margin-bottom: 20px;
}
section#corpo #conteudo table.religiosos tbody{
	width:100%;float:left;
}
section#corpo #conteudo table.religiosos tbody tr{
	width:100%;float:left;
}
section#corpo #conteudo table.religiosos tbody tr td{
	width:40%;float:left;
	border:1px solid #759DDD;
	text-align:center;
	height:50px;
}

section#corpo #conteudo ul.unidades{width:90%;float:left;margin:0 auto; height:735px;}
section#corpo #conteudo ul.unidades li.unidadeudi{width:45%;float:left; height:350px;list-style:none;margin-left: 35px;}
section#corpo #conteudo ul.unidades li.unidadeudi a{width:100%;float:left; height:250px;transition:1s box-shadow;display: block;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;background: url(../images/udi.jpg) no-repeat;}
section#corpo #conteudo ul.unidades li.unidadeudi a:hover{width:100%;float:left; height:250px;opacity: 1;box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);}
section#corpo #conteudo ul.unidades li.unidadeudi h2{
width: 100%;
height: 30px;
margin: 10px 0;
float: left;
font-family: "Raleway",sans-serif;
font-size: 20px;
color: #759DDD;
line-height: 1.5em;
text-align: center;
padding:0;}

section#corpo #conteudo ul.unidades li.unidademoc{width:45%;float:left; height:350px;list-style:none;margin-left: 35px;}
section#corpo #conteudo ul.unidades li.unidademoc a{width:100%;float:left; height:250px;transition:1s box-shadow;display: block;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;background: url(../images/moc.jpg) no-repeat;}
section#corpo #conteudo ul.unidades li.unidademoc a:hover{width:100%;float:left; height:250px;opacity: 1;box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);}
section#corpo #conteudo ul.unidades li.unidademoc h2{
width: 100%;
height: 30px;
margin: 10px 0;
float: left;
font-family: "Raleway",sans-serif;
font-size: 20px;
color: #759DDD;
line-height: 1.5em;
text-align: center;
padding:0;}

section#corpo #conteudo ul.unidades li.unidadejf{width:45%;float:left; height:320px;list-style:none;margin-left: 18em;}
section#corpo #conteudo ul.unidades li.unidadejf a{width:100%;float:left; height:250px;transition:1s box-shadow;display: block;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;background: url(../images/jf.jpg) no-repeat;}
section#corpo #conteudo ul.unidades li.unidadejf a:hover{width:100%;float:left; height:250px;opacity: 1;box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);}
section#corpo #conteudo ul.unidades li.unidadejf h2{
width: 100%;
height: 30px;
margin: 10px 0;
float: left;
font-family: "Raleway",sans-serif;
font-size: 20px;
color: #759DDD;
line-height: 1.5em;
text-align: center;
padding:0;}

.float-banner {
        position: absolute;
        left: 0;
        width: 200px; height: 200px;
        margin-top: 200px; margin-left:0;
		z-index:99999;
}

/*Breadcrumb*/
section#corpo #conteudo .breadcrumb{width:95%;height:30px;}
section#corpo #conteudo .breadcrumb ul{width:95%;height:30px;float:left;margin:10px 0 0 40px;padding: 0;}
section#corpo #conteudo .breadcrumb ul li{float:left;font-family:Verdana, Geneva, sans-serif;font-size:11px;display: inline;width: auto;}
section#corpo #conteudo .breadcrumb ul li+li:before { padding: 8px;color: black;content: ">\00a0";}
section#corpo #conteudo .breadcrumb ul li a{color:#1a4385;text-decoration:none;}
section#corpo #conteudo .breadcrumb ul li a:hover{color:#000; text-decoration: underline;}

/*Formulario de cotacao*/

.wrp-form{
 display: table;
width: 100%;
}
.required-field{
font-size: 7px; color: red;
position: relative;
top: -4px;
}
.error, #telefone-errors, #celular-errors, #email-errors{
color: red;
margin-top: 3px;
}

#corpo #conteudo .compartilhe{width:97%; height:30px; float:left; margin-left:2em;margin-bottom:15px;}