footer{
    padding-bottom: 0;
    min-height: 350px;
    height: auto;
}

.footerTop{
    width: 100%;
}

footer a{
    margin: 0;
    padding: 0;
}

footer img{
    height: 90px;
    width: 150px;
    width: auto;
    margin-bottom: 10px;
    margin-top: 27px;
}

footer ul{
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

footer li{
    text-align: center;
    line-height: 1.5;
}

footer a{
    color: var(--text-white);
    font-size: .9rem;
}

footer i{
    font-size: 1.3rem;
}

footer hr {
    width: calc(100% - 2px);
    margin: 0;
    opacity: 0.1;
    box-shadow: none;
}

.footerBotton{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: .8rem;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
}

.whats {
    font-size: 3.2rem;
    color: #17cb06;
    position: fixed;
    z-index: 1;
    bottom: 80px;
    right: 20px;
    transition: 0.5s ease-in-out;
}

.whats:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.top{
    z-index: 1;
    position: fixed;
    bottom: 15px;
    right: 17px;
    transition: 0.5s ease-in-out;
}

.topi{
    color: rgb(182, 18, 0);
    font-size: 3.6rem !important; 
}

.top:hover {
    cursor: pointer;
    transform: scale(1.2);
}
