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

p{
    font-family: 'Raleway', sans serif;
    color: white;
    font-weight: 300;
    text-align: center; 
    font-size: 43px;
    margin-top: 2%;
}

.fotoperfil{
margin-top: 15%;
}

.fotoperfil img{
    width: 30%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

a{
    text-decoration: none;
    color: black;
}

main{
    margin-top: -8%;
}

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

h3{
    font-family: 'Raleway', sans serif;
    font-size: 53px;
    color: white;
    font-weight: 400;
    text-align: center;
}



.contenedor{
    margin-top: 13%;
}

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

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

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