body{
    margin: 0;
    padding: 0;
    background:  #C5FFFD;
}
.name{
    width: 100%;
    height: 300px;
    background: #88D9E6;
    transform: skewY(-5deg);
}
.name .content{
    width: 50%;
    height: 50%;
    position:absolute;
    left: 25%;
}
.name .content .p-1{
    color: #374B4A;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 65px;
    transform: skewY(5deg);
    margin-bottom: 0;
}
.name .content .p-2{
    color: #374B4A;
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    transform: skewY(5deg);
    margin-top: 0;
    margin-bottom: 0;
}
.name .img{
    position: absolute;
    top: 18%;
    right: 8%;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    transform: skewY(5deg);
    overflow: hidden;
}
.name .img img{
    width: 190px;
    height: 220px;
}

.info {
    width: 90%;
    height: auto;
    background: #88D9E6;
    margin: 5% auto;
    padding: 20px;
    border-radius: 20px;
}
.info .titulo-seccion {
    color: #374B4A;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    text-align: center;
    font-weight: bolder;
    border-bottom: 2px #C5FFFD dashed;
}
.info .titulo-info{
    color: #374B4A;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: large;
    display: inline;
    margin-right: 20px;
}
.info .infoinfo{
    color: #374B4A;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: large;
    display: inline;
}
.info span {
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 1%;
    padding-right: 1%;
    background: #8B8BAE;
    color: #374B4A;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 5px;

}