html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}


/*ESTILOS GENERALES*/

::-moz-selection {
 background-color:#9AC635;
 color: black;
}
::selection {
	background-color: #9AC635;
	color: black;
}
	
::-webkit-scrollbar {
 width: 10px;
}
	
::-webkit-scrollbar-track { /*fondo-barra-scroll*/
 background-color:#fff;
}

::-webkit-scrollbar-thumb { /*barra-scroll*/
 background-color: #9AC635;
}
	
::-webkit-scrollbar-thumb:hover {
 background-color:#89C009;
}
a {
	text-decoration: none;
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
* {
	box-sizing: border-box;
}

/* Navigation */

.navigation {
	position: fixed;
	top: 30%;
	left: 3%;
	width: 10px;
	height: 140px;
	z-index: 100;
	background-color: white;
	border-radius: 15px;
	padding-top: 5px;
}
.navigation li {
	display: block;
	height: 25px;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
}
.navigation li:hover {
	cursor: pointer;
	color: black;
}
.navigation .active {
	cursor: pointer;
	color: #89C009;
	font-weight: bold;
	
}
/* General Slides */ 


#menu-movil {
	display: none;
}
#imagenmenu {
    background-color:black;
    width:500px;
    height:5000px;
}
.menu_principal {
	width: 100%;
	height: 80px;
	text-align: center;
	position: fixed;
	z-index: 100;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.menu_principal img {
	width: 130px;
	position: absolute;
	top: 20px;
	left: 2%;
}
.menu_principal a {
	position: relative;
	float: left;
	width: 12%;
	height: 80px;
	margin: 0 1px;
	font-size: 9px;
	line-height: 80px;
	letter-spacing: 2px;
	color: black;
	border-bottom: 2px solid rgba(255,255,255,0.0);
	box-sizing: border-box;
	
}
.menu_principal a:nth-child(7) {
	display: none;
}
.menu_principal a.active {
	border-bottom: 2px solid black;
	font-weight: 400;
}
.menu_principal a:nth-child(2) {
	margin-left: 10%;
}
.menu_principal a:hover {
	color: #9AC635;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom: 2px solid #9AC635;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
}
.fondo_menu {
	width: 100%;
	height: 80px;
	background-image: url(../imagenes/spiration-light.png);
	background-color: white;
}
.contenedor_slides {
	margin: auto;
	padding-top: 300px;
}
.contenedor_slides p {
	position: relative;
	width: 450px;
	height: 400px;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}
footer {
	text-align: center;
	padding: 100px 0;
	background-image: url(../imagenes/spiration-light.png);
	margin-top: 100px;
}
footer section {
	width: 600px;
	height: 350px;
	margin: auto;
	background-image: url(../imagenes/contacto.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin-bottom: 70px;
	padding-top: 100px;
	text-align: left;
}
footer section h2 {
	font-weight: 900;
	font-size: 70px;
}
footer section h3 {
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
footer section a {
	background-color: #89C009;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 30px;
	border-radius: 30px;
	color: white;
	font-weight: 700;
}
footer section a:hover {
	color: #89C009;
	background-color: black;
}
footer p img {
	width: 50px;
}
footer h4 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
	margin-top: 30px;
}
footer h5 {
	font-size: 14px;
	font-weight: 700;
}
footer figure {
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: 0;
	background-image: url(../imagenes/footer_pie.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
footer h6 {
	width: 320px;
	height: 20px;
	position: absolute;
	bottom: 50px;
	right: 0;
}
footer h6 a {
	color: #808080;
	font-size: 14px;
	line-height: 20px;
}
footer h6 a:hover {
	color: #808080;
	color: #699601;
	letter-spacing: 1px;
}
/*HOME*/

#home_01 {
	background-image: url(../imagenes/spiration-light.png);
}
#home_1 {
    background-color: black;
}
#home_0 {
	background-image: url(../imagenes/spiration-light.png);
}
.blc {
    color: white;
}
.boton_contacto {
	position: absolute;
	width: 200px;
	height: 50px;
	background-color: black;
	color: #89C009;
	border-radius: 30px;
	background-image: url(../imagenes/contact_icon.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 45px;
	font-weight: 400;
	cursor: pointer;
	padding-left: 70px;
	letter-spacing: 2px;
	border: 1px solid white;
	margin-top: 40px;
}
.boton_contacto:hover {
	background-color: #89C009;
	color: black;
	background-position: right;
	padding-left: 30px;
}

#home_01 .contenedor_slides {
	background-image:url(../imagenes/Mision.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 1170px;
	height: 900px;
}
#home_1 .contenedor_slides {
	background-image:url(../imagenes/home_1.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 1170px;
	height: 900px;
}
#home_1 .contenedor_slides .boton_contacto , #home_01 .contenedor_slides , #home_0 .contenedor_slides .boton_contacto {
	bottom: 300px;
	left: 25%;
}
#home_0 .contenedor_slides {
	background-image:url(../imagenes/Vision.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 1170px;
	height: 900px;
}
#home_2 {
	background-color: black;
}
#home_2 .contenedor_slides {
	height: 750px;
	background-image: url(../imagenes/home_2_ilustracion.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 1100px;
}
#home_2 .contenedor_slides p {
	float: right;
	color: white;
	text-align: right;
}
#home_2 .contenedor_slides .boton_contacto {
	bottom: 300px;
	right: 25%;
}
#home_3 {
	background-image:url(../imagenes/home_1_ilustracion.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	height: 800px;
}
#home_3 .contenedor_slides {
	width: 1200px;
	height: 900px;
}
#home_3 .contenedor_slides p {
	float: right;
	text-align: right;
}
#home_3 .contenedor_slides .boton_contacto {
	bottom: 280px;
	right: 25%;
}
#home_4 {
	background-image: url(../imagenes/spiration-light.png);
	border-bottom: 1px solid #D0D0D0;
}
#home_4 .contenedor_slides {
	width: 1024px;
	background-image: url(../imagenes/home_4_ilustracion.png);
	background-position: center right;
	background-repeat: no-repeat;
	height: 800px;
}
#home_4 .contenedor_slides .boton_contacto {
	bottom: 350px;
	left: 25%;
}
.nuestra_esencia {
	width: 1024px;
	height: 600px;
	padding-top: 150px;
}
.nuestra_esencia h2 {
	font-size: 40px;
	line-height: 50px;
	color: #9AC635;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 900;
}
.nuestra_esencia ul {
	margin-top: 50px;
}
.nuestra_esencia ul li {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	background-color: black;
	margin: 0 20px;
	color: white;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	padding: 60px;
	letter-spacing: 1px;
	font-weight: 300;
	border-radius: 0px 70px 0px 70px;
}
#aliados {
	width: 1366px;
	height: 300px;
	margin: auto;
	text-align: center;
	margin-top: 120px;
}
#aliados h2 {
	font-size: 40px;
	margin-bottom: 50px;
	color: #9AC635;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 900;
}
#aliados li {
	display: inline-block;
	width: 170px;
	height: 100px;
	margin: 0 5px;
}
#aliados li img {
	width: 130px;
	filter: grayscale(100%);
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;	
}
#aliados li img:hover {
	filter: grayscale(0%);
}

