
.footer{
    width: 100%;
    background: #444;
    border-top: 1px solid white;
    text-align: center;
    padding: 15px 0 30px 0;
}
.footer2{
    background: #333;
    /* border-top: 1px solid white; */
    text-align: center;
    padding: 10px;
}

.footer .logo{
    margin-top: 16px;
    height: 50px;
}
#loghetto-footer1{
    height: 40px;
    margin-right: 10px;
}
#loghetto-footer2{
    height: 55px;
    margin-right: 10px;
}
#loghetto-footer3{
    height: 40px;
}

.footer p{
    margin: 0;
    padding: 20px 0 0 0;
    
    text-align: center;
}

.footer span{
    color: white;
    /* font-weight: 500; */
    font-size: 12px;
}
.footer a{
    color: white;
    font-size: 12px;
}

.footer a:hover{
    color: #ccc!important;
}

#righi img {
    height: 40px!important;
    margin-left: 10px!important;
}