html {
    margin: 0;
    font-size: 12px;
}

body {
    min-height: 100vh;
    width: 100%;
    align-items: stretch;
    background-color: #2F3136;
    color: #f2ffff;
    display: flex;
    flex-direction: column;
}

/*
*::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track{
    background: #292B2F;
}

*::-webkit-scrollbar-thumb{
    background: #6d6d6d;
}

*::-webkit-scrollbar-thumb:hover{
    background: #4b4b4b;
}
*/

a {
    color: #acd0ff;
    text-decoration: none;
}

a {
    color: #acd0ff;
    text-decoration: none;
}

a:hover {
    color: #f2ffff;
    text-decoration: none;
}

header {
    padding: 15px 0;
    background-color: #292B2F;
    display: flex;
}

main {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

footer {
    background-color: #393C43;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    padding: 15px 0;
    margin-top: 20px;
}

video {
    width: 100%;
    max-width: 550px;
    margin-top: 0;
}

#versao {
    margin-top: 15px;
    color: #b3b3b3;
}

#entrar {
    margin-top: 30px;
}

.session {
    padding: 20px;
    text-align: center;
}

.session-title {
    font-size: 35px;
}

.session-txt {
    font-size: 15px;
    margin-top: 10px;
}

.disponivel-para {
    margin: 0 auto;
    max-width: 1000px;
}

.disponivel-para>div>div {
    margin-bottom: 7px;
}

.videos-controle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 auto;
    max-width: 1300px;
}

.videos-controle>div {
    display: flex;
    flex-direction: column;
    margin: 15px;
    font-weight: bold;
}

.videos-controle iframe {
    margin: 5px 0 0 0;
}

.video-breve {
    font-weight: normal;
    font-size: 10px;
}

.idiomas {
    margin-top: 25px;
}

.idioma-flag {
    margin: 0 12px 0 5px;
}

.idioma-flag img {
    margin: -3px 5px 0 0;
}

.session-title-novidades {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.icon-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 60px;
    text-align: center;
    font-size: 30px;
    box-shadow: 4px 3px 6px #0f1e1a;
    z-index: 1000;
    animation: bounce2 4s ease infinite;
    animation-delay: 5s;
}

.icon-whatsapp:hover {
    animation-play-state: paused;
}

.icon-whatsapp img {
    width: 60px;
    border-radius: 30px;
}

@keyframes bounce2 {
	0%, 20%, 25%, 50%, 80%, 100% {transform: translateY(0);}
	30% {transform: translateY(-15px);}
}

.icon-whatsapp-txt{
    position: absolute;
    right: 52px;
    top: 17px;
    font-size: 16px;
    white-space: nowrap;
    background-color: white;
    border-radius: 7px;
    padding: 2px 15px 2px 11px;
    font-weight: bold;
    color: #177112;
    box-shadow: 4px 3px 6px #0f1e1a;
    z-index: -1;
}