/*LATTITUDE*/
#lattitude_10 {
	background-image: url(../imagenes/spiration-light.png);
}
#lattitude_10 .contenedor_slides {
	margin: auto;
	width: 70%;
	background-image: url(../imagenes/Integrada.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#lattitude_1 {
	background-image: url(../imagenes/spiration-light.png);
}
#lattitude_1 .contenedor_slides {
	margin: auto;
	width: 70%;
	background-image: url(../imagenes/lattitude_1.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#lattitude_1 .contenedor_slides h2 , #lattitude_10 .contenedor_slides h2 {
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 3px;
	color: #89C009;
	font-weight: 900;
	margin-bottom: 30px;
	width: 45%;
}
#lattitude_1 .contenedor_slides p , #lattitude_10 .contenedor_slides p {
	width: 70%;
}

#lattitude_2 {
	background-image: url(../imagenes/lattitude_2.jpg);
}
#lattitude_2 .contenedor_slides {
	margin: auto;
	width: 1050px;
	height: 700px;
}
#lattitude_2 .contenedor_slides h2,
#lattitude_2 .contenedor_slides p {
	width: 50%;
	height: 300px;
	float: left;
}
#lattitude_2 .contenedor_slides h2 {
	font-weight: 900;
	font-size: 80px;
}
#lattitude_2 .contenedor_slides h3 {
	font-weight: 900;
	font-size: 80px;
	width: 50%;
	height: 300px;
	float: left;
}

