*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
#somos-contenedor {
    max-width: 100vw;
    height: fit-content;
    margin-top: 30px;
   
}

#somos-img {
    max-width: 100vw;
    height: 400px;
    background-image: url(img/bg-somos.jpg);
    background-size: cover;  
    background-position: center center;
    background-repeat: no-repeat;
}

#somos-contenido {
    width: 80vw;
    margin: auto;
    padding-top: 40px;
}

#somos-texto p {
    font-family: Rubik;
    color: white;
    font-size: 1em;
    margin-top: 20px;
}

#somos-contenido h1 {
    margin-top: 20px;
}

#somos-texto {
    margin-top:50px;
}

#somos-texto strong {
    color: rgb(0,255,255);
}
.somos-elsur {
    font-family: MiFuente;
    text-align: center;
    color: rgb(0,255,255);
    font-style: italic;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 40px;
}

#vmm-contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
   
}

.vmm-caja {
    margin-top: 30px;
    padding: 30px 40px;
    border-top: 5px solid rgb(0,255,255);
    border-bottom: 15px solid rgb(0,255,255);
    background: #262626;
    width: 90vw;
}

.vmm-caja strong {
    color: rgb(0,255,255);
}

.vmm-caja h2 {
    font-family: MiFuente;
    font-size: 2rem;
    margin-top: 30px;
    color: white;
}

.vmm-caja p {
    font-family: Rubik;
    font-size: 1em;
    color: white;
    margin-top: 30px;
}

.vmm-icon {
    position: relative;
    top: 15px;
    width: 50px;
    height: 50px;
}


.vmm-titulo {
    display: flex;
    align-items: center;

}

.vmm-titulo h2 {
    margin-left: 30px;
}

.valores-p {
    margin-top: 5px !important;
}


@media (min-width: 1125px) {

    #somos-contenedor {
        display: flex;
        justify-content: space-around;
        background: #262626;
    }

    #somos-img {
        width: 900px;
        height: 700px;
        background-position: top center;
    }

    #somos-contenido {
        padding-left: 10px;
        width: 45vw;
    }

    #vmm-contenedor {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-evenly;

    }

    .vmm-caja {
        width: 600px;
        padding: 50px;    
    
    }

}