@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:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*----------------------------------------------------------
Configurações Gerais <<<<<==================================
----------------------------------------------------------*/
#whats {top: 75%;}
.banner-full{
  display:none !important
}
.banner-mobile{
  display: block !important;width:100%;left:0;margin:0 auto; position:absolute;clear:both;top: 67px;
}
*{ margin:0; padding:0;}
.cycle-slideshow{
  transform: scale(1.5);
  margin-top:3%;
}
.banner2{
  transform: scale(1.5);
  margin-top:22%;
}
body{
	background: url(images/bg.jpg) repeat-x;	
	width:100%;
	margin: 0;
  font-size: 62.5%;
	line-height: 1.2222222222em; /* 22px ÷ 18px = 1.22222222222em*/
	font-family: Verdana, Geneva, sans-serif;
}
.cot{
  display:block !important;
}
.center{
	margin: 0 auto;
	max-width:1000px; /*largura máxima do layout*/
	width: 90%; /*ajuste do layout à tela*/
	height: auto;
}
/*.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;
}

#wpp-menu{
  display:none;
}
.Mob-WPP{
  display:table-cell !important;
  vertical-align: middle;
  font-size: 14px;
  line-height: 27px;
}
/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}
/*Voltar ao topo*/
#toTop {
width:10%;/* 1000px ÷ 1000px = 1 x 100 = 10%*/
/*border:1px solid #ccc;*/
/*background:#f7f7f7;*/
text-align:center;
padding:0.5em;
position:fixed; /* fixa o botão */
bottom:4em; /* e coloca o botão no canto junto com essa parte do código*/
right:1em;
cursor:pointer;
display:none;
z-index:9999;
/*color:#333;*/
/*font-family:verdana;
font-size:11px;*/
}

header{background-color:#1a4385;width:100%;height:68px;left: 0px;padding: 0px;position: fixed;top: 0px;clear: both;z-index: 999;}
header .center{width: 100%; margin: 0px auto; height: 67px;}
header h1{width:79%; float:left;margin: 0;}
header h1 a{background: url(../images/logo_retrato.png) no-repeat; width:100%;height:67px; float:left;}
header .telefone{display:none;}

header nav#menu h1{display:none;}


.control-nav {
    position: absolute;
    right: 20px;
    top: 26px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #fff;
    border-width: 3px 0;
    z-index: 99999;
    cursor: pointer;
  }
.control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #fff;
  }
 
.control-nav-close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
 
nav#menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    border-left: 1px solid #1a4385;
    overflow-x: auto;
    z-index: 9999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
	background-color:#1a4385;
  }
 
#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
 
#control-nav:checked ~ nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cycle-next{
	display:none;
}
.cycle-prev{
	display:none;
}
.cycle-pager{
	display:none;
}

header nav#menu ul.menu{
    width: 100%;
    display: inline!important;
    float: right;
    margin-right: 0;
	margin-top: 6em;
}
header nav#menu ul.menu li.home{width:100%; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li.home a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;height:67px;}
header nav#menu ul.menu li.home a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
header nav#menu ul.menu li.planos{width:100%; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li.planos a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;}
header nav#menu ul.menu li.planos a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
header nav#menu ul.menu li.tabelas{width:100%; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li.tabelas a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;}
header nav#menu ul.menu li.tabelas a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
header nav#menu ul.menu li.cotacao{width:100%; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li.cotacao a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;}
header nav#menu ul.menu li.cotacao a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
header nav#menu ul.menu li.fale-conosco{width:100%; list-style:none;text-align:center;height:67px; line-height: 7em;}
header nav#menu ul.menu li.fale-conosco a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;}
header nav#menu ul.menu li.fale-conosco a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}

