/*

Custom css fo Fuego On

Cliente: Ecos - Mantecorp;
Data: 24/07/2020;

*/

/* Fonte: */ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open sans', sans-serif;
	color: #575656;
	background-color: #000 !important;
	min-height: 100%;
	background-attachment: fixed;
}

.container_header_mainnav {
	display: block;
}

.container_btn_voltar_em_breve {
	position: absolute;
	top: 60px;
	left: 60px;
	border-radius: 50px;
}

.container_btn_voltar {
	border-radius: 50px;
	align-self: start;
	margin-bottom: 1rem;
	display: flex;
}

.container_btn_voltar:hover {
	background-color: transparent;
}

.scroll_mainnav {
	margin-bottom: 0;
}

.btn_voltar {
	display: flex;
	border-radius: 50px;
	background-color: var(--corBase);
	color: #fff;
	align-items: center;
	padding: 8px;
	font-weight: normal;
	font-size: 0.875rem;
}

.btn_voltar:hover {
	background-color: #525e51;
}

.btn_voltar > i {
	margin: 0 0 1px;
	color: #fff;
}

.btn_voltar_em_breve {
	display: flex;
	border-radius: 50px;
	background-color: var(--corBase);
	align-items: center;
	padding: 2px 10px 2px 4px;
}

.btn_voltar_em_breve > i,
.btn_voltar_em_breve > p {
	margin: 0 0 2px;
	color: #fff;
}

.bg-card-mutant {
	background-color: transparent;
	box-shadow: 0px 4px 19px 0px rgba(19, 18, 18, 0.12);
}

.btn-link,
a {
	font-weight: bold;
	/* text-decoration: underline; */
	color: var(--corBase)
}

.btn-link:hover,a:hover {
	/* background-color: var(--corBaseHover); */
	background-color: #FFF;
	color: #480a49 !important;
	text-decoration: none;
}

.icone_pass {
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translateY(-50%);
	width: 23px;
	cursor: pointer;
}

::selection {
  color: #000;
  background: var(--corBase);
}

.fonte_primeiro_acesso {
	color: #FFF;
	text-align: center;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.text-primary {
	color: var(--corBase) !important
}

.btn-primary {
	background-color: var(--corBase);
	border-color: var(--corBase);
	color: #FFF;	
}

.bg-primary {
	background-color: var(--corBase) !important;
}

.btn-primary:hover {
	background-color: var(--corBaseHover);
	border-color: var(--corBaseHover);	
	color: #FFF !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: #fff;
	color: var(--corTextoBase);
}

.btn-secondary:hover {
	background-color: #ededed;
	border-color: #ededed;	
	box-shadow: 0 0 0 5px #ededed;
	color: var(--corTextoBase);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:active {
	background-color: #CCCCCC;
	border-color: #CCCCCC;	
	box-shadow: 0 0 0 5px #CCCCCC
}

.btn_timeline {
	background-color: #fff;
	color: var(--bds-color-neutral-800);
	border: 2px solid var(--corBase);
}

.btn_timeline:hover {
	background-color: #f5f5f5;
	color: var(--bds-color-neutral-800);
}

.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
}

.seta-voltar {
	display: flex;
	align-self: center;
	font-size: 24px;
	margin: 6px 16px 0 -10px;
	background-color: transparent;
}

.form-control:focus {
	border-color: var(--corBase);
	box-shadow: 0 0 0 0.2rem var(--corBase);
}

.post-timeline {
	border-radius: 1.25rem;
}

.bg-timeline {
	background-color: #f5f5f5;
}

/* ESTILOS DO MODAL DE AJUDA */
.container_modal_help {
	background-color: #FFFFFF;
	border-radius: 10px;
	position: relative;
	padding: 24px;
}

.btn_close_modal {
	position: absolute;
	right: 10px;
	top: 10px;
	pointer-events: all;
    cursor: pointer;
}

.btn_close_modal i {
	font-size: 24px;
	color: var(--corBase);
}

.title_modal_help {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #251C1C;
	padding-bottom: 0;
	margin-bottom: 24px;
}

.text_modal_help {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #251C1C;
	padding-top: 0;
	padding-bottom: 16px;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 0.02em;
}

.text_modal_help a {
	pointer-events: all;
}

.text_modal_help a span {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 150%;
	color: var(--corBase);
}

.btn_modal_whatsapp {
	height: 48px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid var(--corBase);
	border-radius: 100px;
	margin-bottom: 0;
	cursor: pointer;
}

.btn_modal_whatsapp:hover {
	background: #f5f5f5;
	border: 1px solid var(--corBaseHover);
}

.btn_modal_whatsapp:hover div i,
.btn_modal_whatsapp:hover div p {
	color: var(--corBaseHover);
}

.btn_modal_whatsapp div i {
	font-size: 24px;
	color: var(--corBase);
}

.btn_modal_whatsapp div p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: var(--corBase);
	margin-bottom: 0;
	margin-left: 10px;
}

