/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lora', serif;
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;

}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

ul{
text-decoration: none;

}

li{
text-decoration: none;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.row{
   width: 100%;
   margin: 0px !important;
   padding: 0px !important;
   clear: both;
}
.noPadding{
	padding: 0px !important;
}
.padding15{
	padding: 11px 15px !important;
}
.cont9{
width: 90%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont8{
width: 80%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont7{
width: 70%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont6{
width: 60%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont5{
width: 50%;
margin: 0 auto;
left: 0;
right: 0;
position: relative;
}
.registroBarr{
	width: 100%;
	border-bottom: 1px solid #edeeee;
	padding: 10px 0px !important;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #858687;
}
.registroBarr a{
	color: #858687; 
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.registroBarr a:hover{
	color: #ffc03f; 
}
.registro{
float: right;
}
.pais{
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
padding: 0px 10px;
position: relative;	
}
.paisesM{
	position: absolute;
	right: 0;
	top: 42px;
	background-color: 	rgba(255,255,255,0.8);
	padding:14px 16px;	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
z-index: 	9;
}
.openMen{
	display: block;
	cursor: pointer;
}
.paisesM li{
	margin:	6px 0px;
	cursor: 	pointer;	
	color: #62666b;
  -webkit-transition: all 0.5s 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;
  font-size: 	16px;
  font-family: 'Open Sans', sans-serif;
  color: #52565c;
}
.pais p{
	text-align: 	left;	
	float: 	left;	
   letter-spacing: 1px;
}
.pais ul li:hover{
	color: #ffc03f; 	

}
.pais span{
	color: 	#52565c;
	float: 	left;
	margin-right: 10px;	
}
.resgistrar{
float: left; 
padding: 0px 10px;
position: relative;
letter-spacing: 1px;
}
.resgistrar:before{
	content: "";
	position: absolute;
	height: 11px;
	width: 2px;
	background-color: #62666b;
	top: 5px;
	left: 0;
}
.nombreHead{
float: left;
padding: 0px 7px;
position: relative;
letter-spacing: 1px;
}
.nombreHead p,
.nombreHead span{
	float: left;
	padding: 0px 10px;
	margin: 0 !important;
}
.logoCont{
	padding: 39px 0px !important;
}
.logo{
	float: left;
}
.logo img{
	max-width: 280px;
}
.menuCobt{
	float: right;
}
.menu{
	float: left;
}
.menu ul{
   margin: 0px !important;
}
.menu li{
	float: left;
	text-transform: uppercase;
	margin: 0px 17px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
   position: relative;
   display: block;
}
.menu li a{
	color: #62666b;
	line-height: 49px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu li a:hover{
	color: #383a3d;
	text-decoration: none;
}
.subMenu{
   position: absolute;
   top: 47px;
   background-color: rgba(255,255,255,0.9);
   -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
z-index: 9;
padding: 10px 20px;
right: -43px;
display: none;
}

.Mpadre .subMenu li{
width: 100%;
display: block;
}
.Mpadre .subMenu a{
line-height: 30px;
font-size: 16px
}
.Mpadre:hover .subMenu{
display: block;
}
.busqueda{
	float: left;
    padding: 13px 0px;
}
.buscar{
	position: relative;
	float: left;
}
.buscar:before{
	content: "";
	position: absolute;
	height: 16px;
	width: 2px;
	background-color: #bfbfbf;
	top: 1px;
	right: 0;
}
.lupa{
	padding: 0px 10px;
	cursor: pointer;
}
.buscar input{
	position: absolute;
	bottom: -41px;
	left: -100px;
   border:1px solid #bfbfbf;
   color: #bfbfbf;
   font-family: 'Open Sans', sans-serif;
}

.carritoHome{
	float: left;
	position: relative;
	cursor: pointer;
}
.carritoHome span{
	padding: 0px 10px;
}
.numberCart{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #ffc03f;
	border-radius: 60px;
	color: #ffffff;
	top: -10px;
    right: 0px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    padding: 0 !important;
}
.slider{
	padding: 0px 50px !important;
}
.slider img{
	width: 100%;
}
.slider li{
	position: relative;
}
.slider .bx-pager-item{
	display: none !important;
}
.slider .bx-controls-direction{
	display: none !important;
}
.text{
	position: absolute;
	bottom: 25%;
	left: 15%;
	width: 538px;
}
.text h2 span{
	font-family: 'Lora', serif;
	font-size: 50px;
	color: #ffffff;
	font-weight: 300;
	clear: both;
	display: block;
	text-align: center;
   line-height: 50px;
   margin-bottom: 10px;
}
.text h2{
	font-family: 'Lora', serif;
	font-size: 123px;
	color: #ffffff;
	font-weight: 500;
   margin: 0;
   line-height: 110px;
   margin-bottom: 30px;
}
.text p{
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   color: #ffffff;
   width: 80%;
   margin: 0;
}
.text a{
   font-family: 'Open Sans', sans-serif;
   font-size: 17px;
   color: #ffffff;
   height: 42px;
   line-height: 42px;
   border:1px solid #ffffff;
   border-radius: 5px;
   padding: 0px 14px;
   display: inline-block;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-top: 22px;
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.text a:hover{
	color: #ffc03f;
	text-decoration: none; 
	border:1px solid #ffc03f;
}

.colage{
	margin-top: 40px !important;
}
.colageCont{
	position: relative;
	overflow: hidden;
   margin-bottom: 26px;
}
.colaText{
	position: absolute;
	bottom: 62px;
	padding-left: 40px;
}
.colaText h2 span{
	font-size: 75px;
	font-family: 'Lora', serif;
	color: #ffffff;
}
.colaText h2 {
	font-size: 30px;
	font-family: 'Lora', serif;
	color: #ffffff;
   position: relative;
}
.colaText h2:before{
content: "";
position: absolute;
width: 54px;
height: 1px;
background-color: #ffffff;
bottom: -5px;
left: 5px;
}
.colageCont img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.colageCont:hover img {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.cabeza{
margin-top: 50px;
padding: 0px 15px;
}
.productosHome{
margin-top: 50px;
}
.productHomTxt h2{
font-size: 36px;
color: #b6b6b6;
font-family: 'Lora', serif;
text-align: center;
position: relative;
}
.productHomTxt a:hover{
text-decoration: none;
}
.productHomTxt h2:before{
content: "";
position: absolute;
width: 86px;
height: 1px;
background-color: #dadada;
margin: 0 auto;
left: 0;
right: 0;
bottom: -10px;
}
.productHomTxt p{
margin-top: 20px;
font-size: 23px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
text-align: center;
}
.video2H{
position: relative;
}
.videoP{
position: absolute;
top: 33%;
font-size: 71px;
font-family: 'Lora', serif;
color: #ffffff;
text-align: center;
width: 100%;
}
.videoP img{
width: 100%;|
}
.precioAnt{
text-decoration: line-through;
}
.descHome{
   background-color: #ffc03f;
   color: #ffffff;
   border-radius: 5px;
   padding: 5px;
   font-size: 17px;
   font-weight: 600;
}
.productHome{
margin-bottom: 60px;
}
.productHome:hover .productHomeOptions{
display: block;
}

.productHomImg{
position: relative;
}
.productHomeOptions{
position: absolute;
bottom: 0;
width: 100%;
display: none;
}
.addToCartHome{
background-color: #ffc03f;
color: #ffffff;
text-transform: uppercase;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
text-align: right;
height: 43px;
line-height: 43px;
padding: 0 15px;
width: 69.4%;
margin-right: 1px;
display: inline-block;
float: left;
cursor: pointer;
}
.addToFav{
margin-right: 1px;
float: left;
background-color: #ffc03f;
height: 43px;
width: 15%;
line-height: 43px;
cursor: pointer;
}
.addToFav img{
margin: 0 auto;
left: 0;
right: 0;
display: block;
margin-top: 12px;
}
.ampliarHome{
display: inline-block;
float: left;
background-color: #ffc03f;
height: 43px;
width: 15%;
line-height: 43px;
cursor: pointer;
}
.ampliarHome img{
margin: 0 auto;
left: 0;
right: 0;
display: block;
margin-top: 10px;
}
.new{
position: absolute;
top: 10px;
left: 10px;
border:1px solid #ffc03f;
border-radius: 5px;
color: #ffc03f;
height: 30px;
line-height: 27px;
text-align: center;
width: 66px;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
background-color: rgba(255,255,255,0.7);
text-transform: uppercase;
z-index: 9;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sale{
position: absolute;
top: 10px;
right: 10px;
border:1px solid #ffc03f;
border-radius: 5px;
color: #ffc03f;
height: 30px;
line-height: 27px;
text-align: center;
width: 66px;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
background-color: rgba(255,255,255,0.7);
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productHome:hover .new{
background-color: rgba(255,192,63,1);
color: #ffffff;
}
.productHome:hover .sale{
background-color: rgba(255,192,63,1);
color: #ffffff;
}

.OnlineBanner{
margin-top: 50px !important;
position: relative;
}
.OnlineBanner img{
width: 100%;
}
.onlineText{
 position: absolute;
 top: 0;
 left: 0;
}

.OnlineBanner h2{
font-size: 64px;
color: #ffffff;
font-family: 'Lora', serif;
line-height: 64px;
margin-top: 133px;
}
.OnlineBanner h3{
font-size: 30px;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
line-height: 30px;
}
.OnlineBanner a{
background-color: #ffc03f;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
color: #ffffff;
text-align: center;
height: 56px;
line-height: 56px;
padding: 0px 30px;
border-radius: 5px;
display: inline-block;
margin-top: 30px;
-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;
  border: 1px solid #ffc03f;
}
.OnlineBanner a:hover{
background-color: rgba(0,0,0,0);
border:1px solid #ffffff;
color: #ffffff;
text-decoration: none;
}
.blogHome{
	margin-top: 100px !important;
}
.postHomeImg{
	position: relative;
}
.postHomeImg h2{
position: absolute;
width: 30%;
top: 0;
right: 0;
font-size: 60px;
font-family: 'Lora', serif;
color: #52565c;
}
.fechaPostHome{
	font-size: 30px;
	font-family: 'Lora', serif;
	color: #b6b6b6;
	margin: 0 !important;
}
.postHome{
	border-bottom: 1px solid #eaeaea;
	padding: 30px 0px;
}
.postHome:last-child{
   border-bottom: 0px solid #eaeaea;
}
.postHome h2{
font-size: 60px;
color: #b6b6b6;	
margin: 0 !important;
line-height: 70px;
font-family: 'Lora', serif;
letter-spacing: -2px;
}
.postHomeText{
font-family: 'Open Sans', sans-serif;
font-size: 20px;
color: #b6b6b6;
line-height: 20px;	
}
.postHome a{
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #b6b6b6;
border:1px solid #b6b6b6;
border-radius: 5px;
height: 25px;
line-height: 25px;
padding: 0px 23px;
display: inline-block;
margin-top: 20px;
-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;
}
.postHome a:hover{
color: #828080;
text-decoration: none;
border:1px solid #828080;
}
.newsleter{
margin: 60px auto 80px;
left: 0;
right: 0;
display: table;
}
.newsleter p{
float: left;
font-size: 65px;
color: #52565c;
font-family: 'Lora', serif;
line-height: 30px;
}
.newsleter span{
float: left;
display: block;
margin-left: 31px;
border-bottom: 1px solid #52565c;
padding: 0px 5px;
}
.newsleter span input{
border: none;
min-width: 391px;
outline: none;
float: left;
line-height: 35px;
color: #808286;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter span .fa{
font-size: 35px;
color: #52565c;
float: left;
}
::-moz-placeholder {
  opacity: 1;
}
.newsleter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808286;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter ::-moz-placeholder { /* Firefox 19+ */
  color: #808286;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter :-ms-input-placeholder { /* IE 10+ */
  color: #808286;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter :-moz-placeholder { /* Firefox 18- */
  color: #808286;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.footer{
background-color: #edeeee;
padding-top: 57px;
padding-bottom: 73px;
}
.logoFoo{
margin: 0 auto 50px;
left: 0;
right: 0;
display: table;
}
.redesFoo ul {
margin: 0 auto;
left: 0;
right: 0;
display: table;
}
.redesFoo ul li{
float: left;
margin: 13px 6px;
}
.redesFoo ul li a{
font-size: 22px;
color: #9a9999;
}
.footInfoCont{
margin: 0 auto;
left: 0;
right: 0;
display: table;
}
.footInfo{
float: left;
padding: 10px 60px;
border-right: 1px solid #b3b2b2;
min-height: 181px;
}
.footInfo:last-child{
border-right: 0px solid #b3b2b2;
}
.footInfo ul{
margin: 0 auto;
left: 0;
right: 0;
display: table;
}
.footInfo ul li{
margin: 13px 0px;
}
.footInfo ul a{
color: #8d8b8b;
font-size: 16px;
font-family: 'Lora', serif;
-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;
}
.oscuro ul a{
color: #555454;
}
.footInfo ul a:hover{
color: #383a3d;
text-decoration: none;
}

.footInfo p{
color: #8d8b8b;
font-size: 17px;
font-family: 'Lora', serif;
}
.footInfo p span{
font-size: 20px;
color: #8d8b8b;
margin-right: 8px;
width: 20px;
display: block;
    float: left;
}
.pagosInd{
float: left;
margin: 13px 4px;
}
.pagosInd img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
float: left;
}
.pagosInd p{
float: left;
}
.inpul img{
margin-top: -5px;
margin-left: 5px;
}
.rights{
background-color: #c7c6c6;
}
.rights p{
color: #ffffff;
font-size: 13px;
font-family: 'Lora', serif;
margin: 0 !important;
line-height: 60px;
font-weight: 600;
}
.rightsCont{
margin: 0 auto;
left: 0;
right: 0;
display: table;
}
.banner{
padding: 0px 45px !important;
position: relative;
}
.banner img{
width: 100%;
}
.banner h2{
position: absolute;
text-align: center;
width: 100%;
font-size: 120px;
color: #ffffff;
font-family: 'Lora', serif;
top: 25%;
left: 0;
}
.nuevaCollageCont{
	margin-top: 45px !important;
}
.nuevaCollage{
	position: relative;
	overflow: hidden;
	margin-bottom:26px;
   float: left;
}
.medio{
max-height: 369px;
}
.nuevaCollage2{
	float: left;
	width: 47.8%;
	margin-right: 26px;
}
.nuevaCollage22{
margin-right: 0px !important;
}
.vivela{
	position: absolute;
	bottom: 31px;
	left: 31px;
	color: #ffffff;
	font-size: 46px;
	font-family: 'Lora', serif;
	line-height: 37px;
}

.vivela span{
font-size: 23px;
line-height: 23px;
position: relative;
}

.vivela span:before{
	content: "";
	position: absolute;
	width: 41px;
	height: 1px;
	background-color: #ffffff;
	bottom: -7px;
	left: 5px;
}
.nuevaCollage img{
   width: 100%;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;	
}

.nuevaCollage:hover img {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
.conoceNueva{
position: absolute;
bottom: 30%;
font-size: 37px;
font-family: 'Lora', serif;
color: #ffffff;
text-align: center;
width: 100%;
line-height: 40px;
}
.conoceNueva span{
font-size: 64px;
font-family: 'Lora', serif;
font-weight: 800;
text-align: center;
line-height: 25px;
position: relative;
}
.conoceNueva span:before{
content: "";
width: 40px;
height: 2px;
background-color: #ffffff;
position: absolute;
top: 6px;
left: -11px;
}
.conoceNueva span:after{
content: "";
width: 40px;
height: 2px;
background-color: #ffffff;
position: absolute;
top: 6px;
right: -30px;
}
.productosCont{
margin-top: 90px !important;
}
.colIzTitle{
font-size: 57px;
font-family: 'Lora', serif;
color: #6a6d72;
margin-top: 0px;
}



/*****css acordeon colIz*****/
.main:before {
   width:100%;
   height:100%;
   position:absolute;
   top:0px;
   left:0px;
   z-index:-1;
   content:'';
   background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
   background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
   background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
   background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}

.site-header-wrap {
   margin-bottom:60px;
   border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordionR, .accordionR * {
   -webkit-box-sizing:border-box; 
   -moz-box-sizing:border-box; 
   box-sizing:border-box;
   text-align: left;
}

.accordionR {
   overflow:hidden;
   /*box-shadow:0px 1px 3px rgba(0,0,0,0.25);
   border-radius:3px;
   background:#f7f7f7;*/
   font-family: 'Open Sans', sans-serif;
}

/*----- Section Titles -----*/
.accordionR-section-title {
   width:100%;
   padding:11px 0px;
   display:inline-block;
   border-bottom:1px solid #b6b6b6;
   background:#ffffff;
   transition:all linear 0.15s;
   /* Type */
   font-size:1.200em;
   /*text-shadow:0px 1px 0px #1a1a1a;*/
   color:#52565c;
   font-family: 'Open Sans', sans-serif;
   position: relative;
   text-transform: uppercase;
}

.accordionR-section a:focus, .accordionR-section a:hover {
    color: #52565c;
    text-decoration: none;
}
.accordionR-section-title:hover {
   /*background:#4c4c4c;*/
   color:#52565c;
   /* Type */
   text-decoration:none;
}
.accordionR-section-title.active{
	color:#52565c;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   text-decoration: none;
   text-transform: uppercase;
}
.accordionR-section:last-child .accordionR-section-title {
   border-bottom:none;
}

/*----- Section Content -----*/
.accordionR-section-content {
   padding:15px;
   display:none;
}

.pluss:before{
	content: "+";
	position: absolute;
	right: 0px;
	color:#52565c;
   font-family: 'Open Sans', sans-serif;
   font-size: 21px;
    font-weight: 800;
    line-height: 25px
}
.minus:before{
	content: "-";
	position: absolute;
	right: 0px;
	color:#52565c;
   font-family: 'Open Sans', sans-serif;
   font-size: 21px;
    font-weight: 800;
    line-height: 25px
}
/*css acordeon colIz*/
.talla input{
float: left;
}
.accordionR li{
width: 100%;
display: inline-block;
}
.talla label{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #cecece;
font-weight: 300;
float: left;
margin-left: 10px;
}
.color p span{
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
	display: block;
	float: left;
	margin-right: 10px;
}
.colorReal{
   background-color: #125;
}
.color p{
	font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #cecece;
line-height: 14px;
font-weight: 300;
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;
}

.color p:hover{
	color: #ffc03f;
}

.productosCont .addToCartHome {
    background-color: #ffc03f;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    width: 69.1%;
    margin-right: 1px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.productosCont .productHomTxt h2 {
    font-size: 34px;
}
.buscProd{
border-bottom: 1px solid #b6b6b6;
margin-bottom: 30px !important;

}
.productosCont .productHomTxt p {
    font-size: 21px;
}
.iconosProd{
float: left;
}
.internaProducto h1{
font-size: 60px;
font-family: 'Lora', serif;
color: #b6b6b6;
margin-top: 0px;
}
.iconosProd span{
float: left;
display: block;
margin:20px 3px;
cursor: pointer; 
}
.buscProdOrg{
float: right;
margin-top: 13px;
}
.productsSortForm label{
font-size: 16px;
font-family: 'Open Sans', sans-serif;
color: #c2c2c2;
font-weight: 100;
margin-right: 5px;
}
.productsSortForm select{
outline: none;
background-color: #ffffff;
border-radius: 5px;
height: 25px;
border: 1px solid #c2c2c2;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
color: #c2c2c2;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
.productsSortForm select:hover{
border:1px solid #ffc03f;
color: #ffc03f;
}
.grayAtHome{
background-color: #f0f0f0;
padding: 47px 68px;
margin-bottom: 30px;
}
.grayAtHome p{
font-size: 26px;
font-family: 'Lora', serif;
color: #b6b6b6;
line-height: 32px;
margin-bottom: 16px;
position: relative;
max-height: 176px;
overflow: hidden;
overflow-y: scroll;
margin: 0;
padding-right: 24px;
}
.abajo{
display: block;
position: relative;
font-family: 'Open Sans', sans-serif !important;
font-weight: 800;
font-size: 13px !important;
margin-top: 16px;
}
.abajo:after{
content: "";
position: absolute;
width: 225px;
height: 1px;
background-color: #dfdfdf;
top: -7px;
right: -68px;
}

.grayAtHome p span:first-child{
font-family: 'Lora', serif !important;
}
.grayAtHome p span{
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
font-weight: 800;
}
.toAtHome{
	position: relative;
}
.toAtHome p{
position: absolute;
bottom: 40px;
left: 50px;
font-family: 'Lora', serif !important;
font-size: 56px;
color: #ffffff;
line-height: 56px;
max-width: 78%;
}
.toAtHome a{
position: absolute;
background-color: #ffc03f;
border-radius: 10px;
height: 56px;
text-align: center;	
width: 240px;
display: inline-block;
top: 35%;
line-height: 56px;
margin: 0 auto;
left: 0;
right: 0;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
color: #ffffff;
border:1px solid #ffc03f;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;	
}

.toAtHome a:hover{
border:1px solid #ffc03f;
background-color: rgba(255,255,255,0.8);
color:#ffc03f;
text-decoration: none;
}
.toAtHomeText {
    position: absolute;
    bottom: 62px;
    padding-left: 40px;
}
.toAtHome h2 {
    font-size: 30px;
    font-family: 'Lora', serif;
    color: #ffffff;
  
    position: relative;
}
.toAtHome h2 span {
    font-size: 75px;
    font-family: 'Lora', serif;
    color: #ffffff;
  
}
.internaProducto{
	margin-top: 90px !important;
}
.imgInterna{
	position: relative;
}
.imgInterna img{
	width: 100%;
}
.internaSlider{
	margin-top: 11px;
}
.internaSlider .bx-controls{
display: none;
}
.imgInterna:hover .new{
background-color: rgba(255,192,63,1);
color: #ffffff;
}
.imgInterna:hover .sale{
background-color: rgba(255,192,63,1);
color: #ffffff;
}

.imgInterna .sale {
    left: 91px;
    z-index: 9;
}
.ampliarImg{
position: absolute;
bottom: 0;
right: 0;
width: 60px;
height: 40px;
background-color: #ffc03f;
text-align: center;
color: #ffffff;
line-height: 40px;
font-size: 23px;
cursor: pointer;
z-index: 9;
-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; 
}
.imgInterna:hover .ampliarImg{
background-color: #c1c1c1;
} 

.redesIntPr{
border-bottom: 1px solid #b6b6b6;
padding-bottom: 10px;
}
.redesIntPr p{
float: left;
color: #777777;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
margin-right: 10px;
}
.redesIntPr .tweetInt{
color: #00a9f3;
margin: 0px 5px;
font-size: 14px;
}
.redesIntPr .faceInt{
color: #425ea2;
margin: 0px 5px;
font-size: 14px;
}
.redesIntPr .GmasInt{
color: #e24a2c;
margin: 0px 2px;
font-size: 14px;
}
.redesIntPr .pintInt{
color: #d01b16;
margin: 0px 5px;
font-size: 14px;
}
.desCorta{
margin-top: 25px;
border-bottom: 1px solid #b6b6b6;
padding-bottom: 25px;
}
.dispInt{
float: left;
display: block;
background-color: #c1c1c1;
border-radius: 5px;
width: 100px;
text-align: center;
line-height: 34px;
height: 34px;
color: #ffffff;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
margin-right: 14px;
}

.refInt{
color: #b6b6b6;
font-size: 20px;
font-family: 'Lora', serif;

}
.desCortaP{
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #b6b6b6;
}
.tamanoInt .productsSortForm label{
font-size: 16px;
font-family: 'Open Sans', sans-serif;
color: #c2c2c2;
font-weight: 800;
margin-right: 5px;
}
.caractInt{
border-bottom: 1px solid #b6b6b6;
padding-bottom: 25px;
}
.caractInt h2{
font-family: 'Open Sans', sans-serif;
font-size: 30px;
color: #b6b6b6;	
}
.caractInt h2 span{
font-family: 'Open Sans', sans-serif;
font-size: 30px;
color: #b6b6b6;	
font-weight: 300;
text-decoration: line-through;
}
.colorInt{
	width: 12px;
	height: 12px;
	display: block;
	border:1px solid #b6b6b6;
	border-radius: 3px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
}
.colorIntCont p{
	float: left;
	margin-right: 25px;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #d1d1d1;	
line-height: 12px;
}
.beige{
	background-color: #f2dad0;
}
.BlackBeige{
background-color: #ccbab6;
}
.medidasCont{
	border:1px solid #c1c1c1;
	width: 116px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #c1c1c1;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
   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;
}
.medidasCont:hover{
border:1px solid #ffc03f;
color: #ffc03f;
}
.cantidadCont{
	margin-top: 22px;
   display: inline-block;
}
.cantidadCont {
    margin-top: 5px;
}
.cantidadP{
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 800;
color: #c2c2c2;
text-transform: uppercase;
margin-right: 16px;
}
.cantidad{
	float: left;
}
.addToCarINT{
padding: 25px 0 25px ;
border-bottom:1px solid #b6b6b6;
}
.addToCarINT span{
float: left;
}
.toCart{
border:1px solid #b6b6b6;
float: left;
padding: 4px 13px;
color: #b6b6b6;
font-family: 'Open Sans', sans-serif;
border-radius: 5px;
margin-right: 10px;
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;
}
.toCart:hover{
border:1px solid #ffc03f;
color: #ffc03f;
}
.toCompare{
float: left;
margin-right: 16px;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
cursor: pointer;
}
.toCompare p{
margin: 0;
line-height: 25px;
color: #b6b6b6;
}
.wishList{
float: left;
margin-right: 16px;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
cursor: pointer;
}
.wishList p{
margin: 0;
line-height: 25px;
color: #b6b6b6;
}
.mediosDePago{
margin-top: 20px;
}
.mediosDePago img{
margin-right: 15px;
-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
max-width: 75px;
}
.internaProducto .bx-wrapper .bx-pager {
    bottom: -119px;
  }
  
.internaProducto .bx-wrapper .bx-pager a {
    display: block;
    margin: 0 5px;
  }
    
.internaProducto .bx-wrapper {
    /*margin-bottom: 120px;*/
  }
.internaProducto .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    width: 25%;
}
 .bxslider3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }


.popMedida{
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgba(71,69,69,0.8);
z-index: 999;
}
.popCont{
max-width: 1150px;
margin: 10% auto 0;
left: 0;
right: 0;
background-image: url(../img/medidasPop.jpg);
background-size: cover;
display: table;
padding: 30px 50px;
}
.tableCont{
width: 300px;
margin: 0 auto;
left: 0;
right: 0;
display: table;
background-color: #b7b7b7;
border-radius: 5px;
overflow: hidden;
}
.tablasPop{
float: left;
max-width: 33%;
}
.textoPop{
float: right;
max-width: 33%;
}
.popCont{
position: relative;
}
.popCont h2{
font-size: 62px;
font-family: 'Lora', serif;
color: #a6a5a5;
line-height: 48px;
position: relative;
}
.popCont h2:after{
content: "";
width: 383px;
height: 1px;
background-color: #595757;
position: absolute;
bottom: -12px;
left: 0px;
}
.tablasPop p{
font-size: 20px;
font-family: 'Open Sans', sans-serif;
color: #898888;
margin-top: 20px;
}
.tableCont table{
text-align: center;
color: #ffffff;
font-size: 17px;
font-family: 'Open Sans', sans-serif;
}
.tableCont table tr td{
   padding: 3px 10px;
}
.cerrar{
position: absolute;
top: 10px;
right: 10px;
color: #777;
width: 20px;
height: 20px;
z-index: 9;
font-size: 24px;
cursor: pointer;
}
.popMedida{
display: none;
}
.textoPop h3{
color: #ababab;
font-size: 20px;
font-family: 'Lora', serif;
font-weight: 800;
margin: 0px 0px 5px;
}

.textoPop p{
color: #ababab;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
.relacionadosH2{
font-size: 65px;
color: #52565c;
font-family: 'Lora', serif;
text-align: center;
margin: 100px 0px;
}

.prodRelacionados .addToCartHome {
    background-color: #FFC03F;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    text-align: right;
    height: 43px;
    line-height: 43px;
    padding: 0px 15px;
    width: 69.2%;
    margin-right: 1px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.prodRelacionados .productHomTxt p {
    margin-top: 20px;
    font-size: 21px;
    font-family: "Open Sans",sans-serif;
    color: #B6B6B6;
    text-align: center;
}

.layerCartHoverlay{
position: absolute;
top: 535px;
right: 0;
height: 100%;
width: 100%;
z-index: 999;
display: none;
}

.capagris{
   background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.layerCart{
background-color: #ffffff;
margin-top: 2%;
position: relative;
}
.layerCartProduct{
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
   }
.layerCartProduct h2{
font: 400 23px/29px "Lora", serif;
    margin-bottom: 22px;
    margin-top: 11px;
    text-transform: uppercase;
    display: block;
    padding-right: 50px;
}
.imgCart{
    border: 1px solid #eaeaea;
    padding: 5px !important;
}
.imgCart img{
width: 100%;
}
.propertiesCart{
	padding-top: 30px;
}
.propertiesCart p{
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
}
.CartProductResumen h2{
font: 400 23px/29px "Lora", serif;
    margin-bottom: 22px;
    margin-top: 11px;
    text-transform: uppercase;
    display: block;
    padding-right: 50px;
    border-bottom: 1px solid #eaeaea;
     padding-bottom: 13px;
}
.CartProductResumen p{
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
}
.CartProductResumen{
    background: #fafafa;
    border-left: 1px solid #eaeaea;
    padding: 21px 30px 170px 30px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

.continuar{
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-weight: 700;
	background-color: #ffc03f;
	color: #ffffff;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	  border-radius: 5px;
  border:1px solid #ffc03f;
   padding: 0px 30px;
 height: 35px;
 line-height: 35px;
 display: inline-block;
 text-transform: uppercase;
	-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;
}
.continuar:hover{
	background-color: rgba(0,0,0,0);
	border: 1px solid #ffc03f;
	text-decoration: none;
	color: #ffc03f
}
.pagar{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: 700;	
	color: #ffc03f;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	  border-radius: 5px;
  border:1px solid #ffc03f;
   padding: 0px 30px;
 height: 35px;
 line-height: 35px;
 display: inline-block;
 text-transform: uppercase;
	-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;
}
.pagar:hover{
	background-color: #ffc03f;
	border: 1px solid #ffc03f;
	text-decoration: none;
	color: #ffffff
}

.cerrarCart{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #777777;
	width: 20px;
	height: 20px;
	z-index: 9;
	font-size: 24px;
	cursor: pointer;
}
.mesPaso{
margin-top: 70px !important;
}
.mespasoGran{
font-size: 25px;
font-family: 'Lora', serif;
color: #b6b6b6;
line-height: 32px;
}
.mespasoGran span{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.mesPaso h2{
font-size: 32px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
font-weight: 700;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 11px;
}
.mespasoPeque{
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
}
.mespasoPeque span{
font-size: 11px;
font-weight: 800;

}
.mesImg{
position: relative;
}
.mesImg p{
position: absolute;
bottom: 10px;
left: 50px;
font-size: 47px;
font-family: 'Lora', serif;
color: #ffffff;
}

/*acordeon tiendas*/

.accordion {
  width: 100%;
  margin: 20px auto;
}
.accordion h1, 
.accordion h2,
.accordion h3, 
.accordion h4 {
  cursor: pointer;
}
.accordion h2, 
.accordion h3, 
.accordion h4 {
  font-family: 'Open Sans', sans-serif;
}
.accordion h1 {
  padding: 11px 0px;
  /*background-color: #333;*/
  font-size: 0.9em;
color: #52565C;
font-family: "Open Sans",sans-serif;
text-transform: uppercase;
margin:0; 
}
.accordion h1:hover {
color: #52565C;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 1px solid #b6b6b6;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
  padding: 5px 25px;
  font-size: 14px;
  color: #52565c;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 20px;
  margin: 0px;
  padding-top: 20px;
}
.accordion h2:hover {
}
.accordion h3 {
  padding: 20px 30px;
  font-size: 13px;
  color: #66696e; 
  font-family: 'Open Sans', sans-serif;
  background-color: #f0f0f0;
  margin: 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;
}
.accordion h3:hover {
  background-color: #ffffff; 
}
.accordion h4 {
  padding: 5px 35px;
  /*background-color: #ffc25a;*/
  font-size: .9rem;
  color: #af720a; 
}
.accordion h4:hover {
  /*background-color: #e0b040;*/
}
.accordion p {
  padding: 15px 35px;
  /*background-color: #ddd;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 20px;
}

/*acordeon tiendas*/

.frame{
width: 100%;
}

.frame iframe{
width: 100%;
height: 600px;
}
.direccionTienda{
font-size: 20px;
font-family: 'Lora', serif;
color: #97999d;
font-weight: 400;
margin: 0;
border-right: 1px solid #888a8e;
text-align: left;
margin-top: 30px;
}
.horarioTienda{
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
   color: #97999d;
   margin: 0;
   text-align: left;
   margin-top: 30px;
}
.horarioTienda p{
margin: 0;
}
.horarioTienda span{
font-weight: 600;
}
.tiendasfooter{
position: absolute;
top: 36%;
margin: 0 auto;
left: 0;
right: 0;
color: #ffffff;
font-family: 'Lora', serif;
display: block;
text-align: left;
font-size: 40px;
line-height: 40px;
width: 90%;
}
.tiendasfooter:before{
position: absolute;
width: 20px;
height: 1px;
background-color: #ffffff;
bottom: 0;
left: 10px;
}
.tiendaFooterImg{
margin-top: 115px !important;
}
.contactForm{

}
.contactForm h1{
	font-size: 38px;
	color: #b6b6b6;
	font-family: 'Lora', serif;
	text-align: center;
		margin: 62px 0 50px !important;
}
.contactForm label{
font-size: 20px;
color: #a0a0a0;
font-family: 'Lora', serif;
width: 100%;
font-weight: 100;
}
.contactForm input{
	width: 100%;
	border: 1px solid #b6b6b6;
	height: 31px;
	outline: none;
}
.contactForm textarea{
	width: 100%;
	height: 115px;
	border: 1px solid #b6b6b6;
}

.enviarCont{
	width: 100px;
	border: 1px solid #b6b6b6;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(0,0,0,0);
	color: #b6b6b6;
	text-transform: uppercase;
	height: 25px;
	line-height: 22px;
	margin-top: 11px;
}

.infoCont h2{
	font-size: 43px;
	font-family: 'Lora', serif;
	color: #b6b6b6;
   margin-top: 20px;
   margin-bottom: 0px;
}
.infoCont p{
	font-size: 24px;
	font-family: 'Lora', serif;
	color: #b6b6b6;
}
.infoCont p span{
font-weight: 400;
}
.infoCont{
	margin-top: 60px !important;
}
.somosCabeza h2{
font-size: 58px;
font-family: 'Lora', serif;
color: #b6b6b6;
letter-spacing: -4px;
}
.somosP2{
font-size: 15px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
}
.somosP1{
font-size: 27px;
font-family: 'Lora', serif;
color: #b6b6b6;
line-height: 27px;
}
.somosP1 span{
font-weight: 400;
}
.bordeleft{
border-left: 1px solid #b6b6b6;
}
.bordeRight{
border-right: 1px solid #b6b6b6;
}
.somosCabeza{
margin-top: 50px;
margin-bottom: 50px;
}
.grisL{
color: #ffffff !important;
right: 20px !important;
left: initial !important;
width: 90%;
}

.grisL span:before {
    content: "";
    background-color: #ffffff;
}
.NovIz{
padding-top: 40px;
}
.NovIz .accordionR-section-title{
border-bottom: 1px solid #b6b6b6 !important;
}
.novBlock h2{
border-bottom: 1px solid #b6b6b6;
font-size: 50px;
font-family: 'Lora', serif;
color: #6a6d72;
padding-bottom: 10px;
}
.postImgCont{
width: 100%;
overflow: hidden;
position: relative;
float: left;
margin-bottom: 35px;
}
.postImgCont img{
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

.postImgCont:hover .img-responsive {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
.postTXTCont ul{
list-style: circle;
padding-left: 15px; 
}
.blogInfo{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 80px;
	background-color: rgba(59,59,61,0.9);
	padding:0px 32px; 
}

.blogInfo p{
	float: left;
	line-height: 80px;
	margin-right: 13px;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Lora', serif;
}

.postTXTCont h3{
	font-size: 40px;
	font-family: 'Lora', serif;
	color: #b6b6b6;
	letter-spacing: -3px;
}
.postTXTCont p{
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;	
}
.postTXTCont ul{
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;   
}
.postTXTCont a{
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;	
text-transform: uppercase; 
}
.postTXTCont a:hover{
	text-decoration: none;
	color: #828080;
}

.post{
	margin-bottom: 40px !important;
}
.showing{
	font-size: 31px;
	font-family: 'Lora', serif;
	color: #6a6d72;
	margin-top: 20px;
   text-align: center;
}

.novBlockINT .blogInfo{
	position: relative;
	background-color: rgba(59,59,61,0);
	height: 20px;
	padding:0px;
}
.novBlockINT .blogInfo p{
	float: left;
	line-height: 20px;
	margin-right: 13px;
	color: #b6b6b6;
	font-size: 20px;
	font-family: 'Lora', serif;
}


.distCont{
	margin-top: 60px !important;
}
.distGrey{
	background-color: #f5f5f5;
	padding: 60px 107px;
	margin-bottom: 15px;

}
.distGrey h3{
	color: #b6b6b6;
	font-size: 32px;
	font-family: 'Lora', serif;
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 20px;
}
.distGrey h3 span{
font-weight: 800;
}

.distGrey p{
	color: #b6b6b6;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
   height: 240px;
   overflow: hidden;
   overflow-y:auto; 
}
.distGrey p span{
font-weight: 800;
margin-bottom: 16px;
display: block;
}

.distMed{
float: left;
width: 48.5%;
}
.distMed:first-child{
	margin-right: 15px;
}
.distText {
    position: absolute;
    bottom: 40px;
    padding-left: 40px;
}
.distText h2 {
    font-size: 47px;
    font-family: 'Lora', serif;
    color: #ffffff;
    position: relative;
}

.distCont textarea {
    height: 100px;
}
.FranquiciasCont{
	margin-top: 50px !important;
}
.FranquiciasCont .distGrey {
    padding: 50px 59px;
    margin-bottom: 15px;
}


.FranquiciasCont .imgCont{
width: 100%;
overflow: hidden;
position: relative;
float: left;

}

.imgCont{
width: 100%;
overflow: hidden;
position: relative;
float: left;
}
.imgCont img{
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
  width: 100%;
}
.imgCont p{
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 47px;
	color: #ffffff;
	font-family: 'Lora', serif;
	line-height: 47px;
}
.imgCont:hover img {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
.FranquiciasCont .cabeza{
	margin: 15px 0px 30px;
}

.cont2:before{
	content: "";
	width: 20px;
	background-color: #ffffff;
	height: 100%;
	position: absolute;
	top: 0;
	right: 47%;
	z-index: 99;
}

.franquiciaCont .distGrey{
    padding: 38px 33px;
    margin-bottom: 30px;
}
.slidermaqui{
	background-color: #f5f5f5;
}
.slidermaqui .bx-controls{
	display: none;
}

.slidermaqui .bx-wrapper {
    position: relative;
    margin: 0 auto 0px !important;
}
.outside p{
text-align: center;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
}
.outside a{
font-size: 25px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
}
.outside a:hover,
.outside a:focus{
color: #b6b6b6;
outline: none;
text-decoration: none;
}
.redesNov{
float: left;
margin-right: 10px;
margin-top: 28px;
}
.fotoCont{
float: left;
}
.comenta{
float: left;
}
.comenta p{
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
float: left;
line-height: 38px;
}
.comenta p span{
font-weight: 800;
}
.comment{
border: 1px solid #e5e5e5 !important;
}
.mayus{
border: 1px solid #e5e5e5 !important;
}
.comenta div{
height: 45px;
padding: 0px 0px 0px 20px ;
margin-left:   10px;
}

.commentLink{
float: right;
border-left: 1px solid #e5e5e5 ;
font-weight: 800;
padding-right: 20px !important;
}
.commentLink p{
color: #000000 !important;
cursor: pointer;
}
.mayus{
margin-bottom: 40px;
}
.mayus p{
text-transform: uppercase;
font-weight: 800;
}
.comentarios h2{
border:none;
}

.dejaComentarios h3{
font-size: 38px;
font-family: 'Lora', serif;
color: #6a6d72;
margin-bottom: 50px;
}

.inputComm label{
font-size: 20px;
font-family: 'Lora', serif;
color: #b6b6b6;
float: left;
width: 34%;
text-align: left;
}
.inputComm{
width: 100%;
display: inline-block;
clear: both;
margin-bottom: 26px;
}
.inputComm input{
width: 65%;
float: right;
height: 34px;
outline: none;
}
.inputComm textarea{
width: 65%;
float: right;
height: 34px;
height: 130px;
outline: none;
}
.contenedorBoton{
width: 65%;
float: right;
}

.enviarComm{
background-color: rgba(0,0,0,0);
border: 1px solid #b6b6b6;
border-radius: 5px;
color: #b6b6b6;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
width: 113px;
text-align: center;
height: 25px;
line-height: 21px;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.enviarComm:hover{
border: 1px solid #ffc03f;
color:#ffc03f;
}
.stepCart ul{
margin: 0 auto;
left: 0;
right: 0;
display: table;
}
.stepCart ul li{
float: left;
margin: 30px 25px;
font-size: 32px;
font-family: 'Lora', serif;
color: #b6b6b6;
}
.stepActive{
font-weight: 800;
}

#cart_summary tbody td.cart_product {
    padding: 7px;
    width: 137px;
}
#cart_summary tbody td.cart_avail {
    width: 1%;
}
.table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px;
}

#cart_summary thead th {
  font-size: 15px;
  color: #b6b6b6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; 
}
.cart_description a{
color: #b6b6b6;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
}
.cart_description small a{
color: #b6b6b6;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
}
.cart_description a:hover{
text-decoration: none;
color: #b6b6b6;
}


.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 3px; }
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px; }
.table tfoot > tr > td {
  vertical-align: middle; }
.orderSumary .btn.button-plus span, 
.orderSumary .btn.button-minus span {
    width: 25px;
    display: block;
}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #b5b5b5; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

#cart_summary thead th {
  padding: 7px 8px 9px 8px; }
#cart_summary tbody td {
  padding: 7px 8px 9px 8px; 
   color: #b6b6b6;
   font-size: 20px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
}
  #cart_summary tbody td.cart_product {
    padding: 7px;
    width: 137px; }
    #cart_summary tbody td.cart_product img {
      border: 1px solid #d6d4d4; 
      width: 100%;
   }
  #cart_summary tbody td.cart_unit .price span {
    display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
      margin: 5px auto;
      display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.old-price {
      text-decoration: line-through; }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0; }
  #cart_summary tbody td.cart_avail {
    width: 1%; }
    #cart_summary tbody td.cart_avail span {
      white-space: nowrap; 
      color: #ffc03f;
      font-size: 14px;
      text-transform: uppercase;
   }
  #cart_summary tbody td.cart_delete {
    width: 1%; }
#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  color: #b6b6b6; 
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
}
#cart_summary tfoot td.price {
  text-align: right; 
  color: #b6b6b6; 
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #b6b6b6;
  text-transform: uppercase; }
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Open Sans", sans-serif;
  color: #b6b6b6;
  background: #fff; }

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }
.btn.button-plus, .btn.button-minus {
    font-size: 10px;
    line-height: 35px;
    color: #fff;
    padding: 0;
    border: 0 solid #ddd;
    height: 35px;
    background: #ddd;
}
.direcciones h2{
   font-size: 60px;
   font-family: 'Lora', serif;
   color: #b6b6b6;
   border-bottom:1px solid #b6b6b6;
   padding-bottom: 15px;
       line-height: 57px;
    letter-spacing: -2px;

}
.direcciones ul li{
font-family: 'Open Sans', sans-serif;
font-size: 22px;
color: #b6b6b6;
}
.direcciones{
border:1px solid #b6b6b6;
padding: 39px;
background-color: #fdfdfd;
margin-top: 30px;
}
.orderSumary{
background-color: #fdfdfd;
}
.stepsContinue{
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
float: left;
font-weight:400;
font-size:13px;
text-transform: uppercase;
margin-top: 13px;
-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; 
}
.stepsProceed{
font-family: 'Open Sans', sans-serif;
font-size: 13px;
float: right;
border: 1px solid #b6b6b6;
width: 247px;
text-align: center;
border-radius: 5px;
text-transform: uppercase;
height: 25px;
line-height: 25px;
margin-top: 13px;
color: #b6b6b6;
font-weight:400;
background-color: rgba(0,0,0,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; 
}
.stepsContinue:hover{
color: #383A3D;
text-decoration: none;

}
.stepsProceed:hover{
color: #383A3D;
text-decoration: none;
border: 1px solid #383A3D;
}
.ship .checkbox input[type=checkbox], 
.ship .checkbox-inline input[type=checkbox], 
.ship .radio input[type=radio], 
.ship .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 22px !important;
}
.ship .checkbox label,
.ship .radio label {
    padding-left: 60px;
}

.checkbox a{
color: #b6b6b6;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
}
.checkbox a:hover{
color: #b6b6b6;
text-decoration: none;
}
.medioDePago{
border:1px solid #b6b6b6;
margin-bottom: 17px;
padding: 14px 30px;
display: inline-block;
width: 100%;
cursor: pointer;
position: relative;
}
.medioDePago:after{
    content: "+";
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
}
.medioDePago img{
float: left;
}

.medioDePago p{
float: left;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
line-height: 60px;
margin: 0;
margin-left: 20px;
}

.registrarCont{
width: 100%;
display: block;
margin-top: 13px;
}
.registrar h2{
font-size: 48px;
font-family: 'Lora', serif;
color: #b6b6b6;
line-height: 49px;
}
.registrar p{
font-size: 24px;
font-family: 'Lora', serif;
color: #b6b6b6;
line-height: 24px;
margin-bottom: 10px;
}

.registrarCont label{
   font-size: 20px;
   color: #b6b6b6;
   font-family: 'Lora', serif;
   font-weight:400;
}
.registrarCont input{
   font-size: 20px;
   color: #b6b6b6;
   font-family: 'Lora', serif;
   width: 100%;
   border:1px solid #b6b6b6;
}
.enviarLog{
background-color: rgba(0,0,0,0);
border: 1px solid #b6b6b6;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
color: #b6b6b6;
padding: 7px 20px;
border-radius: 5px;
margin-top: 21px;
text-transform: uppercase;
}
.enviarLog:hover{
border: 1px solid #383A3D;
color: #383A3D;
}
.botonEnviar a{
font-size: 16px;
color: #b6b6b6;
font-family: 'Lora', serif;
margin-left: 13px;
}
.botonEnviar a:hover{
color: #b6b6b6;
text-decoration: none;
}
.registrar{
padding: 0px 80px;
margin-top: 80px;
}
.selectCont{
   width: 370px;
   border:1px solid #b6b6b6;
   overflow: hidden;
   position: relative;
   height: 45px;
   float: left;
}
.selectCont:after{
   content: "+";
   position: absolute;
   top: 10px;
   right: 15px;
   font-size: 30px;
   font-family: 'Open Sans', sans-serif;
   color: #bbbbbb;
   line-height: 21px;
}
.selectCont select{
   background-color: #ffffff;
   width: 104%;
   height: 45px;
   border:none;
   outline: none;
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
   color: #bbbbbb;
   padding: 5px;
}
.chooseAdd form p{
   float: left;
   font-size: 20px;
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
   color: #b6b6b6;
   line-height: 20px;
   margin-left: 18px;
   letter-spacing: 2px;
}

.addresInput{
   width: 100%;
   display: inline-block;
}
.addresInput label{
   color: #b6b6b6;
   font-family: 'Open Sans', sans-serif;
   font-size: 13px;
   line-height: 13px;
}
.addtext h2{
   font-size: 13px;
   font-family: 'Open Sans', sans-serif;
   color: #b6b6b6;
   text-align: center;
   letter-spacing: 4px;
   margin: 30px 0px;
}
.addtext textarea{
   width: 100%;
   height: 90px;
   border:1px solid #b6b6b6;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  background: white;
  margin-bottom: 0;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  margin-top: 10px;
  width: 100%;
  background: #d9edf7;
  color: #31708f;
  border: 1px solid #bce8f1;
  font-weight: bold;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px 11px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: -2px;
}
.rtl #order .delivery_option > div > table.resume.delivery_option_carrier td i, .rtl
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  margin-left: 7px;
  margin-right: inherit;
}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  vertical-align: middle;
}
.rtl #order .delivery_option > div > table.resume td.delivery_option_radio, .rtl
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  padding-right: 0;
  padding-left: inherit;
}
.rtl #order .delivery_option > div > table.resume td.delivery_option_radio, .rtl
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  padding-left: 0;
  padding-right: inherit;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
}
.rtl #order .delivery_option > div > table.resume td.delivery_option_logo, .rtl
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  padding-right: 21px;
  padding-left: inherit;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 162px;
  vertical-align: middle;
}

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}
.order_carrier_content .carrier_title {
  font-weight: bold;
  padding-bottom: 10px;
  color: #777777;
}
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
.order_carrier_content + div {
  padding-bottom: 15px;
}

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}

