.information_popup{
	display: none;
	width:100%;
}
.container_information{
/* padding-top:8vh */
	padding: 0vh 1vh 1vh 1vh;
}
.header_information{
	width: 100%;
	background-color: rgb(255, 255, 255);
}
.div_text_infor{
	float: right;
	background-color: white;
	width:100%;
	box-shadow: 0px 1px 10px 2px;
	padding-right: 5%;

}
.title_text{
	float:right;
	font-size: 80%;
	font-family: "UTM-Avo";
}
.logo_infor{
	position: absolute;
	width: 25%;

}

.information{
	 padding: 20px; 
	 width: 25%;
	height: 74%; 
	/*width:50vw;*/
	/*height: 66%;*/
	cursor: pointer;
	z-index:2; 
	background: rgba(255, 255, 255, 0.7);
	color: dimgrey;
	border: 2px solid white;
	text-align: justify;
	position: absolute;
	 top: 6%; 
	left: 0%;
	/*top: 16%;*/
	/*left: 25vw;*/
	overflow: auto;
	font-style: normal;
	border-radius: 2%;
}
.p{
  font-style: normal;
}


.icon_information {
	/* width: 50%; */
	/* height: 50%; */
	cursor: pointer;
	z-index:10000; 
	background: #f68121;
	color: white;
    border: 3px solid 	#f68121;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 25%;
	display:block !important;
	font-family: 'Roboto';
}

.information-close-button{
	background-repeat: no-repeat;    
	background-position: center;
	position:absolute; 
	right:71.5%; 
	top: 1%; 
	z-index:99999; 
	width:30px; 
	height:100px;
	background-size: 55%;
}

#information_group_btn {
	color: black;
	/* text-align: center; */
	position: absolute;
	display:none;
	font-family: 'Roboto';
}

#google_btn_update{
	position: absolute;
	display:none;
}

@media only screen and (max-width: 960px) {
.information {
	width: 70%;
	left: 10%;
}
.information-close-button{
	top: 5%;
	right: 10%;
}
}

.info_button{
	z-index:9999;
	float:leftt; 
	top:170px;   
	border-radius: 0px 15px 15px 0px;
	width:120px;
	height:80px;
	padding-top:10px;
	text-align:center;
	position:absolute;
	background-color:red
}

@media only screen and (max-width: 960px) {
  .info_button {
	top: 120px;
    width: 80px;
	height: 55px;
  }
  .info-function-text{
	  font-size:11px;
  }
  .asset_popup{
	position:relative;
	width:80%;
	height:80vh;
	margin:auto;
	z-index:99999;
	-webkit-overflow-scrolling: touch;

}
}

@media only screen and (max-width: 500px){
	.logo_infor{
		position: absolute;
		width: 46%;
	
	}
	.title_text{
		float:right;
		font-size: 41%;
		font-family: "UTM-Avo";
		width: 50%
	}
	.information {
		width: 70%;
		left: 15vw;
	}
	.information-close-button{
		top: 8%;
		right: 13%;
	}
}
