@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');




@font-face {
    font-family: 'Apis';
    src: url('Apis-Bold.woff2') format('woff2'),
        url('Apis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apis';
    src: url('Apis-ExtraBold.woff2') format('woff2'),
        url('Apis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apis';
    src: url('Apis-Black.woff2') format('woff2'),
        url('Apis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apis';
    src: url('Apis-Light.woff2') format('woff2'),
        url('Apis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apis';
    src: url('Apis-Regular.woff2') format('woff2'),
        url('Apis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apis';
    src: url('Apis-Medium.woff2') format('woff2'),
        url('Apis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/*   General    */




body{
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	min-height: 100vh;
}

p{
	font-family: 'Apis';
	color: #3e3e3e;
	font-weight: 300;
}

.aligncenter{
	text-align: center !important;
}

.align-left{
	text-align: left !important;
}

.align-right{
	text-align: right!important;
}

.displayblock{
	display: block!important;
}

.hidden{
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	text-indent: -9999px;	
}

.pointer{
	cursor: pointer;
}


.mobile-show{
	display: none;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {  
  height: auto;
}


@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
.video{
	width: 100%;
	height: auto;
}


.video iframe{
	width: 100%;
	border: none;
	outline: none;
}




/*   termos e politicas    */


body.termos-politicas {
	background: transparent;
	color: #ffffff;
 font-family: 'Apis';
	    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
	
}



body.termos-politicas::-webkit-scrollbar {
	width: 6px;
	right: 10px;
	position: absolute;
}

body.termos-politicas::-webkit-scrollbar-track {
  background: transparent; 
}

body.termos-politicas::-webkit-scrollbar-thumb {
 	background: #ffffff;
	border-radius: 5px;
}

body.termos-politicas::-webkit-scrollbar-thumb:hover {
  background: #ffffff; 
}


body.termos-politicas p, body.termos-politicas li {
	color: #ffffff;
}


body.termos-politicas h1, body.termos-politicas h2, body.termos-politicas h3, body.termos-politicas h4, body.termos-politicas h5, body.termos-politicas h6 {
	color: #ffffff;
}

body.termos-politicas table{
	border: #ffffff;
}


/*   Index    */


body.index{
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	background: url("../img/index_bg.jpg") center center no-repeat;
	background-size: cover;
	background-color: #ffffff;
}



body.tampao{
	background: url("../img/bg-tampao.jpg") center center no-repeat !important;
	background-size: cover !important;
}

body.sorteio{
	background: #ffffff !important;
	    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: center;
        font-family: 'Apis';
}
body.sorteio .botao{
	width: auto;
    height: auto;
    padding: 15px 40px;
    margin: 10px;
    color: #ffffff !important;
    font-family: 'Apis';
    text-transform: uppercase;
    text-align: center;
    background: #f47920;
    background-size: 1.4vw;
    cursor: pointer;
    border-radius: 7px;
    min-width: 150px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border: none;
}


body.sorteio .botao:hover{
	text-decoration: none;
	 background: #6b489d;
}


body.index .index-content{
	height: auto;
	
}


body.index h1{
	width: 100%;
	height: 38vh;
	margin: 8vh 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/index-selo.png") center center no-repeat;
	background-size: contain;
    
}


body.index .box-intro{
	width: 80%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}



body.index .box-intro .data{
	border-right: 1px solid #6b489d;
}

body.index .box-intro h2.dia{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 1vw 0 0;
	font-family: 'Apis';
	font-weight: 900;
	font-size: 6vw;
	line-height: 5.6vw;
	color: #f37920;
	text-align: right;
}
body.index .box-intro h5.mes{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 1vw 0 0;
	font-family: 'Apis';
	font-weight: 900;
	font-size: 1vw;
	line-height: 0.7vw;
	color: #f37920;
	text-align: right;
}
body.index .box-intro h5.hora{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 1vw 0 0;
	font-family: 'Apis';
	font-weight: 900;
	font-size: 2.4vw;
	line-height: 2.5vw;
	color: #f37920;
	text-align: right;
}



body.tampao .box-intro h3{
	text-align: left !important;
	margin: 0 0 0 1vw !important;
}


body.index .box-intro h3{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 1vh 0;
	font-family: 'Apis';
	font-weight: 900;
	font-size: 2.4vw;
	line-height: 2.5vw;
	color: #6b489d;
	text-align: center;
}


body.index .box-intro h4{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 2vh 0;
	font-family: 'Apis';
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.9vw;
	color: #001965;
	text-align: center;
}




body.index .box-intro input{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.7vw 0;
	border: none;
	color: #ffffff;
	font-family: 'Apis';
	font-weight: 700;
	font-size: 1.2vw;
	line-height: 1.2vw;
	text-align: center;
	border-radius: 7px;
	background: #001965;
}


body.index .box-intro input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

body.index .box-intro input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

body.index .box-intro input::placeholder {
  color: #ffffff;
}




body.index input.form-check-inline{
	width: 1.2vw;
	height: 1.2vw;
	-webkit-appearance: none;
	padding:0;
	margin: 0.3vw 0.4vw 0 0;
	border-radius: 0px;
	border: none;
	float: left;
	background: #f47920;
	box-shadow: none;
	display: flex;
    justify-content: center;
    align-items: center;
}




body.index input.form-check-inline:focus{
	outline: none;
}


body.index input.form-check-inline:checked:after{
	content: '✓';
	font-size: 1.2vw;
	position: relative;

	color: #ffffff; 
}



body.index label{
	width: calc(100% - 1.6vw);
	font-family: 'Apis';
    font-size: 0.9vw;
    line-height: 1.2vw;
    font-weight: 400;
    color: #6b489d;
    padding: 0;
    margin:0;
    display: inline-block;
    position: relative;
}

body.index label a{
	color: #6b489d;
	cursor: pointer;
	text-decoration: underline;
}

body.index label a:hover{
	color: #6b489d;
}







body.index .box-intro .bt-acessar{
}



/*   Social Media   */


.facebook{
	width: 3vh;
	height: 3vh;
	margin: 3vh 10px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/facebook.png") center center no-repeat;
	background-size: contain;
}


.instagram{
	width: 3vh;
	height: 3vh;
	margin: 3vh 10px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/instagram.png") center center no-repeat;
	background-size: contain;
}


.youtube{
	width: 3vh;
	height: 3vh;
	margin: 3vh 10px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/youtube.png") center center no-repeat;
	background-size: contain;
}


.twitter{
	width: 3vh;
	height: 3vh;
	margin: 3vh 10px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/twitter.png") center center no-repeat;
	background-size: contain;
}


/*   Footer GEral   */


.footer{
 	padding: 3vh 0;
}
.footer p{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'Apis';
	font-weight: 400;
	font-size: 0.7vw;
	line-height: 1.1vw;
	color: #6b489d;
	text-align: center;
	text-transform: uppercase;
}
.footer p a{
	cursor: pointer;
	padding: 0 10px;
}






/* Plenaria */




body.internas{
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	background: url("../img/index_bg.jpg") center center no-repeat;
	background-size: 130%;
	background-color: #ffffff;
}




body.internas h1{
	width: 100%;
	height: 140px;
	margin: 1vh 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/index-selo.png") left center no-repeat;
	background-size: contain;
    
}


body.internas .idiomas{
	margin: 1vh 0;
}


body.internas .box-interacoes{
	width: 100%;
	height: auto;
	padding: 5px 0;
	margin: 5px 0 0 0;
	background: url("../img/player_box-interacoes.png") center center no-repeat;
	background-size: cover;
    display: flex;
    justify-content: space-between;
}





body.internas .box-interacoes .box-emojis{
	width: 345px;
    height: 80px;
    padding: 10px;
    margin: 0;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}




body.internas .box-interacoes .box-emojis img{
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0 6px 0 0;
	display: inline-block;
	cursor: pointer;
}

body.internas .box-interacoes .box-emojis img:last-child{
	margin: 0;
}


.reactions{
	width: 100%;
	z-index: 100;
	overflow: hidden
}

.reactions img{
	position: absolute;
	right: 5%;
	bottom: -50px;
}



body.internas .box-acoes-plenaria{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 2vh 0;
}



body.internas .box-acoes-plenaria a{
	width: auto;
    height: auto;
    padding: 0.1vw 1vw;
    margin: 0 1px;
    font-family: 'Apis';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
	background: #ffffff;
	cursor: pointer;
	border-radius: 7px;
	white-space: nowrap;
}

body.internas .box-acoes-plenaria a:hover{
    color: #ffffff;
	text-decoration: none;
	background: #f37920;
}






body.internas .chat{
	width: 100%;
	margin: 0;
	padding: 0px;

	border: 1px solid #6b489d;;
	opacity: 1;

	
	display: flex;
    flex-direction: column;

	
	height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    pointer-events: all;
	
}

body.internas .chat .box{
	
	width: 100%;
	margin: 0;
	padding: 5px;
	background: #ffffff;
	
	display: flex;
    flex-direction: column-reverse;
    overflow-y: overlay;

    margin-top: auto;
    overscroll-behavior: contain;

    box-sizing: inherit;
}


body.internas .chat .box-mensagens{
	width: 100%;

	margin: 0;
	padding: 0;
	overflow-y:scroll;
	background: transparent;
}




body.internas .chat .box-mensagens::-webkit-scrollbar {
	width: 10px;
}

body.internas .chat .box-mensagens::-webkit-scrollbar-track {
  background: #F1F1F1; 
}

body.internas .chat .box-mensagens::-webkit-scrollbar-thumb {
 	background: #CDCDCD;

}

body.internas .chat .box-mensagens::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}




body.internas .chat .box-mensagens .postadas{
	width: 96%;
	height: auto;
	padding: 10px 10px 0;
	border: none;
	margin: 0;
	background: #ffffff;
}

body.internas .chat .box-mensagens .postadas p span{
	color: #f37920;
	font-family: 'Apis';
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	line-height: 20px;
	display: inline-block;
	padding: 0;
	margin: 0;
}

body.internas .chat .box-mensagens .postadas p{
	padding: 0;
	margin: 0 0 10px 0;
	color: #636363;
	font-family: 'Apis';
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 20px;
	display: inline-block;
}

body.internas .chat .box-mensagens .postadas p img{
	max-width: 100%;
	height: auto;
}



body.internas .chat .box-header{
	overscroll-behavior: contain;
	padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
	margin: 0;
    box-sizing: inherit;
	border-bottom: 1px solid #6b489d;
}

body.internas .chat .box-header h4{
	margin: 0;
	padding: 5px;
	font-family: 'Apis';
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    color: #6b489d;
	text-transform: none;
	text-align: left;
}



body.internas .chat .box-footer{
	overscroll-behavior: contain;
	padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
	margin: 10px 0 0 0;
    box-sizing: inherit;
}

body.internas .chat .box-footer .fundo-branco{

	margin: 0 0 10px 0;
}

body.internas .chat .box-footer .fundo-branco h6{
	padding: 10px;
	margin: 0;
	color: #ffffff;
	font-family: 'Apis';
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	line-height: 10px;
	display: inline-block;
	float: left;
	letter-spacing: 3px;
}

body.internas .chat form{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}



body.internas .chat input{
	width: calc(100% - 20px);
	height: auto;
	padding: 10px 0;
	margin: 0 10px;
	color: #6b489d;
	border:none;
	background: #ffffff;
	font-family: 'Apis';
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	display: inline-block;
	font-weight: 400;
	border-bottom: 1px solid #6b489d;
	
}

body.internas .chat input:focus{
	outline: none;
}
body.internas .chat input::-webkit-input-placeholder { /* Edge */
  color: #6b489d;
}

body.internas .chat input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6b489d;
}

body.internas .chat input::placeholder {
 color: #6b489d;
}

body.internas .chat .box-emojis-botao{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
}

body.internas .chat .box-emojis{
	width: 85%;
    height: auto;
    margin: 5px 0;
    padding: 0;
    display: flex;
	justify-content: space-around;
}

body.internas .chat .box-emojis img{
	width: 14%;
	height: auto;
	border: none;
	cursor: pointer;
	display: flex;
	margin: 0;
	padding: 0;
	object-fit: contain;
	object-position: center;
}



body.internas .chat .botao{
	width: 20%;
	height: auto;
	margin: 0;
	padding: 15px 0;
	background: transparent;
    background-position: right center;
    background-size: 100% 100px;
    border: none;
    font-weight: 700;
	font-size: 16px;
	line-height: 16px;
    color: #f37920;
    text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

body.internas .chat .botao:hover{

	 color: #f37920;

}





body.internas .box-plateia{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 5px 5px 11px #00000038;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
}

body.internas .box-plateia img{
	width: 16%;
	margin: 0 0 10px 0;
}








/*   Aguarde    */



body.aguarde{
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 5vw;
	background: #001965;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


body.aguarde h3{
	width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0;
    font-family: 'Apis';
    font-weight: 500;
    font-size: 5.2vw;
    line-height: 5.6vw;
    color: #ffffff;
    text-align: center;	
}


body.aguarde h6{
	width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0;
  	 font-family: 'Apis';
    font-weight: 400;
    font-size: 3.4vw;
    line-height: 3.6vw;
    color: #ffffff;
    text-align: center;	
}

body.aguarde p{
	width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0;
    font-family: 'Apis';
    font-weight: 700;
    font-size: 3.4vw;
    line-height: 3.6vw;
    color: #ffffff;
    text-align: center;	
}

body.aguarde a.bt-entrar{
	width: 50%;
    height: auto;
    padding: 10px 0;
    margin: 0;
   font-family: 'Apis';
    font-weight: 500;
    font-size: 2vw;
    line-height: 2.2vw;
    color: #ffffff;
    text-align: center;
	background: #005ad2;
	cursor: pointer;
	border-radius: 7px;
}

body.aguarde a.bt-entrar:hover{
	text-decoration: none;
}




/*   Popups Evento    */



body.popups-evento{
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
}



body.popups-evento .box-popup-bg{
	width: 30%;
	height: 80%;
	margin: 0;
	padding: 0;
	background: url("../img/index_bg.png") center center no-repeat;
	background-size: cover;
	top: 10%;
	right: 35%;
	position: absolute;
	overflow-y: auto;
}

body.popups-evento .box-popup{
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 10%;
	background: url("../img/index_bg-bot.png") left bottom no-repeat;
	background-size: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
}


/* Scroll Bar */
/* width */
body.popups-evento .box-popup-bg::-webkit-scrollbar {
  width: 8px;

}

/* Track */
body.popups-evento .box-popup-bg::-webkit-scrollbar-track {
  background: #DFDFDF; 
}

/* Handle */
body.popups-evento .box-popup-bg::-webkit-scrollbar-thumb {
  background: #722067; 
}

/* Handle on hover */
body.popups-evento .box-popup-bg::-webkit-scrollbar-thumb:hover {
  background: #531953; 
}



body.popups-evento h1{
	width: 100%;
	height: 15vh;
	margin: 0 0 1vw;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/selo.png") center center no-repeat;
	background-size: contain;   
}


body.popups-evento .box-conteudo{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 3vh 0;
}

body.popups-evento .box-conteudo h2{
	width: 100%;
    height: auto;
    padding: 1.5vw 0 ;
    margin: 0;
    font-family: 'Apis';
    font-weight: 700;
    font-size: 1.6vw;
    line-height: 1.6vw;
    color: #C9006D;
    text-align: center;	
}

body.popups-evento .box-conteudo h3{
	width: 100%;
    height: auto;
    padding: 0 0 1vw;
    margin: 0;
    font-family: 'Apis';
    font-weight: 700;
    font-size: 1.6vw;
    line-height: 1.6vw;
    color: #721270;
    text-align: center;	
}

body.popups-evento .box-conteudo h4{
	width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: 'Apis';
    font-weight: 300;
    font-size: 1.6vw;
    line-height: 1.6vw;
    color: #7D7D7D;
    text-align: center;	
}

body.popups-evento .box-conteudo p{
	width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: 'Apis';
    font-weight: 300;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #7D7D7D;
    text-align: justify;
	
}


body.popups-evento .box-conteudo .botao-popup{
	width: 100%;
	height: auto;
	padding: 3vh 0;
	margin: 2vh 0;
	background: #C9006D;
	border: #721270 1px solid;
	border-radius: 100vh;
	font-family: 'Apis';
    font-weight: 700;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #ffffff;
    text-align: center;
	cursor: pointer;
	display: block;
}

body.popups-evento .box-conteudo .botao-popup:hover{
	text-decoration: none;
}

body.popups-evento h2.logo-preto{
	width: 100%;
	height: 6vh;
	margin:  0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/logo-preto.png") right center no-repeat;
	background-size: contain;   
}






/*   Popup    */



.popup-video{
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15%;
    position: fixed;
    z-index: 9999;
	top:0;
	left: 0;
	flex-direction: column;
    justify-content: center;
	display: none;
	background: rgba(114, 32, 103, 0.5);
}

.popup-video-full{
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
	top:0;
	left: 0;
	flex-direction: column;
    justify-content: center;
	display: none;
}



.fechar span{
	font-size: 5vw;
    font-weight: 300;
    position: relative;
    top: 0.7vw;
	margin-right: 0.7vw;
}



.fundo, .fundo-popup-speakers{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9990;
	top:0;
	left: 0;
	justify-content: center;
    align-items: center;
}





.popup{
	width: 70%;
	height: 65%;
	margin: 0;
	padding: 3vw;
	position: fixed;
	background: #6b489d;
	border-radius: 7px;
	z-index: 999;
	box-shadow: 0px 3px 6px #051A23;
}


.popup-quiz{
	width: 60%;
	height: 70%;
	margin: 0;
	padding: 3vw;
	position: fixed;
	background: url("../img/bg-quiz.png") center center no-repeat #ffffff;
	background-size: cover;
	border-radius: 20px;
	z-index: 999;
	box-shadow: 0 0px 10px rgb(0 0 0 / 0.2);
}



.popup-senha{
	width: 60%;
	height: 40%;
	margin: 0;
	padding: 40px;
	position: fixed;
	background: #6b489d;

	z-index: 999;
	border-radius: 30px;
}




.popup-aguarde{
	width: 40%;
	height: 40%;
	margin: 0;
	padding: 0;
	position: fixed;
	background: transparent;
	border-radius: 0px;
	z-index: 999;
}

.popup-speakers{
	width: 70%;
	height: 55%;
	margin: 0;
	padding: 3vw;
	position: fixed;
	background: #ffffff;
	border-radius: 0px;
	z-index: 999;
}


.popup iframe, .popup-senha iframe, .popup-aguarde iframe, .popup-speakers iframe, .popup-quiz iframe{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
}


.popup-aguarde iframe{
	border-radius: 10px;
}


body.internas .fechar-popup-speakers{
	display: none;
	z-index: 9999;
}

.fechar{
	width: auto;
	height: auto;
	position: fixed;
	top: 5%;
	right: 5%;
	margin: 0;
	padding: 0;
	background-size: contain;
	cursor: pointer;
	color: #6b489d;
	font-size: 40px;
	    display: flex;
    flex-direction: column;
}

.fechar:hover{
color: #6b489d;
}

.fechar-video-popup{
	top: 17%;
	right: 7%;
}

.fechar-video-popup span{
	font-size: 0.8vw;
    font-weight: 300;
	line-height: 3.2vw;
	text-align: center;
	margin: 0;
	padding: 0;
}

.fechar a{
	color: #ffffff;
}
.fechar a:hover{
	color: #ffffff;
}



body.speakers-page{
	background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding: 0;
	margin: 0;
}


body.speakers-page::-webkit-scrollbar {
	width: 6px;
}

body.speakers-page::-webkit-scrollbar-track {
  background: transparent; 
}

body.speakers-page::-webkit-scrollbar-thumb {
 	background: #FF2362;
	border-radius: 5px;
}

body.speakers-page::-webkit-scrollbar-thumb:hover {
  background: #FF2362; 
}


body.speakers-page img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

body.speakers-page h3{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Apis'; 
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    color: #00BEFF;
	text-align: left;
}

body.speakers-page h4{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: 'Apis'; 
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    color: #FF2362;
	text-align: left;
}

body.speakers-page p{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: 'Apis'; 
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #10384F;
	text-align: left;
}











body.popupmodal{
	background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	
}
body.popupmodal form{
	width: 100%;
  	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

body.popupmodal h1{
	font-family: 'Apis';
	font-weight: 700;
    font-size: 44px;
    line-height: 48px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

body.popupmodal h2{
	font-family: 'Apis';
	font-weight: 700;
    font-size: 40px;
    line-height: 44px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
}


body.popupmodal h3{
	font-family: 'Apis';
	font-weight: 900;
    font-size: 20px;
    line-height: 26px;
	color: #f47920;
	text-align: center;
	width: 80%;
    margin: 0 10% 20px 10%;
}

body.popupmodal h4{
	font-family: 'Apis';
	font-weight: 700;
    font-size: 26px;
    line-height: 30px;
	color: #10384F;
}

body.popupmodal h5{
	font-family: 'Apis';
	font-weight: 900;
    font-size: 22px;
    line-height: 26px;
	color: #10384F;
	text-transform: uppercase;
	    text-align: center;
}


body.popupmodal p{
	font-family: 'Apis';
	font-weight: 300;
    font-size: 16px;
    line-height: 22px;
	color: #ffffff;
}

body.popupmodal ul{
	list-style: none;
	padding: 0px;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: space-between;
}

body.popupmodal ul li{
	padding: 0;
	margin: 0;
	width: 8.5%;
	display: inline-block;
}

body.popupmodal ul li p{
	font-family: 'Apis';
	font-weight: 700;
    font-size: 16px;
    line-height: 18px;
	color: #ffffff;
	float: left;
	text-align: left;
}

body.popupmodal ul li input{
	float: left;
	margin: 4px 10px 0 0;
}



body.popupmodal .botao {
	
	width: auto;
    height: auto;
	
	padding: 15px 40px;
	margin: 10px;
   
    color: #ffffff !important;
    font-family: 'Apis';
  
    text-transform: uppercase;
    text-align: center;
    background: #f47920;
    background-size: 1.4vw;
    cursor: pointer;
	border-radius: 7px;

	min-width: 50%;
    display: inline-block;

  
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;

	border: none;

}
body.popupmodal button.botao{
	width: auto !important;
}

body.popupmodal .botao:hover{
	text-decoration: none;
	 background: #6b489d;
}

body.popupmodal textarea {
    width: 100%;
    height: 42px;
    padding: 10px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    margin: 30px 0 10px 0;
    color: #531953;
    font-family: 'Apis';
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
	border-bottom: 1px solid #707070;
}

body.popupmodal input {
    width: 80%;
    height: 42px;
    padding: 10px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    margin:0 0 10px 0;
    color: #00A7DA;
    font-family: 'Apis';
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
	border-bottom: 1px solid #707070;
}

body.popupmodal input::-webkit-input-placeholder { /* Edge */
  color: #00A7DA;
}

body.popupmodal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00A7DA;
}

body.popupmodal input::placeholder {
  color: #00A7DA;
}


body.popupmodal .inputtext {
    width: 100%;
    height: auto;
    padding: 10px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    margin: 0 0 50px 0;
    color: #636363;
    font-family: 'Apis';
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
}


body.popupmodal select {
    width: 100%;
    height: auto;
    padding: 10px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    margin: 0;
    color: #636363;
    font-family: 'Apis';
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 14px;
}


body.popupmodal p.select{
	margin-bottom: 36px;
}









/*   Responsive    */


@media (max-width: 380px) {
	
	body.aguarde h3{font-size: 7vw; line-height: 7.4vw}
	body.aguarde p{font-size: 5vw; line-height: 5.4vw}
	body.aguarde a.bt-entrar{ font-size: 4vw; line-height: 4.2vw; padding: 4vw 0;}
	body.popupmodal .botao{margin: 5px; font-size: 4vw; line-height: 4.2vw; padding: 4vw;}
	
}


@media (max-width: 576px) {
	.sm-hide{display: none;}
	.md-hide{display: none;}
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	body.termos-politicas {
    font-size: 0.5rem;
	}
	
	body.termos-politicas h1{
	font-size: 1.5rem;
	}
	
	body.termos-politicas h2{
	font-size: 1rem;
	}
	
	body.termos-politicas h3{
	font-size: 0.7rem;
	}
	
	
	body.termos-politicas ol, body.termos-politicas ul{
		padding: 0 0 0 10px;
	}
	
	.mobile-show{display: block !important;}
	.mobile-hide{display: none !important;}
	
	
	/* Popups */
	.popup{width: 90%; height: 80%;}
	
	.popup-aguarde{width: 90%; height: 60%;}
	
	.fechar{top:1%;}
	
	.popup-quiz{width: 90%; height: 80%;}
	
	
	
	/* Index */
	
	body.index h1{height: 15vh;}
	body.index .box-intro h3{font-size: 7vw; line-height: 7.4vw}
	body.index .box-intro h4{font-size: 5vw; line-height: 5.4vw}
	body.index .box-intro input{ font-size: 4vw; line-height: 4.2vw; padding: 4vw 0;}
	body.index input.form-check-inline{width: 8vw; height: 8vw;  margin: 0 2vw 2vw 0;}
	body.index input.form-check-inline:checked:after{font-size: 8vw; line-height: 8vw;}
	body.index label{width: calc(100% - 10vw); font-size: 3.4vw; line-height: 3.4vw; }
	body.index .box-intro .bt-acessar{font-size: 4vw; line-height: 4.2vw; }
	
	
	body.index .box-intro h2.dia{font-size: 18vw; line-height: 18vw; }
	body.index .box-intro h5.mes{font-size: 3vw; line-height: 3vw; }
	body.index .box-intro h5.hora{font-size: 7.3vw; line-height: 7.3vw; }
	
	
	.footer p{font-size: 3vw; line-height: 3.4vw; }
	
	.footer{display: flex; justify-content: center;}
	
	

	/* Internas */
	
	body.internas h1{height: 15vh; background: url(../img/index-selo.png) center center no-repeat; background-size: contain; margin: 5vh 0 2vh 0;}
	body.internas .header .row .justify-content-end{ justify-content:center !important; margin:0 0 2vh; }
	
	body.internas .chat{position: relative;}
	body.internas .chat .box-mensagens{height: 200px;}
	body.internas .box-acoes-plenaria a{ font-size: 4vw; line-height: 4.2vw; padding: 4vw 8vw;}





	
	
}


@media (min-width: 578px) and (max-width: 768px) {
	.md-hide{display: none;}
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	.mobile-show{display: block !important;}
	.mobile-hide{display: none !important;}
	
	
		
	/* Popups */
	.popup{width: 90%; height: 80%;}
	
	.popup-aguarde{width: 90%; height: 60%;}

	.fechar{top:1%;}
	
	.popup-quiz{width: 90%; height: 80%;}

	
	
	/* Index */
	body.index h1{height: 15vh;}
	body.index .box-intro h3{font-size: 7vw; line-height: 7.4vw}
	body.index .box-intro h4{font-size: 5vw; line-height: 5.4vw}
	body.index .box-intro input{ font-size: 4vw; line-height: 4.2vw; padding: 4vw 0;}
	body.index input.form-check-inline{width: 8vw; height: 8vw;  margin: 0 2vw 2vw 0;}
	body.index input.form-check-inline:checked:after{font-size: 8vw; line-height: 8vw;}
	body.index label{width: calc(100% - 10vw); font-size: 3.4vw; line-height: 3.4vw; }
	body.index .box-intro .bt-acessar{font-size: 4vw; line-height: 4.2vw; }
	
	
	body.index .box-intro h2.dia{font-size: 18vw; line-height: 18vw; }
	body.index .box-intro h5.mes{font-size: 3vw; line-height: 3vw; }
	body.index .box-intro h5.hora{font-size: 7.3vw; line-height: 7.3vw; }
	
	
	.footer p{font-size: 3vw; line-height: 3.4vw; }
	
	
	
	

	/* Internas */
	
	body.internas h1{height: 15vh; background: url(../img/index-selo.png) left center no-repeat; background-size: contain; margin: 5vh 0 2vh 0;}
	
	body.internas .chat{position: relative;}
	body.internas .chat .box-mensagens{height: 200px;}
	body.internas .box-acoes-plenaria a{ font-size: 4vw; line-height: 4.2vw; padding: 4vw 8vw;}

		

	
	
}


@media (min-width: 768px) and (max-width: 992px) {
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	

	
}


@media (min-width: 992px) and (max-width: 1200px) {
	
	.xl-hide{display: none;}

	

	
}


@media (min-width: 1201px) and (max-width: 1440px) {
	

	
}

@media (min-width: 1441px) and (max-width: 1920px) {
	
	body.internas{background-size: cover}

	
}


@media (min-width: 1921px) {
	
	body.internas{background-size: cover}
	
}