meta{
    height: 100vh;
    width: 100%;
    background-size: cover;
}

.left-bg{
    background-color: #212121;
    height: 100vh;
}

.image{
   
    width: 20rem;
}

.logo{
 
    width: 10rem;
   
}

.content p{
    margin-top: 45px;
    margin-left: 5%;
    color: aliceblue;
    margin-right: 5%;
}

.titulos-empresas{
    margin-top: 60px;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
}

.empresas {
    padding: 15px;
    background-color: #b4b4b442;
    border-radius: 10px;
    margin-bottom: 15px;
}

.empresas a {
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-size: 14px;
}

.empresas img {
    width: 70px;
}



.content{
    width: 100%;
    text-align: center!important;
}

img#shop{
    width: 10rem;
}

img#food{
    width: 6rem;
}

img#celavit{
    width: 12rem;
}

img#print{
    width: 12rem;
}

img#discargo{
    width: 12rem;
}

img#foundation{
    width: 6rem;
}

.bussines-list{
    max-height: 100vh!important;
    overflow-y: scroll; 
    overflow-x: hidden; 
}

.text-box{
    min-height: 5rem;
}