/* STARTER CSS */

* {
    outline: none !important;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    /*color: #fff;*/
}

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

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

textarea {
    resize: none;
}

ul {
    list-style: none;
}


/*.btn, */

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

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

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

header,
section,
footer {
    width: 100%;
    float: left;
}

blockquote {
    border-color: #ccc;
}

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

hr {
    border-color: #ccc;
}

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

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

.texto-mp p {
    padding: 0 !important;
    margin: 0 !important;
}

.link-default:focus,
.link-default:hover {
    color: #d1c04b;
}

.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;
    max-width: 100%;
}

.section-custom {
    padding-top: 150px;
}

.container {
    position: relative;
}


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

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

.recaptcha {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.nav>li>ul>li>a {
    font-size: 11px;
}

.box-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

.box-whatsapp .popover {
    width: 300px;
    max-width: 300px;
    background-color: #F24A00;
    color: #fff;
}

.box-whatsapp .popover.left>.arrow:after {
    border-left-color: #F24A00;
}

.whatsapp {
    background: url(../images/whatsapp.png) center center no-repeat #4caf50;
    background-size: 30px;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.whatsapp:hover {
    box-shadow: 0px 0px 10px #555;
}

/* Termos de Uso COOKIES  */
.cookies-bar						{ position: fixed; z-index: 99999; left: 0; bottom: 0; width: 100%; background-color: #222; padding: 15px 20px; display: flex; color: #999; font-size: 12px; justify-content: space-between; }
.cookies-bar > div					{  }
.cookies-bar p						{ margin: 0; font-size: 14px; }
.cookies-bar a						{ color: #aaa; }
.cookies-bar a:hover				{ color: #fff; }
.btn-cookies						{ background-color: #eee; padding: 2px 12px; border-radius: 4px; color: #222; border: 0; font-weight: bold; }
.btn-cookies:hover					{ background-color: #ccc; }
.cookieConsentContainer				{ display: none; }


/* CUSTOM COLORS */

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

.text-green {
    color: #24CC63 !important;
}


/* BG COLOR */

.bg-default {
    background-color: #ffed98;
}

.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: #4fa6df !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;
}


/* 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-p200 {
    padding-bottom: 200%;
}


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


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


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


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


/* 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: #4fa6df;
    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;
}

.modal-dark .form-control {
    border: 1px solid #777;
    background-color: #444;
    color: #ccc;
}

.publicacao {
    margin-bottom: 15px;
}

.btn-file {
    padding: 0;
}

.input-custom[type='file'] {
    display: none;
}

label.label-input {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}


/* NOTÍCIAS */

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


/* PARALLAX */

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

.navbar-desctop-menu>li {
    margin-left: 20px;
}

.rev_slider .tp-caption,
.rev_slider .caption {
    height: auto !important;
}

.modal-dark .modal-content {
    background-color: #333;
    border-radius: 0;
}

.project a {
    display: inline-block;
    width: 100%;
}

.logo-1>img {
    max-width: 170px;
    max-height: 90px;
}

.logo-2>img {
    max-width: 70px;
    max-height: 35px;
}

.logo-3>img {
    max-width: 100px;
    max-height: 50px;
}

.clientes a {
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.clientes a:hover {
    color: #ffed98;
}

.close {
    color: #ffed98 !important;
    opacity: 1;
}

.img-diagnostico {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.img-diagnostico:hover {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bar-inside {
    margin-top: -25px;
}

.header-inside .affix-top .bar-inside {
    display: inline-block;
}

.header-inside .affix .bar-inside {
    display: none;
}

.header-inside .affix-top .logo-3 {
    display: inline-block;
}

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

.figure-video::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/youtube-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    opacity: 0.5;
}

.object-info .col-line:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

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

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

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

@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-dark .modal-dialog {
        width: 750px;
    }
    .modal-dark .modal-body {
        min-height: 180px;
    }
    .header-inside .affix-top .logo-2 {
        display: inline-block;
    }
    .header-inside .affix-top .logo-2 img {
        max-width: 120px;
        max-height: 65px;
    }
}

@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) {
    .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: 75%;
    }
    .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;
    }
    .logo-1>img {
        max-width: 100px;
        max-height: 50px;
    }
    .affix .navbar-toggle {
        margin-top: 15px;
    }
    footer * {
        text-align: center !important;
    }
    .object-info {
        padding: 10px;
        bottom: 30px;
        margin-left: -10em;
    }
    .object-content {
        line-height: 2;
    }
    .object-info:before {
        display: none;
    }
    .section-custom {
        padding: 80px 0;
    }
    .navbar-mobile.affix {
        position: absolute !important;
    }
}


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


/* BOOTSTRAP FIVE COLUMNS */

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

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

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

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex !important;
}

@media(min-width: 772px) {
    .text-md-right {
        text-align: right !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .float-md-right {
        text-align: right !important;
    }
    .float-md-left {
        text-align: left !important;
    }
    .w-md-100 {
        width: 100%;
    }
    .p-md-0 {
        padding: 0px !important;
    }
    .m-md-0 {
        margin: 0px !important;
    }
}


/* BTN ANEXAR CUSTOMIZADO */

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

.file_customizada::before {
    content: 'Selecionar arquivo';
    display: inline-block;
    font-family: 'montserratsemibold';
    display: inline-block;
    border: 0.2em solid #ffed98;
    border-radius: 30px;
    padding: 1.1em 2.2em 1.05em;
    font-size: 0.875em;
    color: #777;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffed98;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
}

.file_customizada:hover::before {
    color: #fff;
    background-color: #323232;
    box-shadow: none;
    outline: none!important;
}

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