body{
  background-color:#2C3E50;
}
.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 11.9%;
  margin-top: -13%:
}

.items img{
    width: 261px;
    border-radius: 1000px;
    margin-bottom: 78px;
}

img:hover{
    box-shadow: 0 0 20px rgba(51,122,183,.8);
}
img:focus{
    box-shadow: 0 0 20px rgba(51,122,183,.8);
}

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

.eligeturobot h1 {
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 73%;
 color:white;
 margin-bottom: 15%;
 margin-top: 10%;
 font-size: 55px;
 font-weight: 400;
}

.siguiente{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: -15%;
 width: 47%;
 color:white;
 background-color: #16a085;
 border-style: solid;
 border-color: white;
 border-radius: 100px; 
}

.siguiente:hover{
 background-color: #425e79;
 color: white;
 border-radius: 100px;
}


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


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

img {
 padding: ;
}

.texto {
    font-family: 'Raleway', sans-serif;
    color:white;
    margin-bottom: 108px;
    margin-top: -8%;
    font-size: 38px;
    word-spacing: 14.5rem;
}
