@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}
@font-face{
	font-family: 'Interstate';
	src: url('../fonts/Interstate-Black.ttf') format('truetype');
}

*{
	margin: 0;
	padding: 0;
}
body{
	min-width: 300px;
}
header #grupobarea-logo{
	position: absolute;
	z-index: 1;
	width: 10%;
	top: 36px;
	left: 45%;
	*visibility: hidden;
}
#main-banner #main-image{
	height: auto;
	width: 100%;
}
#main-banner .visible{
	display: block;
	visibility: visible;
}
#main-banner .hidden{
	position: fixed;
	visibility: hidden;
}
#content{
	border-bottom: 2px solid #ffc900;
	border-top: 2px solid #ffc900;
	padding: 15px;
	text-align: center;
}
#content .member .box{
	border-right: 2px solid #ffc900;
}
#content .member .box a img{
	width: 50%;
}
#content .member{
	display: inline-block;
	min-width: 170px;
	width: 24%;
}
#content .member:last-child .box{
	border: 0;
}
#contact{
	padding: 15px 0 0 0;
	text-align: center;
}
#contact .info{
	display: inline-block;
	min-height: 75px;
	min-width: 234px;
	vertical-align: top;
	width: 20%;
}
#contact .info a{
	color: #575656;
	font-family: 'Montserrat';
	font-size: 14px;
	text-decoration: none;
}
#contact .info a i{
	font-size: 20px !important;
}
#contact #isos{
	margin-top: 10px;
}
#contact #isos .iso{
	height: 63px;
	margin: 0 5px;
}
#contact #signature{
	background-color: #333;
	margin-top: 15px;
	text-align: left;
	position: relative;
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
#contact #signature .politics-links a{
	text-decoration: none;
	color: #fff;
}
#contact #signature .design{
	font-family: "Montserrat";
	color: #666;
	font-size: 14px;
	vertical-align: top;
	margin: 0 5px;
	display: inline;
}
#contact #dobuss{
	height: 21px;
	width: auto;
}
#contact #dobuss-design{
	position: absolute;
	left: 10px;
	top: 10px;
}
/* Politics */
#main-banner.politics a{
	display: flex;
	padding: 15px 0;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
	background-color: #333;
	justify-content: center;
	align-items: center;
}
#main-banner.politics a img{
	position: initial;
	width: 100%;
	max-width: 90px;
	top: unset;
}
#main-banner.politics .header-banner{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 211px;
}
#main-banner.politics .header-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main-banner.politics .title{
	font-weight: bold;
	font-size: 48px;
	color: #FFF !important;
	text-shadow: 6px 3px 7px #000;
	margin-bottom: 20px;
	position: absolute;
	text-align: center;
}
#content-politic{
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	margin: 30px auto;
}
#content-politic .politic .content-page .subtitle{
	font-size: 20px;
	margin: 15px 0;
	font-weight: bold;

}
#content-politic .politic .content-page p{
	margin-bottom: 10px;
}
.popup-covid19{
	position: fixed;
	z-index: 999999999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#00000080;
}
.sombra-popup{
	display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-container{
	position: fixed;
  top: 20%;
  max-width: 50%;
	background: #fff;
  padding: 5em;
	text-align: center;
}
#popup-home img{
	margin-bottom: 1em;
	max-width: 200px;
}
#popup-home .titulo{
	margin-bottom: 1em;
	font-size: 1.5em;
  font-weight: 600;
}
#popup-home p{
	margin-bottom: 2.5em;
}
#popup-home center a{
	margin-bottom: 1em;
	padding: 1em;
  color: #000;
  background-color: #ffc800;
  margin-top: 1em;
	text-decoration: none;
	border-radius: 8px;
}
#popup-home center a:hover{
  background-color: #fde077;
}
.dbsclose {
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #090909;
	position: absolute;
	right: 23%;
	top: 22%;
	z-index: 9;
}

.dbsclose:hover,
.dbsclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.nomostrar{display: none;}
.mostrar{display: block;}

@media (max-width: 600px){
	#popup-home img{
		max-width: 80px;
	}
	.popup-container{
		top: 0%;
	}
	.dbsclose{
		right: 8%;
		top: 3%;
	}
}