.qrcode_suporte {
	display: flex;
	width: 11.552rem;
	margin: auto;
}

.logo_principal_bu {
	width: 400px;
	margin: 17vh auto 0 auto;
	height: fit-content;
}

@media (min-width: 992px) { 
	.gi-headerDesktop{ border:0px solid #000; width: 100%; text-align: center; padding-top: 24px;}
	.gi-headerDesktop:hover{ background: none;}
	.gi-headerDesktop a:hover{ background: none;}
	.btn-resposta-pesquisa {
		margin-right: 24px !important;		
	}

}

@media (max-width: 992px) {
	.logo_principal_bu {
		width: 350px;
		margin: 17vh auto 10vh auto;
		height: fit-content;
	}

	.container_btn_voltar_em_breve {
		position: absolute;
		top: 24px;
		left: 24px;
		border-radius: 50px;
	}

	.bg-externo {
		background-image: var(--bgExterno) !important;
		background-size: cover;
		background-position: bottom left;
		background-repeat: no-repeat;

	}

	.bg-card-mutant {
		padding: 20px;
		box-shadow: 0px 4px 19px 0px rgba(19, 18, 18, 0.12);
	}

}
.live-grid {
	/* background: var(--bgExterno) !important; */
	background-color: #000 !important;
	display: grid;
	grid-template-columns: auto 1fr 375px; 
	grid-template-rows: auto 1fr auto;
	/* overflow: hidden; */
}
/* .bg-interno {
	background-image: url(../uploads/custom/bg-interno.png);
	background-size: cover;
	background-position: bottom left;
} */

.menu-aberto .main-nav:before {
	background-color: var(--corBase)
}


.logo_principal {
	width: 470px;
	margin: 0 auto 20px auto;
}

.logo_principal_em_breve {
	width: 440px;
	margin: 10vh auto 0 auto;
	height: fit-content;
}

.texto_em_breve {
	font-size: 2.5rem;
	margin-top: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 125.5%;
}


.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: 1px;
	border: none;
	position: relative;
	background-color: #C7C6C6;
	margin-bottom: 2rem;
}

.meia-branca::before {
	content: "";
	height: 1px;
	width: 70%;
	background-color: #C7C6C6;
	position: absolute;
	left: 15%;
	border-radius: 50px;
}

.instrucao_senha {
	margin: 0 0 32px;
	font-size: 0.875rem;
}

.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); */
	background-color: #FFF;
}


.agenda-desc .data-local .sala {
	background-color: var(--corBase);
	/* color: var(--corBase); */
	color: #FFF;
}


.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

}

.icone_bold {
	-webkit-text-stroke: .5px;
	color: #fff !important;
	position: absolute;
	top: 70px;
	right: 8px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 1;
}

.icone_bold_interna {
	-webkit-text-stroke: .5px;
	color: #fff !important;
	position: fixed;
	bottom: 8px;
	right: 8px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 1;
}

.icone_bold_interna i {
	background-color: #11111170;
    border-radius: 17px;
}

.icone_bold:hover {
	background-color: transparent !important;
	z-index: 1;
}

