﻿body{
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}


#cabecera-ayuda{
	border: 0px solid red;
	width: 100%;
	height: 95px;
	float: left;
}

.blanco{
	background: white !important;
}


#cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #20212d;
	width: 100%;
	float: left;

	transition: all 0.4s;
}

#cabecera-conten{
	width: 100%;
	float: left;
}

#logotipo{
	background: #ff8000;
	width: 30%;
	float: left;
	padding: 0px 60px 0px 0px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logotipo img{
	width: 90%;
}


#menu{
	background: rgba(192, 210, 229, 0.82);
	width: 70%;
	float: right;
	margin: 45px 0 0 0;
}

#menu-r{
	width: 100%;
	font-weight: lighter;
	text-align: center;
	font-size: 18px;
	padding: 8px 0;
	cursor: pointer;
	display: none;

	transition:  all 0.2s;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	position: relative;
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	font-weight: lighter;
	text-align: center;
	font-size: 18px;
	padding: 8px 0;
	cursor: pointer;

	transition:  all 0.2s;
}

.menu:hover, .activo, #menu-r:hover{
	background: #ff8000;
}


#menu ul li:hover #menu-secundario{
	display: block;
}


#menu-secundario{
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 100000;
	background: #20212d;
	display: none;
}

#menu-secundario ul{
	width: 100%;
	float: left;
}

#menu-secundario ul li{
	width: 100%;
}

.menu-secundario{
	width: 100%;
	text-align: center;
	color: yellow;
	font-size: 18px;
	float: left;
	padding: 10px 0;
	margin: 0 0 3px 0;
	cursor: pointer;
}
.menu-secundario:hover{
	background: #edcd1e;
	color: #20212d;
}


#inicio{
	background: url(../images/fondo-inicio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 900px;
	float: left;
}

#inicio-conten{
	width: 1200px;
	margin: 0 auto;
}

.tUno{
	width: 100%;
	text-align: center;
	font-size: 65px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 1px black;
	margin: 150px 0 0 0;
	padding: 0 180px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tDos{
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: white;
	float: left;
	text-shadow: 2px 2px 1px black;
	margin: 50px 0 0 0;
	padding: 0 200px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#ofrecemos{
	width: 100%;
	float: left;
	padding: 50px 0;
}

#ofrecemos-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo-ofrecemos{
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #C6C6C6;
	color: black;
	float: left;
	margin: 0 0 30px 0;
}

.rayita{
	background: #ff8000;
	width: 100px;
	height: 8px;
	display: inline-block;
}

.cuadro{
	width: 31.33%;
	float: left;
	margin: 30px 0;
	cursor: pointer;
}

.enmedio{
	margin: 30px 3%;
}

.imagen-cuadro{
	width: 100%;
	float: left;
}

.imagen-cuadro img{
	width: 100%;
	float: left;
}

.texto-cuadro{
	background: #f7f7f7;
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	float: left;
	padding: 30px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-cuadro strong{
	font-size: 22px;
	color: #3D5975;
}


#tecnologias{
	width: 100%;
	float: left;
}

#tecnologias-conten{
	width: 1200px;
	margin: 0 auto;
}

.tres{
	width: 31.33%;
	float: left;
}

.tres img{
	width: 100%;
}

.texto-tres{
	font-size: 30px;
	line-height: 50px;
	font-weight: lighter;
	padding: 40px 0 0 0;
}



#nosotros{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 40px 0;
}

#nosotros-conten{
	width: 1200px;
	margin: 0 auto;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 62%;
	font-size: 28px;
	line-height: 38px;
	float: left;
	padding: 0 20px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-seccion{
	width: 37%;
	float: left;
}
.imagen-seccion img{
	width: 90%;
	float: right;
}


#amarillo{
	background: #ff8000;
	width: 100%;
	float: left;
}

#amarillo-conten{
	width: 880px;
	margin: 0 auto;
}

.cuadrito{
	width: 24%;
	text-align: center;
	color: #3D5975;
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 30px 0;
}

.cuadrito strong{
	color: white;
	font-size: 60px;
}

.linea{
	background: white;
	width: 0.3%;
	height: 80px;
	float: left;
	margin: 50px 0 0 0;
}


