body {
	background: #F1F5F7;		
}

#login_header {
	background: #222222;
	height: 50px;
	padding: 10px;
}

#login_header_logo {
	float: left;
}

#login_header_logo img {
	height: 50px;
}

#login_header_restrito {
	float: right;
	color: #FFD613;
	font-size: 16px;
	margin-top: 14px;
}

.img_hover {
	transition: all 0.4s ease;
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
   	transition: all 0.4s ease;
}

#login_conteudo {
	clear: both;
	overflow: hidden;
}

.wrapper {
  display: flex;
  width: 100%;
}

.wrapper .sidebar{
  position: relative;  
}

.wrapper .sidebar .bg_shadow{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.wrapper .sidebar__inner {
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #252B3B;  /*cor de fundo do menu */
  z-index: 999;
  transition: all 0.3s ease;
  overflow-x:hidden;
}

.wrapper .main_container {
  margin-left: 240px;
  width: calc(100% - 240px);
   transition: all 0.3s ease;
}

.wrapper .main_container .top_navbar {
  	*width: calc(100% - 240px);
  	height: 70px;
  	background: #181D27;
  	display: flex;  	
  	padding: 10px;
  	position: fixed;  	
  	top: 0;
  	left: 240px;
  	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
   	transition: all 0.3s ease;
   	box-sizing: border-box;
   	z-index: 10;
}

.wrapper .main_container .top_navbar .hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}

.wrapper .main_container .top_navbar .hamburger .fas {
  color: #FFFFFF;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.wrapper .main_container .top_navbar .hamburger .fas:hover,
.wrapper .main_container .top_navbar .hamburger .fas:focus {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.wrapper .main_container #container {
  padding: 0px;
  margin-top: 70px;
}

.wrapper .sidebar__inner .close{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 25px;
    color: #fff;
  	display: none;
  	cursor: pointer;
  	opacity: 1;
  	transition: all 0.3s ease;
}

.wrapper .sidebar__inner .close:hover{
  opacity: 0.5;
  transition: all 0.3s ease;
}

.wrapper .sidebar__inner{
	left: -100%;
}
.wrapper .main_container,
.wrapper .main_container .top_navbar{
    margin-left: 0;
    width: 100%;
}
.wrapper .main_container .top_navbar{
    left: 0;
}
.wrapper.active .sidebar__inner{
    left: 0;
}
.wrapper .sidebar__inner .close {
   display: block;    
}
.wrapper.active .sidebar .bg_shadow{
    visibility: visible;
    opacity: 0.7;
}
.wrapper .main_container .top_navbar .menu{
   display: none;
}

#side_logo_normal {
	display: none;
}

#top_logo_mobile,
.wrapper .main_container .top_navbar .hamburger {
	display: inline-block;
	float: left;
}

#top_logo_mobile img {
	width: 79px;
	min-width: 79px;
}

.wrapper .main_container .top_navbar .hamburger {
	margin-top: 10px;
	margin-right: 10px;
}

#top_user {
	width: 100%;
}
#conteudo {
	background: #FFFFFF;
	margin: 0px 10px;
	margin-top: 80px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;	
}

#footer {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.item_footer {
	text-align: center;
	font-size: 14px;
}

.item_footer a {
	display: block;
}

.item_footer a > i {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.item_footer a:hover {
	text-decoration: none;
}

#login_conteudo {
	background: #FFFFFF;
	margin: 5px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;	
}

.home_titulo {
	border-bottom: 3px solid #FFD613;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.home_titulo h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #222222;
	padding: 15px 20px;
	display: inline-block;
	color: #FFD613; 
	line-height: normal;
}

#identif_container {
	width: 300px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.identif_field {
	
}

.identif_field label {
	font-size: 16px; 
}

.identif_field .add-on {
	font-size: 18px;
	height: 42px;
	box-sizing: border-box;
	width: 40px;
	line-height: 32px;
	
}

.identif_field input {
	margin: 0px;	
}

.identif_field input[type="text"],
.identif_field input[type="password"] {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 10px;	
    height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 220px;    
}

.identif_field input[type="checkbox"] {
	margin-right: 5px;
}

.identif_link {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 5px;
}

.identif_buttons {
	margin-top: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
	margin-bottom: -10px;
}

