body {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;

}
/* estilos de los textos */

.titulo {
    color: #000000;
    font-size: 24px;
}

.subtitulo {
    color: #94006C;
    margin-bottom: 16px;
}

.subtitulo_left{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #9F6476;
}
.subtitulo_right{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    background-color: #94006C;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 10px;
    align-self: center;
}
p{
    font-size: 16px;
    color: #000000;

}
.estudios{
    color: #94006C;
}

ul li {
    margin-bottom: 8px;
}

a {
    color: #a82d57;
    text-decoration: none;
}

.justificado {
    text-align: justify;
}

/* estilo de los iconos */




/* linea separadora rosa */

.linea{
    background-color: #DEB2C9;
    height: 3px;
    border: 0;
    max-width: 70%;
    margin-top: 36px;
    margin-bottom: 36px;
}

a:hover {
    text-decoration: underline;
}

.shadow-lg {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
/* estilos parte derecha */

.right{
    background-color: #FFCEE7;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 50px;
    margin-bottom: 250px;
}
