@charset "utf-8";
@import url("webfonts/Adlinnaka_Bold/stylesheet.css");
@import url("webfonts/HelveticaNeueLight/stylesheet.css");


/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
}
#head1 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
}
#head2 {
	clear: none;
	width: 100%;
	display: block;
	background-color: #000;
	margin-top: 5px;
}
#slider {
	clear: both;
	width: 100%;
	display: block;
}
main {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
article {
	clear: both;
	width: 100%;
	display: block;
	height: 340px;
}
aside {
	clear: both;
	width: 85%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
#hero {
	clear: both;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
}
#hero1 {
	clear: both;
	width: 100%;
	display: block;
}
#hero2 {
	clear: both;
	width: 98%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: 680px;
}
#container1  {
	clear: none;
	width: 94%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}
#container2 {
	clear: none;
	width: 100%;
	display: block;
	/* [disabled]height: 550px; */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
section {
	clear: none;
	margin-left: auto;
	width: 80%;
	display: block;
	text-align: center;
	margin-right: auto;
	height: 20px;
	margin-top: 10px;
}	
#visual {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	height: 1350px;
	margin-right: auto;
	text-align: center;
}
#vis1 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 300px;
	margin-right: auto;
}
#vis2 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 300px;
	margin-right: auto;
}
#vis3 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 300px;
	margin-right: auto;
}
#vis4 {
	clear: none;
	margin-left: auto;
	width: 70%;
	display: block;
	text-align: center;
	height: 300px;
	margin-right: auto;
}
#visualx {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	height: 670px;
	color: #666;
	margin-right: auto;
	text-align: center;
    }
#vix1 {
	clear: none;
	float: left;
	margin-left: 7%;
	width: 35%;
	display: block;
	text-align: center;
	height: 280px
    }
#vix2 {
	clear: none;
	margin-left: 18%;
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	height: 280px
    }
#vix3 {
	clear: none;
	float: left;
	margin-left: 7%;
	width: 35%;
	display: block;
	text-align: center;
	height: 280px;
    }
#vix4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 35%;
	display: block;
	text-align: center;
	height: 280px;
}	
#contact {
	clear: both;
	width: 40%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #0085B2;
	border-radius: 40px 40px 40px 40px;
	background-color: #0085B2;
}
#contact:hover {
	clear: both;
	width: 16%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #0085B2;
	border: 1px solid #ffffff;
	border-radius: 40px 40px 40px 40px;
}	
#social-media{
	clear: both;
	width: 85%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 130px;
	margin-top: 80px;
}	
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 800px;
	padding-top: 30px;
	text-align: center;
	background-image: url(images/background/footer-mobil.png);
}
#foot1 {
	clear: none;
	width: 86%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
	line-height: 30px;
}
#foot2 {
	clear: none;
	width: 40%;
	display: block;
	height: 250px;
	line-height: 35px;
	float: left;
	margin-left: 7%;
}
#foot3 {
	clear: none;
	width: 40%;
	display: block;
	height: 250px;
	line-height: 35px;
	float: left;
	margin-left: 10%;
}
#foot4 {
	clear: none;
	width: 86%;
	display: block;
	margin-left: 7%;
	height: 150px;
	line-height: 35px;
	float: left;
} 
.text-menu {
	font-family: HelveticaNeueLight;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	line-height: 22px;
}
.text-principal {
	font-family: "Adlinnaka Bold";
	font-size: 22px;
	color: #0085B2;
	line-height: 22px;
}
.text-title {
	font-family: "Adlinnaka Bold";
	font-size: 17px;
	color: #1985B3;
}
.text-visual {
	font-family: "Adlinnaka Bold";
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #2A3E4F;
}

.text-contenidos {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}

.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.text-foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.text-perfomance {
	font-family: "Adlinnaka Bold";
	font-size: 20px;
	color: #0085B2;
	line-height: 22px;
}

.text-key {
	font-family: "Adlinnaka Bold";
	font-size: 14px;
	color: #2A3E4F;
}
.text-content {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-align: justify;
}
.text-contact {
	font-family: "Adlinnaka Bold";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #0085B2;
}
.Text-options {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 28px;
	text-decoration: none;
}

