/*GENERAL STYLES*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto.ttf");
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald.ttf");
}

body{
	font-family: 'Roboto';
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald';
}

#clientes__mobile{
	display: none;
	width: 100%;
}

.send__status{
	text-align: center;
    color: #FFA400;
    display: none;
}
/*.ed-container{
	max-width: 90%;
}*/
.quotes{
	display: none;
	font-weight: bold;
}

.icon-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.icon-menu a{
	color: #fff;
	margin-right: 20px;
}

/*ESTILOS VIDEO*/
.home__video{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.83);
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0; 
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.close__video{
	width: 100%;
	text-align: right;
	cursor: pointer;
	padding:10px 20px 0 0;
	color: #fff;
}

/*ESTILOS MENU*/
.menu__principal{
    	width: 100%;
    	height: 100vh;
    	position: fixed;
    	background: rgba(0,0,0,0.9);
    	z-index: 5;
    	display: none;
    	justify-content: flex-end;
    	align-items: center;
    }
    
    .menu__principal nav{
    	background: #fff;
    	color: #000;
    	width: 30%;
    	height: 100vh;
    	display: flex;
    	justify-content: flex-start;
    	align-items: center;
    	flex-wrap: wrap;
    }
    
    .menu__principal nav ul{
    	list-style: none;
    	line-height: 2em;
    	width: 100%;
    	margin-top: -80%;
    
    }
    
    .menu__principal nav a{
    	color: #000;
    	text-decoration: none;
    }
    
    .menu__principal nav a:hover{
    	border-bottom: solid 2px #FFA400;
    	text-decoration: none;
    }
    
    .menu__close{
    	width: 100%;
    	display: flex;
    	justify-content: flex-end;
    	align-items: center;
    	align-self: flex-start;
    	padding: 20px;
    	cursor: pointer;
    }
/*END ESTILOS MENU*/

/*LINEA DEL TIEMPO*/

.timeline{
	width: 600px;
	height: 600px;
	border-radius: 50%;
	position: relative;
	margin:0 auto;
	overflow: hidden;

}

.timeline__event{
	position: absolute;
	top: 150px;
	left: 150px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 300px;
	height: 300px;
	border: solid 1px rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	animation: roll 10s linear infinite;


}

.timeline__event2{
	position: absolute;
	top: 100px;
	left: 100px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 400px;
	height: 400px;
	border: solid 1px rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	animation: roll 15s linear infinite;


}

.timeline__event3{
	position: absolute;
	top: 50px;
	left: 50px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 500px;
	height: 500px;
	border: solid 1px rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	animation: roll 20s linear infinite;


}

.timeline__events span{
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-indent: -9000px;


}

.render__text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 300px;
	max-height: 300px;
	overflow: hidden;
}

.event2{
	width: 250px;
	height: 250px;
}

.control{
	position: absolute;
	top: 53%;
	left: 20px;
	transform: translateY(-50%);
}

.control ul{
	padding: 0;
	list-style: none;
	border-left: 1px solid white;
	padding-left: 20px;
}

.control ul li{
	margin-bottom: 2.5em;
	color: rgba(185, 185, 185, 0.5);
	cursor: pointer;
	position: relative;
}

.control ul li:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

.active__list{
	color: white !important;
}

.active__list:before{
	background: #FFA400 !important;
}

@keyframes roll{
	from{ transform: rotate(0deg); }
	to{ transform: rotate(359deg); }
}


/*END LINEA DEL TIEMPO*/

/*SISTEMA SOLAR*/
.about__sistema{
	top: 55%;
}

.solarSyatemCon{
	width: 100%;
	height: 600px;
	border-radius: 50%;
	position: relative;
	margin:0 auto;
	overflow: hidden;

}

.solarSyatemCon div{
	border-radius: 50%;
	position: absolute;
	border: solid 2px rgba(255, 255, 255, 0.12);
	top: 50%;
	left: 50%;



}

.sun, .solarSyatemCon span{
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-indent: -9000px;

}

