/* STARTER CSS */

* {
    outline: 0 !important;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #e6e6e6;
}

body {
    font-size: 16px;
    line-height: 1.7;
    background-color: #fff;
    /*opacity: 0;*/
    top: 0 !important;
}

a {
    text-decoration: none !important;
    color: #cecece;
}

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

.link-default:focus,
.link-default:hover {
    text-decoration: underline;
}

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

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

ul {
    list-style: none;
}

.btn,
input,
select,
textarea {
    border-radius: 0;
}

section,
figure {
    position: relative;
}

hr {
    border-color: #ddd;
}

.small,
small {
    font-size: 90%;
}

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

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

.section-custom {
    padding: 6% 0;
}

.section-default-2 {
    padding: 3%;
}

.aside {
    padding: 15px 0;
}

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

.section-dark {
    background-color: #272727;
    color: #eee;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb li {
    font-size: 13px;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #aaa;
}

.breadcrumb>li+li:before {
    color: #aaa;
}

.title-default {
    font-size: 18px;
    position: relative;
}

.font-light {
    font-weight: 300;
}

.title-default::after {
    background-color: #aaa;
    content: "";
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
}

.titulo-areas::after {
    bottom: -10px;
    left: 0;
    margin-left: 0;
}

.area-conteudo {
    padding: 12% 10%;
    color: #fff;
}

.overlay-gold {
    position: relative;
}

.overlay-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 29, 0, 0.5);
}

.overlay-green {
    position: relative;
}

.overlay-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 47, 0.6);
}

.overlay-dark {
    position: relative;
}

