html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 100vh;
    padding-top: 50px;
}

.mtkplc body {
    padding-top: 110px;
}

.site-logo img {
    height: 45px;
}

.file-upload .preview,
.file-upload .message {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 6em;
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    word-wrap: break-word;
    overflow: auto;
}

.file-upload .message-container {
    padding: 10px 0;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 5px;
    z-index: 9999;
}

.back-to-top.esquerda {
    left: 5px;
    width: 40px;
    width: fit-content;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #000000;
    color: #fff;
}

@media (max-width: 767px) {
    .back-to-top {
        right: 40px;
        bottom: 5px;
    }

    .back-to-top i {
        font-size: 20px;
        width: 40px;
        height: 20px;
    }

    .back-to-top.esquerda {
        left: 40px;
        width: 40px;
        width: fit-content;
    }
}

.app-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px #FFF;
}

.form-group .select2-container,
.form-control.select2-container {
    padding: 0px;
    border: 0px;
    height: auto;
    width: 100% !important;
}

.select2-container.select2-allowclear .select2-choice abbr:before {
    color: #000;
    font-size: 15px;
    position: relative;
    left: -5px;
}

.select2-hidden-accessible {
    display: none;
}

.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
    border-color: #b94a48;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.richText .richText-help {
    display: none !important;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container .select2-choice {
    height: 36px;
    line-height: 36px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position-y: 5px;
}

.btn-round {
    border-radius: 25px !important;
}

#toaster {
    width: 500px !important;
}

#toaster .alert {
    padding: 0.50rem;
}

@media (max-width: 768px) {
    #toaster {
        top: 10% !important;
        right: 2% !important;
        width: 96% !important;
    }
}

.container.principal,
body>footer,
.bg-white-tp {
    background: rgba(255, 255, 255, 0.9);
}

.link-contato .badge {
    font-size: 1rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
    margin: 0 auto;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.4rem;
    text-align: center;
}

.vaga-listagem-itens b::before {
    content: ' | ';
    display: inline-block;
    margin: 0 5px;
    font-weight: normal;
}

.vaga-listagem-itens b:first-child::before {
    content: '';
    margin: 0;
}

.ui-autocomplete-loading {
    background: white url('select2-spinner.gif') right center no-repeat;
}

.owl-carousel .item {
    display: block;
    width: 100%;
    text-align: center;
}

.owl-carousel .item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.owl-carousel img {
    max-height: 350px;
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.star-rating .fa {
    font-size: 15px;
}

.star-rating .fa-star {
    color: #ff9b05;
}

.star-rating .fa-times-circle,
.star-rating .fa-times-circle-o {
    color: red;
}

.botao-notificacao {
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid;
    padding: 0.1em 0.3em;
    border-radius: 0.5em !important;
}

body>footer {
    background: #f9f9f9;
}

footer h5 {
    font-weight: bold;
}

footer .rodape {
    font-size: 12px;
    text-align: justify;
}

.new-menu {
    flex-wrap: wrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
}

.new-menu .navbar-brand {
    max-width: 50vw;
    white-space: normal;
}

.new-menu .navbar-brand img {
    max-height: 50px;
    max-width: 200px;
}

.t-0-5 {
    font-size: 0.5rem;
}

.t-0-6 {
    font-size: 0.6rem;
}

.t-0-7 {
    font-size: 0.7rem;
}

.t-0-8 {
    font-size: 0.8rem;
}

.t-0-8-5 {
    font-size: 0.85rem;
}

.t-0-9 {
    font-size: 0.9rem;
}

.t.text-muted,
.t.text-muted * {
    color: #6c757d !important;
}

.fa {
    min-width: 1em;
    text-align: center;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

/*#hero .carousel-item::before {
    content: '';
    background-color: rgba(30, 35, 40, 0.6);
}*/

#hero .carousel-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.65);
    /*position: relative;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;*/
}

#hero .container {
    max-width: 50%;
    margin-left: 15%;
}

#hero h2 {
    color: #fff;
    margin-bottom: 0.8em;
    font-size: 3em;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    margin: 5%;
}

@media (max-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        top: 30px;
    }
}

@media (max-width: 750px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        top: 0px;
    }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    font-size: 4vw;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #007bff;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #007bff;
}

#hero .btn-get-started:hover {
    background: #007bff;
}