.bla {
	background-color:black;
}
#lattitude_3 {
	height: 800px;
}
#lattitude_3 ul {
	width: 850px;
	height: 600px;
	margin: auto;
	margin-top: 80px;
}
#lattitude_3 ul h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	color: #89C009;
	line-height: 80px;
	padding-top: -500px;
}
#lattitude_3 ul li {
	width: 230px;
	height: 230px;
	border: 2px solid #9AC635;
	float: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 40px;
	border-radius: 0px 60px 0px 60px;
	margin: 15px;
}
/*
#lattitude_3 ul li:nth-child(3), #lattitude_3 ul li:nth-child(6) {
	padding-top: 55px;
}
#lattitude_3 ul li:nth-child(4), #lattitude_3 ul li:nth-child(5) {
	border: none;
}*/

/*SERVICES*/

#services_1 {
	background-image: url(../imagenes/spiration-light.png);
}
#services_1 .contenedor_slides {
	margin: auto;
	width: 1100px;
	height: 900px;
	background-image: url(../imagenes/services_1.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#services_1 .contenedor_slides h2 {
	font-size: 100px;
	line-height: 120px;
	font-weight: 900;
	color: #9AC635;
}
#services_3 h2 {
	text-align: center;
	font-size: 30px;
	color: #89C009;
	font-weight: 900;
}
/*CLOUD*/

#cloud_1 {
	background-image: url(../imagenes/spiration-light-verde.png);
}
#cloud_1 .contenedor_slides {
	margin: auto;
	width: 100%;
	height: 900px;
	background-image: url(../imagenes/mundo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	padding-right: 30%;
}
#cloud_1 .contenedor_slides h2 {
	font-size: 100px;
	line-height: 150px;
	font-weight: 900;
}
#cloud_1 .contenedor_slides p {
	float: right;
	width: 500px;
}
#cloud_2 {
	padding-top: 150px;
}
#cloud_2 ul {
	width: 1000px;
	height: 400px;
	margin: auto;
}
#cloud_2 ul li {
	width: 240px;
	position: relative;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	padding: 40px;
}
#cloud_2 ul li span {
	font-size: 60px;
	line-height: 100px;
	font-weight: 900;
	color: #89C009;
}
#cloud_2 ul li:nth-child(1) {
	background-color: rgba(137,192,9,0.1);
	height: 270px;
	border-top: 1px solid #89C009;
}
#cloud_2 ul li:nth-child(2) {
	background-color: rgba(137,192,9,0.2);
	height: 300px;
	border-top: 3px solid #89C009;
	margin: 0 5px;
}
#cloud_2 ul li:nth-child(3) {
	background-color: rgba(137,192,9,0.3);
	height: 330px;
	border-top: 5px solid #89C009;
	margin-right: 5px;
}
#cloud_2 ul li:nth-child(4) {
	background-color: rgba(137,192,9,0.4);
	height: 360px;
	border-top: 7px solid #89C009;
}
.nuestros_clientes {
	width: 700px;
	height: auto;
	text-align: center;
	margin: auto;
	padding-top: 70px;
}
.nuestros_clientes h3 {
	font-size: 30px;
	font-weight: 900;
	color: #89C009;
	margin-bottom: 50px;
}
.nuestros_clientes img {
	margin: 15px;
	filter: grayscale(100%);
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.nuestros_clientes img:hover {
	margin: 15px;
	filter: none;
}
/*SOLUTIONS*/

#solutions_1 {
	background-image: url(../imagenes/spiration-light-verde.png);
}
#solutions_1 .contenedor_slides {
	margin: auto;
	width: 1200px;
	height: 900px;
	background-image: url(../imagenes/solutions.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#solutions_1 .contenedor_slides h2 {
	font-size: 100px;
	line-height: 150px;
	font-weight: 900;
	color: white;
}
#solutions_2 {
	padding-top: 150px;
}
#solutions_2 ul {
	width: 910px;
	height: 400px;
	margin: auto;
}
#solutions_2 ul li {
	width: 300px;
	position: relative;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 35px;
	height: 400px;
}
#solutions_2 ul li h5 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}
#solutions_2 ul li span {
	font-size: 60px;
	line-height: 100px;
	font-weight: 900;
	color: #89C009;
}
#solutions_2 ul li:nth-child(1) {
	background-color: rgba(137,192,9,0.1);
}
#solutions_2 ul li:nth-child(2) {
	background-color: rgba(137,192,9,0.2);
	margin: 0 5px;
}
#solutions_2 ul li:nth-child(3) {
	background-color: rgba(137,192,9,0.3);
}
/*CONTACTO*/ 


