#coluna-esquerda {
	width: 605px;
	float: left;
}

#coluna-direita {
    width: 340px;
    float: right;
    height: 353px;
}

#contato-form input[type="text"], #contato-form textarea, #contato-form input[type="password"] {
	width: 98%;
} 

#contato-form label {
	font-weight: normal !important;
	font-size: 13px;
}

#contato-form .row {
	position: relative;
	width: 100%;
}

#contato-form .row .errorMessage {
	position: absolute;
	top: 10px;
	right: 10px;
    font-family: 'Roboto', sans-serif;
}

.msg-sucesso {

}

div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success {
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error {
	background: #FEE;
	border-color: #C00;
}

#contato, #localizacao {
    padding: 15px 0;
    background: #f1f1f1;
    margin: 0;
    width: 100%;
    float: left;
}
#localizacao {
	margin-top: 30px;
}

#contato h1, #localizacao h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin: 0;
}

#contato h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: lighter;
    display: inline-block;
    float: right;
    margin: 0;
}
#contato .titulo-item h1 , #contato .titulo-item h2 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    width: 100%;
}

#contato .titulo-item h1, #contato .titulo-item h2 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 2px 5px;
    margin: 0;
    float: left;
}

#coluna-esquerda h2 {    
    color: #666;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

#contato-form div.form {
    background-color: #ededed;
    padding: 5px;
}


#contato-form .row, .row input {
	margin: 0 !important;
}

#contato-form .row input {
    padding: 10px 5px;
    margin-bottom: 5px !important; 
    
}

#contato-form .row textarea {
	width: 500px;
}

#contato-form .row textarea {
    width: 440px !important;
    height: 98px;
}

#contato-form .row, .form {
    float: left;
}

#contato-form .row.msg {
    width: 450px !important;
}
#contato-form  .botao {
    float: left;
}
#contato-form input.btn-amarelo {
    background-color: #fbc33b;
    border: 0;
    width: 150px;
    margin-left: 5px !important;
    height: 105px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #25558b;
    font-family: 'Oswald', sans-serif;
}

div#texto-contato {
    width: 70%;
    margin: 28% 15%;
    float: left;
}

#texto-contato  h2 {
    color: #666;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

#texto-contato span {
    display: block;
    font-weight: lighter;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    padding: 0;
    
    float: left;
    width: 250px;
    color: #25558b;
    
}

#texto-contato td {
    font-weight: lighter;
}

#texto-contato img {
    margin-right: 7px;
    width: 13px;
}
.bloco-info {
	padding-top: 10px !important;
}