.cycle-slideshow{
	width:80%; 
	overflow:hidden;
	position: absolute;
    left: 0;
	max-width:1920px;
	display:block;
} 
.slide{width:100%;display:block;position: absolute;}
@media screen and (max-width: 569px) {
#fone{width:100%;background-color:#1a4385;margin: 0 auto;height:80px;float:left;position:absolute;z-index: 99;top:21em; display:block!important;border-bottom:15px;}
#fone p{font-size:1.6em;font-family:Verdana, Geneva, sans-serif;color:#fff;line-height:2.5em;font-weight: bold;text-align:center;} 
#fone p a{color:#fff;text-decoration:none;} 
header a{width: 65%;}
.wpp-menu{
  display:none;
}
}
@media screen and (min-width: 570px) and (max-width: 640px) {
#fone{width:100%;background-color:#1a4385;margin: 0 auto;height:80px;float:left;position:absolute;z-index: 99;top:24em; display:block!important;border-bottom:15px;}
#fone p{font-size:1.6em;font-family:Verdana, Geneva, sans-serif;color:#fff;line-height:2.5em;font-weight: bold;text-align:center;} 
#fone p a{color:#fff;text-decoration:none;}
header a{width: 65%;}
}

section#corpo{margin: 0 auto;height: auto;position: relative;float:left;width: 100%;top:170px !important;}
section#corpo #institucional{width:100%; height:auto;float:left;}
section#corpo #institucional h1{width:95%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;height:37px;line-height: 3.5em;font-weight:bold;background:none;border-bottom:1px solid #cce;}
section#corpo #institucional p{width:91%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;margin-left:20px; text-align:justify;}
section#corpo #institucional ul.opcoes{width:95%;margin:20px 0 20px 0; float:left;}
section#corpo #institucional ul.opcoes li{width:45%!important;margin-left:10px!important; float:left;list-style:none;height:40px;}
section#corpo #institucional ul.opcoes li a{width:100%;float:left;color:#fff; background-color:#5685d0;font-size:1.4em;font-family:Verdana, Geneva, sans-serif;font-weight:bold;height:40px;transition: background-color 1s;text-decoration:none;text-align:center;line-height:1.5em;}
section#corpo #institucional ul.opcoes li a:hover{width:100%;height:40px;background-color:#40649b;}

section#corpo #planos{width:100%; height:auto;float:left;margin: 0 auto;}
section#corpo #planos h1{width:95%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:none;height:37px;line-height: 2.5em;font-weight:bold;border-bottom:1px solid #cce;}
section#corpo #planos .ind{width: 90%; height: 400px;float: left;margin-left: 20px;}

section#corpo #planos .ind figure a{background:url(../images/img_individual.jpg) no-repeat center; border-radius: 50%;left:20%;top:50%;position:relative;}
	section#corpo #planos .ind figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #planos .ind h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;    float: left;border:none;}
section#corpo #planos .ind p{width:100%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;    margin-top: 16px;
    float: left;}
section#corpo #planos .col{width: 90%; height: 400px;float: left;margin-left: 20px;}
section#corpo #planos .col figure a{background:url(../images/img_coletivo.jpg) no-repeat;  border-radius: 50%;left:20%;top:50%;position:relative;}
	section#corpo #planos .col figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #planos .col h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;border:none;}
section#corpo #planos .col p{width:100%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;    margin-top: 16px;
    float: left;}
section#corpo #planos .emp{width:90%; height: 400px;float: left;margin-left: 20px;}
section#corpo #planos .emp figure a{background:url(../images/img_empresarial.jpg) no-repeat;float:left; border-radius: 50%;left:20%;top:50%;position:relative;}
	section#corpo #planos .emp figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #planos .emp h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;    float: left;border:none;}
section#corpo #planos .emp p{width:100%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;    margin-top: 16px;
    float: left;}
section#corpo #planos .odt{width: 90%; height: 400px;float: left;margin-left: 20px;}
section#corpo #planos .odt figure a{background:url(../images/img_odontologico.jpg) no-repeat;  border-radius: 50%;left:20%;top:50%;position:relative;}
	section#corpo #planos .odt figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #planos .odt h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;    float: left;border:none;}
section#corpo #planos .odt p{width:100%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;    margin-top: 16px;
    float: left;}


