@font-face { 
	font-family: Raleway; 
	font-weight: 500; 
	src: url("fonts/Raleway500.ttf"); 
	src: url("fonts/Raleway500.woff"); 
}
@font-face { 
	font-family: Raleway; 
	font-weight: 700; 
	src: url("fonts/Raleway700.ttf"); 
	src: url("fonts/Raleway700.woff"); 
}
@font-face { 
	font-family: Times; 
	font-weight: 500; 
	src: url("fonts/Times500.ttf"); 
}
@font-face { 
	font-family: Times; 
	font-weight: 700; 
	src: url("fonts/Times700.ttf"); 
}
@font-face { 
	font-family: Vidaloka; 
	font-weight: 500; 
	src: url("fonts/Vidaloka.ttf"); 
	src: url("fonts/Vidaloka.woff"); 
}
body, html{ 
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	height: 100%; 
	font-family: 'Raleway';
	color: #333;
	font-size: 26px;
	line-height: 1.75em;
}
body a, a.visited {
	text-decoration: none;
	border:none;
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
body img {
	border: none;
	vertical-align: top;
}
body h1{
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 4.375em;
	line-height: 1em;
    letter-spacing: .075em;
    color: #000;
    font-family: 'Vidaloka';
}
body h2{
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 3em;
	line-height: 1em;
    letter-spacing: .01em;
    color: #000;
    font-family: 'Vidaloka';
}
body hr{
	width: 130px;
	height: 30px;
	background: url("images/hr.png");
	display: inline-block;
	border: none;
}
body input {
    font-family: 'Raleway';
    color: #666;
    font-weight: 500;
    outline: 0;
    margin: 0;
    font-size: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body select {
    font-family: 'Raleway';
    color: #666;
    font-weight: 500;
    outline: 0;
    margin: 0;
    font-size: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body textarea {
    font-family: 'Raleway';
    color: #666;
    font-weight: 500;
    outline: 0;
    margin: 0;
    font-size: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrapper{
	width: 100%;
	display: table;
}
.container{
	width: 90%;
	margin: 0 auto;
	display: table;
}
.button{
	display: inline-block;
	background: #7B0145;
	color: #FFF;
	line-height: 100px;
	padding: 0 40px 0 40px;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	font-family: 'Times';
}
.button:hover{
	background: #C6006D;
}

.head-top-cont{
	text-align: center;
}
.head-bot{
	background: #777777;
	font-family: 'Times';
	display: none;
}
.nav{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.nav li{
	float: left;
	position: relative;
}
.nav-1{
	display: block;
	line-height: 50px;
	color: #FFF;
	font-size: 0.95em;
	margin: 0 10px 0 10px;
}
.nav-1 span:hover, .nav-1 span.active{
	border-top: 1px solid #FFF;
}
.nav-s{
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	left: -70px;
	margin-top: -10px;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.4);
    border-radius: 5px;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.nav li:hover .nav-s{
	opacity: 1;
    visibility: visible;
}
.nav-s a{
	display: block;
	width: 320px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: #7B0145;
}
.nav-s a:hover{
	text-decoration: underline;
}
.head-bot-cont .button{
	line-height: 40px;
	margin: 5px 0 5px 0;
	float: right;
	padding: 0 20px 0 20px;
	font-size: 0.95em;
    letter-spacing: .05em;
}

.slider{
	width: 100%;
	height: 1000px;
	overflow: hidden;
	position: relative;
}
.slider .caroufredsel_wrapper{
	width: 100% !important;
	height: 100% !important;
}
.sli-cont{
	width: 100% !important;
	height: 100% !important;
}
.sli-ite{
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
}
.sli-inf{
	width: 90%;
	margin: 0 auto;
	display: table;
	text-align: center;
	padding: 100px 0 0 0;
}
.sli-inf p{
	font-size: 1.375em;
	margin: 0 0 40px 0;
}
.sli-inf .button{
	font-size: 1.25em;
	line-height: 100px;
}
.sl-prev{
	width: 100px;
	height: 160px;
	display: block;
	z-index: 2;
	position: absolute;
	cursor: pointer;
	top: 380px;
    background: url("images/prev.png") rgba(255,255,255, 0.5);
    background-size: cover; 
}
.sl-next{
	width: 100px;
	height: 160px;
	display: block;
	z-index: 2;
	right: 0;
	position: absolute;
	cursor: pointer;
	top: 380px;
    background: url("images/next.png") rgba(255,255,255, 0.5);
    background-size: cover;
}
.quote{
	background: #777777;
	padding: 60px 0 60px 0;
	color: #FFF;
	font-size: 1.75em;
	text-align: center;
	font-family: 'Times';
	margin: 0 0 2px 0;
}
.quote .button{
	padding: 0 40px 0 40px;
	font-size: 0.8em;
    letter-spacing: .05em;
    margin: 0 auto;
    display: block;
    width: 40%;
    margin-top: 30px;
}
.home-season{
	padding: 70px 0 80px 0;
	text-align: center;
}
.show-list{
	margin: 50px 0 20px 0;
	width: 100%;
	display: table;
}
.show-ite{
	width: 46%;
	height: 550px;
	float: left;
	margin: 0 2% 30px 2%;
	position: relative;
	background-position: center;
	overflow: hidden;
	display: block;
	text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	background-size: cover !important;
}
.show-inf{
	width: 80%;
	display: table;
	padding: 5%;
	background: #FFF;
	margin: 5%;
	position: absolute;
	bottom: 0;
}
.show-inf strong{
	font-family: 'Raleway';
	font-weight: 700;
	color: #7B0146;
	font-size: 1.125em;
	display: block;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	text-transform: uppercase;
  	letter-spacing: .025em;
}
.show-ite:hover .show-inf strong{
	color: #C6006D;
}
.show-inf span{
	font-family: 'Times';
	font-weight: 500;
	color: #666;
	font-size: 0.875em;
	display: block;
	height: 1.5em;
}
.home-season .button{
	font-size: 1.5em;
    letter-spacing: .05em;
}
.home-love{
	height: 1000px;
	background: url("images/love.jpg");
	text-align: center;
	background-size: cover; 
}
.home-love h1{
	font-size: 6em;
	color: #FFF;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	padding: 50px 0 50px 0;
	margin-top: 200px;	
    letter-spacing: 0em;
    display: inline-block;
}
.home-love .button{
	font-size: 1.25em;
	line-height: 100px;
	padding: 0 40px 0 40px;
	margin: 40px 0 0 0;
	color: #000;
	background: #FFF;
}
.home-love .button:hover{
	color: #C6006D;
}
.home-blog{
	height: 1300px;
	background: url("images/blog.jpg");
	background-size: cover; 
	background-position: center;
}
.home-blog-nov{
	width: 100%;
	padding: 150px 0 0 0;
	text-align: center;
}
.home-blog-nov h2{
	color: #7B0146;
}
.home-blog-nov p{
	font-size: 1.25em;
}
.home-blog-lf{
	margin: 60px 0 0 0;
}
.home-blog-lf{
	background: url("images/blogtx.jpg") no-repeat left;
	background-size: auto 100%;
}
.home-art{
	padding: 5% 5% 5% 0;
	background: #FFF;
	width: 95%;
	display: table;
}
.home-art-img{
	width: 45%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background: #CCC;
	float: left; 
	overflow: hidden;
	display: block;
	position: relative;
	overflow: hidden;
}
.home-art-img img{
	width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.home-art-inf{
	width: 50%;
	height: 500px;
	float: right;  
	overflow: hidden;
	font-size: 1em;
}
.home-art-tit{
	text-transform: uppercase;
	color: #7B0146;
	font-family: 'Times';
	font-weight: 700;
	margin: 0 0 20px 0;
	display: block;
}
.home-art-tex{
	width: 100%;
	height: 144px;
	overflow: hidden;
	margin: 0 0 40px 0;
}
.home-art-inf .button{
	padding: 0 60px 0 60px;
}
.home-art-inf h2{
	margin: 30px 0 0 0;
}
.footer{
	background: #777777;
	padding: 100px 0 100px 0;
	color: #FFF;
}
.footer p{
	margin: 0;
}
.footer h2{
	color: #FFF;
	font-size: 1.5em;
	border-bottom: 2px solid #FFF;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
}
.foot-cont{
	width: 90%;
}
.foot-lf1{
	width: 100%;
	display: table;
	float: left;
	margin: 0 0 40px 0;
	text-align: justify;
}
.foot-lf2{
	width: 50%;
	display: table;
	float: left;
	margin: 0 0 50px 0;
}
.foot-rg1{
	width: 40%;
	display: table;
	float: right;
	margin: 0 0 50px 0;
}
.foot-rg2{
	width: 100%;
	display: table;
	float: right;
}
.ship{
	margin: 10px 0 0 0;
	color: #FFF;
	display: table;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: url("images/ship.png") #7B0145 no-repeat;
	background-size: auto 100%;
}
.ship:hover{
	background: url("images/ship.png") #C6006D no-repeat;
}
.ship span{
	width: 65%;
	display: table;
	float: right;
	line-height: 1.5em;
}
.foot-rg1 p{
	font-size: 1.25em;
	font-weight: 700;
}
.foot-soc{
	width: 100%;
	margin: 20px 0 0 0;
	display: table;
}
.foot-soc a{
	margin: 10px 20px 0 0;
	display: block;
	float: left;
}
.foot-rg2 input{
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF !important;
	height: 80px;
	line-height: 80px;
	padding: 0 0 0 20px;
}
.foot-rg2 textarea{
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF !important;
	height: 200px;
	line-height: 40px;
	padding: 20px 20px 20px 20px;
}
.foot-rg2 input::-webkit-input-placeholder, .foot-rg2 textarea::-webkit-input-placeholder { 
  	color: #FFF;
}
.foot-rg2 input::-moz-placeholder, .foot-rg2 textarea::-moz-placeholder { 
  	color: #FFF;
}
.foot-rg2 input:-ms-input-placeholder, .foot-rg2 textarea:-ms-input-placeholder {
  	color: #FFF;
}
.foot-rg2 input:-moz-placeholder, .foot-rg2 textarea:-moz-placeholder  {
  	color: #FFF;
}
.foot-rg2 input[type="submit"]{
	background: #7B0145;
	border: none;
	font-family: 'Times';
    letter-spacing: .025em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.foot-rg2 input[type="submit"]:hover{
	background: #C6006D;
}
.screen-reader-response{
	font-size: 0.9em;
	color: #FFBDE0;
}
.screen-reader-response ul, .wpcf7-response-output, .wpcf7-not-valid-tip{
	display: none;
}
.footer-bot{
	margin: 1px 0 0 0;
	background: #777777;
	padding: 40px 0 40px 0;
	color: #FFF;
	font-size: 0.9em;
}
.footer-bot img{
	float: right;
}
.bread{
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 0;
	width: 100%;
	display: table;
	font-size: 0.85em;
	display: none;
}
.bread li{
	float: left;
	margin: 0 15px 0 0;
	color: #666;
}
.bread li a{
	color: #7B0146;
}
.bread li.separator{
	color: #CBCBCB;
	font-size: 0.8em;
}
.cat-top{
	padding: 60px 0 60px 0;
	background: #F5F5F5;
	text-align: center;
}
.cat-top h2{
	text-transform: uppercase;
}
.internal{
	width: 100%;
	display: table;
	padding: 50px 0 80px 0;
}
.scat-top{
	background: #F5F5F5;
}
.scat-top h2{
	text-transform: uppercase;
	font-size: 2em;
}
.scat-top-cont{
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-size: 0 0;
}
.scat-top-inf{
	padding: 70px 0 90px 0;
	float: left;
	width: 100%;
	font-size: 1.25em;
	color: #666;
}
.product{
	width: 100%;
	margin: 0 auto;
}
.prod-lf{
	float: left;
	width: 100%;
	display: table;
}
.prod-rg{
	float: right;
	width: 100%;
	display: table;
	margin: 50px 0 0 0;
}
.prod-rg h2{
	font-size: 2em;
	text-transform: uppercase;
}
.attrib{
	width: 100%;
	display: table;
	margin: 40px 0 60px 0;
	border-top: 1px solid #E6E6E6;
	padding: 30px 0 0 0;
	font-size: 0.9em;
}
.attrib afield{
	width: 100%;
	display: table;
	margin: 0 0 20px 0;
}
.attrib lfield{
	width: 25%;
	float: left;
}
.attrib rfield{
	width: 75%;
	float: right;
}
.attrib strong{
	color: #7B0146;
	font-weight: 700;
	font-size: 1.1em;
}
.attrib b{
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.attrib span{
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	background: #F1F1F1;
	padding: 5px 10px 5px 10px;
	font-family: 'Vidaloka';
	letter-spacing: .025em;
}
.colors{
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	list-style: none;
}
.color{
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #E6E6E6;
	width: 32px;
	height: 32px;
	padding: 4px;
	border-radius: 20px;
}
.clabel{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.prod-rg .button{
	padding: 0 10% 0 10%;
	font-family: 'Raleway';
	font-weight: 700;
	letter-spacing: 0.05em;
	width: 80%;
}
.prod-slider{
	width: 100%;
	height: 1200px;
	position: relative;
}
.prod-slider .caroufredsel_wrapper{
	width: 100% !important;
	height: 100% !important;
}
.prod-lf-main{
	width: 100% !important;
	height: 100% !important;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.prod-lf-main li{
	width: 100%;
	height: 100%;
	position: relative;
}
.prod-lf-main li img{
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.prod-thumb{
	height: 100px;
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
	display: none;
}
.prod-thumb .caroufredsel_wrapper{
	width: 510px !important;
	height: 100% !important;
	margin: 0 auto !important;
}
.prod-lf-thumb{
	height: 100%;
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.prod-lf-thumb li{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 1px 0 1px;
	cursor: pointer;
}
.prod-lf-thumb li img{
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.pr-prev{
	width: 60px;
	height: 140px;
	display: block;
	position: absolute;
	top: 500px;
	z-index: 2;
	left: 30px;
	cursor: pointer;
	background: url("images/prp.png") no-repeat;
	background-size: cover;
}
.pr-next{
	width: 60px;
	height: 140px;
	display: block;
	position: absolute;
	top: 500px;
	z-index: 2;
	right: 30px;
	cursor: pointer;
	background: url("images/prn.png") no-repeat;
	background-size: cover;
}
.th-prev{
	width: 20px;
	height: 100px;
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	background: url("images/thp.png") no-repeat #F5F5F5;
}
.th-next{
	width: 20px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: url("images/thn.png") no-repeat #F5F5F5;
}
.product.sale{
	width: 100%;
}
.prod-lf.sale{
	width: 100%;
}
.prod-rg.sale{
	width: 100%;
}
.sale-slider{
	width: 100%;
	float: right;
}
.sale-thumb{
	width: 100px;
	height: 600px;
	float: left;
	position: relative;
	display: none;
}
.sale-thumb .caroufredsel_wrapper{
	width: 100% !important;
	height: 550px !important;
	margin: 25px 0 25px 0 !important;
}
.sale-lf-thumb{
	height: 100% !important;
	width: 100% !important;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sale-lf-thumb li{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 5px 0 5px 0;
	cursor: pointer;
	float: left;
}
.sale-lf-thumb li img{
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.ths-prev{
	height: 20px;
	width: 100px;
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	background: url("images/thsp.png") no-repeat #F5F5F5;
}
.ths-next{
	height: 20px;
	width: 100px;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
	background: url("images/thsn.png") no-repeat #F5F5F5;
}
.sale-lf-main{
	width: 100% !important;
	height: 100% !important;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sale-lf-main li{
	width: 100%;
	height: 100%;
	position: relative;
}
.sale-lf-main li img{
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.prices{
	padding: 5% 5% 2.5% 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #F1F1F1;
    margin: 0 0 30px 0;
    width: 100%;
}
.prices afield{
	width: 100%;
	display: table;
	margin: 0 0 30px 0;
}
.prices lfield{
	width: 20%;
	float: left;
	font-size: 0.9em;
}
.prices rfield{
	width: 80%;
	float: right;
	font-family: 'Vidaloka';
	font-size: 1.1em;
}
.prices strong{
	color: #7B0146;
	font-size: 1.75em;
	font-weight: 700;
}
.pcross{
	text-decoration: line-through;
}
.filters{
	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
}
.filter{
	display: inline-block;
	line-height: 80px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   border: 1px solid #F5F5F5;
   text-transform: uppercase;
   padding: 0 40px 0 40px;
   font-family: 'Times';
   margin: 0 20px 40px 20px;
   cursor: pointer;
}
.mix{
	display: none;
}
.filter.active{
	background: #7B0145;
	color: #FFF;
	border: 1px solid #7B0145;
}
.qui-lf{
	width: 100%;
	display: table;
	float: left;
}
.qui-lf p{
	font-size: 1.25em;
}
.qui-rg{
	width: 100%;
	display: table;
	float: right;
}
.qui-rg img{
	width: 100%;
	height: auto;
}
.qui-bot{
	padding: 50px 0 90px 0;
	background: #F5F5F5;
	font-size: 1.25em;
}
.ser-lf{
	width: 100%;
	float: left;
	display: table;
}
.servicio{
	width: 100%;
	display: table;
	font-size: 1.25em;
	padding: 30px 0 0 0;
}
.servicio strong{
	font-weight: 700;
	color: #000;
}
.ser-rg{
	width: 100%;
	float: right;
	display: table;
}
.ser-rg img{
	width: 100%;
	height: auto;
}
.tal-lf{
	width: 100%;
	display: table;
	float: left;
}
.tal-lf p{
	font-size: 1.25em;
}
.tal-rg{
	width: 100%;
	display: table;
	float: right;
}
.tal-rg img{
	width: 100%;
	height: auto;
}
.tipo{
	width: 100%;
	display: table;
	padding: 30px 0 60px 0;
}
.tip-lf{
	width: 100%;
	display: table;
	float: left;
	text-align: center;
}
.tip-lf img{
	width: 50%;
	height: 100%;
}
.tip-rg{
	width: 100%;
	float: right;
	display: table;
	font-size: 1.25em;
	text-align: center;
	margin: 50px 0 0 0;
}
.bib-top{
	padding: 30px 0 30px 0;
}
.bib-top-lf{
	width: 100%;
	display: table;
	float: left;
}
.bib-top-lf img{
	width: 100%;
	height: auto;
}
.bib-top-rg{
	width: 100%;
	display: table;
	float: right;
	margin: 50px 0 0 0;
}
.bib-top-rg img{
	width: 100%;
	height: auto;
}
.bib-top-rg p{
	font-size: 1.75em;
}
.biblio{
	background: #F5F5F5;
	padding: 50px 0 50px 0;
	font-size: 1.25em;
}
.boutique{
	padding: 50px 0 50px 0;
}
.bib-bou-lf{
	width: 100%;
	display: table;
	float: left;
	font-size: 1.25em;
}
.bib-bou-rg{
	width: 100%;
	display: table;
	float: right;	
}
.bib-bou-rg img{
	width: 100%;
	height: auto;
}
.libros{
	padding: 50px 0 50px 0;
	background: #F5F5F5;
	font-size: 1.25em;
}
.bib-lib-lf{
	width: 100%;
	display: table;
	float: left;
}
.bib-lib-lf img{
	width: 100%;
	height: auto;
}
.bib-lib-rg{
	width: 100%;
	display: table;
	float: right;
	margin: 50px 0 0 0;
}
.bib-lib-rg ul{
	-moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
}
.bib-lib-not{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.bib-lib-not img{
	margin: 0 40px 0 40px;
	float: left;
}
.diseno{
	padding: 60px 0 60px 0;
	font-size: 1.25em;
}
.bib-dis-lf{
	width: 100%;
	display: table;
	float: left;
}
.bib-dis-lf ul{
	-moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
}
.bib-dis-rg{
	width: 100%;
	display: table;
	float: right;
}
.bib-dis-rg img{
	width: 100%;
	height: auto;
}
.donde-map {
    display: table;
    height: 430px;
    width: 100%;
    overflow: hidden !important;
    margin: 0 0 30px 0;
}
.gmnoprint:not(.gm-bundled-control) {
	display: none;
}
.gm-bundled-control .gmnoprint {
	display: block;
}
.gm-style-cc{
	display: none;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
a[href^="https://www.google.com/maps"]{display:none !important}

.donde-lf{
	width: 100%;
	float: left;
	display: table;
}
.donde-lf p{
	display: table;
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 1.25em;
}
.donde-rg{
	width: 100%;
	float: right;
	display: table;
	font-size: 0.8em;
	margin: 40px 0 0 0;
}
.donde-rg p{
	margin: 0;
}
.donde-rg input{
	width: 100%;
	height: 100px;
	line-height: 100px;
	padding: 0 0 0 20px;
	background: #EDEDED;
	border: none;
	margin: 0 0 40px 0;
}
.donde-rg .label{
	width: 100%;
	text-transform: uppercase;
}
.donde-rg textarea{
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #EDEDED;
	border: none;
	margin: 0 0 40px 0;
}
.donde-rg input[type="submit"]{
	background: #777;
	cursor: pointer;
	color: #FFF;
	padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.donde-rg input[type="submit"]:hover{
	background: #7B0145;
}
.cit-lf{
	width: 100%;
	float: left;
	display: table;
}
.cit-lf p{
	font-size: 1.25em;
	margin: 0;
}
.cit-lf input{
	width: 100%;
	height: 100px;
	line-height: 100px;
	padding: 0 0 0 20px;
	background: #EDEDED;
	border: none;
	margin: 0 0 40px 0;
}
.cit-lf .label{
	width: 100%;
	text-transform: uppercase;
}
.cit-lf textarea{
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #EDEDED;
	border: none;
	margin: 0 0 40px 0;
}
.cit-lf input[type="submit"]{
	background: #777;
	cursor: pointer;
	color: #FFF;
	padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.cit-lf input[type="submit"]:hover{
	background: #7B0145;
}
.cit-lf form{
	margin: 40px 0 0 0;
	font-size: 0.8em;
}
.cit-rg{
	width: 100%;
	float: right;
	display: table;
	margin: 40px 0 0 0;
}
.cit-rg img{
	width: 100%;
	float: auto;
}
.envios{
	font-size: 1.25em;
}
.posts{
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.blog-list-item{
	width: 45%;
	margin: 0 2.5% 50px 2.5%;
	float: left;
}
.blog-list-img{
	width: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.blog-list-img img{
	height: auto;
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.blog-list-desc{
	height: 300px;
	background: #EFEFEF;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5%;
    width: 100%;
    font-size: 0.85em;
    line-height: 1.25em;
    overflow: hidden;
}
.blog-list-desc a{
	display: block;
	color: #333;
	overflow: hidden;
}
.blog-list-desc a:hover{
	color: #7B0145;
}
.blog-list-info{
	width: 100%;
	height: 200px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.blog-list-desc span{
	font-size: 0.9em;
}
.pager{
	width: 100%;
	display: table;
	text-align: center;
}
.pager h2{
	display: none;
}
.nav-links{
	display: inline-block;
	margin: 0 auto;
	font-size: 0.9em;
}
.nav-links a{
	display: inline-block;
	border: 1px solid #DEDEDE;
	margin: 0;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #767676;
}
.nav-links span{
	display: inline-block;
	border: 1px solid #DEDEDE;
	margin: 0;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #FFBDE0;
}
.single-lf{
	width: 100%;
	float: left;
}
.single-img{
	width: 100%;
	display: table;
	margin: 20px 0 50px 0;
}
.single-img img{
	width: 100%;
	height: auto;
}
.single-lf category{
	font-size: 1.25em;
	text-transform: uppercase;
}
.single-cont{
	width: 100%;
	display: table;
	font-size: 1.25em;
	margin: 0 0 50px 0;
}
.single-tags a{
	color: #888;
}
.single-rg{
	width: 100%;
	display: table;
	float: right;
	margin: 50px 0 0 0;
}
.single-rg ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.single-rg ul li{
	font-size: 1.1em;
	text-transform: uppercase;
	width: 100%;
}
.single-rg ul li a{
	font-size: 0.75em;
	display: block;
	width: 100%;
	color: #888;
}
.single-rg ul li ul li{
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #DCDCDC; 
}
.header{
	-webkit-box-shadow: 0px 1px 4px -2px #AAA;
    -moz-box-shadow: 0px 1px 4px -2px #AAA;
    box-shadow: 0px 1px 4px -2px #AAA;
}
.head-top{
	display: none;
}
.logo{
	display: block;
	padding: 0 20px 0 20px;
	height: 140px;
	float: left;
}
.logo img{
	height: 100%;
	width: auto;
}
.menu{
	height: 140px;
	width: 140px;
	background: url("images/menu.png");
	background-size: cover;
	float: right;
	cursor: pointer;
}
.nav-mob{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.nav-mob li{
	display: block;
}
.navm-1{
	padding: 20px 30px 20px 30px;
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 1.25em;
	border-bottom: 1px solid #F0F0F0;
}
.navm-s{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.navm-s a{
	padding: 20px 30px 20px 30px;
	display: block;
	color: #7B0145;
	font-weight: 700;
	border-bottom: 1px solid #F0F0F0;	
}

.notfound{
	background: url("images/404.jpg") no-repeat center;
	background-size: cover;
}
.nf-lf{
	width: 100%;
	display: table;
	float: left;
	background: rgba(255,255,255,0.7);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 100px 50px 200px 50px;
    font-size: 1.25em;
}
.nf-lf h1{
	font-size: 8em;
	color: #7B0146;
}
.nf-lf a{
	color: #7B0146;
	text-decoration: underline;
}
.nf-lf a.button{
	color: #FFF;
	text-decoration: none;
}


























