body, html {
	font-family: Myriad Pro;
}

#topo {
    background: #FFF;
    padding-bottom: 40px;
}

#contato {
    padding-bottom: 100px;
}

.fale-conosco {
    display: table;
    width: 100%;
    height: 100px;
}

.fale-conosco-text {
    display: table-cell;
    vertical-align: middle;
}

.fale-conosco-text h1 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.fale-conosco-text h1 img {
    margin-top: -8px;
    margin-left: 4px;
}

.fale-conosco-text h1 a {
    font-weight: normal !important;
}

.fale-conosco-text h1 a:hover {
    color: #243774;
}

#comunicado {
    padding: 100px 0;
}

.comunicado-div {
    background: #243774;
    padding: 30px;
}

.comunicado-div h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}

.contato-div {
    padding: 30px;
    background: #FBFBFB;
}

.contato-text {
    transform: rotate(270deg);
}

.contato-form {

}

.contato-form h1 {
    color: #6D150F;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-vermelho, .btn-vermelho:hover, .btn-vermelho:active, .btn-vermelho:focus {
    background: #6D150F;
    color: #FFF;
    border: none !important;
    font-weight: bold;
    outline: none !important;
}

label {
    cursor: pointer;
}

input[type='file'] {
    display: none
}

.img-seta {
    margin-top: 150px;
}

.azul-escuro {
    color: #243774;
}

.azul-claro {
    color: #3BA9E0;
}

.msg-sucesso {
    color: forestgreen;
}

.msg-erro {
    color: darkred;
}