body {
    margin: 0px;
}

.gradient {
    background-image: linear-gradient(45deg, 
      #009EC5 0%, #2e7eed 20%, #02225B 50%);
    width: 100%;
    padding: 20px 0px 120px 0px;
}

.icon-header {
    font-size: 60px;
}


.section { 
    padding: 50px 0px;
}


.bg-elipse {
    background: url(../images/elipse.png) no-repeat;
    background-position: center;
    background-size: 100%;
}


.photo {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.link {
    text-decoration: none;
}