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

[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-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}



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


#cintillo{
	background: #006eb6;
	width: 100%;
	float: left;
}

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

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

#cintillo-conten span img{
	width: 25px;
	float: right;
	margin: -4px 0 0 5px;
}

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


#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

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

#logotipo img{
	width: 100%;
}

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

#menu-r{
	background: #90da3b;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 17px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	float: left;
	padding: 10px 8px;
	cursor: pointer;
	display: none;

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

#menu ul{
	border: 0px solid green;
	width: 100%;
	float: left;
}

#menu ul li{
	width: 24%;
	float: left;
	margin: 0 0.5%;
}

.menu{
	background: #90da3b;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 16px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	float: left;
	padding: 10px 8px;

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

.menu:hover, .activo, #menu-r:hover{
	background: #006eb6;
	color: white;
}


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


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

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

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

.seccion{
	width: 62%;
	font-size: 22px;
	line-height: 32px;
	float: left;
}
.seccion strong{
	color: #006eb6;
}

.imagen-seccion{
	width: 37%;
	font-size: 20px;
	line-height: 30px;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


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


#banner{
	background: #e6e5a8;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	float: left;
	padding: 20px 0;
}

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


.cuadro{
	border: 1px solid #ddd;
	width: 23%;
	float: left;
	margin: 0 1%;

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

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

.titulo-cuadro{
	background: #90da3b;
	width: 100%;
	text-align: center;
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
	color: white;
	float: left;
	padding: 12px 0;
}



.imagenes{
	width: 100%;
	text-align: center;
	float: left;
}

.imagenes img{
	height: 150px;
	margin: 0 20px 20px;
}




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

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

.seccion-footer{
	color: white;
	font-size: 22px;
	line-height: 32px;
	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;
}

@media screen and (max-width: 1200px){
	#cintillo-conten, #cabecera-conten, #contenido, #banner-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: 1000px){
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.d700{display: none;}

	.cuadro{
		width: 90%;
		margin: 0 5% 30px;
	}
}
@media screen and (max-width: 600px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}
	.right{
		width: 100% !important;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
	.seccion-footer{
		width: 100% !important;
	}
	#logotipo img{
		width: 70%;
	}
}














