.cont-sobre-mi{
    width: 100%;
    height: 665px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 100px 240px;
    background: linear-gradient(180deg, #000000 30%, rgba(0, 0, 0, 0) 70%);
}

.cont-Foto-Perfil{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.borde-Foto-Perfil{
    display: flex;
    width: 305px;
    height: 305px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(0deg, #FFE458 2.47%, #E11E64 99.74%);
}

.Foto-Perfil{
    width: 290px;
    height: 290px;

    border-radius: 100%;
}

.btn-curriculum{
    width: 220px;
    height: 50px;
    margin-top: 20px;

    background: linear-gradient(89.7deg, #fad931 2.47%, #cd064f 99.74%);

    border-radius: 10px;
    border: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #000000;
    letter-spacing: 0.07em;
    transition: 5s;
}

.btn-curriculum:hover{
    background: linear-gradient(89.7deg, #0fdcef 2.47%, #88FFA2 99.74%);
    transform: scale(1.02);
}

.cont-texto-sobre-me{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.cont-texto-sobre-me::selection{
    animation: forwards;
}

.titulo-sobre-mi{
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 70px;
    text-align: justify;
    color: white;
}

.parrafo-sobre-mi{
    width: 100%;
    margin: 30px 0px;
    text-align: justify;
    color: #D9D9D9;
    font-family: 'Rasa',sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 30px;
}

.icons-contacto{
    width: 32px;
    height: 32px;
    margin: 2%;
    cursor: pointer;
    transition: content 10s ease-in;
}

#icon-github:hover{
    content: url("/Portafolio_AngG/imagenes/Logo_Github_Ce.png");
}

#icon-linkedin:hover{
    content: url("/Portafolio_AngG/imagenes/Logo_Linkedin_Ce.png");
}

#icon-correo:hover{
    content: url("/Portafolio_AngG/imagenes/Logo_Correo_Ce.png");
}

