@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/******************/
/******************/
* {
    margin: 0;
    padding: 0;
}
HTML {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 12px;
    }
}
BODY {
    width: 100%;
    min-height: 100%;
    /*font-family: "Arial Narrow", Arial, sans-serif;*/
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 300;
    color: #000;
    background-color: #fff;
}
a {
    outline: 0;
    color: inherit;
    cursor: pointer;
}
p {
    line-height: 1.5rem;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
BUTTON:hover {
    text-decoration: none;
}
IMG {
    border: none;
}
FIELDSET {
    border: none;
    border-color: transparent;
}
*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    opacity: 0.5;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    opacity: 0.5;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    opacity: 0.5;
}
INPUT:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    opacity: 0.5;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    opacity: 0.5;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    opacity: 0.5;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    opacity: 0.5;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    opacity: 0.5;
}
/******************/
/******************/
/**********************/
@media screen and (max-width: 1200px) {}
/* TABLETS */
@media screen and (max-width: 970px) {}
/* SMARTPHONES */
@media screen and (max-width: 767px) {}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only {
    display: none !important;
}
.desk_only {
    display: block !important;
}
.mobile_only-f {
    display: none !important;
}
.desk_only-f {
    display: flex !important;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only {
        display: block !important;
    }
    .desk_only {
        display: none !important;
    }
    .mobile_only-f {
        display: flex !important;
    }
    .desk_only-f {
        display: none !important;
    }
}
.main {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}
.img_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.img_res {
    width: 100%;
    height: auto;
}
.no_margin {
    margin: 0% !important;
}
.rotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/************************/
/************************/
section {
    width: 100%;
    height: auto;
    position: relative;
}
.block {
    width: 100%;
    height: auto;
    position: relative;
}
.fixed {
    position: fixed !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row_table {
    display: flex;
    flex-wrap: nowrap;
}
.block-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.block_90 {
    width: 90%;
    margin-left: 5%;
}
.block_95 {
    width: 95%;
    margin-left: 2.5%;
}
.block_80 {
    width: 80%;
    margin-left: 10%;
}
.full_height {
    min-height: 100vh;
}
.wraper {
    width: calc(100% - 30px);
    max-width: calc(1230px - 30px);
    padding: 0 15px;
    margin: 0 auto;
}
.block_row {
    width: 100%;
    height: auto;
    position: relative;
}
.block_row::after {
    content: "";
    clear: both;
    display: table;
}
.block_col {
    position: relative;
    float: left;
    min-height: 20px;
}
.espaco_80 {
    padding: 40px 0;
}
.block_75 {
    width: 75%;
}
.block_66 {
    width: 66.66%;
}
.block_50 {
    width: 50%;
}
.block_33 {
    width: 33.33%;
}
.block_25 {
    width: 25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .block_75 {
        width: 66.66%;
    }
    .block_66 {
        width: 50%;
    }
    .block_25 {
        width: 33.33%;
    }
    .block_50.breackTablet {
        width: 100%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .block_80 {
        width: 100%;
        margin-left: 0;
    }
    .block_95 {
        width: 100%;
        margin-left: 0;
    }
    .block_90 {
        width: 100%;
        margin-left: 0;
    }
    .block_75 {
        width: 100%;
    }
    .block_66 {
        width: 100%;
    }
    .block_50 {
        width: 100%;
    }
    .block_33 {
        width: 100%;
    }
    .block_25 {
        width: 50%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
    .block_25 {
        width: 100%;
    }
}
.flex {
    display: flex;
}
/***/
.flex-hl-left {
    justify-content: flex-start;
}
.flex-hl-center {
    justify-content: center;
}
.flex-hl-right {
    justify-content: flex-end;
}
.flex-hl-space {
    justify-content: space-between;
}
.flex-hl-space-eq {
    justify-content: space-evenly;
}
/***/
.flex-vl-top {
    align-items: flex-start;
}
.flex-vl-center {
    align-items: center;
}
.flex-vl-bottom {
    align-items: flex-end;
}
.flex-vl-stretch {
    align-items: stretch;
}
/***/
/***/
.flex-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-grid-eq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.flex-grid::after {
    content: "";
    flex: auto;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .flex {
        flex-wrap: wrap;
    }
}
/***********************/
/***********************/
.ba-mgn-100-tp {
    margin-top: 100px;
}
.ba-mgn-80-tp {
    margin-top: 80px;
}
.ba-mgn-801-tp {
    margin-top: 80px;
}
.ba-mgn-60-tp {
    margin-top: 60px;
}
.ba-mgn-40-tp {
    margin-top: 40px;
}
/*****/
.ba-mgn-100-bt {
    margin-bottom: 100px;
}
.ba-mgn-80-bt {
    margin-bottom: 80px;
}
.ba-mgn-60-bt {
    margin-bottom: 60px;
}
.ba-mgn-40-bt {
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .ba-mgn-100-tp {
        margin-top: 90px;
    }
    .ba-mgn-80-tp {
        margin-top: 70px;
    }
    .ba-mgn-60-tp {
        margin-top: 50px;
    }
    .ba-mgn-40-tp {
        margin-top: 30px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 90px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 70px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 50px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 30px;
    }
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .ba-mgn-100-tp {
        margin-top: 80px;
    }
    .ba-mgn-80-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 40px;
    }
    .ba-mgn-40-tp {
        margin-top: 20px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 80px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 20px;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .ba-mgn-100-tp {
        margin-top: 60px;
    }
    .ba-mgn-80-tp {
        margin-top: 40px;
    }
    .ba-mgn-801-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 25px;
    }
    .ba-mgn-40-tp {
        margin-top: 10px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 25px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 10px;
    }
}
/************************/
/************************/
/************************/
.header-block {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4000;
    width: 100%;
    height: auto;
}
header {
    position: relative;
    width: 91.33%;
    height: 115px;
    display: flex;
    padding: 45px 4.33% 0 4.33%;
    justify-content: space-between;
}
/************************/
/************************/
footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 37px;
    z-index: 3955;
    padding-top: 3px;
}
.rodape {
    width: calc(100% - 4.33%);
    position: relative;
    max-width: 700px;
    font-size: 0.8rem;
    margin-left: 4.33%;
    padding-top: 0.5rem;
}
/*****************/
/*****************/
/*****************/
.titulo {
    color: #010202;
}
H2.titulo {
    font-size: 4rem;
    margin-bottom: 3rem;
    font-family: "Times New Roman", "serif";
    font-style: italic;
    margin-left: 8rem;
    font-weight: normal;
}
H3.titulo {
    font-size: 2rem;
    margin-top: -3.3rem;
    font-weight: normal;
    font-family: "Times New Roman", "serif";
    font-style: italic;
    color: #b22b3d;
}
.com-menu H2.titulo {
    margin-left: 9rem;
}
.com-menu H3.titulo {
    margin-left: 25% !important;
}
@media screen and (max-width: 767px) {
    H2.titulo {
        margin-left: 10% !important;
        font-size: 3rem;
    }
    H3.titulo {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 340px) {
    H2.titulo {
        font-size: 2.4rem;
    }
}
.screen-size-fixed {
    width: 100%;
    height: 100vh;
}
.screen-size-var {
    width: 100%;
    min-height: 100vh;
    height: auto;
}
/***********************/
/***********************/
.loading {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-repeat: no-repeat;
    background-image: url(images/loading.gif);
    background-position: center center;
}
/************************/
/************************/
/************************/
/************************/
.text-arial {}
.white {
    color: #fff !important;
}
.menu-mobile {
    position: fixed;
    width: 85vw;
    height: 100vh;
    background-color: #80010b;
    opacity: 0.95;
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
    top: 0px;
    left: 0px;
    z-index: 5000;
    display: none;
}
.menu-mobile-wraper {
    position: relative;
    width: calc(100% - 40px);
    padding: 20px;
}
.mobile-menu-close {
    position: absolute;
    right: 18px;
    top: 15px;
    color: #fff;
    z-index: 5010;
    font-size: 1.5rem;
}
.menu-mobile H3 {
    color: #fff;
    margin-bottom: 3rem;
    text-transform: uppercase;
    margin-top: 0.2rem;
}
.menu-mobile nav {
    position: relative;
}
.menu-mobile nav > UL {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1.3rem;
    margin-bottom: 2.5rem;
}
.menu-mobile nav > UL > LI {
    margin-bottom: 1.5rem;
    color: #fff;
    opacity: 0.8;
    font-size: 1.3rem;
}
.menu-mobile nav > UL > LI.select {
    opacity: 1;
}
/******/
.menu-mobile nav > UL > LI > SPAN {
    cursor: pointer;
}
.menu-mobile .submenu_mob {
    list-style-type: none;
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
    margin-top: 1rem;
    display: none;
}
.menu-mobile .submenu_mob LI {
    margin-bottom: 0.7rem;
    color: #fff;
    opacity: 0.8;
    font-size: 1.2rem;
}
/******/
.menu-language-mobile UL {
    list-style-type: none;
}
.menu-language-mobile UL LI {
    color: #fff;
    display: inline-block;
    margin-right: 0.6rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.menu-language-mobile UL LI.select {
    font-weight: bold;
}
/*****************/
video {
    width: 100%;
    height: auto;
    position: relative;
}
.logo {
    position: relative;
    width: 300px;
    height: 50px;
    overflow: hidden;
}
.home-principal .logo {
    opacity: 0;
}
.logo h1 a {
    position: relative;
    display: block;
    float: left;
    width: 300px;
    height: 50px;
    overflow: hidden;
    text-indent: -1500px;
    background-image: url("images/logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.menu-mobile-icon {
    position: absolute;
    display: none;
    z-index: 4000;
    top: 45px;
    right: 4.33%;
    font-size: 2.5rem;
    color: #000;
    opacity: 0.6;
}
.home-principal .menu-mobile-icon {
    color: #fff;
}
.home-principal .home-menu-icon-mobile {
    color: #000;
}
header.home-site-ar {
    color: #fff;
}
header nav {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 0.8rem;
    max-width: calc(100% - 380px);
}
header nav > UL {
    position: relative;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
header nav > UL > LI {
    display: inline-block;
    font-size: 0.87rem;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    position: relative;
}
header nav > UL > LI > SPAN {
    cursor: pointer;
}
header nav > UL > LI.select {
    /*border-bottom: 1px solid #b22b3d;*/
    color: #b22b3d;
}
/******/
header nav UL.submenu {
    position: absolute;
    top: 17px;
    left: -0.6rem;
    list-style-type: none;
    width: 12rem;
    padding: 0.6rem;
    background-color: #80010b;
    display: none;
}
header nav UL.submenu_p{
    width: 9rem;
}
header nav UL.submenu LI {
    color: #ffffff;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
}
/*************/
.menu-language {
    position: absolute;
    z-index: 4000;
    bottom: -10px;
    right: 0px;
}
.menu-language UL {
    list-style-type: none;
}
.menu-language UL LI {
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
    font-size: 0.8rem;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.menu-language UL LI.select {
    font-weight: bold;
}
.menu-language UL LI.select::before {
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    right: 2rem;
    font-size: 1.2rem;
    bottom: 0.5rem;
    color: #b22b3d;
}
.menu-language UL LI:first-child {
    border-bottom: 1px solid #666;
}
.menu-language UL LI:last-child {
    padding-top: 10px;
}
@media screen and (max-width: 1200px) {
    .logo {
        width: 210px;
        height: 40px;
    }
    .logo h1 a {
        width: 210px;
        height: 40px;
    }
    header nav {
        max-width: calc(100% - 250px);
    }
    .menu-mobile-icon {
        display: none;
    }
    .menu-mobile {
        display: none;
    }
}
/* TABLETS */
@media screen and (max-width: 1100px) {
    header nav {
        display: none;
    }
    .menu-language {
        display: none;
    }
    .menu-mobile-icon {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        width: 160px;
        height: 35px;
    }
    .logo h1 a {
        width: 160px;
        height: 35px;
    }
}
.padding-menu-top {
    padding-top: 115px;
}
.padding-logo-left {
    padding-left: 4.33%;
}
.saiba-mais {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 3.7rem;
    background-color: transparent;
    border: none;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url("images/saiba-mais.svg");
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
}
.folha_branca {
    position: relative;
    width: 100%;
    max-width: 757px;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.2);
    min-height: calc(100vh - 40px);
    background-color: #fff;
}
.layer-planta {
    position: absolute;
    pointer-events: none;
    z-index: 1900;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("images/folhas.png");
}
.text-lateral {
    position: fixed;
    width: 355px;
    height: auto;
}
/*************************/
/*************************/
/* NOVOS AJUSTES */
.backdrop {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 3995;
}
.folha-branca-int {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 140px; /* site top */
    min-height: calc(100vh - 140px - 40px);
}
.folha-mascara {
    position: fixed;
    background-color: #fff;
    z-index: 3970;
}
.folha-mascara-mobile {
    position: fixed;
    background-color: #fff;
    width: 80%;
    top: 0;
    left: 15px;
    z-index: 4000;
    display: none;
    height: 150px;
}
.folha-header {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 3990;
    padding-bottom: 40px;
    opacity: 0;
    overflow: hidden;
}
.folha-conteudo {
    position: relative;
    width: 55%;
    padding-left: 25%;
    padding-bottom: 40px;
    height: auto;
    opacity: 0;
    z-index: 2000;
}
.no-sidebar .folha-conteudo {
    width: 80%;
    padding-left: 5%;
}
.folha-sidebar {
    position: fixed;
    z-index: 3980;
    margin-bottom: 15px;
    opacity: 0;
    /* altura em javascript */
}
.sidebar-collapse-button {
    width: 30px;
    display: none;
    font-size: 2rem;
    color: #b22b3d;
    padding-right: 10px;
    opacity: 0.4;
    padding-top: 0.5rem;
    position: fixed;
    top: 45vh;
    left: 25px;
    z-index: 4000;
}
.ps__rail-y {
    visibility: hidden;
}
.folha-sidebar-cont {
    position: relative;
    width: calc(100% - 42px);
    height: auto;
    padding: 4px 17px 0 25px;
}
@media screen and (max-width: 767px) {
    .folha-branca-int {
        padding-top: 120px; /* site top */
        min-height: calc(100vh - 120px - 40px);
    }
    .folha-header {
        padding-bottom: 30px;
    }
    .folha-conteudo {
        width: 75%;
        padding-left: 15%;
    }
    .folha-sidebar {
        z-index: 3998;
        background-color: rgba(255, 255, 255, 0);
        width: 30px;
        top: 0;
        left: 15px;
        padding-top: 150px;
    }
    .folha-sidebar-cont {
        display: none;
        padding-left: 63px;
        width: calc(100% - 80px);
    }
    .folha-sidebar-cont-mask {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sidebar-collapse-button {
        display: block;
    }
}
/************************/
/************************/
/* ESTILO GERAL */
/************************/
/* SIDEBAR */
/****************/
.folha-sidebar H4 {
    font-size: 1rem;
    padding: 0.5rem 0 0.5rem 0;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #902B29;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .folha-sidebar H4 {
        font-size: 1.5rem;
    }
}
/* SIDEBAR MENU */
/****************/
.sidebar-menu UL {
    font-size: 0.8;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}
.sidebar-menu LI {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: #000; /* CINZA */
    cursor: pointer;
}
.sidebar-menu LI:hover {
    color: #000;
}
.sidebar-menu LI.select {
    font-weight: bold;
    color: #000;
}
.sidebar-menu LI.select::before {
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f054";
    color: #b22b3d;
    font-weight: bold;
    display: inline-block;
    width: 0.9rem;
    margin-left: -0.9rem;
}
@media screen and (max-width: 767px) {
    .sidebar-menu LI {
        font-size: 1.4rem;
        margin-bottom: 0.9rem;
    }
    .sidebar-menu LI.select::before {
        width: 1.1rem;
        margin-left: -1.1rem;
    }
}
/* SIDEBAR COLLAPSE */
/****************/
.sidebar-menu-collapse H4 {
    color: #000; /* CINZA */
    cursor: pointer;
}
.sidebar-menu-collapse H4.select {
    color: #b22b3d;
}
.sidebar-menu-collapse H4:last-of-type {
    border-top: none;
}
.sidebar-menu-collapse UL {
    display: none;
}
/* SIDEBAR FILTER */
/****************/
/* TEXTO CONTEÚDO */
/****************/
.folha-conteudo P {
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.folha-conteudo UL {
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.folha-conteudo UL LI {
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
}
.folha-conteudo UL LI::before {
    content: "\2022";
    color: #b22b3d;
    font-weight: normal;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    padding-top: 0.3rem;
    line-height: 2rem;
    margin-left: -1rem;
}
@media screen and (max-width: 767px) {
    .folha-conteudo P {
        font-size: 1.3rem;
        line-height: 1.9rem;
        margin-bottom: 1.3rem;
    }
    .folha-conteudo UL {
        padding-left: 1.2rem;
    }
    .folha-conteudo UL LI {
        font-size: 1.3rem;
        line-height: 1.9rem;
        margin-bottom: 1.3rem;
    }
}
/* TEXTO LATERAL */
/****************/
.text-lateral P {
    color: #000;
    font-size: 2rem;
    font-family: "Times New Roman", "serif";
    font-style: italic;
    line-height: 2.5rem;
}
.text-lateral P STRONG {
    white-space: nowrap;
}
@media screen and (max-width: 1100px) {
    .text-lateral {
        display: none;
    }
}
/******************************************************/
/******************************************************/
/****************/
/****************/
/* HOME */
.red-layer, .white-layer {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 3900;
    opacity: 0;
    pointer-events: none;
}
.red-layer {
    background-color: #990000;
}
.white-layer {
    background-color: #fff;
}
.home01-scroll, .home02-scroll {
    position: relative;
    width: 100%;
    height: 200vh;
}
.home01 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 150px;
    color: #fff;
}
.home01-bg2 {
    position: absolute;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    bottom: 0px;
    left: 0px;
    background-image: url("images/home-fundo-pedra.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: -900;
}
.home01 video {
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1000;
    background-size: cover;
    background: url(video/video-02.png) no-repeat;
}
.home01-conteiner {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: auto;
    flex-wrap: wrap;
}
.home-logo {
    position: absolute;
    display: block;
    width: 570px;
    height: 100px;
    background-image: url("images/logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 0px;
    right: 0px;
    max-width: 80vw;
}
.home-sub {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
    padding-top: calc(3rem + 100px);
    margin-bottom: 4rem;
}
.home-sub P {
    font-family: "Times New Roman", "serif";
    font-style: italic;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: left;
}
.text_random{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-news {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 4.5rem;
}
.home-news H4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.home-news UL {
    list-style-type: none;
}
.home-news UL LI {
    font-size: 1rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.home-news UL LI SPAN {
    text-transform: uppercase;
}
@media screen and (max-height: 500px) {
    .home-logo {
        width: 380px;
        height: 70px;
    }
    .home-sub {
        display: none
    }
}
@media screen and (max-height: 800px) {
    .home-logo {
        width: 470px;
        height: 80px;
    }
    .home-sub P {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .home-sub {
        padding-bottom: 3rem;
        padding-top: calc(2.5rem + 80px);
        margin-bottom: 3rem;
    }
}
@media screen and (max-height: 720px) {
    .home-logo {
        width: 380px;
        height: 70px;
    }
    .home-sub P {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .home-sub {
        padding-bottom: 2.5rem;
        padding-top: calc(2.5rem + 70px);
        margin-bottom: 2.5rem;
    }
}
@media screen and (max-width: 1300px) {
    .home-logo {
        width: 480px;
        height: 80px;
    }
}
@media screen and (max-width: 1100px) {
    .home01-bg2 {
        background-position: 60% bottom;
        background-size: cover;
        min-height: 70vh;
    }
}
@media screen and (max-width: 767px) {
    .home-news {
        width: 70%;
    }
    .home01 {
        padding-top: 100px;
    }
    .home-sub P {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .home-sub {
        width: 70%;
        padding-bottom: 2rem;
        padding-top: 4rem;
        margin-bottom: 2rem;
    }
    .home-logo {
        width: 220px;
        top: -80px;
        right: 120px;
    }
}
@media screen and (max-width: 350px) {
    .home-logo {
        width: 170px;
    }
    .home-sub {
        padding-top: 1rem;
    }
}
/* ALTURA MÍNIMA - AJUSTE */
@media screen and (max-height: 700px) {
    .home01 {
        padding-top: 120px;
    }
    .home-logo {
        height: 60px;
    }
    .home-sub P {
        font-size: 1.8em;
        line-height: 2.2rem;
    }
}
/* ALTURA MÍNIMA - AJUSTE */
@media screen and (max-height: 600px) {
    .home01 {
        padding-top: 100px;
    }
    .home-logo {
        display: none;
    }
    .logo {
        opacity: 1 !important;
    }
    .home-sub {
        padding-bottom: 1.8rem;
        padding-top: 3rem;
        margin-bottom: 1.8rem;
    }
    .home-sub P {
        font-size: 1.5em;
        line-height: 2.1rem;
    }
    .home-news {
        padding-bottom: 3.5rem;
    }
}
/* ***** */
/*********/
.home02 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("images/bg-home-01.jpg");
    overflow: hidden;
    max-height: 100vh;
}
.home02 H2.titulo {
    padding-top: 150px;
}
.home02 UL {
    list-style-type: none;
    margin-left: 13rem;
}
.home02 UL LI {
    color: #3f3f3f;
    font-size: 1.7rem;
    font-family: "Times New Roman", "serif";
    font-style: italic;
    margin-bottom: 0.7rem;
}
.home02 UL LI::before {
    content: "\2022";
    font-size: 1.3rem;
    color: #b22b3d;
    font-weight: bold;
    display: inline-block;
    width: 1.8rem;
    margin-left: -1.8rem;
}
.home02-sec {
    position: relative;
    width: 370px;
    height: auto;
    padding-bottom: 16rem;
    margin-right: 3rem;
}
.home02-sec P {
    color: #000;
    font-size: 2rem;
    font-family: "Times New Roman", "serif";
    font-style: italic;
    line-height: 2.5rem;
}
@media screen and (max-width: 1100px) {
    .home02-sec {
        display: none;
    }
    .home02 UL LI {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }
    .home02 UL LI::before {
        width: 1.5rem;
        margin-left: -1.5rem;
    }
    .home02 H3 {
        font-size: 4rem;
        margin-bottom: 2.5rem;
        margin-left: 6rem;
    }
    .home02 UL {
        margin-left: 10rem;
    }
}
/* ALTURA MÍNIMA - AJUSTE */
@media screen and (max-height: 600px) {
    .home02 UL LI {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    H2.titulo {
        margin-bottom: 1.5rem;
    }
}
/*********/
.home03 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 3950;
}
.home03-slider {
    height: 100vh;
}
.home03-slider-it {
    width: 100%;
    height: 100vh;
}
.home03-slider-it-cont {
    width: 100%;
    height: 100vh;
}
.home03 H3 {
    position: absolute;
    width: auto;
    font-size: 3.5rem;
    color: #fff;
    line-height: 4rem;
    opacity: 0.8;
    top: calc(35vh - 2.5rem);
    text-align: center;
    z-index: 3000;
    font-family: "Times New Roman", "serif";
    font-style: italic;
}
.home-nameBH {
    right: 20%;
}
.home-nameSP {
    left: 20%;
}
.home03-slide-info {
    position: absolute;
    width: calc(250px - 2rem);
    height: calc(210px - 2rem);
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 40px;
    padding: 1.6rem 2rem;
}
.home03-slide-infoBH {
    right: 0px;
}
.home03-slide-infoSP {
    left: 0px;
}
.home03-slide-info P {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 0.8rem;
}
.home03-slide-info H6 {
    font-size: 0.9rem;
    color: #fff;
    line-height: 2rem;
    font-weight: normal;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
.home03-slide-icons {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    height: auto;
    width: 50px;
}
.home03-slide-icons UL {
    list-style-type: none;
}
.home03-slide-icons UL LI {
    color: #fff;
    opacity: 0.8;
    font-size: 2rem;
    text-align: right;
    margin-bottom: 0.5rem;
}
.logo-ar-slider-int {
    position: absolute;
    width: 150px;
    height: 150px;
    left: calc(50% - 75px);
    top: calc(35vh - 75px);
    background-image: url("images/simbolo_ar.svg");
    z-index: 1500;
}
@media screen and (max-width: 767px) {
    .home03-slider-it {
        height: 50vh;
    }
    .home03-slider {
        height: 50vh;
    }
    .home03-slider-it-cont {
        height: 50vh;
    }
    .home03 H3 {
        top: calc(15vh - 1.5rem);
        font-size: 2rem;
    }
    .home-nameBH {
        right: inherit;
        left: 10%;
    }
    .home-nameSP {
        left: 10%;
    }
    .home03-slide-infoSP {
        left: inherit;
        right: 0px;
    }
    .home03-slide-info {
        width: calc(200px - 1.5rem);
        height: auto;
        padding: 1.5rem;
    }
    .logo-ar-slider-int {
        display: none;
    }
    .home03-slide-info P {
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-bottom: 0.8rem;
    }
    .home03-slide-info H6 {
        font-size: 0.8rem;
        line-height: 1.5rem;
        padding-top: 0.5rem;
    }
}
@media screen and (max-height: 600px) {
    .home03-slide-info H6 {
        display: none;
    }
    .home03-slide-info {
        padding: 1.2rem;
    }
}
/************************/
/************************/
/* ESCRITORIO */
.escritorio {
    background-image: url("images/bg-escritorio-01.jpg");
    background-attachment: fixed;
}
/************************/
/************************/
/* ÁREAS DE ATUAÇÃO */
.atuacao {
    background-image: url("images/bg-atuacao-01.jpg");
    background-attachment: fixed;
}
.areas-link{
    color: #b22b3d;
    font-weight: bold;
    padding-left: 1rem;
}
.areas-link::before {
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f054";
    color: #b22b3d;
    font-weight: bold;
    display: inline-block;
    width: 0.9rem;
    margin-left: -0.9rem;
}
.areas-linha{
    border: none;
    border-top: 1px solid #666;
    width: 100%;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
}
/************************/
/************************/
.equipe {
    background-image: url("images/bg-equipe-01.jpg");
    background-attachment: fixed;
}
/************************/
/************************/
.equipe2 {
    background-image: url("images/bg-equipe-02.jpg");
}
/* EQUIPE ITEM */
.equipe-item-img-wraper {
    width: 100%;
    max-width: 757px;
    height: auto;
    position: fixed;
    z-index: 4000;
    display: flex;
    justify-content: flex-end;
    padding-top: 160px;
    pointer-events: none;
}
.equipe-item-img {
    width: 130px;
    height: 130px;
    position: relative;
    margin-right: 50px;
    margin-top: 120px;
}
.conteudo-equipe-int P {
    max-width: 90%;
}
.conteudo-equipe-int P A {
    color: #b22b3d;
}
.conteudo-equipe-int P SPAN A {
    color: #000; /* CINZA */
}
.conteudo-equipe-int H4 {
    margin-bottom: 0.4rem;
}
.conteudo-equipe-int H5 {
    margin-bottom: 0.4rem;
    font-size: 1rem;
    margin-top: 3rem;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .equipe-item-img {
        display: none;
    }
    .equipe-item-img-wraper {
        position: absolute;
        z-index: 3800;
        padding-top: 260px;
    }
    .conteudo-equipe-int P {
        max-width: 100%;
    }
    .equipe-item-text H4 {
        font-size: 1.4rem;
    }
    .equipe-item-text H5 {
        font-size: 1.3rem;
    }
    .equipe-item-text-lat-mobile H5, .equipe-item-lateral H5 {
        font-size: 1.3rem;
    }
}
/**************/
/**************/
.equipe-item-lateral {
    /*z-index: 3900;*/
}
.equipe-item-lateral P {
    font-family: Arial, Helvetica, "sans-serif" !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
}
.equipe-item-lateral H5, .equipe-item-text-lat-mobile H5 {
    margin-bottom: 0.4rem;
    font-size: 1rem;
    margin-top: 2rem;
}
.equipe-item-lateral H5:first-child {
    margin-top: 0;
}
.equipe-item-lateral H6, .equipe-item-text-lat-mobile h6 {
    font-size: 0.9rem;
    color: #666;
    font-weight: normal;
    text-align: right;
    padding-top: 1.8rem;
    max-width: 200px;
}
.equipe-item-text-lat-mobile h6 {
    text-align: left;
}
.equipe-item-text-lat-mobile {
    display: none;
    margin-top: 2rem;
    border-top: 1px solid #666;
}
.conteudo-equipe-int-pic-mobile{
    position: relative;
    width: 80%;
    height: auto;
    margin-bottom: 3rem;
    display: none;
    min-height: 20rem;
}
@media screen and (max-width: 1100px) {
    .equipe-item-lateral {
        display: none;
    }
    .equipe-item-text-lat-mobile {
        display: block;
    }
}
@media screen and (max-width: 767px) {
.conteudo-equipe-int-pic-mobile{
    display: block;
}
}
/************************/
/************************/
/* RECONHECIMENTOS */
.reconec {
    background-image: url("images/bg-reconecimentos-01.jpg");
    background-attachment: fixed;
}/*
.reconhecimentos {
    width: 90%;
    padding: 0 5% 5% 5%;
}*/
.rec-line {
    padding-bottom: 4.5rem;
}
.rec-img {
    position: relative;
    width: 30%;
    height: auto;
    min-height: 20px;
}
.rec-img-int {
    position: relative;
    width: 80%;
    height: auto;
    padding: 0 10%;
}
.rec-text {
    position: relative;
    width: 70%;
    height: auto;
    min-height: 20px;
}
.rec-text-cont {
    position: relative;
    width: calc(100% - 25px);
    height: auto;
    padding-left: 25px;
}
.rec-text-cont h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
    color: #333333;
}
.rec-text-cont P {
    line-height: 1.7rem;
}
@media screen and (max-width: 1150px) {
    .reconec h2 {
        font-size: 4.5rem !important;
    }
}
@media screen and (max-width: 767px) {
.rec-text-cont {
    width: calc(100% - 15px);
    padding-left: 15px;
}
    .reconec H2.titulo {
        font-size: 5rem;
        margin-bottom: 3rem;
        font-family: "Times New Roman", "serif";
        font-style: italic;
        margin-left: 8rem;
        font-weight: normal;
    }
    .reconec h2 {
        font-size: 2.8rem !important;
    }
    .rec-img {
        width: 20%;
    }
    .rec-text {
        width: 80%;
    }
}
/************************/
/************************/
/* PUBLICAÇÕES */
.publicacoes {
    background-image: url("images/bg-publicacoes-01.jpg");
    background-attachment: fixed;
}
.sidebar-filtro UL {
    border-top: 2px solid #333;
    border-bottom: none;
}
.sidebar-filtro LI {
    border-bottom: 1px solid #333;
    padding: 0.2rem 0 0.5rem 0;
}
.sidebar-filtro LI.select {
    color: #b22b3d;
    font-weight: bold;
}
.sidebar-filtro H4 {
    border-color: #000; /* CINZA */
    font-size: 0.8rem;
    color: #000; /* CINZA */
}
@media screen and (max-width: 767px) {
    .sidebar-filtro H4 {
        font-size: 1.2rem;
    }
}
/***********/
.sidebar-filtro-cont P {
    font-size: 0.8rem;
    color: #000; /* CINZA */
    padding-top: 0.5rem;
}
.sidebar-filtro-cont SELECT {
    border: none;
    background-color: #dfdedc;
    padding: 0.2rem;
    width: calc(100% - 0.2rem);
    font-size: 0.8rem;
    height: 1.8rem;
}
.filtro-data SELECT {
    width: calc(49% - 0.2rem);
}
.sidebar-filtro-cont .block {
    padding-top: 0.3rem;
}
.sidebar-cadastro INPUT {
    border: none;
    background-color: #dfdedc;
    padding: 0.2rem;
    width: calc(100% - 0.2rem);
    font-size: 0.8rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
}
.sidebar-cadastro INPUT[type="email"] {
    width: calc(75% - 0.2rem);
}
.sidebar-cadastro BUTTON {
    border: none;
    background-color: #dfdedc;
    width: 20%;
    font-size: 0.8rem;
    height: 1.6rem;
    margin-left: 2%;
}
.sidebar-cadastro P {
    font-size: 0.8rem;
    color: #000; /* CINZA */
    padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
    .sidebar-filtro-cont P {
        font-size: 1rem;
        padding-top: 0.5rem;
    }
    .sidebar-filtro-cont SELECT {
        padding: 0.2rem;
        font-size: 1rem;
        height: 1.8rem;
    }
    .sidebar-cadastro INPUT {
        padding: 0.2rem;
        width: calc(100% - 0.2rem);
        font-size: 1rem;
        height: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 0.3rem;
    }
    .sidebar-cadastro BUTTON {
        font-size: 1rem;
        height: 1.6rem;
    }
    .sidebar-cadastro P {
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }
}
/****/
.folha-conteudo article {
    position: relative;
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #333;
}
.folha-conteudo article:last-of-type {
    border-bottom: none;
}
.folha-conteudo article H3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
    font-weight: normal;
}
.folha-conteudo article H4 {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
}
.folha-conteudo article.item IMG {
    max-width: 100%;
    height: auto;
}
.folha-conteudo article .article-img {
    padding: 3rem 0;
}
.folha-conteudo article .article-img IMG {
    max-width: 60%;
}
.folha-conteudo article P {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}
.folha-conteudo article p.article-red, .folha-conteudo article p span.article-red {
    color: #b22b3d;
}
.folha-conteudo article p.article-red SPAN {
    color: #000;
}
.folha-conteudo article p SMALL {
    color: #000;
    font-size: 0.9rem;
}
.folha-conteudo article P A{
    color: #22869c;
    word-wrap: break-word;
}
.folha-conteudo article P.article-red-italic A, .folha-conteudo article P .article-red A{
    color: #b22b3d;
}
.folha-conteudo article p.date {
    color: #666;
    font-size: 0.8rem;
    margin-top: -0.7rem;
    margin-bottom: 1rem;
}
.folha-conteudo article p.article-red-italic {
    font-style: italic;
}
.text-lateral P.description {
    font-family: Arial, Helvetica, "sans-serif" !important;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding-top: 4rem;
    font-style: normal;
}
.folha-conteudo article.item {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
    .folha-conteudo article P {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .folha-conteudo article .article-img IMG {
        max-width: 90%;
    }
}
/************************/
/************************/
/* NOTÍCIAS */
.noticias {
    background-image: url("images/bg-noticias-01.jpg");
    background-attachment: fixed;
}
/************************/
/************************/
/* CONTATO */
.contato {
    background-image: url("images/bg-contato-01.jpg");
    background-attachment: fixed;
}
.contato-folha {
    padding-top: 0px !important;
}
.contato-sidebar {
    padding-bottom: 1.5rem;
}
.contato-sidebar h5 {
    font-size: 0.8rem;
    color: #b22b3d;
    border-top: 2px solid #b22b3d;
    padding-top: 0.3rem;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
}
.contato-sidebar P {
    font-size: 0.8rem;
    color: #000; /* CINZA */
    line-height: 1rem;
    margin-bottom: 0.7rem;
}
.contato-sidebar UL {
    list-style-type: none;
    padding-bottom: 1rem;
    border-bottom: none;
}
.contato-sidebar UL LI {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.7rem;
    color: #000; /* CINZA */
}
.contato-sidebar h6 {
    font-size: 0.8rem;
    color: #000; /* CINZA */
    text-transform: uppercase;
}
/*******/
.contato-form H4 {
    font-size: 1.2rem;
    color: #b22b3d;
    text-transform: uppercase;
    padding-bottom: 1.3rem;
}
.contato-form INPUT, SELECT {
    border: none;
    background-color: #dfdedc;
    padding: 0.2rem;
    width: calc(100% - 0.2rem);
    line-height: 2rem;
    font-size: 1rem;
}
.contato-form SELECT {
    height: 2rem;
}
.contato-form TEXTAREA {
    width: 100%;
    height: 10rem;
    padding: 0.2rem;
    border: none;
    background-color: #dfdedc;
    font-size: 1rem;
}
.contato-form BUTTON {
    width: 5rem;
    background-color: #b22b3d;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    height: 2rem;
    border: none;
}
.contato-row {}
.contato-col {
    width: calc(100% - 0.5rem);
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}
.contato-col-4 {
    width: calc(40% - 0.5rem);
}
.contato-col-6 {
    width: calc(60% - 0.5rem);
}
@media screen and (max-width: 767px) {
    .contato-sidebar h5 {
        font-size: 1.2rem;
        padding-top: 0.5rem;
        padding-bottom: 1.5rem;
    }
    .contato-sidebar P {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 1rem;
    }
    .contato-sidebar UL {
        padding-bottom: 1.3rem;
    }
    .contato-sidebar UL LI {
        font-size: 2rem;
    }
    .contato-sidebar h6 {
        font-size: 1.2rem;
    }
    .contato-form H4 {
        font-size: 1.5rem;
        padding-bottom: 1.7rem;
    }
    .contato-col-4 {
        width: calc(100% - 0.5rem);
    }
    .contato-col-6 {
        width: calc(100% - 0.5rem);
    }
    .sidebar-contato {
        width: 100%;
    }
    .contato-cont {
        width: 90%;
        padding: 30px 5% 60px 5%;
    }
}
/************************/
/************************/
.paginacao{
    padding-top: 20px;
    padding-bottom: 10px;
}
.paginacao UL{
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.paginacao UL LI{
    display: inline-block;
    font-size: 0.8rem;
}
.paginacao UL LI{
    width: 1.0rem;
    height: 1.0rem;
    line-height: 1.2rem;
    display: inline-block;
    font-size: 1rem;
    margin-right: 1rem;
    background-color: #dfdedc;
    padding: 0.3rem;
    text-align: center;
}
.paginacao UL LI:first-child{
    background-color: transparent;
}
.paginacao UL LI:last-child{
    background-color: transparent;
}
.paginacao UL LI:before{
    content: none;
}
.paginacao UL LI.active{
    color: #b22b3d;
}
.paginacao UL LI.disabled{
    opacity: 0.5;
}
/************************/
/************************/
/************************/
/************************/