.identif_buttons .btn_site {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.btn_site {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	color: #212121; 
	background: #FFD613;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	box-sizing: border-box;
	transition: all 0.4s ease;
}

.btn_site i {
	margin-left: 8px;
}

.btn_site:hover,
.btn_site:focus {
	background: #222222;
	color: #FFD613;
	transition: all 0.4s ease;
}

.btn_site.gray {
	background: #CCCCCC;
}

.btn_site.gray:hover,
.btn_site.gray:focus {
	background: #222222;
	color: #FFD613;
}

a {
	transition: all 0.4s ease;
	color: #007FEF;
}

a:hover,
a:focus {
	color: #333333;
	transition: all 0.4s ease;
}

#criar_cpf_container {
	width: 300px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

#criar_cpf_container input {
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;	
}

.criar_h4 {
	font-size: 30px; 
	margin-bottom: 20px;
}

.criar_info {
	color: #AAAAAA;
}

#criar_cad_container{
	width: 300px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
}

#criar_form_left {
	width: 100%; 
	margin-bottom: 20px;
}

#criar_form_right {
	width: 100%;
}

#criar_form_container .identif_field {
	margin-bottom: 0px;
}

.identif_field_agree {
	font-size: 16px;
	line-height: 150%;
}

.identif_field_agree input {
	margin: 0px;
	margin-right: 5px;
	
}

#criar_form_container input[type="text"],
#criar_form_container input[type="password"] {
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;	
}

.criar_agree_container {
	clear: both;
	overflow: hidden;
	font-size: 16px;
	line-height: 150%;
}

.criar_agree_container input {
	margin: 0px;
	margin-right: 5px;	
}

.identif_buttons a {
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;	
}

.identif_buttons img {
	height: 60px;
}

.identif_buttons img {
	height: 60px;
	margin-bottom: 10px;
}

.tooltip{
   font-size: 14px;
}

.fPassForca {
	
}


.fPassForca .label {
	margin-bottom: 10px;
}

.fPassForca span {
	font-size: 14px;
	font-weight: normal;	
}

.popover {
    max-width:230px;
}

.show_sucesso {
	text-align: center;
	font-size: 16px;
}

.show_sucesso > i {
	font-size: 100px;
	color: #FFD613;
}

.show_sucesso h4 {
	margin: 10px 0px;
	font-size: 24px;
}

.show_sucesso ul {
	text-align: left;
}

.login_ativa {
	text-align: center;
	width: 300px;
	margin: 0 auto; 
}

.login_ativa .alert {
	font-size: 16px;
}

.login_ativa h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.identif_agree_post .identif_field_agree {
	padding: 0px;
	padding-bottom: 20px;
}

.siderbar_menu {
	
}

.menu_divisor {
	border: none;
	padding: 0px;
	margin: 0px;	
	border-bottom: 2px solid #181D27;
}

.menu_itens {
	padding: 20px;
	padding-top: 0px;
}

.menu_btn_select {
	margin-top: 20px;
}

.menu_btn_select a {
	display: block;
	color: #C7D5DC;
	font-size: 14px;
	font-weight: bold;
}

.menu_btn_select a:hover,
.menu_btn_select a:focus {
	color: #F9C001;
	text-decoration: none;
}

.menu_btn_select > a > i.icone {
	margin-right: 10px;
}

.menu_btn_select > a > i.arrow {
	float: right;
	padding-top: 3px;
}

.menu_btn_select .dropdown-menu li > a {
  	color: #1F1F1F;
  	font-size: 14px;
  	padding: 5px 10px;
}

.menu_btn_select .dropdown-menu li > a:hover,
.menu_btn_select .dropdown-menu li > a:focus {
    background-color: #E2EBEF;
    background-image: none;
    filter:none;
    color: #1F1F1F;
}

.menu_itens {
	
}

.menu_itens li {
	margin-bottom: 5px;
}

.menu_itens li a {
	font-size: 15px;
	color: #C7D5DC;
	font-weight: bold;
	display: block;
}

.menu_itens li a:hover,
.menu_itens li a:focus,
.menu_itens li.active a{
	color: #F9C001;
	text-decoration: none;
}

.menu_itens li.disabled {
	font-size: 12px;
	color: #7E889D;
	font-weight: bold;
	margin-top: 20px;
}

.menu_itens > li > a > i.icone {
	margin-right: 10px;
	width: 15px;
}

.user_right {
	float: right;
	padding-top: 4px;
	margin-right: 0px;
}

.user_img {
	float: left;
}

.user_img img {
	width: 40px;
	border-radius: 50%;
	border: 1px solid #526183;
	margin-right: 10px;
}

.user_info {
	float: right;
}

.user_info p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
}

.user_menu a {
	color: #FFD613;
	font-size: 18px;
}

.user_menu a:hover,
.user_menu a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

.user_menu a > span {
	margin-right: 10px;
}