.sun{
	width: 40px;
	height: 40px;
	background: linear-gradient(#e3e565, #a4a600);
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	box-shadow: 0 0 40px rgba(227, 229, 101, 0.5);
	border-radius: 50%;
	position: absolute;
}

.asteroids_meteorids{
	width: 319px;
	height: 319px;
	margin-left: -159px;
	margin-top: -159px;
	background: url('asteroids_meteorids.png');
	animation: rotateAsteroids 60s linear infinite;
}

@keyframes rotateAsteroids{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}

.mercury{
	width: 100px;
	height: 100px;
	margin-left: -40px;
	margin-top: -40px;
	animation: roll 5s linear infinite;
	z-index: 1;

}

.mercury2{
	width: 10px;
	height: 10px;
	background: linear-gradient(#e3e565, #a4a600);
	margin-top: -4px;
	z-index: 1;
	border-radius: 50%;
	display: block;
	margin: -5px auto;
	text-indent: -9000px;
}

.mercury3{
	width: 20px;
	height: 20px;
	background: linear-gradient(#b6832a, #a56901);
	margin-top: -4px;
	z-index: 1;
	border-radius: 50%;
	display: block;
	margin: -10px auto;
	text-indent: -9000px;
	
	
}

.mercury4{
	width: 30px;
	height: 30px;
	background: linear-gradient(#677fce, #2241a6);
	z-index: 1;
	border-radius: 50%;
	display: block;
	margin: 0px auto;
	margin-top: -15px;
	text-indent: -9000px;
	
	
}



.planeta{
	background: linear-gradient(#e3e565, #a4a600);
	margin-top: -4px;
	z-index: 1;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-indent: -9000px;
}

.mercury span{
	width: 6px;
	height: 6px;
	background: linear-gradient(#e3e565, #a4a600);
	margin-top: -4px;
}

.second__planet{
	width: 20px !important;
	height: 20px !important;
	margin-top: 0px !important;
	margin-left: 10px !important;

}



.venus{
	width: 160px;
	height: 160px;
	margin-left: -70px;
	margin-top: -70px;
	animation: roll 8s linear infinite;
	z-index: 2;
}

.venus span{
	width: 10px;
	height: 10px;
	background: linear-gradient(#b6832a, #a56901);
	margin-top: -5px;
}



.earth{
	width: 220px;
	height: 220px;
	margin-left: -100px;
	margin-top: -100px;
	animation: roll 12s linear infinite;
	z-index: 3;
}

.earth span{
	width: 14px;
	height: 14px;
	background: linear-gradient(#677fce, #2241a6);
	margin-top: -7px;
	animation: roll 2s linear infinite;
}

.earth span .moon{
	width: 4px;
	height: 4px;
	background: linear-gradient(#eefaf9, #a1d7d1);
	margin-top: -2px;
}



.mars{
	width: 280px;
	height: 280px;
	margin-left: -130px;
	margin-top: -130px;
	animation: rotateMars 24s linear infinite;
	z-index: 4;
}

@keyframes rotateMars{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}

.mars span{
	width: 12px;
	height: 12px;
	background: linear-gradient(#f56d49, #ec3504);
	margin-top: -6px;
}

.jupiter{
	width: 320px;
	height: 320px;
	margin-left: -160px;
	margin-top: -160px;
	animation: rotateJupiter 32s linear infinite;
	z-index: 5;
}

.jupiter span{
	width: 24px;
	height: 24px;
	background: linear-gradient(#36c17e, #019e52);
	margin-top: -12px;
}

@keyframes rotateJupiter{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}
.saturn{
	width: 380px;
	height: 380px;
	margin-left: -190px;
	margin-top: -190px;
	animation: rotateSaturn 25s linear infinite;
	z-index: 6;
}

.saturn span{
	width: 16px;
	height: 16px;
	background: linear-gradient(#2bcdb4, #00bb9e);
	margin-top: -8px;
}
.saturn span .ring{
	background: none;
	width: 16px;
	height: 16px;
	border: solid 2px #00bb9e;
	transform: skewY(50deg);
	margin-left: -3px;
    margin-top: -22px;
}

@keyframes rotateSaturn{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}

.urenus{
	width: 440px;
	height: 440px;
	margin-left: -220px;
	margin-top: -220px;
	animation: rotateUrenus 45s linear infinite;
	z-index: 7;
}

.urenus span{
	width: 10px;
	height: 10px;
	background: linear-gradient(#9b3f71, #7f0648);
	margin-top: -5px;
}

@keyframes rotateUrenus{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}

.neptune{
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
	animation: rotateNeptune 60s linear infinite;
	z-index: 8;
}

.neptune span{
	width: 8px;
	height: 8px;
	background: linear-gradient(#677fce, #2241a6);
	margin-top: -4px;
}

@keyframes rotateNeptune{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}

.pluto{
	width: 560px;
	height: 560px;
	margin-left: -280px;
	margin-top: -280px;
	animation: rotatePluto 100s linear infinite;
	z-index: 9;
}

.pluto span{
	width: 6px;
	height: 6px;
	background: linear-gradient(#1a485f, #0c3950);
	margin-top: -3px;
}

@keyframes rotatePluto{
	from{ transform: rotate(0deg);}
	to{ transform: rotate(359deg);}
}


/*FIN sistema solar*/


.contact__information a{
	color: #fff;
	text-decoration: none;
	margin-top: 10em;
}

.bullet{
	position: relative;
	margin: 1em 0;

}

.bullet:before{
	content:"";
	position: absolute;
	top: 10px;
	border-radius: 50%;
	left:-5px;
	border:solid 1px #fff;
	width: 10px;
	height: 10px;
	transform: translate(-50%,-50%);
}

.orange{
	color: #FFA400;
}


.active__menu{
	color: #FFA400 !important;
}

.section{
	overflow: hidden;
	background-image: url('../img/home_background.jpg');
	background-size: cover;
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}


.navegacion{
	margin:0 auto;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.navegacion__logo img{
	width: 150px;
}

.navegacion__menu ul {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	color: #000;
}

.navegacion ul a{
	color: #fff;
	text-decoration: none;
	margin: 0 1em;
}

.home{
	-webkit-animation: cohete 5s infinite; /* Safari 4.0 - 8.0 */
  	animation: cohete 5s linear infinite;
 
}

/*COPY HOMEPAGE*/
.home__copy{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.home__copy .subtitle{
	font-family: 'Roboto';
}

.home__title{
	font-size: 60px;
	color: #fff;
}

.home__cta{
	margin-top: 3em;
}

.home__cta a{
	border: solid 1px #FFA400;
	padding: 10px 60px;
	color: #FFF;
	border-radius: 20px 20px;
	background:#FFA400;
}

.home__cta a:hover{
	background:#FFA400;
	color: #fff;
	text-decoration: none;
}


.social{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 30%;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 79%;
	transform: translate(-50%,-50%);
	transform: rotate(-90deg);
}

.social a{
	color: #fff;
}

.facts{
	position: absolute;
	top: 93%;
	left: 53%;
	transform: translate(-50%,-50%);

}

.facts div{
	padding: 10px 30px;
	color: #fff;
	font-size: 12px;
}

.facts div h3{
	position: relative;
	font-size: 14px;

}

.facts div h3:before{
	content:"";
	position: absolute;
	top: 50%;
	border-radius: 50%;
	left:-10px;
	border:solid 1px #fff;
	width: 10px;
	height: 10px;
	transform: translate(-50%,-50%);
}

.facts div:nth-child(2){
	background:#6A6A6A;
	color: #fff;
}

.facts div:nth-child(3){
	background: #333333;
}

.facts div:nth-child(4){
	background: #141414;
}

/*GALERIA*/

.gallery img{
	width: 100%;
	border-radius: 10px 10px;
	-webkit-box-shadow: 0px 13px 25px 2px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 13px 25px 2px rgba(0,0,0,0.41);
	box-shadow: 0px 13px 25px 2px rgba(0,0,0,0.41);
}

.gallery__image{
	border-radius: 10px 10px;
}

/*CERTIFICACIONES*/
.certificacion img{
	max-width: 200px;
	width: 150px;
	margin-bottom: 2em;
}

/*ANIMACIONES*/

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cohete {
  0%   {background-position:50% 50%}
  25%  {background-position:50% 70%;}
}

/* Standard syntax */
@keyframes cohete {
	0%   {background-position:50% 50%}
  	25%  {background-position:50% 70%;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes giro {
  from   {transform: rotate(0deg);}
  to  {transform: rotate(360deg);}
}

/* Standard syntax */
@keyframes giro {
	from   {transform: rotate(0deg);}
  	to  {transform: rotate(360deg);}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes no_rotate {
  from   {transform: rotate(0deg);}
  to  {transform: rotate(1deg);}
}

/* Standard syntax */
@keyframes no_rotate {
	from   {transform: rotate(0deg);}
  	to  {transform: rotate(1deg);}
}


/*
******* ABOUT SECTION *****
*/

.about{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.about h5{
	color:#fff;
	font-size: 40px;

}

.about__facts p{
	font-size: 15px;
	text-align: left;
}

.about__facts img{
	margin-left: -18px;
}


/*EXTERIOR CIRCLE*/

.exterior__circle{
	position: relative;
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: dashed 2px #fff;
	height: 500px;
	border-radius: 50%;

	-webkit-animation: giro 25s infinite; /* Safari 4.0 - 8.0 */
  	animation: giro 25s linear infinite;
}

.exterior__circle h1{
	position: absolute;
	animation: no_rotate 1s linear infinite;
	top: 80%;
	transform: translate(-50%,-50%);
}

.interior__circle{
	position: relative;
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: dashed 2px #fff;
	height: 400px;
	border-radius: 50%;

	-webkit-animation: giro 10s infinite; /* Safari 4.0 - 8.0 */
  	animation: giro 10s linear infinite;
}

/*CONTACT FORM*/

.contact__form input, .contact__form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 1em;
	font-size: 16px;
	background:none;
	color: #fff;
}

.about__contact{
	top: 55%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}


@media screen and (max-width: 1024px){
	.navegacion ul a{
		display: none;
	}

	.home__title{
		font-size: 45px;
	}

	.facts{
		top: 89%;
    	left: 50%;
	}

	.home__cta a{
		padding: 5px 34px;
	}


	.social{
		left: 80%;
	}

	.home__copy .subtitle{
		width: 33%;
	}

	/*NOSOTROS*/
	.about img{
		width: 75px;
	}

	/*WHY?*/
	.why{
		padding-left:15px;
	}
}

@media screen and (max-width: 768px) { 
	.social{
		font-size: 12px;
	}
	.home__copy .subtitle{
		width: 40%;
	}

	.about{
		font-size: 15px;
	}

	.about h5{
		font-size: 30px;
	}

	.about h5 br{
		display: none;
	}

	.about__facts{
		align-items: center;
	}

	.about__facts img{
		width: 50px;
		margin-left: -5px;
	}

	.nosotros{
		top: 56%;
	}

	.navegacion{
		top: 7%;
	}

	/*WHY*/
	.gallery__image{
		width: 200px;
		height: 200px;
	}

	.gallery__image img{
		width: 200px;
		height: 200px;
	}

	.why{
		font-size: 13px;
		top: 55%;

	}

	.bullet:before{
		left: 2px;
	}

	.about__certificaciones{
		font-size: 13px;
		margin-top: 1em;
	}

	.contact__information{
		display: none;
	}

	.menu__principal nav{
		width: 50%;
	}



}

@media screen and (max-width: 480px) { 
	.facts div{
		display: none;
	}

	.social{
		font-size: 15px;
		top: 75%;
	}

	.social a{
		margin-left: 25px;
	}

	.home__copy{
		top: 40%;
	}

	.home__copy .subtitle{
		width: 65%;
	}

	.section__nosotros{
		background-position: right !important;
	}

	.nosotros p{
		font-size: 12px;
	}

	.nosotros h5{
		font-size: 18px;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding-top: 10px;
	}

	/*WHY*/
	.gallery__image{
		width: 150px;
		height: 150px;
	}

	.gallery__image img{
		width: 150px;
		height: 150px;
	}

	.gallery{
		display: none;
	}

	#clientes__desktop{
		display: none;
	}

	#clientes__mobile{
		display: block;
	}

	.render__text{
		left: 70%;
		text-align: right;
	}

	.about__sistema{
		left: 62%;
	}

	.control{
		left: -30px;
	}
}


@media screen and (max-width: 320px) { 
	.home__title{
		font-size: 35px;
	}

	.nosotros p{
		font-size: 11px;
	}
	
	.gallery{
		display: none;
	}

	.control{
		left: -10px;
	}

}





