﻿.form-title {
    color: white;
    background: #365684;
    padding: 0 10px;
    position: absolute;
    border-radius: 5px;
    top: -5px;
    width: fit-content;
}

label.error {
    font-size: var(--font-size-xxxs);
    line-height: var(--line-height-xs);
}

.anunciar-whatsapp {
    color: #2b852b;
}

.anunciar-whatsapp:hover {
    color: #1a5c1a;
}

.width-side {
    max-width: 550px;
}

@media (min-width: 1200px), (min-width: 992px) {
    .anunciar-container {
        max-width: 1300px;
    }
}

@media (max-width: 1000px) {
    .anunciar-container {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .anunciar-container .display-medium {
        font-size: 34px;
        line-height: 34px;
    }
    .anunciar-titles .body-large {
        font-size: var(--font-size-xxs);
        line-height: var(--line-height-sm);
    }
    .form-title {
        padding: 2px 5px;
        border-radius: 5px 5px 0 0;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: var(--font-size-xxs);
    }
}

@media (max-width: 340px) {
    #formularioDoFaleConosco .g-recaptcha {
        max-width: 280px !important;
    }
}