/*

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: 'Open sans', sans-serif;
	color: #575656;
	background-color: #E5E5E5
}

.bg-card-mutant {
	background-color: transparent;
}

.btn-link,
a {
	font-weight: bold;
	text-decoration: underline;
	color: var(--corBase)
}

.btn-link:hover,a:hover {
	background-color: var(--corBaseHover);
	color: var(--corTextoBaseHover) !important;
}

::selection {
  color: white;
  background: var(--corBase);
}

.text-primary {
	color: var(--corBase) !important
}


.btn {
	text-transform: lowercase;
}

.btn-primary {
	background-color: var(--corBase);
	border-color: var(--corBase);
	color: #FFFFFF;	
}

.bg-primary {
	background-color: var(--corBase) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #AEADAD;
    border-color: #AEADAD;
}

.modal_loading {
	color: #0C2E65;
	font-size: 60px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1.12em;
	height: 1.12em;
	border-radius: 50%;
	margin: 40px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.85s infinite ease, round 1.85s infinite ease;
	animation: load6 1.85s infinite ease, round 1.85s infinite ease;
}
@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.47em, 0 -0.83em 0 -0.49em, 0 -0.83em 0 -0.52em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.47em, 0 -0.83em 0 -0.49em, 0 -0.83em 0 -0.52em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.47em, -0.256em -0.789em 0 -0.49em, -0.297em -0.775em 0 -0.52em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.47em, -0.671em -0.488em 0 -0.49em, -0.749em -0.34em 0 -0.52em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.47em, -0.775em -0.297em 0 -0.49em, -0.82em -0.09em 0 -0.52em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.2em, 0 -0.83em 0 -0.49em, 0 -0.83em 0 -0.52em;
	}
}
@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.47em, 0 -0.83em 0 -0.49em, 0 -0.83em 0 -0.52em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.47em, 0 -0.83em 0 -0.49em, 0 -0.83em 0 -0.52em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.47em, -0.256em -0.789em 0 -0.49em, -0.297em -0.775em 0 -0.52em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.47em, -0.671em -0.488em 0 -0.49em, -0.749em -0.34em 0 -0.52em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.47em, -0.775em -0.297em 0 -0.49em, -0.82em -0.09em 0 -0.52em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.47em, 0 -0.83em 0 -0.49em, 0 -0.83em 0 -0.52em;
	}
}
	@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	}
	@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.modal_aguarde_container {
	width: 100%;
	height: 100%;
	cursor: not-allowed;
	position: fixed;
	background-color: #00000080;
	z-index: 9999999999;
	display: none;
}

.modal_aguarde {
	width: 385px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 30px 30px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal_aguarde p {
	color: #514F4F;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}

@media (max-width: 992px) {
	.modal_aguarde {
		max-width: 360px;
	}
}

.swal_confirm_button {
	background-color: #0C2E65 !important;
	color: #fff !important;
	width: 100% !important;
	border: 1px solid #0C2E65 !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}

.swal2-actions {
	padding: 0 !important;
}

.swal_warning_icon {
	width: 48px;
	display: block;
}

.title_modal {
	color: var(--Neutral-neutral-900, #282626);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 27px */
	padding: 0 !important;
}

#swal2-content {
	color: var(--Neutral-neutral-800, #514F4F);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	padding: 0 !important;
}

.swal_confirm_button:focus {
	box-shadow: none !important;
}

.swal_popup_confirm {
	max-width: 421px !important;
	border-radius: 20px !important;
}

.swal_confirm_button:hover {
	background-color: var(--bds-color-hover) !important;
}

.btn-primary:hover {
	background-color: #09234d;
	border-color: #09234d;	
	color: #FFFFFF !important;	
	/* box-shadow: 0 0 0 5px var(--corBaseHover) */
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active {
	background-color: var(--corBase);
	border-color: var(--corBase);	
	box-shadow: 0 0 0 5px var(--corBase)
}

.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: var(--corBase)
}

.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
}


.form-control {
	color: #575656
}

