body{
    margin: 8px;
    font-family: SoDoSans,Sans Serif, Work Sans, Helvetica Neue,Helvetica,Arial,sans-serif;

}

.navbar{
    padding: 20px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 6px 5px 0px rgba(135,91,91,0.75);
-webkit-box-shadow: 2px 6px 5px 0px rgba(135,91,91,0.75);
-moz-box-shadow: 2px 6px 5px 0px rgba(135,91,91,0.75);
}

.navbar-left svg{
    width: 50px;
    margin-right: 20px;

}

.navbar-left div{
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-left div:hover, .find-a-store:hover{
    color: #00754a;
}


.navbar-left, .navbar-right{
    display: flex;
    align-items: center;
}

.navbar-left > *, .navbar-right> * {
    margin: 10px;

}

.find-a-store {
    display: flex;
    align-items: center;
    font-weight: 600;

}

.sign-in, .join-now {
    font-weight: 600;
    border: 1px solid black;
    border-radius: 40px;
    padding: 5px 20px 5px 20px;
}

.join-now{
    background-color: black;
    color: whitesmoke;
}

.join-now:hover{
    background-color: rgba(0, 0, 0, 0.7);
}

.sign-in:hover{
    background-color: rgba(0, 0, 0, 0.07);
}

.product img{
    max-width: 100%;
}

.empresas{
    color: blueviolet;
    
}
