﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?es75v0');
  src:  url('../fonts/icomoon.eot?es75v0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?es75v0') format('truetype'),
    url('../fonts/icomoon.woff?es75v0') format('woff'),
    url('../fonts/icomoon.svg?es75v0#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-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.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-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}





body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Source Sans Pro', 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;
}


#cintillo-ayuda{
	width: 100%;
	height: 80px;
	display: none;
}



#wrapP{
	width: 1150px;
	margin: 0 auto;
}

#pagina{
	background: white;
	width: 100%;
	float: left;
	padding: 0 10px 20px;

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

#cabecera{
	position: relative;
	width: 100%;
	float: left;
}

#logotipo{
	width: 50%;
	float: left;
	margin: 45px 0 0 0;
}

#logotipo img{
	width: 100%;
}


#leyenda{
	width: 40%;
	text-align: center;
	color: #0000fd;
	font-weight: bold;
	font-size: 38px;
	float: left;
	margin: 55px 0 0 0;
}
#leyenda span{
	width: 100%;
	color: red;
	font-size: 25px;
	float: left;
}



#menu{
	border: 0px solid red;
	width: 100%;
	float: right;
	margin: 20px 0 0 0;
}

#menu-r{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #fe0000;
	color: white;
}

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

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

#menu a{
	text-decoration: none;
}

.menu{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 22px 0;
}

.menu:hover, .activo{
	background: #fe0000;
	color: white;
}


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

#menu-secundario{
	position: absolute;
	top: 50px;
	left: -25%;
	z-index: 1000000000;
	border: 1px solid #ddd;
	background: white;
	width: 150%;
	display: none;

	-webkit-box-shadow: 10px 10px 10px black;
	box-shadow: 10px 10px 10px black;
}

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

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

.menu-secundario{
	width: 100%;
	text-align: center;
	color: blue;
	font-weight: bold;
	font-size: 17px;
	float: left;
	padding: 10px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-secundario:hover{
	background: red;
	color: white;
}


#datos{
	position: absolute;
	top: 0;
	right: 0;
	background: #f7f7f7;
	width: 60%;

	box-shadow: 3px 3px 3px gray;
}

#datos span{
	width: 33.33%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 7px 0;
}

#datos span img{
	float: right;
}

#datos strong{
	color: #fe0000;
}



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

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	border: 2px solid black;
	background: #f7f7f7;
	width: 37%;
	float: right;
	padding: 12px;

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

#efectod strong{
	width: 100%;
	font-size: 23px;
	color: blue;
	float: left;
	margin: 0 0 20px 0;
}



#contenido{
	width: 100%;
	float: left;
	padding: 20px 0;
}

.titulo{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
	padding: 12px 0;
}

.video{
	width: 60%;
	margin: 0 20% 30px;
}
.video video{
	width: 100%;
}

.cuadro{
	width: 21%;
	float: left;
	margin: 0 2% 20px;
}

.titulo-cuadro{
	background: #fe0000;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	float: left;
	padding: 12px 0;
}

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

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

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



#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 20px;

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

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 50%;
	font-size: 20px;
	line-height: 30px;
	float: right;
	padding: 20px;

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


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

.seccion{
	width: 62%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

.seccion strong{
	font-size: 23px;
}

.imagen-seccion{
	width: 35%;
	font-size: 18px;
	line-height: 23px;
	float: right;
}

.imagen-seccion img{
	width: 100%;
}


.imagen{
	width: 35%;
	float: left;
}

.imagen img{
	width: 100%;
}

.texto{
	width: 65%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
}


#footer{
	background: black;
	width: 100%;
	float: left;
}

.seccion-footer{
	color: white;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding:20px 12px;

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

.seccion-footer strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px blue;
}

.seccion-footer a{
	color: white;
}

.importante{
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}


@media screen and (max-width: 1150px){
	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#datos{
		position: relative;
		width: 100%;
		float: left;
	}
	#leyenda{
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
	}
	#leyenda{
		width: 100%;
		float: right;
	}
	#menu{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.cuadro{
		width: 46%;
	}

	.video{
		width: 80%;
		margin: 0 10% 30px;
	}
}
@media screen and (max-width: 700px){
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
	}

	.texto-banner{
		width: 100%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	.d600{
		display: none;
	}
	#leyenda{
		width: 100%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0;
	}
	#menu-secundario{
		position: relative;
		top: 0;
		width: 100%;
		left: 0;
	}
	#cintillo-ayuda{
		display: block;
	}
	#datos{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
	}
	#datos span{
		width: 100%;
	}

	.cuadro{
		width: 90%;
		margin: 0 5% 30px;
	}

	#datos span{
		width: 100%;
		font-size: 28px;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.texto{
		width: 100%;
	}
	.imagen{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen img{
		width: 70%;
	}

	.video{
		width: 100%;
		margin: 0 0% 30px;
	}
}














