.titulo-contato {
    color: #004e7e;
    margin-bottom: 25px;
}
.titulo-contato p {
    text-transform: uppercase;
    font-size: 25px;
}
.fa-envelope {
    display: block;
    font-size: 130px;
    margin-bottom: 15px;
}
.titulo {
    color: crimson;
    margin: 0 0 15px 0;
}
.ajaxLoader {
    background: url(../img/layout/ajax-loader-2.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;
}
.btn-recarregar-captcha {
    margin-top: 15px;
}
.input-lg {
    height: 40px;
}
.textarea {
    min-height: 250px;
}
#content {
    margin-top: 0;
}
#form-contato {
    margin-bottom: 30px;
}
#maps {
    margin-bottom: 35px;
}

@media (max-width: 767px) { 
    .titulo-contato p {
        font-size: 15px;
    }
    .fa-envelope {
        font-size: 60px;
    }
    #maps {
        margin-inline: -15px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #content {
        margin-top: 25px;
    }
}