@charset "utf-8";
/* 
 * CSS Document 
 */
@font-face {
    font-family: 'OpenSans';
    src: url('../fontes/OpenSans.eot');
    src: url('../fontes/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('../fontes/OpenSans.woff') format('woff'),
         url('../fontes/OpenSans.ttf') format('truetype'),
         url('../fontes/OpenSans.svg#open_sans') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
* { 
	margin: 0; 
	padding: 0; 
	z-index: 1; 
}

table {
	border: 0;
	border-collapse: collapse;
}

img {
	border: 0;
}

a:focus {
	outline:none;
}

body {
	background-image: url(../imagem/backgrounds.png); 
	background-repeat: repeat;
}

#header {
	background: url(../imagem/header-bg.png) center top no-repeat;
	height: 282px;
	margin: 0 auto;
	z-index: 1;
}

#header-content {
	margin: 0 auto;
	padding: 0px; 
	height: 282px; 
	width: 900px; 
}

#header-logo {
	position: relative;
	margin: 42px 0px 0px 15px;
	float: left;
	width: 286px;
	height: 133px;
	z-index: 2;
}

#header-slogan{
	position: relative;
	margin: 74px 30px 0px 0px;
	float: right;
	width: 445px;
	height: 78px;
	z-index: 2;
}

#menu {
	height: 60px;
	margin: -64px auto 0 auto;
	z-index: 2;
}

#menu-content {
	margin: 0 auto;
	padding: 0px; 
	height: 60px; 
	width: 900px;
}

#content {
	width: 900px;
	min-height: 400px;
	padding: 0;
	margin: 0 auto;
}

#footer-bg {
	clear: both;
	background: url(../imagem/footer-bg-top.png) repeat-x;
	width: 100%;
	min-height: 13px;
	padding: 0;
	margin: 0 auto;
}

#footer {
	background: url(../imagem/footer-bg.png) repeat-x;
	background-color: #0F3877;
	width: 100%;
	min-height: 200px;
	padding: 0;
	margin: 0 auto;
}

#footer-content {
	margin: 0 auto;
	padding: 0px; 
	min-height: 200px; 
	width: 900px;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-variant: italic;
	margin-bottom: 3px;
}

.footer-ddd {
	font-size: 10px !important;
}

.footer-email {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px !important;
}

.footer-social {
	border: 0;
	margin-right: 15px;
}

.footer-social-azul {
	border: 0;
	width: 38px;
	height: 38px;
}

.footer-social:hover,
.footer-social-azul:hover {
	cursor: pointer;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.footer-td-contatos {
	background: url(../imagem/footer-gears.png) bottom right no-repeat;
}

.item-menu-inferior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	margin: 10px 0px 3px 0px;
}

.tb-menu-inferior a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
    text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 3px 4px 3px;
}

.tb-menu-inferior a:hover {
	color: #CCC;
}

.footer-td-contatos a {
	display: inline !important;
    text-decoration: none;
	padding: 3px 3px 4px 3px;
}

.footer-td-contatos a:hover {
	color: #CCC;
}

.imgMiddle {
	margin-bottom: 1px;
}

/* MODAL */
#janela_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1755A0;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=35);
	display: none;
	z-index: 9998;
}

#janela_modal {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #E0EDFF;
	border: medium none;
    border-radius: 90px;
	text-align: center;
	display: none;
	z-index: 9999;
    font-family: OpenSans, Verdana, Arial;
	color: #1755A0;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
	-webkit-box-shadow: 1px 1px 10px 6px rgba(11,58,123,0.2);
	box-shadow: 1px 1px 10px 6px rgba(11,58,123,0.2);
}

/* SLIDER */
#slide { 
	width: 900px; 
	height: 350px; 
	margin: 12px 0 0 0;
	padding: 0;
}

#slide a {
	position: relative;
	display: none;
	left: 0;
	top: 0;
	z-index: 1;
}

#slide img {
	width: 898px;
	height: 349px;
	border: 1px dotted #E4E4E4;
	border-radius: 6px 6px 0 0;
}

#slider-bottom { 
	width: 900px; 
	height: 15px;
	border: 0;	
	margin-top: -1px;
}

/* MENU */
.content-menu {
	float: left;
	background: url(../imagem/menu/content-menu-bg.png) no-repeat;
	width: 718px;
	height: 60px;
	border-radius: 16px;	
}

.content-ftp {
	float: right;
	background: url(../imagem/menu/content-ftp-bg.png) no-repeat;
	width: 178px;
	height: 60px;
	border-radius: 16px;
	text-align: center;
	cursor: pointer;	
}