.form-control:focus {
	border-color: var(--corBase);
	box-shadow: 0 0 0 0.2rem var(--corBase);
}
@media (min-width: 992px) { 
	.gi-headerDesktop{ border:0px solid #000; width: 100%; text-align: center; padding-top: 15px;}
	.gi-headerDesktop:hover{ background: none;}
	.gi-headerDesktop a:hover{ background: none;}
}
@media (max-width: 992px) { 
	/* .bg-externo {
		background-image: var(--bgExterno) !important;
		background-size: cover;
		background-position: bottom left;
		background-repeat: no-repeat;

	} */
}
.live-grid {
	background: var(--bgExterno) !important;
	display: grid;
	grid-template-columns: auto 1fr 375px; 
	grid-template-rows: auto 1fr auto;
	overflow: hidden;
	height: 100vh;
}
.bg-interno {
	background-image: url(../uploads/custom/bg-interno.png);
	background-size: cover;
	background-position: bottom left;
}

.home-grid {
}

.menu-aberto .main-nav:before {
	background-color: var(--corBase)
}








.gi-header .logotipo {
	width: 10rem;
}

.grid-porteiro .logotipo {
	width: 90%;
	align-self: center;
	margin-top: 10rem;
	margin-bottom: 5rem;
}



.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: #fff;
}

.main-nav {
	background-color: var(--corBase)
}

/*
.conteudo {
	background-color: #E5E5E5;
	border-radius: 1rem 1rem 0 0;
}
*/

.btn-main-nav.active .ico svg {
stroke: var(--corBase);
height: 2rem;
width: 2rem;
}

.menu-aberto .btn-main-nav .ico svg {
	stroke: var(--corBase);
}

.menu-aberto .btn-main-nav.btn-alt .ico svg {
	stroke: white
}

.menu-aberto .btn-main-nav.active .ico {
	background-color: var(--corBase);
	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: var(--corBase)
}


.agenda-desc .data-local .sala {
	background-color: white;
	color: var(--corBase);
}


.card-feed .card-header .btn-title .ico svg {
	stroke: var(--corBase);
}

.card-feed .card-header .btn-title:hover {
	color: var(--corBase)
}


.lista-conteudo .lista-item.active,
.lista-conteudo .lista-item:hover {
	box-shadow: inset 0 0 0 1px var(--corBase);
	transition: .2s ease all;
}


.lista-conteudo .lista-item.active,
.lista-conteudo .lista-item:hover .nome {
	color: var(--corBase)
}


.card-agenda-vivo .ico svg,
.filezinho .ico svg,
.chat-card .detal-header .tools svg {
	fill: transparent;
	stroke-width: 10px;
	stroke: var(--corBase)
}

.chat-card .detal-header .tools:hover {
	background-color: var(--corBase)
}


.chat-card .detal-header .tools:hover svg {
	stroke: white
}

.chat-msgs .msg-d {
	background-color: var(--corBase);
	color: white
}

.escreve-msg form button {
	background-color: var(--corBase);
	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
}

.logo_rodape {
	width: 250px;
	justify-self: center;
	align-self: end;
	margin-bottom: 32px;
}

.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: var(--corBase)

}

@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: var(--corBase)
}

a.filezinho:hover svg {
 stroke: white;
stroke-width: 20px;

}

.timeline-item:before {
	background-color: var(--corBase)
}

.timeline-item:after {
	background-color: var(--corBase)
}

.timeline-item.hora:before {
	background-color: transparent;
	box-shadow: inset 0 0 0 4px var(--corBase)
}

a.timeline-item:hover,
.timeline-item.emlive {
	box-shadow: inset 0 0 0 1px var(--corBase);
	color: inherit;
}

.timeline-item.emlive h3 {
	color: var(--corBase)
}

.timeline-item.emlive:before {
	animation: aovivo 2s ease infinite;
	background-color: var(--corBase)
}

.pergunta-quiz .form-check.resposta:hover {
	box-shadow: inset 0 0 0 2px var(--corBase);
	transition: .2s ease all;
}


.pergunta-quiz .form-check.resposta.selecionada {
	box-shadow: inset 0 0 0 2px var(--corBase);
}

.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;
}

.error {
	color: #fff !important;
}

.bg-medium {
	background-color: rgba(0,0,0,.1);
}
.live-grid{
	background-color: #fff;
}
.live-grid .conteudo.distribuido {
    /* background: url(../uploads/custom/bg-interno.png); */
	background: #FFFFFF !important;
	border-radius: 1rem 0 0 1rem !important;
}
.live-grid .mob-header .back-botao svg {
	fill: white
}
.slick-dots li.slick-active button {
	background-color: var(--corBase);
	border:none;
}

.gi-header .logotipo {
	width: 20rem;
}