section#corpo #tabelas ul li.premium{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important; float:left;position:relative}
section#corpo #tabelas ul li.premium a{width:80px;height:40px;float:left;background:url(../images/premium_logo.jpg) no-repeat}
section#corpo #tabelas ul li.premium a:hover{width:80px;height:40px;float:left;background:url(../images/premium_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.bradesco{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important; float:left;position:relative}
section#corpo #tabelas ul li.bradesco a{width:80px;height:40px;float:left;background:url(../images/bradesco_logo.jpg) no-repeat}
section#corpo #tabelas ul li.bradesco a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.amil{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important; float:left;position:relative}
section#corpo #tabelas ul li.amil a{width:80px;height:40px;float:left;background:url(../images/amil_logo.jpg) no-repeat}
section#corpo #tabelas ul li.amil a:hover{width:80px;height:40px;float:left;background:url(../images/amil_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.allianz{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.allianz a{width:80px;height:40px;float:left;background:url(../images/allianz_logo.jpg) no-repeat}
section#corpo #tabelas ul li.allianz a:hover{width:80px;height:40px;float:left;background:url(../images/allianz_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.goodlife{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.goodlife a{width:80px;height:40px;float:left;background:url(../images/goodlife_logo.jpg) no-repeat}
section#corpo #tabelas ul li.goodlife a:hover{width:80px;height:40px;float:left;background:url(../images/goodlife_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.promed{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.promed a{width:80px;height:40px;float:left;background:url(../images/promed_logo.jpg) no-repeat}
section#corpo #tabelas ul li.promed a:hover{width:80px;height:40px;float:left;background:url(../images/promed_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.medsenior{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.medsenior a{width:80px;height:40px;float:left;background:url(../images/medsenior_logo.jpg) no-repeat}
section#corpo #tabelas ul li.medsenior a:hover{width:80px;height:40px;float:left;background:url(../images/medsenior_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.vitallis{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.vitallis a{width:80px;height:40px;float:left;background:url(../images/vitallis_logo.jpg) no-repeat}
section#corpo #tabelas ul li.vitallis a:hover{width:80px;height:40px;float:left;background:url(../images/vitallis_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.golden-cross{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.golden-cross a{width:80px;height:40px;float:left;background:url(../images/golden_logo.jpg) no-repeat}
section#corpo #tabelas ul li.golden-cross a:hover{width:80px;height:40px;float:left;background:url(../images/golden_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.samp{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.samp a{width:80px;height:40px;float:left;background:url(../images/samp_logo.jpg) no-repeat}
section#corpo #tabelas ul li.samp a:hover{width:80px;height:40px;float:left;background:url(../images/samp_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.saude{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.saude a{width:80px;height:40px;float:left;background:url(../images/saude_logo.jpg) no-repeat}
section#corpo #tabelas ul li.saude a:hover{width:80px;height:40px;float:left;background:url(../images/saude_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.seguros-unimed{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.seguros-unimed a{width:80px;height:40px;float:left;background:url(../images/unimed_logo.jpg) no-repeat}
section#corpo #tabelas ul li.seguros-unimed a:hover{width:80px;height:40px;float:left;background:url(../images/unimed_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.sulamerica{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.sulamerica a{width:80px;height:40px;float:left;background:url(../images/sul_america_logo.jpg) no-repeat}
section#corpo #tabelas ul li.sulamerica a:hover{width:80px;height:40px;float:left;background:url(../images/sul_america_logo_cinza.jpg) no-repeat}

section#corpo #tabelas ul li.unimed{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.unimed a{width:80px;height:40px;float:left;background:url(../images/unimed-logo.jpg) no-repeat !important}
section#corpo #tabelas ul li.unimed a:hover{width:80px;height:40px;float:left;background:url(../images/unimed-logo_cinza.jpg) no-repeat !important}

section#corpo #tabelas ul li.amilDental{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.amilDental a{width:80px;height:40px;float:left;background:url(../images/amil_dental.jpg) no-repeat !important}
section#corpo #tabelas ul li.amilDental a:hover{width:80px;height:40px;float:left;background:url(../images/amil_dental.jpg) no-repeat !important}