#sider-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sider-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#containerx {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
.contenido {
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #0085B2;
	height: 35px;
	width: 90%;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 50px;
}
.size {
	width: 90%;
	height: 42px;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.size2 {
	height: 150px;
	width: 89%;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}	
 	
.text-contact:hover {
	font-family: "Adlinnaka Bold";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #ffffff;
}
.text-visualx {
	font-family: "Adlinnaka Bold";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1985B3;
	line-height: 22px;
	text-align: center;
}
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 768px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
}
#head1 {
	clear: none;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 95px;
	text-align: center;
}
#head2 {
	clear: none;
	display: block;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
}
main {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 860px;
}
aside {
	clear: both;
	width: 96%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 310px;
}
article {
	clear: both;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	margin-top: 20px;
}
#hero{
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 950px;
}
#hero1 {
	clear: both;
	width: 94%;
	display: block;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#hero2 {
	clear: both;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#container {
	clear: both;
	width: 97%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 830px;
    }
#container1 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	height: 500px;
    }
#container2 {
	clear: none;
	width: 100%;
	display: block;
	text-align: left;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
    }	
#visual {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	height: 750px;
	color: #666;
	margin-right: auto;
	text-align: center;
    }
#vis1 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 35%;
	display: block;
	text-align: center;
	height: 330px
    }
#vis2 {
	clear: none;
	margin-left: 18%;
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	height: 330px
    }
#vis3 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 35%;
	display: block;
	text-align: center;
	height: 330px;
    }
#vis4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 35%;
	display: block;
	text-align: center;
	height: 330px;
}		
#visualx {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	height: 650px;
	color: #666;
	margin-right: auto;
	text-align: center;
    }
#vix1 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 35%;
	display: block;
	text-align: center;
	height: 250px
    }
#vix2 {
	clear: none;
	margin-left: 18%;
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	height: 250px
    }
#vix3 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 35%;
	display: block;
	text-align: center;
	height: 250px;
    }
#vix4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 35%;
	display: block;
	text-align: center;
	height: 250px;
}	
#contact {
	clear: both;
	width: 40%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #0085B2;
	border-radius: 40px 40px 40px 40px;
	background-color: #0085B2;
}		
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 600px;
	padding-top: 60px;
	background-image: url(images/background/footer-tablet.png);
}
#foot1 {
	clear: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: 280px;
	line-height: 20px;
	margin-top: 60px;
	text-align: center;
}
#foot2 {
	clear: none;
	width: 24%;
	display: block;
	height: 260px;
	float: left;
	margin-left: 5%;
	line-height: 35px;
}
#foot3 {
	clear: none;
	width: 24%;
	display: block;
	height: 260px;
	float: left;
	margin-left: 5%;
	line-height: 35px;
}
#foot4 {
	clear: none;
	width: 30%;
	display: block;
	height: 260px;
	line-height: 35px;
	margin-left: 9%;
	text-align: left;
}	 
.text-menu {
	font-family: HelveticaNeueLight;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	line-height: 22px;
}
.text-principal {
	font-family: "Adlinnaka Bold";
	font-size: 24px;
	color: #0085B2;
	line-height: 22px;
}
.text-title {
	font-family: "Adlinnaka Bold";
	font-size: 16px;
	color: #1985B3;
}
.text-visual {
	font-family: "Adlinnaka Bold";
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #2A3E4F;
}

.text-contenidos {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}

.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.text-foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.Text-options {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 30px;
	text-decoration: none;
}
#slider {
	clear: both;
	width: 100%;
	display: block;
}
#sider-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sider-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#containerx {
	clear: both;
	width: 90%;
	display: block;
	text-align: center;
	height: 700px;
}
.contenido {
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #0085B2;
	height: 35px;
	width: 90%;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 50px;
}
.size {
	width: 90%;
	height: 42px;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.size2 {
	height: 150px;
	width: 89%;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}	
section {
	clear: none;
	margin-left: auto;
	width: 60%;
	display: block;
	text-align: center;
	margin-right: auto;
	height: 80px;
	margin-top: 10px;
}	
 
.text-perfomance {
	font-family: "Adlinnaka Bold";
	font-size: 25px;
	color: #0085B2;
	line-height: 22px;
}
.text-content {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-align: justify;
}
.text-contact {
	font-family: "Adlinnaka Bold";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #0085B2;
}
.text-contact:hover {
	font-family: "Adlinnaka Bold";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #ffffff;
}

.text-key {
	font-family: "Adlinnaka Bold";
	font-size: 16px;
	color: #2A3E4F;
}	
.text-visualx {
	font-family: "Adlinnaka Bold";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1985B3;
	line-height: 22px;
	text-align: center;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 920px) {

.gridContainer {
	width: 100%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}

#head1 {
	clear: none;
	float: left;
	width: 26%;
	display: block;
	height: 70px;
	margin-top: 5px;
}
#head2 {
	clear: none;
	float: right;
	/* [disabled]margin-left: 10%; */
	width: 74%;
	display: block;
	margin-top: 25px;
	height: 55px;
	text-align: center;
	background-color: #FFF;
	}
