body {
    background-color: #F5F7FA;
    font-family: 'Montserrat' , 'Arial';
    
}

li{
    line-height: 24px;
}

/* ----------------------- */
/* Contenido Principal */
/* ----------------------- */

.Informacion-general{
    padding: 100px 88px;
}

.nombre{
        font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 25px;
    }

    /* Descripcion */

.texto-descripcion{
    width: 400px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.Contenedor-principal {
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    width: 1200px;
    margin: 40px auto;
    box-shadow: 6px 6px 20px
    rgba(0, 0, 0, 0.1);
}

/* ----------------------- */
/* Informacion General */
/* ----------------------- */

.Descripcion{
    
    margin-bottom: 40px;
}

.Descripcion-profesion {
    font-size: 14px;
    font-weight: 700;
}

/* Secciones principales */

.titulo-seccion-principal{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-top: 45px;
}

.texto-naranja{
    color: #FB6D3A;
}

/* Seccion proyectos */

.lista-proyectos{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding-left: 17px;
}

.enlace-proyectos{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.puntos-proyectos{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    letter-spacing: 2px;
    
}

/* Seccion experiencia laboral */

.puesto-empresa{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 11px;
}

.periodo-empresa{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
}

.lista.experiencia{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    padding-left: 17px;
}

/* Seccion de educacion */

.titulo-seccion-principal{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-top: 45px;
}

.titulo-educacion{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

}

.periodo-educacion{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
}
.texto-naranja{
    color: #FB6D3A;}

/* ----------------------- */
/* Informacion Lateral */
/* ----------------------- */

.Informacion-lateral{
    padding: 40px 0;
    background-color: #1E2939
    

}

.Titulo-lateral{
        margin-top: 50px;
        color: white;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 8px;
}

.Contactos, .Habilidades-tecnicas, .Habilidades-blandas{
    margin-left: 40px;
}

/* ----------------------- */
/* Seccion contactos */
/* ----------------------- */

.Tipo-contacto{
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
}

.Contacto-info{
    color: rgb(109, 107, 107);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/* ----------------------- */
/* Seccion de lista */
/* ----------------------- */

.Lista-lateral{
    padding-left: 17px;
}

.Lista-lateral > li{
    color: #FB6D3A
}

.Elemento-lista-lateral{
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