#contacto {
	background-image: url(../imagenes/spiration-light.png);
}
#contacto .contenedor_slides {
	margin: auto;
	height: 900px;
	width: 1200px;
	background-image: url(../imagenes/mapa.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#contacto .contenedor_slides h2 {
	float: right;
	text-align: right;
	width: 300px;
	height: 70px;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
#contacto .contenedor_slides form {
	width: 50%;
	height: 270px;
	position: relative;
	float: left;
}
.botones-form {
	width: 90%;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: black;
	border: none;
	margin-bottom: 15px;
	margin-left: 5%;
	border-bottom: 1px solid #89C009;
	background-color: transparent;
	outline: none;
	transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
.botones-form:hover {
	color: #89C009;
	border-bottom: 1px solid black;
}
 .botones-form::-webkit-input-placeholder {
 color:black;
}
 .botones-form::-moz-input-placeholder {
 color:black;
}
 .botones-form:hover::-webkit-input-placeholder {
 color:#89C009;
}
 .botones-form:hover::-moz-input-placeholder {
 color:#89C009;
}
.mensaje {
	height: 100px;
}
#enviar {
	width: 90%;
	margin-left: 5%;
	height: 35px;
	border: none;
	outline: none;
	color: black;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	background-color: rgba(137,192,9,0.0);
	transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
#enviar:hover {
	color: #89C009;
}
#datos_contacto {
	margin: auto;
	width: 700px;
	height: 300px;
	margin-top: 100px;
}
#datos_contacto section {
	width: 340px;
	height: 300px;
	float: left;
	position: relative;
	background-color: black;
	color: white;
	padding: 70px 0 0 30px;
}
#datos_contacto section:nth-child(1) {
	margin-right: 20px;
}
#datos_contacto section img {
	position: absolute;
	top: -40px;
	left: 132px;
	width: 76px;
	height: 85px;
}
#datos_contacto section h5 {
	font-size: 17px;
	line-height: 33px;
}
#datos_contacto section h5 span {
	color: #89C009;
}
.gracias {
	margin: auto;
	width: 550px;
	height: 400px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #89C009;
	padding: 70px;
	padding-top: 200px;
	border-bottom: 1px solid #89C009;
}

/*responsive*********************************************************************************************
*************************************************************************************/


/*1536*/	
@media screen and (max-width:1600px) {
#solutions_1 .contenedor_slides {
	height: 800px;
}
}

