@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(defaultAdm.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{margin: 0; padding: 0; font-family: 'Futura Lt BT'}
html, body{height: 100%; box-sizing: border-box;}

@font-face {
    font-family: 'Futura Lt BT';
    src: url('fonts/FuturaBT-Light.eot'); src: url('fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Light.woff2') format('woff2'), url('fonts/FuturaBT-Light.woff') format('woff'),
        url('fonts/FuturaBT-Light.ttf') format('truetype'),  url('fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Bk BT';
    src: url('fonts/FuturaBT-Book.eot'); src: url('fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Book.woff2') format('woff2'), url('fonts/FuturaBT-Book.woff') format('woff'),
        url('fonts/FuturaBT-Book.ttf') format('truetype'), url('fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('fonts/FuturaBT-Bold.eot'); src: url('fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Bold.woff2') format('woff2'), url('fonts/FuturaBT-Bold.woff') format('woff'),
        url('fonts/FuturaBT-Bold.ttf') format('truetype'), url('fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Lt BT';
    src: url('fonts/FuturaBT-LightItalic.eot'); src: url('fonts/FuturaBT-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-LightItalic.woff2') format('woff2'), url('fonts/FuturaBT-LightItalic.woff') format('woff'),
        url('fonts/FuturaBT-LightItalic.ttf') format('truetype'), url('FuturaBT-LightItalic.svg#FuturaBT-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('fonts/FuturaBT-Medium.eot'); src: url('fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Medium.woff2') format('woff2'), url('fonts/FuturaBT-Medium.woff') format('woff'),
        url('fonts/FuturaBT-Medium.ttf') format('truetype'), url('fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* textos e paragrafos */
h1{font-size: 2.38em; font-family: 'Futura Bk BT';}
h2{font-size: 1.78em; font-family: 'Futura Md BT';  padding-bottom: 1.15em; text-align: left;}
h2 span{ font-size: 0.78em; font-family: 'Futura Lt Bt'; padding-bottom: 1.0em; text-align: left; display: block;}
h3{font-size: 1.38em; padding-bottom: 0.25em;}
h4{ font-size: 0.98em; padding-bottom:5px; font-weight: bold; text-align: left;}
p{font-size: 0.92em; margin-bottom:10px; line-height: 1.36; text-align: left;}
ul{margin: 0; padding: 0; list-style: none;}
.menuEn{font-style: italic; display: none;}
a#top{position:fixed; bottom: 8px; right: 12px;}

.wrapper-container{width:100%; text-align: right; position: fixed; float: right; z-index: 100;}

#wrapper{position:relative; float: right;}

.logoMobile{ width: 20%; float: left; padding:0 5%; display: none;}
.logo{
    width: 140px;
    float: left;
    position: relative;
}
/* containers */
.container-full{width: 100%; height: auto;}
.section-top{width: 100%; float: left; padding: 23px 10px; position: fixed; z-index: 999; background-color: rgb(255, 255, 255);}
.topo-sessao{position: sticky; width: 100%; height: auto; top: 50%; margin: 0 auto; background: rgba(120, 35, 35, 0.55); text-align: center; color: #fff;}
.topo-sessao img{width: 14.2em; margin: 0 auto; padding: 10px;}
/* menu mobile */
.menu-mobile-container{
    width: 100%; margin: 0 auto; display: none;}
.mobile-container-ico{
    width: 100px; float: right;
    background-color: navy;
    cursor: pointer;
}
.menuI{
    background-color: #eee;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}
.top-menu, .mid-menu, .bottom-menu{
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #c1c1c1;
}
.top-menu{
    top: 5px;
    right: 10px;
}
.mid-menu{
    top: 13px;
    right: 10px;
}
.bottom-menu{
    top: 21px;
    right: 10px;
}
.menu-Trigger{z-index: 9999;}
.hamburguer{
    z-index: 9999;
    position: fixed;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    top: 20px;
    right: 25px;
}
#icon-home{
    font-size: 5vh;
    color: #c1c1c1;
}
/* animacao menu */
.top-animate{
    background: #c1c1c1;
    top: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mid-animate{
    opacity: 0;
}
.bottom-animate{
    background: #c1c1c1;
    top: 13px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
}
.menu{
    font-family: 'Arial';
    font-weight: 500;
    top: 100px;
    right: 0;
    z-index: 99998;
    display: none;
    position: fixed;
    width: 75%;
    background-color: rgba(255, 10, 25, 0.9);
    opacity:0.4.5;
    overflow: hidden;
}
.menu ul{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 9999;
}
.menu ul li{
    list-style-type: none;
    text-align: center;
    padding: 15px 0;
    line-height: 22px;
    font-weight: bolder;
    font-size: 0.82em;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #fff;
    background-color: rgba(45, 45, 30, 0.85);
    transition:  all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.menu > ul > li:hover{
    opacity: 0.7;
    color: #c1c1c1;
}
.menu > ul > li:hover a{color: #321516;}
.menu li >.itemMenu{
    list-style-type: none;
    text-align: center;
    color:#c1c1c1;
    text-decoration: none;
    width: 100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.menu li:last-child{border-bottom: 1px solid #fff;}
.menu li:hover{cursor: pointer;}
.menu li > a:hover{
    cursor: pointer;
    color: #b0565a;
}
.menu li:first-child{
    margin-top: -5px;
    border-top: 1px solid orange;
}
/* fim menu mobile */
.box-menu{
    display: block;
    width: auto;
    float:right;
    height: 50px;
}
.menuItem{
    width: 160px;
    float: left;
    height: 100%;
}
.menuItem a{
    display: block;
    width: 100%;
    padding: 10px 15px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #313131;
}
.menuItem a:hover{
    color: #b0565a;
}
.background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
/* Parallax */
.parallax{
    font-family:'Futura Lt BT';
    margin: 0 auto;
    width: 100%;
    max-width: 1680px;
    position: relative;
    min-height: 100%;
    padding-top: 7px;
    top: 100%;
    background-attachment: fixed;
    background-position: -50% 0;
}
.parallax article{
    width: 85%;
    height: auto;
    min-height: 100%;
    text-align: center;
    margin: 25px auto 0;
    padding: 30px 0;
}
.template{
    top: 14vh;
    background-attachment: fixed;
    background-position: -50% 0;
    background-color: rgba(135, 35, 40, 0.9);
}
.template article{
    width: 75%;
    height: auto;
    min-height: 100%;
    text-align: center;
    /*margin: 15px 60px 0px;*/
    padding: 20px 20px 20px;
    left: 0;
    background-color: white;
}
.template article h1 autor{
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-top: 3vh;
    margin-bottom: 6vh;
    text-align: left;
}
.template article h1 autor span{
    display: inline-block;
    font-weight: bolder;
    margin-right: 9px;
}
.template article p{
    font-size: 1.35em;
    font-weight: 500;
}
.template article .conteudo{
    text-align: left;
}
.template article figure{
    display: block;
    float: left;
    margin: 0 20px 15px 10px;
}
.template article .conteudo p{
    font-size: 0.98em;
    margin-bottom: 5px;
}
aside.complemento{
    position: fixed;
    top: 85px;
    width: 39vh;
    height: 100%;
    right: 10px;
    padding: 4px;
    background-color: white;
}
#sobre-nos{
    padding-top: 45px;
    background-color: #f1f1f1;
    background-image: url(../img/background/body.png);
    background-repeat: repeat-x;
    background-position-y: 1vh;
    background-blend-mode: luminosity;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.5);
}
#sobre-nos article p{
    width: 75%;
    font-size: 1.25em;
    font-weight: 400;
    margin: 0 auto;
}
#sobre-nos article .mason-container{
    position: relative;
    left: -8vw;
    width: 99vw;
    display: flex;
    flex-direction: row;
}
#sobre-nos article .mason-container .mason-content{
    width: auto;
    height: 250px;
    display: inline;
    overflow: hidden;
}
#sobre-nos article .mason-container .mason-content > img{
    position: relative;
    height: 100%;
    display: block;
}
#advogados{
    padding-top: 45px;
    background-image: url(../img/background/backgroundPredio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
#area-ocupacao{
    padding-top: 60px;
    background-image: url(../img/background/body.png);
    background-repeat: repeat-x;
    background-position-y:10vh;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
#artigos{
    padding-top: 45px;
    background-image: url(../img/background/background-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
#artigos article h2, #artigos article h2 span {
    color: #fff;
}
#contato{
     padding-top: 40px;
    background-color:#fff;/*background-image: url(../img/background/Background-04.jpg);*/
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

#contato article{
    padding-bottom: 0;
}
#contato article h2{
    padding-bottom: 0;
}
.lincontato {
    background-image: url('../img/background/bg100.jpg');
    background-size: cover;
    height: 8vh;
}
#contato article.subcontato{
    margin-bottom: 340px;
    width:100%;
    height:450px;
    padding:10px 30px 0;
    background-color:#f6f6f6;
    display: inline-block;
}

#contato article.subcontato address,#contato article.subcontato phone, #contato article.subcontato email {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    display: block;
    width: 100%;
}
#contato div.subcontato address div{
    padding: 2.5px 0;
}

.session-adv{
    position: relative;
    width: 100%;
    height: 420px;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.6);
}
.box-adv{
    width: auto;
    height: 100%;
}
.box-adv > .content-adv{
    width: 250px;
    height: 380px;
    float: left;
    margin: 10px 40px;
    background: #f7f7f7;
    padding: 0.3em 0.2em;
    position: relative;
    overflow: hidden;
}
.box-adv .nome{font-size: 1.36em; text-align: right; padding: 10px; font-family:'Futura Md Bt';}
.box-adv p{ font-size: 0.86em; text-align: right; width: 20vh; float: right; margin-right: 10px;}
.box-adv figure{ z-index: 5; bottom: 0; transition: ease-in 0.6s; position: absolute; filter: grayscale(100%);}
.box-adv .img-adv1{left: -115px;}
.box-adv p:active, .box-adv .img-adv1:active, .box-adv p:hover, .img-adv1:hover{left: -15px;filter: grayscale(0);}
.box-adv .img-adv2{left: -141px;}
.box-adv p:active, .box-adv .img-adv2:active, .box-adv p:hover, .img-adv2:hover{left: -50px; filter: grayscale(0);}
.box-adv .img-adv3{left: -130px;}
.box-adv p:active, .box-adv .img-adv3:active, .box-adv p:hover, .img-adv3:hover{left: -20px; filter: grayscale(0);}
.box-adv .img-adv4{left: -150px;}
.box-adv p:active, .box-adv .img-adv4:active, .box-adv p:hover, .img-adv4:hover{left: -50px; filter: grayscale(0);}
.info-adv:hover, info-adv:active{opacity:0.4;}

.rd-social{right: 20px; bottom: 20px; z-index: 6; position: absolute;}
.rd-social a{
    color:#b0565a; text-decoration:none;
}
.rd-social ul li{display: block; margin: 10px 0 0;}
.rd-social ul li a{color:#c6c6c6; text-decoration: none;}
.servicos-container{
    width: auto;
    height: auto;
    display:flex;
    justify-content:center;
}
.servicos-container img{ width: 40%;}
.servicos-box{
    display: table;
    height: 325px;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
    padding-top:20px;
}
.servicos-box > div, .servicos-info .servicos-infoBox > div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.servicos-box figure{
    margin: 0;
}
.servicos-info{
    top:0;
    left: 0;
    width: 100%;
    height: 234px;
    position: absolute;
}
.servicos-info > div{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
}
.servicos-info .servicos-infoBox{
    color: #fff;
    height: 234px;
    display: table;
    padding: 20px;
}
.servicos-info .servicos-infoBox h4{
    margin: 0 0 5px;
}
.servicos-info .transparent-btn{
    position: relative;
    width: 100%;
    bottom: 0;
    clear: both;
}
.servicos-info .transparent-btn a{
    color:#fff;
}
.servicos-info .transparent-btn a:hover{
    color: #fff;
    background-color: #0f1923;
}
[class^='imghvr-'], [class*='imghvr-']{
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
	 vertical-align: top;
	 max-width: 100%;
}
[class^='imghvr-'] .servicos-info-con, [class*=' imghvr-'] .servicos-info-con {
	background-color: #b0565a;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
}
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 -webkit-transition: all 0.35s ease;
	 transition: all 0.35s ease;
}
/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover .servicos-info-con, [class*=' imghvr-push-']:hover .servicos-info-con {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down .servicos-info-con {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.imghvr-push-down:hover > img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
/*-----------------------------------------------------------*/
.container-flex{
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    height:435px;
}
.boxcontent-noticiaDestaque{
    position: relative;
    width: 100%;
    height: 525px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: wrap;
    margin-bottom: 1.5vw;
    align-items: center;
    justify-content: space-around;
}
.box-noticia{
    background-color: rgba(135, 35, 40, 0.9);
    width: 80vw;
    height: 249px;
    display: flex;
    /* float: left; */
    /* margin: 8px 0 0; */
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
}
.box-noticia figure{
    width: 260px;
    height: 250px;
    overflow: hidden;
    float: left;
    background: #fff;
}
.box-noticia figure img{
    height: 250px;
    /*padding: 10px;*/
}
.box-noticia-conteudo{
    display: flex;
    flex-direction: column;
    padding: 7px;
    width: 65%;
    height: 100%;
    color: #dbd9d6;
    justify-content: space-between;
}
.box-noticia-conteudo h3{
    text-transform: uppercase;
    font-weight: 600;
    height: 35px;
}
.box-noticia-conteudo p{
    font-size: 1em;
    font-weight: 400;
    height: 130px;
    padding: 0 15px;
    overflow: hidden;
    text-align: justify;
}
.box-noticia-conteudo .transparent-btn{
    background-color: #f1f1f1;
    width: 250px;
    margin: 0 auto;
}
.box-noticia-conteudo .transparent-btn a{
    color:#666;
    font-weight: 600;
}
.box-noticia-conteudo .transparent-btn a:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color:#ccc;
}
.noticia-imgbox{
    position: relative;
    width: 25vw;
    height: 396px;
    overflow: hidden;
    margin: 0 2px;
    border-radius: 5px;
    box-shadow: #00000069 1px 1px 3px 0px;
    background-color: #872429;
}
.noticia-imgbox .caption-heading{
    color: #fff;
    width: 99%;
    margin: 0;
    padding: 20px 10px;
    position: absolute;
    font-size: 1.23em;
    text-transform: uppercase;
    background-color: #872429;
}
.noticia-imgbox:hover .caption{
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.noticia-imgbox img{
    width: auto;
    height: 200px;
}
.noticia-imgbox .caption{
    opacity: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.noticia-imgbox .caption-text{
    z-index: 10;
    color: #fff;
    bottom: -100px;
    width: 100.1%;
    height: 400px;
    padding: 17px 11px;
    position: absolute;
    text-align: center;
    background-color: #872c2f;
}
.noticia-imgbox .caption-text h3 {
	margin: 0 0 5px;
        font-size: 1.16em;
	text-transform: uppercase;
        height: 56px;
        overflow: hidden;
}
.noticia-imgbox .caption-text p.regular-font {
	overflow: hidden;
        width: 250px;
        height:225px;
        margin:20px auto;
        text-align: justify;
}
.noticia-imgbox .caption-text .transparent-btn {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0;
        background: #f2f2f2!important;
}
.noticia-imgbox .caption-text .transparent-btn a{
	color: #0f1923;
        background: #f2f2f2;
}
.noticia-imgbox .caption-text .transparent-btn a:hover {
	color: #fff;
	background-color: #0f1923;
}
.transparent-btn a{
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 30px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px #521616 inset;
}
div.artigos_geral{
    width: 100%;
    display: flex;
}
.titulo_link{
    background:rgba(255, 255, 255, 0.8);
    width: 250px;
    height: 40px;
    padding: 10px;
    margin:0 10px 0 10px;
}

.mapaGoogle{
    position: absolute;
    width: 100%;
    height: 345px;
    bottom: 0;
    left: 0;
}
.mapaGoogle iframe{
    width: 100%;
    height: 100%;
}
footer{
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-height: 10vh;
    line-height: 10vh;
    padding: 0 13vh;
    top: 100%;
    background-color: #333;
    color: #fff;
}
.footer-tbl{
    top: 0;
    /*margin-block-start: 90px;*/
}
footer div.copy{
    width: 44vw;
    font-size: 0.97em;
    text-align: center;
    float: left;
}
footer div.developer{
    width: auto;
    text-align: right;
    float: right;
}
footer div.developer a{
    color:#fff;
    font-size: 0.97em;
    font-weight: 400;
}

/*Adicional Bootstrap*/
.pagination-art{
    padding-left: 0;
    margin: 5px 0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
}