/* BOOTSTRAP FIVE COLUMNS */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* STARTER CSS */

* {
    outline: none !important;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Manrope', sans-serif;
    color: #555;
    font-size: 16px;
    background-color: #fff;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #333;
}

.link-default:focus,
.link-default:hover {
    text-decoration: none;
    color: #777777;
}

img {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: bold !important;
}

ul {
    list-style: none;
}


/*.btn, */

input,
select,
textarea {
    border-radius: 0 !important;
}

section {
    float: left;
    width: 100%;
}

section,
figure {
    position: relative;
    overflow: hidden;
}

blockquote {
    border-color: #ccc;
}

pre {
    font-family: inherit;
    font-weight: bold;
}

hr {
    border-color: #ccc;
}

em {
    font-style: normal;
}

.div-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #dedede;
}

.section-default {
    padding: 4% 0;
}

.section-default2 {
    padding: 2% 0;
}

.btn {
    border-radius: 0;
}

.texto p {
    padding: 0 !important;
    margin: 0 !important;
    /*line-height: normal;*/
}

.btn-file {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.group-span-filestyle>label {
    padding: 10px;
}


/* CUSTOM CSS */

.relative {
    position: relative;
    z-index: 9;
}

.absolute {
    position: absolute;
    z-index: 9;
}

.display-none {
    display: none;
}

.display-block {
    display: block !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: 0 !important;
}

.text-center {
    text-align: center !important;
}

.form-active .form-control:invalid {
    border-color: #d03c3c;
}

.overlay-before::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
}

.all-inline>* {
    display: inline-block;
    vertical-align: bottom;
}

.font-normal {
    font-weight: normal !important;
}

.font-bold {
    font-weight: bold !important;
}

.box-leiloes{
	padding: 30px;
	border: 3px double rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.box-leiloes:hover{
	background-color: rgba(0,0,0,0.02);
}

.bordered {
    border: 1px solid #ddd;
    overflow: hidden;
}

.bordered-v {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bordered-h {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.border-radius {
    border-radius: 6px;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

p.p-two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.input-group-addon {
    vertical-align: top;
    border: 0;
    border-radius: 0;
}

.site_logo2{
	display: none !important;
}



.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.area-zoom {
    margin: 0 20px 15px 0;
}

.list-default {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    display: inline-block;
    width: 100%;
}

.lawyer-fiter-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.valign {
    display: table;
    width: 100%;
    height: 100%;
}

.valign>div {
    display: table-cell;
    vertical-align: middle;
}

#top-bar {
    border-bottom: 1px solid #ddd;
}

#top-bar * {
    color: #888;
}

.to-top{
	position: fixed;
	right: 50%;
    transform: translateX(50%);
    bottom: 30px;
    height: 45px;
    width: 45px;
    line-height: 43px;
    text-align: center;
    background: #9b4e31;
    color: #ffffff;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid #9b4e31;
    z-index: 1000 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.navbar.navbar-fixed-top {
    box-shadow: 1px 1px 3px #ccc;
}

.area-busca {
    position: relative;
    z-index: 8;
}

.avisos {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}

.avisos .owl-item .texto {
    padding: 15px;
}

.avisos .owl-item .texto p {
    font-size: 13px;
}

.aviso-fundo {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
    opacity: 0.95;
    background-color: #fff;
    border: 1px solid #9b4e31;
    border-bottom-left-radius: 15px;
}

.member-detail {
    padding: 10px;
}

.member-detail * {
    font-size: 13px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* inline-block space fix */
    margin-right: -3px;
}

.wa-theme-design-block figure {
    background-color: #fff;
}

.hr-equipe {
    border-width: 3px;
}

.texto-banners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-galeria {
    padding: 1px;
}


/* CUSTOM COLORS */

.text-color {
    color: #9b4e31 !important;
}

.text-custom {
    color: #777777 !important;
}

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #6d6d6d !important;
}

.text-dark-white {
    color: #676767 !important;
}

.text-blue {
    color: #3463A7 !important;
}

.text-black {
    color: #222 !important;
}


/* BG COLOR */

.bg-default {
    background-color: #5699af;
}

.bg-custom {
    background-color: #1D272A;
}

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #F3F3F3 !important;
}

.bg-lighter {
    background-color: #F9F9F9 !important;
}

.bg-dark {
    background-color: #1F1F1F !important;
}

.bg-mid-grey {
    background-color: #2d2d2d !important;
}

.bg-light-grey {
    background-color: #999 !important;
}

.bg-grey {
    background-color: #232323 !important;
}

.bg-gold {
    background-color: #777777 !important;
}

.bg-blue {
    background-color: #3A5BA7 !important;
}

.bg-orange {
    background-color: #E06238 !important;
}

.bg-black {
    background-color: #1D1D1D !important;
}

.bg-ice {
    background-color: #ddd !important;
}


/* SIZES */

.p5 {
    width: 5%;
}

.p10 {
    width: 10%;
}

.p25 {
    width: 25%;
}

.p50 {
    width: 50%;
}

.p75 {
    width: 75%;
}

.p100 {
    width: 100%;
}


/* PADDING */

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pad-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-h-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pad-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pad-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-v-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

[class^="pad-"] {
    display: inline-block;
}


/* BG SIZES */

figure[class^="bg-p"] {
    height: 0;
    overflow: hidden;
}

.bg-p25 {
    padding-bottom: 25%;
}

.bg-p30 {
    padding-bottom: 30%;
}

.bg-p35 {
    padding-bottom: 35%;
}

.bg-p40 {
    padding-bottom: 40%;
}

.bg-p45 {
    padding-bottom: 45%;
}

.bg-p50 {
    padding-bottom: 50%;
}

.bg-p60 {
    padding-bottom: 60%;
}

.bg-p65 {
    padding-bottom: 65%;
}

.bg-p75 {
    padding-bottom: 75%;
}

.bg-p100 {
    padding-bottom: 100%;
}

.bg-p125 {
    padding-bottom: 125%;
}

.bg-p150 {
    padding-bottom: 150%;
}


/* BG TYPES */

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-color: #fff;*/
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-color: #fff;*/
}