.bg-mutante {
	background-image: url(../uploads/custom/bg-interno.png);
	background-size: cover;
	background-position: left center;
}
.bg-card-mutant {
	background-color: #F7F7F7
}
.text-mutant {
	color: white
}
.home-grid {
	background-image: url(../uploads/custom/bg-interno.png);
	background-size: cover;
	background-position: left center;
}
@media (min-width: 992px) { 
	.bg-externo {
		background-image: url(../uploads/custom/bg-externo.jpg);
		background-size: cover;
		background-position: bottom left;
	}

	.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;
	}

	.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: #E5E5E5
	}

	.btn-main-nav .ico {
		background-color: white;
	}

	.btn-main-nav .ico svg {
		stroke: var(--corBase);
	}

	.btn-main-nav.active .ico svg {
	stroke: white;

	}

	.btn-main-nav.active {
		background-color: var(--corBase);
		color: white
	}

	.btn-main-nav.btn-alt.active {
		box-shadow: none;
	}


	.btn-main-nav.active .ico,
	.btn-main-nav:hover .ico {
		background-color: var(--corBase);
		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: white !important;
		box-shadow: none;
	}

	.btn-main-nav.btn-alt.active .ico svg {
		stroke: var(--corBase)
	}

	.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: white;
		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: var(--corBase);
}

@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 {
		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;
 }
}	



.max-1020{max-width: 1020px}

/* .bg-red-home{background-image: url(../uploads/custom/bg-red.jpg);} */

.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:var(--corBase); text-shadow:none;}
	.live-grid .agenda-desc .agenda-title{color:var(--corBase); text-shadow: none}
	.live-grid p.sala{color:var(--corBase);}

		.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:var(--corBase);}
	#page-agenda h5 b{color:var(--corBase);}	

@media (min-width: 576px){

	.modal-dialog {
	    max-width: 900px !important;
	}
	.modal-dialog .modal-content {
		padding: 30px !important;
		max-width: 450px;
	}
}


.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){
	.logo_rodape {
		width: 180px;
		justify-self: center;
		align-self: end;
		margin-bottom: 32px;
	}
	/* .mobile-color-primary{color:#0A394E !important;} */
	/* .logotipo { display: none;} */
}
@media (max-width: 896px){
	.mobile-color-primary{color:#0A394E !important;}
	.logotipo { display: none;}
}
.logoDesktop{ margin: 0 auto !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
}


.grid-porteiro .logotipo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
}

.no-hover:hover{background-color: transparent !important;}

.resultado-pergunta-title-qty-alternativa{
	border:1px solid #1D9796;
	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:#1D9796;
	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 #1D9796;
	color:#1D9796;
	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 #1D9796;
	color:#1D9796;
	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: #1D9796;
	color: #FFF;
}

.resultado-pesquisa-refresh:hover{
	background-color: #1D9796;
	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 #1D9796;
  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: #1D9796;
  background-color:#1D9796;
}

.resposta input[type="radio"]:checked+label:before {
  border:1px solid #FFF !important;
  background-color: #1D9796;
  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)
}
/*Personalizado para Hands On Alektos Ped*/
.grid-porteiro {
	display: grid;
	width: 100%;
	height: 100%;
}
.texto-ajuda a{color: #fff}
.h4 {font-weight: bold;}
.form-control{height: 50px;}
.circulo-verde{background: url(../uploads/custom/circulo-verde.png) no-repeat top center;align-items: center;}
.circulo-verde .logotipo{height: 25vh;}
.em-breve{justify-content: start;}
.mobile{display:  none;}
.desktop{display: inline-block;}
.texto-breve{margin: 10% 0;}
.btn-sair{
    background: #aaa;
    padding: 5px 15px;
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
}
@media only screen and (max-width: 600px) {	
	.mob-header h2{color: #fff;}
	.mob-header .page-back{display: none;}
	/* body {background-image: url(../uploads/custom/bg-interno.png);background-size: cover;background-position: left center;} */
	.detalhe-header-home .logotipo {width: 100%;padding: 30px 100px;}
	.lista-patrocinadores .mb-5{display: none}
	.texto-ajuda{padding: 20px;}
	.bg-card-mutant{padding: 20px;}
	.circulo-verde .logotipo{height: auto; width: 60%;}
	.mobile{display:  inline-block;}
	.desktop{display: none;}
	.circulo-verde{background: none;}
	.texto-ajuda a{display: block;}
	.pat-port {display: none;}
	.pat-port2{display: block !important;margin-bottom: 10%;}
	.arte-porteiro .text-left {text-align: center !important;}
	.texto-ajuda br{display:  none;}
}