#presentacion{
    text-align: center;
}
#presentacion h1,h2,h3,h4,h5{
    margin: 0px;
    padding: 0px;
}
#presentacion h1{
    font-size: 2.5em;
}
#presentacion h2{
    font-size: 2em;
}
#presentacion .img-perfil-01{
    height: 150px;
    width: auto;
}
#presentacion .img-perfil-02{
    width: 100px;
    border-radius: 50%;
    aspect-ratio: 1; /* Se ajusta al mismo valor que el width */
    object-fit: cover;
}
.avatar_title{
    font-size: 1.5em;
    font-weight: bold;
    color: #015867;
}
.sel_avatar{
    opacity: 0.5;
}
.sel_avatar:hover{
    border: 2px solid #FF0101;
    opacity: 1;
}
.seleccionado{
    border: 4px solid #01771F;
    opacity: 1;
}
.saldo{
    font-size: 2.5em;
    font-weight: bold;
    text-align: right;
}
.title_catalogo{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}