body{
  background-color:#2C3E50;
}

main {
    margin-top: 29%;
}

.conexion img{
    width: 139;
    margin-left: 226px;
    margin-top: 295px;
}

.eligeturobot h1 {
    display: flex;
    justify-content: center;
    color: white;
    margin-bottom: 11%;
    margin-top: 10%;
    font-size: 55px;
    font-weight: 400;
}

img:hover{
    box-shadow: 0 0 20px rgba(51,122,183,.8);
    border-radius: 100px;
}
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;
} 

.wifi{
   width: 100%;
    display: flex;
    margin-top: 26px;
}

.wifi img{
    height: 79px;
    margin-left: 231px;
}

p{
 font-family: 'Raleway', sans-serif;
 font-size: 50px;
 text-align: center;
 color: white;
 margin: 20px;
}
    
.siguiente{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 28.7%;
 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;
}
