﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1byh71');
  src:  url('../fonts/icomoon.eot?1byh71#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1byh71') format('truetype'),
    url('../fonts/icomoon.woff?1byh71') format('woff'),
    url('../fonts/icomoon.svg?1byh71#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: "\e900";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}


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

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -370%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}


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

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

#cabecera{
	border: 0px solid red;
	width: 85%;
	float: left;
	margin: 30px 7.5%;
}

#logotipo{
	border: 0px solid red;
	width: 57%;
	font-family: 'Cinzel', serif;
	font-size: 60px;
	color: #ecc6c6;
	color: #fcbbb5;
	float: left;
}

#logotipo strong{
	font-weight: normal;
}

#logotipo span{
	width: 100%;
	color: #c0bcbd;
	font-size: 27px;
	float: left;
	margin: 12px 0 0 0;
}

#redes{
	border: 0px solid red;
	width: 20%;
	text-align: center;
	font-size: 22px;
	float: left;
	margin: 0 0 0 50px;
}

.red{
	border: 0px solid red;
	width: 30px;
	height: 38px;
	color: white;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
}
.red img{
	width: 100%;
}

#carrr{
	border: 0px solid red;
	width: 24%;
	text-align: right;
	font-size: 23px;
	float: right;
	margin: 30px 0 0 0;
}

#carrr a{
	color: gray;
	text-decoration: none;
}
#carrr a:hover{
	color: black;
}


#menu{
	width: 100%;
	float: left; 
	margin: 30px 0;
}

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

#menu ul li{
	border: 0px solid red;
	width: 24%;
	float: left;

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

.menu{
	border: 0px solid red;
	background: url(../images/menu.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	line-height: 23px;
	color: black;
	float: left;
	padding: 3px 50px 3px 10px;

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

.menu:hover, .menu-lateral:hover{
	font-weight: bold;
}

.mUno{
	padding-top: 14px !important;
	padding-bottom: 15px !important;
}


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

#ladoi{
	border: 0px solid red;
	width: 23%;
	float:left;
}

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

.menu-lateral{
	border: 0px solid red;
	background: url(../images/menu-lateral.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	line-height: 23px;
	color: black;
	float: left;
	padding: 3px 60px 3px 15px;
	margin: 0 0 30px 0;

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

.menu-con-padding{
	width: 90%;
	float: right;
}


#ladod{
	width: 75%;
	float: right;
}

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


#cuadros{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.cuadro{
	border: 15px solid #fac7c2;
	width: 31.33%;
	float: left;
	padding: 12px 0;
	cursor: pointer;

	border-radius: 6px;

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

.cuadro:hover{
	border: 10px solid #f1e9fe;
}

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

.imagen-cuadro img{
	height: 200px;
}

.titulo-cuadro{
	width: 100%;
	text-align: center;
	font-size: 22px;
}


#anuncio{
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	float: left;
}

#anuncio strong{
	font-family: 'Cinzel', serif;
}


.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: 'Cinzel', serif;
	color: #fac7c2;
	float: left;
}

.texto{
	width: 100%;
	font-weight: lighter;
	font-size: 20px;
	line-height: 30px;
	margin: 30px 0;
	float: left;
}

.texto strong{
	font-weight: normal;
}

.padding{
	padding: 0 0 0 30px;

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




.producto-t{
	width: 31.33% !important;
	float: left;
	margin: 0 1% !important;
}



.producto-t a{
	text-decoration: none;
}
.titulo-producto-t{
	color: red;
	text-align: center;
	text-decoration: none;
}
.descripcion-producto, .boton-agregar-productos-miniaturas{
	display: none !important;
}


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

.imagenes img{
	height: 100px;
	margin: 0 10px;
}



.w15-t span{
	color: gray !important;
	font-size: 13px !important;
}






@media screen and (max-width:1200px){
	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width:800px){
	.aviso-t{
		width: 100% !important;
	}
}
@media screen and (max-width:700px){
	#menu ul li{
		width: 49%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:600px){
	#menu{
		margin: 0;
	}
	#ladoi{
		width: 100%;
	}
	#ladod{
		width: 100%;
		padding-bottom: 30px;
	}
	.menu-con-padding{
		width: 100%;
		margin-bottom: 0;
	}
	.pago{
		display: none;
	}
	.mUno{
		padding: 3px 50px 3px 10px !important;
	}
	#contenido{
		margin: 0;
	}
}
@media screen and (max-width:500px){
	#logotipo, #redes, #carrr{
		width: 100%;
	}
	#redes{
		margin: 0 !important;
	}
	#carrr{
		text-align: center;
	}
	#menu ul li{
		width: 99%;
	}

	.cuadro, .producto-t{
		width: 90% !important;
		margin: 0 5% 20px !important;
	}

	.texto{
		padding: 0 10px;

		box-sizing: border-box;
	}
}





