.footer {
    bottom: 0;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 10px;
}

.footerImg {
    width: 100%;
    height: 100px;
}

.textFooterDes {
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    text-align: center;
}


@media screen and (min-width: 1101px) {
    .areaFooter {
        background-color: rgba(200, 200, 200, 0.4);
        width: 80%;
        border-radius: 10px;
        color: rgba(0, 0, 0, 1);
        transition: background-color 0.3s;
        padding: 10px;
    }

    .areaFooter:hover {
        background-color: rgba(200, 200, 200, 1);
        transition: background-color 0.3s;
    }

    .textFooter {
        margin-left: 10px;
        margin-top: auto;
        margin-bottom: auto;
        width: 30%;
    }
}

@media screen and (max-width: 1100px) {
    .areaFooter {
        width: 90%;
        background-color: rgba(200, 200, 200, 0.8);
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .textFooter {
        margin-left: 10px;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 12px;
    }

    .textFooterDes {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 8px;
        text-align: center;
        width: 100%;
    }
}