#slider {
	clear: both;
	width: 100%;
	display: block;
	height: 650px;
	background-size: 100% 100%;
	margin-top: 80px;
}
#sider-1 {
	clear: none;
	float: left;
	width: 33%;
	display: block;
	height: 350px;
	margin-left: 10%;
	margin-top: 100px;
}
#sider-2 {
	clear: none;
	float: right;
	width: 45%;
	display: block;
	height: 300px;
	margin-right: 10%;
	margin-top: 100px;
}
main {
	clear: both;
	width: 100%;
	display: block;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(images/heros/hero-1.webp);
	-webkit-animation-name: animationx;
	animation: linear infinite;
	animation-delay: 1ms;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	animation-direction: alternate;
	-webkit-animation: animationx 40s linear infinite;
	animation-timing-function: ease;
}
aside {
	clear: none;
	float: right;
	width: 40%;
	display: block;
	height: 500px;
	margin-right: 5%;
	margin-top: 10%;
}
article {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	z-index: 20;
	height: 400px;
	margin-left: 10%;
	margin-top: 10%;
}
#hero {
	clear: both;
	width: 100%;
	display: block;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 1500px;
}
#hero1 {
	clear: none;
	float: left;
	width: 48%;
	display: block;
	margin-left: 5%;
	height: 450px;
	text-align: left;
}
#hero2 {
	clear: none;
	float: right;
	width: 35%;
	display: block;
	z-index: 25;
	margin-right: 8%;
	height: 450px;
}
#container {
	clear: both;
	margin-left: auto;
	/* [disabled]max-width: 1050px; */
	width: 100%;
	display: block;
	height: 500px;
	margin-right: auto
    }
#container1 {
	z
	float: left;
	width: 42%;
	display: block;
	height: 420px;
	text-align: center;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin-left: 6%;
    }
#container2 {
	clear: none;
	float: right;
	width: 40%;
	display: block;
	height: 420px;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	margin-right: 8%;
    }	
section {
	clear: none;
	margin-left: auto;
	width: 60%;
	display: block;
	text-align: center;
	margin-right: auto;
	height: 80px;
	margin-top: 50px;
}	
#visual {
	clear: both;
	margin-left: auto;
	max-width: 1500px;
	width: 100%;
	margin-right: auto;
	height: 420px;
	line-height: 19px;
	background-image: url(imagenes/visual/visual-general.png);
	background-repeat: no-repeat;
	text-align: center;
    }
#vis1 {
    clear: none;
    float: left;
    width: 20%;
    display: block;
    height: 250px;
    text-align: left;
    margin-left: 5%
    }
#vis2 {
    clear: none;
    margin-left: 4%;
    width: 20%;
    display: block;
    height: 250px;
    float: left;
    text-align: left
    }
#vis3 {
    clear: none;
    margin-left: 4%;
    width: 20%;
    display: block;
    height: 250px;
    float: left;
    text-align: left
    }
#vis4 {
    clear: none;
    float: left;
    width: 20%;
    display: block;
    height: 250px;
    margin-left: 5%;
    text-align: left
}		
#visualx {
	clear: both;
	margin-left: auto;
	max-width: 1500px;
	width: 100%;
	margin-right: auto;
	height: 380px;
	line-height: 19px;
	background-image: url(imagenes/visual/visual-general.png);
	background-repeat: no-repeat;
	text-align: center;
    }
#vix1 {
	clear: none;
	float: left;
	width: 15%;
	display: block;
	height: 250px;
	text-align: center;
	margin-left: 5%
    }
#vix2 {
	clear: none;
	margin-left: 10%;
	width: 15%;
	display: block;
	height: 250px;
	float: left;
	text-align: center
    }
#vix3 {
	clear: none;
	margin-left: 10%;
	width: 15%;
	display: block;
	height: 250px;
	float: left;
	text-align: center
    }