section#corpo #tabelas ul li.odontoprev{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.odontoprev a{width:80px;height:40px;float:left;background:url(../images/odontoprev_logo.gif) no-repeat !important}
section#corpo #tabelas ul li.odontoprev a:hover{width:80px;height:40px;float:left;background:url(../images/odontoprev_logo_cinza.gif) no-repeat !important}

section#corpo #tabelas ul li.metlife{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.metlife a{width:80px;height:40px;float:left;background:url(../images/metlife_logo.gif) no-repeat !important}
section#corpo #tabelas ul li.metlife a:hover{width:80px;height:40px;float:left;background:url(../images/metlife_logo_cinza.gif) no-repeat !important}

section#corpo #tabelas ul li.porto-seguro{list-style:none;margin:0 auto;width: 29% !important; margin: 0 5px 10px 5px !important;float:left;position:relative}
section#corpo #tabelas ul li.porto-seguro a{width:80px;height:40px;float:left;background:url(../images/portoseguro_logo.jpg) no-repeat !important}
section#corpo #tabelas ul li.porto-seguro a:hover{width:80px;height:40px;float:left;background:url(../images/portoseguro_logo_cinza.jpg) no-repeat !important}


section#corpo #tabelas{width:100%; height:auto;float: left;margin: 0 auto;}
section#corpo #tabelas h1{width:95%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:none;height:37px;line-height: 2em;font-weight:bold;border-bottom:1px solid #cce;}
section#corpo #tabelas .tab_ind{width:100%;float:left;height:auto;margin-bottom: 30px;}
section#corpo #tabelas .tab_ind h1{background:none;width:95%;height: 30px;color:#454545;font-size:1.4em;font-family:Verdana, Geneva, sans-serif;text-align:center;}
section#corpo #tabelas .tab_emp{width:100%;float:left;height:auto;margin-bottom: 30px;}
section#corpo #tabelas .tab_emp h1{background:none;width:95%;height: 30px;color:#1a4385;font-size:1.4em;font-family:Verdana, Geneva, sans-serif;text-align:center;border-bottom: 3px solid #1a4385;}
section#corpo #tabelas .tab_col{width:100%;float:left;height:auto;margin-bottom: 30px;}
section#corpo #tabelas .tab_col h1{background:none;border-bottom:3px solid #1a4385;width:95%;height: 30px;color:#1a4385;font-size:1.4em;font-family:Verdana, Geneva, sans-serif;text-align:center;}
section#corpo #tabelas .tab_odt{width:100%;float:left;height:auto;margin-bottom: 30px;}
section#corpo #tabelas .tab_odt h1{background:none;width:95%;height: 30px;color:#1a4385;font-size:1.4em;font-family:Verdana, Geneva, sans-serif;text-align:center;border-bottom: 3px solid #1a4385;}
section#corpo #tabelas .tab_emp ul{float:left;width:100%;margin:20px 0 0;height:auto;padding:0;display: block;}
section#corpo #tabelas .tab_emp ul li.allianz{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.amil{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.bradesco{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.goodlife{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.premium{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.promed{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.samp{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.saude{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.sulamerica{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_emp ul li.vitallis{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_ind ul{float:left;width:100%;margin:20px 0 0;height:auto;padding:0;display: block;}
section#corpo #tabelas .tab_col ul{float:left;width:100%;margin:20px 0 0;height:auto;padding:0;display: block;}
section#corpo #tabelas .tab_col ul li.bradesco{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.promed{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.sulamerica{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.amil{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.samp{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.saude{list-style:none;margin:0 auto;width:17%;margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.sulamerica{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.unimed{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_col ul li.vitallis{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}

section#corpo #tabelas .tab_odt ul{float:left;width:100%;margin:20px 0 0;height:auto;padding:0;display: block;}
section#corpo #tabelas .tab_odt ul li.amilDental{list-style:none;margin:0 auto; width: 17%; margin:0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_odt ul li.metlife{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_odt ul li.odontoprev{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_odt ul li.sulamerica{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}
section#corpo #tabelas .tab_odt ul li.porto-seguro{list-style:none;margin:0 auto; width: 17%; margin: 0 5px 10px 25px;float:left;}

