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{
   width:100%;
   margin-top: 37;
}

.contenedor img{
    width: 100%;
}

.flechas{
width: 100%;
}

.flechas img{
    height: 325px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: -356px;
}
    
.barra2 {
    background-color: #fefefe;
    width: 100%;
    margin-top: 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}

.item{
    display: flex;
}


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