footer {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-template-rows: max-content;
    justify-content: center;
    align-content: end;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #002f1b;
    column-gap: 10%
}

.inf-contato2 img {
    max-width: 150px;
}

footer .text-bold{
    font-size: 2rem;
}

footer .text_bold{
    font-size: 1.2rem;
    font-family: 'b-semibold';
    color: var(--cor-cinza);
}

.inf-contato {
    color: #fff;
    font-size: 1rem;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.inf-contato2{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
}

.form-contato input,
.form-contato textarea {
    display: block;
    margin-bottom: 10px;
    /* Espaçamento entre os elementos */
    width: 100%;
}

.form-contato input {
    height: 30px;
    background: var(--cor-verde);
    color: #fff;
    border: 0;
    padding: 10px;
}

.title-contato {
    color: var(--cor-verde-claro);
    font-family: 'ms700';
    margin-bottom: 10px;
}

.form-descricao {
    color: #ffff;
    margin-bottom: 20px;
}

.form-contato textarea {
    height: 120px;
    padding: 10px;
    background: var(--cor-verde);
    border: 0;
    color: #fff;
}

.form-contato ::placeholder {
    color: #ffffff;
}

.form-contato button {
background-image: url('../image/banner/background.jpg');
background-size: '100% 100%';
background-repeat: repeat-y;

    font-family: 'b-regular';
    border: 0;
    border-radius: 2px;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    color: #072313;

}


.inf-contato .img-logo-1 {
    width: 150px;
    height: auto;
    margin-bottom: 20px;

}

.inf-contato .img-vila-bella {
    width: 150px;
    height: auto;

}

.text-creci {
    padding-top: 10px;
}

.inf-contato p {
    padding-bottom: 10px;
    display: flex;
}

.inf-contato img {
    margin-right: 5px;

}

.icon {
    width: 15px;
    height: auto;
}


@media only screen and (max-width: 813px) {

    footer {
        display: grid;
        grid-template-columns: 90%;
        grid-template-rows: max-content max-content;
        justify-content: center;
        align-content: end;
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: 100% 100%;
    }

    .form-contato input,
    .form-contato textarea {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    footer .text-bold {
    font-size: 1.2rem;
}

    .inf-contato {
        order: 2;
    }

    .form-contato {
        order: 1;
        margin-bottom: 20px;
    }

    .inf-contato2 img {
    max-width: 84px;
}

.inf-contato2  {
    order: 3;
    margin-top: 10px;
}

.pf .title {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-family: 'b-medium-italic';
}
}