.content-ftp img {
	border: 0;
	margin-top: 15px;
}

.separador-menu {
	float: left;
	background: url(../imagem/menu/separador-menu-bg.png) repeat-x;
	width: 1px;
	height: 60px;
}

.home-menu, 
.quem-menu, 
.servico-menu, 
.produto-menu, 
.contato-menu {
	float: left;
	padding: 0 17px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease 0s;
}

.home-menu img {
	border: 0;
	margin-top: 19px;
}

.quem-menu img {
	border: 0;
	margin-top: 22px;
}

.servico-menu img {
	border: 0;
	margin-top: 19px;
}

.produto-menu img {
	border: 0;
	margin-top: 19px;
}

.contato-menu img {
	border: 0;
	margin-top: 21px;
}

.home-menu:hover,
.quem-menu:hover,
.servico-menu:hover,
.produto-menu:hover,
.contato-menu:hover,
.content-ftp:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
}

/* TEXTOS */
h1 {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 26px;
	color: #666666;
	margin: 10px 0 5px 3px;
}

.texto-home {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 14px;
	color: #666666;
	margin: 5px 0 35px 3px;
}

.texto-quem {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 14px;
	color: #666666;
	margin: 5px 0 35px 6px;
}

.texto-contato {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #666666;
	margin: -1px 0 5px 6px;
}

.texto-advertancia {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #cc1a1a;
	margin: -5px 0 5px 6px;
}

.quem-somos{
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 20px;
	color: #1755A0;
	margin: 10px 0 5px 6px;
}

.h2-servicos {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 20px;
	color: #175EB4;
	margin: 15px 0 5px 6px;
}

.h2-produtos {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 20px;
	color: #175EB4;
	margin: 15px 0 5px 6px;
}

.h2-contato {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 24px;
	color: #1755A0;
	margin: 15px 0 0 6px;
}

.h2-enviar {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 24px;
	color: #C2611A;
	margin: 15px 0 0 6px;
}

.label-contato {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #666666;
}

.obrigatorio-contato {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #b9272d;
	display: none;
}

.inputForm {
	font-family: OpenSans, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #666;
	width: 420px;
	margin: 2px 2px 2px 0px;
	border: 1px dashed #CCCCCC;
	border-radius: 4px;
	padding: 5px 5px;
	outline: none;
	transition: all 0.25s ease 0s;
}

.textareaForm{
	font-family: OpenSans, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #666;
	width: 420px;
	height: 100px;
	margin: 2px 2px 2px 0px;
	border: 1px dashed #CCCCCC;
	border-radius: 4px;
	padding: 5px 5px;
	outline: none;
	resize: none;
	transition: all 0.25s ease 0s;
}

.inputForm:focus, 
.textareaForm:focus {
    background-color: #EFEFEF;
}

.inputErro {
    background-color: #ffe5e6 !important;
	border: 1px dashed #b9272d !important;
}

.botao-contato {
	background: none repeat scroll 0 0 #2365B5;
    border: medium none;
    border-radius: 6px;
    box-shadow: none;
	font-family: OpenSans, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
    color: #ffffff;
    line-height: 22px;
	margin: 8px 15px 0 0;
    padding: 4px 16px 5px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
}

.botao-login {
	background: none repeat scroll 0 0 #4168B1;
    border: medium none;
    border-radius: 6px;
    box-shadow: none;
	font-family: OpenSans, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
    color: #ffffff;
    line-height: 22px;
    padding: 6px 16px 7px 16px;
	margin: 8px 15px 0 0;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.15) inset;
}

.botao-enviar {
	background: none repeat scroll 0 0 #e67b23;
    border: medium none;
    border-radius: 6px;
    box-shadow: none;
	font-family: OpenSans, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
    color: #ffffff;
    line-height: 22px;
    padding: 6px 16px 7px 16px;
	margin: 6px 15px 0 0;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
}

