﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wdne2x');
  src:  url('../fonts/icomoon.eot?wdne2x#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wdne2x') format('truetype'),
    url('../fonts/icomoon.woff?wdne2x') format('woff'),
    url('../fonts/icomoon.svg?wdne2x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-abajo:before {
  content: "\e906";
}
.icon-arriba:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-inicio:before {
  content: "\e905";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-calendario:before {
  content: "\e953";
}
.icon-celular:before {
  content: "\e958";
}
.icon-usuario:before {
  content: "\e971";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}





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


#cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border: 0px solid red;
	width: 100%;
	float: left;
	margin-top: 30px;
}

#cabecera-conten{
	width: 1300px;
	margin: 0 auto;
}

#logotipo{
	width: 40%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#menu{
	border: 0px solid white;
	width: 25%;
	float: right;
}

.whatsapp{
	border: 0.5px solid white;
	width: 70%;
	text-align: center;
	font-size: 27px;
	font-weight: lighter;
	color: white;
	float: left;
	padding: 8px 12px;
	cursor: pointer;

	border-radius: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.whatsapp img{
	width: 30px;
	float: right;
}

#menu-r{
	width: 30%;
	text-align: center;
	color: white;
	font-size: 27px;
	font-weight: bold;
	float: right;
	padding: 8px 12px;
	cursor: pointer;

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



#abajo{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	border: 0px solid white;
	width: 100%;
	float: left;
	margin: 100px 0 0 0;
}

#redes{
	border: 1px solid transparent;
	width: 20%;
	text-align: left;
	color: white;
	font-size: 27px;
	float: left;

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

#mouse{
	border:0px solid white;
	width: 100%;
	text-align: center;
	float: left;

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

#mouse img{
	width: 7%;
}

#flechas{
	border:0px solid white;
	width: 20%;
	color: white;
	float: right;

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

#flechas div{
	border: 0px solid white;
	width: 50%;
	text-align: center;
	font-size: 42px;
	float: left;
	margin: 12px 0 0 0;

	cursor: pointer;
}





#cero{
	position: relative;
	background: url(../images/fondo-cero.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;
}

#fondo-oscuro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}

#cero-conten{
	position: relative;
	z-index: 1;
	width: 1250px;
	margin: 0 auto;
}


#enmedio{
	width: 100%;
	text-align: center;
	float: left;
	margin: 100px 0 0 0;
}

#enmedio img{
	width: 20%;
}



#uno{
	position: relative;
	border: 0px solid red;
	background: url(../images/fondo-uno.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

.ver-mas{
	position: absolute;
	bottom: 160px;
	left: 0;
	width: 100%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.ver-mas div{
	border: 1px solid white;
	background: rgba(0,0,0,0.7);
	width: 20px;
	color: white;
	font-size: 30px;
	padding: 7px 12px;
	display: inline-block;

	border-radius: 50%;
}

.titulo{
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}

.titulo div{
	background: rgba(0,0,0,0.7);
	color: white;
	font-size: 24px;
	text-align: center;
	font-weight: lighter;
	display: inline-block;
	padding: 7px;

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

	border-radius: 7px;
}


#oscuro-seccion{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}

#blanco-seccion{
	width: 800px;
	margin: 0 auto;
}

#blanco-seccion-conten{
	border: 0px solid white;
	position: relative;
	width: 100%;
	margin: 100px 0 0 0;
}

.cerrar{
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 40px;
	float: left;
	margin: 0 0 40px 0;
	cursor: pointer;
}

.s{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 24px;
	line-height: 34px;
	float: left;
	display: none;
}

#dos{
	position: relative;
	border: 0px solid red;
	background: url(../images/fondo-dos.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#tres{
	position: relative;
	border: 0px solid red;
	background: url(../images/fondo-tres.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#cuatro{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-cuatro.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#cinco{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-cinco.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#seis{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-seis.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#siete{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-siete.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#ocho{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-ocho.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#nueve{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-nueve.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#diez{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-diez.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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

#once{
	cuatro: relative;
	border: 0px solid red;
	background: url(../images/fondo-once.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;

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



#oscuro-contacto{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	border: 0px solid red;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}

#contacto{
	width: 1000px;
	margin:0 auto;
}

#contacto-conten{
	border: 0px solid white;
	width: 100%;
	float: left;
	margin: 70px 0 0 0;
}

#contactoi{
	width: 60%;
	float: left;
}

#contactod{
	border: 0px solid white;
	width: 40%;
	color: white;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 20px;

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

#redes{
	width: 100%;
	font-size: 20px;
	float: left;
}
#redes a{
	color: white;
	text-decoration: none;
}
#redes b{
	margin: 0 20px 0 0;
}



#menus{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}

#menus-conten{
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

#menus-i{
	width: 70%;
	float: left;
}

#menus-d{
	border: 0px solid red;
	width: 30%;
	float: right;
	padding: 180px 0 0 0;
}

#menus-d a{
	text-decoration: none;
}

.menu{
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: white;
	font-weight: lighter;
	padding: 20px 0;
	cursor: pointer;
}


#perfil{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	border: 0px solid red;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	padding: 100px 0 0 0;
	display: none;
}

#perfil-conten{
	width: 600px;
	text-align: justify;
	color: white;
	font-size: 19px;
	line-height: 29px;
	font-weight: lighter;
	margin: 0 auto;
}

#perfil-conten a{
	color: white;
}



#clientes{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}

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

.for{
	background: white;
	width: 18%;
	text-align: center;
	float: left;
	margin: 0 1% 15px;
	padding: 5px;

	border-radius: 5px;

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

.for img{
	height: 60px;
}

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

@media screen and (max-width: 1300px){
	#cabecera-conten, #clientes-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: 1000px){
	#menu{
		width: 35%;
	}
	.whatsapp{
		width: 60%;
		margin: 0 20%;
	}
	#menu-r{
		width: 100%;
	}

	.for img{
		width: 100%;
		height: auto !important;
	}

	#contacto{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	.titulo{
		bottom: 60px;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 70%;
	}
	#menu{
		width: 100%;
	}
	#blanco-seccion{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 700px){
	#menus-i{
		width: 50%;
	}
	#menus-d{
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	#perfil{
		padding: 20px 0 0 0;
	}
	#perfil-conten{
		width: 100%;
		line-height: 19px;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 500px){
	#logotipo img{
		width: 100% !important;
	}
}