.user_menu .dropdown-menu li > a {
  	color: #1F1F1F;
  	font-size: 16px;
  	padding: 5px 10px;
}

.user_menu .dropdown-menu li > a:hover,
.user_menu .dropdown-menu li > a:focus {
    background-color: #E2EBEF;
    background-image: none;
    filter:none;
    color: #1F1F1F;
}

.user_menu .dropdown-menu li.disabled > a,
.user_menu .dropdown-menu li.disabled > a:hover,
.user_menu .dropdown-menu li.disabled > a:focus {
	color: #999999;
	background: none;
	cursor: default;
}

.user_menu .dropdown-menu li.sair > a {
	color: #E60014;	
}

.user_menu .dropdown-menu li > a > i {
	width: 15px;
	margin-right: 10px;
}

.single_cab {
	margin-bottom: -80px;
	padding: 5px 0px;
}

.single_cab_container {
	margin: 0 auto;	
	padding: 10px;
	clear: both;
	overflow: hidden;	
}

.single_cab_container h1 {
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	line-height: normal;
	float: left;
}

.single_cab_container p {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	line-height: normal;	
}

.carrinho_container {
	float: right;
	margin-top: -1px;
	margin-right: -5px;
}

.carrinho_container a {
	display: inline-block;
	border: 1px solid #181D27;
	padding: 5px;
	border-radius: 5px;
}

.carrinho_container a:hover,
.carrinho_container a:focus {
	border: 1px solid #FFFFFF;
}

.carrinho_container a i {
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	margin-right: 15px;
	margin-top: 10px;
}

.carrinho_right {
	float: left;
	border-left: 1px solid #FFFFFF;
	padding-left: 15px;
}

.carrinho_container a .carrinho_tit {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.carrinho_container a .carrinho_subtit {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
}

#carrinho_qtde {
	font-size: 18px;
	font-weight: bold;
	color: #FFD613;
}

.menu_top {
	padding: 20px 15px;
	margin-bottom: 10px;
}

.menu_icon {
	float: left;
	margin-right: 10px;
}

.menu_icon i {
	box-sizing: border-box;
	font-size: 30px;
	color: #FFFFFF;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background: #181D27;
	text-align: center;
	padding-top: 8px;	 
}

.menu_info {
	display: table-cell;
	padding-top: 5px;
}

.menu_info h4 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

.menu_info p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 18px;
	color: #FFD613;
}

