.center {
   text-align: center;
}

.center {
    display:inline-block;
    float: none;
}

.objetosnav {
    margin-top: 11%;
    font-size: 5vh;
}

.blanco {
    color: white;
}

.mobilecontainer{
    position: absolute;
    top: 20%;
    width: 100%;
}

.iconomovil{
    width: 100%;
}

.titulosmoviles{
    font-size: 2rem;
    font-weight: bold;
}

.shortword{
    font-size: 5rem;
    font-weight: bold;
    margin-top: 10px;
}

.navobj{
    padding-bottom: 2%;
}

.draggable {
    position:absolute;
    top:0px;
    background:pink;
    height:100px;
    width:100%;
    left: 0px;
    text-align:center;
}
.return-circle{
    width: 40px;
    margin-bottom: 7%;
    cursor: pointer;
    position: absolute;
    top: 47px;
    z-index: 5000;
    left: 10%;
}

.return-circle-bbp{
    width: 40px;
    margin-bottom: 7%;
    cursor: pointer;
    position: absolute;
    top: 47px;
    z-index: 5000;
    right: 10%;
}

.return-circle-contact{
    width: 40px;
    cursor: pointer;
    z-index: 5000;
    margin-left: 25px;
}

.return-circle:hover{
    width: 45px;
    
}