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

@font-face {
  font-family: 'Poppins normal';
  src: url('fonts/Poppins-Medium.ttf'), /* IE9 Compat Modes */
       url('fonts/Poppins-Medium.ttf') format('truetype'), /* Super Modern Browsers */
       url('fonts/Poppins-Medium.ttf') format('truetype'); /* Pretty Modern Browsers */
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'Poppins bold';
  src: url('fonts/Poppins-SemiBold.ttf'), /* IE9 Compat Modes */
       url('fonts/Poppins-SemiBold.ttf') format('truetype'), /* Super Modern Browsers */
       url('fonts/Poppins-SemiBold.ttf') format('truetype'); /* Pretty Modern Browsers */
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'Poppins black';
  src: url('fonts/Poppins-Black.ttf'), /* IE9 Compat Modes */
       url('fonts/Poppins-Black.ttf') format('truetype'), /* Super Modern Browsers */
       url('fonts/Poppins-Black.ttf') format('truetype'); /* Pretty Modern Browsers */
	font-weight: 900;
	font-style: normal;
}

.add-button {
	position: absolute;
	top: 1px;
	left: 1px;
}
body{
	font-family: 'Poppins normal', sans-serif;
	background-color: #fe4f28;
	color: #fff;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

#container{
	position: relative;
	overflow-x: hidden;
	margin: auto;
	max-width: 40em;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;	
	font-weight: 400;
}

.logo-header{
	display: flex;
    	width: 40%;
	max-width: 100%;	
	margin: 40px auto 25px auto;
}

#container h2{
	/*max-width: 20em;*/
	font-size: 1.2rem;
	text-align: center;
	/*font-family: 'Poppins black', sans-serif;*/
	font-weight: 400 !important;
	/*padding: 0px 18%;*/
}

#container h3{
	/*max-width: 20em;*/
	font-size: 1.0rem;
	text-align: center;
	font-family: 'Poppins bold', sans-serif;
	font-weight: normal;
	margin: 10px auto;
	padding: 0px 20px
}

#logged{
	display: block;
	margin: auto;
	text-align: center;
}

.logout{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 20px;
	cursor:pointer;
}

.show_hide_pass_btn{
	width:20px;
	/*filter: brightness(0%);*/
	content: url("../img/v4/eye_open.png");
	position: relative;
	float: right;
	right: 10px;
	top: 38px;
}

#greetings{
	margin: 60px auto 25px;
	color: white;
	font-size: 1.4rem !important;
}

.score{
	max-width: 20em;
	font-size: 1.5rem;
	text-align: center;
	font-family: 'Poppins bold', sans-serif;
	font-weight: bold;
}

.scoreLabel{
	background-color: #fe8628;
	padding: 2px 8px;
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Poppins black', sans-serif;
	font-weight: bold;
}

.scoreNumber{
	color: #ffe180;
	margin-top: -4px;
	font-family: 'Poppins black', sans-serif;
	font-weight: bold;
	font-size: 1.7rem;
}

#qrcont{
	position:relative;
}

#qrcode{
	margin-top: 30px;
	margin-bottom: 50px;
}

#qrcode img{
	margin-left: auto;
	margin-right: auto;
}

#download_qr_btn{
	position: absolute;
	top: 50%;
	right: 5%;
	height: 50%;
}

.bottom_notes{
	margin: auto;
    	text-align: center;
    	max-width: 100%;
	font-size: 0.5rem;
	font-family: 'Poppins normal', sans-serif;
}

.popup{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fe4f28;
	padding: 40px;
}
#popupSign{
	text-align: center;
	background-color: #fe4f28;
	padding: 20px;
	margin: 33% 7%;
	border-radius: 15px;
	border: solid;
    	border-color: white;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#popupSign button{	
	margin: 10px;
	width: 100px;
	padding: 4px;
}
/*#popupOkBtn{
	background-color: green;
}
#popupCancelBtn{
	background-color: red;
}*/
.bases_content{
	position:relative;
	background-color: #fe4f28;
	padding: 20px 25px;
	max-width: 20em;
	margin: auto;
	overflow-y: scroll;
	height: 100%;
}

.bases_content h2{
	text-align:left;
}

.bases_content p{
	font-size: 0.8rem;
	text-align: justify;
	font-family: 'Poppins medium', sans-serif;
}

.basesBtn{
	cursor:pointer;
}

.popup_close{
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	font-family: 'Poppins medium', sans-serif;
	font-size: 1.25rem;
}

