body{
  background-color:#2C3E50;
}

.barra1{
 background-color: #fefefe;
 width: 100px;
 border-radius: 100px;
 margin-left: 2%;
 margin-top: 3%;
}

.barra1 img{
    height: 100px;
    margin-left: -5px;
}

.marca img{
height: 55;
margin-top: -78px;
margin-left: 530;
} 

.contenedor{
margin-top: 40px;
}   
    
    
.barra2 {
    background-color: #fefefe;
    width: 100%;
    margin-top:9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}

.iconos img{
    height: 100px;
    margin: 10px 40px 10px 40px;
}