@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body{
  background: url(/img/bg-web.jpg);
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}
#iframe{
  border:2px solid #ccc;
}
#contenido{
  width:90%;
	max-width:600px;
	text-align:left;
	border:5px solid #000;
	padding:15px;
	background-color:rgb(255,255,255,0.6);
	font-family: 'Open Sans', sans-serif;
	color:#222;
	font-size:15px;
}
.flag{
  width:40%;
	max-width:200px;
	padding:20px;
	display:inline-block;
	transition:0.5s;
}
.flag:hover{
  transform: scale(1.2);
}
.flag img{
  width:100%;
	box-shadow: 3px 3px 3px #ccc ;
}
#etiqueta_flag{
  position:absolute;
	margin-top:-20px;
}
#titulo{
  font-size:22px;
	text-align:center;
	font-weight:bold;
}
#redes{
  display:inline-block;
  width:30%;
	text-align:center;
	min-width:180px;
	padding:10px;
}
#redes img{
  width:100%;
	max-width:50px;
	padding-bottom:10px;
}
#wifi{
	width:50%;
  max-width:200px;
}
#wifi img{
	width:100%;
}
a, a:visited, a:link{
  font-weight:bold;
	color:#333;
	text-decoration:none;
}
a:hover{
  color:#000;
}