.bg-h-100 {
    background-size: auto 100%;
}

.bg-v-100 {
    background-size: 100% auto;
}

.bg-fixed {
    background-attachment: fixed;
}


/* NAVBAR */

.navbar-border {
    box-shadow: 0px 2px 2px #ccc;
}

.navbar {
    margin: 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #728dcd;
}


/* OWL-SLIDER */

.owl-carousel.owl-zoom {
    display: block;
    overflow: hidden;
}

.owl-zoom .owl-nav {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    border-color: #ebebeb;
    padding: 0;
}

.owl-zoom.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    color: #777;
    border: 1px solid #aaa;
    border-radius: 0;
    line-height: 7px;
    margin: 0;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
}

.owl-zoom.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #eee;
    color: #777;
}

.owl-zoom .owl-nav {
    padding: 3px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.owl-zoom .owl-prev {
    float: left;
}

.owl-zoom .owl-next {
    float: right;
}

.img-maior {
    margin-bottom: 10px;
}

.owl-custom .owl-nav [class*=owl-] {
    padding: 0 10px;
    border-radius: 0;
}

.owl-avisos .owl-nav {
    text-align: right;
    margin-top: 0;
}

.owl-avisos .owl-nav [class*=owl-] {
    padding: 0 8px;
    background: none;
    border: 0;
    margin: 0;
    width: 50px;
    text-align: center;
    background-color: #9b4e31;
    border-radius: 0;
}

.owl-equipe .owl-stage,
.owl-estagiarios .owl-stage {
    margin: 0 auto;
}

.owl-custom figure {
    background-color: #fff;
}


/* UI ACCORDION */

.ui-accordion * {
    color: #222;
}

.ui-accordion .ui-state-default {
    background-color: transparent;
    border: 0;
    border: 1px solid #bcbcbc;
    position: relative;
}

.ui-accordion .ui-state-default::after {
    content: "\f196";
    position: absolute;
    left: 10px;
    top: 10px;
    pointer-events: none;
    font: normal normal normal 14px/1 FontAwesome;
}

.ui-accordion .ui-state-active,
.ui-accordion .ui-state-default:hover {
    background-color: #ddd;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 0;
}

.ui-accordion .ui-state-active::after {
    content: "\f147";
}

.ui-accordion .header-accordion {
    padding-left: 30px;
}

.ui-accordion .header-accordion>span {
    display: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #777777;
    border-color: #666;
}


/* LOADER */

.loader {
    opacity: 0.8;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.2);
}