.botao-contato:hover,
.botao-login:hover,
.botao-enviar:hover {
	background-position: 0 -15px;
	cursor: pointer;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.mapaContato {
	margin: 2px 2px 2px 0px;
	border: 2px dashed #CCCCCC;
	border-radius: 4px;
	padding: 5px 5px;	
}

.nomeSite {
	font-family: OpenSans, Verdana, Arial;
	color: #b9272d;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;	
}

.textoVerde {
	font-family: OpenSans, Verdana, Arial;
	color: #0c821f;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;	
}

.txtSobre {
	padding: 0px 10px 0px 0px;
	font-family: OpenSans, Verdana, Arial;
	color: #333;
	font-size:14px;
	font-style:italic
}

.imgSocial {
	cursor: pointer;
	transition: all 0.25s ease 0s;
}

.imgSocial:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.h2-azul {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 24px;
	color: #4168B1;
	margin: 26px 0 0 70px;
}

.bg-menu {
	float: left;
	width: 145px;
	height: 157px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	cursor: pointer;
	transition: all 0.35s ease 0s;
}

.bg-menu img {
	margin-top: 16px;
	border: 0;
}

.bg-menu:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.bg-menu-on {
	background: url(../imagem/bg-menu-servico-on.png) no-repeat;
}

.bg-menu-off {
	background: url(../imagem/bg-menu-servico.png) no-repeat;
}

.content-img-servico {
	margin-top: 15px;
	width: 900px;
}

.img-bg-servicos {
	float: left;
	width: 280px;
	height: 200px;
	cursor: pointer;
	margin-bottom: 22px;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(100,100,100,0.2);
	box-shadow: 1px 1px 2px 2px rgba(100,100,100,0.2);
}

.img-bg-servicos img{
	width: 258px;
	height: 178px;
	margin: 10px 10px 3px 10px;
	border: 1px solid #E3E3E3;
}

.h2s{
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 18px;
	color: #1755A0;
	margin: 15px 0 5px 6px;
}

h3 {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 24px;
	color: #666666;
	margin: 10px 0 5px 3px;
}

.h3s {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 22px;
	color: #175EB4;
	margin: 10px 0 5px 3px;
}

h4 {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 20px;
	color: #666666;
	margin: 5px 0 5px 3px;
}

.h4s {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 14px;
	color: #666666;
	margin: 6px 0 5px 3px;
}

h5 {
	font-family: OpenSans, Verdana, Arial;
	font-weight: nornal;
	font-style: nornal;
	font-size: 16px;
	color: #666666;
	margin: 5px 0 5px 3px;
}

.h5s {
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 20px;
	color: #666666;
	margin: 12px 0 12px 3px;
}

.texto-servico {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 14px;
	color: #666666;
	margin: 5px 0 20px 3px;
}

.texto-servico1 {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 14px;
	color: #666666;
	margin: 5px 0 6px 3px;
}

.texto-bg-servicos {
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: nornal;
	font-size: 12px;
	color: #666666;
	width: 260px;
	height: 40px;
	margin: 0 10px;
	text-align: center;
}

.div-marcas {
	margin-bottom: 10px;
}

.div-contatos {
	padding: 0px 10px 0px 0px;
	font-family: OpenSans, Verdana, Arial;
	color: #333;
	font-size: 13px;
	font-style: normal;
	margin-top: 8px;
}

.div-contatos .nome {
	font-size: 14px;
	font-weight: bold;
}

.div-contatos .telefone {
	font-weight: bold;
}

.div-contatos .cargo {
	font-style: italic;
}

.item-left {
	width: auto;
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 12px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
}

.item-left > div:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
}

.item-left > div:nth-child(2) {
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 18px;
	color: #1755A0;
}

.item-left > div:nth-child(3) {
	text-align: justify;
    text-justify: inter-word;
	text-indent: 26px;
	height: 115px;
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #666666;
}

.item-right {
	width: auto;
	display: grid;
	grid-template-columns: 1fr 150px;
	grid-column-gap: 20px;
	grid-row-gap: 12px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 20px;
}

.item-right > div:nth-child(1) > div:nth-child(1) {
	text-align: right;
	height: 35px;
	line-height: 35px;
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 18px;
	color: #1755A0;
}

.item-right > div:nth-child(1) > div:nth-child(2) {
	text-align: justify;
    text-justify: inter-word;
	text-indent: 26px;
	height: 115px;
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #666666;
}

/*


.item-right > div:nth-child(1) {
	text-align: right;
	height: 35px;
	line-height: 35px;
	font-family: OpenSans, Verdana, Arial;
	font-weight: bold;
	font-style: nornal;
	font-size: 18px;
	color: #1755A0;
}

.item-right > div:nth-child(2) {
	text-align: justify;
    text-justify: inter-word;
	text-indent: 26px;
	height: 115px;
	font-family: OpenSans, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #666666;
}

.item-right > div:nth-child(3) {
	grid-row-start: 1;
	grid-row-end: 3;
}
*/
.item-photo {
	width: 138px;
	height: 138px;
	border-radius: 50%;
	border: 6px solid #FFF;
	object-fit: cover;
    object-position: center;
	-webkit-box-shadow: 0 4px 4px 0 rgba(128, 128, 128, 0.4);
	box-shadow: 0 4px 4px 0 rgba(128, 128, 128, 0.4);
}