#vix4 {
	clear: none;
	float: left;
	width: 15%;
	display: block;
	height: 250px;
	margin-left: 8%;
	text-align: center
}		
#contact {
	clear: both;
	width: 16%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #0085B2;
	border-radius: 40px 40px 40px 40px;
	background-color: #1985B3;
}
#contact:hover {
	clear: both;
	width: 16%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #0C0;
	border: 1px solid #ffffff;
	border-radius: 40px 40px 40px 40px;
}		
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 310px;
	background-color: #666;
	background-image: url(images/background/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
#foot1 {
	clear: none;
	float: left;
	margin-left: 6%;
	width: 25%;
	display: block;
	height: 250px;
	text-align: justify;
	margin-top: 0px;
}
#foot2 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 15%;
	display: block;
	height: 250px;
	line-height: 40px;
	text-align: left;
}
#foot3 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 15%;
	display: block;
	height: 250px;
	line-height: 40px;
	text-align: left;
}
#foot4 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 28%;
	display: block;
	height: 250px;
	line-height: 40px;
	text-align: left;
}
.text-menu {
	font-family: HelveticaNeueLight;
	font-size: 14px;
	font-weight: normal;
	color: #2A3E4F;
	margin: 0px;
	line-height: 22px;
}
.text-principal {
	font-family: "Adlinnaka Bold";
	font-size: 35px;
	color: #FFFFFF;
	line-height: 22px;
}
.text-title {
	font-family: "Adlinnaka Bold";
	font-size: 18px;
	color: #FFFFFF;
}
.text-subtitle {
	font-family: "Adlinnaka Bold";
	font-size: 18px;
	color: #2A3E4F;
}
.text-visual {
	font-family: "Adlinnaka Bold";
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #2A3E4F;
}

.text-contenidos {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-align: justify;
}

.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-style: normal;
	text-align: left;
}
.text-foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.Text-options {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
	text-decoration: none;
}
.text-perfomance {
	font-family: "Adlinnaka Bold";
	font-size: 25px;
	color: #0085B2;
	line-height: 22px;
}
.text-content {
	font-family: HelveticaNeueLight;
	font-size: 16px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-align: justify;
}
.text-contact {
	font-family: "Adlinnaka Bold";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #0085B2;
}
.text-contact:hover {
	font-family: "Adlinnaka Bold";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #ffffff;
}

.text-key {
	font-family: "Adlinnaka Bold";
	font-size: 16px;
	color: #2A3E4F;
}



#containerx {
	clear: none;
	margin-left: auto;
	width: 55%;
	display: block;
	height: 600px;
	text-align: center;
	padding-top: 60px;
	margin-right: auto;
}
.text-visualx {
	font-family: "Adlinnaka Bold";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1985B3;
	line-height: 22px;
	text-align: center;
}

.contenido {
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #0085B2;
	height: 45px;
	width: 90%;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 50px;
}
.size {
	width: 90%;
	height: 42px;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.size2 {
	height: 150px;
	width: 89%;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}	

.xpand{
	-webkit-transform:scale(0.9,0.9);
	-webkit-transition-timing-function:ease-in;
	opacity:0.9;*/
	color:#666;
	}
.xpand:hover{
	cursor:pointer;
	-webkit-transform:scale(1,1);
	-webkit-transition-duration:1s;
	-webkit-ttransition-delay:1ms;
	-webkit-transition-property:all;
	-webkit-transition-timing-function:ease-in-out;
	opacity:1;
	color:#001B56;
	}	
			  


@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 20;
	margin-top: -150px;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #7f8c8d;
	color: #330066;
	letter-spacing: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #FFFFFF;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;

}			  
	
	
	
}
.h6{
	font-size: 0px;
	line-height: 0px;
	}
.h4{
	font-size: 0px;
	line-height: 0px;
	}
	
.text-sider {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.text-subsider {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.text-subcontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}

#astronauta{
	-webkit-animation-name:levitar;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-webkit-animation-delay:1ms;
	}
@-webkit-keyframes levitar{
	from{ -webkit-transform:translateY(5px)}
	to{-webkit-transform:translateY(40px)}

}
#seo-layer{
	-webkit-animation-name:ampliar;
	-webkit-animation-delay:1ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-duration:1s;
	-webkit-animation-play-state:paused;
	}
#seo-layer:hover{
	-webkit-animation-play-state:running;
    }
@-webkit-keyframes  ampliar{
	from{-webkit-transform:scale(1.0,1.0 )}
	to{-webkit-transform:scale(1.03,1.03)}
	}
.animationx {
		from { background-position: 0 0; }
		to { background-position: 100% 0; }
	}		
@-webkit-keyframes animationx{	
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
	}
	
a{
	text-decoration:none;
	color: #fff;}
a:visited{
	text-decoration: none;
	color: #fff;
}a:hover{
	text-decoration: none;
	color: #FFF;
}a:focus{
	text-decoration: none;
	color: #FFF;
}a:active,a:hover{
	outline: 0;
	color: #FFF;	
}
 
	

 