#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #777777;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png);
  background-repeat: repeat-x;
  background-color: #999999;
  background-position: -1% 0;
}
.rtl #carrierTable th {
  background-position: 101% 0;
}

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}
.rtl #carrierTable td {
  border-left: 1px solid #e9e9e9;
  border-right: inherit;
}

#carrierTable td.carrier_price {
  border: none;
}

.ship h2{
   font-size: 20px;
   font-family: 'Open Sans', sans-serif;
   color: #b6b6b6;
   text-align: center;
   margin: 60px 0px;
}
.ship{
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
   color: #b6b6b6;
   font-weight: 800;
}
.box{
   border:1px solid #b6b6b6;
}

/*menu*/
.menu-fixed{
position: fixed;
width: 100%;
background-color: #ffffff;
z-index: 97;
padding: 5px 0px !important;
top: 0px;
}
/*menu*/
.botonM{
position: absolute;
top: 30px;
right: 10px;
font-size: 35px;
color: #62666b;
display: none;
}
.cerrarMe{
display: none;
}
.slider .bx-controls{
display: none;
}
.franquiciaCont{
margin-top: 60px !important;
}
.tituloV{
border-bottom: 1px solid #b6b6b6;
margin-bottom: 50px !important;
}
.varios{
margin-bottom: 100px !important;
}
.varios h2{
font-size: 50px;
font-family: 'Lora', serif;
color: #6a6d72;
width: 67%;
line-height: 50px;
margin-top: 70px;
padding-bottom: 37px;
}
.varios p{
font-size: 14px;
color: #b6b6b6;
font-family: 'Open Sans', sans-serif;
line-height: 20px;
text-align: justify;
}
.varios h4{
font-size: 14px;
color: #b6b6b6;
font-family: 'Open Sans', sans-serif;
line-height: 20px;
font-weight: 800;
margin: 23px 0px;
text-transform: uppercase;
}
.ganaHead{
padding: 0px 120px;
margin-top: 75px;
}

