﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?nsepuo');
  src:  url('../fonts/icomoon.eot?nsepuo#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?nsepuo') format('truetype'),
    url('../fonts/icomoon.woff?nsepuo') format('woff'),
    url('../fonts/icomoon.svg?nsepuo#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-estrella:before {
  content: "\e9d9";
}
.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;
}

#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 35px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: blue;
	width: 100%;
	float: left;
	padding: 0 10px;

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

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

#cintillo strong{
	text-shadow: 2px 2px 2px black;
}

#cintillo span{
	color: white;
	font-size: 20px;
	font-weight: lighter;
	float: left;
	padding: 10px 0;
	margin: 0 100px 0 0;
}

#cintillo span img{
	width: 25px;
	float: right;
	margin: -3px 0 0 10px;
}

.right{
	float: right !important;
	margin: 0 !important;
}

#cabecera{
	width: 100%;
	float: left;
	padding: 20px 10px 7px;

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

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

#logotipo{
	width: 9%;
	float: left;
}
#logotipo img{
	width: 100%;
}

#leyenda{
	width: 40%;
	color: #1fc30e;
	color: #002651;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Righteous', cursive;
	float: left;
	margin: 0 0 0 10px;
}


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

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

#menu a{
	text-decoration: none;
}

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

#menu ul li{
	width: 31.33%;
	float: left;
}

.menu{
	background: #787878;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	padding: 9px 0;
	float: left;
}

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


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

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

#efectod{
	border: 2px solid #ddd;
	background: #f7f7f7;
	background: url(../images/fondo2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 33%;
	font-size: 17px;
	line-height: 22px;
	float: right;
	margin: 0 1% 0 0;
	padding: 12px;

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

.boton{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	float: left;
	margin: 0 0 30px 0;
}

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

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

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

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 27px;
	line-height: 32px;
	color: gray;
	float: left;
	margin: 0 0 30px 0;
}

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

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

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



#oscuro{
	background: #4b4b4b;
	width: 100%;
	float: left;
	padding: 20px 0;
}

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


#mapa{
	width: 100%;
	float: left;
	padding: 30px 0;
}



#cabecera-fondo{
	width: 100%;
	height: 300px;
	float: left;
}

.productos-fondo{
	background: url(../images/productos-fondo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contacto-fondo{
	background: url(../images/contacto-fondo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}


table{
	width: 100%;
	float: left;
}

td{
	border: 2px solid #ddd;
	font-size: 22px;
	line-height: 32px;
	padding: 12px;
}




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

#footer a{
	color: white;
}

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

.seccion-footer{
	color: white;
	font-size: 19px;
	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 black;
}

.seccion-footer a{
	color: white;
}


@media screen and (max-width: 1200px){
	#cintillo-ayuda{
		display: none;
	}
	#cintillo{
		position: relative;
	}
	#cintillo-conten, #cabecera-conten, #oscuro-conten, #footer-conten{
		width: 100%;
	}
	#contenido{
		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){
	#logotipo{
		width: 20%;
	}
	#leyenda{
		width: 75%;
	}
	#menu{
		width: 100%;
	}
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 700px){
	.d700{display: none;}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}
	.right{
		width: 100% !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.thumbnails ul li{
		width: 70%;
		margin: 0 15% !important;
	}
	.thumbnails ul li img{
		width: 100%;
		height: auto !important;
	}
}
@media screen and (max-width: 500px){
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0 !important;
	}
	#menu-r{
		display: block;
	}
}
















