#wiki_ga_banner{
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 390px;
  max-width: 100%;
  padding: 10px;
  right: 80px;
  border: 1px solid #a8c4b2;
  box-sizing: content-box;
  box-shadow: inset 0px 0 0 1px #fff;
  background-color: #afceba;
}
#wiki_ga_contenido h2{
	color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	clear: both;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#wiki_mask_overall h2 {
	color: #EEE;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	clear: both;
}
#wiki_ga_contenido p{
	color: #EEE;
	margin: 0px;
	clear: both;
	font-size: 13px;
}
#wiki_ga_contenido a{
	color: #FFF;
	font-weight: 500;
	text-decoration: underline!important;
}

#wiki_ga_contenido{
	/* float:left; */
	width: 100%;
}

#wiki_ga_boton{
	/* float: right; */
	margin-top: 20px;
	cursor: pointer;
	font-weight: bold;
	color: #d6b879;
	text-align: center;
	line-height: 30px;
	background: #fff;
	/* display: inline-block; */
	/* margin: 0 auto; */
}
.btn_intrusive{
	width: 50%;
	text-align: center;
	float:none !important;
	margin: 0 auto !important;
}
#wiki_ga_clear{
	clear: both;
}

#wiki_mask_overall {
  	position:fixed;
  	z-index:9000;
	left:0;
  	top:0;
  	width: 100%;
  	height: 100%;
  	background-color:rgba(0,0,0,0.7);;
}
.wiki_ga_popup_intrusive_centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wiki_ga_popup_intrusive{
	padding: 20px;
  	background-color:rgba(40,40,40,0.95);
  	color: white;
}

.wiki_ga_popup_intrusive p{
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
  #wiki_ga_banner {
    width: 100%;
    max-width: 96%;
    left: 0;
    padding: 2%;
  }

  #wiki_ga_contenido h2 {
    font-size: 12px;
    margin: 0;
  }

  #wiki_ga_contenido p {
    font-size: 10px;
  }

  div#wiki_ga_boton {
    margin-top: 2px;
    font-size: 10px;
    line-height: 20px;
  }
}
