footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3.75rem;
    /* margin-top: 7.5rem; */
}

.nav-footer {
        margin-top: 7.5rem;
        overflow: hidden;
        width: 1118px;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        background: var(--azul-escuro);
        border: 1px solid var(--branco);
        padding: 0.4rem 0.75rem;
        border-radius: 1rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 10;
        position: absolute;
}

.nav-footer ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
    font-size: 1.60rem;
    position: relative;
    letter-spacing: 1px;
    padding: 1rem;
    transition: 0.35s;
}

.nav-footer ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    height: 25%;
    width: 1px;
    background-color: var(--branco);
}

.nav-footer ul li a {
    gap: 1rem;
    transition: 0.35s;
    list-style-type: none;
    text-decoration: none;
    color: var(--branco);
}

.nav-footer ul li a i {
    font-size: 1rem;
    vertical-align: middle;
}

.nav-footer ul li a::after {
    content: "";
    width: 0;
    height: 1.75px;
    background-color: var(--branco);
    border-radius: 50px;
    margin: auto;
    display: block;
    transition: 0.35s;
}

.nav-footer ul li a:hover::after{
    width: 100%;
    transition: width 0.35s linear;
    text-shadow: 0 0 20px var(--branco);
}

.nav-footer ul li a:hover {
    color: var(--branco);
    /* text-shadow: 0 0 20px var(--branco); */
    transition: 0.35s;
}

.fhome-logo {
    width: 175px;
    height: 175px;
}

.fhome-logo a img {
    display: flex;
    cursor: default;
    object-fit: cover ; 
    display: flex;
    width: 100%;
    height: 100%;
}

.footer-emojis{
    display: flex;
    gap: 1rem;
}

.footer-emojis a{
    font-size: 2rem;
    color: var(--branco);
    transition: 0.35s;
}

.footer-emojis a:hover {
    transform: scale(1.25);
    transition: 0.35s;
}

.nav-footer2 {
    width: 100%;
    border-radius: 1rem;
    margin-top: 12.5rem;
    height: 350px;
    background-color: #EAF9FF;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}   

.nav-footer2 hr{
    display: flex;
    border: none;
    border-radius: 1rem;
    width: 90%;
    height: 2px;
    background-color: #C6EEFF;
    filter: opacity(0.5);
}

.container-footer {
    width: 90%;
    margin: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

.container-footer div {
    display: flex;
    height: 60px; 
}

.fdesc {
    font-family: "Lato";
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fdesc a {
    width: 10rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--azul-escuro);
    text-decoration: none;
    transition: 0.35s;
}

.fdesc a:hover {
    transition: 0.35s;
    transform: scale(1.1);
    text-shadow: 0 0 20px var(--branco);
}

.fdesc p {
    font-size: 1rem;
    color: #006083;
}

.femojis a i {
    font-size: 2rem;
}

.femojis a {
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--azul-escuro);
    background-color: var(--azul-escuro);
    color: #EAF9FF;
    padding: 0.5rem;
    border-radius: 10rem;
    transition: 0.35s;
}

.femojis a:hover{
    transition: 0.35s;
    transform: scale(1.1);
    box-shadow: 0 0 20px var(--branco);
}

.direitos p{
    cursor: default;
    margin: 2.5rem;
    color: var(--azul-escuro);
    font-family: "Montserrat";
    display: flex;
    font-weight: bold;
    font-size: 1rem;
}