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




body{
	background: url(../images/fondo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

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

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


#cabecera{
	position: relative;
	background: black;
	width: 100%;
	float: left;
	padding: 20px 10px;

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


#redes{
	position: absolute;
	top: 0;
	right: 50px;
	width: 20%;
	text-align: center;
}
#redes img{
	width: 40px;
	margin: 0 10px;
}


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

#logotipo img{
	width: 100%;
}



#datos{
	float: right;
	padding: 5px;
	margin: 40px 0 0 0;
}

#datos span{
	background: #333333;
	color: white;
	font-size: 20px;
	padding: 0 10px;
}

#datos a{
	color: white;
}


#menu{
	background: #daa54d;
	background: -moz-linear-gradient(top, #daa54d 0%, #f0dbbb 44%, #daa54d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#daa54d), color-stop(44%,#f0dbbb), color-stop(100%,#daa54d));
	background: -webkit-linear-gradient(top, #daa54d 0%,#f0dbbb 44%,#daa54d 100%);
	background: -o-linear-gradient(top, #daa54d 0%,#f0dbbb 44%,#daa54d 100%);
	background: -ms-linear-gradient(top, #daa54d 0%,#f0dbbb 44%,#daa54d 100%);
	background: linear-gradient(top, #daa54d 0%,#f0dbbb 44%,#daa54d 100%);

	width: 100%;
	float: left;
}

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

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

#menu-r{
	display: none;
}
.menu, #menu-r{
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding:12px 0;
}
.menu:hover, .activo, #menu-r:hover{
	font-weight: bold;
	text-decoration: underline;
}

#menu a{
	color: black;
	text-decoration: none;
}


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


#contenido{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding:40px 12px;

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

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

.texto{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 100px;

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

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

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

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

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

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

h3{
	border: 0px solid red;
	width: 100%;
	text-align: center !important;
	font-size: 25px;
	color: #cd9127;
	text-align: left;
	float: left;
}

.pregunta{
	background: white;
	font-size: 20px;
	line-height: 26px;
	padding: 5px;
	margin-bottom: 20px;
	float: left;

	box-sizing: border-box;
}


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

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

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

.seccion-footer a{
	color: white;
}

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


@media screen and (max-width:1200px){
	#wrapP{
		width: 100%;
		padding:0 10px;

		box-sizing: border-box;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 35%;
	}
	#datos{
		width: 100%;
	}
}
@media screen and (max-width:1000px){
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width:900px){
	#datos span{
		width: 50%;
		float: left;
		margin: 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width:800px){
	#logotipo img{
		width: 50%;
	}
	.mitad{
		width: 100%;
	}
}
@media screen and (max-width:700px){
	#datos span{
		width: 100%;
		text-align: center;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width:600px){
	#logotipo img{
		width: 70%;
	}
	.texto{
		padding: 10px;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}
}
@media screen and (max-width:500px){
	#logotipo img{
		width: 90%;
	}
	#menu-r{
		display: block;
		cursor: pointer;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}













