.section-foto {
    position: relative;
    padding-bottom: 45px;
}
.section-foto:before {
    content: '';
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1473B2;
    -moz-border-radius: 0px 0px 80px 0px;
    -webkit-border-radius: 0px 0px 80px 0px;
    border-radius: 0px 0px 80px 0px;
}
.foto-link {
    width: 160px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: 3px solid #63E9FF;
}
.foto-link:hover {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}