section#corpo #cotacao{width:100%; height:auto;float:left;margin:30px 0 0 0;}
section#corpo #cotacao h1{width:95%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:none;height:37px;line-height: 2em;font-weight:bold;border-bottom:1px solid #cce;}
section#corpo #cotacao p{width:95%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#454545;height:30px;}
section#corpo #cotacao form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;margin-left: 15px;width: 100%;}
section#corpo #cotacao form #containerNome{display:block;float:left;margin:20px 0 0 0;width:95%;}
section#corpo #cotacao form #containerEmail{display:block;float:left;margin:20px 0 0 0;width:95%;}
section#corpo #cotacao form #containerTelefone{display:block;float:left;margin:20px 0 0 0;width:95%;}
section#corpo #cotacao form #containerCelular{display:block;float:left;margin:20px 0 0 0;width:95%;}
section#corpo #cotacao form #containerEstado{display:block;float:left;margin:20px 0 0 0;width:95%;}
section#corpo #cotacao form #containerCidade{display:block;float:left;margin:20px 0 0 0;width:95%;}	
			section#corpo #cotacao form div#containerProfissao, section#corpo #cotacao form div#containerTipoPlano, section#corpo #cotacao form div#containerFaixaEtaria, section#corpo #cotacao form div#containerMensagem{width:95%;display:block;float:left;margin:20px 0 0 0;text-align: center;}
			section#corpo #cotacao form label{color:#1a4385;display:block;font:16px Verdana, Geneva, sans-serif;margin-bottom:7px;margin-left: 0;}
			section#corpo #cotacao form input, section#corpo #cotacao form select, section#corpo #cotacao 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:95%;}
			section#corpo #cotacao form textarea{height:150px;width:90%%;margin-bottom: 20px;margin-left:0;}
			section#corpo #cotacao form select#profissao{width:95%;}
			section#corpo #cotacao form div#containerTipoPlano input{margin-left:30px;width:20px;}
			section#corpo #cotacao form div#containerFaixaEtaria{margin-top:40px;margin-bottom:20px;}
			section#corpo #cotacao form div#containerFaixaEtaria ul{float: left;height: auto;list-style-type: none;margin-left: 15px;padding: 0;width: 95%;}
				section#corpo #cotacao form div#containerFaixaEtaria ul li{display;block;float:left;margin-bottom:30px;width:180px;}
					section#corpo #cotacao form div#containerFaixaEtaria ul li input{width:100px;}
			section#corpo #cotacao form #B1{background:#1a4385;color:#fff;font:1.4em Verdana, Geneva, sans-serif, sans-serif;width:100px;height:100px;;border-radius: 50%;position: absolute;left: 50%;margin-left: -45px;
    bottom: -8px;}
				section#corpo #cotacao form #B1:hover{background:#5685d0;border:1px solid #195CC5;color:#efefef;}
			section#corpo #cotacao #iframeEnviaCotacao{display:none;}
			section#corpo #cotacao ul.Lista-Coluna{float:left;width:280px;}
			
section#corpo #cotacao iframe{
	margin-left:20px;
	margin-bottom:20px;
}	
section#corpo #cotacao form #containerAnexo{
	margin:20px 0 20px 20px;
	float:left;
	display:block;
	width:800px;
}

section#corpo #cotacao form #containerAnexo input{
	width:800px;
	border:none;
}


