footer {
    display: grid;
    grid-template-columns: 60% max-content;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    column-gap: 40px;

    color: white;
    font-family: 'm-regular';
    padding: 50px 10%;
    background-color: var(--cor-azul);
}

.f-item1 {}


.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    column-gap: 20px;
}


.logos img {

    max-width: 150px;

}

#form_cadastro {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.f-item3 input,
.f-item3 textarea {
    width: 300px;
    background-color: #19212e;
    border: 0;
    padding-left: 10px;
    color: white;
}

.f-item3 input {
    border: 0;
    height: 28px;
    margin-bottom: 10px;

}

.title-form {
    color: var(--cor-verde);
    font-family: 'm-bold';
    margin-bottom: 10px;
}

form {
    margin-top: 20px;
}

.f-item2 {
    text-align: center;
}

form button {
    background-color: var(--cor-verde);
    border: 0px;
    padding: 10px 30px;
    color: white;
    text-transform: uppercase;
    font-family: 'm-bold';
    letter-spacing: 1px;
    letter-spacing: 4px;
}

.itens_contato i {
    color: var(--cor-verde);
    margin-right: 5px;
    margin-bottom: 15px;
}

.logo-about {
    margin-bottom: 30px;
}

.logo-botelho {
    margin-bottom: 20px;
}

.website {
    display: flex;
    justify-items: center;
    margin-top: 30px;
    column-gap: 5px;
}

.telefone_contato {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;

}

.number_phone {
    font-family: var(--bold);
}

.telefone_contato img {
    width: 25px;
}

.number_phone {
    font-size: 2rem;

}

.copywrite {
    font-size: 0.9rem;
}

.copywrite {
    text-align: justify;
}

.itens_contato {
    margin-top: 30px;
}

@media only screen and (max-width: 813px) {
    footer {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 2%;
        justify-content: center;
        row-gap: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: var(--cor-azul);
        color: var(--cor-cinza);
        font-family: var(--light);
    }

    .f-item3 {
        order: 3;
        font-size: 1.3rem;
    }

    .f-item2 {
        order: 2;
    }

    .f-item1 {
        order: 1;
    }

    .logos {
        display: grid;
        grid-template-columns: 45% 45%;
        column-gap: 5%;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        column-gap: 20px;
        row-gap: 20px;
    }

    .logos img {
        width: 80%;
    }

    .f-item3 input {
        border: 0;
        height: 28px;
        margin-bottom: 10px;
        font-size: 1.3rem;

    }


    .list_sd_img {
        width: 100% !important;
        height: 159px !important;
    }

}