@font-face {
    font-family: "nexa";
    src: url(fonts/nexa-light.otf) format("truetype");
}
@font-face {
    font-family: "nexa-bold";
    src: url(fonts/nexa-bold.otf) format("truetype");
}
body {
    background-color: #DDD;
}
a {
    text-decoration: none !important;
}
.header-creditos {
    height: 8rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0197d2;
}
.header-text {
    color: #fff;
    padding: 10px 20px;
    line-height: 45px;
    position: relative;
    top: 56px;
}
.header-text > p {
    font-size: 3em;
    font-family: "nexa";
    color: #fff;
}
.conteudo {
    height: 536px;
    overflow: auto;
}
.grid-row {
    margin-bottom: 10px;
}
p {
    margin: 0;
    color: #9E9E9E;
}
p.textUnit {
    font-family: "nexa";
    font-size: 1.4rem;
    color: #0197d2;
}
p.textFunc {
    font-family: "nexa";
    font-size: 1.05rem;
}
.textFunc {
    border-bottom: 1px dashed #9E9E9E;
}
.func {
    margin-top: 0.9em;
}
ul > li > p {
    font-size: 0.92em !important;
}
.credit-scroll {
    height: 470px;
    margin-bottom: 1.5em;
}
.contCreditos {
    padding: 1em;
}
.unitCredito {
    margin-bottom: 2em;
    margin-right: 0.5em;
}
.unitBloco {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0em;
}
ul > li {
    color: #9E9E9E;
    margin-bottom: 0.5em !important;
}

.btn-back{
    background: #f4f4f4;
    border: 1px solid #ddd;
    width: 18%;
    cursor: pointer;
    position: absolute;
    top: 25%;
    right: 3%;
    border-radius: 3px;
   
}
.btn-back :hover{
    background: rgba(221, 221, 221, 0.68);
  
}

.btn-back  img{
    width: 16%;
    display: inline-block;
    top: 22%;  
    vertical-align: middle
}



@media only all and (max-width:480px) {
    .resp-zerar {
        margin: 0 !important;
    }
    .conteudo {
        height: auto;
    }
    .header-creditos {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .header-text > p {
        font-size: 2rem;
    }
    .header-text {
        top: 67px;
    }
    p.textUnit {
        font-size: 1.0rem;
    }
    p.textFunc {
        font-size: 0.9rem;
    }
    .contCreditos {
        padding-left: 1em;
    }
    .credit-scroll {
        margin-top: 1.5em;
    }
    .btn-back {
       margin: -6px -6px ;
       width: 25%;
    }
}