.bm-header {
    background-color: #FF8800;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #838383;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0px;
}

.bm-content {
}

.bm-content-formbg {
    background-image: url('/img/bg_cadastro_720x1280.jpg');
    background-color: #000000;
    background-position: left top;
    background-size: cover;
    #opacity: 0.8;
}

.bm-bg-palestra {
    background-image: url('/img/bg_palestra.jpg');
    background-color: #000000;
    background-position: left top;
    background-size: cover;
    #opacity: 0.8;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bm-bg-live {
    background-image: url('/img/bg_streaming.jpg');
    background-color: #ffffff;
    background-position: left top;
    background-size: cover;
    #opacity: 0.8;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.bm-footer {
    background-color: #2F2E2E;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Work Sans', sans-serif;
    color: #DDD;
}

.bm-topmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
}

.bm-topmenu .nav-link {
    text-decoration: none;
    color: #FFF;
}

.bm-topmenu .nav-link a:active {
    text-decoration: none;
    color: #333;
}

.bm-formlive {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bm-form {
    /* margin-left: 30px; */
    padding: 10px;
    background-color: #EEE;
}

.bm-form2 {
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    background-color: #EEE;
}

.bm-playersmall {
    margin-top: 15px;
    margin-bottom: 15px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#termo p {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
}

#note {
    color: #666666;
    font-size: 12px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width: 400px;
}

/* https://codepen.io/piotrswioklo/pen/fqnIA */
#timer div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 40px;
}

#timer span {
    display: block;
    font-size: 20px;
    color: #FFF;
}

#days {
    font-size: 100px;
    color: #db4844;
}

#hours {
    font-size: 100px;
    color: #f07c22;
}

#minutes {
    font-size: 100px;
    color: #f6da74;
}

#seconds {
    font-size: 50px;
    color: #abcd58;
}

#timerBlockMsg {
    display: none;
}