.ganaHead h2{
font-size: 52px;
font-family: 'Lora', serif;
text-align: center;
color: #b6b6b6;
letter-spacing: -1px;
line-height: 52px;
}
.ganaHead p{
font-size: 21px;
font-family: 'Lora', serif;
text-align: center;
color: #b6b6b6;
letter-spacing: -1px;
line-height: 21px;
margin:20px 0;
}
.ganaForm .input{
margin-bottom: 15px;
display: inline-block;
width: 100%;
}
.ganaForm .input label{
width: 100%;
font-size: 20px;
font-family: 'Lora', serif;
color: #a0a0a0;
font-weight: 400;
} 
.ganaForm .input input{
width: 100%;
font-size: 20px;
font-family: 'Lora', serif;
color: #a0a0a0;
outline: none;
border:1px solid #a0a0a0;
}

.ganaForm .cumpleanos input{
float: left;
width: 30% !important;
font-size: 20px;
font-family: 'Lora', serif;
color: #a0a0a0;
margin-right: 10px;
outline: none !important;
border:1px solid #a0a0a0;
}
.regForm{
margin-top: 100px !important;
}

.layerReftHoverlay{
position: absolute;
top: 400px;
right: 0;
height: 100%;
width: 100%;
z-index: 999;

}

.capagrisRef{
   background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.layerRef{
background-color: #ffffff;
margin-top: 2%;
position: relative;
}
.compartir{
padding: 57px !important;
}
.compartir h2{
text-align: center;
font-size: 68px;
font-family: 'Lora', serif;
line-height: 68px;
margin-bottom: 70px;
color: #a1a0a0;
}
.nombreRef{
float: left;

}

.compartir label{
width: 100%;
font-size: 20px;
color: #a0a0a0;
font-family: 'Lora', serif;
font-weight: normal !important;
}
.compartir input{
width: 100%;
font-size: 20px;
color: #a0a0a0;
font-family: 'Lora', serif;
border:1px solid #a0a0a0;
}
.nombreRef{
width: 38%;
float: left;
margin-right: 20px
}
.teleRef{
width: 19%;
float: left;
margin-right: 20px
}
.emailRef{
width: 38%;
float: left;
}
.compartirCont{
padding-bottom: 40px !important;
border-bottom: 1px solid #dedede;
margin-bottom: 30px !important
}
.enviarRef{
margin: 30px auto 0;
left: 0;
right: 0;
display: table;
border: 1px solid #b6b6b6;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
color: #b6b6b6;
letter-spacing: 1px;
height: 25px;
line-height: 24px;
padding: 0px 20px;
border-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
}
.enviarRef:hover {
    color: #383a3d;
    text-decoration: none;
    border: 1px solid #383a3d;
}
.comentariosAt p{
font-size: 38px;
font-family: 'Lora', serif;
color: #b6b6b6;
text-align: center;
line-height: 38px;
}
.pasoGris{
background-color: #f5f5f5;
padding: 32px 0;
}

.novCat li a{
color: #52565C;
font-family: "Open Sans",sans-serif;
font-size: 21px;
line-height: 25px;
}
.novCat li{
text-align: left;
border-bottom: 1px solid #e2e2e2;
padding: 10px 0px;
}
.dejaComentarios label{
width: 30% !important;
float: left;
}
.dejaComentarios input{
width: 65% !important;
float: right;
}
.dejaComentarios textarea{
width: 65% !important;
float: right;
}
.rSocial{
position: relative;
}
.rSocial:before{
content: "";
position: absolute;
top: 50%;
left: -30px;
width: 18px;
height: 1px;
background-color: #8d8b8b;
}
.rSocial:after{
content: "";
position: absolute;
top: 50%;
right: -17px;
width: 18px;
height: 1px;
background-color: #8d8b8b;
}
.videoFrase{
position: absolute;
top: 40%;
width: 100%;
display: inline-block;
font-size: 45px;
color: #ffffff;
font-family: 'Lora', serif;
text-align: center;
}
.title{
font-family: 'Lora', serif;
color: #ffffff;
font-size: 30px;
} 
.my-account{
color: #52565C;
font-family: "Open Sans",sans-serif;
font-size: 17px;
}

.my-account label {
    font-weight: 500 !important;
}
.btn-my-account-default {
    background-color: #ffffff !important;
    border-color: #2F332B !important;
}

.widget{
color: #52565C;
font-family: "Open Sans",sans-serif;
font-size: 17px;
}

.widget li a{
color: #52565C !important;
font-family: "Open Sans",sans-serif;
font-size: 17px;
}
.sidebar-nav li {
border-radius: 5px;
}
.cd-message-cart .cd-image-min {
    width: 48px !important;
    margin-top: 0px !important;
}
.cd-message-cart {
font-family: "Open Sans",sans-serif;
font-size: 15px;
line-height: 15px !important;
padding-bottom: 5px;
color: #2F332B !important;
}

.cd-message-cart p{
margin-top: 5px;
}
.cd-message-error {
    background: rgba(0,0,0,0) !important;
}
.cd-message-succes {
   background: rgba(0,0,0,0) !important;
}
.cien img{
width: 100%;
}













































@media(max-width: 768px){
.logoCont {
    padding: 11px 0px !important;
}
.menuCobt{
   width: 100%;
}
.botonM{
display: block;
}
.menu{
width: 100%;
background-color: rgba(255,255,255,0.9);
display: none;
position: absolute;
top: 68px;
z-index: 9;
left: 0;
}
.menu ul li{
width: 100%;

}
.cont9{
width: 90%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont8{
width: 90%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont7{
width: 90%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont6{
width: 90%;
margin: 0 auto;
left: 0;
right: 0;
}
.cont5{
width: 90%;
margin: 0 auto;
left: 0;
right: 0;
position: relative;
}
.pais {
    height: 24px;
}
.resgistrar {
height: 24px;
}
.slider {
    padding: 0px 0px !important;
}
.select{
padding-bottom: 10px;
}
.text {
    position: relative;
    width: 100%;
    left: 0;
   padding: 10px 20px;
   margin-top: 20px;
}
.text h2 {
    position: relative;
    width: 100%;
    color: #b6b6b6;
    font-size: 70px;
    text-align: center;
}
.text h2 span {
    font-size: 40px;
    color: #b6b6b6;

}
.text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #b6b6b6;
    width: 100%;
    text-align: justify;
}
.text a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #ffc03f;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffc03f;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 22px;
    display: table;
}
.colaText h2 span {
    font-size: 40px;
}
.colaText h2 {
    font-size: 20px;
}
.colaText {
    bottom: 8px;
}
.cabeza {
    margin-top: 50px;
    padding: 0px;
}
.addToCartHome{
   font-size: 15px;
   width: 69.2%;
}
.productHome {
    margin-bottom: 30px;
}
.OnlineBanner h2 {
    font-size: 28px;
    color: #b6b6b6;
    line-height: 28px;
    margin-top: 10px;
}
.OnlineBanner h3 {
    font-size: 20px;
    color: #b6b6b6;
    line-height: 20px;
}
.OnlineBanner a{
margin: 0 auto;
left: 0;
right: 0;
display: table;
height: 30px;
line-height: 30px;
}
.postHomeImg h2 {
    font-size: 29px;
}
.fechaPostHome {
    font-size: 25px;
}
.postHome h2 {
    font-size: 40px;
    line-height: 40px;
}
.newsleter p {
    font-size: 56px;
}
.newsleter span {
    margin-left: 0px;
}
.newsleter span input {
    min-width: 233px;
   margin-right: 10px;
}
.footInfo {
    padding: 10px 10px;
    width: 50%;
   min-height: 111px;
   border:none;
}

.footInfo ul li {
    margin: 0px 0px;
}
.footInfo:nth-child(3){
width: 100%;
}
.footInfo:last-child{
width: 100%;
}
.footInfo p {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
}
.pagosInd {
    margin: 13px 4px;
    width: 31%;
}
.footInfo p {
display: none;
}
.rights p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
   padding: 11px 0px;
}
.banner {
    padding: 0px !important;
    position: relative;
}
.banner h2 {
    position: relative;
    font-size: 42px;
    color: #b6b6b6;

}
.nuevaCollage2 {
    width: 100%;
}
.subMenu {
    right: 19px;
    width: 95%;
}
.productosCont .addToCartHome {
    font-size: 13px;
}
.productosCont .productHomTxt p {
    font-size: 18px;
}
.productosCont .productHomTxt h2 {
    font-size: 33px;
}
.internaProducto {
    margin-top: 20px !important;
}
.internaProducto .bx-wrapper {
    margin: 0px auto 140px;
}
.internaProducto h1 {
    font-size: 37px;
}
.refInt {
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.medidasCont {
    line-height: 20px !important;
}
.relacionadosH2 {
    font-size: 45px;
    margin: 40px 0px;
}
.grayAtHome {
    padding: 24px 44px;
    margin-bottom: 30px;
}
.abajo:after {
    width: 170px;
    top: -7px;
    right: -45px;
}
.toAtHome h2 span {
    font-size: 44px;
}
.toAtHome h2 {
    font-size: 20px;
}
.toAtHome p {
    position: absolute;
    bottom: 90px;
    font-size: 30px;
    line-height: 30px;
}

.toAtHome a {
    position: relative;
    height: 30px;
    line-height:30px;
    margin: 10px auto;
    font-size: 17px;
    left: 0;
    right: 0;
    display: table;
}
.productosCont {
    margin-top: 30px !important;
    text-align: center;
}
.mediosDePago img {
    margin-right: 30px;
    float: left;
    width: 38%;
}
.mesImg p {
    font-size: 38px;
}
.accordion h1 {
    text-align: left;
}
.frame iframe {
    height: 400px;
}
.vivela {
    font-size: 25px;
    line-height: 25px;
}
.tiendasfooter {
    font-size: 40px;
}
.tiendaFooterImg {
    margin-top: 70px !important;
}
.contactForm h1 {
    font-size: 24px;
}
.infoCont h2 {
    font-size: 35px;
}
.somosCabeza h2 {
    font-size: 35px;
}
.somosP1 {
    font-size: 27px;
    line-height: 27px;
}
.novBlock h2 {
    font-size: 40px;
}
.blogInfo p {
    line-height: 40px;
    margin-right: 6px;
    font-size: 13px;
}
.blogInfo {
    height: 40px;
    padding: 0px 5px;
}
.busqueda {
    float: right;
}
.showing {
    font-size: 26px;
}
.distGrey {
    padding: 10px 5px;
    margin-bottom: 15px;
}
.distText h2 {
    font-size: 31px;
}
.distGrey h3 {
    font-size: 22px;
}
.distMed {
    width: 100%;
    margin-bottom: 30px;
}
.distCont {
    margin-top: 20px !important;
}
.contactForm h1 {
    margin: 30px 0 30px !important;
}
.novBlockINT .blogInfo p {
    margin-right: 6px;
    font-size: 14px;
}
.comenta div {
    padding: 0px; 
    margin-left: 0px;
}
.comenta div {
    height: 32px;
}
.comment {
    border: 0px solid #e5e5e5 !important;
}
.mayus {
    border: 0px solid #e5e5e5 !important;
}
.commentLink {
    border-left: 0px solid #e5e5e5;
   text-align: center;

}
.comenta p {
    font-size: 11px;
    line-height: 11px;
}
.dejaComentarios h3 {
    font-size: 29px;
    margin-bottom: 50px;
}
.inputComm label {
    width: 100%;
}
.inputComm input {
    width: 100%;
}
.inputComm {
    margin-bottom: 6px;
}
.inputComm textarea {
    width: 100%;
    height: 70px;
}
.imgCont p {
    bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}
.FranquiciasCont .distGrey {
    padding: 30px 30px;
}
.cont2:before {
    width: 15px;
}
.imgCont {
    margin-bottom: 15px;
}
.franquiciaCont{
margin-top: 20px !important;
}
.franquiciaCont .distGrey {
    padding: 10px 33px;
}
.buscar input {
    position: absolute;
    bottom: 0px;
    left: -190px;
}
.accordionR-section-title {
text-align: left;
}
.continuar {
    bottom: 50px;
    left: 72px;
}
.layerCartProduct h2 {
    font: 400 17px/29px "Lora",serif;
    line-height: 17px;
}
.layerCartProduct {
    padding: 14px;
}
.CartProductResumen h2 {
    font: 400 17px/29px "Lora",serif;
   line-height: 17px;
}
.CartProductResumen {
    padding: 21px 30px 100px;
}
.layerCartHoverlay {
    top: 1030px;
}
.stepCart ul li {
    margin: 5px 25px;
}
.stepCart ul li {
    font-size: 22px;
}
#cart_summary td {
    padding: 7px 20px;
}
#cart_summary tbody td {
    font-size: 15px;
}
.direcciones {
    padding: 21px;
}
.direcciones h2 {
    font-size: 31px;
    line-height: 31px;
}
.stepsContinue {
    float: none !important;
    margin: 13px auto;
    left: 0;
    right: 0;
    display: table;
}
.stepsProceed {
float: none !important;
    margin: 13px auto;
    left: 0;
    right: 0;
    display: table;
}
.registrar {
    padding: 0px 0px !important;
    margin-top: 80px;
}
.registrar h2 {
font-size: 34px !important;
line-height: 34px !important;
}
.bordeRight {
    border-right: 0px solid #B6B6B6;
}
.selectCont {
    width: 290px !important;
}
.chooseAdd form p {
    margin-top: 10px;
}
.addresInput label {
    font-size: 11px;
    line-height: 11px;
}
.medioDePago p {
line-height: 13px;
}
.varios{
margin-bottom: 100px !important;
}
.varios h2{
font-size: 24px;
line-height: 24px;
width: 100%;
}
.varios p{
font-size: 14px;
color: #b6b6b6;
font-family: 'Open Sans', sans-serif;
line-height: 20px;
text-align: justify;
}
.varios h4{
font-size: 14px;
color: #b6b6b6;
font-family: 'Open Sans', sans-serif;
line-height: 20px;
font-weight: 800;
margin: 23px 0px;
text-transform: uppercase;
}
.ganaHead {
    padding: 0px;
}
.ganaHead h2 {
    font-size: 36px;
    line-height: 36px;
}
.ganaForm .cumpleanos input {
    width: 29% !important;
}
.layerReftHoverlay {
    top: 189px;
}
.compartir {
    padding: 30px 10px !important;
}
.compartir h2 {
    font-size: 44px;
    line-height: 44px;
}
.nombreRef {
    width: 100%;
}
.teleRef {
    width: 100%;
}
.emailRef {
    width: 100%;
}
.dejaComentarios label{
width: 100% !important;
float: left;
}
.dejaComentarios input{
width: 100% !important;
float: right;
}
.dejaComentarios textarea{
width: 100% !important;
float: right;
}

}