/*1366*/	
@media screen and (max-width:1440px) {
.navigation {
	right: 3%;
}
.contenedor_slides {
	padding-top: 250px;
}
.contenedor_slides p {
	font-size: 18px;
	line-height: 32px;
}
#home_1 .contenedor_slides , #home_01 .contenedor_slides , #home_0 .contenedor_slides {
	height: 800px;
}
#home_1 .contenedor_slides .boton_contacto , #home_01 .contenedor_slides , #home_0 .contenedor_slides .boton_contacto {
	bottom: 280px;
	left: 15%;
}
#home_2 .contenedor_slides {
	height: 700px;
	width: 900px;
}
#home_2 .contenedor_slides p {
	width: 350px;
}
#home_2 .contenedor_slides .boton_contacto {
	bottom: 280px;
	right: 15%;
}
#home_3 .contenedor_slides {
	height: 800px;
}
#home_3 .contenedor_slides p {
	float: left;
	text-align: left;
}
#home_3 .contenedor_slides .boton_contacto {
	bottom: 330px;
	left: 10%;
}
#home_4 .contenedor_slides .boton_contacto {
	bottom: 400px;
	left: 15%;
}
.nuestra_esencia {
	height: 550px;
	padding-top: 120px;
}
.nuestra_esencia h2 {
	font-size: 30px;
	line-height: 40px;
}
#aliados {
	width: 800px;
	height: 400px;
}
#aliados li {
	width: 130px;
}
#lattitude_1 .contenedor_slides , #lattitude_10 .contenedor_slides {
	width: 80%;
	height: 700px;
	background-size: 45%;
}
#lattitude_1 .contenedor_slides h2 , #lattitude_10 .contenedor_slides h2  {
	font-size: 22px;
	line-height: 34px;
}
#lattitude_1 .contenedor_slides p , #lattitude_10 .contenedor_slides p {
	width: 50%;
}
#lattitude_2 .contenedor_slides {
	width: 900px;
}
#lattitude_2 .contenedor_slides h2 {
	font-size: 70px;
}
#lattitude_3 {
	height: 800px;
}
#lattitude_3 ul {
	margin-top: 10px;
}
#contacto .contenedor_slides {
	width:100%;
	background-image: url(../imagenes/mapa_movil.png);
	padding-left: 50px;
	padding-right: 100px;
	height: 700px;
}
}

/*1024*/	
@media screen and (max-width:1100px) {
footer section {
	width: 450px;
	height: 250px;	
	margin-bottom: 50px;
	padding-top: 70px;
	background-size: 50%;
}
footer section h2 {
	font-size: 50px;
}
footer section h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
footer section a {
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
}

.menu_principal img {
	width: 100px;
	top: 30px;
	left: 20px;
}
.contenedor_slides p {
	width: 400px;
	height: 200px;
	font-weight: 700;
}
#home_1 .contenedor_slides, #home_3 .contenedor_slides, #home_4 .contenedor_slides,  #home_01 .contenedor_slides , #home_0 .contenedor_slides{
	padding-left: 100px;
}
.nuestra_esencia {
	width: 800px;
	height: 500px;
}
.nuestra_esencia ul li {
	width: 250px;
	height: 250px;
	margin: 0px 8px;	
	font-size: 16px;
	line-height: 20px;
	padding: 50px;
}
.nuestra_esencia ul li img {
	width: 50%;
	}
#home_2 .contenedor_slides {
	padding-right: 60px;
}
#home_2 .contenedor_slides p {
	width: 280px;
}
#home_3 .contenedor_slides .boton_contacto {
	bottom: 300px;
}
#lattitude_1 , #lattitude_10 {
	height: 600px;
	}
#lattitude_1 .contenedor_slides, #lattitude_10 .contenedor_slides {
	padding-top: 200px;
}
#lattitude_1 .contenedor_slides h2 , #lattitude_10 .contenedor_slides h2 {
	width: 50%;
}
#services_1 .contenedor_slides {
	width: 100%;
	height: 800px;
	padding-left: 100px;
	padding-top: 150px;
}
#services_1 .contenedor_slides h2 {
	font-size: 80px;
}

#cloud_2 {
	padding-top: 80px;
}
#cloud_2 ul {
	width: 88%;	
}
#cloud_2 ul li {
	width: 25%;	
}
#cloud_2 ul li:nth-child(2) {
	margin: 0;
}
#cloud_2 ul li:nth-child(3) {
	margin-right: 0;
}
#solutions_1 .contenedor_slides {
	margin: auto;
	width: 100%;
	background-image: url(../imagenes/solutions_movil.png);
	padding-left: 100px;
	background-size: 60%;
}
#solutions_1 .contenedor_slides h2 {
	font-size: 80px;
}
#solutions_1 .contenedor_slides p {
	width: 350px;
}
#solutions_2 ul {
	width: 800px;	
}
#solutions_2 ul li {
	width: 263px;	
}
}

