body {
    font-family: 'Open Sans',serif;
    padding-top: 54px;
    color: #495159;
}

.sidebar {
  display: none;
}
.navbar {
    display: block;
}

#img-perfil-mob img {
    border-radius: 50%;
    max-width:60%;
    border: .5rem solid rgba(3,3,3,0.2);
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;

    left: 0;

    right: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #8b4905;
    border-right: 1px solid #eee;
    text-align: center;
  }
  .navbar {
    display: none;
  }

   #img-perfil-mob img {
       border-radius: 50%;
       max-width:60%;
       border: .5rem solid rgba(3,3,3,0.2);
       margin: 0 auto;
       margin-top: 50px;
       display: none;
   }
   .titulo {
       font-size: 80px !important;
       text-align: left !important;
   }
   
   .titulo-experiencia {
		font-size: 30px !important;
		text-align: left !important;
	}
}


.main {
    margin-top: 0px;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > li > a:hover, 
.nav-sidebar > li > a:focus{
  color: #fff;
  background-color: inherit !important;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #8b4905 !important;
}

.navbar-inverse {
    background-color: #8b4905;
    border-color: #8b4905;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: inherit;
}
.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #c9c9c9 !important;
}

.sobrenome {
	color: #8b4905;
}

#img-perfil {
    text-align: center;
}
#img-perfil img {
    border-radius: 50%;
    max-width:70%;
    border: .5rem solid rgba(3,3,3,0.2);
    margin: 0 auto;
    margin-top: 50px;
}

.titulo {
    font-family: 'Saira Extra Condensed',serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
.titulo-experiencia {
	font-family: 'Saira Extra Condensed',serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
    font-size: 30px;
    line-height: 30px;
}

.titulo-materia {
	font-family: 'Saira Extra Condensed',serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
    font-size: 30px;
    line-height: 30px;
}
.txt-perfil {
    font-size: 16px;
}
.txt-contatos {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Saira Extra Condensed',serif;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dt-post, .horario-materia, .assinatura-materia {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}


/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.font-menu {
	font-weight: 600 !important;
	text-transform: uppercase;
}

.font-submenu {
	font-weight: 600 !important;
	text-transform: uppercase;
}

.padding-coluna {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.divide {
	border-bottom: 1px solid #bcbcbc;
	margin: 20px 0 20px 0;
}

.mainmenu a {
  display: block;
  text-decoration: none;
  padding: 10px;
}


.mainmenu /*li:hover*/ .submenu {
  display: block;
  max-height: 200px;
  border-left: 1px dotted #FFFFFF;
}
.meu-menu {
	cursor: pointer;
}

.mainmenu a{
	color: #FFFFFF !important;
	font-weight: 600 !important;
}

.submenu a:hover, .mainmenu a:hover {
  color: #c9c9c9 !important;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
  margin-left: 30px;
}


.materia *{
	font-size: 16px !important;
	text-align: left !important;
}

.ler-mais, .ler-mais  a {
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none !important;
	color: #495159 !important;
}

.ler-mais a:hover {
	color:#ff0000 !important;	
}


.video-container { 
	 position: relative; 
	 padding-bottom: 56.25%; 
	 height: 0; 
	 overflow: hidden; 
	 max-width: 100%; 
	 height: auto;
	 margin-top: 30px;
	 margin-bottom: 30px; 
} 
.video-container iframe, .video-container object, .video-container embed {
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 width: 100%; 
	 height: 100%; 
}

.img-video {
	position: relative;
	overflow: hidden;
}

.img-sem-video {
	position: absolute;
	z-index:2;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.video-fixo {
	position: fixed;
}

.form-contato {
	margin-bottom: 20px;
}


	
