.background-somos{
    width: 100%;
    height: 300px;
    background-image: url('../img/background-somos.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.295);

    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.background-somos{
    color: white;
    font-size: 700;
}

.section-somos{
    padding: 20px ;
    background-color: white;
    position: relative;
    top: -80px;
    left: 0;
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.137);
}

.content-somos h2{
    margin-top: 15px;
}

.article-info{
    background-color: #fefefe;
    margin: 20px auto;
    padding: 20px;
}

.img-valores{
    width: 300px;
    height: 450px;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 5px;
}

@media (min-width: 576px) { }


@media (min-width: 768px) { 

   .background-somos{
     margin-top: 70px;
   }
   .section-somos{
     top: -60px;
   }

   .content-somos h2{
    margin-top: 0px;
   }

   .article-info article p{
     text-align: justify;
   }
}


@media (min-width: 992px) { 
    
}


@media (min-width: 1200px) {
   
 }


@media (min-width: 1300px) { }