/* BOOTSTRAP PAGINATION */

.pagination {
    margin: 0 0 20px 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #a2a4a3;
    border-color: #BEC0BF;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #555;
}

.pagination>li>a,
.pagination>li>span {
    color: #a2a4a3;
}


/* BOOTSTRAP CAROUSEL */

.banner .carousel-control {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #ccc;
    opacity: 1;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #ccc;
}

.banner .carousel-control.left {
    margin-left: 20px;
}

.banner .carousel-control.right {
    margin-right: 20px;
}

.banner .carousel-control:hover {
    background: #fff;
    color: #4c4c4c;
}

.carousel-indicators li {
    background-color: #4c4c4c;
}

.carousel-indicators .active {
    border-color: #4c4c4c;
}

.banner-texto {
    margin-top: 9%;
    color: #fff;
}

.banner-texto p {
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
}


/* CUSTOM SEARCH */

.custom-search-input {
    margin: 10px 0;
    padding: 0;
}

.custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777777;
    z-index: 99 !important;
}

.custom-search-input input {
    text-indent: 10px;
    border-radius: 15px !important;
}

.custom-search-input button:hover,
.custom-search-input button:active,
.custom-search-input button:focus {
    background-color: transparent;
}

.custom-search-input .input-group-btn {
    position: absolute;
    right: 0;
    top: 4px;
}


/* BOOTSTRAP CAROUSEL WITH FADE */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.table-striped>tbody>tr {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eee;
}


/* MIXITUP */

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#filters li {
    display: inline-block;
}

#filters li span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

#filters li span.active {
    color: #2968ad;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    border: 1px solid #fff;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video,
.mapa {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 50%;
}

.mapa.footer-map {
    padding-bottom: 100%;
}

.video iframe,
.mapa iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bootstrap-touchspin {
    max-width: 150px;
    margin: 0 auto;
}

.table-carrinho figure,
.table-pedido figure {
    border: 3px double #ccc;
}

