.contato .social-links {
    padding-bottom: 20px;
}

.contato .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #3498db;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #3498db;
}

.contato .social-links a:hover {
    background: #3498db;
    color: #fff;
}

.contato .info {
    color: #444444;
}

.contato .info i {
    font-size: 32px;
    color: #3498db;
    float: left;
    line-height: 1;
}

.contato .info p {
    padding: 0 0 10px 42px;
    line-height: 28px;
    font-size: 14px;
}

.contato .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contato .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contato .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contato .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contato .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

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

.contato .php-email-form input,
.contato .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 15px;
}

.contato .php-email-form input:focus,
.contato .php-email-form textarea:focus {
    border-color: #3498db;
}

.contato .php-email-form button[type="submit"] {
    background: #3498db;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contato .php-email-form button[type="submit"]:hover {
    background: #2383c4;
}

.contato .logo-automes {
    max-width: 170px;
}

.contato .logo-rankine {
    max-width: 150px;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