/*768*/	
@media screen and (max-width:800px) {
.menu_principal {
	display: none;
}
#menu-movil {
	display: inline;
}
#menu-movil section {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	background-image: url(../imagenes/spiration-light.png);
	border-bottom: 1px solid #9AC635;
	z-index: 100;	
}
#menu-movil section img {
	width: 120px;
	top: 15px;
	left: 40px;
	position: absolute;
}
#menu-movil .open {
	top: 0;
}
#menu-movil .menu-btn {
	cursor: pointer;
	background-image: url(../imagenes/btn-hamburger.png);
	height: 60px;
	width: 60px;
	background-size: cover;
	background-color: black;
	display: inline;
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
#menu-movil .close-btn {
	background-image: url(../imagenes/btn-close.png);
	z-index: 1001;
}
#menu-movil nav {
	position: fixed;
	top: -1600px;
	left: 0;
	right: 0;
	background-image: url(../imagenes/spiration-light.png);
	background-color: rgba(255,255,255,0.7);
	transition: all 0.5s;
	z-index: 1000;
	height: 100%;
	overflow: hidden;
	padding-top: 30%;
}
#menu-movil nav > ul {
	width: 100%;
	margin: auto;
	text-align: center;
}
#menu-movil nav > ul > li > a {
	font-size: 20px;
	line-height: 70px;
	display: block;
	color: black;
	border-bottom: 1px dotted #9AC635;
	letter-spacing: 3px;
	background-color: rgba(154,198,53,0.0);
}
#menu-movil nav > ul > li > a:hover {
	background-color: rgba(154,198,53,1.00);
}
.navigation,
.fondo_menu {
	display: none;
}
.contenedor_slides p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
#home_1 .contenedor_slides , #home_01 .contenedor_slides , #home_0 .contenedor_slides {
	width: 100%;
	background-position: bottom center;
	padding: 120px 0;
}
	
#home_1 .contenedor_slides p , #home_01 .contenedor_slides p , #home_0 .contenedor_slides p {
	width: 60%;
	text-align: center;	
	margin-left: 20%
	}
#home_1 .contenedor_slides .boton_contacto , #home_01 .contenedor_slides , #home_0 .contenedor_slides .boton_contacto {
	bottom: 57%;		
	}
#home_2 .contenedor_slides {
	width: 100%;
	background-size: 100%;
	}
#home_3 {
	background-image: none;
	}
#home_3 .contenedor_slides {
	width: 100%;
	background-image: url(../imagenes/home_1_movil.png);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #9AC635;
	padding: 0;
	}
#home_3 .contenedor_slides p {
	margin-top: 450px;
	margin-left: 80px;
	width: 200px;
	height: 100px;
	}
#home_3 .contenedor_slides .boton_contacto {
	bottom: 20%;		
	}
#home_4 .contenedor_slides {
	width: 100%;
	background-position: bottom center;
	padding: 0;
	}
#home_4 .contenedor_slides p {
	width: 50%;
	text-align: center;	
	margin-left: 25%;
	padding-top: 80px;
	}
#home_4 .contenedor_slides .boton_contacto {
	bottom: 70%;		
	}
.nuestra_esencia {
	width: 600px;
	height: 400px;
	padding-top: 100px;
}
.nuestra_esencia h2 {
	font-size: 25px;
	line-height: 30px;	
}
.nuestra_esencia ul li {
	width: 180px;
	height: 180px;
	margin: 0px 8px;	
	font-size: 15px;
	line-height: 18px;
	padding: 30px;
	border-radius: 0px 50px 0px 50px;
}
.nuestra_esencia ul li img {
	width: 40%;
	}
#aliados {
	width: 600px;
	height: 300px;	
}
#aliados h2 {
	margin-bottom: 30px;
}
#aliados li {
	width: 110px;
	height: 70px;
	margin: 0;
}
#aliados li img {
	width: 100px;
}
#lattitude_1 , #lattitude_10 {
	height: 800px;
	}
