*{
    font-family: Jost;
}

html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

/**
* ===========
* MENU
* ===========
**/
.containerLogoHandy{
    position: relative;
    margin-right:20px;
    margin-left:20px;
    margin-top:10px;
    margin-bottom:10px; 
}

.searchLocation{
    width:50%;
    border-radius:20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    margin-top:10px;
    margin-bottom:10px; 
    margin-right:10px;
}

.currentPosition{
    width:45px;
    border-radius:25px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px; 
   
}