.aba_nav {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.aba_nav > li {
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;	
	margin-bottom: 11px;
}

.aba_nav > li > a {
	font-size: 18px;
	color: #888888;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 10px;
	transition: all 0.4s ease;
		
}

.aba_nav > li.active > a,
.aba_nav > li > a:hover,
.aba_nav > li > a:focus {
	text-decoration: none;
	color: #000000;
	border-bottom: 2px solid #000000;
	transition: all 0.4s ease;
}

.exc_videos_container {
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 35px;
}

.exc_videos_container.semborda {
	border-bottom: none;
}

.excVideosTit {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.excVideosTit i {
	margin-right: 10px;
}

.excVideosUl {
	margin-top: 20px;
	text-align: center;
}

.excVideosUl li {
	vertical-align: top;
	display: inline-block;
	width: 310px;
	margin: 0px 5px;
	margin-bottom: 25px;
	text-align: left;	
}

.excVideosUl li > a {
	display: block;
	position: relative;
}

.excVideosUl li > a .pub_zoom {
	width: 310px;
	height: 174px;
	border-radius: 10px;
	overflow: hidden;
}

.excVideosUl li > a .pub_zoom img {
	transition: all 0.4s ease;
}

.excVideosUl li > a:hover .pub_zoom img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.excVideosUl li > a .pub_zoom > span {
	position: absolute;
	background: #D11919;
	color: #FFFFFF;
	padding: 5px;	
	top: 8px;
	right: 8px; 
	border-radius: 10px;
}

.excVideosUl li > a h4 {
	padding: 0px;
	margin: 5px 0px;
	color: #000000;
	font-size: 15px;
	line-height: 22px;	
	transition: all 0.4s ease;
}

.excVideosUl li > a:hover h4 {
	color: #007FEF;
	transition: all 0.4s ease;
}

.excVideosUl li > a p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;	
}

.excVideosUl li > a span {
	color: #545454;
	font-size: 14px;
	font-weight: bold;
}

.btnExcCenter {
	text-align: center;
	margin-bottom: 40px;
}

.btnExcCarregarMais {
	background-image: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 15px 20px;
	text-shadow: none;
	filter: none;
	box-shadow: none;
	border: none;
	border-radius: 8px;
	font-weight: bold;	
	background: #007FEF;
	transition: all 0.4s ease;
}

.btnExcCarregarMais i {
	margin-right: 10px;
	font-size: 16px;
}

.btnExcCarregarMais:hover,
.btnExcCarregarMais:focus {
	background: #333333;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.excDivControle div:last-child {
	border-bottom: none;
}

.excVideoContainer {
	margin: 20px 0px;
}

.excVideoLeft {
	width: 320px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.excVideoLeft a {
	display: block;
}

.excVideoLeft img {
	margin-bottom: 10px;
	border-radius: 8px;
}

.excVideoRight {
	
}

.excVideoRight h4 {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-size: 20px;
	line-height: 25px;
}

.excVideoRight h3 {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-size: 30px;
	color: #22808B;
	margin: 10px 0px;
}

.excVideoRight span {
	display: block;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 15px;
}

a {
	color: #2F7FF1;
	transition: color 0.4s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #333333;
	transition: color 0.4s ease;
}

.btnExcAddCart {
	width: 100%;
	display: block;
}

.cart_vazio {
	text-align: center;
	padding: 60px 0px;
}

.cart_vazio h4 {
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 50px;
	line-height: 40px;
	line-height: 100%;
}

.semquebra {
	white-space: nowrap;
}

.cart_cheio .cart_ul:last-child {
	border-bottom: none;
}

.cart_cheio .cart_ul:first-child {
	padding-top: 0px;
}

.cart_ul {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0px;
	padding-bottom: 20px;
}

.cart_ul > li {
	vertical-align: top;
	display: inline-block;
	width: 310px;
}

.cart_left {
	padding-right: 10px;
	margin-bottom: 10px;
}

.cart_img {
	float: left;
	margin-right: 10px;
}

.cart_info {
	display: table-cell;
}

.cart_info p {
	font-size: 16px;
	font-weight: bold;	
	line-height: 130%;
}

.cart_info span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.cart_img img {
	width: 100px;
	border-radius: 8px;
}

.cart_voucher {
	width: 110px !important;
}

.cart_right {
	width: 150px;
}

.cart_right span {
	font-size: 18px;
	margin-right: 15px;
	font-weight: bold;
}

.cart_total {
	padding-right: 27px;
}

.btnFinalizarContainer {
	margin-top: -10px;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.btnFinalizarContainer button {
	display: block;
	width: 100%;
}

.cart_sucesso {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.cart_sucesso > i {
	font-size: 120px;
	color: #419B45;		
	margin-bottom: 10px;
}

.cart_txt {
	color: #666666;
}

.cart_pedido {
	color: #333333 !important;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 18px;
	margin-top: 20px;
}

.cart_realizado {
	margin-bottom: 20px;
}

.cart_validade {
	margin-top: 10px;
}

.tabFormDados {
	display: table;
	width: 100%;
	margin-top: 20px;	
}

.tabFormDados > li {			
	display: table-row;	
}

.tabFormDados > li:nth-child(odd) {
  
}

.tabFormDados > li:hover {
	background: #F5F5F5;
}

.tabFormDados > li > .col1,
.tabFormDados > li > .col3 {
	border-top: 1px solid #DDDDDD;
	
}

.tabFormDados > li > .col1 {
	padding: 5px;
}

.tabFormDados > li > .col2 {
	padding: 5px;
	padding-top: 0px;
}

.tabFormDados > li > .col3 {
	display: table-cell;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.tabFormDados .titulo {
	font-size: 18px;
}

.tabFormDados .titulo i {
	margin-right: 5px;
}

.curric_forma_tr_edit {
	background: #F2F2F2;
}

.formacaoUL {
	padding-bottom: 5px;
}

.formFull,
.perfilInput {
	width: 100%;
	box-sizing: border-box;
	min-height: 30px; 
}

#mostraMensa{
	margin: 0 auto;		
	text-align: center;
	width: 90%;
	clear: both;	
}

.close_mensa {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close_mensa:hover,
.close_mensa:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.mcompras_container {
	
}

.mcompras_grupo {
	border: 1px solid #CCCCCC;
	margin: 20px 0px;
	border-radius: 8px;
}

.mcompras_heading {
	background: #F2F2F2;
	padding: 10px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.mcompras_body {
	padding: 10px;
}

.mcompras_center {
	text-align: center;
	margin-bottom: 10px;
}

.mcompras_heading_ul {
	margin-bottom: 0px;
}

.mcompras_heading_ul li {
	display: block;
	margin-bottom: 10px;
}

.mcompras_heading_ul li:last-child {
	margin-bottom: 0px;
}

.mcompras_heading_ul p {
	margin: 0px;
}

.mcompras_heading_ul span {
	font-weight: bold;
	font-size: 16px;
}

.mcompras_body_ul {
	margin: 0px;
	padding-top: 5px;
}

.mcompras_body_ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.mcompras_body_ul li:last-child {
	margin-bottom: 0px;
}

.mcompras_body_ul img {
	float: left;
	width: 100px;
	margin-right: 10px;
	border-radius: 8px;
}

.mcompras_body_ul p {
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
	
}

.vid_frame_container > p {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.vid_frame_container { 
	width: 100%; 
	min-width: 17.5em; 
	margin:0 auto;
	margin-top: 10px;
}

.vid_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}

.vid_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.vid_frame_box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid_frame_box .MediaPlayerMiniPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.assitir_dados {
	padding-top: 15px;
}

.assitir_dados h4 {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 5px;
}

.assitir_dados span {
	color: #666666;
	font-size: 16px;	
}

.assitir_duvidas {
	margin-top: 20px;
}

.assitir_duvidas p {
	font-size: 18px;
	font-weight: bold;	
}

.assitir_duvidas textarea {
	display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

.exc_frame_container { 	 
	width: 100%; 
	min-width: 17.5em; 
	margin:0 auto;	
}

.exc_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;    
}

.exc_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}

.exc_frame_vidtop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: transparent;
	z-index: 1;	
}

.exc_frame_vidmiddle {
	display: none;
}


.exc_frame_vidbottom {
	position: absolute;
	bottom: 0px;
	left: 150px;
	width: calc(100% - 150px);
	height: 40px;
	background-color: transparent;
	z-index: 1;
}

.exc_frame_vidbottom.grande {	
	background-color: transparent;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.exc_frame_vidbottom.grande a {
	position: absolute;
	bottom: 5px;
	right: 0px;
}

.exc_fixed  {
	position: fixed;
  	top: 0px;
  	right: 0px;
  	min-width: 100%;
  	min-height: 100%;
  	background: gray;
  	z-index: 1000;  	  	
  	padding: 10px;
  	height: 100%;
  	box-sizing: border-box;
}

.exc_relative {
	position: relative;
	top: 0;
  	right: 0;
  	min-width: 100%;
  	min-height: 100%;
  	height: 100%;
}

.exc_relative iframe {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.top_navbar_mobile {
	position:relative !important;
}

.top_container_mobile {
	margin-top: 0px !important;
}

.exc_frame_vidbottom a {
	float: right;	
	background: #000000;
	padding: 5px;
	margin-right: 10px;
	margin-top: 0px;
	font-size: 25px;
	color: #666666;
	border-radius: 5px;
}
.exc_frame_vidbottom a:hover,
.exc_frame_vidbottom a:focus {
	color: #FFFFFF;
}

.paypal_form .control-group {
	margin-bottom: 10px;
}

.cart_pagbank_loading {
	text-align: center;
	margin-top: 20px;
}

.cart_pagbank_loading h4 {
	font-weight: normal;
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 30px;	
}

.exc_comments_container {
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
}

.exc_comments_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.exc_comments_subtit {
	font-size: 14px;
	color: #666666;
}

.exc_comments_form {
	margin-top: 15px;
}

.exc_comments_container textarea {
	display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
    margin-bottom: 5px;
}

.exc_comments_buttons {
	text-align: right;
}

.excCommentsBtn {
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	transition: all 0.4s ease;
}

.excCommentsBtn.gray {
	background: #E9E9ED;
	transition: all 0.4s ease;
}

.excCommentsBtn.gray:hover,
.excCommentsBtn.gray:focus  {
	background: #CCCCCC;
	transition: all 0.4s ease;
	color: #333333;
}

.excCommentsBtn.blue {
	background: #007FEF;
	transition: all 0.4s ease;
	color: #FFFFFF;
}

.excCommentsBtn.blue:hover,
.excCommentsBtn.blue:focus  {
	background: #333333;
	transition: all 0.4s ease;
}

.exc_comments_lista {
	margin-top: 20px;
}

.excCommentsUl {
	
}

.excCommentsUl > li {
	margin-bottom: 15px;
}

.excCommentsUl > li > p {
	color: #666666;
	margin-bottom: 0px;
}

.excCommentsUl > li > p > strong > i {
	margin-right: 5px;
}

.excCommentsUl > li > p > .exc_user {
	color: #333333;
}

.excCommentsUl > li > p > .exc_canal {
	color: #FFA500;
}

#excAlert {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1000; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#excAlert.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}