@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Claro';
    src: url('fontes/claro.woff') format('woff');
}
@font-face {
    font-family: 'Claro Medium';
    src: url('fontes/claro_medium.woff') format('woff');
}
@font-face {
    font-family: 'Claro Light';
    src: url('fontes/claro_light.woff') format('woff');
}
@font-face {
    font-family: 'Claro Bold';
    src: url('fontes/claro_bold.woff') format('woff');
}
body {
	background-color: #FFF;

}
.form {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	font-family: "Verdana";
	color: #333;
	font-size: 14px;
	line-height: 30px;
	border-radius: 5px;
	outline: none;
	margin-top: 10px;
	width: 96%;
}
.central {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Claro';
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: right;
}
.estado {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-family: 'Claro';
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: right;
}
.telefones-secundario {
	font-size: 18px;
	color: #ab0009;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: right;
}
.texto-destaque {
	font-size: 18px;
	color: #ab0009;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
}
.texto-tag {
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-family: "Claro Light";
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	text-align: justify;
}

.texto-descritivo {
	font-size: 18px;
	color: #BB000B;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
}
.texto-descritivo-2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: 'Claro Light';
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
}



.telefones {
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: right;
}
.title {
	font-size: 40px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Claro Light';
	font-style: normal;
	line-height: 40px;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	letter-spacing: -2px;
}
.title-destaque {
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	letter-spacing: -2px;
}
.title-2 {
	font-size: 24px;
	color: #F5BE00;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	letter-spacing: -2px;
}


h2 {
	font-size: 36px;
	color: #ab0009;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}


/* MENU */
.menu{
	list-style: none;
	float: left;
	font-family: Calibri;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-left-color: #EEE;
}

.menu li{
	position: relative;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #CECECE;
}

.menu li a{
	font-size: 15px;
	color: #999;
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-right: 45px;
	padding-left: 45px;
	font-family: 'Claro Medium';
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}


.menu li a:hover{
	color: #ab0009;
	background-color: #F1F1F1;
}

.menu li ul{
	position: absolute;
	display: none;
	width: 267px;
	font-size: 18px;
	color: #737373;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	float: left;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/submenu-2.png);
}

.menu li:hover ul ul{
	display: none;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.menu li:hover ul, .menu li ul li:hover ul, .menu li.over ul, .menu li ul li.over ul{display:block;}

.menu li ul li{
	display: block;
	width: 267px;
	font-size: 18px;
	text-align: left;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	text-transform: uppercase;
}

li.border0{ }
/* FIM MENU */
.bg-form {
	background-image: url(images/bg-form.png);
	background-repeat: no-repeat;
}
.form {
	background-color: white;
	display: block;
	border: 1px solid #ccc;
	font-family: Claro;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #010020;
	border-radius: 3px;
	padding: 20px 10px;
	outline: 0 none;
	margin: 2px;
}
h3 {
	font-family: "Claro Bold";
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #D71A16;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.rodape {
	background-color: #f1f1f1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.box {
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
}
.copyright {
	font-family: "Claro Light";
	font-size: 16px;
	line-height: 18px;
	color: #444444;
	text-decoration: none;
}
.copyright-2 {
	font-family: "Claro Light";
	font-size: 20px;
	line-height: 28px;
	color: #38484a;
	text-decoration: none;
	text-align: justify;
}
.valores, .lista-valores {
	color: #444444;
	font-family: "Claro Light";
}
.lista-valores { 
	list-style-type: none;
	padding-left: 50px;
	margin-left: 0px;
}

.aparelhos {
	font-family: "Claro";
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	text-align: center;
}

.combo {
	font-family: "Claro Bold";
	font-size: 25px;
	line-height: 25px;
	color: #666;
	text-decoration: none;
	text-align: center;
}

.text {
	font-family: "Claro Light";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.text-2 {
	font-family: "Claro Light";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
}
.text-3 {
	font-family: "Claro Light";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
}


h1 {
	font-family: "Claro Bold";
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB0009;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.h1 {
	font-family: "Claro Bold";
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB0009;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.servicos {
	font-family: "Claro Bold";
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: -1px;
}

.descricao {
	font-family: "Claro Light";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
}
.mais {
	font-family: "Claro Bold";
	font-size: 28px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 10px;
}

.informacoes {
	background-color: #e3e3e3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.informacoes3 {
	background-color: #e3e3e3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.informacoes2 {
	background-color: #eee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.topo-informacoes {
	background-color: #AB0009;
	border-radius: 10px 10px 0 0;
}
.title-informacoes {
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
	letter-spacing: -1px;
}
.title-informacoes-claro {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-family: 'Claro Light';
	font-style: normal;
	line-height: 56px;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	letter-spacing: 1px;
}

.claro {
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
	letter-spacing: -1px;
}
.claro-2 {
	font-size: 48px;
	color: #004691;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
	letter-spacing: -1px;
}
.claro-3 {
	font-size: 48px;
	color: #fff;
	text-decoration: none;
	font-family: 'Claro Bold';
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
	letter-spacing: -1px;
}

.title-informacoes-2 {
	font-size: 18px;
	color: #FBFBFB;
	text-decoration: none;
	font-family: 'Claro Light';
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
}
.title-informacoes-3 {
	font-size: 13px;
	color: #FBFBFB;
	text-decoration: none;
	font-family: 'Claro Light';
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-align: center;
}


.broder-left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
.broder-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.mais-buscados {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}
.mais-buscados:hover {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	z-index: 200;
	background-color:#AB0009;
	color:#FFF;
	padding: 10px;
}
.simulacao {
	background-color:  rgba(18, 76, 141, 0.7) !important;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #003264;
	padding: 20px;
}
