.titulo {
    color: crimson;
    margin: 0 0 15px 0;
}
.ajaxLoader {
    background: url(../img/layout/ajax-loader-3.gif) no-repeat left center;
    min-height: 32px;
    min-width: 32px;    
    display: none;
    position: absolute;
    top: 5px;
    left: 110px;
}
.response {
    margin-top: 10px;
    float: left;
    color: #ED143D;
}
.error {
    background-color: #f2dede;
}
.recaptcha-error { 
    background-color: transparent;
    border: 1px solid crimson;
}
.input-lg {
    height: 40px;
}
.textarea {
    min-height: 250px;
}
#form-contato {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    
}