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




body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Lato', 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{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}

#cintillo-conten img{
	width: 40px;
	float: right;
}

#cintillo-conten p{
	float: right;
	padding: 10px 0;
}

#cintillo-conten p span{
	font-size: 18px;
	float: left;
	margin: 10px 20px 0 0;
}

#cabecera{
	background: url(../images/fondo-gris.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

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

#logotipo img{
	width: 100%;
}


#datos{
	width: 75%;
	float: right;
	margin: 10px 0 0 0;
}

#leyenda{
	width: 100%;
	text-align: center;
	font-size: 30px;
	float: left;
}

#datos p{
	background: #f7f7f7;
	width: 32.33%;
	text-align: center;
	float: left;
	padding: 10px 0;
	margin: 10px 0 0 0;
}

#datos p strong{
	border: 0px solid red;
	width: 15%;
	color: #f7a46a;
	font-size: 25px;
	float: left;
	margin: 6px 0 0 0;
}

#datos p span{
	width: 83%;
	color: gray;
	font-weight: lighter;
	font-size: 20px;
	line-height: 26px;
	float: right;
	margin: -10px 0 0 0;
}

#datos p span b{
	color: black;
}

#datos p span a{
	font-size: 17px;
}


#menu{
	background: #aa0000;
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

#menu a{
	color: white;
}

#menu-conten{
	border: 0px solid red;
	width: 1200px;
	margin: 0 auto;
}

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

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

#menu-conten ul li{
	float: left;
}

.menu{
	border: 0px solid white;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding:8px 38px;
}

.menu:hover, .activo{
	background: #404040;
}

.uno{
	padding-top:17px;
	padding-bottom:17px;
}


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


#contenido{
	width: 1400px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	margin: 40px 0;
}


.titulo{
	background: #404040;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 12px 0;
	margin: 0 0 30px 0;
}


.subtitulo{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
}

.subtitulo div{
	background:#a00;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	padding: 12px 20px;
	display: inline-block;

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

.imagenes{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
}

.imagenes img{
	height: 250px;
	margin:0 30px;
}


.parte{
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

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

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img, .imagen-seccion iframe{
	width: 100%;
}


#banner{
	background: #404040;
	width: 100%;
	float: left;
}

#banner-conten{
	width: 1200px;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 12px 0;
}


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

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

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

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

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


.cuadro{
	width: 24%;
	float: left;
	margin: 0 0.5%;
}

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

.titulo-cuadro{
	background: #a00;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 19px;
	float: left;
	padding: 9px 60px;

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


.formulario{
	width: 70%;
	font-size: 20px;
	line-height: 25px;
	float: left;
	margin: 0 15%;
}

.texto{
	width: 70%;
	font-size: 20px;
	line-height: 25px;
	float: left;
	margin: 30px 15% 0;
}


.descarga{
	width: 28.33%;
	text-align: center;
	margin: 0 2.5% 30px;
	float: left;
}

.descarga img{
	width: 70%;
}

.descarga strong{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

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



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

#footer-conten{
	width: 1400px;
	margin: 0 auto;
}

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

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

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}


#pie{
	background: #404040;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	color: white;
	float: left;
	padding: 12px 0;
}
#pie-conten{
	width: 1400px;
	margin: 0 auto;
}



@media screen and (max-width: 1400px){
	#contenido, #pie-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1200px){
	#cabecera-conten, #menu-conten, #banner-conten, #banner2-conten{
		width: 100%;
	}

	#cintillo-conten{
		width: 100%;
		padding: 0 10px;

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

	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 20%;
	}

	#datos{
		width: 100%;
	}

	.titulo-cuadro{
		padding: 10px 0;
	}
}

@media screen and (max-width: 900px){
	#logotipo img{
		width: 30%;
	}

	#datos p{
		width: 98%;
		margin: 5px 1% !important;
	}

	.cuadro{
		width: 49%;
	}

	.seccion-footer{
		width: 50% !important;
	}
}

@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.menu{
		width: 100%;
		padding: 12px 0;
	}

	.texto-banner{
		width: 100%;
	}

	.formulario{
		width: 95%;
		margin: 0 2.5%;
	}
}

@media screen and (max-width: 600px){
	#logotipo img{
		width: 40%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}

	.mitad{
		width: 100%;
	}

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

	.seccion-footer{
		width: 100% !important;
		text-align: left !important;
	}

	.texto{
		width: 95%;
		margin: 0 2.5%;
	}

	.descarga{
		width: 90%;
		margin: 0 5% 20px;
	}
}

@media screen and (max-width:500px){
	.imagenes img{
		width: 70%;
		height: auto !important;
		margin: 0 15%;
	}
}

@media screen and (max-width:400px){
	#logotipo img{
		width: 50%;
	}
}
















