/*

Template Name: Fuego On by Mustard.com.br
Theme URI: http://mustard.com.br
Author: Israel Lalli e Cristiano Braga em Mustard.com.br
Author URI:  http://mustard.com.br

-----------------Estrutura-----------------*/
html,body {
	min-height: 100vh
}


html {
  scroll-behavior: smooth;
}

.full {
  min-height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}

h2 {
	font-size: 1.3rem;
}

.btn {
	border-radius: 100rem;
	text-decoration: none;
	padding: .75rem 1.25rem;
}

.input-group-text,
.form-control {
	border-radius: 2rem;
	border: none;
	border:1px solid #CCC;
	padding: 1.5rem 1.25rem;
}

select.form-control {
	padding: inherit;
}

.input-group-text {
	padding:  .5rem 1.25rem
}

.grid-porteiro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.rounded {
	border-radius: 1rem !important
}

.lh-100 {
	line-height: 100%
}

.arte-porteiro {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}


.esconde-login {
	height: 1px;
	overflow: hidden;
	transition: all .5s ease;
}

.login-aberto .esconde-login {
	height: 294px;
	display: block;
	transition: all .5s ease;
	padding: 0 5px;
}

.login-aberto .btn-entrar  {
	opacity: 0;
	transition: all .5s ease;

}

.grid-interna-full {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto 1fr;
	align-items: stretch;

	min-height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}

.grid-interna-full .gi-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.lista-patrocinadores {
	text-align: center;
}
.lista-patrocinadores img {
	height: 3rem;
	margin: 1rem;
}



.btn-bola {
	width: 3rem;
	height: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
}

.ajuda-hover {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}

.avatar_upload {
	border-radius: 1000px;
	object-fit: cover;
}

.card-cartao-visitas {
	border-radius: 1rem;
	border: none;
}

.card-cartao-visitas .card-header {
	background-color: transparent;
	border: none;
}

.contatos-cartao > div {
	display: flex;
	flex-direction: row;
}

.email-cartao {
	word-break: break-all;
}

.dados-pessoais-cartao h3 {
	font-size: 1.25rem;
	font-weight: 900
}

.qr-code-cartao {
	text-align: right;
}



.ico.ico-rem svg {
	width: 1rem;
	height: 1rem;
}

.bola {
	border-radius: 1500px
}

.seleciona-evento {
	width: 100vw;
	overflow-x: scroll;
}

.overflow-evento {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.evento-cartaz {
	width: 75vw;
	height: 60vh;
	margin-left: 5vw;
	position: relative;
	display: block;
	border-radius: 1rem;
	overflow: hidden;
	transition: all .2s ease;
}

.evento-cartaz.inscrito:before,
.evento-cartaz.inscrever:before {
	content: "Me inscrever";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding: .5rem;
}

.evento-cartaz.inscrito:before {
	content: "Inscrito";
	opacity: .5;
	background-color: rgba(0,0,0,.5);

	color: white
}

.evento-cartaz *, 
.evento-cartaz:hover {
	transition: all .2s ease;
}

.evento-cartaz img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: blur(0);
	transition: all .2s ease;
}

.evento-cartaz .overlay-evento {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}

.evento-cartaz .detalhe-evento {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

	background: rgba(0,0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 100%);
}

.evento-cartaz .detalhe-evento h3 {
	font-weight: 900;
	color: white;
	font-size: 1.5rem;
	padding: 5vh;
	margin-bottom: 0;
}

.evento-cartaz .detalhe-evento p {
	padding: 5vh;
	margin: 0;
	line-height: 100%;
	font-weight: bold;
	color: white
}

.evento-cartaz:hover img {
	filter: blur(0);
}

.evento-cartaz:hover  .detalhe-evento h3 {
	transform: translate(0, -10px);
}

.evento-cartaz:hover .overlay-evento {
	opacity: 0
}

