body{
    padding: 0;
    margin: 0;
}

p{
    margin: 0;
}

img{
    width: 100%;
    vertical-align: middle;
}

.text-align-center{
    text-align: center;
}

.flex{
    display: flex;
}

.flex-column{
    flex-direction: column;
}

.flex-justify-content{
    justify-content: space-between;
}

.flex-justify-items{
    justify-items: center;
    align-items:center;
}


.nav{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 15.625%;
    height:100%;
    opacity: 1;
    background: #000000;
    /*box-sizing: border-box;*/
    /*border: 1px solid #A2A2A2;*/
}


.nav>div{
    color: #FFFFFF;
    margin:90% auto 0;
    text-align: center;
}

.nav>div:last-child p{
    margin-top: 8%;
}


.servicios{
    background: #000000;
    color: #99A096;
}

.servicios .box{
    width: 62.9%;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 500;
}

.servicios .box>div{
    flex:0 0 30%;
    line-height: normal;
}
.servicios .box>div ol{
    margin-top: 10%;
}
.servicios .box>div li{
    margin-top: 2%;
}

.servicios .box2{
    width: 62.9%;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 500;
    padding: 5% 0;
}

.servicios .box2>div{
    flex:0 0 22%;
    line-height: normal;
}

.servicios .box2 .image{
    flex:0 0 22.2%;
}

.servicios .box2>div div:last-child{
    margin-left: 4%;
}

.content{
    position: absolute;
    left: 15.625%;
    top: 0px;
    width: 84.375%;
    height: 100%;
    opacity: 1;
}