footer#rodape{width:100%;clear:both;background-color:#001c48;height:auto;bottom: 0 !important;left: 0;position:absolute;margin-bottom: -35em;}
footer#rodape .center{margin: 0 auto;max-width:100%;float: left;}
footer#rodape .center .rota{width:40%;float:left;margin-left:20px;}
footer#rodape .center .rota p.rota{width:100%;color:#fff;font-size:1.4em;font-family:Verdana, Geneva, sans-serif; font-weight:bold;margin-top:20px;margin-left:0;}
footer#rodape .center .rota p{width:100%;color:#fff;font-size:1.2em;font-family:Verdana, Geneva, sans-serif; margin-top:20px;line-height:1.5em;float: left;}
footer#rodape .center .endereco{width:40%;float:left;margin-left:35px;}
footer#rodape .center .endereco p.endereco{width:100%;color:#fff;font-size:1.4em;font-family:Verdana, Geneva, sans-serif; font-weight:bold;margin-top:20px;margin-left: 0;}
footer#rodape .center .endereco p{width:100%;color:#fff;font-size:1.2em;font-family:Verdana, Geneva, sans-serif; margin-top:20px;line-height:1.5em;float: left;}
footer#rodape .center .redes{width:40%;float:left;margin-left: 35px;}
footer#rodape .center .redes p.horario{width:75%;color:#fff;font-size:1.2em;font-family:Verdana, Geneva, sans-serif; font-weight:bold;margin-top:20px;margin-left: 0;float:left;line-height: 1.5em;}
footer#rodape .center .redes ul{width:100px;float:left;display: inline-flex;}
footer#rodape .center .redes ul li.face{width:35px;height:35px;float:left;list-style:none;}
footer#rodape .center .redes ul li.face a{background:url(../images/face.png) no-repeat;width:35px;height:35px;list-style:none;margin-left:0;float:left;}
footer#rodape .center .redes ul li.face a:hover{background:url(../images/face_hover.png) no-repeat;width:35px;height:35px;float:left;}
footer#rodape .center .redes ul li.twitter{width:35px;height:35px;float:left;list-style:none;}
footer#rodape .center .redes ul li.twitter a{background:url(../images/twitter.png) no-repeat;width:35px;height:35px;list-style:none;margin-left:0;float:left;}
footer#rodape .center .redes ul li.twitter a:hover{background:url(../images/twitter_hover.png) no-repeat;width:35px;height:35px;float:left;}
footer#rodape .center .redes ul li.instagram{width:35px;height:35px;float:left;list-style:none;}
footer#rodape .center .redes ul li.instagram a{background:url(../images/insta.png) no-repeat;width:35px;height:35px;list-style:none;margin-left:4px;;cursor:pointer;float:left;}
footer#rodape .center .redes ul li.instagram a:hover{background:url(../images/insta_hover.png) no-repeat;width:35px;height:35px;cursor:pointer;float:left;}

section#corpo #interna h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:none;height:57px;line-height: 3.5em;font-weight:bold;border-bottom:1px solid #cce;float:left;}

section#corpo #interna form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;margin-left: 22px;width: 95%;}
section#corpo #interna form #containerNome{display:block;float:left;margin:20px 0 0 0!important;width:95%;}
section#corpo #interna form #containerEmail{display:block;float:left;margin:20px 0 0 0!important;width:95%;}
section#corpo #interna form #containerTelefone{display:block;float:left;margin:20px 0 0 0!important;width:95%;}
section#corpo #interna form #containerCelular{display:block;float:left;margin:20px 0 0 0!important;width:95%;}
section#corpo #interna form #containerEstado{display:block;float:left;margin:20px 0 0 0!important;width:95%;}
section#corpo #interna form #containerCidade{display:block;float:left;margin:20px 0 0 0!important;width:95%;}	
			section#corpo #interna form div#containerProfissao,  section#corpo #interna form div#containerMensagem{width:90%;display:block;float:left;margin:20px 0 0 0;text-align: center;}
			section#corpo #interna form label{color:#1a4385;display:block;font:16px Verdana, Geneva, sans-serif;margin-bottom:7px;margin-left: 0;}
			section#corpo #interna form input, section#corpo #interna form select, section#corpo #interna 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:85%;}
			section#corpo #interna form textarea{height:150px;width:90%;margin-bottom: 20px;margin-left:0;}
			section#corpo #interna form select#profissao{width:500px;}
			section#corpo #interna form div#containerTipoPlano input{margin-left:30px;width:20px;}
			section#corpo #interna form div#containerFaixaEtaria{margin-top:40px;margin-bottom:20px;}
			section#corpo #interna form div#containerFaixaEtaria ul{float: left;height: auto;list-style-type: none;margin-left: 15px;padding: 0;width: 900px;}
				section#corpo #interna form div#containerFaixaEtaria ul li{display;block;float:left;margin-bottom:30px;width:180px;}
					section#corpo #interna form div#containerFaixaEtaria ul li input{width:100px;}
			section#corpo #interna form #B1{background:#1a4385;color:#fff;font:1.4em Verdana, Geneva, sans-serif, sans-serif;width:100px;height:100px;;border-radius: 50%;position: absolute;left: 50%;margin-left: -45px;
    bottom: -8px;}
				section#corpo #interna form #B1:hover{background:#5685d0;border:1px solid #195CC5;color:#efefef;}
			section#corpo #interna #iframeEnviaCotacao{display:none;}
			section#corpo #interna ul.Lista-Coluna{float:left;width:280px;}
			