.evento-cartaz:hover .detalhe-evento {
	background: rgba(0,0,0,.2);
	background: linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,.2) 20%, rgba(0,0,0,.3) 100%);
	padding-top: 2rem;
}

@media (max-width: 996px){
	.header-home {
		/* background:#FFF; */
	}
}
.header-home {
	position: relative;
	height: 32vh;
	border-radius: 0 0 5vh 5vh;
	overflow: hidden;
}

.header-home .evento-cover-overlay,
.header-home .evento-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;

	background-color: rgba(0,0,0,.5);
}

.nav-header-home {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nav-header-home .evento-back {
	width: 3rem;
	height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: .2s transform ease;;
	margin-top:20px;
}

.nav-header-home .evento-back svg {
	fill: white;
}

.nav-header-home .evento-back:hover {
	transform: translate(-10px,0);
	transition: .2s transform ease;
	background-color: transparent;
}

.detalhe-header-home {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5vh;
	background: rgba(0,0,0,.2);
	background: linear-gradient(180deg, rgba(182, 182, 182, 0) 0%, rgba(197, 197, 197, 0.83) 80%);	
	padding-top: 2rem;
}

.detalhe-header-home .logotipo {
	width: 100%;
}

.detalhe-header-home h1,
.detalhe-header-home h2 {
	font-size: 1.6rem;
	font-weight: 900;
	/*color: white;*/
	max-width: 250px;
}

.main-nav {
	position: fixed;
	bottom: 2vw;
	left: 2vw;
	width: 96vw;
	height: 20.8vw;

	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(5, 16.8vw);
	grid-gap: 2vw;

	padding: 2vw;
	border-radius: 1000px;
	
	z-index: 110;

	transition: .2s all ease;
	transition-timing-function: cubic-bezier(.65,0,0,.81);
}

.main-nav .evento-cover {
	display: none;
}

.main-nav h1 {
	display: none;
}

.menu-aberto .main-nav h1 {
	display: inline-block;
	grid-column: 12 span;
	font-weight: 900;
	color: white;
	font-size: 1.5rem;
}

.btn-main-nav {
	display: block;
	border-radius: 1000px;
	text-decoration: none;
}

.btn-main-nav .ico {
	width: 16.8vw;
	height: 16.8vw;
	border-radius: 1000px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}

.btn-main-nav:active .ico {
	transform: scale(.95);
	box-shadow: inset 3px 3px 0 3px rgba(0,0,0,.2),
							inset 500px 500px 0 0 rgba(0,0,0,.1)
}

.btn-main-nav.active {
	background-color: white;
}

.btn-main-nav.active .ico {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,1)
}

.btn-main-nav .ico svg {
	width: 8vw;
	height: 8vw;

	stroke: rgba(255,255,255,1);
	/* stroke-width: 20px; */
	stroke-style: solid;
	stroke-linecap:round;
	fill: transparent;
}




.btn-main-nav.btn-hide {
	display: none;
}


.btn-main-nav p {
	display: none;
}

.btn-1 {order: 1}
.btn-2 {order: 2}
.btn-3 {order: 3}

.em-live #btn-salas .ico {
	animation: pulsa-shadow 2s ease infinite, pulsa-size 2s ease infinite;
}


@keyframes pulsa-shadow {
  from {
  	box-shadow: 0 0 0 0 rgba(0,0,0,.5),
  							inset 0 0 0 2px rgba(0,0,0,.2)
  }

  50% {
  	box-shadow: 0 0 0 15px rgba(0,0,0,0),
  							inset 0 0 0 2px rgba(0,0,0,.2)
  }

  to {
  	box-shadow: 0 0 0 10px rgba(0,0,0,0),
  							inset 0 0 0 2px rgba(0,0,0,.2)
  }
}

@keyframes pulsa-size {
  from {
  	transform: scale(1.15);
  }

  2% {
  	transform: scale(1);
  }

  to {
  	transform: scale(1);
  }
}