.overlay-pub {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item-pub:hover .overlay-pub {
    opacity: 1;
}


.modalidade-leilao{
	padding: 5px 15px;
	margin-top: 15px;
	color: #fff;
	display: block;
}
.modalidade-online{
	background-color: #659d70;
}
.modalidade-presencial{
	background-color: #779ebd;
}
.modalidade-hibrido{
	background-color: #b9b36f;
}
.modalidade-custom{
	background-color: #9b4e31;
	color: #fff;
}
.tabs-documentos.ui-accordion .header-accordion{
	border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.tabs-documentos.ui-accordion .ui-widget{
	font-family: inherit !important;
}

/* SELECT CSS */

select.custom-select {
    padding: 3px !important;
    margin: 0 !important;
    display: inline-block;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
    font-weight: normal;
}

select.custom-select option {
    font-weight: normal !important;
    padding: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.custom-select {
        padding-right: 18px;
    }
}

.label-select {
    position: relative;
    width: 100%;
    margin: 0;
}

.label-select:after {
    content: "\f0d7";
    color: #333;
    right: 15px;
    top: 7px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    z-index: 99;
}

.label-select:before {
    content: "";
    right: 6px;
    top: 0;
    width: 20px;
    height: 100%;
    background: transparent;
    position: absolute;
    pointer-events: none;
    display: block;
}

.carousel-inner>.item {
    height: auto;
}


/* NOTÍCIAS */

.item-noticia {
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}


.form-interessados .form-group{
	margin-bottom: 0;
}
.form-interessados label{
	font-weight: 700;
}
.form-interessados input[type=text],
.form-interessados input[type=email]{
	border-radius: 15px !important;
}
.form-interessados [type=submit]{
	border-radius: 20px !important;
	padding: 10px 40px;	
	margin-top: 10px;
	font-weight: 700;
}
.form-interessados .radio{
	border: 1px solid #d6d4d4;
    border-radius: 15px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.form-interessados .radio label{
	width: 100%;
	margin-left: 10px;
}
.form-interessados .radio label:before{
	top: 50%;
    transform: translateY(-50%);
}
.form-interessados .radio label:after{
	background: #9b4e31;
}
.form-interessados .radio input[type="radio"]+label::after{
	opacity: 0;
}
.form-interessados .radio input[type="radio"]:checked+label::before{
	background: #444;
}
.form-interessados .radio input[type="radio"]:checked+label::after{
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
}


/* PARALLAX */

.bg-parallax {
    background-attachment: fixed;
    position: relative;
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .carousel-banner figure {
        padding-bottom: 65%;
    }
}

@media (min-width: 992px) {
	
	.navbar-fixed-top .site_logo{
		display: none !important;
	}
	.navbar-fixed-top .site_logo2{
		display: block !important;
	}
	.navbar-nav .sub-arrow{
		display: inline-block;
		margin-left: 3px;
		margin-top: 2px;
	}
	.navbar-default .navbar-nav li > a{
		position: relative;
		background-color: transparent !important;
	}
	.navbar-default .navbar-nav li > a:after{
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(10px);
		left: 0;
		width: 0;
		border-bottom: 1px solid #9b4e31;
		-webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;
	}
	.navbar-default .navbar-nav li > a:hover:after,
	.navbar-default .navbar-nav li.active > a:after{
		width: 100%;
	}
}

@media (min-width: 768px) {
    .list-justify {
        list-style-type: none;
        text-align: justify;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .list-justify>li {
        display: inline;
        float: none !important;
    }
    .list-justify>li a {
        display: inline-block;
        padding: 0;
    }
    .list-justify>li.stretch {
        display: inline-block;
        width: 100%;
        /* IE6/7 */
        *display: inline;
        zoom: 1;
    }
    .ultimas-noticias {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .ultimas-noticias figure {
        float: right;
    }
    .carousel-indicators {
        z-index: 999;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-brand img {
        max-height: 50px;
    }
    .modal-custom .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 992px) {
	
	.main-menu li.active > a{
		background-color: #eee !important;
	}
    .avisos {
        position: relative;
        width: 100%;
        background-color: #444;
    }
    .table-carrinho td:not([data-title]) {
        padding: 8px !important;
    }
    .table-pedido td:not([data-title]) {
        padding: 8px !important;
    }
    /* TABELA RESPONSIVA */
    .no-tables * {
        white-space: normal;
    }
    .no-tables table,
    .no-tables thead,
    .no-tables tbody,
    .no-tables tfoot,
    .no-tables th,
    .no-tables td,
    .no-tables tr {
        display: block;
    }
    .no-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .no-tables tr {
        border: 1px solid #ccc;
    }
    .no-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 50% !important; */
        padding-left: 125px !important;
        white-space: normal;
        text-align: left !important;
    }
    .no-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .no-tables td:before {
        content: attr(data-title);
    }
    .no-tables td *:not(small) {
        text-align: left !important;
        float: none !important;
    }
    .table-carrinho small {
        text-align: center;
    }
}

@media (max-width:767px) {
    p,
    td {
        font-size: 13px;
    }
    .carousel-banner figure {
        padding-bottom: 90%;
    }
    .carousel-banner figure .cd-btn {
        padding: 7px 10px;
        display: block;
    }
    #carousel-noticia .item .item-galeria-noticia {
        padding: 0;
    }
    #carousel-noticia .item {
        padding: 0 15px;
    }
    .banner-texto,
    .banner-texto * {
        text-align: center;
        font-size: 16px !important;
    }
    footer * {
        text-align: center !important;
    }
    .navbar-brand>img {
        max-width: 170px;
    }
    .navbar-toggle {
        margin-top: 25px;
        margin-right: 0;
    }
}


/* EXTRA BUTTONS */

.btn-custom {
    color: #ffffff;
    background-color: #1D272A;
    border-color: #1D272A;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    color: #fff !important;
    background-color: #9b4e31;
    border-color: #9b4e31;
}

.btn-custom-2 {
    color: #fff;
    background-color: #9b4e31;
    border-color: #9b4e31;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
    color: #555;
    background-color: #ccb800;
    border-color: #ccb800;
}

.btn-secondary {
    color: #ffffff;
    background-color: #555;
    border-color: #444;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: #ffffff;
    background-color: #444;
    border-color: #333;
}

.btn-black {
    color: #ffffff;
    background-color: #111;
    border-color: #010101;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
    color: #ffffff;
    background-color: #222;
    border-color: #121212;
}

.text-blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(224, 98, 56, 0.5) !important;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(224, 98, 56, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(224, 98, 56, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(224, 98, 56, 0);
    }
}

.shine {
    position: relative;
}

.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.menu-li a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
    text-transform: initial;
}

.menu-li a:hover {
    color: #333;
}

.dropdown-menu .menu-li a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
    color: #777;
    text-transform: initial;
}


/* Modal */

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/* BTN ANEXAR CUSTOMIZADO */

.file_customizada::-webkit-file-upload-button {
    visibility: hidden;
}

.file_customizada::before {
    content: 'Incluir Anexo';
    display: inline-block;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 12px;
    letter-spacing: .11rem;
    font-weight: 700;
    line-height: 1.7;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

.file_customizada:hover::before {
    border-color: black;
}

.file_customizada:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.text-left								{ text-align: left !important; }
#modal-aviso-popup .modal-content		{ overflow: hidden; }
#modal-aviso-popup .owl-theme .owl-nav [class*=owl-]{ background-color: #9b4e31; color: #fff; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{ top: 100%; }
.form-processos							{ position: relative; }
.form-processos .bootstrap-select>.dropdown-toggle{ border-radius: 15px; height: 40px; }
.form-processos .bootstrap-select		{ box-shadow: none !important; }
.form-processos button[type=submit]		{ position: absolute; z-index: 9; right: 6px; top: 5px; border-radius: 10px; }
.form-processos .bootstrap-select .dropdown-toggle:focus{ outline: none !important; }
.form-processos .dropdown-menu>li>a		{ white-space: normal; }
.box-case								{ background-color: #fff; border-radius: 15px; overflow: hidden; display: block; border: 1px solid #eee; margin-bottom: 30px; }
.box-case:hover							{ border-color: #9b4e31; }
.box-case a:hover						{ background-color: rgba(0,0,0,0.1); }
.box-case figure						{ display: block; text-align: center; position: relative; padding: 20px 0; margin-bottom: 5px; height: 150px; display: flex; align-items: center; justify-content: center; }
.box-case figure:after					{ content: ''; position: absolute; bottom: 0; left: 5%; width: 90%; border-bottom: 3px solid #9b4e31; }
.box-case figure img					{ max-width: 200px; width: auto; max-height: 130px; }
.box-case p								{ text-align: center; }
.lista-downloads a						{ border: 1px solid #aaa; padding: 9px 15px; border-radius: 20px; }
.lista-downloads a:hover				{ background-color: rgba(0,0,0,0.1); }
.lista-downloads .numeral				{ background-color: #9b4e31; width: 20px; height: 20px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; margin-right: 5px; }
.tabs-processo .table>tbody>tr>td		{ border: 0; padding: 12px 8px; }
.tabela-processos						{ border-collapse: separate; border-spacing: 0 10px; }
.tabela-processos tr > td:first-child	{ border-top-left-radius: 15px; border-bottom-left-radius: 15px; border: 1px solid transparent; border-right: 0; }
.tabela-processos tr > td:last-child,
.tabela-processos tr > td:nth-last-child(2){ border-top-right-radius: 15px; border-bottom-right-radius: 15px; border: 1px solid transparent; border-left: 0; }
.tabela-processos tr td					{ max-width: 50%; border-top: 1px solid transparent !important; border-bottom: 1px solid transparent; background-color: #fafafa; }
.tabela-processos tr:hover td			{ border-color: #aaa !important; }
.tabela-processos tr td h4				{ max-width: 700px; }
.tabela-processos tr td p				{ margin: 0; }
.tabela-processos tr td i				{ margin-top: 10px; background-color: #9b4e31; border-radius: 50%; width: 30px; height: 30px; border: 1px solid #333; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.la-angle-right:before {
    color: #fff;
}
.form-filtro input						{ padding: 15px; border-radius: 10px !important; height: 50px; border-color: #999; box-shadow: #9b4e31 0px 0px 1px 1.5px; }
.bg-pontilhado							{ background-image: url(../images/ponto.png); background-repeat: repeat; }
.filtro-banner select					{ border-color: rgba(255,255,255,0.2); border-radius: 10px !important; }
.filtro-banner input[type=submit]		{ border-radius: 10px !important; }
.section-avisos							{ padding: 30px 0; background-color: #333; color: #fff; }
.box-item-aviso							{ background-color: #2c2c2c; padding: 15px; padding-bottom: 45px; /*box-shadow: #333 0px 0px 7px inset;*/ }
.box-item-aviso .texto p				{ font-size: 97%; }
.owl-avisos-custom .owl-nav				{ text-align: center; margin-top: -27px; z-index: 999; position: relative; }
.owl-avisos-custom .owl-nav .owl-prev	{ float: left; }
.owl-avisos-custom .owl-nav .owl-next	{ float: right; }
.owl-avisos-custom .owl-nav [class*=owl-]{ background-color: transparent; border: 1px solid rgba(255,255,255,0.05); }
.owl-avisos-custom .owl-nav [class*=owl-]:hover{ background-color: rgba(255,255,255,0.1); }
.owl-galeria-home .owl-nav				{ position: absolute; z-index: 9; top: 50%; padding: 0; margin: 0; width: 100%; }
.owl-galeria-home .owl-nav [class*=owl-]{ background-color: transparent; border: 1px solid rgba(255,255,255,0.5); width: 30px; font-size: 30px; position: absolute; transform: translateY(-50%); }
.owl-galeria-home .owl-nav .owl-prev	{ left: 15px; }
.owl-galeria-home .owl-nav .owl-next	{ right: 15px; }
.owl-galeria-home figure .layer			{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); z-index: 9; -webkit-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }
.owl-galeria-home figure:hover .layer	{ opacity: 0; }
.owl-galeria-home figure:before			{ content: ''; position: absolute; top: 15px; right: 15px; width: 50px; height: 50px; z-index: 99; border-top: 1px solid #fff; border-right: 1px solid #fff; opacity: 0.4; }
.owl-galeria-home figure:after			{ content: ''; position: absolute; bottom: 15px; left: 15px; width: 50px; height: 50px; z-index: 99; border-bottom: 1px solid #fff; border-left: 1px solid #fff; opacity: 0.4; }
.box-principais							{ background-color: #f0f0f0; border-radius: 15px; margin-top: 30px; overflow: hidden; }
.box-principais h5						{ background-color: #9b4e31; padding: 10px 15px; }
.box-principais .texto					{ padding: 15px; }
.box-principais .texto p				{ line-height: 40px; }
.box-principais .texto a				{ border: 1px solid #aaa; padding: 9px 15px; border-radius: 20px; margin-bottom: 5px; display: inline-block; line-height: 1.1; }
.box-principais .texto a:hover			{ background-color: rgba(0,0,0,0.1); }
.ui-widget								{ font-family: 'Manrope', sans-serif; }


.wa-heading-style1 h2:before,
.wa-heading-style1 h2:after,
.wa-heading-style1 h2 i					{ display: none !important; }
.wa-heading-style1 h2					{ padding-bottom: 0 !important; font-size: 30px; }


@media (max-width:992px) {
	
	.tabela-processos,
	.tabela-processos tbody,
	.tabela-processos tbody tr,
	.tabela-processos tbody tr td		{ display: block; max-width: 100%; white-space: normal !important; }	
	.div-table-processos				{ border: 0 !important; }
	.btn-processos-mobile				{ display: block; border-radius: 5px; }	
}