@media(min-width: 800px) and (max-width: 991px){
.cont8 {
    width: 90%;
}
.cont6 {
    width: 90%;
}
.cont5 {
    width: 60%;
}
.colageCont {
    margin-bottom: 15px;
}
.productHomTxt h2 {
    font-size: 26px;
}
.menu li {
    font-size: 13px;
}
.busqueda{
float: right;
}

.text {
    bottom: 5%;
}

.slider {
    padding: 0px 0px !important;
}

.text h2 {
    position: relative;
    width: 100%;
    font-size: 70px;
    text-align: left;
}
.text h2 span {
    font-size: 40px;

}
.text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    width: 100%;
}
.text a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 22px;
    display: table;
}
.colaText h2 span {
    font-size: 40px;
}
.colaText h2 {
    font-size: 20px;
}
.colaText {
    bottom: 8px;
}
.cabeza {
    margin-top: 50px;
    padding: 0px;
}
.addToCartHome{
   font-size: 10px;
   width: 68.1%;
}
.productHomTxt p {
    font-size: 16px;
}
.descHome {
    font-size: 11px;
}
.onlineText {
    left: -130px;
}
.productHome {
    margin-bottom: 30px;
    height: 400px;
}
.productosMes .productHome,
.productosCont .productHome {
    margin-bottom: 30px;
    height: auto;
}
.accordion h2 {
    text-align: left;
}
.continuar {
    bottom: 52px;
    left: 63px;
}
.OnlineBanner h2 {
    font-size: 28px;
    color: #b6b6b6;
    line-height: 28px;
    margin-top: 10px;
}
.OnlineBanner h3 {
    font-size: 20px;
    color: #b6b6b6;
    line-height: 20px;
}
.infoCont img{
margin-bottom: 15px;
}
.OnlineBanner a{
margin: 0 auto;
left: 0;
right: 0;
display: table;
height: 30px;
line-height: 30px;
}
.postHomeImg h2 {
    font-size: 29px;
}
.fechaPostHome {
    font-size: 25px;
}
.postHome h2 {
    font-size: 40px;
    line-height: 40px;
}
.newsleter p {
    font-size: 56px;
}
.newsleter span {
    margin-left: 0px;
}
.newsleter span input {
    min-width: 233px;
   margin-right: 10px;
}
.footInfo {
    float: left;
    padding: 10px 38px;
    border-right: 0px solid #B3B2B2;
    min-height: 181px;
}
.footInfo:last-child{
float: none;
margin: 0 auto;
left: 0;
right: 0;
display: table;
}
.rights p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
   padding: 11px 0px;
}
.banner {
    padding: 0px !important;
    position: relative;
}
.banner h2 {
    font-size: 42px;

}
.nuevaCollage2 {
    width: 44%;
}
.medio .vivela {
    font-size: 15px;
    line-height: 15px;
}
.medio .vivela span {
    font-size: 16px;
    line-height: 16px;
}
.conoceNueva {
    bottom: 5%;
    font-size: 29px;
    line-height: 40px;
}
.conoceNueva span {
    font-size: 34px;
    line-height: 25px;
}
.productosCont .addToCartHome {
    font-size: 9px;
}
.popCont h2 {
    font-size: 34px;
    line-height: 34px;
}
.popCont {
    margin: 3% auto 0px;
    padding: 0px 25px;
}
.productosCont .addToCartHome {
    width: 68.8%;
}
.productosCont .productHomTxt p {
    font-size: 14px;
}
.productosCont .productHomTxt h2 {
    font-size: 24px;
}
.internaProducto {
    margin-top: 20px !important;
}
.internaProducto .bx-wrapper {
    margin: 0px auto 140px;
}
.internaProducto h1 {
    font-size: 37px;
}
.refInt {
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.medidasCont {
    line-height: 20px !important;
}
.relacionadosH2 {
    font-size: 45px;
    margin: 40px 0px;
}
.grayAtHome {
    padding: 24px 44px;
    margin-bottom: 30px;
}
.abajo:after {
    width: 170px;
    top: -7px;
    right: -45px;
}
.toAtHome h2 span {
    font-size: 44px;
}
.toAtHome h2 {
    font-size: 20px;
}
.toAtHome p {
    position: absolute;
    bottom: 60px;
    font-size: 30px;
    line-height: 30px;

}

.toAtHome a {
    height: 30px;
    line-height:30px;
    margin: 10px auto;
        top: 58%;
}

.productosCont {
    margin-top: 30px !important;
    text-align: center;
}
.mesImg p {
    font-size: 38px;
}
.accordion h1 {
    text-align: left;
}
.frame iframe {
    height: 400px;
}
.vivela {
    font-size: 25px;
    line-height: 25px;
}
.tiendasfooter {
    font-size: 40px;
}
.tiendaFooterImg {
    margin-top: 70px !important;
}
.contactForm h1 {
    font-size: 24px;
}
.infoCont h2 {
    font-size: 35px;
}
.somosCabeza h2 {
    font-size: 35px;
}
.somosP1 {
    font-size: 27px;
    line-height: 27px;
}
.novBlock h2 {
    font-size: 40px;
}
.blogInfo p {
    line-height: 40px;
    margin-right: 6px;
    font-size: 13px;
}
.blogInfo {
    height: 40px;
    padding: 0px 5px;
}
.busqueda {
    float: right;
}
.showing {
    font-size: 26px;
}
.distGrey {
    padding: 10px 5px;
    margin-bottom: 15px;
}
.distText h2 {
    font-size: 31px;
}
.distGrey h3 {
    font-size: 22px;
}
.distMed:first-child {
    margin-right: 7px;
}
.distCont {
    margin-top: 20px !important;
}
.contactForm h1 {
    margin: 30px 0 30px !important;
}

.inputComm label {
    width: 100%;
}
.inputComm input {
    width: 100%;
}
.inputComm {
    margin-bottom: 6px;
}
.inputComm textarea {
    width: 100%;
    height: 70px;
}
.imgCont p {
    bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}
.FranquiciasCont .distGrey {
    padding: 30px 30px;
}
.cont2:before {
    width: 15px;
}
.imgCont {
    margin-bottom: 15px;
}
.franquiciaCont{
margin-top: 20px !important;
}
.franquiciaCont .distGrey {
    padding: 10px 33px;
}

.accordionR-section-title {
text-align: left;
}
.stepCart ul li {
    font-size: 20px ;
}
.direcciones h2 {
    font-size: 31px;
line-height: 31px;
}
.registrar {
    padding: 0px 0px ;
}
.registrar h2 {
    font-size: 40px ;
    line-height: 40px ;
}
.registrar{
border:0px solid #ffffff;
}
.registrar p {
    font-size: 18px ;
    line-height: 18px ;
}
.medioDePago p {
    font-size: 11px;
}
.prodRelacionados .productHomImg .img-responsive{
width: 100%;
}
.varios h2{
width: 100%;

}

.compartir {
    padding: 30px 10px !important;
}
.nombreRef {
    width: 36%;
}
.teleRef {
    width: 19%;
}
.emailRef {
    width: 36%;
}
.ganaHead {
    padding: 0px 30px;
    margin-top: 75px;
}
.ganaForm .cumpleanos input {
    width: 28% !important;
}
}