#imagen{
	width: 100%;
	float: left;
}

#imagen-conten{
	width: 1200px;
	margin: 0 auto;
}

#imagen-conten img{
	width: 100%;
	float: left;
}


#contacto{
	width: 100%;
	float: left;
	padding: 40px 0;
}

#contacto-conten{
	width: 1200px;
	margin: 0 auto;
}

#mapa{
	width: 100%;
	height: 400px;
	margin: 30px 0;
}
#mapa iframe{
	width: 100%;
	height: 100%;
}

#formulario{
	width: 50%;
	font-size: 19px;
	line-height: 24px;
	float: left;
	padding: 0 30px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#informacion{
	width: 50%;
	font-size: 19px;
	line-height: 24px;
	float: right;
}

#informacion strong{
	font-size: 25px;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 27px;
	line-height: 32px;
	font-weight: lighter;
	float: left;
	padding:0 220px;
	margin: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titulaso{
	width: 100%;
	float: left;
	padding: 0 0 0 100px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titulaso .titulo-ofrecemos{
	text-align: left;
	margin: 0;
}
.titulaso .rayita{
	margin: 0 0 30px 0;
}


.m{
	width: 50%;
	float: left;
}

.m p{
	width: 100%;
	text-align: justify;
	font-size: 23px;
	line-height: 28px;
	padding:0 100px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m img{
	width: 67%;
	margin: 30px 0 0 0;
}



#ventana{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background: url(../images/fondo-inicio.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: none;

	overflow-y: scroll;
}

#ventana-conten{
	width: 1000px;
	margin: 0 auto;
}

#ventana-contenido{
	position: relative;
	background: #ededed;
	width: 100%;
	float: left;
	padding: 20px 30px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cerrar{
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: white;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 12px;
	cursor: pointer;

	border-radius: 50%;
}

#cabecera-ventana{
	width: 100%;
	float: left;
}

#titulo-ventana{
	width: 70%;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	float: left;
}

#titulo-ventana img{
	width: 80%;
}

#imagen-ventana{
	width: 30%;
	text-align: center;
	float: right;
}
#imagen-ventana img{
	width: 66%;
}

#t-ventana{
	width: 55%;
	font-size: 18px;
	line-height: 21px;
	float: left;
}

#t-ventana strong{
	font-size: 23px;
}

#i-ventana{
	width: 45%;
	float: right;
}
#i-ventana img{
	width: 100%;
	margin: 30px 0 0 0;
}

.regresar{
	background: white;
	width: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	padding: 10px 12px;
	float: right;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.regresar:hover{
	font-weight: bold;
}

.mitad{
	width: 50%;
	float: left;
}


@media screen and (max-width: 1300px){
	#menu{
		margin: 15px 0 0 0;
	}
	#inicio-conten, #ofrecemos-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1200px){
	#tecnologias-conten, #nosotros-conten, #contacto-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.m p{
		padding: 0 10px;
	}
	#imagen-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#menu{
		margin: 0px 0 0 0;
	}
	.tUno, .tDos{
		padding: 10px;
	}
	#ventana-conten{
		width: 100%;
	}
	.texto{
		padding: 0 10px;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#logotipo img{
		width: 50%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 880px){
	#amarillo-conten{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	.tres{
		width: 90%;
		margin: 0 5% 30px;
	}
	.tres .cuadro{
		margin: 0 !important;
	}
	.m{
		width: 100%;
	}
	.titulaso{
		padding: 0 10px;
		margin: 20px 0 0 0 !important;
	}
}
@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.cuadro{
		width: 90%;
		margin: 0 5% 20px;
	}
	#t-ventana{
		width: 100%;
	}
	#i-ventana{
		width: 100%;
	}
	.cuadrito{
		width: 49%;
	}
}
@media screen and (max-width: 600px){
	#inicio{
		height: 1050px;
	}
	.rayita{
		width: 90% !important;
	}
	#titulo-ventana{
		font-size: 35px;
	}
	.mitad{
		width: 100%;
	}
	.cuadrito{
		border-bottom: 5px solid white;
		width: 100%;
	}
	.linea{
		display: none;
	}
	#formulario, #informacion{
		width: 100%;
	}
}














