@charset "utf-8";
/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, input, select, textarea{border:0;vertical-align:baseline;margin:0;padding:0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
header, section, footer, aside, nav, main, article, figure {
    display: block; 
	overflow:hidden;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html,  body {
	font-family:  "Ubuntu", Helvetica, Arial, sans-serif; 
	min-width:320px;
	font-weight:400;
	color:#505a66;
   height:100vh;
    font-size:.9em;
}

a, a:hover{ 
text-decoration:none;
display:block; 
cursor:pointer;
}
.f-left{float:left;} 
.f-right{float:right;}
.c-left{clear:left;} 
.c-right{clear:right;} 
.c-both{clear:both;} 
.m-right{margin-right:1em;}
.m-left{margin-left:1em;}
.m-top{margin-top:1em;}
.m-top2{margin-top:2em;}
.m-bottom{margin-bottom:1em;}
.p-left{padding-left:1em;}
.p-right{padding-right:1em;}s
.p-bottom{padding-bottom:1em;}
.p-top{padding-top:1em;}
.big-mtop{margin-top:5em;}
.w100{width:100%;}

header{
	top:0;
	position: fixed;
	width:100%;
	background:#505a66;
	z-index:999;
	-webkit-box-shadow: 0px 6px 29px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 29px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 29px -16px rgba(0,0,0,0.75);
}
.header-color{
	
background:#505a66;
color:#FFFFFF;
border-bottom: 1px solid #0e5959;
	
}

.logo-big{
	float:left; 
	width:190px;
	margin:1em 1em 1em 2em;
	
}
.logo-big img{
	width:100%;
}


nav ul{
	float:right;
	list-style: none; 
	margin:.5em 2em 0 0 ;
}
nav .nav-margin, .nav-margin{
	margin-top:0;
}
nav ul li{
	font-weight:400;
	font-size:1.1em;
	float:left; 
	display:block;
	width:auto;
}
nav ul li a{
padding:20px 18px 10px 18px;
color: #25efef;
}
nav ul li a:hover{
color: #FFFFFF;
}

.video-wrapper {
	position: absolute;
	width:100%;
	height:100%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/gg-bck.jpg);
    background-size: cover;
    background-position: center;
   
}
.image-wrapper {
	position: absolute;
	width:100%;
	height:400px;
    overflow: hidden;
    position: relative;
   
}
.videoGG, .wrapper-img {
	position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay-video {

    background: #0c4f4f url(../images/rek1.svg) no-repeat;
    background-size: 140%;
    background-position: -900px 0px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.presentation-titles {
    position: absolute;
    width:100%;
    max-width:1024px;
    text-align: left;
    height: 100%;
    top: 0;
    left: 0;
    padding:16% 1em 1em 13%;
    color: #fff;
    z-index:888;
    
    /*text-transform:uppercase;*/
}
.access-titles{
	position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    right: 0;
    padding:22% 15% 1em 0;
    color: #fff;
    z-index:888;
}
.big-title{
	font-size:4.3em;
    line-height:1.3em;
   font-weight:500;
    /*color:#c0e0de;*/
    color:#fff;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 2px rgba(80, 80, 80, 1);
}
.description-title{
	font-size:1.75em;
     font-weight:300;
    max-width: 640px;
    color:#f0e0b1;
    line-height: 1.6em;
    padding-top: .5em;
    text-shadow: 1px 1px 2px rgba(80,80, 80, 1);

}
.conocer{
	margin-top:3em;
	font-size:1.3em;
    font-weight:300;
    color: #25efef;
    padding-bottom:.5em;
    background: url(../images/linearrow.svg) no-repeat center bottom;
    background-size:300px auto;
    text-align:center;
    height:45px;
    width:120px;
}
.conocer:hover{
	color: #ffffff;
}
.strong{
	font-weight:700;
}

.titles-logo{
	width:250px;
	margin:0 auto;
}
.button-gg {
	margin-top:3em;
	max-width:250px;
    background-color: #505a66;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform:uppercase;
    border: none;
  
}
.button-gg:hover{
	background-color: #25efef;
	color: #505a66;
	border: none;
}

section, footer{

	position:relative;
	width:100%;
	margin:0 auto;
	background:#FFFFFF;
}

.content{
	max-width:1060px;
	width:100%;
	margin:0 auto;
	padding-top:2em;
}

footer{
	background:#505a66;
	padding-bottom:2em;
}


.col-50 {
	float:left;
    display: block;
    overflow: auto;
    width:50%;
    padding:1em 0 1em 0;
}
.col-25 {
	float:left;
    display: block;
    overflow: auto;
    width:25%;
    padding:1em ;
}
.col-33 {
	float:left;
    display: block;
    overflow: auto;
    width:33.33%;
    padding:1em 0 1em 0;
}
.col-33 img {
	width:100%;
	}
.col-l {
   padding-right:1em;
}
.col-r {
   padding-left:1em;
}


.contact-txt{
	color:#FFFFFF;
	font-size:1.2em;
	float:left;
	width:42%;
	padding-right:2em;
	line-height:1.6em;
}
.contact-txt-bold{
	font-weight:700;
}
.contact-form{
	color:#FFFFFF;
	float:left;
	width:58%;
}

.form-line{
	float:left;
	width:100%;
	margin:.4em 0 .4em 0;
}
.input-form{
	width:100%;
	border:none;
	background:#FFFFFF;
	color:#000000;
	min-height:32px;
	padding:.2em .4em .2em .4em;
}
textarea{
	font-family:  "Roboto", Helvetica, Arial, sans-serif; 
	height:20px;
}


.big-description{
	font-size:1.8em;
	line-height:1.7em;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.50%;
    padding-top: 20px;
    height: 0;
    margin-top: 2em;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.content-title{
	font-size:2.2em;
	font-weight:300;
	padding:.2em 0 1em 0;
	text-transform:uppercase;
	color:#000000;
}
.content-mark{
	width:35px;
	height:8px;
	background:#1ecad3;
	margin-left:-12px;
	margin-top:.5em;
}
.mark-white{
	background:#FFFFFF;
	}
.mark-red{
	background:#ff671d;
	}
	
.grey-b{
	background:#1ecad3;
	padding-bottom:4em;
}
.module-title{
	font-size:1.8em;
	font-weight:700;
	padding:.5em;
	text-transform:uppercase;
	color:#000000;
	width:100%;
	text-align:center;
	border-bottom:1px solid #b8c3d1;
}
.module-description{
    
    padding:1em 0 1em 0;
	font-size:1.6em;
	line-height:1.4em;
	width:100%;
	text-align:left;
	font-weight:300;
	color:#000;
}
.col-25 ul, .col-50 ul{
	list-style: none;
    font-size:1.4em;
     padding-left: 14px;
	}
.col-25 ul li, .col-50 ul li{
	font-weight:500;
	}
.col-25 ul li:before, .col-50 ul li:before {
  content: "•"; 
  padding-right: 8px;
  color: #f0e0b1;
  margin-left: -14px;

}

.formLeft{
	clear:both;
	float:left;
	width:100%;
	padding:.7em .5em 0 0;
	margin:.2em 0 0 0;
	font-size:1.4em;
}
.formRight{
	clear:both;
	float:left;
	width:100%;
	color:#1D1D1B;
	margin:.2em 0 0 0;
}

.inputForm{
	display:block;
	clear:both;
	float:left;
	width:100%;
	padding:.4em;
	margin:.5em 0 0 0;
	border-radius:3px;
	min-height:38px;
	font-size:1.2em;
	}

textarea{
	height:128px;
	font-size:1.2em;
}
::-webkit-input-placeholder { color: #CCC6C6 ; font-style:italic; }
::-moz-placeholder { color:#CCC6C6; font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#CCC6C6; font-style:italic;} /* ie */
input:-moz-placeholder { color:#CCC6C6; font-style:italic; }
select option[default] {
	color:#fff;
   font-style:italic;
}
.colizq{
	clear:both;
	float:left;
	width:50%;
	padding:2em 2em 2em 0;
}
.colder{
	float:left;
	width:50%;
	padding:2em 0 2em 2em;
}


.thumbs{
width:100%;
margin:0 0 1em 0;
border:1px solid #d3dadf;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.mockup{
width:100%;
padding:0 0 1em 4em;
}


.contact-data{
	margin-top:.5em;
	font-size:1.8em;
	font-weight:300;
	width:100%;
	color: #000000;
}

.demo{
	background: #6e7b8a;
    color: #FFFFFF;
}
.demo-title{
    color: #FFFFFF;
}
.m-top-li{
	margin-top:1.8em;
}
.m-top2{
	margin-top:4em;
}
.m-top4{
	margin-top:5em;
}
footer .content{
	padding-bottom:0;
}



.copyright{
	clear:left;
	color:#a9b7c7;
	font-size:1.2em;
	float:left;
	padding-top:1em;

}
.copyright2{
	color:#a9b7c7;
	font-size:1.3em;
	float:right;
	padding-right:1em;
	margin-bottom:.4em;
}

.service{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.gg{

	width: 220px;
	margin-top: 5em;
	margin-left: .7em;
}
.bim{
    padding-left: 1em;
	width: 230px;
}
.powerp{
  margin-top: 4em;
  width: 235px;
  margin-right:.5em
}
.small-title{
	clear:both;
	float: left;
	font-size: 1.3em;
	font-weight: 300;
	text-align: center;
	padding-bottom: 3em;
	width: 100%;
}
#soluciones{
	
	padding-bottom: 6em;
	
}
#contakt{
	margin-top: 2em;
	background: #18a1a8; 
	padding-bottom: 8em;
	margin-bottom: 0;
	color: #FFFFFF;

}

.whiteme{color: #FFFFFF;}

.grecaptcha-badge { 
	position: absolute !important;
    bottom:0 !important; 
    right: 0 !important;
}
.bold{font-weight: 500}

.bim-header{position: absolute; z-index:2; top: 40%; left: 15%;; width: 350px}