.icone_bold_escuro {
	-webkit-text-stroke: .5px;
	color: var(--corBase) !important;
	position: absolute;
	top: 70px;
	right: 8px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 1;
}

.icone_bold_escuro:hover {
	background-color: transparent !important;
	z-index: 1;
}

.divAjuda {
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.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: 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;
}

.bg-medium {
	background-color: rgba(0,0,0,.1);
}
.live-grid{
	background-color: #fff;
}
.live-grid .conteudo.distribuido {
	background: linear-gradient(0deg, #0B1968 -15.79%, #860A8F 155.13%);
	/* background: #1E2D59 url('../uploads/custom/hypera2023-bg-interno.jpg'); */
	/* background-size: 260vw; */
	background-position: center center;
	/* border-radius: 1rem 0 0 1rem !important; */
}

.logotipo_rodape_homelive {
	width: 130px;
	margin: 30px auto 0px;
}

.logo_hypera_homelive {
	margin: 2vh auto 4vh;
    width: 200px;
}

.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: 420px;
}

.bg-mutante{ 
	/* background: url(< ?=$ConfigImagemInterna;?>) !important; */
	/* background: url("../uploads/custom/botoclinic-bg-liso.jpg") no-repeat center center; */
	background-size: cover;
	background-attachment: fixed;
}

.bg-card-mutant {
	background-color: #F7F7F7;
	box-shadow: 0px 4px 19px 0px rgba(19, 18, 18, 0.12);
}
.text-mutant {
	color: white
}

.home-grid {
	background-image: url(../uploads/custom/hypera2023-bg-interno.jpg);
	background-size: 138% 100%;
	background-position: center right;
	background-attachment: fixed;
}

@media (min-width: 992px) {
	.container_main_logo {
		min-height: 67vh;
	}

	.container_main_logo_embreve {
		min-height: 50vh;
	}

	.card-cadastro {
		width: 55rem;
		padding: 2.2rem 1.4rem;
	}

	.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: #514F4F;
		/* stroke: var(--corBase); */
	}

	.btn-main-nav.active .ico svg {
	stroke: white;

	}

	.btn-main-nav.active {
		background-color: var(--corBase);
		color: white
	}

	.btn-main-nav.active i {
		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);
		margin-top: -135px;
	}




}

.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;
}

.link_agenda_home {
	text-decoration: underline !important;
	color: var(--corBase);
	font-weight: 500 !important;
}

@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:28px;} 
.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: 500px !important;
	}
	/* .modal-dialog .modal-content{padding: 30px !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: #ed1717;
	/* background-color: var(--corBase); */
	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: #ed1717;
	display: inline-block !important;
	border-radius:4px;
	padding:2px 5px;
}

.botao_whatsapp {
	display: block;
	position: fixed;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    width: 60px;
    background: var(--corBase);
    color: inherit;
    border-radius: 100%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background-color .2s linear;
}

.botao_whatsapp_fale .botao_whatsapp_fale {
    animation: joinchat_tootlip 20s linear 5s 1 normal both;
}

.botao_whatsapp_fale {
	display: none;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
    top: 50%;
    right: 50%;
    height: 32px;
    padding: 0 14px;
    border: none;
    border-radius: 16px;
    background: #fff;
    color: rgba(0,0,0,.8);
    line-height: 31px;
    white-space: nowrap;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    pointer-events: none;
	transform: translate(-38%, -50%);
}

.botao_whatsapp_fale:after {
	content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -6px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #fff;	
}

.botao_whatsapp_aberto {
    height: 60px;
    border-radius: 50%;
    background: rgb(0 0 0/0) url(../img/question.svg) 50% no-repeat;
    background-size: 60%;
    overflow: hidden;
}

.botao_whatsapp:hover .botao_whatsapp_fale {
	opacity: 1;
    animation: none;
    transition: opacity ease-in-out 1s;
	display: block;
}

.botao_whatsapp:hover {
	background: var(--corBaseHover);
}

input[type=text].error, input[type=password].error, input[type=date].error, select.error{

    border-color: #ed1717;
	box-shadow: 0 0 0 0.2rem #ed1717;

}

.container_geral_aceite {
	width: 50rem;
}

