.second-pic {
    height: 80%;
    background: url(../media/second-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.third-pic {
    height: 60%;
    background: url(../media/third-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom;
}

.blue ul li {
    color: #efefef;
    font-size: 1em;
}
.blue ul {
    column-count: 3;
    text-align: center;
}

.blue {
    width:100%;
    background: #026685;
    position: fixed;
    bottom: 0px;
    padding: 10px;
    z-index: 5;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 125px 125px;
    border-color: transparent transparent #0396B0 transparent;
    position: absolute;
    right: 0;
    margin-top:-50px;
}
.experiencia {
    margin-top:25px;
    column-count:2;
    column-gap: 50px;
}
.experiencia li {
    margin-bottom: 15px;
    list-style-type: circle;
    line-height: 1.1em;
}
.texto-experiencia {
    font-weight: bold;
    margin: 25px;
    line-height: 1.2em;
}
.line {
    width:100%;
    border-bottom: solid 1px #026685;
}
strong {
    font-weight: bold;
}

/*** Perfiles ***/

.profile p {
    margin-bottom: 15px;
    margin-top: 25px;
}
.profile img {
    width:200px;
    float: left;
    margin-top:50px;
    margin-left:25px;
}
.profile h1 {
    display: block;
}
.title-p {
    display: inline-block;
    position: relative;
    width: 50%;
    float: right;
    margin-top: 50px;
}
.profile {
    margin-bottom: 75px;
    margin-top: 75px;
}
.text-profile {
    margin-top:50px;
}
.text-profile p {
    margin-bottom: 15px;
}
.diego {
    margin-lefT:25px;
}
.title-p h1 {
    padding-left:0;
}

@media screen and (max-width: 700px){
    .blue ul{
        column-count: 1;
    }
    .blue ul li{
        margin-bottom: 15px;
        font-size: 0.9em;
    }
    .blue ul li:last-child {
        margin-bottom: 0;
    }
    .experiencia {
        column-count: 1;
    }
    .triangle {
        display: none;
    }
    .title-p {
        margin-top: 50px;
    }
    .second-pic, .third-pic {
        background-position: right;
    }
    .third-pic {
        display: none;
    }
    .title-p h1 {
        margin-left: -15px;
    }
    .profile img {
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
    }
}