@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&display=swap');

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.bg-footer {
    background-color: #F4F4F4;
}

h1.titulo-footer {
    font-family: 'Heebo';
    font-weight: 200;
    color: #898989;
    font-size: 32px;
    margin-bottom: 30px;
}

/* input#nome,
input#email,
input#telefone,
input#assunto,
input#celular {
    height: 60px;
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 19px;
    color: #464749;
    border: 2px solid #BABABA;
    border-radius: 24px;
    padding: 15px;
    background-color: #F4F4F4;
} */

textarea#mensagem {
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 19px;
    color: #464749;
    border: 2px solid #BABABA;
    border-radius: 24px;
    background-color: #F4F4F4;
}

#btn-enviar,
#btn-enviar:active {
    outline: 0;
    background-color: #898989 !important;
    color: #F4F4F4;
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 19px;
    border-radius: 40px;
    padding: 10px 50px;
    border: 0;
    cursor: pointer;
}

.msgenviada {
    display: none;
    color: #72b736;
    align-items: center;
    line-height: 40px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.rodape {
    background-color: #fff;
    height: 300px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .rodape {
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .rodape img {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .rodape-p {
        text-align: center !important;
    }
    
    .rodape-text {
        margin-top: 25px;
    }
}