﻿body {
    margin:0px;
    padding:0px;
    font-family: Calibri, Arial, Verdana, sans-serif;
	background-color: #1a777f;
}
.geral {
    width:100%;
    height:100%;
    float:left;
}
.geralCima {
    width:100%;
    height:100%;
    float:left;
    background-image:url(../imagens/fundoMenu.png);
    background-position:top;
    background-repeat:repeat-x;
}
.geralBaixo {
    width:100%;
    height:100px;
    float:left;
}
.rodape {
    width:1000px;
    height:100px;
    margin:0px auto;
}
.cabecalho {
    width:100%;
    height:60px;
    float:left;
    z-index:1;
}
.cabecaSize {
	width:1000px;
	margin:0px auto;
}
.banner {
    width:100%;
    height:auto;
	margin-bottom: -4px;
    float:left;
    z-index:-1;
}
.baixo {
    width:100%;
    height:auto;
	background-color: #FFF;
    float:left;
}
.baixo .img img {
	float:left;
	margin: 0 15px 0 0;
}
.baixo .texto {
	color:#292929;
	font-size:14px;
	margin:15px 0px;
}
.botaoConsulte2 {
	width: 62%;
	height: 50px;
	background-color: #1f767c;
	margin-bottom: 20px;
	border: 1px solid #1f767c;
	cursor: pointer;
	margin-top: 0px;
    color: #fff;
	font-size: 22px;
}
.botaoConsulte {
	width: 800px;
	height: 50px;
	background-color: #1f767c;
	margin-bottom: 20px;
	border: 1px solid #1f767c;
	cursor: pointer;
	margin-top: -50px;
}
.botaoConsulte a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.icones {
	width: 100%;
	height: auto;
	float: left;
}
.iconesSize {
	width: 800px;
	height: auto;
	margin: 0px auto;
}
.separaImagem {
	width: 33%;
	float: left;
}
.activeIco {
	background-color: #efefef;
}
.consulteArede {
    width:100%;
	height: auto;
    float:left;
}
.consRedeEsq2 {
    width:70%;
    height:auto;
    float:left;
    text-align: left;
	margin: 5px 0;
}
.consRedeEsq21 {
    width:30%;
    height:auto;
    float:left;
    text-align: left;
	margin: 5px 0;
}
.consRedeEsq {
    width:50%;
    height:auto;
    float:left;
    text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.alinhaDireita {
    text-align: right;
    line-height: 60px;
}
.consRedeEsq a {
    text-decoration: none;
	color: #000
}
.logo {
    width:300px;
    height:60px;
    float:left;
}
.menus {
    width:700px;
    height:60px;
    float:left;
}
.copy {
    width:500px;
    height:100px;
    float:left;
    color:#fff;
    font-weight:bold;
}
.endereco {
    width:500px;
    height:100px;
    float:left;
}
.banner img {
	border-bottom: solid #41ded5 10px;
}
ul {
    z-index: 999;
}
.endEsq {
    width:300px;
    height:100px;
    float:left;
    text-align:right;
    color:#fff;
    font-weight:bold;
	font-style: oblique;
}
.endDir {
    width:200px;
    height:100px;
    float:left;
    text-align: center;
}
.endDir img {
	width: 70%;
	margin-top: 15px;
}
.tituloEsq {
    color:#000;
	font-size:14px;
    font-weight:bold;
}
.titulo {
	font-size:20px;
	color:#292929;
	margin:15px 0px;
}
.botao {
	display:none;
}
#owl-demo {
  border-bottom: 2px solid #e2e2e2;
  border-top: 2px solid #e2e2e2;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.credenciados {
	width: 100%;
	height: auto;
	float: left;
}
.tituloOwl {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-style: oblique;
	border-top: #41ded5 4px solid;
}
.consRedeEsqTam {
	width: 70%;
	height: auto;
	margin-right: 30px;
	float: right;
}
.consRedeDirTam {
	width: 70%;
	height: auto;
	float: left;
}
.largBaixoMid {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}
.bold {
	font-weight: bold;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  line-height: 1;
  box-sizing: content-box;
}
#cssmenu {
  height: 60px;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #000;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 60px;
  padding: 0 13px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #FFF;
  font-size: 12px;
}
#cssmenu > ul > li:hover {
	background-color: #11565d;
}
#cssmenu > ul > li.active > a {
  background-color: #11565d;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #1a777f;
  border-bottom: 1px dotted #11565d;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #11565d;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #989898;
  border-bottom: 1px dotted #cbcbcb;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #8b8b8b;
}

.inputCont {
    width: 60%;
    height: 46px;
    padding-left:10px;
    border: 1px solid #dde3ec;
    margin: 5px auto;
}

.inputCont2 {
    width: 60%;
    height: 146px;
    padding-left:10px;
    padding-top: 10px;
    border: 1px solid #dde3ec;
    margin: 5px auto;
}

