@media screen and (min-width:1100px) {
   	.iframe, .iframe-pos {width:1100px !important;height:700px !important;}
	 .iframe-pos, .iframe-logos {width:1100px !important;}


}

@media screen and (min-width:760px) and (max-width:1099px) {
 	 .iframe, .iframe-pos {width:760px !important;height:720px !important;}
	 .iframe-pos, .iframe-logos {width:760px !important;}

}
@media screen and (max-width:759px) {
	 .iframe, .iframe-pos {width:320px !important;height:720px !important;}
	 .iframe-pos, .iframe-logos {width:320px !important;}

}
body {
	background-color:#f9f9f9;
  font-family: 'Verdana', sans-serif;
}
.iframe-pos{
  position: absolute;
  z-index: 1;

  display: block;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  border:2px solid #ddd;
}
.iframe-logos, .iframe-pos{
	margin:0px auto;
}
.iframe-logos{
	text-align:center;
	padding-top:48px;
	padding-bottom:48px;
}
.logo-deb{
	height:30px;
  margin-right: 12px;
}
.logo-arco{
	height:30px;
}
.iframe-copy{
	text-align:center;
	padding-top:24px;
  color:#b3b3b3;
  position: absolute;
  bottom:24px;
  left: 50%;
  transform: translateX(-50%);
}

.popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #eee;
  z-index: 3;
  padding: 12px 24px;
  border-radius: 6px;
  text-align: center;
}
.popup_bg{
  background-color: #313131;
  opacity: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.browsers{
display: inline-block;
}
.icon{
  width:50px;
}
#popup-wrapper{
  display: none;
}
.hide{
  display: none !important;
}