.user_aceite {
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	margin-bottom: 0;
}

.greeting_aceite {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	margin-bottom: 8px;
}

.card-aceite-termos {
	width: 100%;
	padding: 1.3rem 4rem;
}


.logotipos_rodape {
	width: 73vw;
	/* max-width: 1056px; */
	margin: 0 0 30px;
}

.logotipos_rodape .logotipos_rodape_desktop {
	width: 148px;
	/* min-width: 800px; */
}

.logotipos_rodape .logotipos_rodape_mobile {
	width: 116px;
}

#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: var(--corBase);
	box-shadow: 0 0 0 0.2rem var(--corBase);
}

.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;
}

#credencial-porteiro {
	position: absolute;
	right: 60px;
	bottom: 28vh;
	z-index: 1;
}

.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 { display: none;} */
}
@media (max-width: 896px){
	.mobile-color-primary{color:#0A394E !important;}
}
.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;
	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 {
	/* background-image: url(../uploads/custom/bg-interno.png);
	background-position: center top,  bottom;
	background-repeat: repeat-x,  repeat-y; */
}
.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 (max-width: 992px) {
	.home-grid {
		background-image: url(../uploads/custom/hypera2023-bg-interno.jpg);
		background-size: cover;
		background-position: -470px;
		min-height: 100%;
		background-attachment: fixed;
	}

	.container_geral_aceite {
		width: 90%;
		margin: auto;
	}

	.greeting_aceite {
		text-align: left;
	}
	
	.user_aceite {
		text-align: left;
	}

	.logotipo {
		display: none;
	}
	
	.logotipo_mobile {
		width: 300px;
	}

	.logo_principal_em_breve {
		width: 260px;
		margin: 70px auto 0 auto;
	}

	.texto_em_breve {
		font-size: 1.8rem;
		margin-top: 47px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		line-height: 125.5%;
	}

	.logotipos_rodape {
		width: 100%;
		/* max-width: 410px; */
		margin-bottom: 30px;
	}
	
	.divAjuda {
		position: static;
		transform: none;
		/* margin: 0 auto 8px auto; */
		width: 100%;
	}

	.botao_whatsapp {
		display: block;
	}

	.logo_principal {
		width: 480px;
		margin: 21vh auto 3.5vh auto;
	}

	#credencial-porteiro {
		position: static;
		width: 100%;
		margin: auto;
	}
}

/* @media (1024px <= width <= 1180px) and  (max-height: 820px) and (orientation: landscape) {
	.logotipos_rodape {
		padding-top: 180px;
	}
}

@media (992px <= width <= 1024px) and  (max-height: 820px) and (orientation: landscape) {
	.logotipos_rodape {
		padding-top: 260px;
	}
} */

@media (992px <= width <= 1180px) and (orientation: landscape) {
	body {
		font-family: 'Open sans', sans-serif;
		background: linear-gradient(0deg, #0B1968 -15.79%, #860A8F 155.13%);
		/* background: #000 url(../uploads/custom/hypera2023-bg-interno.jpg) no-repeat; */
		color: #575656;
		min-height: 100%;
		min-width: 100vw;
		background-attachment: fixed;
		background-size: cover;
		background-size: 167vw;
		background-position: right top;
	}

	.container_logotipo_rodape_homelive {
		margin-top: 30px;
	}

	.logo_principal {
		width: 430px;
		margin: 0 auto 50px auto;
	}

	.container_header_mainnav {
		display: flex;
		flex-direction: column;
	}

	.bg-interno {
		background-image: none;
	}

	.logotipos_rodape {
		margin-bottom: 30px;
	}

	.home-grid {
		background: #000 url(../uploads/custom/hypera2023-bg-interno.jpg) no-repeat;
		background-position: top right;
		width: fit-content;
		background-attachment: fixed;
		background-size: 148vw 112%;
	}

	#credencial-porteiro {
		right: 40px;
		bottom: 26vh;
		z-index: 1;
	}

}

