footer {
    display: grid;
    grid-template-columns: 40% 30%;
    column-gap: 10%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #A8B0B5;
    font-family: var(--light);
    background: url('../image/footer/bg-footer.webp');
}

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


.footer {
    background: url('../image/footer/bg-footer.webp');
}

.f-item3 input,
.f-item3 textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--cor-amarelo) !important;
    color: white !important;

}

textarea {
    color: white !important;

}

.f-item3 input {

    height: 28px;
    color: white;
    margin-bottom: 10px;

}

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

.contato_footer {
    display: grid;
    grid-template-columns: 40% 40%;
    align-items: center;
    column-gap: 50px;
    justify-content: center;
    margin-bottom: 50px;
}

.contato_network {
    text-align: start;
    font-size: 1.5rem;
}

.contato_footer img {
    width: 100%;

}

form {
    margin-top: 20px;
}

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

form button {
    background-color: var(--cor-amarelo);
    padding: 10px 30px;
    color: white;
    text-transform: uppercase;
    font-family: var(--bold);
    letter-spacing: 1px;
}

.logo-hermes {
    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;

}

.itens_modal {
    display: grid;
    grid-template-columns: 35% 35%;
    column-gap: 2%;
    justify-content: center;
}

.itens_modal img {
    width: 100%;     
    height: 400px ;        
    border-radius: 8px; 
}


.itens_modal p {
    font-family: 'bold';
    color: var(--cor-verde);
    text-align: center;
}


.modal-content {
    font-family: 'bold';
    color: var(--cor-cinza);
    text-align: center;
}


.modal-content p {
    font-family: 'bold';
    color: white;
    text-align: center;
    background-color: var(--cor-amarelo);
}

.company {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    column-gap: 5%;
    row-gap: 20px;
    justify-content: center;
    font-family: var(--light);
    color: white;
}

.company .text {
    margin-top: 20px;
}

.company .text p {
    margin-bottom: 20px;
}

.wb span {
    border: 1px solid var(--cor-amarelo);
    padding: 5px 20px;
    color: var(--cor-amarelo);
    font-weight: bold;
}

.company .item .wb {
    display: flex;
    justify-content: center;
}

.company .item a {
    text-decoration: none;
    color: var(--cor-amarelo);
}

.wb .bg_yellow {
    border: 1px solid var(--cor-amarelo);
    padding: 5px 20px;
    background: var(--cor-amarelo);
    color: white;
    font-weight: bold;
}

.company .item {}

.bg_company {
    background-color: #404041;
    padding-top: 50px;
    padding-bottom: 50px;
}


.slide2 img{
    max-height: 350px;
        object-fit: contain;
    max-height: 376px;
    width: 100%;
}

.metragem_slide_img{
    background: var(--cor-amarelo);
    color: white;
        font-family: var(--light);
    text-align: center;
        padding: 6px;
}

.img_logo {
    width: 60%;
    text-align: center;
}

.company {
    max-width: 100%;
    overflow-wrap: break-word;
}

.img_icon {
    width: 100%;
    margin-top: auto;
}

.item_img {
    display: flex;
    justify-content: center;

}

.img_item {
    display: flex;
    align-items: center;
}

.corretor {
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.corretor b{
    color: var(--cor-amarelo);
}

.corretor a{
    text-decoration: none;
    color: white;
}


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



    .company {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 5%;
        row-gap: 20px;
        justify-content: center;
        font-family: var(--light);
        color: white;
    }

    .company .item1 {
        order: 1;
    }

    .company .item2 {
        order: 4;
    }

    .company .item3 {
        order: 7;
    }

    .company .item4 {
        order: 2;
    }

    .company .item5 {
        order: 5;
    }

    .company .item6 {
        order: 8;
    }

    .company .item7 {
        order: 3;
    }

    .company .item8 {
        order: 6;
    }

    .company .item9 {
        order: 9;
    }

    .f-item3 {
        order: 3;
    }

    .f-item2 {
        order: 2;
    }

    .f-item1 {
        order: 1;
    }


    .itens_modal {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 0%;
        justify-content: center;
    }

    .itens_modal img {
        width: 100%;
    }



}