.imgEmpresa {
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}
.SobreEmpresa {
    color: #1C5A6B;
    font-size: large;
    text-align: center;
    
}

.SobreEmpresa .paragrafo {
    max-width: 780px;
    min-height: 40px;
    border-radius: none;
}

.negocio {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.mvv {
    max-width: 550px;
    min-height: 50px;
    border-radius: none;
    background-color: #1C5A6B;
    opacity: 0.7;
    color: white;
    transition: all .3s ease-in-out;
    padding: 10px;
    border-radius: 15px;
}

.mvv:hover {
    box-shadow: 5px 15px 15px 0px #E87724;
}


h4{
    float: left;
    transition: 0.8s;
}

h4:hover {
    transform: rotateY(360deg);
}