.row {
    --bs-gutter-x: 0 !important;
}

.footer {
    color: #000;
}

.footer a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.footer {
    background-color: #078D14;
    height: 500px;
    padding: 30px 0;
}

.footer p {
    position: relative;
    top: 3vw;
}

.info {
    background-color: #7DD886;
    margin: 1% 10%;
    width: 700px;
    font-size: large;
    padding: 20px;
    border-radius: 50px 0 0 50px;
}

.info i {
    font-size: 1.7em !important;
    float: left;
    margin: -13px -10px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 9px;
    text-align: center;
}

.fale-conosco {
    float: left;
    font-size: large;
    text-align: start;
    margin: 0 10%;
}

.fale-conosco h2 {
    font-weight: 700;
    font-size: 2vw;
}

.redes-sociais {
    position: absolute;
    right: 22vw;
}

.redes-sociais img {
    width: 7%;
    margin: 0 10px;
}

.redes-sociais h2 {
    font-weight: 700;
    font-size: 2vw;
}

.endereco {
    position: relative;
    bottom: 25rem;
    font-size: 1.4vw;
    text-align: start;
}

.endereco h2 {
    font-size: 1.8vw;
}


.endereco iframe {
    width: 400px;
    height: 230px;
    margin: 0 -5%;
    position: absolute;
    margin-top: 4rem;
    margin-left: -18vw;
}

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

    .footer {
        background-color: #078D14;
        height: 500px;
        padding: 30px 0;
    }

    .footer p {
        position: relative;
        top: 7vw;
    }

    .info {
        background-color: #7DD886;
        margin: 1% 10%;
        width: 40%;
        font-size: large;
        padding: 20px;
        border-radius: 50px 0 0 50px;
    }

    .fale-conosco {
        float: left;
        font-size: 1.5vw;
        text-align: start;
        margin: 0 10%;
    }

    .redes-sociais img {
        width: 8%;
        margin: 0 10px;
    }

    .redes-sociais h2 {
        margin-left: 1rem;
    }

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

        .nav-logo img {
            width: 15rem;
        }


        .footer {
            height: 100rem;
            width: fit-content;
        }

        .footer p {
            font-size: 2.5vw;
            font-weight: 700;
            top: 10em;
            left: 7rem;
        }

        .fale-conosco {
            font-size: 5vw;
            text-align: center;
            padding-top: 5rem;
            margin-left: 5%;
        }

        .fale-conosco h2 {
            font-size: 7vw;
        }

        .redes-sociais {
            position: relative;
            top: 4rem;
            right: 10rem;
            margin: 0;
        }

        .redes-sociais h2 {
            font-size: 7vw;
        }

        .redes-sociais img {
            width: 10vw;
        }

        .endereco {
            position: relative;
            top: 8rem;
            text-align: center;
            font-size: 4.4vw;
        }

        .endereco h2 {
            font-size: 7vw;
            font-weight: 700;
        }

        .endereco iframe {
            position: relative;
            width: 350px;
            margin: 2rem 2rem;
        }

    }
}