@media (max-width: 1024px) {
    #hero {
        height: 70vh;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center bottom;
    }

    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 75vh;
    }

    #hero h1,
    #hero h2 {
        font-size: 1.5em;
    }

    #hero p {
        display: none;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}*/

section {
    padding: 20px 0;
}

.section-sm {
    padding: 10px 0;
}

.section-bg,
.services .icon-box {
    background-color: #f8f9fa;
}

.section-title {
    padding-bottom: 40px;
}

.post-image {
    max-height: 350px;
    max-width: 100%;
    display: inline-block;
    margin: 0 20px 20px 0;
}

.carousel-item a,
.carousel-item a:hover {
    text-decoration: none;
    color: inherit;
}

.g-recaptcha div {
    margin: 5px auto;
}

.white-link {
    color: white !important;
}

.whatsapp-bubble {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

.btn-circle {
    border-radius: 50% !important;
    line-height: 0.8em;
    width: 60px;
    height: 60px;
    outline: 0;
    -webkit-box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle:hover {
    width: 200px;
    border-radius: 50px !important;
}

.btn-circle span {
    display: none;
    font-size: 14px;
    font-weight: normal;
}

.btn-circle:hover span {
    display: inline;
}

.menu-rodape a {
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.menu-rodape a:hover {
    color: #ffffff;
}

.menu-rodape a:after {
    display: inline-block;
    content: '|';
    padding: 0 5px;
    color: #a2a2a2;
    font-weight: 100;
}

.menu-rodape li:last-child a:after {
    content: ' ';
}

.form-control.select2-container.is-invalid>a {
    border-color: #dc3545;
}

.file-upload .preview,
.file-upload .message {
    width: 100%;
}

.file-upload .message {
    height: 3em;
}

#politica-termos-modal .modal-body h1,
#politica-termos-modal .modal-body h2,
#politica-termos-modal .modal-body h3 {
    font-size: 14px !important;
    font-weight: bold;
}

#politica-termos-modal .modal-body * {
    font-size: 12px !important;
}

#politica-termos-modal .modal-body {
    max-height: 500px;
    overflow: auto;
}

.tox-statusbar__branding {
    display: none !important;
}

.panel .table>thead>tr>td:last-child,
.panel .table>thead>tr>th:last-child,
.panel .table>tbody>tr>td:last-child,
.panel .table>tbody>tr>th:last-child,
.panel .table>tfoot>tr>td:last-child,
.panel .table>tfoot>tr>th:last-child {
    padding-left: 10px;
}

