body {
    min-height: 75rem;
    padding-top: 3.5rem;
}
.link{
    top: -120px;
    position: relative;
    z-index: 5;
}
.descr-top{
    background-image: url('http://papayabrasil.com.br/imagem/topo.PNG');
    background-repeat: no-repeat;
    background-position: center;
    text-align: justify;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 0rem !important;
}
.servicos{
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: justify;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 0rem !important;
}
.circulo{
    width: 140px;
    height: 140px;
    /*background-color: #0095eb;*/
    font-size:  52px;
    padding-top: 24px;
    color: #0095eb;
}
.circulo:hover{
    background-color: #d0d3d2;
    color: #fff;
}
.centralizar{
    margin: 0 auto !important;
    float: none !important;
}

.descri-chamada{
    background-image: url("http://agovs.com/proxy.php?url=https%3A%2F%2Fwww.papayabrasil.com.br%2Fimagem%2Fchamada_acao.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    margin-bottom: 0rem !important;
    border-radius: 0rem;
}

.contato{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0rem !important;
    border-radius: 0rem;    
}

.rodape{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #090622;
    margin-bottom: 0rem !important;
    color: #fff;
    border-radius: 0px;
}
.rodape ul li a.link-rodape{
    color: #fff !important;
}.rodape ul li a.link-rodape:hover{
    color: #adaeaf !important;
    text-decoration: none;
}