/* 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;
    }
}

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

.col-xs-8ths {
    width: 12.5%;
    float: left;
}

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

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

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


/* STARTER CSS */

* {
    outline: none !important;
}

body {
    top: 0 !important;
}

section,
footer {
    position: relative;
}

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

.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;*/
}


/* 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 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

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

.post-image figure::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.post-image:hover figure::before {
    opacity: 0;
}

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

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

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

.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;
}

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

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

.text-uppercase {
    text-transform: uppercase;
}

#logo a img {
    max-width: 200px;
    max-height: 50px;
}

.item-equipe {
    position: relative;
    margin-bottom: 30px;
}

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

.de-team-list .team-desc {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item-equipe:hover .team-desc {
    top: 0;
}

.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;
}

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

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

#wrapper {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.modal blockquote {
    font-size: 16px;
    font-weight: bold;
}

.bloglist {
    margin-bottom: 30px;
}

.modal-header {
    min-height: 50px;
}

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

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

.lg-backdrop,
.lg-outer {
    z-index: 9999;
}

.img-porque {
    width: 60px;
    padding-bottom: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.img-area {
    width: 20px;
    padding-bottom: 30px;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bloglist .post-text {
    padding: 15px 15px 15px 80px;
}

.item-publicacao {
    margin-bottom: 30px;
}

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

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

.all-centered * {
    text-align: center;
}

.de-team-list .small-border {
    margin: 0px auto;
    margin-bottom: 15px;
}

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

.post-home {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.section-noticias-home {
    padding-bottom: 10px !important;
}

.escritorio-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
}

.section-escritorio .inner-padding {
    padding: 30px 0;
}

.item-publicacao {
    margin-bottom: 30px !important;
}

.fa-dark {
    float: none !important;
}

.section-noticias-home .post-text {
    padding: 10px 10px 10px 60px;
    background-color: #fff;
}

.section-noticias-home .date-box .day,
.section-noticias-home .date-box .month {
    height: 40px;
    width: 50px;
    font-size: 13px;
    padding-top: 10px;
}

.link-adm {
    position: absolute;
    right: 0;
    top: 150px;
    width: auto;
    height: auto;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 25px;
    z-index: 9;
    text-decoration: none !important;
}

.link-adm:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.link-site-adm {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
}

.link-site-adm:hover {
    color: #6e819a;
}

.modal-backdrop {
    z-index: 999;
}

.modal {
    z-index: 99999;
}

.fade.in {
    background-color: rgba(0, 0, 0, 0.5);
}

#mainmenu {
    padding-left: 0;
}

#mainmenu>li {
    padding: 10px 15px 0px 15px;
}

#mainmenu>li:last-of-type {
    padding-right: 0;
}

.social-menu {
    list-style: none;
    float: right;
    margin: 0;
    padding: 10px 0 5px;
    text-align: right;
}

.social-menu li {
    display: inline-block;
    padding-left: 15px;
}

.social-menu li a {
    color: #eceff3;
}

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

.social-menu li a i {
    margin: 0;
    font-size: 15px;
}

.clone.smaller .social-menu {
    display: none;
}

.tarja-selo {
    position: fixed;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 10px 50px;
    background-color: rgba(0, 0, 0, 0.2);
}

.social-menu-footer {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

.social-menu-footer li {
    display: inline-block;
    margin: 0 10px;
}

.social-menu-footer li a i {
    float: none;
    margin: 0;
    font-size: 24px;
    color: #eee;
}

.social-menu-footer li a:hover i {
    color: #8896a8;
}

.btn-acesse {
    border-radius: 10px;
    padding: 5px 15px;
}

.li-selo {
    padding-top: 0 !important;
}

.li-selo img {
    max-height: 50px;
}

.selo-mobile {
    max-height: 45px;
}

.endereco a {
    color: #fff;
}

.endereco a:hover {
    text-decoration: underline;
}

.aside-footer {
    padding: 15px 0;
}

.box-alianca {
    /*padding: 20px; border: 2px solid #fae100;*/
}

#mainmenu li li a {
    text-transform: uppercase;
}

#mainmenu li li a:hover {
    background: none;
    text-decoration: underline;
}

.list-default i.fa {
    margin: 0;
    float: none;
}

.list-default a,
.post-text a,
.texto a,
address span i,
#mainmenu a:hover,
header.smaller #mainmenu a:hover,
.member-name a {
    color: #6e819a;
}

.bloglist .date-box .day,
.social-icons i,
.box-fx .info {
    background-color: #6e819a;
}

.logo-smaller .social-menu {
    display: none !important;
}

#google_translate_element {
    display: none;
}

.skiptranslate {
    display: none;
}

.img-bandeira {
    display: inline-block;
    max-height: 16px;
    vertical-align: top;
    margin-top: 2px;
}

.social-icons {
    margin: 15px 0 0;
}

.social-icons a {
    margin-right: 5px;
    display: inline-block;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons i {
    width: 35px;
    height: 35px;
    padding: 10px;
}

.btn-footer {
    background-color: transparent !important;
    border-color: #fae100 !important;
}

.btn-footer:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #fae100 !important;
}

