﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ziiitv');
  src:  url('../fonts/icomoon.eot?ziiitv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ziiitv') format('truetype'),
    url('../fonts/icomoon.woff?ziiitv') format('woff'),
    url('../fonts/icomoon.svg?ziiitv#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-check:before {
  content: "\e904";
}
.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{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family:'century gothic', 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: #7B132A;
	width: 100%;
	height: 35px;
}

#cintillo-conten{
	width: 1100px;
	height: 100%;
	margin: 0 auto;

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

#cintillo-conten span{
	color: white;
	float: left;
	margin-right: 50px;
	margin-top: 9px;

	text-shadow:1px 1px 1px #000;
}

#cintillo-conten a{
	color: white;
}

#cabecera{
	width: 100%;
	height: 150px;
	float: left;
	margin: 15px 0;
}

#cabecera-conten{
	border: 0px solid gray;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#cabecera-conten img{
	width: 100%;
}

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

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

#menu-conten{
	width: 1100px;
	margin: 0 auto;
}

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

#menu-r{
	background: #7B132A;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	float: left;
	cursor: pointer;
	display: none;
}

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

#menu-conten ul li{
	width: 19%;
	float: left;
	margin-right: 1%;
}

.menu{
	background: #7B132A;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: white;
	padding: 10px 0;
	transition:all 0.2s;
}

.menu:hover{
	background: #6a3520;
	padding: 15px 0;
	margin-top: -10px;
}


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

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

.mitad{
	width: 33.33%;
	text-align: center;
	font-size: 22px;
	color: white;
	float: left;
	padding: 12px 0;
}

.mitad a{
	color: white;
}


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

#efecto-conten{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#efecto-r{
	width: 100%;
	float: left;
	display: none;
}

#efecto-r img{
	width:100%;
	float: left;
}

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

#pagina{
	background: white;
	width: 100%;
	float: left;
	padding: 12px 0;
	margin: 25px 0 0 0;
}



#banner{
	background: #7B132A;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	color: white;
	text-align: center;
	float: left;
	padding: 12px 0;
	margin: 20px 0 0 0;

	text-shadow:1px 1px 1px #000;
}


.boton-agregar-productos-miniaturas{
	display: none;
}



#footer{
	border-top: 5px solid gray;
	background: #7B132A;
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

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

.seccion-footer{
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	padding: 10px;

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

.titulo-seccion-footer{
	border: 0px solid white;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	float: left;
	padding: 10px 0 10px 0;
}

.desarrollo-seccion-footer{
	position: relative;
	font-size: 19px;
	line-height: 37px;
	padding: 10px 0 0 0;
	float: left;
}

.desarrollo-seccion-footer span{
	width: 100%;
	float: left;
}

.desarrollo-seccion-footer a{
	color: white;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 200px;
}

@media screen and (max-width: 1100px){
	.desaparecer1100{
		display: none;
	}

	#cintillo-conten{
		width: 100%;
	}

	#cabecera, #cabecera-conten{
		width: 100%;
		height: auto;
	}

	#menu-conten{
		width: 100%;
	}

	#menu-conten ul li{
		width: 25%;
		margin-right: 0;
	}


	#efecto-conten{
		width: 100%;
	}

	.slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}

	#efecto-r img{
		margin-bottom: 10px;
	}


	#wrapP{
		width: 100%;
	}

	#footer, #footer-conten{
		width: 100%;
		height: auto;
	}

	#contacto-mujer{
		right: 0;
	}
}

@media screen and (max-width: 900px){
	.desaparecer900{
		display: none;
	}

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

@media screen and (max-width: 800px){
	.desaparecer800{
		display: none;
	}

	#cintillo-conten span{
		width: 33%;
		float: left;
		margin-right: 0;
	}
}

@media screen and (max-width: 700px){
	#menu-conten ul li{
		width: 50%;
	}
}

@media screen and (max-width: 500px){
	#menu-conten ul{
		display: none;
	}

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

	#menu-r{
		display: block;
	}

	.menu:hover{
		padding: 10px 0;
		margin-top: 0;
	}
}