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;
}    

.trofeo img{
    position: relative;
    margin-top: 73px;
    margin-left: 830;
    height: 109px;
}    

h1{
 font-family: 'Raleway', sans-serif;
 font height: 700;
 font-size: 50px;
 text-align: center;
 color:white;
 margin: 20px;
}

.contenedor {
   width:100%;
   margin-top: -139;
}

.contenedor img{
    width: 100%;
}


.barra2 {
    background-color: #fefefe;
    width: 100%;
    margin-left: -8px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
}

.item{
    display: flex;
}


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