.wimgBamdeira {
    width: 50px;
}

.idioma {
    padding-left: 8px;
}

.pdLefIdioma {
    margin-left: 12px;
}

.pdLefIdioma1 {
    margin-left: 45px;
}

.fIdioma {
    font-size: 16px;
    font-weight: 300;
}

.bordBot.active {
    border-bottom: solid 1px #fff;
    padding-bottom: 4px;
}

.hFooter {
    height: 770px;
}

.bordfooter {
    padding-top: 1.5rem;
    border-bottom: 1px solid #fff;
}

.bordChange {
    border: solid 1px #fff;
    padding: 10px;
}

h5 {
    margin-bottom: 0 !important;
}

.imgLogoFooter {
    width: 185px;
}

.footerImput {
    width: 330px;
}

.bntSubmiteFooter {
    width: 330px;
    margin-top: 8px;
    background-color: transparent;
    color: white;
    font-weight: 500;
    border: solid 2px #fff;
    padding: 7px;
}

.bntSubmiteFooter:hover {
    background-color: hsl(0deg 0% 0%);
    cursor: pointer;
    transition: all .6s ease;
    border: solid 2px #fff;
    transition: all 0.5s;
}

.fDica {
    font-size: 13px;
}

.midiasSociais {
    font-size: 29px;
    color: #ffffff;
}

.inputAjust {
    padding: 7px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
}

input:focus {
    outline: solid 1px #0d6efd;
}

input:active {
    outline: solid 1px #0d6efd;
}


@media (max-width: 992px) {
    .imgHInsta {
        height: 200px;
    }

    .fWrapMob {
        flex-wrap: wrap;
        justify-content: center !important;
        display: flex !important;
    }

    .hFooter {
        height: 825px;
    }

    .bordChange {
        margin-top: 1rem;
    }
}