body{
    background-color: #0f172a;
    font-family: Arial, Helvetica, sans-serif;
}

/* CONTENEDOR */
.contenedor-principal{
    border-radius: 20px;
    overflow: hidden;
}

/* PANEL IZQUIERDO */
.izquierda{
    background: linear-gradient(180deg, #111827, #1740b0);
    color: white;
    min-height: 100vh;
}

/* PANEL DERECHO */
.derecha{
    background-color: #f8fafc;
    color: #111827;
}

/* FOTO */
.foto{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 5px solid white;
    object-fit: cover;
    background-color: white;
}

/* NOMBRE */
.nombre{
    font-weight: bold;
    margin-top: 10px;
}

/* CARGO */
.cargo{
    color: #dbeafe;
    font-size: 18px;
}

/* TITULO PRINCIPAL */
.titulo{
    color: #1d4ed8;
    font-weight: bold;
    font-size: 45px;
}

/* SUBTITULOS */
h3{
    color: #4e84fa;
    font-weight: bold;
    margin-bottom: 15px;
}

/* LISTAS */
ul{
    padding-left: 20px;
}

.habilidades-personales li {
    margin-bottom: 0.5rem;
}

/* LINEAS */
hr{
    border: 1px solid rgba(255,255,255,0.2);
}

/* PROGRESS */
.progress{
    height: 10px;
    border-radius: 20px;
}