body {
	background-color: #2f4d7f;
	background-image: url(../images/bg_fundo.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rodape {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.informativo-data {
	display: block;
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.informativo-titulo {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.informativo-titulo:hover {
	text-decoration: underline;
}
.informativo-chamada {
	display: block;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.quemsomos-titulo {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.servico-titulo {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.servico-titulo:hover {
	text-decoration: underline;
}
.servico-chamada {
	display: block;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.formulario-contato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7F94AC;
}
.formulario-contato-bt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 3px;
	color: #FFFFFF;
	border: 1px solid #787878;
	background-color: #787878;
}
.link-url {
	display: block;
	font-size: 10px;
	color: #999999;
	padding-left: 5px;
	padding-bottom: 5px;
}
.link-titulo {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
a.link-titulo:hover {
	text-decoration: underline;
}
.txtcomum {
	color: #000000;
}
.txtlogin-senha {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}
.txtlogin-senha-normal {
	color: #FFFFFF;
	line-height: 18px;
}
.form-clientes {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #89A4BF;
	width: 136px;
}
.botao {
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid;
	border-right: 1px outset;
	border-bottom: 1px outset;
	border-left: 1px solid;
	height: 17px;
}
.campos {
	font-size: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.borda {
	border: 1px solid #000000;
}
.login {
	background-color: #ebebeb;
	background-image: url(../images/bg_login.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px;
}
.link-index-titulo {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a.link-index-titulo:hover {
	color: #000066;
}
.link-index-url {
	color: #999999;
}
.download-tipo {
	display: block;
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.download-titulo {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.download-titulo:hover {
	text-decoration: underline;
}
.download-texto {
	display: block;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.contact-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.contact-form {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

.text-right {
    text-align: right;
}

.btn-submit {
    background: #007bff;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #0056b3;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}