

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;     
    text-decoration: none;
}

main{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 0px;
    padding-top: 0px;
    position: relative;
    /*background-image: url(../images/bg5.jpg);*/
    background-position: center;
    margin: auto;
    margin-top: 77px;
}

.capa-black{
    width: 100%;
    height: 100%;
    position: absolute;
   /* background: rgba(0,0,0,0.6);*/
    top: 0;
    left: 0;
}

.h1{
    position: relative;
    color: white;
}

.parrafo1{
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    color: #000;
    font-weight: 100;
}

.container-redes{
    margin-top: 20px;
}

.container-redes label{
    font-size: 40px;
}