#lattitude_1 .contenedor_slides , #lattitude_10 .contenedor_slides {
	width: 100%;
	padding: 120px 100px 0 100px;
	height: 800px;
	background-size: 70%;
	background-position: bottom right;
	text-align: center;
}
#lattitude_1 .contenedor_slides h2 , #lattitude_10 .contenedor_slides h2 {
	width: 100%;
}
#lattitude_1 .contenedor_slides p , #lattitude_10 .contenedor_slides p {
	width: 100%;
}
#lattitude_2 .contenedor_slides {
	padding: 250px 120px 0 120px;
	width: 100%;
	}
#lattitude_2 .contenedor_slides h2,
#lattitude_2 .contenedor_slides p {
	width: 100%;
	height:auto;
	text-align: center;
}
#lattitude_2 .contenedor_slides h2 {
	font-size: 50px;
	margin-bottom: 20px;
}
#lattitude_3 {
	height: 600px;
}
#lattitude_3 ul {
	width: 500px;
	}
#lattitude_3 ul li {
	margin: 8px;
}
#lattitude_3 ul li:nth-child(4), #lattitude_3 ul li:nth-child(5) {
	display: none;	
}
#services_1 .contenedor_slides {
	background-size: 80%;
	background-position: bottom right;
}
#cloud_1 .contenedor_slides {
	height: 800px;
	text-align:center;
	padding: 250px 0 0 0;
	background-size: 90%;	
}
#cloud_1 .contenedor_slides p {
	float:none;
	width: 300px;
	height: auto;
	margin: auto;
}
#cloud_2 {
	padding-top: 0px;
}
#cloud_2 ul {
	width: 100%;
}
#cloud_2 ul li {
	width: 50%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}
#cloud_2 ul li span {
	font-size: 30px;
	line-height: 50px;
}
#cloud_2 ul li:nth-child(1),
#cloud_2 ul li:nth-child(2),
#cloud_2 ul li:nth-child(3),
#cloud_2 ul li:nth-child(4) {
	height: 200px;
	border:none;
}
#solutions_1 .contenedor_slides {
	padding-top: 150px;
	background-size: 80%;
}
#solutions_1 .contenedor_slides p {
	width: 370px;
}
#solutions_2 {
	padding-top: 0px;
}
#solutions_2 ul {
	width: 100%;
	height:auto;
}
#solutions_2 ul li {
	width: 100%;
	padding: 70px;
	height: auto;
}
#solutions_2 ul li:nth-child(2) {
	margin: 0;
}
#solutions_2 ul li:nth-child(3) {
	margin-bottom: 50px;
}
.nuestros_clientes {
	width: 100%;
}

#contacto .contenedor_slides {
	padding: 100px 0;
	height: 600px;
}
#contacto .contenedor_slides h2 {
	width: 100%;
	height:auto;
	position:absolute;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 0 100px;
}
#contacto .contenedor_slides form {
	width: 80%;
	margin-left: 10%;
	height:auto;
	background-color: rgba(255,255,255,0.8);
	margin-top: 100px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.1);
}
#datos_contacto {
	margin: auto;
	width: 80%;
	height: 600px;
	margin-top: 100px;
}
#datos_contacto section {
	width: 100%;
	text-align: center;
}
#datos_contacto section:nth-child(1) {
	margin-right: 0px;
	margin-bottom: 5px;
}
#datos_contacto section img {
	position: absolute;
	top: -40px;
	left: 43%;
	width: 14%;
	height: auto;
}
	
	
}

/*414*/	
@media screen and (max-width:600px) {
#menu-movil nav > ul > li > a {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 3px;
}
footer section {
	width: 300px;
	height: 150px;		
	padding-top: 30px;
}
footer section h2 {
	font-size: 35px;
}
footer section h3 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
footer section a {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 15px;

}
#home_1 .contenedor_slides,	
#home_2 .contenedor_slides,
#home_3 .contenedor_slides,
#home_0.contenedor_slides,
#home_01 .contenedor_slides,
#home_4 .contenedor_slides {
	height: 600px;
	}	
#home_1 .contenedor_slides , #home_01 .contenedor_slides , #home_0 .contenedor_slides {
	background-size: 80%;
	padding-top: 80px;
}
#home_1 .contenedor_slides p , #home_01 .contenedor_slides p ,  #home_0.contenedor_slides p {
	width: 80%;
	margin-left: 10%
	}
