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






body{
	background: url(../images/fondo.jpg);
	font-family: 'Montserrat', sans-serif;
}


#cintillo{
	background: #483221;
	background: -moz-linear-gradient(top, #483221 0%, #7c5c43 44%, #483221 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#483221), color-stop(44%,#7c5c43), color-stop(100%,#483221));
	background: -webkit-linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);
	background: -o-linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);
	background: -ms-linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);
	background: linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);

	width: 100%;
	float: left;
	height: 35px;
}



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

#pagina{
	background: black;
	width: 100%;
	float: left;
	padding: 0 20px;
}

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

#logotipo{
	border: 0px solid red;
	width: 14%;
	text-align: center;
	color: white;
	font-size: 60px;
	float: left;

	text-shadow: 4px 4px 3px #7c5c43;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 43%;
	text-align: center;
	color: white;
	font-size: 27px;
	line-height: 37px;
	float: left;
	padding: 0 20px;
	margin: 25px 0 0 0;

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

#datos{
	border: 0px solid red;
	width: 35%;
	float: right;
}

#datos p{
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: white;
	float: left;
	margin: 0 0 4px 0;
}

#datos strong{
	font-size: 22px;
}

#datos a{
	color: white;
}





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

	width: 100%;
	float: left;
}

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

	width: 100%;
	font-size: 21px;
	text-align: center;
	color: white;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #483221;
	background: -moz-linear-gradient(top, #483221 0%, #483221 44%, #483221 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#483221), color-stop(44%,#483221), color-stop(100%,#483221));
	background: -webkit-linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
	background: -o-linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
	background: -ms-linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
	background: linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
}

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

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

.menu{
	width: 100%;
	font-size: 21px;
	color: white;
	text-align: center;
	float: left;
	padding: 12px 15px;

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

	text-shadow: 1px 1px 1px black;
}

.uno{
	/*padding: 12px 15px;*/
}

.menu:hover, .activo{
	background: #483221;
	background: -moz-linear-gradient(top, #483221 0%, #483221 44%, #483221 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#483221), color-stop(44%,#483221), color-stop(100%,#483221));
	background: -webkit-linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
	background: -o-linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
	background: -ms-linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
	background: linear-gradient(top, #483221 0%,#483221 44%,#483221 100%);
}




#efecto{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

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

#efectod{
	width: 35%;
	color: white;
	text-align: center;
	float: left;
	margin: 0 0 0 20px;
}

#efectod img{
	margin: 10px 5px 30px;
}
#efectod strong{
	font-size: 22px;
}




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


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



.texto{
	width: 100%;
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: left;
}


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

.seccion{
	width: 62%;
	font-size: 22px;
	line-height: 32px;
	color: white;
	float: left;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.seccion a{
	color: white;
}

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

.seccion ul{
	list-style: disc;
	padding-left: 5px;
}

.anuncio{
	background: yellow;
	color: blue;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 10px;
	float: left;

	border-radius: 30px;

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

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

	border-radius: 10px;
}




.galeria{
	width: 100%;
	float: left;
	margin: 20px 0;
}

.galeria img{
	margin: 0 0 20px 0;
}




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

.marcas img{
	margin: 20px 40px !important;
}





#footer{
	background: #483221;
	background: -moz-linear-gradient(top, #483221 0%, #7c5c43 44%, #483221 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#483221), color-stop(44%,#7c5c43), color-stop(100%,#483221));
	background: -webkit-linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);
	background: -o-linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);
	background: -ms-linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);
	background: linear-gradient(top, #483221 0%,#7c5c43 44%,#483221 100%);

	width: 100%;
	float: left;
	padding: 12px 0;

	text-shadow: 1px 1px 1px black;
}

.tres{
	border: 0px solid white;
	width: 33.33%;
	text-align: center;
	font-size: 23px;
	line-height: 43px;
	color: white;
	float: left;
}


.producto{
	background: url(../images/fondo-cafe.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 70%;
	text-align: center;
	float: left;
	margin: 0 15% 30px;
	padding: 12px 0;

	border-radius: 10px;
}

.producto img{
	width: 80%;
	margin: 0 10%;
}


#footer a{
	color: white;
}

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

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

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

.seccion-footer img{
	width: 60%;
	margin: 0 20%;
}






@media screen and (max-width: 1180px){
	#wrapP, #footer-conten{
		width: 100%;
	}
	#pagina{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px){
	
}
@media screen and (max-width: 950px){
	#logotipo{
		width: 25%;
	}
	#leyenda{
		width: 75%;
	}
	#datos{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	.producto{
		width: 70%;
		margin: 0 15% 30px !important;
	}
}
@media screen and (max-width: 750px){
	#efectoi{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#efectod{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
		margin: 0 15%;
	}
}

@media screen and (max-width: 700px){
	#leyenda{
		margin: 5px 0 0 0;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 15px;
	}
	.tres{
		width: 100% !important;
		text-align: center;
	}
}

@media screen and (max-width: 600px){
	.mitad{
		width: 100%;
	}
}

@media screen and (max-width: 550px){
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 500px){
	#logotipo{
		width: 100%;
	}
	#logotipo img{
		width: 50%;
		margin: 0 25%;
	}
	#leyenda{
		width: 100%;
		font-size: 23px;
		padding: 0 5%;
		margin: 10px 0;
	}
}














