body {
    overflow: hidden !important;
}

.clearfix {
    height: 1rem;
}

.center-logo {
    /* center */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-app {
    margin-top: 8rem;
    height: 15rem;
    margin-left: 0rem;
}

.area-bottom {
    margin-left: 0px;
    margin-bottom: 1rem;
    position: relative;
    top: 0rem;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 9999;
}

.text-company {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.text-address {
    font-size: 1rem;
    font-weight: 300;
}

.image-ornament {
    position: fixed;
    height: 25%;
    bottom: -3.5rem;
    right: -8rem;
}

.address-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-email {
    color: black;
    text-decoration: none;
}

/* } */

@media (min-width: 576px) {
    .center-logo {
        /* center */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-app {
        margin-top: 8rem;
        height: 15rem;
        margin-left: 0rem;
    }

    .area-bottom {
        margin-left: 0px;
        margin-bottom: 1rem;
        position: relative;
        top: 0rem;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: auto;
    }

    .text-company {
        /* center */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .text-address {
        font-size: 1rem;
        font-weight: 300;
    }

    .image-ornament {
        position: fixed;
        height: 35%;
        bottom: -5rem;
        right: -13rem;
    }

    .address-area {
        display: flex;
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .center-logo {
        /* center */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-app {
        margin-top: 8rem;
        height: 15rem;
        margin-left: 0rem;
    }

    .area-bottom {
        margin-left: 0px;
        margin-bottom: 1rem;
        position: relative;
        top: 0rem;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: auto;
    }

    .text-company {
        /* center */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .text-address {
        font-size: 1rem;
        font-weight: 300;
    }

    .image-ornament {
        position: fixed;
        height: 35%;
        bottom: -7rem;
        right: -17rem;
    }

    .address-area {
        display: flex;
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .center-logo {
        /* center */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-app {
        margin-top: 8rem;
        height: 15rem;
        margin-left: 0rem;
    }

    .area-bottom {
        margin-left: 0px;
        margin-bottom: 1rem;
        position: relative;
        top: 0rem;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: auto;
    }

    .text-company {
        /* center */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .text-address {
        font-size: 1rem;
        font-weight: 300;
    }

    .image-ornament {
        position: fixed;
        height: 35%;
        bottom: -7rem;
        right: -26rem;
    }

    .address-area {
        display: flex;
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .center-logo {
        display: unset;
        justify-content: unset;
        align-items: unset;
    }

    .logo-app {
        height: 20%;
        margin-top: 3rem;
        margin-left: 2rem;
        position: relative;
        top: 5rem;
    }

    .area-bottom {
        margin-left: 2rem;
        position: absolute;
        margin-bottom: unset;
        top: unset;
        bottom: -2rem;
        left: 0;
        width: 60vw;
        height: 10rem;
    }

    .text-company {
        font-size: 2rem;
        font-weight: 700;
    }

    .text-address {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .image-ornament {
        display: block;
        position: absolute;
        bottom: -16%;
        right: -43%;
        height: 70%;
    }

    .address-area {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}