body, html {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
        
h1, h2, h3, p {
    margin: 0;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: white;
}	

.coverPage {
    display: flex;
    align-items: center;
    justify-content: center;
    
    height: 814px;
   
    
    background-size: auto;
    
}



.__coverPage-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    color: #5a5b5c;
    height: 50%;
    width: 50%;
    z-index: 1000;
    text-align: center;
    opacity: .9;
    padding: 1em;
    margin-left: 0px;
    
}

.__coverPage-content h1 {
    font-size: 48px;
    color: #000000;
    opacity: .8;
}

.__coverPage-content h2 {
    font-size: 28px;
    margin-bottom: 1.5em;
    
}

.__coverPage-content h3 {
    font-size: 1.6em;
    margin-bottom: .8em;
    color: #c2880cee;
    opacity: .7;
}

.__coverPage-content p {
    font-size: .95em;
    margin-bottom: 1.5em;
    line-height: 1.5;
    opacity: .7;
}

.socialIcon {
    margin-right: 10px;
    color: #5a5b5c;
    opacity: .7;
}

.socialIcon i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 2px solid #5a5b5c;
    border-radius: 50%;
    padding: 15px;
    height: 25px;
    width: 25px;
    transition: all .3s
}
.imagen {
    width: 25%;
    max-width: 960px;
    margin: 0 auto;
    }
    img {
    width: 100%;
    height: auto;
    }

.socialIcon i:hover {
    color: #c2880cee;
    border-color: #c2880cee;
}

@media screen and (min-width: 321px) and (max-width: 1023px) {
    .__coverPage-content {
        width: 100%;
    }
}
