body{
    background-color: #f5f7fa;
    font-family: 'Montserrat', 'Arial';
}

li {
    line-height: 24px;
}
/*----------------------*/
/* contenedor principal*/
/*----------------------*/

.contenedor-principal{
    display: flex;
    flex-direction: row-reverse ;
    background-color: white;
    width: 1200px;
    margin: 0px auto;
}

/*----------------------*/
/* informacion principal*/
/*----------------------*/

.informacion-general{
    padding: 100px 80px;
}

/*------------*/
/* Descripcion*/
/*------------*/

.nombre{
    font-style: bold;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.texto-descripcion{
    text-align: justify;
    width: 400px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.descripcion-profesion{
    font-size: 14px;
    font-weight: 700;
}

/*---------------------*/
/*secciones principales*/
/*---------------------*/

.titulo-sección-principal{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-top: 45px;
}

.texto-naranja{
    color: #FB6D3A;
}
/*-----------------*/
/*sección proyectos*/
/*-----------------*/

.lista-proyectos{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding-left: 17px;
    width: 485px;
}

.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;
    }

/*---------------------------*/
/*Sección 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;
    width: 509px;
}


/*-----------------*/
/*Sección educación*/
/*-----------------*/

.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;
}

/*----------------------*/
/*información secundaria*/
/*----------------------*/

.informacion-lateral{
    background-color: #1E2939;
    padding: 40px 0;
}
.foto{
    margin: auto;
    display: block;
}


.titulo-lateral{
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 8px;
}

.contacto, .habilidades-tecnicas {
    margin-left: 40px;    
}
/*----------*/
/* contacto */
/*----------*/

.tipo-contacto{
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
}

.contacto-info{
    color: white;
    opacity: 0.5;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/*------------------*/
/* sección 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;
}

/*---------------------------*/
/* bloque habilidades blandas*/
/*---------------------------*/

.titulo-lateral-habilidades-blandas {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-top: 50px;
}

.habilidades-blandas {
    margin-left: 40px;
}

.lista-lateral-habilidades-blandas {
    padding-left: 17px;
}

.lista-lateral-habilidades-blandas>li {
    color: #FB6D3A;
}

.elemento-lista-lateral-habilidades-blandas {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}