body{
  background-image: url(../imagenes/fondop.svg);
}

h1{font-family: 'Raleway', sans-serif;
font-weight: 900;
text-align: center;
color: #f1c40f;
letter-spacing: 0.5rem;
font-size: 70px;
}

h2{
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-align: center;
color: #f1c40f;
letter-spacing: 7px;
font-size: 23px;
margin-top: -15px;
line-height: 0px;
margin-bottom: 60px;
}

.logo{
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
width: 65%;
color: white;
background-color: #2c3e50;
border-style: solid;
border-color: white;
border-radius: 100px;
margin-top: 285px;
}

.inicio{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 9%;
 width: 47%;
 color:white;
 background-color: #e85344;
 border-style: solid;
 border-color: white;
 border-radius: 100px; 
}

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

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

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

.carrera{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 9%;
 width: 47%;
 color:white;
 background-color: #f39c12;
 border-style: solid;
 border-color: white;
 border-radius: 100px; 
}

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

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

main{
    margin-top: 21%;
}

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