.empresa {
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    height: 380px;
}

.vision {
    display: flex;
    box-sizing: border-box;
    width: 34%;
    height: 380px;
    justify-content: center;
}

.vision a {
    color: whitesmoke;
    font-size: 100px;
    text-decoration: none;
    margin: auto;
    padding-top: 0px;
    justify-content: center;
}

/*Estilos del ligthbox*/

.lightbox {
    display: none;
}

.lightbox:target {
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagen {
    display: flex;
    width: 100%;
    height: 75%;
    align-items: center;
    padding-top: 100px;
}

.imagen a {
    color: #BDBAB9;
    font-size: 50px;
    text-decoration: none;
    margin: 0 20px;
    padding: 150px;
}

.imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
    justify-content: center;
}

.imagen img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: 7px solid #BDBAB9;
    border-radius: 10px;
    box-sizing: border-box;
}

.close {
    display: block;
    width: 65px;
    height: 65px;
    margin: 1px auto;
    text-align: center;
    font-size: 60px;
    padding: 5px;
}

.icon-cancel-5 {
    color: darkgrey;
    text-decoration: none;
}
