#footer {
    margin-top: 20px;
}

.insideFooter {
    width: 90%;
    margin-left: 5%;
    height: 120px;
    display: flex;
    align-items: center;
    border-top: 1px solid #C9C9C9;
    justify-content: space-between;
}

.logoFooter {
    width: 200px;
    margin-top: 15px;
}

.logoFooter img {
    width: 100%;
}

#footerDummy {
    display: none;
}

.redesRight {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: black;
    width: 200px;
}

.redesLogos {
    display: flex;
    justify-content: space-around;
}

.redesLogos img {
    height: 15px;
}
.redesLogos img:hover {
    transform: scale(1.4)
}

.redesText {
    margin-bottom: 11px;
}

#footerBottom {
    height: 40px;
    border-top: 1px solid white;
    margin-bottom: 18px;
    display: flex;
    flex-direction: row-reverse;
    /* padding-left: 0%; */
    align-items: center;
}

.rights {
    line-height: 40px;
    color: black;
    font-size: 13px;
    float: left !important;
    width: 96%;
    text-align: left;
    /* margin-left: 60px; */
    margin-left: 4%;
}

.byluna {
    position: relative;
    /* height: 64%; */
    height: 30px;
    margin-right: 94%;
}


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

    .insideFooter {
        flex-direction: column;
    }

    .logoFooter {
        width: fit-content;
    }

    .logoFooter img {
        max-width: 220px;
    }


    .redesLogos img {
        height: 21px;
    }

    .redesLogos {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .redesText {
        margin-top: 20px;
    }

    #footerBottom .rights {
        font-size: 10px;
    }

    .byluna {
        margin-right: 15%;
        height: 32px;
        width: auto;
    }
}