#home_1 .contenedor_slides .boton_contacto , #home_01 .contenedor_slides , #home_0 .contenedor_slides .boton_contacto {
	bottom: 43%;		
	}
#home_2 .contenedor_slides {
	padding-top: 100px;
	background-size: 120%;
}
#home_2 .contenedor_slides p {
	text-align: center;
	width: 80%;
	}
#home_2 .contenedor_slides .boton_contacto {
	bottom: 55%;		
	}
#home_3 {
	height: 600px;
	}
#home_3 .contenedor_slides {
	background-size: 130%;
}
#home_3 .contenedor_slides p {
	margin-top: 350px;
	margin-left: 50px;
	width: 250px;
	}
#home_3 .contenedor_slides .boton_contacto {
	bottom: 12%;		
	}
#home_4 .contenedor_slides {
	background-size: 80%;
}
#home_4 .contenedor_slides p {
	padding-top: 50px;
	}
#home_4 .contenedor_slides .boton_contacto {
	bottom: 62%;
	}
.nuestra_esencia {
	width: 320px;
	height: 800px;
	padding-top: 50px;
}
.nuestra_esencia h2 {
	font-size: 25px;
	line-height: 30px;	
}
.nuestra_esencia ul {
	margin-top: 20px;
	}
.nuestra_esencia ul li {
	width: 200px;
	height: 200px;
	margin: 10px 60px;	
}
#aliados {
	width: 90%;
	height:auto;	
}
#lattitude_1 , #lattitude_10 {
	height: 600px;
	}
#lattitude_1 .contenedor_slides , #lattitude_10 .contenedor_slides {
	padding: 90px 30px 0 30px;
	height: 600px;
}
#lattitude_1 .contenedor_slides h2 , #lattitude_10 .contenedor_slides h2 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
#lattitude_2 .contenedor_slides {
	padding: 120px 50px 0 50px;
	height: 500px;
	}
#lattitude_2 .contenedor_slides h2 {
	font-size: 30px;
}

#lattitude_3 {
	height: 1100px;
	padding-top: 40px;
}
#lattitude_3 ul {
	width: 250px;
	height: 1050px;	
	margin-top: 0px;
}
#lattitude_3 ul h3 {
	font-size: 30px;
	line-height: 60px;
}
#services_1 .contenedor_slides {
	height: 600px;
	padding-left: 50px;
	padding-top: 100px;
}
#services_1 .contenedor_slides h2 {
	font-size: 70px;
}
#services_1 .contenedor_slides p {
	width: 80%;
	}
#cloud_1 {
	background-image: url(../imagenes/spiration-light-verde.png);
}
#cloud_1 .contenedor_slides {
	height: 600px;
	padding: 80px 0 0 0;
}
#cloud_1 .contenedor_slides h2 {
	font-size: 70px;
	line-height: 50px;
	padding: 50px;
}
#cloud_2 ul {
	height: 500px;
}
#cloud_2 ul li:nth-child(3),
#cloud_2 ul li:nth-child(4) {
	height: 300px;
}

#solutions_1 .contenedor_slides {
	padding-top: 150px;
	background-size: 100%;
	height: 600px;
	padding: 100px 0 0 0;
}
#solutions_1 .contenedor_slides h2 {
	width: 100%;
	text-align: center;
	font-size: 70px;
	}
#solutions_1 .contenedor_slides p {
	width: 100%;
	text-align: center;
	padding: 0 10%;
	height: auto;
}
#contacto .contenedor_slides h2 {
	padding: 0 50px;
}

}
/*360*/	
@media screen and (max-width:400px) {
.nuestros_clientes {
	width: 100%;
	padding-top: 70px;
}
.nuestros_clientes h3 {
	font-size: 25px;
	padding: 0 50px;
	margin-bottom: 30px;
}
.nuestros_clientes img {
	width: 120px;
	margin: 10px;

}
.nuestros_clientes img:hover {
	margin: 10px;
}
#hpp{
    font-size:100px;
    
}
}












