/*color azul: #005fa3*/

*{
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: 'neuropolitical';
	src: url('../fonts/neuropolitical rg.eot');
	src: local('☺'), url('../fonts/neuropolitical rg.woff') format('woff'), url('../fonts/neuropolitical rg.ttf') format('truetype'), url('../fonts/neuropolitical rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'lane';
    src: url('../fonts/lanenar_-webfont.woff2') format('woff2'),
         url('../fonts/lanenar_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



div.bga{
    background-image: url(../img/espacio.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
	width: 100%;
}

/*logotype*/
img.logotype{
	width: 10%;
	margin-top: -18px;
}

img.astronauta{
	position: absolute;
	top: 20%;
	left: 60%;
	width: 30%;
}

/*navbar*/
nav.background-navbar{
	height: 110px;
	border-radius: 0px;
}

ul.movelist-nav{
	font-size: 2em;
	margin-top: 15px;
}

/*content text*/

div.content-text{
	left: 5%;
	position: absolute;
	top: 50%;
	width: 600px;
}

p.title{
	color: #fff;
	font-family: 'neuropolitical';
	font-size: 3em;
	line-height: 25px;
}

p.secondTitle{
	color: #fff;
	font-family: 'neuropolitical';
	font-size: 5em;
	line-height: 35px;
}

p.treeTitle{
	color: #fff;
	font-family: 'neuropolitical';
	font-size: 1.85em;
	line-height: 25px;
}

hr.mainHr{
	background-color: #fff;
	height: 2px;
	width: 250px;
}

button.btn-contact{
	border-radius: 20px;
}

a.contact{
	text-decoration: none;
	color: #fff;
	font-family: 'lane';
	font-size: 1.5em;
}

div.icon{
	border: 1px solid red;
	height: 50px;
	width: 50px;
}

img.mouse{
	animation: slideInDown 2s infinite;
	left: 50%;
	position: absolute;
	margin-top: 50px;
	margin-bottom: 50px;
	top: 85%;
	transform: translate(-50%, -50%);
	width: 3%;
}

/*Hamburguesa hidden*/
div.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #E26F29;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

a.closebtn{
    color: #fff;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 47px;
    margin-left: 50px;
    text-decoration:none;
}

div.sidenav a.hamburguesa-a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

div.sidenav a:hover {
    color: #f1f1f1;
}

button.content-span{
  	background-color: #4db2b3;
  	border: none;
  	border-radius: 50%;
  	display: none;
  	height: 50px;
  	width: 50px;
  	margin-left: 90%;
  	outline: 0;
}

@media screen and (max-height: 450px) {
  	.sidenav {padding-top: 15px;}
  	.sidenav a.hamburguesa-a {font-size: 18px;}
}

/*Sidebar*/
div.side-bar{
	position: fixed;
	right: 1%;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

a.buttons1{
	background-image: url(../img/facebook.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 50px;
	display: flex;
	margin-top: 10px;
	height: 35px;
	width: 35px;
}

a.buttons2{
	background-image: url(../img/instagram.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 50px;
	display: flex;
	margin-top: 10px;
	height: 35px;
	width: 35px;
}

a.buttons3{
	background-image: url(../img/youtube.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 50px;
	display: flex;
	margin-top: 10px;
	height: 35px;
	width: 35px;
}

a.buttons4{
	background-image: url(../img/google-plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 50px;
	display: flex;
	margin-top: 10px;
	height: 35px;
	width: 35px;
}

/*Slider*/
div.owl-nav{
	display: none;
}

div.background-slider{
	background-color: #fff;
	padding: 5px;
}

img.designWeb{
	height: 520px;
	width: 520px;
}

h1.mainTitle{
	color: #E26F29;
	font-family: 'neuropolitical';
	font-size: 2.5em;
	margin-top: 50px;
}

h2.secondTitle{
	color: #E26F29;
	font-family: 'neuropolitical';
	font-size: 2.6em;
	margin-top: 50px;
}

hr.stick{
	background-color: #E26F29;
	height: 3px;
	width: 50px;
}

p.descriptionMainTitle{
	font-family: 'lane';
	font-size: 1.8em;
	color: #000;
	line-height: 40px;
	margin-top: 50px;
	text-align: left;
}

button.btn-modificate{
	border-radius: 25px;
	font-family: 'lane';
	font-size: 0.6em;
}

a.link-send{
	text-decoration: none;
	color: #fff;
}

/*thirdSection*/
div.whoIs{
	background-color: #005fa3;
	width: 100%;
}

h2.who{
	color: #fff;
	font-family: 'neuropolitical';
	text-align: center;
}

p.whoIs{
	color: #fff;
	font-family: 'lane';
	font-size: 1.7em;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

img.astronautas{
	width: 58%;
	position: absolute;
	left: 40%;
	top: -5000%;
}

/*customers*/
div.customers{
	background-color: #fff;
}

h2.rocketHappy{
	color: #E37836;
	font-family: 'neuropolitical';
	text-align: center;
}

p.textCustomers{
	color: #000;
	font-family: 'lane';
	font-weight: bold;
	font-size: 2em;
	line-height: 28px;
	margin-top: 65px;
	text-align: left;
}

a.thumbnail{
	background-color: transparent;
	border: none;
}

img.imgCustomers{
	width: 58%;
}

/*contact*/
div.contact{
	background-color: #29293A;
	-webkit-box-shadow: 1px -14px 26px 2px rgba(214,214,214,1);
	-moz-box-shadow: 1px -14px 26px 2px rgba(214,214,214,1);
	-ms-box-shadow: 1px -14px 26px 2px rgba(214,214,214,1);
	-o-box-shadow: 1px -14px 26px 2px rgba(214,214,214,1);
	box-shadow: 1px -14px 26px 2px rgba(214,214,214,1);
}

div.moveContact{
	margin-top: 50px;
	margin-bottom: 20px;
}

h2.contact{
	color: #E37836;
	font-family: 'neuropolitical';
	text-align: center;
}

a.textIcon{
	border-radius: 8px;
	color: #fff;
	font-family: 'lane';
	font-size: 1.1em;
	height: 300px;
	text-decoration: none;
	text-align: center;
	transition: .5s ease-in-out;
}

a.textIcon:hover{
	-webkit-webkit-: scale(1.2);
	-moz-webkit-: scale(1.2);
	-ms-webkit-: scale(1.2);
	-o-webkit-: scale(1.2);
	transform: scale(1.2);
}

/*Footer*/

div.footer{
	background-color: #222;
}

p.textFooter{
	color: #fff;
	font-family: 'lane';
	text-align: center;
	margin-top: 10px;
}

/*media query*/
@media screen (max-width: 2560px ) {
	
}

@media screen (max-width: 1920px ) {

}

@media screen (max-width: 1600px ) {
	
}

@media screen (max-width: 1440px ) {
	
}

@media screen (max-width: 1280px ) {
	
}

@media screen (max-width: 1024px ) {
	
}

@media (max-width: 1023px ) {
	
}

@media (max-width: 768px ) {

}

@media (max-width: 767px ) {

}

@media (max-width: 425px ) {

	/*main page*/
	div.content-text{
		left: 5%;
		position: absolute;
		top: 50%;
		width: 400px;
	}

	p.title{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 2em;
		line-height: 25px;
	}

	p.secondTitle{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 3.2em;
		line-height: 35px;
	}

	p.treeTitle{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 1.20em;
		line-height: 25px;
	}

	img.mouse{
		animation: slideInDown 2s infinite;
		left: 45%;
		position: absolute;
		margin-top: 50px;
		margin-bottom: 50px;
		top: 80%;
		transform: translate(-50%, -50%);
		width: 10%;
	}
}

@media (max-width: 375px ) {

	/*main page*/
	div.content-text{
		left: 5%;
		position: absolute;
		top: 50%;
		width: 350px;
	}

	p.title{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 2em;
		line-height: 25px;
	}

	p.secondTitle{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 3em;
		line-height: 35px;
	}

	p.treeTitle{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 1.10em;
		line-height: 25px;
	}

	img.mouse{
		animation: slideInDown 2s infinite;
		left: 45%;
		position: absolute;
		margin-top: 50px;
		margin-bottom: 50px;
		top: 80%;
		transform: translate(-50%, -50%);
		width: 10%;
	}
}

@media (max-width: 320px ) {
	/*main page*/
	div.content-text{
		left: 5%;
		position: absolute;
		top: 50%;
		width: 300px;
	}

	p.title{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 2em;
		line-height: 25px;
	}

	p.secondTitle{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 2.6em;
		line-height: 35px;
	}

	p.treeTitle{
		color: #fff;
		font-family: 'neuropolitical';
		font-size: 0.95em;
		line-height: 25px;
	}

	img.mouse{
		animation: slideInDown 2s infinite;
		left: 45%;
		position: absolute;
		margin-top: 50px;
		margin-bottom: 50px;
		top: 80%;
		transform: translate(-50%, -50%);
		width: 10%;
	}
}