.dot {
    height: 13px;
    width: 13px;
    background-color: lightgreen;
    border-radius: 50%;
    display: inline-block;
}

.talk-bubble {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    color: white;
}

.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #00aabb transparent transparent transparent;
}

.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: #fcc203 transparent transparent transparent;
}

.talktext {
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    text-align: left;
    line-height: 1.25em;
}

.lateral {
    margin: 2px;
}

.anuncio-central {
    display: none;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    width: 100%;
    height: 280px;
    overflow: hidden;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.anuncio-central .card {
    position: absolute;
    width: 0;
    opacity: 0;
    transition: .5s;
}

.anuncio-central .animado {
    opacity: 1;
    width: 20rem;
}

.cartao a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.titulo-table {
    display: block;
    text-align: center;
    font-size: 1.8em;
    color: blue;
}

.tabela-musica {
    margin: 40px;
}

.thead-table {
    background-color: rgb(7, 59, 228) !important;
    color: #fff;
}

.img-table {
    width: 30px !important;
    height: 30px !important;
}

.quadro-centro {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 650px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    overflow: auto;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.quadro-centro img {
    max-width: 60em !important;
    max-height: 25em !important;
}

.quadro-esquerdo {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    width: 100%;
    height: 500px;
    overflow: auto;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.quadro-esquerdo img {
    max-height: 14rem !important;
}

.thead-table {
    border: solid 1px rgb(7, 59, 228);
}

.body-table {
    border: solid 1px rgb(7, 59, 228);
}

.quadro-esquerdo .card {
    position: absolute;
    border: 0px;
    width: 35rem;
    opacity: 0;
    transition: .5s;
}

.quadro-esquerdo .animado {
    opacity: 1;
}

.quadro-esquerdo h2 {
    font-family: 'Lucida Sans';
    font-style: italic;
    font-size: 2rem;
    align-items: center;
}

.quadro-direito {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    width: 100%;
    height: 560px;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.quadro-direito img {
    height: 10rem !important;
}

.quadro-direito .card {
    position: absolute;
    border: 0px;
    width: 20rem;
    opacity: 0;
    transition: .5s;
}

.quadro-direito .animado {
    opacity: 1;
}

.quadro-direito h2 {
    font-family: 'Lucida Sans';
    font-style: italic;
    font-size: 2rem;
    align-items: center;
}

.conteudo-home {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 10px;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.12), 2px 0 15px 0 rgb(0, 0, 0, 0.5);
}

.conteudo-home .cabecalho {
    background-color: #e9e7e7;
    border-radius: 5px;
    padding: 0px;
}

.conteudo-home .barra {
    border-radius: 0px;
    padding: 4px;
}

.conteudo-home .barra-border-rl {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-radius: 0px;
}

.conteudo-home .barra-around-t {
    border-radius: 5px 5px 0px 0px;
}

.conteudo-home .barra-around-b {
    border-radius: 0px 0px 5px 5px;
}

.conteudo-home .body-table {
    border-radius: 0px;
    padding: 0px;
}

.menu-web {
    display: inline;
}

.menu-web a:hover {
    color: yellow;
}

.menu-mob {
    display: none;
}

@media screen {
    #printSection {
        display: none;
    }
    .modal-footer {
        display: block;
    }
}

@page {
    size: auto;
    margin: 0mm;
}

@media print {
    body * {
        visibility: hidden;
    }
    #printSection,
    #printSection * {
        visibility: visible;
    }
    .page-break {
        page-break-after: always;
    }
    .modal-footer {
        display: none;
    }
    #printSection {
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
}

@media(max-width: 768px) {
    .title-small {
        font-size: 1.2em;
    }
    .fas.fa-robot {
        font-size: 1.8em !important;
    }
    .talktext {
        font-size: 1em !important;
    }
    .menu-web {
        display: none;
    }
    .menu-mob {
        display: block;
    }
    .menu-mob .dropdown-menu .dropdown-item a:hover {
        color: yellow !important;
    }
    .label-visita {
        margin-top: 7px;
        font-size: 0.9em;
    }
    .image-visita {
        margin: 0px;
        width: 20px;
        height: 20px;
    }
    .tabela-musica {
        margin: 0px !important;
    }
    .img-table {
        display: none !important;
    }
    .anuncio-central {
        display: block;
    }
    .quadro-centro {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .quadro-esquerdo {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .quadro-esquerdo img {
        height: 10rem !important;
    }
    .quadro-esquerdo .card {
        width: 19rem !important;
    }
    .quadro-direito {
        margin-left: 15px !important;
        margin-right: 25px !important;
    }
}

@media(max-width: 1426px) {
    .menu-web li a {
        font-size: 0.75em;
    }
}

@media(max-width: 1188px) {
    .menu-web li a {
        font-size: 0.55em;
    }
    .label-visita {
        margin-top: 7px;
        font-size: 0.9em;
    }
    .image-visita {
        margin: 0px;
        width: 20px;
        height: 20px;
    }
    .tabela-musica {
        margin: 0px !important;
    }
    .quadro-centro {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .quadro-esquerdo {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .quadro-esquerdo img {
        height: 10rem !important;
    }
    .quadro-esquerdo .card {
        width: 19rem !important;
    }
    .quadro-direito {
        margin-left: 15px !important;
        margin-right: 25px !important;
    }
}