@media (600px <= width <= 992px) {
	#credencial-porteiro {
		width: 70%;
		margin: auto;
	}

	.logotipos_rodape_mobile {
		display: none !important;
	}

	.logotipos_rodape_desktop {
		display: block !important;
	}

	.logotipos_rodape {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	.icone_bold {
		-webkit-text-stroke: 0.5px;
		color: #fff !important;
		position: absolute;
		top: 100px;
		right: 8px;
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		z-index: 1;
	}
}

@media (max-width: 992px) and (orientation: landscape) {
	.icone_bold_interna {
		-webkit-text-stroke: 0.5px;
		color: #fff !important;
		position: fixed;
		bottom: 8px;
		right: 8px;
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		z-index: 1;
	}

	.btn-resposta-pesquisa {
		margin-right: 0px !important;		
	}

	.logo_hypera_homelive {
		display: none !important;
		/* margin: 30px auto; */
	}

	.logotipo_rodape_homelive {
		display: flex;
		margin-top: 60px;
		}

	.scroll_mainnav {
		margin-bottom: 24px;
	}
}

@media (max-width: 992px) {
	.botao_whatsapp {
		display: block;
		position: fixed;
		z-index: 2;
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		background: var(--corBase);
		color: inherit;
		border-radius: 100%;
		box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
		cursor: pointer;
		transition: background-color .2s linear;
	}

	.botao_whatsapp_aberto {
		height: 50px;
		border-radius: 50%;
		background: rgb(0 0 0/0) url(../img/question.svg) 50% no-repeat;
		background-size: 60%;
		overflow: hidden;
	}

	.logo_jiam {
		display: block;
		min-width: 300px;
	}

	.element_bg {
		position: absolute;
		left: 50%;
		top: 47%;
		transform: translate(-50%, -50%);
		mix-blend-mode: soft-light;
		width: 55%;
		z-index: -1;
	}

	footer {
		font-family: 'Open sans';
		color: white;
		font-size: 13px;
		text-align: center;
		margin-top: 24px;
		display: flex;
		flex: 1 1 auto;
		align-items: end;
	}

	.logos_patrocinadores {
		width: 68vw;
		display: flex;
		flex: 1 1;
		align-items: center;
		justify-content: center;
		max-width: 900px;
		margin: 0 auto;
	}

	/* .logomarca_rodape {
		display: block;
		width: 125px;
		position: relative;
		margin: 80px auto 0;
	} */
}

@media (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;box-shadow: 0px 4px 19px 0px rgba(19, 18, 18, 0.12);}
	.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;}
}

@media (max-width: 992px) and (max-height: 820px) and (orientation: landscape) {	
	.logotipos_rodape .logotipos_rodape_mobile {
		width: 148px;
		/* min-width: 800px; */
	}

	.live-grid .mob-header {
		margin-bottom: 0px;
		margin-left: 0;
		padding: 30px;
	}

	.home-grid {
		background: linear-gradient(0deg, #0B1968 -15.79%, #860A8F 155.13%);
		/* background-image: url(../uploads/custom/hypera2023-bg-interno.jpg); */
		background-size: cover;
		background-position: center;
		height: fit-content;
	}

	/* .logotipos_rodape .logotipos_rodape_desktop {
		width: 80%; */
		/* min-width: 800px; */
	/* } */

	#credencial-porteiro {
		width: 50%;
		margin: auto;
	}

	.icone_bold {
		-webkit-text-stroke: 0.5px;
		color: #fff !important;
		position: fixed;
		top: 40px;
		right: 8px;
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		z-index: 1;
	}

	.logo_principal {
		width: 350px;
		margin: 19vh auto 6.5vh auto;
	}

	.element_bg {
		position: absolute;
		left: 50%;
		top: 73%;
		transform: translate(-50%, -50%);
		mix-blend-mode: soft-light;
		width: 50%;
		z-index: -1;
	}
}

@media (max-width: 992px) and (orientation: portrait) {
	.element_bg {
		position: absolute;
		left: 50%;
		top: 40%;
		transform: translate(-50%, -50%);
		mix-blend-mode: soft-light;
		width: 70%;
		z-index: -1;
	}
}