@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 20px 7px 20px; }
    #order-detail-content #cart_summary td.cart_product {
      text-align: left; }
    #order-detail-content #cart_summary td.cart_avail {
      display: none; }
    #order-detail-content #cart_summary td.cart_unit {
      width: 33%;
      text-align: right;
      min-height: 70px;
      clear: both; }
      #order-detail-content #cart_summary td.cart_unit .price {
        text-align: right; }
    #order-detail-content #cart_summary td.cart_quantity {
      width: 33%;
      min-height: 70px;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      #order-detail-content #cart_summary td.cart_quantity div {
        display: block; }
      #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline; }
      #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
        margin-right: 0px;
        float: none; }
    #order-detail-content #cart_summary td.cart_total {
      width: 33%;
      min-height: 70px;
      text-align: right; }
    #order-detail-content #cart_summary td.cart_delete {
      position: absolute;
      right: 20px;
      top: 7px; }
      #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }

@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } }
.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
  .cart_voucher .title-offers {
    color: #333;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: 219px;
      margin-right: 11px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #515151; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }




@media(min-width: 1000px) and (max-width: 1210px){
.cont8 {
    width: 90%;
}
.cont6 {
    width: 90%;
}
.cont5 {
    width: 60%;
}
.colageCont {
    margin-bottom: 21px;
}
.productHomTxt h2 {
    font-size: 26px;
}
.busqueda{
float: right;
}

.slider {
    padding: 0px 0px !important;
}
.text {
    bottom: 10%;
}
.text h2 {
    position: relative;
    width: 100%;
    font-size: 100px;
    text-align: left;
}
.text h2 span {
    font-size: 50px;
text-align: left;
}
.text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    width: 100%;
}
.text a {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 22px;
    display: table;
}
.colaText h2 span {
    font-size: 40px;
}
.colaText h2 {
    font-size: 20px;
}
.colaText {
    bottom: 8px;
}
.cabeza {
    margin-top: 50px;
    padding: 0px;
}

.productHomTxt p {
    font-size: 16px;
}
.descHome {
    font-size: 11px;
}
.onlineText {
    left: -130px;
}
.productHome {
    margin-bottom: 30px;
}
.productosMes .productHome,
.productosCont .productHome {
    margin-bottom: 30px;
    height: auto;
}
.accordion h2 {
    text-align: left;
}
.continuar {
    bottom: 52px;
    left: 63px;
}
.OnlineBanner h2 {
    font-size: 38px;
    line-height: 38px;
    margin-top: 10px;
}
.OnlineBanner h3 {
    font-size: 23px;
    line-height: 23px;
}
.infoCont img{
margin-bottom: 15px;
}
.OnlineBanner a{
margin: 0 auto;
left: 0;
right: 0;
display: table;
height: 35px;
line-height: 35px;
}
.onlineText {
    top: 14px;
}
.postHomeImg h2 {
    font-size: 29px;
}
.newsleter p {
    font-size: 56px;
}
.newsleter span {
    margin-left: 0px;
}
.newsleter span input {
    min-width: 233px;
   margin-right: 10px;
}


.rights p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
   padding: 11px 0px;
}
.banner {
    padding: 0px !important;
    position: relative;
}
.banner h2 {
    font-size: 42px;

}
.nuevaCollage2 {
    width: 44%;
}
.medio .vivela {
    font-size: 20px;
    line-height: 20px;
}
.medio .vivela span {
    font-size: 16px;
    line-height: 16px;
}
.colIzTitle {
    font-size: 45px;
}
.conoceNueva {
    bottom: 5%;
    font-size: 29px;
    line-height: 40px;
}
.conoceNueva span {
    font-size: 34px;
    line-height: 25px;
}
.productosCont .addToCartHome {
    font-size: 10px;
}
.popCont h2 {
    font-size: 34px;
    line-height: 34px;
}
.popCont {
    margin: 3% auto 0px;
    padding: 0px 25px;
}
.productosCont .addToCartHome {
    width: 68.8%;
}
.productosCont .productHomTxt p {
    font-size: 14px;
}
.productosCont .productHomTxt h2 {
    font-size: 24px;
}
.internaProducto {
    margin-top: 20px !important;
}
.internaProducto .bx-wrapper {
    margin: 0px auto 140px;
}
.internaProducto h1 {
    font-size: 37px;
}
.refInt {
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.medidasCont {
    line-height: 20px !important;
}
.relacionadosH2 {
    font-size: 45px;
    margin: 40px 0px;
}
.grayAtHome {
    padding: 24px 44px;
    margin-bottom: 30px;
}
.abajo:after {
    width: 170px;
    top: -7px;
    right: -45px;
}

.toAtHome h2 span {
    font-size: 44px;
}
.toAtHome h2 {
    font-size: 20px;
}
.toAtHome p {
    position: absolute;
    bottom: 82px;
    font-size: 30px;
    line-height: 30px;
}

.toAtHome a {
    height: 30px;
    line-height:30px;
    margin: 10px auto;
        top: 58%;
}

.productosCont {
    margin-top: 30px !important;
    text-align: center;
}
.mesImg p {
    font-size: 38px;
}
.accordion h1 {
    text-align: left;
}
.frame iframe {
    height: 400px;
}
.vivela {
    font-size: 25px;
    line-height: 25px;
}
.tiendasfooter {
    font-size: 40px;
}
.tiendaFooterImg {
    margin-top: 70px !important;
}
.contactForm h1 {
    font-size: 24px;
}
.infoCont h2 {
    font-size: 35px;
}
.somosCabeza h2 {
    font-size: 51px;
}
.novBlock h2 {
    font-size: 40px;
}
.blogInfo p {
    line-height: 40px;
    margin-right: 6px;
    font-size: 13px;
}
.blogInfo {
    height: 40px;
    padding: 0px 5px;
}
.busqueda {
    float: right;
}
.showing {
    font-size: 26px;
}
.distGrey {
    padding: 10px 5px;
    margin-bottom: 15px;
}
.distText h2 {
    font-size: 31px;
}
.distGrey h3 {
    font-size: 22px;
}
.distMed:first-child {
    margin-right: 7px;
}
.distCont {
    margin-top: 20px !important;
}
.contactForm h1 {
    margin: 30px 0 30px !important;
}

.inputComm label {
    width: 100%;
}
.inputComm input {
    width: 100%;
}
.inputComm {
    margin-bottom: 6px;
}
.inputComm textarea {
    width: 100%;
    height: 70px;
}
.imgCont p {
    bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}
.FranquiciasCont .distGrey {
    padding: 30px 30px;
}
.cont2:before {
    width: 15px;
}
.imgCont {
    margin-bottom: 15px;
}
.franquiciaCont{
margin-top: 20px !important;
}
.franquiciaCont .distGrey {
    padding: 10px 33px;
}

.accordionR-section-title {
text-align: left;
}
.stepCart ul li {
    font-size: 20px ;
}
.direcciones h2 {
    font-size: 31px;
line-height: 31px;
}
.registrar {
    padding: 0px 0px ;
}
.registrar h2 {
    font-size: 40px ;
    line-height: 40px ;
}
.registrar{
border:0px solid #ffffff;
}
.registrar p {
    font-size: 18px ;
    line-height: 18px ;
}
.medioDePago p {
    font-size: 11px;
}
.prodRelacionados .productHomImg .img-responsive{
width: 100%;
}
.prodRelacionados .addToCartHome {
    font-size: 11px;
    width: 69%;
}
.prodRelacionados .productHomTxt p {
    font-size: 18px;
}
.mespasoPeque {
    font-size: 13px;
}
.addToCartHome {
    font-size: 16px;
    width: 69.2%;
}
.NovIz {
    padding-top: 29px;
}
.varios h2{
width: 100%;

}
.nombreRef {
    width: 36%;
}
.teleRef {
    width: 19%;
}
.emailRef {
    width: 36%;
}
.ganaForm .cumpleanos input {
    width: 28% !important;
}
}


