body {
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif !important;
}

video {
	width: 100%;
    max-height: 100%;
 
}

.sidebar .nav-second-level li a {
    display: flex;
    justify-content: space-between;
}

.video-container {
	margin-left: 0%;
    margin-right: 0%;
}

#sb-container {
    z-index: 9999 !important;
}

.list-unstyled a:hover {
    text-decoration: none;
}

.capt.active {
    background-color: #053b69;
}

.subtitulo {
    background-color: #299dff; 
    text-indent: 20px;
}

.subtitulob {
    background-color: #4e8ec3; 
    text-indent: 30px;
}


.botao_central {
    margin: 0 auto;
    text-align: center;
}

.navbar-static-top {
   display: inline;
}

.navbar-header {
    display: none;
}

.navbar-default {
    background-color: #0364bf;

}

.navbar-default a, .navbar-brand a {
    color: #FFF;
}

a.navbar-brand {
    color: #FFF !important;
}

.sidebar ul li a.active {
    background-color: #053b69;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #0d75c3;
}

.sidebar {
	margin-left: 0;
    margin-top: 0;
    overflow-y: hidden;
	height: 580px;
	font-size: 17px;
}

.lado_menu {
	margin-left: 5px;
}

@media (min-width: 768px) {
.sidebar {
    width: 460px;
    /*margin-top: 65px; */

}

}
@media (min-width: 768px) {
#page-wrapper {
	margin: 0 0 0 460px;  
    border-left: none;
    background-color: #FFF;
}
}

.sidebar ul li.sidebar-search {
    border-bottom: 1px solid #fff;
    position: fixed;
    width: 460px;
    top: 0px;
    left: 0px;
    background-color: #0364bf;
    overflow-y: auto;
    z-index: 999;
}

.sidebar ul li {
   border-bottom: none;
}

.nav>li>a {
    border-bottom: 1px solid #fff;
}

.collapse.in {
    background-color: #4a89bf;
}

#wrapper {
    background-color: #0364bf;
}

#page-wrapper {
    background-color: #FFF;
}


.page-header {
  margin: 0px;
  border-bottom: 0px;
}


.page-footer {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff; 
}

.margem-footer {
    margin-left: -30px;
    padding-left: 10px;
    margin-right: -30px;
    padding-right: 10px;   

}

.display-flex {
    display: flex;
}

.flex-end {
    justify-content: flex-end;
}

.black {
    background-color: #000 !important;
}

.right-align {
    float: right;
    text-align: right;
}

.butIcone {
    margin: 0 auto;
    margin-top: 20px;
    display: block; 
    border: none;
}

.icone {
    width: 70px;
    height: auto;
}

.banner_Lado {
    background-color: #0364bf;
    margin: 5px;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.imagemBox {
    height: auto;
    width: 100%;
}

.conteudo {   
    font-size: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {

.navbar {
       min-height: 0px
}

.navbar-default {
    background-color: #0364bf !important;
}

.navbar-static-top {
    display: block; 
}

.navbar-header {
    display: block;
    }

}

.flex-container {
    display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
   color: #000;
}

.flex-container>div {
  color: #000;
  width: 100px;
  height: 100px;
}


.capa_inicial h1 {
  color: #fff;
}

.fundo_lado {
    height: 700px;
    width: 250px;
    background-color: #0364bf;
    float: left;
    position: absolute;
}

.fundo_ultimo {
    clear: both;
}

.lado_direito {
    position: absolute;
    bottom: 140px;
    right: 45px;
}

.sidebar .arrow {
    float: right;
    background: url("imgs/arrow.png");
    background-position: center;
    background-size: cover;
    color: #0364bf;
}


.posicao-resumo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.posicao-rodape {

	justify-content: space-between;
	flex-wrap: wrap;
}

.video_palavra {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	object-fit: cover;
	cursor: pointer;
	box-shadow: 5px 5px 5px #777;
}

.palavra_chave {
    line-height: 7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 34px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.video_rodape {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	object-fit: cover;
	cursor: pointer;
	box-shadow: 5px 5px 5px #777;
}

.botao_circulo {
	background-color: #0364bf;
    border: 3px solid #000;
    color: #FFF;
	border-radius: 30px;
	margin-bottom: 15px;
}

.botao_circulo:hover {
	border: 3px solid #000;
}

.botao_circulo_amarelo {
	background-color: #d57e12;
    border: 3px solid #000;
    color: #FFF;
	border-radius: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.botao_circulo_amarelo:hover {
	background-color: #f0ad4e;
    border: 3px solid #000;
}


@media only screen and (max-width: 768px) {

    .sidebar {
        height: 0px;
    }

    .sidebar ul li:nth-child(2) {
        display: none;
    }

}


@media only screen and (min-width: 768px) {

    .overlay {
        display: none !important;
    }

}
