footer #links .block:last-child {
    display: inline;
    justify-content: unset;
}
footer #links .block:last-child .linha {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
footer #links .block:last-child .linha .item {
    width: 30% !important;
    margin-right: 3%;
}
footer #links .block:last-child .linha:last-child {
    margin-top: 40px;
}
footer #links .block:last-child .linha:last-child .item {
    width: 30% !important;
}
#content #text p {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
}
#content #text p:first-child::first-letter {
    color: #ff0000 !important;
    font-weight: bold;
}
#content #text p img {
    position: relative;
    float: left;
    /*width: 64px !important;
    height: 64px;*/
    margin-right: 20px;
}
/*AJUSTES PARA LINK NO BANNER*/
#banner-top{
    z-index: 1!important;
}
.btn-banner {
    display: block;
    height: 50px;
    width: auto;
    line-height: 50px!important;
    background: #bf0c1a;
    color: #ffffff!important;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    margin-top: 30px;
    position: relative;
}
#categories {
    padding-bottom: 100px;
}
#categories .container .category {
    position: relative;
    width: calc(20% - 8px);
}

.btn-banner:hover {
    background: #e10a1b;
}

h4.fixartigos {
    padding: 20px 0;
    text-align: center;
}

@media screen and (max-width: 1620px) {

    .btn-banner {
        font-size: 16px;
        height: 35px;
        line-height: 35px!important;
        margin-top: 20px;
    }

  }

@media screen and (max-width: 1024px) {

    header nav .container .links {
        min-height: calc(100vh - 100%);
    }
    header nav .container .links a {
        border-bottom: 1px solid rgba(255,255,255,0.4);
        text-transform: capitalize;
        font-weight: normal;
        font-size: 3.2vh !important;
    }

}

/*.btn-banner:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 50px 8px;
    border-color: transparent transparent #f2eaea transparent;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1620px) {
  .btn-banner:before {
    border-width: 0 0px 35px 8px;
  }
}
.btn-banner:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 8px 0 0;
    border-color: #f2eaea transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1620px) {
  .btn-banner:after {
    border-width: 35px 8px 0 0;
  }
}*/