@media(min-width: 1260px) and (max-width: 1399px){
.colageCont {
    margin-bottom: 21px;
}
.productHomTxt h2 {
    font-size: 26px;
}
.busqueda{
float: right;
}

.slider {
    padding: 0px 0px !important;
}

.colaText h2 span {
    font-size: 40px;
}
.colaText h2 {
    font-size: 20px;
}
.colaText {
    bottom: 8px;
}
.cabeza {
    margin-top: 50px;
    padding: 0px;
}
.text {
    bottom: 21%;
}
.text h2 {
    font-size: 120px;
    line-height: 100px;
}
.text p {
    font-size: 16px;
}
.productHomTxt p {
    font-size: 16px;
}
.descHome {
    font-size: 15px;
}
.onlineText {
    left: -130px;
}
.productHome {
    margin-bottom: 30px;
}
.productosMes .productHome,
.productosCont .productHome {
    margin-bottom: 30px;
    height: auto;
}
.accordion h2 {
    text-align: left;
}
.continuar {
    bottom: 52px;
    left: 63px;
}
.OnlineBanner h2 {
    font-size: 38px;
    line-height: 38px;
    margin-top: 80px;
}
.OnlineBanner h3 {
    font-size: 23px;
    line-height: 23px;
}
.infoCont img{
margin-bottom: 15px;
}
.OnlineBanner a{
height: 35px;
line-height: 35px;
}
.onlineText {
    top: 14px;
}
.postHomeImg h2 {
    font-size: 40px;
}
.postHome {
   padding: 0px 0px 10px !important;
}
.postHome h2 {
    line-height: 40px;
    font-size: 40px;
}
.postHomeText {
    font-size: 16px;
}
.fechaPostHome {
    font-size: 20px;
}
.newsleter p {
    font-size: 41px;
	line-height:41px;
}
.newsleter span {
    margin-left: 0px;
}
.newsleter span input {
    min-width: 289px;
   margin-right: 10px;
   font-size:14px;
}
.newsleter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808286;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter ::-moz-placeholder { /* Firefox 19+ */
  color: #808286;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter :-ms-input-placeholder { /* IE 10+ */
  color: #808286;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.newsleter :-moz-placeholder { /* Firefox 18- */
  color: #808286;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.banner {
    padding: 0px !important;
    position: relative;
}
.banner h2 {
    font-size: 85px;
    top: 16%;

}
.nuevaCollage2 {
    width: 47.3%;
}

.colIzTitle {
    font-size: 37px;
}

.conoceNueva span {
    font-size: 34px;
    line-height: 25px;
}
.productosCont .addToCartHome {
    font-size: 10px;
}
.popCont h2 {
    font-size: 34px;
    line-height: 34px;
}
.popCont {
    margin: 3% auto 0px;
    padding: 20px 25px;
    height: 545px;
}
.productosCont .addToCartHome {
    width: 68.8%;
}
.productosCont .productHomTxt p {
    font-size: 14px;
}
.productosCont .productHomTxt h2 {
    font-size: 24px;
}
.internaProducto {
    margin-top: 20px !important;
}
.internaProducto .bx-wrapper {
    margin: 0px auto 140px;
}
.internaProducto h1 {
    font-size: 37px;
}
.refInt {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
.desCortaP {
    font-size: 14px;
}
.caractInt h2 {
    font-size: 17px;
    margin-top: 10px;
}
.caractInt {
    padding-bottom: 5px;
}
.addToCarINT {
    padding: 5px 0px;
}
.mediosDePago {
    margin-top: 5px;
}
.desCorta {
    margin-top: 5px;
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 25px;
}
.desCorta {
    margin-top: 5px;
    padding-bottom: 5px;
}
.caractInt h2 span {
    font-size: 17px;
}
.colorIntCont p {
    margin-top: 5px;
}
.medidasCont {
    line-height: 20px !important;
}
.relacionadosH2 {
    font-size: 40px;
    margin: 40px 0px;
}
.grayAtHome {
    padding: 24px 20px;
    margin-bottom: 30px;
}
.abajo:after {
    width: 170px;
    top: -7px;
    right: -45px;
}
.comentariosAt p {
    font-size: 18px;
    line-height: 18px;
}
.toAtHome h2 span {
    font-size: 44px;
}
.toAtHome h2 {
    font-size: 20px;
}
.toAtHome p {
    bottom: 20px;
    font-size: 36px;
    line-height: 36px;
}
.mespasoGran {
    font-size: 18px;
    line-height: 18px;
}
.mesPaso h2 {
    font-size: 22px;
    line-height: 22px;
}
.productosCont {
    margin-top: 30px !important;
    text-align: center;
}
.novBlock{
text-align: left;
}
.postTXTCont h3 {
    font-size: 35px;
}
.blogInfo {
    padding: 0px 20px;
}
.blogInfo p {
    line-height: 50px;
    font-size: 13px;
}
.blogInfo {
    height: 50px;
}
.mesImg p {
    font-size: 38px;
}
.accordion h1 {
    text-align: left;
}
.frame iframe {
    height: 400px;
}
.vivela {
    font-size: 30px;
    line-height: 30px;
}
.tiendasfooter {
    font-size: 30px;
    line-height: 30px;
}
.tiendaFooterImg {
    margin-top: 70px !important;
}
.contactForm h1 {
    font-size: 24px;
}
.infoCont h2 {
    font-size: 30px;
}
.infoCont p {
    font-size: 20px;
    line-height: 20px;
}
.somosCabeza h2 {
    font-size: 44px;
}
.novBlock h2 {
    font-size: 40px;
}

.busqueda {
    float: right;
}
.showing {
    font-size: 26px;
}
.distGrey {
    padding: 10px 5px;
    margin-bottom: 15px;
}
.distText h2 {
    font-size: 31px;
}
.distGrey h3 {
    font-size: 17px;
}
.distGrey h3 {
    padding-bottom: 14px;
}
.direcciones ul li {
    font-size: 18px;

}
.direcciones {
    padding: 10px 39px;
}
.distMed:first-child {
    margin-right: 7px;
}
.distCont {
    margin-top: 20px !important;
}
.contactForm h1 {
    margin: 30px 0 30px !important;
}

.inputComm label {
    width: 100%;
}
.inputComm input {
    width: 100%;
}
.inputComm {
    margin-bottom: 6px;
}
.inputComm textarea {
    width: 100%;
    height: 70px;
}
.imgCont p {
    bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}
.FranquiciasCont .distGrey {
    padding: 17px 20px;
}
.distGrey p {
    max-height: 164px;
    overflow: scroll;
}
.FranquiciasCont .distGrey h3 {
   margin-top: 0px;
}
.cont2:before {
    width: 15px;
}
.imgCont {
    margin-bottom: 15px;
}
.franquiciaCont{
margin-top: 20px !important;
}
.franquiciaCont h3{
margin-top: 0px;
}
.franquiciaCont .distGrey {
    padding: 30px 30px;
    height: 251px;
}

.accordionR-section-title {
text-align: left;
}
.direcciones h2 {
    font-size: 31px;
line-height: 31px;
}
.registrar {
    padding: 0px 0px ;
}
.registrar h2 {
    font-size: 32px ;
    line-height: 32px ;
}
.registrar{
padding-right: 32px;
}
.registrar p {
    font-size: 18px ;
    line-height: 18px ;
}
.medioDePago p {
    font-size: 11px;
}
.prodRelacionados .productHomImg .img-responsive{
width: 100%;
}
.prodRelacionados .addToCartHome {
    font-size: 13px;
    width: 69%;
}
.prodRelacionados .productHomTxt p {
    font-size: 20px;
}
.nuevaCollageCont .cont7 {
    width: 80%;
}
.grayAtHome p {
    font-size: 22px;
	line-height:22px;
}

.addToCartHome {
    font-size: 13px;
    width: 69.1%;
}
.NovIz {
    padding-top: 29px;
}
.footer .cont8{
width: 97%;
}
.footInfo {
    padding: 10px 40px;
}
.productosCont .cont6{
width: 70%;
}
.prodRelacionados .cont6{
width: 80%;
}
.ship .cont6{
width: 70%;
}
.menu li {
    font-size: 14px;
}
.logo img {
    max-width: 230px;
}
.nombreRef {
    width: 36%;
}
.teleRef {
    width: 19%;
}
.emailRef {
    width: 36%;
}
.ganaForm .cumpleanos input {
    width: 28% !important;
}
.direccionTienda {
    font-size: 15px;
}
.horarioTienda {
    font-size: 12px;
}
.varios h2 {
    font-size: 30px;
    line-height: 30px;
}
.compartir h2 {
    font-size: 36px;
    line-height: 36px;
}
.cortarImg{
height: 300px !important;
}
.stepCart ul li {
    font-size: 25px;
}
.imgCont {
    height: 248px;
}
.medio {
    max-height: 304px;
}
.pasoGris {
    padding: 19px 0px;
}
}






@media(width: 1280px){
.logoCont .cont8{
width: 90%;
}
.medio {
    max-height: 283px;
}
}












@media(min-width: 1400px) and (max-width: 1480px){

.colageCont {
    margin-bottom: 21px;
}
.productHomTxt h2 {
    font-size: 26px;
}
.busqueda{
float: right;
}

.slider {
    padding: 0px 0px !important;
}

.colaText h2 span {
    font-size: 60px;
    line-height: 60px;
}
.colaText {
    bottom: 8px;
}
.cabeza {
    margin-top: 50px;
    padding: 0px;
}
.text {
    bottom: 11%;
}

.productHomTxt p {
    font-size: 16px;
}
.descHome {
    font-size: 15px;
}
.onlineText {
    left: -130px;
}
.productHome {
    margin-bottom: 30px;
}
.productosMes .productHome,
.productosCont .productHome {
    margin-bottom: 30px;
    height: auto;
}
.accordion h2 {
    text-align: left;
}
.OnlineBanner h2 {
    font-size: 54px;
    line-height: 54px;
    margin-top: 10px;
}
.infoCont img{
margin-bottom: 15px;
}
.postHome {
    padding: 0px 0px 30px;
}
.OnlineBanner a{
margin: 0 auto;
left: 0;
right: 0;
display: table;
height: 35px;
line-height: 35px;
}
.onlineText {
    top: 14px;
}
.postHomeImg h2 {
    font-size: 29px;
}
.newsleter p {
    font-size: 56px;
}
.newsleter span {
    margin-left: 0px;
}
.newsleter span input {
    min-width: 233px;
   margin-right: 10px;
}

.banner {
    padding: 0px !important;
    position: relative;
}
.banner h2 {
    font-size: 100px;
    top: 16%;

}
.nuevaCollage2 {
    width: 47.3%;
}

.colIzTitle {
    font-size: 45px;
}

.productosCont .addToCartHome {
    font-size: 12px;
}
.popCont h2 {
    font-size: 34px;
    line-height: 34px;
}
.popCont {
    margin: 3% auto 0px;
    padding: 0px 25px;
}
.productosCont .addToCartHome {
    width: 68.8%;
}
.productosCont .productHomTxt p {
    font-size: 14px;
}
.productosCont .productHomTxt h2 {
    font-size: 24px;
}
.internaProducto {
    margin-top: 20px !important;
}
.internaProducto .bx-wrapper {
    margin: 0px auto 140px;
}
.internaProducto h1 {
    font-size: 37px;
}
.refInt {
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.medidasCont {
    line-height: 20px !important;
}
.relacionadosH2 {
    font-size: 45px;
    margin: 40px 0px;
}
.grayAtHome {
    padding: 24px 44px;
    margin-bottom: 30px;
}
.abajo:after {
    width: 170px;
    top: -7px;
    right: -45px;
}

.mespasoGran {
    font-size: 18px;
    line-height: 18px;
}
.mesPaso h2 {
    font-size: 22px;
    line-height: 22px;
}
.productosCont {
    margin-top: 30px !important;
    text-align: center;
}
.mesImg p {
    font-size: 38px;
}
.accordion h1 {
    text-align: left;
}
.frame iframe {
    height: 400px;
}
.vivela {
    font-size: 30px;
    line-height: 30px;
}
.tiendasfooter {
    font-size: 40px;
}
.tiendaFooterImg {
    margin-top: 70px !important;
}
.infoCont h2 {
    font-size: 35px;
    margin-top: 0px;
}
.busqueda {
    float: right;
}
.showing {
    font-size: 26px;
}
.distGrey {
    padding: 10px 5px;
    margin-bottom: 15px;
}
.distGrey p{
height: 240px;
overflow: scroll;
}
.distMed:first-child {
    margin-right: 7px;
}
.distCont {
    margin-top: 20px !important;
}
.inputComm label {
    width: 100%;
}
.inputComm input {
    width: 100%;
}
.inputComm {
    margin-bottom: 6px;
}
.inputComm textarea {
    width: 100%;
    height: 70px;
}
.imgCont p {
    bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}
.FranquiciasCont .distGrey {
    padding: 0px 30px 30px;
}
.FranquiciasCont .distGrey h3 {
   margin-top: 0px;
}
.cont2:before {
    width: 15px;
}
.imgCont {
    margin-bottom: 15px;
}
.franquiciaCont{
margin-top: 20px !important;
}
.franquiciaCont h3{
margin-top: 0px;
}
.franquiciaCont .distGrey {
    padding: 0px 33px 30px;
}

.accordionR-section-title {
text-align: left;
}
.direcciones h2 {
    font-size: 45px;
line-height: 45px;
}
.registrar {
    padding: 0px 0px ;
}
.registrar{
padding-right: 32px;
}
.prodRelacionados .productHomImg .img-responsive{
width: 100%;
}
.prodRelacionados .addToCartHome {
    font-size: 15px;
    width: 69%;
}
.prodRelacionados .productHomTxt p {
    font-size: 20px;
}
.nuevaCollageCont .cont7 {
    width: 80%;
}
.addToCartHome {
    font-size: 15px;
    width: 69.1%;
}
.NovIz {
    padding-top: 29px;
}
.footer .cont8{
width: 97%;
}
.footInfo {
    padding: 10px 40px;
}
.productosCont .cont6{
width: 70%;
}
.prodRelacionados .cont6{
width: 80%;
}
.ship .cont6{
width: 70%;
}
.menu li {
    font-size: 14px;
}
.logo img {
    max-width: 230px;
}
.ganaForm .cumpleanos input {
    width: 28% !important;
}
}





@media(min-width: 1590px) and (max-width: 1610px){
.postHomeImg h2{
font-size: 50px;
}
.OnlineBanner h2 {
    font-size: 55px;
    line-height: 55px;
    margin-top: 63px;
}  
.OnlineBanner h3 {
    font-size: 26px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}
.addToCartHome {
    width: 69% !important;
}
.productosCont .addToCartHome {
   font-size: 11px !important;
}
.prodRelacionados .addToCartHome {
    font-size: 12px;
}
.productHomTxt h2 {
    font-size: 30px;
}
.productosMes .addToCartHome {
    font-size: 16px !important;
}
.footInfo {
    padding: 10px 57px;
}
.footInfo p {
    font-size: 14px;
}
.footInfo ul a {
    font-size: 14px;
}
.fechaPostHome {
    font-size: 25px;
}
.postHome h2 {
    font-size: 45px;
    line-height: 45px;
}
.postHomeText {
    font-size: 18px;
    line-height: 18px;
}
.postHome {
    padding: 22px 0px;
}
.nuevaCollage2{
   width: 47%;
}
.productosCont .productHomTxt h2 {
    font-size: 28px;
}
.productosCont .productHomTxt p {
    font-size: 17px;
}
.productosCont .descHome {
    font-size: 14px;
}
.prodRelacionados .productHomTxt p {
    font-size: 18px;
}
.descHome {
    font-size: 14px;
}
.grayAtHome {
    padding: 25px 28px;
}
.toAtHome p {
    bottom: 28px;
}
.blogInfo {
    height: 60px;
    padding: 0px 15px;
}
.blogInfo p {
   line-height: 60px;
    margin-right: 8px;
    font-size: 15px;
}
.postTXTCont h3 {
    font-size: 36px;
}
.distGrey {
    padding: 60px 90px;
}
.direcciones h2 {
    font-size: 50px;
}
.registrar h2 {
    font-size: 38px;
    line-height: 38px;
}
.registrar p {
    font-size: 19px;
    line-height: 19px;
}
.ganaForm .cumpleanos input {
    width: 28% !important;
}
}



@media(width: 1680px){
.postHomeImg h2{
font-size: 50px;
}
.OnlineBanner h2 {
    font-size: 55px;
    line-height: 55px;
    margin-top: 63px;
}  
.OnlineBanner h3 {
    font-size: 26px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}
.addToCartHome {
    width: 69% !important;
}
.productosCont .addToCartHome {
   font-size: 12px !important;
}
.prodRelacionados .addToCartHome {
    font-size: 13px;
}
.productHomTxt h2 {
    font-size: 30px;
}
.productosMes .addToCartHome {
    font-size: 16px !important;
}
.footInfo {
    padding: 10px 57px;
}
.footInfo p {
    font-size: 14px;
}
.footInfo ul a {
    font-size: 14px;
}
.fechaPostHome {
    font-size: 25px;
}
.postHome h2 {
    font-size: 45px;
    line-height: 45px;
}
.postHomeText {
    font-size: 18px;
    line-height: 18px;
}
.postHome {
    padding: 22px 0px;
}
.nuevaCollage2{
   width: 47%;
}
.productosCont .productHomTxt h2 {
    font-size: 28px;
}
.productosCont .productHomTxt p {
    font-size: 17px;
}
.productosCont .descHome {
    font-size: 14px;
}
.prodRelacionados .productHomTxt p {
    font-size: 18px;
}
.descHome {
    font-size: 14px;
}
.grayAtHome {
    padding: 25px 28px;
}
.toAtHome p {
    bottom: 28px;
}
.blogInfo {
    height: 60px;
    padding: 0px 15px;
}
.blogInfo p {
   line-height: 60px;
    margin-right: 8px;
    font-size: 15px;
}
.postTXTCont h3 {
    font-size: 36px;
}
.distGrey {
    padding: 60px 90px;
}
.direcciones h2 {
    font-size: 50px;
}
.registrar h2 {
    font-size: 38px;
    line-height: 38px;
}
.registrar p {
    font-size: 19px;
    line-height: 19px;
}
.ganaForm .cumpleanos input {
    width: 28% !important;
}
}

@media(width:1366px){
	
.text h2 {
    font-size: 110px;
    line-height: 100px;
}
.text h2 span {
    font-size: 45px;
}
.text a {
padding: 0px 30px;
	}	
strong {
    font-weight: 400 !important;
}
.productHomTxt h2 {
    font-size: 23px;
}
.OnlineBanner h2 {
    font-size: 33px;
font-weight:400!important;
}
.OnlineBanner h3 {
    font-size: 19px;
    line-height: 19px;
}
.postHome h2 {
    line-height: 35px;
    font-size: 35px;
}
.newsleter span .fa {
    font-size: 30px;
    color: #52565c;
    float: left;
	line-height:37px;
}
.Mpadre .subMenu a {
    line-height: 16px;
    font-size: 14px;
  
}
.accordionR-section-title {
    font-size: 0.9em;
}
.compartir label {
    width: 100%;
    font-size: 15px;
    color: #a0a0a0;
    font-family: 'Lora', serif;
    font-weight: normal !important;
}
.refInt {
    font-size: 16px;
}
.tamanoInt .productsSortForm label {
    font-size: 15px;
    font-weight: 600;
}
.cantidadP {
    font-size: 15px;
    font-weight: 600;
}
.prodRelacionados .productHomTxt p {
    font-size: 16px;
}
.contactForm label {
    font-size: 17px;
}
.ganaHead h2 {
    font-size: 40px;
    line-height: 40px;
}
.ganaHead p {
    font-size: 19px;
    line-height: 19px;
}
}



/*Paginador*/

.paginate a{
    width: 32px;
    margin: 8px;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #6a6d72;
    text-decoration: none;
    text-align: center;
    color: #6a6d72;
    background-color: #fff;
    transition: all .1s;
}
.paginate a:hover{
	color: #6a6d72;
	cursor: pointer;
}

.paginate .active a{
  color:#ffc03f;
}

@media (min-width: 1900px) and (max-width: 2200px){
.pasoGris {
    height: 414px;
}
}

@media(min-width: 2500px) {
.video2H img{
width: 100%;
}
.postHomeImg img{
width: 100%;
}
.cabeza img{
margin: 0 auto;
left: 0;
right: 0;
display: block;
}
.colageCont img{
width: 100%;
}
.OnlineBanner h2 {
    margin-top: 263px;
}
.OnlineBanner a {
    font-size: 27px;

}
.nuevaCollage img{
width: 100%;
}
.medio {
   max-height: inherit;
}
.nuevaCollage {
    width: 100%;
}
.nuevaCollage2 {
    width: 47.8% !important;
}
.footInfo ul a {
    font-size: 26px;
    }
    .footInfo p {
    font-size: 26px;
}
.rights p {
    font-size: 25px;
}
.internaProducto .bx-wrapper .bx-pager {
    bottom: -191px;
}
.relacionadosH2 {
    margin: 210px 0px;
}
.internaProducto h1 {
    font-size: 70px;
}
.dispInt {
    width: 120px;
    line-height: 46px;
    height: 46px;
    font-size: 35px;
}
.desCortaP {
    font-size: 30px;
}
.medidasCont {
    width: 150px;
    height: 53px;
    line-height: 53px;
    font-size: 30px;
}
.toCart{
    width: 240px;
    height: 53px;
    line-height: 53px;
    font-size: 30px;
    text-align: center;
}
.mesImg img{
width: 100%;
}
.mesPaso h2 {
    font-size: 60px;
}
.mespasoPeque {
    font-size: 30px;
}
.mesPaso .pasoGris {
    padding: 98px 0;
}
.somosP2 {
    font-size: 30px;
}
.postImgCont .img-responsive{
width: 100%;
}
.postTXTCont p {
    font-size: 25px;
}
.postTXTCont a {
    font-size: 25px;
}
.distGrey p {
    font-size: 20px;
}
.distGrey {
    height: 870px;
}
.FranquiciasCont .distGrey {
    height: 540px;
}
.FranquiciasCont .imgCont {
    height: 486px;
}
}

.accordionR-section-content a{
font-size: 1.2em;
color: #52565C;
font-family: "Open Sans",sans-serif;

}

@media(min-width: 1600px){
.FranquiciasCont .imgCont{
height: 346px;
}

}

div.extra_carrier{
	width: 100%;
    text-align: center;
    background-color: #ffc03f;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}