.elementor-16410 .elementor-element.elementor-element-f93c823 > .elementor-element-populated{padding:20px 20px 20px 20px;}#elementor-popup-modal-16410 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-16410{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-16410 .dialog-widget-content{animation-duration:1.2s;border-radius:8px 8px 8px 8px;box-shadow:0px 0px 6px 5px rgba(0,0,0,0.2);margin:0px 80px 80px 0px;}/* Start custom CSS for html, class: .elementor-element-4cfbe36 */.divBotao-contato {
    text-align: center;
}

.botao-contato {
    margin: 10px;
    background-color: #4CAF50;
    color: white;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.botao-contato:hover {
    background-color: #45a049;
}

.mensagem {
    background-color: #ffdcdc;
    color: #c32a2a;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    display: none;

    animation-name: fadeIn;
    animation-duration: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}/* End custom CSS */