#bases .bottom_notes{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	color: #bbb;
}

.filled_white{
	font-size: 1.0rem;
    text-align: center;
    font-family: 'Poppins bold', sans-serif;
    font-weight: normal;
	line-height: normal;
   	margin: 10px auto;
	background-color: white;
	color:#fe4f28;
	padding: 3px 15px;
	border-radius: 2px;
}

#juego_btn{
	content: url("../img/v3/btn_district.svg");
	/*position:fixed;
	height:40px;
	top: 0px;
	left:0;
	right:0;
	background-color:#fff;
	z-index: 1;*/
}
/*#juego_btn h6{ color: #fe4f28; font-weight: 500;}*/

#bottom_nav{
	position:fixed;
	height:75px;
	bottom: 0px;
	left:0;
	right:0;
	background-color:#fff;
}

#bottom_nav ul{ padding:0; margin-top: -42px;}
#bottom_nav h6{ color: #fe4f28; font-weight: bold;}
.nav_button{
	width:40px;
	height:40px;
	display: inline-block;
	margin: 0 7px;
}
.nav_button img{
	margin-bottom: 0px !important;
}
.nav_button div{
	color: #fe4f28;
	text-align: center;
	font-size: 11px;
	float: inline-end;
	width: 40px;
	line-height: 0.8;
	/*position: absolute;
	bottom: 0px;
	width: 40px;*/
}
#qr_nav_btn{
	width:92px;
}
#perfilBtn{	content: url("../img/v3/btn_perfil.svg");	}
#centrosBtn{	content: url("../img/v3/btn_centros.svg");	}
#districtBtn{	content: url("../img/v3/btn_district.svg");	}
#premiosBtn{	content: url("../img/v3/btn_premios.svg");	}
#qrBtn{	content: url("../img/v3/btn-qr.svg");	}

.videowrap{
	position: relative;
	margin: auto;
}
.home-video{
	position: absolute;
	right:0;
	top: 0;
	width: 100%;
	max-width: 40em;	
	z-index:-1;
	filter:opacity(30%);
}

#copa_home{
	fill:white;
	width:35%;
}

#copas_count{margin: 35px 0 40px;}

#copas_count img{
	width: 220px;
	position: absolute;
	z-index: -1;
	margin-top: -35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#copas_count span{	
	font-weight: 500;
	font-size: 1.5rem;
	margin-left: 80px;
}

#map_placeholder{
	content: url("../img/v4/map.jpg");
	height:500px;
	position:absolute;
	top: 650px;
}

#map{
	height: 500px;
	background-color: #ffe180;
	margin-bottom: 10px;
	margin: 25px auto 60px  auto;
	color: black;
}
.gm-style-iw-t button{
	border: none !important;
}

#district_items {
	margin: 50px 20px;
	color:#ffe180 !important;
}
#district_items img{width:140px;}

#premios{
	/*background-color:#fe8628;*/
	/*padding: 20px 0px;*/
	margin-bottom: 60px;
	margin-top:25px;
}

#premios ul{padding: 0;}
#premios li{ display: inline-block;margin: 0 7px;}
.premio_frame{
	width: 70%;
	/* height: 120px; */
	/*background-color: #ffe180;*/
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10%;
	margin: 10px auto;
}
#premios div img{
	width: 100%;
	border-radius:10%
}
#premios span{
    font-size: 1.0rem;
    text-align: center;
    font-family: 'Poppins bold', sans-serif;
    font-weight: normal;
    color:#ffe180;
}
.rewardBtn{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: -7% 14% 0px;
	padding: 4% 0%;
	color: #fe4f28;
	background-color: white;
	border-radius: 5%;
	border-color: #bbb;
	border-style: solid;
	border-width: thin;
}

footer{	margin-bottom:150px;}

.close_btn{position: fixed;}
.button{
	font-size: 1.0rem;
	text-align: center;
	font-family: 'Poppins bold', sans-serif;
	font-weight: normal;
	margin: 10px 10px;
	background-color: white;
	color: #fe4f28;
	padding: 10px;
	border-radius: 3px;
}

#logOnScreen{
	padding: 10px;
	background-color: black;
	position: fixed;
	right: 10px;
	left: 10px;
	top: 200px;
	height: 100px;
	min-width: 100%;
	overflow: auto;
	z-index: 10000;
	cursor: default;
	/* //pointer-events: none; */
	/* //cursor: default; */
}