.overlay-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.area-item {
    padding: 30px;
    margin: 15px 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.container,
.container-fluid {
    max-width: 100%;
}

.texto ul {
    padding-left: 15px;
    list-style: initial;
}

.form-contato .form-control {
    color: #eee;
    background-color: transparent !important;
}


/*.section-top						{ background-color: rgba(42, 42, 42, 0.8); }*/

.contato-topo {
    margin-top: 7px;
}

.titulo-banner {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.titulo-banner::after {
    position: absolute;
    content: "";
    width: 100px;
    border-bottom: 2px solid #fff;
    left: 50%;
    margin-left: -50px;
    bottom: -10px;
    display: none;
}

.aside-footer {
    width: 100%;
    position: relative;
    background-color: #111;
    padding: 30px 0;
}

.title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

.main-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #303030;
    position: relative;
    padding-bottom: 50px;
    margin: 0;
    text-align: center;
}

.main-title::after {
    position: absolute;
    content: '';
    border-right: 1px solid #aaa;
    height: 25px;
    left: 50%;
    bottom: 15px;
}

.main-title-dark::after {
    border-right: 1px solid #fff;
}

.pre-title {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 5px;
    text-align: center;
}

.section-clear {
    color: #777;
}

.section-clear a {
    color: #666;
}

.section-clear a:hover {
    color: #aaa;
}

footer * {
    font-size: 14px;
}

.nav-custom {
    background-color: #fff !important;
}

.leia-mais {
    margin: 0 auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #aaa !important;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    border: 0;
    background-color: transparent;
    float: none;
}

.leia-mais:hover {
    color: #444 !important;
}

.info-area {
    margin-bottom: 30px;
}

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

.row-centered>div[class^="col-"] {
    display: inline-block;
    float: none;
    /* inline-block space fix */
    margin-right: -3px;
    vertical-align: top;
    text-align: left;
}

.section-inside {
    padding: 50px;
    /* background-image: url(../images/bg-form.jpg); */
    background-attachment: fixed;
}

@media(max-width: 530px) {
    .section-inside {
        padding: 0px;
    }
}

.inside {
    border: 1px solid #686868;
    padding: 100px 50px;
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.membro-equipe {
    box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
}

.figure-zoom {
    overflow: hidden;
    position: relative;
}

.figure-zoom figure {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(0%);
    filter: gray;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

a:hover .figure-zoom figure {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none !important;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.div-figure-zoom::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

a:hover .div-figure-zoom::after {
    opacity: 0;
}

.owl-equipe .owl-item {
    padding: 30px 15px;
}

.bg-header {
    padding: 15% 0 5%;
}

.bg-header h1 {
    color: #fff;
}

.text-scroll {
    height: 30.9vw;
    overflow-y: scroll;
}

.item-noticia {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #ccc;
}

.item-noticia figure {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.item-noticia:hover figure {
    -webkit-filter: grayscale(1) blur(1px);
    -webkit-filter: grayscale(100%) blur(1px);
    filter: grayscale(100%) blur(1px);
    filter: gray blur(1px);
}

.figure-area {
    /*margin-bottom: 30px; box-shadow: 0 0 5px #aaa;*/
}

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

.figure-area:hover figure {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none !important;
}

.figure-area .overlay {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.figure-area:hover .overlay {
    background-color: transparent;
}

.figure-area .titulo-area {
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

@media(min-width: 992px) {
    .figure-area .titulo-area {
        text-transform: uppercase;
    }
}

.figure-area:hover .titulo-area {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 45px 0;
    color: #aaa;
}

.link-area .div-figure-area::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 187, 181, 0.7);
    opacity: 1;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.link-area:hover .div-figure-area::after {
    opacity: 0;
}

.link-area:hover p {
    color: #666 !important;
}


/*.carousel-banner figure::before		{ position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(230, 187, 181, 0.3); }*/

.btn-topo {
    color: #fff !important;
}

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

.three-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.grid-item {
    float: left;
    position: relative;
    border: 5px solid #fff;
}

.grid-item:nth-of-type(4n-3) {
    width: 40%;
}

.grid-item:nth-of-type(4n-2) {
    width: 35%;
}

.grid-item:nth-of-type(4n-1) {
    width: 25%;
}

.grid-item:nth-of-type(4n) {
    width: 60%;
}

.grid-item:nth-of-type(4n-3) figure {
    padding-bottom: 100%;
}

.grid-item:nth-of-type(4n-2) figure {
    padding-bottom: 50%;
}

.grid-item:nth-of-type(4n-1) figure {
    padding-bottom: 70.6%;
}

.grid-item:nth-of-type(4n) figure {
    padding-bottom: 35.85%;
}

.grid-item:nth-of-type(8n-3) {
    float: right;
}

.grid-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0.7;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.grid-item:hover .grid-label {
    opacity: 1;
}

.icone-area {
    border: 1px solid #aaa;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.icone-area>div {
    border: 1px solid #aaa;
    margin: 10px;
    padding: 45px;
    text-align: center;
}

.icone-area .fa {
    color: #aaa;
    font-size: 30px;
}

#google_translate_element {
    display: none;
}

.skiptranslate {
    display: none;
}

.img-bandeira {
    max-width: 22px;
}

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

.align-middle {
    display: flex;
    align-items: center;
}

.lista-areas {
    padding: 0;
}

.lista-areas li {
    box-shadow: 1px 1px 3px #aaa;
    margin-bottom: 10px;
}

.lista-areas li a {
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}

.lista-areas li a img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.lista-areas li a:hover,
.lista-areas li a.active {
    color: #fff;
    background-color: #5bc0de;
}

.transition {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.modal-popup button.close {
    position: absolute;
    z-index: 9;
    top: 25px;
    right: 25px;
}

.modal-popup button.close:hover,
.modal-popup button.close:focus {
    opacity: 1;
}

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

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

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

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

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


/* CUSTOM CSS */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
    width: 100%;
}

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

.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-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(20, 90, 180, 0.4);
}

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

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

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

.font-bold {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

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

.border-radius {
    border-radius: 50%;
}

.bg-default {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.shadow-inset {
    box-shadow: 0px 0px 5px #333 inset;
}

.list-social li a:hover {
    color: #aaa;
}

.hr-footer {
    border-color: #333;
}

.accordion-custom .header-accordion {
    border: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #eee;
}

.list-social li a {
    display: table;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
}

.list-social li a .fa {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
}

.dot {
    visibility: hidden;
}

.ddd-truncated {
    visibility: visible;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.label-footer {
    font-weight: bold;
    text-transform: uppercase;
}

.info-footer {
    line-height: 30px;
}

.item-area {
    text-align: center;
    background-color: #ededed;
    display: table;
    height: 7.083333333333334vw;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.item-area:hover {
    background-color: #fff;
    box-shadow: 0.78125vw 0.78125vw 2.135416666666667vw #ccc;
}

.item-area span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222326;
    display: table-cell;
    line-height: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    -webkit-text-size-adjust: 17px;
    -ms-text-size-adjust: 17px;
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: default;
    vertical-align: middle;
}

.seta-direita {
    background: url("../images/seta-direita.png");
    background-size: auto;
    -webkit-background-size: 25px 50px;
    -moz-background-size: 25px 50px;
    background-size: 25px 50px;
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 25px;
    left: 0;
    bottom: 50px;
}

.seta-esquerda {
    background: url("../images/seta-esquerda.png");
    background-size: auto;
    -webkit-background-size: 25px 50px;
    -moz-background-size: 25px 50px;
    background-size: 25px 50px;
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 25px;
    right: 0;
    bottom: 50px;
}

.item-quem-somos {
    padding: 15px;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

.form-contato input[type=text],
.form-contato input[type=email],
.form-contato textarea {
    background-color: #eee;
}

.section-citacao {
    background-image: url(../images/bg-news.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.section-newsletter form input[type=email] {
    color: #fff;
}

.box-area {
    padding: 13% 15%;
}

.item-box {
    position: relative;
}

.inside-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0 solid #333;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
}

.item-box:hover .inside-layer {
    border-width: 15px;
    opacity: 1;
}

.info-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 12% 15%;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.info-box-noticia {
    padding: 30px;
}

.item-box:hover .info-box {
    opacity: 1;
}

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

.social-equipe a {
    color: #333;
}

.figure-ultimas-noticias {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.item-box:hover .figure-ultimas-noticias {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

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

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

.modal-content {
    overflow: hidden;
}

.modal-area .modal-header {
    background-color: #1f535c;
    color: #fff;
}

.modal-area .close {
    color: #fff;
    opacity: 0.8;
}

.foto-equipe {
    margin: 0 20px 10px 0;
    width: 40%;
    float: left;
}

.titulo-equipe {
    margin: 0 0 10px;
}

.modal-equipe .modal-dialog {
    width: 800px;
}

.social>li>a {
    display: inline-block !important;
    font-size: 14px !important;
    float: left;
    padding: 0 15px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 30px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.item-area,
.area-veja {
    margin: 15px 0;
}

.area-veja * {
    position: relative;
    z-index: 99;
}

.area-veja .fa {
    font-size: 20px;
}


/*.social-mobile .fa					{ color: #aaa; }*/

.area-topo {
    padding-top: 20px;
}

.nav-custom .area-topo {
    padding-top: 0;
}

.btn-topo {
    padding: 15px 20px !important;
}

.nav-custom .section-top {
    display: none;
}

.box-valores {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom: 3px solid transparent;
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    border-radius: 2px;
}

.box-valores:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .03);
    transform: translateY(-5px);
    border-bottom-color: #aaa;
}

.icone {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #aaa;
    border-radius: 70px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

.box-valores:hover .icone {
    background-color: #222;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.pad-45 {
    padding: 45px;
}

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


/* CUSTOM COLORS */

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

.text-green {
    color: #26606a !important;
}

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

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

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

.text-dark-blue {
    color: #003142 !important;
}

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

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

.text-brown {
    color: #D66C25 !important;
}

.text-gold {
    color: #aaa !important;
}

.text-blue2 {
    color: #004d68 !important;
}


/* BG COLOR */

.bg-custom {
    background-color: #aaa;
}

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

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

.bg-gold {
    background-color: #aaa;
}

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

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

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

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

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

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

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

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


/* SIZES */

.p5 {
    width: 5%;
}

.p10 {
    width: 10%;
}

.p25 {
    width: 25%;
}

.p50 {
    width: 50%;
}

.p75 {
    width: 75%;
}

.p100 {
    width: 100%;
}


/* BG SIZES */

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

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

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

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

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

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

.bg-p55 {
    padding-bottom: 55%;
}

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

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

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

.bg-p85 {
    padding-bottom: 85%;
}

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

.bx-wrapper {
    margin: 0 auto 20px;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
}

.bx-wrapper .bx-viewport ul {
    padding: 0;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
}


/* NAVBAR */

.navbar {
    border-radius: 0;
}


/*.nav-custom	 						{ background-color: rgba(0,0,0,0.8) !important; }*/

.nav-custom .logotipo img {
    max-height: 60px;
}

.social-mobile a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
}

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

.social-mobile a i.fa {
    font-size: 15px;
    color: #fff;
}

.navbar-nav * {
    /*color: #fff;*/
}


/*.navbar-default						{ background-color: transparent; margin: 0; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; }*/

.navbar-default {
    background-color: #262626;
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    color: #181818;
}

.nav>li>a {
    padding: 10px 5px;
}


/*.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{ background-color: rgba(0,0,0,0.6); }*/

.logo-2 {
    margin-top: 15px;
}

.main-menu {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
}

.main-menu>li>a {
    text-transform: uppercase;
    border: 2px solid transparent;
    font-weight: 700;
    text-decoration: none !important;
}

.main-menu>li>a:hover,
.main-menu>li>a:focus,
.main-menu>li>a:active,
.main-menu>li.active>a {
    background-color: transparent !important;
    color: #aaa !important;
}

.nav-custom .dropdown-menu>li>a {
    color: #fff !important;
}

.nav-custom .main-menu>li>a {
    color: #181818 !important;
}

.nav-custom .main-menu>li>a:hover {
    color: #aaa !important;
}

.navbar-default .nav li a {
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
    font-size: 15px;
}

.navbar-default .nav:not(.menu-restrito) li a {}

.navbar-default .nav:not(.menu-restrito) li a:hover,
.navbar-default .nav:not(.menu-restrito) li a:focus,
.navbar-default .nav:not(.menu-restrito) li a:active {
    color: #aaa;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #aaa;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #aaa;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-brand {
    height: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    /*max-height: none;*/
}

.navbar-brand {
    padding: 10px;
}

.site-menu li a {
    text-transform: uppercase;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border: 0;
}

.menu-bar {
    background-color: #222;
    margin-bottom: 1px;
}


/* UI ACCORDION */

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

.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;
    color: #777;
}

.accordion-custom .ui-state-active,
.accordion-custom .ui-state-default:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.accordion-custom .ui-accordion-content {
    height: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    color: #eee;
}

.accordion-custom .ui-state-default::after {
    content: "\f067";
}

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


/* UI TABS */

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

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    background-color: #da998f;
    color: #fff;
}

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

.ui-tabs * {
    font-size: 15px;
    border-radius: 0;
}

.ui-tabs .ui-tabs-active * {
    background-color: #aaa;
    color: #fff !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 {
    background-color: #222;
}

.banner .carousel-control {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    line-height: 54px;
    border: none;
    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;
}

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

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

.banner .carousel-control:hover {
    background: none;
    color: #ddd;
}

.carousel-indicators li {
    background-color: #585858;
    /*margin: 0;*/
}

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


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


/* COLOR SELECTOR */

.btn-colorselector {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    color: #eee;
    text-shadow: 1px 1px 0 #000;
    line-height: 34px;
    text-indent: 10px;
}

.dropdown-colorselector>.dropdown-menu {
    background-color: #fff;
}

.dropdown-colorselector>.dropdown-menu>li>a:hover,
.dropdown-colorselector>.dropdown-menu>li>a:focus {
    background: none;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn {
    border: 1px solid #aaa;
    box-sizing: content-box;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected::after {
    text-shadow: 1px 1px 2px #000;
}

.color-btn[data-value=""] {
    border: 0 !important;
}

.color-btn[data-value=""]::after {
    content: "\e014" !important;
    color: #ff5959 !important;
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
}


/*.table-striped > tbody > tr			{ background-color: rgba(255,255,255,0.02); }
.table-striped > tbody > tr:nth-of-type(2n+1){ background-color: rgba(255,255,255,0.07); }*/

#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: #D66C25;
}

fieldset.dados-cartao {
    float: left;
    width: 100%;
}

#portfoliolist:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#portfoliolist .mix {
    display: none;
    opacity: 0;
}

#portfoliolist .gap {
    display: inline-block;
    width: 200px;
}

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

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

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

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

.select-color .dropdown-menu li span.text {
    color: #eee;
    text-shadow: 1px 1px 0 #222;
}

footer .bordered {
    border-top: 1px solid #260202;
}

.form-newsletter input[type=text],
.form-newsletter input[type=email] {
    background-color: rgba(255, 255, 255, 0.1);
}

.form-newsletter input[type=text],
.form-newsletter input[type=email] {
    border: 1px solid #aaa;
}

.bordered-header {
    border-bottom: 1px solid #260202;
    padding-bottom: 10px;
}

.logotipo-doubleone {
    margin-top: -20px;
}

.processos h5 img {
    max-width: 30px;
    max-height: 30px;
}

.item-processos {
    border-bottom: 1px dashed #aaa;
}

.item-processos:hover {
    text-decoration: underline;
}

.btn-filtro {
    background-color: #898989;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.noticias {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/bg-noticias.jpg);
}

.info-noticia {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-image: url(../images/bg-sombra.png), url(../images/seta.png);
    background-color: #fff;
    padding: 20px;
}

.item-noticias {
    margin-bottom: 15px;
}

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

.item-equipe .overlay {
    padding: 15% 6%;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #c26416;
}

.fade-it {
    opacity: 0;
}

.item-fotos {
    padding: 0 5px;
}

.form-busca input[type=submit] {
    text-decoration: none !important;
}

.bx-carousel .controller {
    color: #7F7F7F;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #A2A4A3;
    color: #fff;
}

.p-line {
    padding: 15px;
    border: 1px solid #999;
    margin-bottom: 15px;
}

.p-line b {
    color: #D66C25;
}

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

.informacao img {
    width: 40px;
    height: 40px;
    vertical-align: top;
}

.banner-texto {
    margin-top: 22%;
}

.navbar-right {
    clear: right;
}

.social li {
    line-height: 0;
}

.btn-newsletter {
    width: 100%;
}

.text-newsletter {
    color: #fff;
    line-height: 16px;
}

footer {
    padding: 30px 0;
}

.light-gallery a img,
.light-gallery .e-none {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.form-orcamento input,
.form-orcamento textarea {
    border-color: #D6D6D6 !important;
}

.form-orcamento input[name=data] {
    border: 1px solid #d6d6d6 !important;
}

.filter-option {
    color: #999;
}

.top-bar {
    padding-bottom: 90px;
    background-color: #2C2C2C;
}

.btn-orcamento {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 9px;
    border-radius: 3px !important;
}

.img-servico {
    overflow: hidden;
}

.banner-texto {
    color: #fff;
}

#carousel-banner .carousel-indicators li {}

#carousel-banner .carousel-indicators .active {}


/*.carousel-indicators				{ bottom: 10px; left: inherit; margin: 0; right: 30px; top: 49%; width: 0; }*/

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px !important;
    width: 20px !important;
    border-radius: 0;
    margin: 0 !important;
}

.carousel-indicators .active {
    background-color: #1C464D;
    /*height: 10px; width: 10px;*/
}

.logotipo img {
    -webkit-filter: drop-shadow(0px 0px 0px #999);
    filter: drop-shadow(0px 0px 0px #999);
    /* max-height: 60px; */
}


/*.banner-texto p,
.banner-texto span					{ text-shadow: 1px 1px 1px #000; }*/

.banner-texto p {
    letter-spacing: 3px;
    line-height: 30px;
}

@media (max-width: 772px) {
    .banner-texto p span,
    .banner-texto p span span {
        font-size: 22px !important;
    }
}

.btn-saiba-mais {
    font-size: 14px;
    font-weight: bold;
}

.bx-vertical-controls button {
    display: block;
    width: 100%;
}

.link-ultimas:hover i,
.link-ultimas:focus i,
.link-ultimas:active i {
    color: #D66C25;
}

figure.item-galeria:hover {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.custom-search-input {
    margin: 0;
    margin-top: 10px;
    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: #D66C25;
    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;
}

.saudacao {
    font-size: 13px;
    padding-top: 20px;
    display: inline-block;
    color: #fff;
}

.list-default {
    padding: 0;
}

.titulo-rodape {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}


/* CARRINHO */

.frete-gratis {
    padding: 15px;
}

.dropdown-menu {
    font-size: 11px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #aaa !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #aaa !important;
}


/* SELECT CSS */


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


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .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;
}

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

.effect:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    opacity: 0;
    content: "";
    left: 0;
    overflow: visible;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}

.effect:hover:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 15px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    -moz-transition: all 0.3s ease 0s;
}

.owl-nav {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-equipe .owl-prev,
.owl-equipe .owl-next {
    float: none;
    padding: 20px 25px 20px 22px !important;
    border: 0 !important;
    background-color: #fff !important;
    color: #aaa !important;
    margin: 5px !important;
    box-shadow: 0px 0px 4px #ccc !important;
    font-size: 17px !important;
}

.owl-equipe .owl-prev:hover,
.owl-equipe .owl-next:hover {
    background-color: #f7f7f7 !important;
}

.balao {
    background-color: #f7f7f7;
    position: relative;
}

.balao::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-top-color: #f7f7f7;
}


/*.owl-depoimentos .owl-nav			{ display: none; }*/

.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    color: #777;
    border: 1px solid #aaa;
    border-radius: 0;
    line-height: 10px;
    margin: 0;
}

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

.area-text-bg {
    background-color: rgba(255, 255, 255, 0.8);
}

.logotipo-rodape {
    max-width: 250px;
}

footer hr {
    border-color: #aaa;
}

.fb-page iframe {
    left: 0;
}

.bg-interno {
    height: 300px;
}

.owl-notas .owl-stage-outer {
    overflow: visible;
}

.owl-figure img {
    width: auto !important;
    margin: 0 auto;
}

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

.numero {
    position: relative;
    padding-left: 75px;
}

.numero img {
    position: absolute;
    left: 0;
    max-width: 60px;
    max-height: 60px;
}

.numero big {
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 7px;
}

.numero span {
    font-size: 13px;
}

.valor-maior {
    font-size: 30px;
    font-weight: 700;
}

.row-promo>div {
    margin-bottom: 30px;
}

.item-produto {
    overflow: hidden;
    position: relative;
}

.item-produto figure {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*.item-produto:hover figure			{ transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }*/

.zoom-produto {
    overflow: hidden;
    margin-bottom: 30px;
}

.btn-comprar {
    position: relative;
}

.btn-comprar::before {
    content: "";
    position: absolute;
    width: 50px;
    right: 110%;
    border-bottom: 1px solid #ddd;
    bottom: 7px;
}

.btn-comprar::after {
    content: "";
    position: absolute;
    width: 50px;
    left: 110%;
    border-bottom: 1px solid #ddd;
    bottom: 7px;
}

.btn-comprar:hover::before,
.btn-comprar:hover::after {
    border-bottom: 2px solid #bbb;
}

.item-blog-home {
    margin-bottom: 30px;
}

.item-blog-home figure {
    width: 100%;
}

.item-blog-home:hover figure {
    opacity: 0.8;
}

.btn-blog {
    padding: 7px;
    border: 2px solid #666;
    color: #555;
    background-color: transparent;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: 20px;
    font-weight: 700;
}

.btn-blog:hover {
    background-color: #888;
    color: #fff;
}

.row-blog-home .bg-grey * {
    color: #fff;
    border-color: #fff;
}

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

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

.span-zoom big {
    font-size: 180%;
}

.btn-social {
    padding: 2px 7px;
}

.row-rel {
    margin-bottom: 15px;
}


/*.tab-zoom *							{ font-size: 13px; }*/

.tab-zoom .ui-tabs-nav {
    padding: 0;
}

.tab-zoom .ui-tabs-panel {
    border: 0;
    padding: 10px 0 0;
}

.tab-zoom .ui-widget-header {
    background: none !important;
    border: 0;
    border-bottom: 1px solid #eaeaea;
}

.tab-zoom .ui-state-default a,
.tab-zoom .ui-state-default a:link,
.tab-zoom .ui-state-default a:visited {
    color: #444;
    border: 0;
}

.tab-zoom .ui-tabs-nav li {
    border: 1px solid #ccc;
    padding: 0 !important;
}

.tab-zoom .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 1px solid #fff;
}

.tab-zoom .ui-state-default,
.tab-zoom .ui-state-default a {
    width: auto !important;
}

.list-custom {
    padding: 0;
}

.list-custom>li {
    font-size: 90%;
    color: #222;
    line-height: 18px;
}

footer .list-custom>li {
    color: #ddd;
}

.area-social {
    text-align: center;
}

.area-social:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #aaa;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    z-index: 0;
}

.area-social ul {
    padding: 0 30px;
    background-color: #444;
    position: relative;
    display: inline-block;
    margin: 0;
}

.area-social ul li {
    display: inline-block;
}

.area-social ul li span {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px 4px;
    margin: 0 5px;
}

.area-social ul li span .fa {
    font-size: 15px;
}

.bg-facebook {
    background-color: #327bd5;
}

.bg-instagram {
    background-color: #9430B7;
}

.bg-twitter {
    background-color: #4ecfff;
}

.bg-youtube {
    background-color: #E02F2F;
}

.bg-google {
    background-color: #DA4835;
}

.bg-linkedin {
    background-color: #007BB5;
}

.area-social ul li a {
    color: #fff !important;
}

.main-banner {
    opacity: 0;
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
}

.dropdown-sub-menu {
    padding: 0;
}

.dropdown-sub-menu li a:hover {
    text-decoration: underline !important;
}

.dropdown-menu>li>a {
    color: #fff;
}

.drop-menu.relative ul li {
    position: static;
}

.logo-icone {
    max-height: 24px;
    margin-top: -2px;
    float: left;
}

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

.item-projetos span .fa {
    font-size: 20px;
}

.item-projetos:hover span {
    background-color: #777;
    color: #fff !important;
}

.item-projetos span hr {
    margin: 3px 0;
}

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

.figure-video:hover::after {
    opacity: 1;
}

.format-table table {
    border: 0 !important;
    width: 100% !important;
}

.btn-file {
    padding: 0;
    border: 0;
}

.btn-none {
    padding: 0;
    background: none;
    border: 0;
    display: block;
    margin: 1px auto;
}

.row-mosaico>div {
    padding: 1px;
}

.form-avaliacao {
    display: inline-block;
}

.form-avaliacao button {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: none;
}

.big-preco {
    font-size: 22px;
}

.area-cores-disponiveis {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item-produto:hover .area-cores-disponiveis {
    opacity: 1;
}

.area-cores-disponiveis p {
    background-color: rgba(0, 0, 0, 0.7);
}

.link-banner {
    font-size: 16px;
}

.link-banner::before,
.link-banner::after {
    color: #1C464D;
    content: "___";
    position: relative;
    top: -7px;
}

.social-banner {
    margin-top: 15px;
}

.social-banner a {
    margin: 10px;
    color: #fff;
    font-size: 20px;
}

.tp-caption {
    left: 0 !important;
}

.tp-caption a,
.tp-caption a:hover {
    color: #fff !important;
}

.alert-dark1 {
    color: #444;
    background-color: #f7f7f7;
    border-color: #e7e7e7;
    padding: 10px;
}

.alert-dark2 {
    color: #444;
    background-color: #e5e5e5;
    border-color: #d5d5d5;
    padding: 10px;
}

.tp-bullets {
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
    opacity: 1 !important;
}

.tp-bullets.simplebullets.round .bullet {
    float: none !important;
    display: inline-block !important;
}

div.product-chooser.disabled div.product-chooser-item {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
}

div.product-chooser div.product-chooser-item {
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
}

div.product-chooser div.product-chooser-item.selected {
    border: 1px solid #428bca;
    filter: alpha(opacity=100);
    opacity: 1;
}

div.product-chooser div.product-chooser-item input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.chooser-tamanho figure p {
    margin: 20% 0 0;
    text-align: center;
}

.font-big {
    font-size: 3vw;
    line-height: 3.5vw;
}

.font-big big {
    font-size: 150%;
}

.item-produto figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item-produto:hover figure figcaption {
    opacity: 1;
}

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

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

.item-produto .display-table {
    padding-bottom: 30px;
}

.navbar-brand {
    margin: 0 !important;
}

.pagina-interna .logotipo {
    display: inline-block !important;
}


/* PARALLAX */

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

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .main-menu {
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {
    .btn-banner {
        font-size: 12px !important;
        padding: 10px !important;
    }
}

@media (min-width: 992px) {
    /*.navbar-default:not(.nav-custom){ padding-top: 20px; }*/
    .col-logo {
        position: static;
    }
    .navbar-default {
        border: 0;
        background-color: #fff;
    }
    /*.navbar-header					{ position: absolute; top: 0; }*/
    .navbar-default .dropdown-menu li a:hover,
    .navbar-default .dropdown-menu li a:focus,
    .navbar-default .dropdown-menu li a:active {
        color: #aaa !important;
    }
    .dropdown-menu>li>a {
        font-size: 13px !important;
    }
    .navbar-default:not(.nav-custom) .logotipo {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main-menu>li>a {
        padding: 5px !important;
    }
    .logotipo img {
        max-width: 120px;
    }
    .banner-texto .banner-content * {
        font-size: 16px !important;
    }
}

@media (min-width: 768px) {
    /*.navbar-nav						{ padding-top: 12px; }*/
    .navbar-fixed-top:not(.nav-custom) .navbar-header {
        top: 35px;
    }
    .menu-restrito {
        display: table;
    }
    .menu-restrito li {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .menu-restrito>li>a {
        font-size: 10px;
        padding: 0 10px;
    }
    .icon-phone {
        margin-top: -10px;
    }
    .menu-restrito {
        padding-top: 30px;
    }
    .banners {
        margin-top: -50px;
    }
    .carousel-caption {
        margin-bottom: 50px;
    }
    .social {
        padding-top: 0;
        text-align: right !important;
    }
    .nav-custom .social {
        padding-top: 5px;
    }
    .navbar-default .color-logo {
        display: none !important;
    }
    .item-noticias big {
        font-size: 30px;
        line-height: 30px;
    }
    .item-equipe:hover .overlay {
        display: inline-block;
    }
    /*.ultimas-noticias *				{ text-align: right; }*/
    .ultimas-noticias {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .ultimas-noticias figure {
        float: right;
    }
    .logotipo-doubleone {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        top: 15px;
    }
    .banner .overlay {
        background-image: url(../images/sombra.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .banner .item figure {
        background-position: top center !important;
    }
    .bg-pe {
        padding-bottom: 18vw !important;
    }
    .script-menu li a {
        font-size: 22px !important;
        color: #555 !important;
        padding: 15px 0 5px !important;
    }
    .script-menu li a:hover {
        color: #111 !important;
        text-decoration: none !important;
    }
    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .dropdown-sub-menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .dropdown-sub-menu li a {
        color: #444 !important;
        border: 0 !important;
        padding: 8px 10px;
        display: inline-block;
    }
    .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;
    }
    .row-produto.r1 .col-produto:nth-of-type(4n+3)>div {
        float: right;
    }
    .row-produto.r1 .col-produto:nth-of-type(4n+4)>div {
        float: right;
    }
    .row-produto.r2 .col-produto>div {
        float: right;
    }
    .row-produto.r2 .col-produto:nth-of-type(4n+3)>div {
        float: left;
    }
    .row-produto.r2 .col-produto:nth-of-type(4n+4)>div {
        float: left;
    }
    .logo-1 {
        display: none !important;
    }
    .logo-2 {
        display: inline-block !important;
    }
    .nav-custom .logo-1,
    .navbar-default:not(.navbar-fixed-top) .logo-1 {
        display: inline-block !important;
    }
    .nav-custom .logo-2,
    .navbar-default:not(.navbar-fixed-top) .logo-2 {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        width: 100%;
    }
    /*.main-menu						{ width: 100%; text-align: center; float: left !important; padding: 0; }*/
    /*.navbar-header					{ width: 100%; text-align: center; }*/
    .navbar-brand {
        float: none;
        display: inline-block;
    }
    .navbar-default {
        padding: 0;
    }
    .banner-texto {
        margin-top: 15%;
    }
    .item-produto .display-table {
        padding-bottom: 50px;
    }
    .item-produto .display-table .h3,
    .item-produto .display-table .h4 {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*.carousel-banner figure			{ padding-bottom: 75%; }*/
    .navbar-fixed-top {
        position: static !important;
    }
    .navbar-interno .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .navbar-default {
        background-color: #fff;
    }
    .navbar-brand img {
        /* max-height: 40px; */
    }
    .navbar-toggle {
        margin-top: 10px;
        border: 0;
        margin-right: 0;
    }
    .area-topo {
        padding: 0;
    }
    .navbar-default {
        position: relative;
    }
    .navbar-default,
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: rgba(255, 255, 255, 0.2);
    }
    .text-scroll {
        height: auto;
    }
    .list-default {
        margin-bottom: 15px;
    }
    .banner-texto {
        margin-top: 10%;
        text-align: center;
    }
    .banner-texto * {
        line-height: 30px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        margin-top: 30px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #181818;
    }
    .social-mobile a {
        color: #cecece;
    }
    .social-mobile a .fa {
        color: #fff;
    }
    .btn-topo {
        color: #fff !important;
    }
    .btn-banner {
        padding: 10px !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }
    .main-menu>li>a:hover,
    .main-menu>li>a:focus,
    .main-menu>li>a:active,
    .main-menu>li.active>a {
        color: #aaa !important;
    }
    .main-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .grid-item {
        width: 50% !important;
    }
    .grid-item figure {
        padding-bottom: 50% !important;
    }
    .grid-label {
        position: relative;
        opacity: 1;
    }
    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: 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;
    }
    .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;
    }
    .table-carrinho small {
        text-align: center;
    }
}

@media (max-width:768px) {
    * {
        white-space: normal;
    }
    /*.navbar-toggle					{ margin-top: 15px; }
	.navbar-brand					{ padding-top: 7px; }*/
    .ui-state-default,
    .ui-state-default a {
        width: 100%;
    }
    .li-phone {
        margin: 15px 0 5px;
    }
    /*.rodape *, footer *				{ text-align: center; }*/
    .preco {
        min-height: 45px;
        display: block;
        text-align: center;
    }
    .mapa {
        padding-bottom: 50%;
    }
    .banner .carousel-control {
        top: auto;
        bottom: 20px;
        opacity: 0.4;
    }
    .banner>.container .carousel-control {
        margin-bottom: 0px;
    }
    /*.banner .carousel-inner figure	{ padding-bottom: 75%; }*/
    .navbar-default .navbar-nav>li>a {
        color: #333;
    }
    .conceito * {
        text-align: left;
    }
    /*footer *						{ text-align: center !important; }*/
    .equipe * {
        text-align: center !important;
    }
    .p-line {
        padding: 15px 0;
    }
    #carousel-noticia .item .item-galeria-noticia {
        padding: 0;
    }
    #carousel-noticia .item {
        padding: 0 15px;
    }
    .bx-carousel {
        padding: 0 15px !important;
    }
    .carousel-banner figure {
        padding-bottom: 100% !important;
    }
    .passos {
        padding-top: 30px;
    }
    .passo {
        margin-top: 0;
    }
    .bg-parallax {
        background-position: center center !important;
    }
    .main-banner {
        height: 250px !important;
    }
    .main-banner ul li div {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .main-banner ul li div:nth-of-type(3) {
        padding-top: 15px !important;
    }
    .main-banner ul li div:nth-of-type(4) {
        bottom: 50px !important;
        top: auto !important;
        font-size: 14px !important;
    }
    .dropdown-sub-menu>li {
        display: block;
        width: 100%;
        background-color: #303030;
    }
    .dropdown-sub-menu>li>a {
        color: #fff !important;
        border: 0 !important;
        padding: 5px 10px;
        display: inline-block;
        background-color: transparent !important;
    }
    .logo-double {
        margin-top: 10px !important;
        float: none !important;
        display: inline-block;
    }
    .logo-icone2 {
        max-height: 22px;
        margin-top: -5px;
    }
    .main-menu .dropdown-menu {
        position: relative;
        padding: 0px;
        margin-bottom: 10px;
    }
    .tp-bullets {
        bottom: 10px !important;
    }
    .row-produto .col-produto:nth-of-type(2n+2)>div {
        float: right;
    }
    .section-default-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .logo-1 {
        display: inline-block !important;
    }
    .logo-2 {
        display: none !important;
    }
    .info-footer {
        margin: 0 0 15px;
    }
    .copyright * {
        float: none !important;
    }
    footer,
    .aside-footer {
        text-align: center;
    }
    .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .three-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .grid-item {
        width: 100% !important;
    }
}


/* EXTRA BUTTONS */

.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-custom {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}

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

.btn-custom-2 {
    color: #e3bb5b;
    background-color: #1f535c;
    border-color: #225b66;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
    color: #e3bb5b;
    background-color: #225b66;
    border-color: #276c78;
}

.btn-custom-3 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-style: double;
    border-width: 4px;
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active,
.open .dropdown-toggle.btn-custom-3 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #fff;
}

.btn-radius {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 25px !important;
    margin-top: 10px;
}

.btn-radius:hover,
.btn-radius:focus,
.btn-radius:active,
.btn-radius.active,
.open .dropdown-toggle.btn-radius {
    color: #262626;
    background-color: #fff;
    border: 2px solid #fff;
}

.btn-black {
    color: #ffffff;
    background-color: #1F1F1F;
    border-color: #000;
}

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

.btn-banner {
    white-space: nowrap;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    font-family: Poppins;
    text-transform: uppercase;
    background: #5ba7cf;
    border-color: rgb(0, 0, 0);
    border-radius: 3px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: inherit;
    margin: 0px;
    padding: 14px 17px 16px 23px;
}

.btn-banner:hover {
    color: #fff;
    background: #616161;
}

@media (max-width: 768px) {
    .btn-banner {
        position: relative;
        top: 50%;
    }
}


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

.shine {
    position: relative;
    overflow: hidden;
}

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

@media(max-width:992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.scrollbar {
    float: left;
    overflow-y: scroll;
    margin-bottom: 45px;
    padding-right: 15px;
}

.force-overflow {
    min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
    background-color: transparent;
    overflow: hidden;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    overflow: hidden;
    border-radius: 10px;
    background-color: transparent;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.text-sobrenos p {
    font-size: 10px;
}


/* CENTRALIZAR VERTICALMENTE */

.vertical-align-center {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


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


/* -// Termos de Uso COOKIES //-  */


/* ANIMACAO SETAS */

#seta .placar {
    animation-name: seta1;
    animation-duration: .5s;
    animation-iteration-count: infinite;
}


/* Standard syntax */

@keyframes seta1 {
    0% {
        color: #181818;
        margin-top: 0px;
    }
    25% {
        color: #46b8da;
        margin-top: 3px;
    }
    100% {
        color: #181818;
        margin-top: 0px;
    }
}

.popover-title {
    color: #181818;
    font-size: 20px;
}

.popover-content {
    color: #181818;
    font-size: 16px;
}

@media (max-width:680px) {
    .font-title {
        line-height: 20px;
    }
}

.bg-title {
    background-image: url(../images/bg-title.png);
    background-size: cover;
}

.align-center {
    width: 50%;
    margin: auto;
}

.vertical-center {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.curso_div {
    min-height: 550px;
}

@media (max-width:580px) {
    .curso_div {
        height: 100%;
    }
}

.curso {
    max-height: 280px;
    overflow: hidden;
}

.curso,
.curso p,
.curso ul li {
    font-size: 11px;
    color: #1f1f1f;
    margin: 0px;
}

.bullet {
    width: 100% !important;
}

.comentario,
.comentario p,
.comentario ul li {
    font-size: 11px;
    color: #1f1f1f;
    margin: 0px;
}

@media (min-width:980px) {
    .bullet {
        width: 80% !important;
    }
    .bullet i {
        position: relative;
        top: 10px;
    }
}

.img-comentario {
    object-fit: cover;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}


/* GRADIENTE BG - inserir as duas classes numa div que envolva a img */

.gradient-overlay:before {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.gradient-overlay-dark:before {
    background-image: linear-gradient(to bottom, rgba(0, 9, 33, .3) 1%, rgba(0, 9, 33, .3) 50%, rgba(0, 9, 33, .3) 100%)
}

.error-input {
    border: solid 1px red !important;
}

.error_form {
    display: none;
    padding: 0;
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    color: #dc3545;
    font-weight: bold;
}