.dataTable .btn {
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.card.empresa {
    min-height: 160px;
    overflow-wrap: anywhere;
}

.empresa .col {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.empresa img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.agente img {
    max-height: 200px;
}

.empresa .card-body {
    height: 200px;
    align-items: center;
}

.img-container {
    max-height: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empresas-destaques .owl-item {
    min-width: 160px;
}

.empresas-destaques .owl-nav button[type=button] {
    width: 2.5em;
    height: 2.5em;
    border: 1px #d5d5d5 solid;
    border-radius: 50%;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    background: #ffffff;
    opacity: 1 !important;
}

.empresas-destaques .owl-nav button[type=button] {
    font-size: 15px;
    position: absolute;
    left: -15px;
    top: 35%;
    color: #171717;
    opacity: 0.3;
}

.empresas-destaques .owl-nav button[type=button]:focus {
    outline: none;
    box-shadow: none;
}

.empresas-destaques .owl-nav button[type=button].owl-next {
    left: auto;
    right: -15px;
    color: #171717;
    opacity: 0.3;
}

.vagas-destaques .owl-nav {
    margin-top: 0px;
}

.vagas-destaques .owl-nav button[type=button]:hover,
.vagas-destaques .owl-nav button[type=button]:focus {
    background: transparent;
    color: #171717;
    outline: none;
    box-shadow: none;
}

.vagas-destaques .owl-nav button[type=button] {
    border: none;
    left: auto;
    right: auto;
    background: transparent;
    margin: 0;
}

.vagas-destaques .owl-nav button[type=button] {
    top: 0px;
    left: -20px;
    width: 1.5em;
    height: 100%;
    font-size: 1em;
    line-height: 1.5em;
    border: none;
    background: transparent;
    border-radius: 0.2em;
    color: #171717;
}

.vagas-destaques .owl-nav button[type=button].owl-next {
    left: auto;
    right: -20px;
}

.vagas-destaques {
    border: 1px solid rgb(255 202 0);
}

.card.destaque-gold {
    border-color: rgb(255 202 0);
}

.unidade-foto {
    height: 10em;
    width: 100%;
    background: url("/img/produto-sem-imagem.png");
    background-size: cover;
    text-align: center;
}

.unidade-foto img {
    max-height: 10em;
    max-width: 90%;
    width: auto;
    margin: 0 auto;
}

.unidade-endereco {
    height: 70px;
    font-size: 0.9em;
}

.link-contato .nav-item a {
    padding: 5px;
}

.box-carrossel {
    width: 100%;
    height: 650px;
    float: left;
    overflow: hidden;
}

.imagem-carrossel {
    object-fit: cover;
    width: 100%;
    height: 50%;
    margin-bottom: 10px;
}

.tns-horizontal.tns-subpixel>.tns-item,
.tns-slider>.tns-item {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    background: #FFF;
    overflow: hidden;
}

.tns-slider>.tns-item img {
    /*max-width: 100%;
    width: -webkit-fill-available;*/
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.tiny-slider-principal.tns-slider .tns-item {
    height: 300px;
}

.tiny-slider-horizontal.tns-slider .tns-item {
    height: 200px;
}

.tiny-slider-vertical.tns-slider .tns-item {
    height: 600px;
}

/*
.tiny-slider-principal.tns-slider .tns-item img {
    max-height: 300px;
}

.tiny-slider-horizontal.tns-slider .tns-item img {
    max-height: 200px;
}

.tiny-slider-vertical.tns-slider .tns-item img {
    max-height: 600px;
}*/

.tiny-slider-principal.tns-slider .tns-item img {
    height: 300px;
}

.tiny-slider-horizontal.tns-slider .tns-item img {
    height: 200px;
}

.tiny-slider-vertical.tns-slider .tns-item img {
    height: 600px;
}

@media (max-width: 576px) {
    .tiny-slider-principal.tns-slider .tns-item {
        height: 150px;
    }

    .tiny-slider-horizontal.tns-slider .tns-item {
        height: 100px;
    }

    .tiny-slider-vertical.tns-slider .tns-item {
        height: 300px;
    }

    .tiny-slider-principal.tns-slider .tns-item img {
        height: 150px;
    }

    .tiny-slider-horizontal.tns-slider .tns-item img {
        height: 100px;
    }

    .tiny-slider-vertical.tns-slider .tns-item img {
        height: 300px;
    }

    /*.tiny-slider-vertical.tns-slider .tns-item img {
        max-width: 50%;
        max-height: 300px;
    }*/
}

[data-click^=http] {
    cursor: pointer;
}

.nav-scroll {
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    border-bottom-width: 0;
    height: 50px;
    flex-direction: column;
}

.nav-scroll-content h3 {
    margin-top: 0;
}

.nav-scroll li {
    z-index: +1;
}

.nav-scroll li a {
    width: max-content;
    padding: 8px 10px;
}

.nav-tabs.nav-scroll .nav-link:focus,
.nav-tabs.nav-scroll .nav-link:hover {
    border-color: transparent;
    border-top-color: #999;
}

.nav-scroll li.active a {
    border-bottom-color: #FFF;
}

.nav-scroll:after {
    content: ' ';
    width: 100%;
    border: 1px solid #ddd;
    height: 0px;
    left: 0;
    top: 35px;
    position: absolute;
    display: table;
    z-index: 0;
}

.teste-opcao {
    padding-left: 0;
}

.teste-opcao input {
    display: none;
}

.teste-opcao label {
    width: 100%;
}

.teste-opcao span {
    width: 100%;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.teste-opcao input[type="radio"]:checked+span {
    color: #ffffff;
    background: #000000;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.notificacao-link.tem-notificacao .fa {
    animation: blinker 2s linear infinite;
    color: #00AAFF;
}

#empresa-pop .modal-dialog {
    max-width: 500px;
}

#empresa-pop img {
    width: 100%;
}

#empresa-pop img {
    width: 100%;
}

#empresa-pop .modal-body,
#empresa-pop .row,
#empresa-pop .col-12 {
    margin: 0;
    padding: 0;
}

#empresa-pop button {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #000;
    right: -15px;
    top: -15px;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

#loom-companion-mv3 {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}