.menu-aberto .main-nav {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	border-radius: 0;
	left: 0;
	bottom: 0;

	transition: .2s all ease;
	transition-timing-function: cubic-bezier(.65,0,0,.81);

	grid-template-columns: repeat(12, 1fr);

	justify-content: flex-start;

	padding: calc(var(--vh, 1vh) * 3);

	background-color: rgb(155, 155, 155);
}

.menu-aberto .main-nav .evento-cover {
	display: block;
	position: fixed;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 200);
	width: 200vw;
	margin-left: -50vw;
	margin-top: calc((var(--vh, 1vh) * 50)*-1);
	z-index: -1;
	opacity: .8;
	filter: blur(20px);
	object-fit: cover;
}

.menu-aberto .main-nav:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(var(--vh, 1vh) * 2);
	width: calc(100vw - (var(--vh, 1vh) * 4));
	height: calc(var(--vh, 1vh) * 20 + (var(--vh, 1vh) * 2));
	z-index: 1;	
	border-radius: 1.5rem 1.5rem 0 0;
}

.menu-aberto .btn-hide {
	display: inline-block;
}

.menu-aberto .btn-main-nav {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-self: flex-start;

	grid-column: 4 span;
	order: 1;
	z-index: 2
}

.menu-aberto .btn-main-nav.active {
	background-color: transparent;
}

.menu-aberto .btn-main-nav.active .ico {
	background-color: white;
}

.menu-aberto .btn-main-nav .ico {
	align-self: center;
	background-color: white;

	height: calc(var(--vh, 1vh) * 10);
	width: calc(var(--vh, 1vh) * 10);
}

