﻿@font-face {
    font-family: 'Museo500';
    src: url('/Paginas/_Assets/font/museosansrounded-500-webfont.ttf');
}

@font-face {
    font-family: 'Museo900';
    src: url('/Paginas/_Assets/font/museosansrounded-900-webfont.ttf');
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.myspinner {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-left-color: #ffffff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    animation: spin 1s linear infinite;
    margin: 0 10px;
}

.spinner-geral {
    position: absolute;
    width: 33px;
    height: 33px;
    display: inline-block;
}

    .spinner-geral div {
        border: 2px solid rgba(0, 0, 0, 0.37);
        border-left-color: #ffffff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
        margin: 8.5px auto;
    }

.spinner-file {
    position: absolute;
    width: 33px;
    height: 33px;
    display: inline-block;
}

    .spinner-file div {
        border: 2px solid rgba(0, 0, 0, 0.37);
        border-left-color: #ffffff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
        margin: 4px auto;
    }

.small-column {
    width: 60px !important;
}

.showhim {
    text-align: right;
}

.showme {
    display: none;
    margin-right: 6px;
}

    .showme div {
        margin-bottom: 10px;
    }

    .showme span {
        background-color: rgba(0, 0, 0, 0.66);
        color: #fff;
        margin-right: 10px;
        padding: 5px 10px;
    }

    .showme .btn {
        margin-bottom: 5px;
        width: 50px;
    }

.showhim:hover .showme {
    display: block;
}

.color-white {
    color: #fff !important;
}

.btn-filtro {
    height: 30px;
    line-height: 13px;
}

@media (min-width: 992px) {
    .btn-filtro {
        width: 100%;
    }
}

.selecionado {
    background-color: #CFD8E9;
}

@media (min-width: 900px) {
    .dataTables_filter input {
        width: 500px !important;
        background-size: 20px;
        padding-left: 30px;
    }
}

#snackbar {
    visibility: hidden;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4 !important;
    bottom: 30px;
    left: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#snackbar3 {
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4 !important;
    bottom: 30px;
    left: 30px;
}

.floating-options {
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
}

.btn-fechar {
    position: absolute;
    width: 1.125rem;
    height: .5rem;
    top: 18%;
    right: 1rem;
    font-size: 25px;
}

    .btn-fechar i:hover {
        cursor: pointer;
    }

.btn-mensagens {
    position: absolute;
    top: 10px;
    right: 1rem;
}

    .btn-mensagens i:hover {
        cursor: pointer;
    }

.mb-90 {
    margin-bottom: 90px !important;
}

.btn-multiselect {
    border: solid 1px #E1E5EB;
    height: 36px;
    padding-right: 5px;
}

.div-multiselect {
    line-height: 17px;
    font-size: 13px;
    font-weight: 100;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.bg-disabled {
    background-color: #F5F6F7 !important;
}

.card-upload .card-body {
    background-color: #F6F6F6;
    border-radius: 10px;
}

    .card-upload .card-body div {
        background-color: #fff;
        width: 100%;
        height: 250px;
        box-shadow: 0 0 0.7em -0.2em gray;
        overflow: hidden;
    }

    .card-upload .card-body div img {
        width: 100%;
    }

.card-upload .card-footer table {
    width: 100%;
}

.card-upload .card-footer .icon {
    font-size: 19px;
    width: 25px;
}

.card-upload .card-footer span {
    font-weight: 400;
}

.card-upload .card-footer .last-col {
    text-align: right;
}

.delete-file {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 15.5px;
    color: white;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
    cursor: pointer;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #000 !important;
    background: #d9d9d9 !important;
}

.auth-form {
    max-width: 700px !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(128, 128, 128, 0.6);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(128, 128, 128, 0.8);
    }

.fixed-menu {
    width: 100%;
    position: fixed;
    z-index: 2;
}

.navbar-marca {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.fixed-logo {
    line-height: 25px;
    position: fixed;
    left: 0;
    top: 3px;
    z-index: 4;
}

.fixed-logo-center {
    line-height: 25px;
    position: fixed;
    left: calc(50% - 100px);
    right: calc(50% - 100px);
    top: 3px;
    z-index: 4;
}

.btn-voltar {
    position: fixed;
    left: 10px;
    top: 15px;
    z-index: 4;
    cursor: pointer;
}

.btn-voltar i {
    font-size: 30px;
}

@media (max-width: 768px) {
    .display-none-xs {
        display: none;
    }
}

@media (min-width: 769px) {
    .main-content-container {
        max-width: 100%;
        width: 100%;
        min-height: 80vh;
    }
}

.mt-6 {
    margin-top: 3.5rem;
}

.player {
    background-color: #212121;
}

    .player iframe {
        width: 600px;
        height: 338px;
        margin: 0 auto;
    }

/*sm*/
@media (min-width: 576px) {
    
}

/*md*/
@media (min-width: 768px) {
    .player iframe {
        width: 600px;
        height: 338px;
        margin: 0 auto;
    }
}

/*lg*/
@media (min-width: 992px) {
    .player iframe {
        width: 800px;
        height: 450px;
        margin: 0 auto;
    }

    .menu {
        display: none !important;
    }
}

/*xl*/
@media (min-width: 1200px) {
    
}

/*xxl*/
@media (min-width: 1600px) {
    .player iframe {
        width: 1000px;
        height: 563px;
        margin: 0 auto;
    }
}

.profile-note {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 7px;
}

.save-note {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 25px;
    color: #FA83BB;
}

.link-material {
    width: 100%;
    color: #5A6169 !important;
}

    .link-material strong {
        display: block;
        font-size: 17px;
    }

    .link-material .btn-abrir {
        padding: 5px 10px;
        background-color: #C7D16B;
        color: #fff;
        font-weight: 400;
    }

    .link-material a:hover strong {
        text-decoration: underline;
    }

.card-planos {
    box-shadow: #7e7e7e 0 5px 35px -15px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

    .card-planos .nome-plano {
        background-color: #cbe2ae;
        color: #53722b;
        padding: 3px 10px 4px 10px;
        border-radius: 15px;
        font-weight: 400
    }

    .card-planos .botao-plano {
        padding: 15px;
        background-color: #FA83BB;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }

    .card-planos:hover .botao-plano {
        padding: 15px;
        background-color: #F84399;
        color: #fff;
        font-size: 20px;
    }

.bg-semi {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.botao-play {
    font-size: 60px;
    color: white;
    width: 100%;
    position: absolute;
    margin-top: 40px;
    text-align: center;
    opacity: 0;
}

.bg-talk {
    width: 100%;
    background-size: cover;
}

.botao-play:hover {
    font-size: 80px;
}

    .bg-talk:hover .bg-semi {
        opacity: 1;
    }

.nolink {
    color: unset !important;
    text-decoration: unset !important;
}

.link-reproduzir i {
    visibility: hidden;
}

.link-reproduzir:hover i {
    visibility: visible;
}

@media (max-width: 767px) {
    .element-sm {
        display: none !important;
    }

    .externa {
        padding: 0;
    }

    .page-title {
        font-size: 20px !important;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .element-xs {
        display: none !important;
    }

    .externa {
        padding: 60px;
    }
}

.ver-mais-noticias {
    text-align: right;
    display: inline-block;
    color: #000;
}

.titulo {
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 500;
    color: #FA4152;
    font-family: 'Museo900'
}

.imgpicker {
    text-align: center;
}

    .imgpicker img {
        width: 60%;
        cursor: pointer;
    }