body{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	min-height: 100%;
	width: 100%;
	font-size: 16px;
	font-weight:500;
	line-height: 26px;
	text-align:left;
	overflow-x:hidden;
}
header{
	-webkit-box-shadow: 0 8px 6px -6px #ECEBEB;
	-moz-box-shadow: 0 8px 6px -6px #ECEBEB;
	box-shadow: 0 8px 6px -6px #ECEBEB;
	width:100%;
	position:fixed;
	margin:0px;
}

footer {
	background-color: #000;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
h2{
	font:60px/60px 'FestivoLC-Sketch2','Open Sans', sans-serif;
	margin:0px auto;
	text-align:center;
	justify-content: center;
	display:flex;
	color:#1B5891;
	font-weight:500;
}
h3{
	font:30px/30px 'FestivoLC-Sketch2','Open Sans', sans-serif;
	margin:15px 0px;
}
strong{
	font-size:18px;
}
img{
	width:100%;
	display: block;
    margin: 0 auto;
	margin-bottom:15px;
	max-width:500px;
}
a {
	color:#101010;
	text-decoration: underline;
	font-size:15px;
	line-height: 25px;
	font-weight: 600;
}
a:hover {
	color:#F99B05;
}
.bg_section1 a{
	color:#f1f1f1;
}
.bg_section1 a:hover{
	color:#F99B05;
}
.short{
	max-width:400px;
}

.cover{
	max-width:none;
}

@font-face{
	font-family:'FestivoLC-Sketch2';
	src:url('../fonts/FestivoLC.eot');
	src:url('../fonts/FestivoLC.eot?#iefix')format('embedded-opentype'),url('../fonts/FestivoLC.woff2') format('woff2'),url('../fonts/FestivoLC.woff') format('woff'),url('../fonts/FestivoLC.ttf') format('truetype');
}
.banner_top {
	min-height: 100%;
	width:100%;
	display: flex;
	flex-wrap:wrap;
	margin-bottom:80px;
}
.topnav {
  overflow: hidden;
  width:75%;
  margin:20px 10px;
}

.topnav a {
  float: left;
  color: #4D4D4D;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  color:#000;
}

.topnav a.active {
 color: #F99B05;
}
.products_nav{
	margin:20px auto 30px!important;
	text-align: center;
}
.products_nav a{
	margin:auto;
	float: none;
	text-align: center;
}
.products_title{
	margin:0px;
	text-align:left;
	font-size:3em;
}
figcaption{
	text-align: center;
}
.container{
	width:100%;
	min-height:100px;
	padding:20px;
	display:flex;
	flex-wrap:wrap;
}
.last{
	padding:20px 20px 0px 20px;
}
.row{
	display:flex;
	flex-wrap:wrap;
	flex-direction: row;
	margin:0px auto;
}
.header{
	display:flex;
	align-items:center;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #fff;
	z-index:100;
}
.page_header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	order:1;
	height: 80px;
	min-width:100%;
	color: #fff;
}
.logo_holder{
	display:flex;
}
.logo{
	width:80%;
	max-width:200px;
	padding:10px;
	margin:10px;
}
.lang{
	color:#1B5891!important;
}
#back-top {
	position:fixed;
	right:30px;
	bottom:15px;
	z-index:1000;
	display:none;
	font-size:25px;
	color:#4D4D4D;
	cursor:pointer
}
#back-top:hover {
	color: #000;
}
.bg_k3{
	background: url("../images/GIS-K3_internet_por_ficha.jpg");
	background-position: left;
	padding:0px;
	background-repeat: no-repeat;
	background-size:cover;
}

.bg_mobile{
	background: url("../images/GIS-K3_internet_por_ficha.jpg");
	background-position: left;
	padding:0px;
	background-repeat: no-repeat;
	background-size:cover;
}

.text_banner{
	float: right;
	text-align:justify!important;
	width: 100%;
	display: inline-block;
}
.white_bg{
	float:right;
	background:rgba(0, 0, 0, 0.4);
	padding:15px 15px 0px 10px;
	width:60%;
}
.text_banner h2{
	font:36px/36px 'FestivoLC-Sketch2','Open Sans', sans-serif;	
	color:white;
}
.text_banner p{
	color:black;
}
.aos-item__inner{
	text-align:left!important;
}
.aos-item{
	display:flex!important;
	flex-wrap:wrap;
	min-width:320px;
	height:auto!important;
	padding:5px 15px!important;
	z-index:-1;
}
.half-item{
	display:flex;
	flex-wrap:wrap;
	width:50%;
	min-width:320px;
	padding:5px 20px 15px 20px;

}
.productpic{
	min-width:300px;
	max-width:400px;
}
.bg_section1{
	background-color:#1B5891;
	color:#fff;
}
.bg_section1 h2{
	color:#fff;
}
.bg_section2{
	background-color:#fff;
	color:#1B5891;
}
.bg_section2 h2{
	color:#1B5891;
}
.footer_bottom {
	position:relative;
	width: 100%;
	margin: 0px auto;
	bottom: 0;
}
.footer_priv {
	background-color:#fff;
	padding:20px 0px;
	color:#4D4D4D;
	text-align:center;
	line-height: 25px;
}
.footer_priv p {
	font-size:14px;
	color:#4D4D4D;
	margin-top:2px;
	margin-left:0
}

.logo_footer{
	width:50%;
	max-width:150px;
	padding-bottom:10px;
	text-align: center;
}
.hashlink {
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
h2 span { 
  margin-top: -90px;        
  padding-bottom: 90px; 
  display: block; 
}


@media (max-width: 930px) {
	h2{
		font:35px/35px 'FestivoLC-Sketch2','Open Sans', sans-serif;
		text-align:center;
	}
	.page_header{
		height:165px;
	}
	.logo_holder{
		width:100%;
	}
	.logo{
		margin: 10px auto;
		display: flex;
		padding:0px;
		width:220px!important;
		height: 45px!important;
	}
	.topnav{
		width:100%;
		min-width:300px;
		margin:auto;
		display:block;
		text-align:center;
	}
	.topnav a{
		padding:0 5px;
		margin:0px auto;
		float:none;
		text-align:center;
	}
	h2 span {
		margin-top: -150px;
		padding-bottom: 150px;
	}
.banner_top{
	margin-bottom:140px;
}
	#back-top {
		visibility: hidden;
	}
	.bg_k3{
		background-image: url("../images/GIS-K3_internet_por_ficha_mobile.jpg");
		background-position: left;
		background-size:cover;
	}
	.text_banner h2{
		font:35px/35px 'FestivoLC-Sketch2','Open Sans', sans-serif;	
		float:none;
		text-align:center;
	}
	.text_banner p{
		color:#000;
	}
	.text_banner{
		float: none;
		text-align:center;		
	}
	.white_bg{
		width:100%;
		float:none;
	}
	.text_banner p{
		width:100%;
		float:none;
		text-align:center;
	}
	.aos-item{
		float:none!important;
		text-align:center;
		min-width:250px;
		width:100%!important;
		padding:0px!important;
	}
	.half-item{
		text-align:center;
		min-width:250px;
		width:100%;
		padding:0px;
	}
	.short{
		max-width:none;
	}
	.fichas{
		max-width:60%;
	}
	img{
		max-width:none;
	}
	.footer_priv{
		padding:20px;
	}
}