.dot-custom {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dot2 {
    -webkit-line-clamp: 2;
    height: 46px;
}

.dot3 {
    -webkit-line-clamp: 3;
    height: 69px;
}

.dot4 {
    -webkit-line-clamp: 4;
    height: 92px;
}

.dot5 {
    -webkit-line-clamp: 5;
    height: 114px;
}

header:not(.smaller) {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#33000000', GradientType=0);
}


/* CUSTOM COLORS */

.text-custom {
    color: #fae100 !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: #fae100;
}

.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-grey {
    background-color: #232323 !important;
}

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

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

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

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

.bg-dark-black {
    background-color: #040404 !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;
}


/* BG SIZES */

figure[class^="bg-p"],
.bg-cover,
.bg-contain {
    height: 0;
    overflow: hidden;
    position: relative;
}

.bg-p10 {
    padding-bottom: 10%;
}

.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 {
    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 {
    display: block;
    overflow: hidden;
}

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

.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-theme .owl-nav [class*="owl-"]:hover {
    background-color: #eee;
    color: #777;
}

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

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

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

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

.owl-nav.disabled {
    display: none;
}


/* UI ACCORDION */

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

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

.ui-accordion .ui-state-default::after {
    content: "\f196";
    position: absolute;
    left: 8px;
    top: 8px;
    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: #f7f7f7;
}

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


/* UI TABS */

.ui-widget-header {
    background-color: #F5CB56;
    border: 1px solid #d79f0d;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #fff;
}

.ui-tabs * {
    border-radius: 0;
}

.ui-tabs .ui-tabs-active * {
    background-color: #fff;
    color: #555 !important;
}

.ui-tabs .ui-tabs-nav {
    padding: .2em;
}

.ui-widget-content {
    color: #999;
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid #444;
    border-top: 0;
}


/* 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;
}

.carousel-banner .item a:not(.btn):not(.link-adm) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

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

.b-text {
    padding-top: 8%;
}

.b-text img {
    max-width: 100% !important;
}


/* 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: #fae100;
    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%;
}

.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;
}


/* 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-noticias {
    margin-bottom: 15px;
}

.item-noticias figure {
    background-color: #fff;
}

.noticia {
    border: 1px solid #ddd;
}

.ultimas-noticias small {
    font-size: 11px;
}

.ultimas-noticias figure {
    width: 75px;
    padding-bottom: 50px;
}

#carousel-noticia .item figure {
    border: 1px solid #ddd;
}

.item-noticias figure span {
    position: absolute;
    right: 0;
    padding: 7px 10px;
    width: 70px;
    text-align: center;
    color: #fff;
    background-color: #E06238;
    box-shadow: -2px 2px 1px -1px #333;
}

.item-noticias figure span hr {
    margin: 2px 0;
    border-color: #fff;
}

.item-noticias p {
    font-size: 13px;
}

.noticia {
    border: 1px solid #ddd;
}

.noticia p {
    font-size: 14px;
}


/* PARALLAX */

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

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    header.smaller #mainmenu>li.li-selo {
        padding-top: 8px !important;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .carousel-banner figure {
        padding-bottom: 65%;
    }
    #mainmenu li {
        padding: 10px 5px 0px 5px;
    }
    header.smaller .li-selo {
        display: none;
    }
}

@media (min-width: 992px) {
    .section-noticias-home {
        overflow: visible;
        padding: 0;
    }
    .pos-noticias {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }
    .texto-escritorio {
        min-height: 280px;
    }
}

@media (max-width: 992px) {
    .escritorio-banner {
        position: static;
        width: 100%;
    }
    #mainmenu li {
        border-bottom: solid 1px #aaa;
    }
    header nav {
        width: 100%;
    }
    header:not(.smaller) {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#33000000', GradientType=0);
    }
}

@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;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header.smaller #mainmenu>li {
        padding: 10px !important;
    }
}

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

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

@media (max-width: 992px) {
    header {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }
    #menu-btn {
        margin: 0;
        top: 20px;
    }
    header h1#logo {
        line-height: 100px;
    }
    .social-menu {
        text-align: center;
        width: 100%;
    }
    #logo a img {
        max-height: 40px;
    }
    address {
        text-align: center;
    }
    address .fa {
        float: none;
    }
    .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; }*/
    /*header							{ position: relative; }*/
    .carousel-banner figure {
        padding-bottom: 110%;
    }
    .carousel-banner figure .cd-btn {
        padding: 7px 10px;
        display: block;
    }
    .b-text {
        padding-top: 0;
    }
    #carousel-noticia .item .item-galeria-noticia {
        padding: 0;
    }
    #carousel-noticia .item {
        padding: 0 15px;
    }
    .banner-texto,
    .banner-texto * {
        text-align: center;
    }
    .item-equipe * {
        font-size: 14px;
    }
    .box-fx .info,
    .box-fx .front {
        padding: 30px 15px;
    }
    .box-fx .info .btn-border {
        padding: 5px 10px;
        font-size: 8px;
    }
    .bloglist {
        margin-bottom: 20px !important;
    }
    footer * {
        text-align: center !important;
    }
    .link-adm {
        top: 50px;
    }
    #logo a img {
        max-height: 30px;
    }
    .selo-mobile {
        max-height: 35px;
    }
}


/* EXTRA BUTTONS */

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

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    color: #ffffff;
    background-color: #1d292c;
    border-color: #0f1415;
}

.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;
    overflow: hidden;
}

.shine::before {
    position: absolute;
    top: 0;
    left: -100%;
    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%;
    }
}


/* Termos de Uso COOKIES  */

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #FFF;
    color: #000;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}