/*

Custom css fo Fuego On

Cliente: Ecos - Mantecorp;
Data: 24/07/2020;

*/


/* Fonte: */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	color: #575656;
	background-color: #E5E5E5
}
@media (max-width: 996px){
	body {
		font-family: 'Montserrat', sans-serif;
		color: #575656;
		background-color: #e3e3e3;
	}
}
.bg-card-mutant {
	background-color: transparent;
	color:#2b0042;
}

.btn-link,
a {
	font-weight: bold;
	text-decoration: underline;
	color: #871B54
}

.btn-link:hover,
a:hover {
	background-color: #90b0dc;
	color: white
}

::selection {
  color: white;
  background: #90b0dc;
}

.text-primary {
	color: #90b0dc !important
}


.btn {
	text-transform: lowercase;
}

.btn-primary {
	background-color: #B43E44;
	border-color: #B43E44;
}

.bg-primary {
	background-color: #B43E44 !important;
}

.btn-primary:hover {
	background-color: #7d282c;
	border-color: #7d282c;	
	box-shadow: 0 0 0 5px #7d282c
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active {
	background-color: #7d282c;
	border-color: #7d282c;	
	box-shadow: 0 0 0 5px #7d282c
}

.btn-secondary {
	background-color: #575656;
	border-color: #575656;
}

.btn-secondary:hover {
	background-color: #CCCCCC;
	border-color: #CCCCCC;	
	box-shadow: 0 0 0 5px #CCCCCC
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:active {
	background-color: #CCCCCC;
	border-color: #CCCCCC;	
	box-shadow: 0 0 0 5px #CCCCCC
}

.btn-white {
	background-color: white;
	border-color: white;
	color: #90b0dc
}

.btn-white:hover {
	background-color: white;
	border-color: white;	
	box-shadow: 0 0 0 5px white
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:active {
	background-color: white;
	border-color: white;	
	box-shadow: 0 0 0 5px white
}

.tela-em-breve{
	background-image: url(../uploads/custom/bg-externo.jpg);
	background-size: 100% 100%;
	background-position: bottom left;
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100vh; 
	position: relative; 
	
}
.arte-porteiro{ display: none;}
@media (max-width: 996px){
	.tela-em-breve {
		background-image: url(../uploads/custom/bg-externo.jpg);
	}
	.arte-porteiro{ display: block !important; }
}

.form-control {
	color: #575656
}

.form-control:focus {
	border-color: #90b0dc;
	box-shadow: 0 0 0 0.2rem #90b0dc;
}

.bg-externo {
	background-image: url(../uploads/custom/bg-externo.jpg);
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #dadada
}

.bg-interno {
	background-image: url(../uploads/custom/bg-interno.jpg);
	background-size: 100% 100%;
	background-position: top;
}

.home-grid {
	background-image: url(../uploads/custom/bg-interno.jpg);
	background-size: 100% 100%;
	background-position: top;
}

.menu-aberto .main-nav:before {
	background-color: #90b0dc
}








.gi-header .logotipo {
	width: 10rem;
}

.grid-porteiro .logotipo {
	width: 90%;
	align-self: center;
	margin-top: 10rem;
	margin-bottom: 5rem;
}

@media (max-width: 1200px) and (orientation: landscape) { 
	.grid-porteiro .logotipo {
		margin-top: 2rem !important;
		width: 39% !important;
	}
	.detalhe-header-home .logotipo{
		width: 100% !important;
		margin: 0 auto;
	}
	.header-home {
		width: 40vh !important;
		margin: 0 auto !important;
	}
	.main-nav {
		height: 11.8vw;

	}
	.btn-main-nav .ico {
		height: 7.8vw;
	}
}

.patrocinador-master {
	background-color: white;
	padding: 1rem 1rem 1rem 10vw;
	border-radius: 0 100px 100px 0;
	align-self: flex-start;
	margin-bottom: 5rem;
}

.patrocinador-master img {
	width: 40vw;
}

.lista-patrocinadores.dark-bg {
	display: none;
}

.meia-branca {
	height: 2px;
	border: none;
	position: relative;
}

.meia-branca::before {
	content: "";
	height: 2px;
	width: 70%;
	background-color: white;
	position: absolute;
	left: 15%;
	border-radius: 50px;
}

.ico-red svg {
	fill: #90b0dc;
}

.main-nav {
	background-color: #90b0dc
}

.conteudo {
	/* background-color: #E5E5E5; */
	border-radius: 1rem 1rem 0 0;
}


.btn-main-nav.active .ico svg {
stroke: #90b0dc;
height: 2rem;
width: 2rem;
}

.menu-aberto .btn-main-nav .ico svg {
	stroke: #90b0dc;
}

.menu-aberto .btn-main-nav.btn-alt .ico svg {
	stroke: white
}

.menu-aberto .btn-main-nav.active .ico {
	background-color: #90b0dc;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}
.menu-aberto .btn-main-nav.active .ico svg {
	stroke: white;
}


.card-agenda-detalhada {
	background-color: #90b0dc
}


.agenda-desc .data-local .sala {
	background-color: white;
	color: #90b0dc;
}


.card-feed .card-header .btn-title .ico svg {
	stroke: #90b0dc;
}

.card-feed .card-header .btn-title:hover {
	color: #90b0dc
}


.lista-conteudo .lista-item.active,
.lista-conteudo .lista-item:hover {
	box-shadow: inset 0 0 0 1px #90b0dc;
	transition: .2s ease all;
}


.lista-conteudo .lista-item.active,
.lista-conteudo .lista-item:hover .nome {
	color: #90b0dc
}


.card-agenda-vivo .ico svg,
.filezinho .ico svg,
.chat-card .detal-header .tools svg {
	fill: transparent;
	stroke-width: 10px;
	stroke: #90b0dc
}

.chat-card .detal-header .tools:hover {
	background-color: #90b0dc
}


.chat-card .detal-header .tools:hover svg {
	stroke: white
}

.chat-msgs .msg-d {
	background-color: #90b0dc;
	color: white
}

.escreve-msg form button {
	background-color: #90b0dc;
	color: white

}

.escreve-msg form button svg,
.input-chat .line-form .ico svg {
	fill: transparent;
	stroke-width: 20px;
	stroke: white
}

.escreve-msg form button svg {
	fill: transparent;
	stroke-width: 20px;
	stroke: white
}

.sala-card {
		background-image: url(../uploads/custom/bg-red.jpg);
		background-size: cover;
		background-position: center center;
		border-radius: 1rem
	}

.sala-card .sala-cover .sala-overlay {
	background-color: rgba(245,178,56,.4);
}

.aovivo:before {
	background-color: #90b0dc

}

@keyframes aovivo {
  from {
  	box-shadow: 0 0 0 0 rgba(245,178,56,1)
  }

  50% {
  	box-shadow: 0 0 0 10px rgba(245,178,56,.2)
  }

  to {
  	box-shadow: 0 0 0 10px rgba(245,178,56,0)
  }
}


.badge-primary {
	background-color: #90b0dc
}

a.filezinho:hover svg {
 stroke: white;
stroke-width: 20px;

}

.timeline-item:before {
	background-color: #90b0dc
}

.timeline-item:after {
	background-color: #90b0dc
}

.timeline-item.hora:before {
	background-color: transparent;
	box-shadow: inset 0 0 0 4px #90b0dc
}

a.timeline-item:hover,
.timeline-item.emlive {
	box-shadow: inset 0 0 0 1px #90b0dc;
	color: inherit;
}

.timeline-item.emlive h3 {
	color: #90b0dc
}

.timeline-item.emlive:before {
	animation: aovivo 2s ease infinite;
	background-color: #90b0dc
}

.pergunta-quiz .form-check.resposta:hover {
	box-shadow: inset 0 0 0 2px #90b0dc;
	transition: .2s ease all;
}


.pergunta-quiz .form-check.resposta.selecionada {
	box-shadow: inset 0 0 0 2px #90b0dc;
}

.pergunta-quiz .form-check.resposta.correta {
	color: green;
	font-weight: bold;
}

.pergunta-quiz .form-check.resposta.incorreta label {
	color: gray;
	font-style: italic;
	text-decoration: line-through;
}

.bg-medium {
	background-color: rgba(0,0,0,.1);
}

.live-grid {
		background-image: url(../uploads/custom/bg-interno.jpg);
		/* background: #929292; */
		background-size: 100% 110%;
		background-position: top right;
}


.live-grid .mob-header .back-botao svg {
	fill: white
}



.slick-dots li.slick-active button {
	background-color: #90b0dc;
	border:none;
}

.gi-header .logotipo {
	width: 20rem;
}


.btn-entrar{
	width: 300px;
	background:#B43E44;
	color:#FFF;
}
.btn-entrar:hover{
	background:#7d282c;
	color:#FFF;
}
.box-palestrante{ background:#FFF; padding: 30px; border-radius: 1rem;}
.box-palestrante .title-palestrante{ background:#be187c; border-radius: 3rem; color:#FFF; margin-left: -20px; margin-bottom: 10px;}
.box-palestrante .title-palestrante h2{ margin: 0 !important; padding: 5px 20px; }
@media (max-width: 992px) { 
	.foto-mulher-evento{
		width: 100%; 
	}
	.video-o-evento{ margin-top: -100px;}
}
.video-o-evento{ margin-top: -50px;}
@media (min-width: 992px) { 
	.foto-mulher-evento{
		width: 100%; position: absolute; bottom: -24px;
	}
	.bg-card-mutant {
		/* background-color: #F7F7F7 */
	}
	.bg-externo {
		background: #f25c1d url("../uploads/custom/porteiro.png") no-repeat center center;
		background-size: contain;
	}


	.grid-porteiro .logotipo {
		width: 20vw;
		margin-left: 10vw;
		margin-top: 0;
	}

	.patrocinador-master {
		padding: 1.6rem 1.6rem 1.6rem 10vw;
		align-self: flex-start;
	}

	.patrocinador-master img {
		width: 11vw;
		}

	.bg-mutante {
		background-image: url(../uploads/custom/bg-interno.jpg);
		background-size: cover;
		background-position: left center;
	}

	.text-mutant {
		color: white
	}

	.home-grid {
		background-image: url(../uploads/custom/bg-interno.jpg);
		background-size: 100% 100%;
		background-position: top right;
	}

	.lista-patrocinadores.dark-bg {
		display: block;
	}

	.lista-patrocinadores.light-bg {
		display: none;
	}

	.forca-lbg .lista-patrocinadores.dark-bg {
		display: none;
	}

	.forca-lbg .lista-patrocinadores.light-bg {
		display: block;
	}
	
	.main-nav {
		background-color: transparent;
	}

	.btn-main-nav {
		color: #575656;
		background-color: #a0a0a0
	}

	.btn-main-nav .ico {
		background-color: white;
	}

	.btn-main-nav .ico svg {
		stroke: #90b0dc;
	}

	.btn-main-nav.active .ico svg {
	stroke: #B43E44;

	}

	.btn-main-nav.active {
		background-color: #B43E44;
		color: white;
		border:2px solid #FFF;
	}

	.btn-main-nav.btn-alt.active {
		box-shadow: none;
	}


	.btn-main-nav.active .ico,
	.btn-main-nav:hover .ico {
		background-color: #FFF;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,.3),
											0 0 8px 0 rgba(0,0,0,.2);
	}

	.btn-main-nav.btn-alt.active .ico {
		background-color: #871B54 !important;
		box-shadow: none;
	}

	.btn-main-nav.btn-alt.active .ico svg {
		stroke: #90b0dc
	}

	.conteudo {
		background-color: transparent;
		border-radius: 0;
		margin-top: 0
	}

	.btn-alt .ico svg {
		stroke: white
	}

	.btn-alt:hover {
		box-shadow: none;
	}

	.mob-header h2 {
		color: #17BBDE;
		font-weight: bold;
		text-shadow: 4px 4px 4px rgba(0,0,0,.25)
	}




}

.evento-cartaz,
.evento-cartaz img {
	height: auto;
	position: relative;
}


.evento-cartaz .detalhe-evento,
.evento-cartaz .overlay-evento {
	display: none;
}


.patrocinadores-white .lista-patrocinadores.dark-bg {
	display: block;
}

.patrocinadores-white .lista-patrocinadores.light-bg {
	display: none;
}

.evento-cartaz.inscrever:before {
	background-color: white;
}

.evento-cartaz.inscrito:hover:before, .evento-cartaz.inscrever:hover:before {
	background-color: #90b0dc;
}

@media (min-width: 992px) { 

	.patrocinadores-white .lista-patrocinadores.dark-bg {
		display: block;
	}

	.patrocinadores-white .lista-patrocinadores.light-bg {
		display: none;
	}


	/*tira efeito dos banners do evento*/
	.evento-cartaz img {
    filter: blur(0);
	}

}


/*Somente para este cliente*/



.tag-emb img {
	height: 10vh
}

.main-nav .tag-emb {
	display: none;
}

.count-down-res .tempo b {
	font-size: 2rem;
}

@media (min-width: 992px) { 
	.grid-porteiro .logotipo {
		height: 38vh;
		width: auto;
		align-self: center;
		margin-bottom: 2rem;
		margin-left: 0;
		margin-top: 15vh;
	}

	.main-nav .tag-emb {
		grid-column: span 4;
		margin-left: -1rem;
		width: 200px;
		display: inline-block;
		margin-top: 1rem;
	}

	.main-nav .tag-emb img {
		height: auto;
		width: 100%;
	}

	.nav-slim .main-nav .tag-emb {
		display: none;
	}

	.nav-slim .main-nav:hover .tag-emb {
		display: block;
	}
}

@media (min-width: 992px){
.detalhe-header-home {padding-left:38px;} 
.detalhe-header-home .logotipo {
    max-width: 240px;
 }
	.ajuda-rodape{
		position: absolute;
		bottom: 0;
		left: 20%;
	}
}	



.max-1020{max-width: 1020px}

.bg-red-home{ 
	/* background-image: url(../uploads/custom/bg-red.jpg); */
	background:#B43E44;
}

.fz-30-important{font-size:30px}

.min-h-4rem{min-height:4rem}

.videoContainer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width:100%;
}
.videoContainer iframe {
  position: absolute;
  top: 0; left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}	





	.live-grid .aovivo:before {
	    display:none;
	}
	.live-grid .aovivo {
		background-color:#F0690A;
		color:white;
	    padding-left:1em;
	    display: inline-block
	}

/*	.live-grid .agenda-desc .data-local .data{color:#90b0dc; text-shadow:none;}
	.live-grid .agenda-desc .agenda-title{color:#90b0dc; text-shadow: none}
	.live-grid p.sala{color:#90b0dc;}

		.live-grid .aovivo span{font-size: 15px}
	.live-grid span.small-text{font-size:13px; display: block; text-align: center}

	.live-grid .patrocinador-card{height:100px}
	
	.live-grid .fixa-temp {margin-top:2em;} */

	@media (min-width: 992px) { 
		.live-grid .fixa-temp {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			justify-content:center;
		}
		.live-grid .conteudo.distribuido {
			position: relative;
		}
	}	

	.live-grid .line2class .btn-idioma-secundario{display: none !important}


	#page-agenda .agenda-detalhe .btn-link:hover, .agenda-detalhe a:hover{color:#90b0dc;}
	#page-agenda h5 b{color:#90b0dc;}	

@media (min-width: 576px){

	.modal-dialog {
	    /*max-width: 900px !important*/
	}
}


.small-opacity{font-size: 1px; opacity:0;}

 .alternativa{cursor: pointer; background-color:#FFF; overflow: hidden; padding:0 0 0 4px; border-radius:.25rem; align-items: center; margin-bottom:20px;}
 .alternativa .input-left{float:left; margin-left:0; margin-right:10px; display: block; font-size:20px; color:#FFF; font-family: "AllianzNeoW04"; width: 30px; height: 30px; text-align: center; border-radius: 50%; background-color:#3476BA;}
 .alternativa label{cursor:pointer; margin:0; min-height:49px; padding:14px 0 8px; padding-left:50px; display: block; width: 100%; float:right !important; font-weight: 100;}
 .alternativa input[type=radio]{margin-top:8px; margin-left:4px;}
 .alternativa label:before{margin-left:8px; margin-top:20px; border-color:#CCC;}
 .alternativa label:after{margin-left:8px; margin-top:20px;}
 .alternativa label h6{font-weight: 100;}

 .alternativa.active{background-color:#94647C !important}
 .alternativa.active small{color:#FFF; background-color:#3476BA;}
 .alternativa.active h6{color:#6a5808;}



a.emoji-button{display: none}
  .emoji-icon{height: 40px}





/*Antigo Custom 2*/

::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  opacity: 0.4 !important;

}

::-moz-placeholder {
 /* Firefox 19+ */
  opacity: 0.4 !important;

}

:-ms-input-placeholder {
 /* IE 10+ */
  opacity: 0.4 !important;

}

:-moz-placeholder {
 /* Firefox 18- */
  opacity: 0.4 !important;

}


label.error{
	color: white;
	font-size: .75rem;
	background-color: #190444;
	text-transform: none;
	margin:0 1rem;
	display: block;
	width: calc(100% - 2rem);
	text-align: center;
	border-radius: 0 0 10rem 10rem;
}

.hide-label-error label.error{
	display: none !important
}

.form-check-input.error + label + label + strong{
	font-size:14px;
	margin-top: 10px;
	color:#FFF;
	background-color:#190444;
	display: inline-block !important;
	border-radius:4px;
	padding:2px 5px;
}


input[type=text].error, input[type=password].error, select.error{

    border-color: #190444;
		box-shadow: 0 0 0 0.2rem #190444;

}


#mensagem-chat label.error{
	display: none !important;
}

#mensagem-chat button{
	cursor:pointer;
}



.login-aberto .esconde-login {

	height: 300px;

}


.esconde-login .form-group{
	margin-bottom:24px
}

.esconde-login .form-group.login-text{
	margin-bottom:8px
}

.esconde-login .form-group.text-esqueci-senha{
	margin-bottom:6px
}

.esconde-login input.error{
	border-color: #190444;
	box-shadow: 0 0 0 0.2rem #190444;
}

.esconde-login label.error{
	position: absolute;
	width: 80%;
	font-size:13px;
	color:#FFF;
}

#form-login{
	margin-left:-10px !important;
	margin-right:-10px !important;
}


.header-home .evento-cover-overlay, .header-home .evento-cover{
	background-color:transparent;
}

.pat-port {
    width: 100%;
}

@media (min-width: 996px){

	.arte-porteiro {
	    justify-content: space-between;
	}

	.pat-port {
	    width: auto;
	}	
}

@media (max-width: 996px){
	.mobile-color-primary{color:#0A394E !important;}
}


.logotipo {margin-bottom: 0rem;}

.legenda-porteiro {
	font-weight: bolder
}

.legenda-porteiro h1 {
	font-weight: 600;
	margin-top: 0rem;
	max-width: 800px
}

.texto-legenda-logotipo {
	text-align: center;
	line-height: ;
	max-width: 600px !important
}

@media (max-width: 696px){
	.grid-porteiro .logotipo {
	margin-top: 4rem !important;
	}
} 

.grid-porteiro .logotipo {
    margin-top: 14rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
}



.no-hover:hover{background-color: transparent !important;}

.resultado-pergunta-title-qty-alternativa{
	border:1px solid #F52B7F;
	width:100%;
	display: block;
	border-radius:5px;
	overflow: hidden;
	position: relative;
	font-size:15px;
	height: 22px

}

.resultado-pergunta-title-qty-alternativa .bar-load{
	background-color:#F52B7F;
	display: block;
	height: 100%;
	position: absolute;
	left: 0
}

.resultado-pergunta-title-qty-alternativa .resultado-pergunta-title-number{
	position: absolute;
	left:4px;
} 


.resultado-pergunta-title-qty-alternativa .resultado-pergunta-title-percent-alternativa{
	position: absolute;
	right:4px;
} 
.resultado-pergunta-title-qty-alternativa .resultado-pergunta-title-percent-alternativa::after{content:"%";}
.item-resultado-pergunta .text-alternativa-small{font-size:14px; line-height: 16px}


.resultado-pergunta-title-alternativa-a::before{content:"A) ";}
.resultado-pergunta-title-alternativa-b::before{content:"B) ";}
.resultado-pergunta-title-alternativa-c::before{content:"C) ";}
.resultado-pergunta-title-alternativa-d::before{content:"D) ";}
.resultado-pergunta-title-alternativa-e::before{content:"E) ";}
.resultado-pergunta-title-alternativa-f::before{content:"F) ";}
.resultado-pergunta-title-alternativa-g::before{content:"G) ";}



.align-buttons-result-enquete{margin-top:20px; width: 100%; height:50px; position: relative}

.resultado-pesquisa-close{
	border:none;
	border: 1px solid #F52B7F;
	color:#F52B7F;
	border-radius: 12px;
	display: inline-block;
	padding:2px 8px;
	padding-left:30px;
	background: url("../img/icons/btn-voltar.svg") no-repeat;
	background-size: 30px 20px;
	background-position: 0px 2px;
	position: absolute;
	left:0;

}
.resultado-pesquisa-refresh{
	border:none;
	border: 1px solid #F52B7F;
	color:#F52B7F;
	border-radius: 12px;
	display: inline-block;
	padding:2px 8px;
	padding-left:30px;
	background: url("../img/icons/btn-refresh.svg") no-repeat;
	background-size: 30px 20px;
	background-position: 0px 4px;
	position: absolute;
	right:0;

}

.resultado-pesquisa-close:hover{
	background-color: #F52B7F;
	color: #FFF;
}

.resultado-pesquisa-refresh:hover{
	background-color: #F52B7F;
	color: #FFF;
}


.enq-pergunta {
  line-height: 100%;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.enq-pergunta:before {
  color: #860f4d;
  font-size: 1.5rem;
  display: none;
}

.resposta label {
  font-family: sans-serif;
  line-height: 115%;
  margin-top: .5rem;
  padding: .5rem .25rem;
  font-size: .8rem;
  border:2px solid #CCC;

  display: flex;
}

.resposta:hover {
  background-color: #EEE;
  cursor: pointer;
}

.resposta label:before {
  content: attr(data-resposta);
  width: 1rem;
  height: 1rem;
  font-size: .8rem;
  padding: .6rem;
  border: 1px solid #F52B7F;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  margin-right: .5rem;
  line-height: 100%
}

.resposta label:hover:before {
  /*border:1px solid white !important;*/
}

.resposta input {
  display: none;
}

.resposta label:hover,
.resposta input:hover {
  cursor: pointer;
}

.resposta input[type="radio"]:checked+label {
  color: #FFF;
  border-color: #F52B7F;
  background-color:#F52B7F;
}

.resposta input[type="radio"]:checked+label:before {
  border:1px solid #FFF !important;
  background-color: #F52B7F;
  color: #FFF;
}


.resposta-chart {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(0,0,0,0);
  height: 3rem;
  margin-top: 2rem;
  position: relative;
}

.resposta-chart:before,
.resposta-chart:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 33.33%;
  background-color: rgba(0,0,0,.1);
  z-index: -1
}

.resposta-chart:after {
  top: 66.66%
}

.resposta-chart .bar {
  height: 100%;
  width: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.resposta-chart .bar:before {
  content: attr(data-perc);
  font-size: .8rem;
  text-align: center;
  margin-top: -1.2rem;
}

.resposta-chart .bar > div {
  background-color: #860f4d;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.resposta-chart .bar > div > span {
  background-color: #063443;
  color: #860f4d;
  font-size: .6rem;
  width: .75rem;
  height: .75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1000px
}

.resposta-chart .bar > div:after {
  content: attr(data-dado);
  position: absolute;
  font-size: .8rem;
  text-align: center;
  bottom: -1.2rem;
  width: 100%;
  color: rgba(255,255,255,.5)
}