.menu-aberto .btn-main-nav p {
	display: inline-block;
	color: white;
	font-weight: normal;
	text-align: center;
	font-size: 74%;

	margin-top: .5rem;

	border: none;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.menu-aberto .menu-toggler {
	grid-row: 1;
	grid-column: 12 span;
	align-self: flex-start;

	background-color: transparent;
}

.menu-aberto .menu-toggler:active,
.menu-aberto .menu-toggler:hover {
	text-decoration: none !important;
}

.menu-aberto .menu-toggler .ico {
	box-shadow: none;
	align-self: flex-start;
	margin-left: -1rem;
	margin-top: -1rem;

	background-color: transparent;
}

.menu-aberto .menu-toggler .ico svg {
	stroke: white !important
}

.menu-toggler .icon.exit {
	display: none;
}
.menu-aberto .menu-toggler .icon {
	display: none;
}
.menu-aberto .menu-toggler .icon.exit {
	display: block;
}


.menu-aberto .menu-toggler p {
	display: none;
}

.menu-aberto .btn-alt {
	grid-column: 3 span;
	grid-row: 6;
	order: 3;
	margin-top: 1rem;
	align-self: flex-end;
	margin-top: 0;
}

.menu-aberto .btn-alt .ico {
	background-color: rgba(0,0,0,.2);
	box-shadow: none;
}



.menu-aberto .btn-alt p {
	margin-bottom: 0;
}

.menu-aberto .btn-1 {order: 0}
.menu-aberto .btn-2 {order: 0}
.menu-aberto .btn-3 {order: 0}




.home-grid.interna {
	padding: 6rem 0 25vw 0;
}

.live-grid .header-home,
.home-grid.interna .header-home {
	display: none;
}


		
.mob-header {
	display: inline-grid;
	grid-template-columns: 3rem 1fr;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: 80px;
	width: 100%;
	position: relative;
	margin-bottom: 1rem;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #E5E5E5
}

.mob-header:after {
	content: "";
	height: 2px;
	width: 60%;
	left: 20%;
	bottom: 0;
	background-color: white;
	position: absolute;
}

.mob-header .back-botao {
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-desc-mob .breadcrumb {
	background-color: transparent;
	border:none;
	padding: 0;
	font-size: .8rem;
}
	
.header-desc-mob .breadcrumb-item.active {
	color: white
}

.mob-header h2 {
	margin: 0;
	font-weight: bold;
}

.card-agenda-detalhada {
	border: 0;
	border-radius: 1rem;
	background-size: cover;
	background-position: center center
}

a.card-agenda-detalhada {
	text-decoration: none;
	transition: .8s all ease;
}

a.card-agenda-detalhada:hover {
	text-decoration: none;
	transform: scale(1.05);
	transition: .1s all ease;
}

.agenda-desc .data-local {
	color: #000;
	font-size: 80%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.agenda-desc .data-local p {
	margin: 0;
}

.agenda-desc .agenda-speaker,
.agenda-desc .data-local .data {
	text-shadow:  2px 2px 2px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	margin-right: .5rem;
}

.agenda-desc .data-local .sala {
	padding: 0 6px;
	font-weight: bold;
	border-radius: 1000px;
}

.agenda-desc .agenda-title {
	color: white;
	text-shadow:  2px 2px 2px rgba(0, 0, 0, 0.5);
	margin: .5rem 0;
}

.agenda-desc .agenda-speaker {
	color: white;
	font-weight: normal;
	font-size: 80%
}

.status-agenda {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.status-agenda p {
	margin-bottom: 0;
	color: white;
	text-shadow:  2px 2px 2px rgba(0, 0, 0, 0.5);
}

.count-down-res {
	width: 100%;
}

.count-down-res .tempo {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2px;
	flex-direction: row;
	font-weight: bold;
}

.count-down-res .tempo > div {
	background-color: rgba(0,0,0,0.2);
	color: white;
	padding: .5rem 1rem;
	text-align: center;
}

.count-down-res .tempo > div:first-child {
	border-radius: 1000px 0 0 1000px
}

.count-down-res .tempo > div:last-child {
	border-radius: 0 1000px 1000px 0
}


.card-feed {
	border-radius: 1rem;
}

.card-feed .card-header {
	border: none;
}

.card-feed .card-header .btn-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

	color: inherit;
	font-weight: normal;
}

.card-feed .card-header .btn-title:hover {
	background-color: transparent;
}

.card-feed .card-header .btn-title p {
	margin-bottom: 0;
	margin-left: 1rem;
	font-size: 90%;
}

.card-feed .card-header .btn-title .ico svg {
	height: 2rem;
	width: 2rem;
	fill: transparent;
	stroke-width: 10px;
}

.feed-item {
}

.feed-item .feed-autor {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.feed-item .feed-autor .nome {
	font-weight: bold;
	margin-right: 1rem;
}

.feed-item .feed-autor .feed-time {
	font-size: 80%
}

.feed-item .feed-autor .avatar img {
	width: 3rem;
	border-radius: 1000px;
	margin-right: 1rem;
}

.feed-item .feed-detalhe {
	margin-top: -1rem;
	margin-left: 4rem;
	margin-bottom: 2rem;
}

.feed-item .feed-detalhe:last-child {
	margin-bottom: 0
}



.lista-conteudo .lista-item {
	display: flex;
	flex-direction: row;
	align-items: center;

	background-color: white;
	border-radius: 1rem;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	transition: .2s ease all;

	margin-bottom: 1rem;
}

.lista-conteudo .lista-item:last-child {
	margin-bottom: 0
}

.detal-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}


.chat-card .lista-conteudo .lista-item .avatar {
	padding: 1rem;
}

.chat-card .avatar img {
	width: 3rem;
	height: 3rem;
	border-radius: 1000px;
}

.chat-card .autor,
.chat-card .msgs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.chat-card .autor .nome {
	font-weight: bold;
}

.chat-card .msgs .resumo-msg,
.chat-card .autor .time {
	font-size: 80%;
	padding-right: 1rem;
}


.chat-card .msgs .resumo-msg {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ajuda-card .lista-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
}

.ajuda-card .lista-item p {
	margin-bottom: 0;
	margin-right: 1rem;
	font-weight: bold;
}



.cont-detalhe {
	display: none;
}

.lista-conteudo-interna .listagem {
	display: none;
}

.lista-conteudo-interna .cont-detalhe {
	display: block;
}


.chat-card .detal-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
}

.chat-card .detal-header .tools {
	display: block;
	width: 3rem;
	height: 3rem;
	border-radius: 1000px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.chat-card .detal-header .tools svg {
	width: 2rem;
	height: 2rem;
}

.chat-card .detal-header .nome {
	font-weight: bold;
}

.chat-card .detal-body {
	padding: 0;
	padding-top: 1rem;
}


.live-chat .chat-card {
	background-color: rgba(0,0,0,.1);
	border-radius: 1rem;
	border: none;
}

.live-chat .card-header {
	border-radius: 1rem 1rem 0 0;
	padding: .5rem;
	text-transform: uppercase;
	border: none;
	color: white;
}

.live-chat .card-body {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	border: none;
}

.live-chat .chat-msgs {
	border-radius: 0;
	border: none;
}

.live-chat .chat-msgs p {
	line-height: 100%
}

.chat-body .header {
	font-size: .65rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: .5rem
}

.live-chat .card-footer {
	padding: 0;
	border: none;
	border-radius: 0 0 1rem 1rem;
	background-color: rgba(0,0,0,.1);
}

.chat-msgs .chat-body .header small {
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: .75rem;
	position: relative;
}

.chat-msgs .chat-body.wait .header small {
	background-image: url('../img/clock.png');
}

.chat-msgs .chat-body.ok .header small {
	background-image: url('../img/doublecheck.png');
}

.chat-msgs p {
 margin: 0
}

.chat-msgs .msg-r,
.chat-msgs .message-author {
	background-color: white;
	margin-bottom: 1rem;
	margin-right: 1rem;
	margin-left: 20%;
	font-size: 80%;
	padding: 1rem;

	border-radius: 1rem 0 1rem 1rem
}

.chat-msgs .msg-d,
.chat-msgs .message-other {
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 20%;
	font-size: 80%;
	padding: 1rem;

	border-radius: 0 1rem 1rem 1rem
}

.chat-msgs .chat-nome {
	color: white;
	padding: 0;
	text-transform: none;
}

.escreve-msg {
	background-color: white;
	border-radius: 1000px;
}

.input-chat .line-form {
	border-radius: 0 0 1rem 1rem
}

.input-chat .line-form.with-emoji {
	flex: 1;
}

.escreve-msg form,
.input-chat .line-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.escreve-msg form button,
.input-chat .line-form button {
	border: none;
	width: 3rem;
	height: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 1000px
}

.input-chat .line-form button {
	margin: .5rem
}

.escreve-msg form .ico,
.input-chat .line-form .ico {
	width: 3rem;
	height: 3rem;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.escreve-msg form .ico svg,
.input-chat .line-form .ico svg {
	width: 2rem;
	height: 2rem;
}

.input-chat .line-form .emoji-wysiwyg-editor {
	flex: 1;
	height: 2rem;
	background-color: rgba(0,0,0,.1);
	font-size: 0.8rem;
	padding: .6rem .6rem;
	border-radius: 10rem;
	line-height: 110%;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.input-chat .line-form #btn-add-emoji i svg {
	stroke: rgba(0,0,0,.6);
}

.emoji-menu > div {
	padding-top: 0 !important;
}

.emoji-menu .group-selector {
	display: none;
}

.input-chat .line-form .emoji-wysiwyg-editor::-webkit-scrollbar {
	display: none;
}


.lista-conteudo-interna .mob-header h2 {
	display: none;
}

.lista-conteudo-interna .detal-header {
	position: fixed;
	top: 0;
	right: 1rem;
	z-index: 101;

	width: calc(100% - 4rem);
	height: 80px;
}

.sala-card {
	display: block;
	text-decoration: none;
	transition: all .2s ease;
}

a.sala-card:hover {
	transform: scale(1.05);
	text-decoration: none;
	color: inherit;
	transition: all .2s ease;
}

.sala-card .sala-cover {
	width: 100%;
	height: 40vh;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

.sala-card .sala-cover .sala-overlay,
.sala-card .sala-cover img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sala-card .sala-cover img {
	object-fit: cover;
}

.sala-card .sala-cover .nome-sala {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-weight: bold;
	color: white
}

.sala-card .sala-cover .aovivo {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}
a.aovivo {
	text-decoration: none;
}

.aovivo {
	background-color: rgba(0,0,0,.4);
	color: white;
	padding: .5em 1em .5em 2.5em;
	border-radius: 1000px;
	position: relative;
	display: block;
}

.aovivo:before {
	content: "";
	position: absolute;
	left: 1em;
	top: calc(50% - .5em);
	width: 1em;
	height: 1em;
	border-radius: 1000px;
	animation: aovivo 2s ease infinite
}

.sala-card .agenda-desc {
	padding: 1rem;
}

.sala-card .agenda-desc .agenda-speaker {
	margin: 0;
}

.card-agenda-vivo {
	position: relative;
	height: 40vh;

	display: flex;
	justify-content: center;
	align-items: center;
}

.card-agenda-vivo img,
.card-agenda-vivo .overlay {
	width: 100%;
	height: 100%;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;

	border-radius: 1rem;
}

.card-agenda-vivo .overlay {
	background-color: rgba(0,0,0,.5);
}

.card-agenda-vivo:hover .overlay {
	background-color: rgba(0,0,0,.6);
}


.card-agenda-vivo .ico {
	z-index: 2;
	background-color: white;
	width: 3rem;
	height: 3rem;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 1000px
}

.card-agenda-vivo:hover .ico {
	transform: scale(1.1);
}

.card-agenda-vivo .ico svg {
	width: 2rem;
	height: 2rem;
}

.filezinho {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: inherit;
	background-color: white;
	padding: .5rem;
	border-radius: 1rem;

	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	width: 200px;
}

.filezinho .ico {
	height: 3rem;

	width: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: .5rem;
}

.filezinho .ico svg {
	height: 2rem;
	width: 2rem;
}

.filezinho p {
	font-size: 80%;
	font-weight: normal;
	margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-scrol-mob {
	overflow-y: auto;
	padding: 0 0 1rem 0;
}

.scroller {
	display: inline-flex;
}

.scroller .filezinho {
	margin-right: 1rem;
}

.palestrante-card {
	width: 163px;
	height: 300px;
	display: inline-flex;
	position: relative;
	/* overflow: hidden; */
	/* border-radius: 1rem; */
	margin: 0 1rem 1rem 0;
	/* box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); */
	transition: .2s all ease;
}
@media (max-width: 600px){
	.palestrante-card {
		height: auto;
		display: inline-block;
	}
	.palestrante-card .overlay, .palestrante-card img {
		width: 100%;
		/* height: 100%; */
		position: relative !important;
		top: 0;
		left: 0;
	}
}
.palestrante-card * {
	transition: .2s all ease;
}

.palestrante-card:hover {
	transform: scale(1.05);
	transition: .2s all ease;
	background-color: transparent;
}


.palestrante-card:hover .overlay,
.palestrante-card:hover .detalhes {
	opacity: 0
}

.palestrante-card .overlay,
.palestrante-card img {
	width: 100%;
	/* height: 100%; */
	position: absolute;
	top: 0;
	left: 0;
}

.palestrante-card img {
	object-fit: cover;
}

.palestrante-card .overlay {
	background-color: rgba(0,0,0,.5);
}

.palestrante-card .detalhes {
	position: absolute;
	width: 100%;
	bottom: -9px;
	left: 0;
	padding: 1rem;
	background: linear-gradient(180deg, rgba(100, 4, 68, 0) 5%, rgb(100, 11, 85) 100%);
}

.palestrante-card .detalhes p {
	font-size: 14px;
	margin: 0;
	line-height: 100%;
	color: white;
	background: rgba(0,0,0,0);
}

.patrocinador-card {
	height: 50px;
	transition: .2s all ease;
	margin: 0 1rem 1rem 0;
	text-decoration: none;
}

a.patrocinador-card:hover {
	background-color: transparent;
	transform: scale(1.05);
	transition: .2s all ease;
	text-decoration: none;
}

.patrocinador-card img {
	height: 100%;
	object-fit: contain;
}

.agenda-timeline a {
	text-decoration: none;
	color: inherit;
}

.agenda-timeline a:hover {
	background-color: transparent;
}

.agenda-timeline h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

.agenda-timeline h5 {
	line-height: 100%;
	margin: .5rem 0;
}

.timeline-item {
	position: relative;
	padding: 1rem 1rem 1rem 2.5rem;

	display: flex;
	text-decoration: none;
	color: inherit;

	border-radius: 1rem;
	margin-bottom: 1rem;
}

a.timeline-item:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,.1);
}

.timeline-item.hora.intervalo:before,
.timeline-item:before {
	content: "";
	position: absolute;
	top: calc(1.5rem);
	left: 1rem;
	width: 15px;
	height: 15px;
	border-radius: 1000px;
}

.timeline-item:after {
	content: "";
	position: absolute;
	top: calc(1.5rem + 15px);
	left: calc(1rem + 7px);
	width: 2px;
	height: calc(100% - 1rem + 2px + 1rem);
}

.timeline-item.hora:before {
	background-color: transparent;
}


.timeline-item.hora.intervalo:before {
	box-shadow: inset 0 0 0 4px #AAAAAA;
}

.timeline-item .agenda-detalhe {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.timeline-item.hora.intervalo {
	border: 1px dashed #cccccc;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
}

.timeline-item.hora.intervalo h5 {
	font-weight: normal;
	opacity: .8;
}

.timeline-item p {
	line-height: 100%;
}

.timeline-item p,
.timeline-item h5  {
	margin-bottom: 0;
}

.timeline-item h5 {
	font-weight: bold
}

.timeline-item .palestrante {
	font-weight: normal;
	font-size: 80%;
	margin-top: .5rem;
}

.gray-scale {
	filter: grayscale(100%);
}

.pergunta-pesquisa .resposta input,
.pergunta-quiz .resposta input {
	display: none;
}

.pergunta-pesquisa .form-check.resposta,
.pergunta-quiz .form-check.resposta {
	padding: 1rem;
	background-color: white;
	margin-bottom: 1rem;
	border-radius: 1rem;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	transition: .2s ease all;
}

.pergunta-pesquisa .form-check.resposta:hover,
.pergunta-quiz .form-check.resposta:hover {
	transform: scale(1.05);
	transition: .2s ease all;
	cursor: pointer;
}

.pergunta-pesquisa .form-check.resposta:last-child,
.pergunta-quiz .form-check.resposta:last-child {
	margin-bottom: 0
}

.pergunta-pesquisa.escala {
	display: flex;
}

.live-grid {
	background-color: green
}

.live-grid .mob-header {
	position: relative;
	background-color: transparent;
	min-height: 50px
}

.live-grid .mob-header:after {
	display: none;
}

.live-grid .conteudo {
	padding: 1rem;
	padding-bottom: 30vw
}

.live-container {
	height: 30vh;
	width: 100%;
}

.live-grid .live-container.text-content {
	height: calc(70vh + 1rem + 50px);
	width: 100%;
}

.colado .live-container {
	position: fixed;
	top: 0;
	left: 0;
	height: 30vh;
	width: 100%;
	z-index: 200
}

.colado .dados-live {
	margin-top: calc(30vh)
}

#liveview,
#liveview iframe {
	height: 100%;
	width: 100%;
}


.scroll-legal::-webkit-scrollbar {
  width: 10px;
}
.scroll-legal::-webkit-scrollbar-track{
  border-radius: 10px;
}
 .scroll-legal::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
  border-radius: 10px;
}
.scroll-legal::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,.3);
}


.modal-cartao .modal-content {
	background-color: transparent;
	border: none;
}

.modal-cartao .modal-content .modal-header {
	background-color: transparent;
	border:none;
}


.modal-cartao .modal-content .close {
	text-shadow: none;
	color: white;
	font-weight: normal;
	opacity: 1;
}

.modal-cartao .modal-content .close:hover {
	opacity: .3;
	color: white;
}

.modal-backdrop.show {
	opacity: .8
}

a.usuario-card {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .5rem;
	max-width: 33%
}

.usuario-card:hover {
	text-decoration: none;
	background-color: transparent;
	color: inherit;
}

.usuario-card img {
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	border-radius: 1000rem;
	margin-bottom: .5rem
}

.usuario-card .detalhes p:first-child {
	white-space: all;
}

.usuario-card p {
	margin: 0;
	line-height: 100%;
	text-align: center;
}



.slick-dots {
	width: 100%;
	padding: 0;

	display: flex;
	flex-direction: row;
	justify-content: center;

	margin-top: 1rem;

}

.slick-dots li {
	list-style: none;
	padding: 0;
}

.slick-dots li button {
	border: none;
	border-radius: 100rem;

	width: 20px;
	height: 20px;
	text-indent: -1000rem;
	cursor: pointer;

	margin: 0 .5rem;

	border: 1px solid rgba(0,0,0,.125);
}

.lnh-100 {
	line-height: 100%
}




 
.enq-pergunta {
  line-height: 100%;
  margin-bottom: 1rem;
  font-weight: bold;
}

.enq-pergunta:before {
  content: attr(data-pergunta) ")";
}

.resposta label {
  font-family: sans-serif;
  line-height: 115%;
  margin-top: .5rem;
  padding: .5rem .25rem;
  font-size: .9rem;


  display: flex;
  border-radius: 1rem;
}

.resposta:hover {
  border-radius: 1rem;
  background-color: rgba(0,0,0,.05);
  cursor: pointer;
}

.resposta label:before {
  content: attr(data-resposta);
  width: 1rem;
  height: 1rem;
  font-size: .8rem;
  padding: .6rem;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  margin-right: .5rem;
  line-height: 100%
}

.respostas.binaria .resposta label:before {
	width: auto;
}

.resposta input {
  display: none;
}

.resposta label:hover,
.resposta input:hover {
  cursor: pointer;
}

.respostas.binaria,
.respostas.escala {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 2rem;
	position: relative;
}

.respostas.binaria {
	justify-content: space-around;
	padding-bottom: 2rem;
}

.respostas.escala:before,
.respostas.escala:after {
	position: absolute;
	bottom: 1rem;
	font-size: .8rem;
}
.respostas.escala:after {
	content: attr(data-max);
	right: 0;
}

.respostas.escala:before {
	content: attr(data-min);
	left: 0;
}

.respostas.binaria .resposta label:before,
.respostas.escala .resposta label:before {
	margin-right: 0
}

.respostas.aberta .resposta label:after,
.respostas.aberta .resposta label:before {
	display: none;
}

.respostas.aberta .resposta textarea {
	font-size: .8rem;
	padding: .5rem;
	border-radius: .4rem;
}

.btn-redondo {
	height: 2rem;
	width: 2rem;
	display: block;
	border-radius: 10000px
}

a.btn-redondo:hover {
	opacity: .8;
}

.btn-redondo .ico {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.btn-redondo .ico svg {
	width: 60%;
	height: 60%;
	stroke-width: 20px;
	stroke: white;
	fill: transparent;
	background-color: transparent;
}

label.cabinet{
    display: block;
    cursor: pointer;
}

label.cabinet input.file{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
    width: 350px;
    height: 350px;
  padding-bottom:25px;
}
figure figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}


.chat-vimeo {
	min-height: 500px;
	max-height: 50vh;
	height: 500px;
}

.chat-vimeo iframe {
	width: 100%;
	height: 100%;
}