@media (max-width: 1020px) {
	.geral {
		height:auto;
	}
	.geralCima {
		height:auto;
	}
	.geralBaixo {
		height:auto;
	}
	.rodape {
		width:100%;
		height:auto;
	}
	.cabecaSize {
		width:100%;
	}
	.iconesSize {
		width: 100%;
	}
	.logo {
		width:30%;
	}
	.menus {
		width:70%;
	}
	.copy {
		width:50%;
		height:auto;
		text-align: center;
	}
	.endereco {
		width:50%;
		height:auto;
	}
	.endEsq {
		width:50%;
		height:auto;
	}
	.endDir {
		width:50%;
		height:auto;
	}
	.largBaixoMid {
		width: 100%;
	}
	
	/* -- Menus -- */
	
	.botao {
		width:100%;
		height:auto;
		text-align:right;
		display:block;
	}
	.botao:hover {
		cursor:pointer;
	}
	#cssmenu ul {
		display:none;
		background-color: #1a777f;
	}
	#cssmenu {
		width:100%;
		margin-top:0;
		height: auto;
		border-bottom: none;
		float:left;
	}
	
	#cssmenu ul li {
		border-bottom: 1px dotted #11565d;
	}
	
	#cssmenu a {
		line-height: 32px;
	}
	#cssmenu .has-sub ul li a {
		padding:7px;
	}
	
	#cssmenu ul, 
	#cssmenu ul li, 
	#cssmenu ul li a, 
	#cssmenu ul li a ul,
	#cssmenu ul li a ul li,
	#cssmenu ul li a ul li a {
		width:100%;
		height:auto;
		float: left;
	}
	
	#cssmenu > ul > li:hover:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  left: 0;
	  bottom: 0;
	  border-left: 0px solid transparent;
	  border-right: 0px solid transparent;
	  border-bottom: 0px solid #cbcbcb;
	  margin-left: 0px;
	}
	#cssmenu .has-sub:hover > ul {
	  display: none;
	}
	#cssmenu .has-sub ul {
	  display: none;
	  position: relative;
	  width: 100%;
	  float:left;
	}
	#cssmenu .has-sub ul li {
	  border-bottom: 1px solid #11565d;
	}
	#cssmenu .has-sub ul li a {
	  border-bottom: 0px dotted #11565d;
	}
}

@media (max-width: 625px) {
	.geral {
		height:auto;
	}
	.geralCima {
		height:auto;
	}
	.geralBaixo {
		height:auto;
	}
	.rodape {
		width:100%;
		height:auto;
	}
	.cabecaSize {
		width:100%;
	}
	.iconesSize {
		width: 100%;
	}
	.logo {
		display: none;
	}
	.menus {
		width:100%;
	}
	.copy {
		width:100%;
		height:auto;
		text-align: center;
	}
	.endereco {
		width:100%;
		height:auto;
	}
	.endEsq {
		width:100%;
		text-align: center;
		height:auto;
	}
	.endDir {
		width:100%;
		height:auto;
	}

	.largBaixoMid {
		width: 100%;
	}
	.separaImagem {
		width: 50%;
		float: left;
	}
	.consRedeEsq {
		width:100%;
	}
	.consRedeEsqTam {
		width: 100%;
		height: auto;
		margin-right: 0px;
		float: right;
	}
	.consRedeDirTam {
		width: 100%;
		height: auto;
		float: left;
	}
	
	/* -- Menus -- */
	
	.botao {
		width:100%;
		height:auto;
		text-align:right;
		display:block;
	}
	.botao:hover {
		cursor:pointer;
	}
	#cssmenu ul {
		display:none;
		background-color: #1a777f;
	}
	#cssmenu {
		width:100%;
		margin-top:0;
		height: auto;
		border-bottom: none;
		float:left;
	}
	
	#cssmenu ul li {
		border-bottom: 1px dotted #11565d;
	}
	
	#cssmenu a {
		line-height: 32px;
	}
	#cssmenu .has-sub ul li a {
		padding:7px;
	}
	
	#cssmenu ul, 
	#cssmenu ul li, 
	#cssmenu ul li a, 
	#cssmenu ul li a ul,
	#cssmenu ul li a ul li,
	#cssmenu ul li a ul li a {
		width:100%;
		height:auto;
		float: left;
	}
	
	#cssmenu > ul > li:hover:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  left: 0;
	  bottom: 0;
	  border-left: 0px solid transparent;
	  border-right: 0px solid transparent;
	  border-bottom: 0px solid #cbcbcb;
	  margin-left: 0px;
	}
	#cssmenu .has-sub:hover > ul {
	  display: none;
	}
	#cssmenu .has-sub ul {
	  display: none;
	  position: relative;
	  width: 100%;
	  float:left;
	}
	#cssmenu .has-sub ul li {
	  border-bottom: 1px solid #11565d;
	}
	#cssmenu .has-sub ul li a {
	  border-bottom: 0px dotted #11565d;
	}
}