section#corpo #interna ul{float:left;width:90%;margin:20px 0 0;height:auto;padding:0;display: block;}
section#corpo #interna ul li{list-style:none;margin:0 auto;width:17%;height:40px;float:left;}
section#corpo #interna ul li{list-style:none;margin:0 auto;width:100%;height:40px;float:left;padding-left:50px}
section#corpo #interna ul li.allianz{list-style:none;margin:0 auto;width: 29%; margin:0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.allianz a{width:80px;height:40px;float:left;background:url(../images/allianz_logo.jpg) no-repeat}
section#corpo #interna ul li.allianz a:hover{width:80px;height:40px;float:left;background:url(../images/allianz_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.bradesco{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.bradesco a{width:80px;height:40px;float:left;background:url(../images/bradesco_logo.jpg) no-repeat}
section#corpo #interna ul li.bradesco a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.goodlife{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.goodlife a{width:80px;height:40px;float:left;background:url(../images/goodlife_logo.jpg) no-repeat}
section#corpo #interna ul li.goodlife a:hover{width:80px;height:40px;float:left;background:url(../images/goodlife_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.promed{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.promed a{width:80px;height:40px;float:left;background:url(../images/promed_logo.jpg) no-repeat}
section#corpo #interna ul li.promed a:hover{width:80px;height:40px;float:left;background:url(../images/promed_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.saude{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.saude a{width:80px;height:40px;float:left;background:url(../images/saude_logo.jpg) no-repeat}
section#corpo #interna ul li.saude a:hover{width:80px;height:40px;float:left;background:url(../images/saude_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.sulamerica{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.sulamerica a{width:80px;height:40px;float:left;background:url(../images/sul_america_logo.jpg) no-repeat}
section#corpo #interna ul li.sulamerica a:hover{width:80px;height:40px;float:left;background:url(../images/sul_america_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.amil{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.amil a{width:80px;height:40px;float:left;background:url(../images/amil_logo.jpg) no-repeat}
section#corpo #interna ul li.amil a:hover{width:80px;height:40px;float:left;background:url(../images/amil_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.amilDental{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.amilDental a{width:80px;height:40px;float:left;background:url(../images/amil_dental.jpg) no-repeat}
section#corpo #interna ul li.amilDental a:hover{width:80px;height:40px;float:left;background:url(../images/amil_dental_cinza.jpg) no-repeat}
section#corpo #interna ul li.metlife{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.metlife a{width:80px;height:40px;float:left;background:url(../images/metlife_logo.gif) no-repeat}
section#corpo #interna ul li.metlife a:hover{width:80px;height:40px;float:left;background:url(../images/metlife_logo_cinza.gif) no-repeat}
section#corpo #interna ul li.odontoprev{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.odontoprev a{width:80px;height:40p1x;float:left;background:url(../images/odontoprev_logo.gif) no-repeat}
section#corpo #interna ul li.odontoprev a:hover{width:80px;height:40px;float:left;background:url(../images/odontoprev_logo_cinza.gif) no-repeat}
section#corpo #interna ul li.porto{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.porto a{width:80px;height:40p1x;float:left;background:url(../images/portoseguro_logo.jpg) no-repeat}
section#corpo #interna ul li.porto a:hover{width:80px;height:40px;float:left;background:url(../images/portoseguro_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.bradesco{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;;}
section#corpo #interna ul li.bradesco a{width:80px;height:40px;float:left;background:url(../images/bradesco_logo.jpg) no-repeat}
section#corpo #interna ul li.bradesco a:hover{width:80px;height:40px;float:left;background:url(../images/bradesco_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.sulamerica{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.sulamerica a{width:80px;height:40px;float:left;background:url(../images/sul_america_logo.jpg) no-repeat}
section#corpo #interna ul li.sulamerica a:hover{width:80px;height:40px;float:left;background:url(../images/sul_america_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.amil{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.amil a{width:80px;height:40px;float:left;background:url(../images/amil_logo.jpg) no-repeat}
section#corpo #interna ul li.amil a:hover{width:80px;height:40px;float:left;background:url(../images/amil_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.samp{list-style:none;margin:0 auto;width: 29%; margin:0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.samp a{width:80px;height:40px;float:left;background:url(../images/samp_logo.jpg) no-repeat}
section#corpo #interna ul li.samp a:hover{width:80px;height:40px;float:left;background:url(../images/samp_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.vitallis{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.vitallis a{width:80px;height:40px;float:left;background:url(../images/vitallis_logo.jpg) no-repeat}
section#corpo #interna ul li.vitallis a:hover{width:80px;height:40px;float:left;background:url(../images/vitallis_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.premium{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.premium a{width:80px;height:40px;float:left;background:url(../images/premium_logo.jpg) no-repeat}
section#corpo #interna ul li.premium a:hover{width:80px;height:40px;float:left;background:url(../images/premium_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.medsenior{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.medsenior a{width:80px;height:40px;float:left;background:url(../images/medsenior_logo.jpg) no-repeat}
section#corpo #interna ul li.medsenior a:hover{width:80px;height:40px;float:left;background:url(../images/medsenior_logo_cinza.jpg) no-repeat}
section#corpo #interna ul li.unimed{list-style:none;margin:0 auto;width: 29%; margin: 0 5px 10px 5px;padding-left:0;}
section#corpo #interna ul li.unimed a{width:80px;height:40px;float:left;background:url(../images/unimed-logo.jpg) no-repeat}
section#corpo #interna ul li.unimed a:hover{width:80px;height:40px;float:left;background:url(../images/unimed-logo_cinza.jpg) no-repeat}
section#corpo #interna ul.adesao{display:none;}
section#corpo #interna ul.adesao2{display:none;}
section#corpo #interna ul.tabela-adesao{float:left;width:95%;margin:20px 0 30px 0;height:auto; display: inline-flex;}
section#corpo #interna h1.esp{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:none;height:57px;line-height: 1.5em;font-weight:bold;}
section#corpo #interna h4 a{width:90%!important;text-align:left;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#074385;height:25px;line-height: 1.5em;text-decoration:none;margin-top: 30px;float: left;margin-left: 30px;margin-bottom:30px!important;}
section#corpo #interna h4 a:hover{width:62%;text-align:left;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#5685d0;height:25px;line-height: 1.5em;text-decoration:underline;}
section#corpo #interna p{width:90%!important;float:left;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;margin-left:20px; text-align:justify;margin-bottom:30px;}
section#corpo #interna ul.opcoes{display:none;}
section#corpo #interna ul.menu-operadoras{width:100%;margin:20px 0 20px 0; float:left;background-color:#5685d0;}
section#corpo #interna ul.menu-operadoras li{width:100%;float:left;list-style:none;height:35px;margin-left:0;padding:0;border-bottom:solid 1px #CCC;}
section#corpo #interna ul.menu-operadoras li a{width:100%;height:100%;float:left;color:#fff; background-color:#5685d0;font-size:1.4em;font-family:Verdana, Geneva, sans-serif;font-weight:bold;height:auto;text-decoration:none;text-align:center;line-height:2.5em;}
section#corpo #interna ul.menu-operadoras li a:hover{background-color:#ea850f}