@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: 'Palatino Linotype bold';
  src: url(../fonts/palatino-linotype.ttf);
}
@font-face {
  font-family: Palatino Linotype;
  src: url(../fonts/pala.ttf);
}


body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{
	margin:auto; 
	line-height:23px; 
	text-align:justify; 
	position:relative; 
	color:#757575; 
	max-width: 1230px;
}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 135px;
	background: url(../images/banner/bgtop.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
body[data-page="1"] #header{
	width: 100%;
	z-index: 3;
	height: 220px;
	background: url(../images/banner/shadow.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	display: block;
	width: 120px;
	position: absolute;
	top: 47px;
	left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 30px;
	position: absolute;
	top: 52px;
	right: 15px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 7px;
	border-radius: 50%;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/red1.png) center no-repeat;
}
#redes .in{
	background: url(../images/redes/red2.png) center no-repeat;
}
#redes .wh{
	background: url(../images/redes/red3.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#myCart{
	position: absolute;
	top: 41px;
	right: 160px;
	background: #f4f4f4;
	border-radius: 5px;
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #4f4f4f;
	font-weight: 300;
}
#myCart img{
	margin-right: 9px;
}
#myCart:hover{
	text-decoration: none;
	opacity: 0.9;
}
#textCPcart{
	display: none;
}
#NProductosC{
	position: absolute;
	display: block;
	background: #4f4f4f;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	top: -10px;
	right: -10px;
}

#topMenu{
	height: 135px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	left: 165px;
	top: 43px;
	height: 46px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 1px;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 15.5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 400;
	line-height: 42px;
	height: 46px;
	padding: 0 10px;
	border:solid 2px transparent;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
}

#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
	border: solid 2px #ffffff;
}


/*Footer*/
#datFooter{
	background: url(../images/banner/datfooter.png) top center no-repeat;
	background-size: cover;
	padding-top: 16px;
	padding-bottom: 64px;
	position: relative;
}
#datFooter:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 144px;
	background: url(../images/banner/topfooter.png) center no-repeat;
	background-size: cover;
	left: 0;
	top: -144px;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-size: 16px;
}
.dirFooter{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.25px;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 27px;
	background: url(../images/ico/dir.png) left center no-repeat;
	background-position: 5px 7px;
	text-align: left;
}
#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
}
#datFooter .tit{
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
}

.itemDat2 ul li a{
	padding-left: 21px;
}
.itemDat3 ul li a{
	padding-left: 27px;
}
#datFooter .iconf-1{
	background: url(../images/ico/ico1.png) left center no-repeat;
}
#datFooter .iconf-2{
	background: url(../images/ico/ico2.png) left center no-repeat;
}
#datFooter .iconf-3{
	background: url(../images/ico/ico3.png) left center no-repeat;
}
#datFooter .iconf-4{
	background: url(../images/ico/ico4.png) left center no-repeat;
}
#datFooter .iconf-5{
	background: url(../images/ico/ico5.png) left center no-repeat;
}
#datFooter .iconf-6{
	background: url(../images/ico/ico6.png) left center no-repeat;
}

.itemDat1{
	padding-right: 0px;
	margin-right: 0px;
	height: auto;
	width: 100%;
	padding-bottom: 45px;
}
.itemDat1 img{
	margin-left: auto;
	margin-right: auto;
}
.itemDat2{
	margin-right: 92px;
}
.itemDat3{
	margin-right: 92px;
}
.itemDat4{
}


#datFooter .redes2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#datFooter .redes2 a{
	margin-right: 6px;
	display: block;
	width: 28px;
	height: 27px;
}
#datFooter .redes2 a.fbF{
	background: url(../images/redes/redes.png) left center no-repeat;
}
#datFooter .redes2 a.inF{
	background: url(../images/redes/redes.png) right center no-repeat;
}
#datFooter .redes2 a{}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: url(../images/banner/footer.png);
	line-height:18px;
	font-family:'Verdana', sans-serif;
	min-height: 81px; 
}
#footer .container{
	padding-top:33px; 
	padding-bottom:32px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}

/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  right: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#sliderTop{
	height: 135px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 135px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
body[data-page="1"] #sliderTop,
body[data-page="1"] #sliderTop .slides li{
	height: 420px;
}
#sliderTop .slides li img{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntCaption{
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
	padding-top: 160px;
	height: 100%;
	padding-right: 125px;
}
.cntCaption:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1067px;
	background: url(../images/banner/caption.png) top center no-repeat;
	background-size: cover;
	z-index: 1;
}
.textCaption{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}
.textCaption span{
	font-weight: 300;
	font-size: 30px;
}
.textCaption strong{
	display: block;
	font-weight: 800;
	font-size: 40px;
}
.texto1Caption{
	line-height: 35px;
	padding-bottom: 15px;
}
.btnCaption{
	width: 190px;
	height: 48px;
	background: #ffffff;
	border-radius: 8px;
	font-weight: 800;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	color: #4d4d4d;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}



.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: 285px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: 325px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}


#textCont1 .container{
	text-align: center;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.25;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 51px;
}

#formTop{
	position: relative;
	padding-bottom: 65px;
	padding-top: 17px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 28px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 6px
}
#frmContacto .form-control{
	display: block;
	height: 49px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
}
#frmContacto .textarea{
	height: 101px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 14px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#textHome1{
	background: url(../images/inicio/bg1.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 88px;
	padding-bottom: 95px;
}
.cntHome1 .row{
	margin: 0 -10px;
}
.cntHome1 div[class*="col-"]{
	width: 20%;
	padding: 0 10px;
}
.cntHome1 .itemHome1{
	margin: auto;
	text-align: center;
	max-width: 200px;
}
.textItemHome{
	width: 143px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	text-transform: uppercase;
}
.textItemHome strong{
	font-weight: 800;
	font-size: 23px;
	display: block;
}
.textItemHome span{
	font-weight: 400;
	font-size: 12.18px;
}
.item1home1{
	background: url(../images/inicio/rec1.png) center no-repeat;
	background-size: cover;
}
.item2home1{
	background: url(../images/inicio/rec2.png) center no-repeat;
	background-size: cover;
}
.item3home1{
	background: url(../images/inicio/rec3.png) center no-repeat;
	background-size: cover;
}
.item4home1{
	background: url(../images/inicio/rec4.png) center no-repeat;
	background-size: cover;
}
.item4home1 strong{
	line-height: 20px;
}
.item5home1{
	background: url(../images/inicio/rec5.png) center no-repeat;
	background-size: cover;
}

.titleHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	color: #2b9ee0;
	text-transform: uppercase;
	padding-bottom: 50px;
}
.subtitleHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: normal;
	text-align: center;
	color: #393939;
	text-transform: uppercase;
	position: relative;
	margin-top: 60px;
}
.subtitleHome1:before{
	content: '';
	position: absolute;
	width: 180px;
	height: 4px;
	background: #2b9ee0;
	left: 0;
	top: calc(50% - 2px); 
}
.subtitleHome1:after{
	content: '';
	position: absolute;
	width: 180px;
	height: 4px;
	background: #2b9ee0;
	right: 0;
	top: calc(50% - 2px); 
}
.subtitleHome1 span{
	z-index: 2;
	position: relative;
	display: inline-block;

}
#textHome2{
	background: url(../images/inicio/bg2.jpg) center no-repeat;
	background-size: cover;
}
.contentHome2{
	height: 764px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-items: center;
}
.contentHome2 img{
	width: 450px;
}
#textHome3{
	background: url(../images/inicio/verde.png) center no-repeat;
	background-size: cover;
	position: relative;
}
#textHome3:before{
	content: '';
	position: absolute;
	width: 82px;
	height: 20px;
	background: url(../images/inicio/poligono.png) center no-repeat;
	bottom: -18px;
	left: calc(50% - 41px);
}
.titleHome3{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 33px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 41px;
	padding: 30px 0;
}
#textHome4{
	background: url(../images/inicio/bg3.jpg) center no-repeat;
	background-size: cover;
	padding-top: 72px;
	padding-bottom: 221px;
}

.flexRelacionados{
	padding-left: 29px;
	padding-right: 33px;
}

.flexRelacionados .bx-wrapper .bx-prev {
    left: -70px;
    background: url(../images/inicio/prev.png) center no-repeat;
    background-size: cover;
    width: 41px;
    height: 40px;
}
.flexRelacionados .bx-wrapper .bx-next {
    right: -70px;
    background: url(../images/inicio/next.png) center no-repeat;
    background-size: cover;
    width: 41px;
    height: 40px;
}




#productos1{
	padding-top: 61px;
	padding-bottom: 154px;
}
.wrap{
	position: relative;
}
.sidebar{
	position: relative;
	margin-bottom: 30px;
}

#btnMarcasP{
	display: block;
	background: url(../images/productos/marcas.png);
	height: 62px;
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center; 
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 0.25px;
	cursor: pointer;
	margin-bottom: 1px;
} 
#btnMarcasP i{
	display: inline-block;
	background: url(../images/productos/bars.png);
	height: 18px;
	width: 19px;
	margin-right: 7px;
}
.sidebar #navProds li{
	list-style: none;
}
.sidebar #navProds > li{
	display: none;
}
.sidebar #navProds.active > li{
	display: block;
}
.sidebar #navProds > li > a{
	width: 100%;
	height: 55px;
	background: #f7f7f7; 
	display: block;
	border-bottom: solid 2px #cfcfcf;
	padding-left: 42px;
	color: #3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 53px;
	position: relative;
	text-decoration: none;
}
.sidebar #navProds > li > a:hover{
	text-decoration: none;
}
.sidebar #navProds > li > a > i{

}
.sidebar #navProds > li:last-child > a{
	border-bottom: 0;
}
#navProds li.active .icoDropdown {
    transform: rotate(90deg);
    margin-top: -4px;
}
#navProds .icoDropdown {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/productos/dropdown.png') center center no-repeat;
    width: 6px;
    height: 11px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.sidebar #navProds > li > ul > li a{
	width: 100%;
	height: 40px;
	display: block;
	border-bottom: solid 1px #bfbfbf;
	padding-left: 42px;
	color: #747474;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 39px;
	position: relative;
	text-decoration: none;
}
.sidebar #navProds > li > ul > li a:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 5px;
	height: 1px;
	background: rgba(255,255,255,0.6); 
}
.sidebar #navProds > li > ul > li:last-child a{
	border-bottom: solid 2px #cfcfcf;
}
.sidebar #navProds > li > ul > li:last-child a:before{
	width: 0;
	height: 0;
}
.bannerProductos{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 55px;
}
.contentWrap .row{
	margin: 0 -32px;
}
.contentWrap .row div[class*="col-"]{
	margin-bottom: 53px;
	padding: 0 32px;
}
.cntProducto{
	max-width: 249px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #e9e9e9;
	position: relative;
	border-radius: 10px;
}
.cntProducto a{
	text-decoration: none;
}
.cntProducto a:hover{
	opacity: 0.85;
}
.cntProducto figure{
	background: #f4f4f4;
	height: 220px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntProducto figure img{
	max-height: 200px;
	mix-blend-mode: multiply;
}
.cntProducto .nombreProducto{
	background: #545454;
	text-align: center;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 43px;
	padding: 0 8px;
}
.titleDescrip{
	color: #1c1c1c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 22.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 5px;
	padding-right: 5px;
}
.skuProducto{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 22.5px;
}
.precioProducto{
	background: #00999f; 
	height: 46px;
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding-right: 164px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.precioProducto span{
	font-size: 18px;
}
.addCartTienda{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 46px;
	width: 164px;
	background: #007277;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}
.addCartTienda:hover{
	text-decoration: none;
	color: #ffffff;
}
.addCartTienda img{
	margin-right: 5px;
}
#textDetalle1{
	padding-top: 68px;
	padding-bottom: 0px;
}
.titleDetalle1{
	background: #353535;
	position: relative;
	padding-right: 315px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.nombreDetalle{
	color: #ffffff;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-left: 40px;
	line-height: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: left;
}
.titlePrecioDet{
	background: #525252;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	border-top-right-radius: 5px;
}
.titlePrecioDet span{
	font-size: 24px;
	font-weight: 800;
}


#infoProducto{
	padding-top: 55px;
}
#infoProducto .visorImg figure{
	height: auto;
}
#infoProducto .visorImg{
	margin-bottom: 21px;
	margin-left: auto;
	margin-right: auto;
	max-width: 469px;
	width: 100%;
}
.thumbfotos{
	max-width: 469px;
	margin: auto;
}
#infoProducto .visorImg figure.visor{
	height: auto;
	max-width: 469px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 0;
}
#infoProducto figure.visor img{
	display: none;
	cursor: pointer;
	margin-top: 0;
	max-width: 100%;
	max-height: 474px;
	border: solid 1px #d5d5d5;
	border-radius: 10px;
}
#infoProducto figure.visor img:first-child{
	display: block;
}

.cont-flexProducto{
	padding: 0 9px;
}
.flexProducto .flex-direction-nav .flex-prev{
	margin-left: 0;
	left: -20px;
	background: url(../images/slider/n1.png);
	width: 9px;
	height: 19px;
	bottom: auto;
	top: -50px;
}
.flexProducto .flex-direction-nav .flex-next{
	margin-left: 0;
	left: calc(100% + 11px);
	background: url(../images/slider/n2.png);
	width: 9px;
	height: 19px;
	bottom: auto;
	top: -50px;
}

.flexProducto .slides li{
	display: flex !important;
}
.flexProducto .slides li div{
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background: #ffffff;
}
.flexProducto .slides li img{
	margin: auto;
	border: solid 1px #d5d5d5;
	border-radius: 5px;
}
.imgProductos{
	width: 56.8%;
}
.detallesProducto{
	width: 43.2%;
	padding-left: 10px !important;
}
.itemDetalle1{
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 12px;
	border-bottom: solid 1px #e2e2e2;
}
.itemDetalle2{
	padding-top: 12px;
}
.itemDetalle1 strong{
	color: #01b1b8;
	font-weight: 800;
}
.itemDetalle1 span{
	font-weight: 800;
}

.itemDetalle3{
	color: #2e2e2e;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 15px;
}
.itemDetalle3 strong{
	color: #01b1b8;
	font-weight: 800;
	font-size: 16px;
}
.sharedDet{
	display: flex;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 40px;
}
.sharedDet .shar{
	margin-right: 9px;
}
.sharedDet a{
	margin-right: 4px;
}
.btnCantidadComprar{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cntProductoComprar{
	width: 168px;
	border-radius: 12px;
	height: 61px;
	border: solid 1px #4a4a4a;
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntProductoComprar select{
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/productos/qty.png");
	background-repeat: no-repeat;
	background-position: 80% 50%;
	padding-right: 25px;
}
.cntProductoComprar .txtCnt{
	border-right: solid 1px rgba(97,97,97,0.25);
	padding-right: 15px;
	margin-right: 13px;
	line-height: 40px;
}
.btnCantidadComprar a{
	display: block;
	width: 168px;
	height: 61px;
	border-radius: 12px;
	background: #01b1b8;
	margin-left: 0px;
	margin-top: 20px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 61px;
	text-align: center;
	cursor: pointer;
}

.itemDesplegable{
	background: url(../images/productos/bgdesplegable.png);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 38px;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.25px;
	line-height: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	cursor: pointer;
}
.itemDesplegable:before{
	content: '';
	position: absolute;
	right: 20px;
	width: 22px;
	height: 13px;
	background: url(../images/productos/flecha.png) center no-repeat;
	background-size: cover;
	top: calc(50% - 7px);
}
.cntDesplegable{
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 42px;
}
.cntFolletos{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cntFolletos a{
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
}
.cntFolletos a:hover img{
	transform: scale(1.1);
}
.textoDesplegable{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13.7px;
	line-height: 26px;
	color: #616161;
	text-align: left;
}
.cntVideoDes{
	padding-left: 246px;
	position: relative;
	padding-top: 35px;
	min-height: 355px;
}
.detallesTamano{
	background: url(../images/productos/bges.jpg) center no-repeat;
	background-size: cover;
	width: 233px;
	height: 319px;
	position: absolute;
	top: 35px;
	left: 0; 
	padding-left: 24px;
	padding-right: 21px;
	padding-top: 30px;
	padding-bottom: 28px;
}
.videoDetalle{
	position: relative;
	height: 319px;
}
.videoDetalle iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.itemTamano{
	background: #f2f2f2;
	border-radius: 3px;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #474747;
	padding: 15px 5px 15px 16px;
	text-align: left;
}
.itemTamano:last-child{
	margin-bottom: 0;
}
.itemTamano strong{
	font-weight: 900;
	display: block;
}
.subtextoDesplegable{
	padding-left: 60px;
}
.cntDatosFiscales{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.itemLogoFiscal{
	background: #01b1b8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 286px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.textoFiscal{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #002820;
	text-align: left;
	padding-left: 63px;
	padding-top: 19px;
	padding-bottom: 19px;
	border: solid 1px #bdbdbd;
	border-left: 0;
	width: calc(100% - 286px);
}
.textoFiscal strong{
	font-weight: 800;
}
.itemFiscal{
	display: flex;
	align-items: flex-start;
}
.itemFiscal div:first-child{
	font-weight: 800;
	margin-right: 8px;
}
.cntBancarios{
	display: flex;
}
.bancarios.bg1{
	background: url(../images/productos/bg1.jpg) center no-repeat;
	background-size: cover;
}
.bancarios.bg2{
	background: url(../images/productos/bg2.jpg) center no-repeat;
	background-size: cover;
}
.bancarios.bg3{
	background: url(../images/productos/bg3.jpg) center no-repeat;
	background-size: cover;
}
.bancarios{
	border-radius: 3px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	height: 229px;
	width: 100%;
}
.bancarios strong{
	display: block;
}
.bancarios div:first-child{
	border-bottom: solid 1px #ffffff;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
	padding: 0 10px;
}
.bancarios div:first-child img{
	margin: auto;
}
.colf-2{
	padding-left: 0 !important;
}
.textDatBanco{
	padding-left: 23px;
	padding-bottom: 5px;
}
.textDatBanco2{
	padding-left: 23px;
}
.titleBanco{
	background: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin-top: 25px;
	line-height: 22px;
	padding: 15px 10px;
}
#desplegable5{
	padding-bottom: 0;
}

/*................
   CONOCENOS
.................*/

#areaQuien{
	padding-top: 45px;
	font-size: 18px;
	color: #616161;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
}

#titQuien{
	text-align: center;
	color: #037264;
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 83px;
	margin-bottom: 20px
}

#titQuien:before,
#titQuien:after{
	display: block;
	content: "";
	width: 59px;
	height: 4px;
	background: #037264;
	margin: auto;
}



#textQuien-2{
	position: relative;
	margin-bottom: 110px;
}

#textQuien-2 .text{
	width: 50%;
	padding-right: 30px;
	line-height: 26px
}
#textQuien-2 .boxGreen{
	font-size: 17px;
	color: #FFF;
	background: url('../images/conocenos/boxGreen.jpg') 0 0 no-repeat;
	padding: 25px;
	line-height: 24px;
	margin-top: 10px;
}



#textQuien-2 .img{

	position: absolute;

	right: 15px;

	top: 0;

	height: 100%;

	width: calc(50% - 50px);

	border:dashed 1px #d2d2d2;

}



#textQuien-2 .img figure{

	height: inherit;

	position: relative;

}

#textQuien-2 .img img{
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#misionVision{
	background: url('../images/conocenos/misionVision.jpg') 0 0 no-repeat;
	position: relative;
}

#misionVision:before,

#misionVision:after{

	display: block;

	content: "";

	clear: both;

}

#misionVision .der{

	float: right;

	width: 50%;

	min-height: 680px;

	background: #ceb675 url('../images/conocenos/bgMisionVision.jpg') right top;

	padding: 15px

}

#misionVision .der article{
	text-align: right;
	padding: 45px 0 45px 5px;
	color: #fff;
	font-size: 18.5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: normal;
	max-width: 345px;
}

#misionVision .der article .tit{
	font-weight: 600;
	font-size: 25px;
	line-height: normal;
	border-bottom: dashed 1px #FFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#sectionConocenos-2{
	background: #ececec;
	min-height: 100px;
	padding: 80px 0;
}
#sectionConocenos-2 .row{
	margin: 0 -15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#sectionConocenos-2 .col{
	padding: 0 15px;
}
#sectionConocenos-2 .col article{
	display: block;
	height: 90px;
	position: relative;
	max-width: 336px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

#sectionConocenos-2 .col:nth-child(1) article{
	color: #00281f;
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: normal;
}

#sectionConocenos-2 .col .text{
	text-align: center;
}
#sectionConocenos-2 .col figure img{
	max-width: 100%;
}




#areaFaq{
	padding-top: 50px;
	padding-bottom: 50px;
}
#titFAQ{
	text-align: center;
	color: #00281f;
	font-size: 44px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 83px;
	margin-bottom: 30px;
}
#titFAQ:before,
#titFAQ:after{
	display: block;
	content: "";
	width: 59px;
	height: 4px;
	background: #00281f;
	margin: auto;
}
#areaFaq .item{
	background: #f3f3f3 url('../images/conocenos/bgFaq.png') left bottom no-repeat;
	padding: 40px 20px 40px 85px;
	margin-bottom: 30px;
	box-shadow: 1px 3px 8px #d3d3d3;
}
#areaFaq .item .tit{
	font-size: 24px;
	color: #373737;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 10px;
}
#areaFaq .item .text{
	font-size: 14px;
	color: #3e3e3e;
	line-height: normal;
}
#areaGarantia{
	background: #f0f0f1 url('../images/conocenos/bgGarantia.png') right bottom no-repeat;
	padding: 44px 0;
}
#titGarantia{
	text-align: center;
	color: #00281f;
	font-size: 44px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 83px;
	margin-bottom: 30px;
}
#titGarantia:before,
#titGarantia:after{
	display: block;
	content: "";
	width: 59px;
	height: 4px;
	background: #00281f;
	margin: auto;
}
#areaGarantia #titGarantia{
	color: #00281f;
	margin-bottom: 30px !important;
}

#areaGarantia .text{
	font-size: 23px;
	color: #616161;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}
#areaGarantia .text strong{
	font-weight: 500
}

#areaGarantia .text2{
	background: url('../images/conocenos/bgGarantia.jpg') center top no-repeat;
	min-height: 100px;
	margin: 30px 0;
	padding: 65px 0;
}
#areaGarantia .btnGarantia{
	font-size: 16px;
	color: #FFF;
	background: #df6e20;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	width: 203px;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
}



#areaGarantia .cnt{
	position: relative;
	padding-left: 350px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding-right: 50px;
}

#areaGarantia .cnt .logo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('../images/conocenos/logo.png') center no-repeat;
	border-right: solid 1px #FFF;
	height: 123px;
	width: 297px;
}
#areaCompromiso{
	background: url('../images/conocenos/img2.jpg') left top no-repeat;
	min-height: 100px;
	position: relative;
}
#areaCompromiso:before{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/conocenos/bg3.jpg') right center no-repeat;
	height: 100%;
	width: 70%;
	z-index: 1;
}
#areaCompromiso .container{
	position: relative;
	z-index: 2;
	text-align: right;
}

#areaCompromiso .cnt{
	max-width: 420px;
	display: inline-block;
	padding: 50px 0;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	min-height: 80px;
	text-align: right;
}

#areaCompromiso .tit{
	font-size: 32px;
	font-family: 'Fredericka the Great', cursive;
	color: #FFF;
	text-transform: uppercase;
	background: url('../images/conocenos/bullets.png') right bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: normal;
	background-size: contain;
}

#areaCompromiso .tit strong{
	font-size: 36px;
	font-weight: 400;
	display: block;
}
#areaCompromiso .img{
	max-width: 632px;
	width: 50%;
	left: -100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background: #FFF;
	padding: 7px;
}
#areaCompromiso .img img{
	display: block;
	width: 100%;
	height: auto;
}

#areaCompromiso .text{
	max-width: 530px;
	display: inline-block;
}
#titVida{
	background: #d0b772;
}
#titVida .container{
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-align: center;
	padding: 35px 15px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500
}
#titVida .container span{
	display: block;
	font-weight: 300
}

#areaPrivacidad{
	padding: 52px 0;
	background: #f2f2f2;
	padding-bottom: 210px;
}

#titPrivacidad{
	text-align: center;
	color: #00281f;
	font-size: 44px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 83px;
	margin-bottom: 30px;
}
#titPrivacidad:before,
#titPrivacidad:after{
	display: block;
	content: "";
	width: 59px;
	height: 4px;
	background: #00281f;
	margin: auto;
}

#areaPrivacidad .text1{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #414141;
	line-height: 24px
}
#areaPrivacidad .text1 a{
	color: inherit;
	text-decoration: none;
}
#areaPrivacidad .text2{
	background: #037365;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	margin: 30px 0;
}
#areaPrivacidad .text2 .d1{
	max-width: 955px;
	margin: auto;
	padding: 20px 15px 10px;
}
#areaPrivacidad .text2 .d2{
	padding: 0 15px 20px;
}
#areaPrivacidad .text2 .d2 a{
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
/*................
   FIN CONOCENOS
.................*/

#textCarrito2{
	background: #f2f2f2;
	padding-top: 73px;
	padding-bottom: 202px; 
}
.contentCarrito2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #323232;
}
.contentCarrito2 .titleCart2{
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.contentCarrito2 .cntCart2{
	font-size: 14px;
	line-height: 24px;
}
.cntCart22{
	padding-top: 25px;
}
.contentCarrito2 .cntCart2 strong{
	text-transform: uppercase;
}
.item1Carrito2 img{
	margin-top: 15px;
}
.item2Carrito2{
	padding-left: 30px;
	padding-right: 0px;
	margin-left: 30px;
	margin-right: 0px;
	min-height: 337px;
	border-left: dashed 1.2px #a0a0a0;
	border-right: 0;
}
.item3Carrito2{
	margin-top: 50px;
}

.titleCarrito{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #353535;
	line-height: normal;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: solid 1px #cacaca;
	margin-bottom: 23px;
}
#carrito{
	padding-top: 58px;
	padding-bottom: 60px;
}
.contentCarrito{
	padding-right: 0px;
	min-height: 418px;
	position: relative;
}
.contentCarrito .resumenCart{
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	margin-top: 30px;
}
.contentCarrito .resumenCart .row{
	position: relative;
}
.contentCarrito .resumenCart .row.border:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background: #ececec;
}
.contentCarrito .encabezado{
	font-family: 'Open Sans', Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #616161;
	text-transform: uppercase;
	padding: 8px;
	vertical-align: center;
	border-bottom: 4px solid #bdbdbd;
	text-align: center;
}
.contentCarrito .resumenCart .title1{
	font-family: 'Arial', Sans;
	font-size: 14px;
	font-weight: 400;
	color: #9f9f9f;
	height: 40px;
	line-height: 40px;
	
}
.contentCarrito .resumenCart .title1 div{
	
}
.contentCarrito .resumenCart .title2{
	font-family: 'Arial', Sans;
	font-size: 14px;
	font-weight: 900;
	color: #383838;
	height: 40px;
	line-height: 40px;
}
.contentCarrito .resumenCart .text-right{
	text-align: right;
}
.contentCarrito .resumenCart .nota{
	line-height: 19px;
	color: #9d9d9d;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 11px;
}
.btn-seguir{
	display: block;
	background: url(../images/cart/bgSeguir.png) center no-repeat;
	background-size: cover;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 7px;
	margin-top: 15px;
	cursor: pointer;
}
.btn-continuar,input[type="submit"].btn-continuar{
	display: block;
	background: url(../images/cart/bgContinuar.png?v2) center no-repeat;
	background-size: cover;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.btn-seguir:hover,.btn-continuar:hover,
.btn-seguir:focus,.btn-continuar:focus{
	text-decoration: none;
	color: #ffffff;
	opacity: 0.8;
}
.btnCupon{
	position: relative;
	width: 100%;
	height: 45px;
	border: solid 1px #d3d3d3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btnCupon input{
	height: 43px;
	padding-left: 14px;
	padding-right: 85px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #616161;
	text-transform: uppercase;
}
.btnCupon a{
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(../images/cart/aplicar.png) right center no-repeat;
	background-size: cover;
	height: 45px;
	width: 82px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
.btnCupon a:hover{
	opacity: 0.85;
	text-decoration: none;
}

.car-items table .ctrls_cant {
    display: block;
	position: relative;
	width: 110px;
	margin: 0px auto 0 120px;
	margin-left: auto !important;
	height: 30px;
	background: #d5d5d5;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.car-items .ctrls_cant input {
    display: block;
    height: 30px;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    font-weight: bold;
    color: #2d2c2c;
    font-size: 14px;
}
.car-items .ctrls_cant .resta {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    line-height: 30px;
    background: #eaeaea;
    color: #5a5656;
    z-index: 2;
    border: none;
    border-right: solid 1px rgb(255,255,255);
    cursor: pointer;
    font-size: 16px;
}
.car-items .ctrls_cant .suma {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    line-height: 30px;
    background: #eaeaea;
    color: #5a5656;
    z-index: 2;
    border: none;
    border-left: solid 1px rgb(255,255,255);
    font-size: 16px;
}
#tblResumen > tbody > tr > td{
	vertical-align: middle !important;
	text-align: center;
	height: 90px;
}
#tblResumen > tbody > tr > td.nombreprodp{
	color: #1b1b1b;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}
#tblResumen > tbody > tr > td.icodel{
	padding-left: 0;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}
#tblResumen > tbody > tr > td.icodel a{
	line-height: 21px;
	background: #dcdee1;
	color: #b2b2b2;
	height: 21px;
	width: 19px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
#tblResumen > tbody > tr > td.icodel a:hover{
	text-decoration: none;
}
#tblResumen > tbody > tr > td.nombreprodp span.itemP{
	font-weight: 300;
	color: #616161;
}
#tblResumen > tbody > tr > td.tprecio{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #616161;
}
#tblResumen > tbody > tr > td.total-sum{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #616161;
}
.img-car img{
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}

#loading{background-size:60% auto;display:block;width:100px;height:100px;position:fixed;left:50%;margin-left:-50px;top:50%;margin-top:-50px;z-index:99999 !important;}
.basic-spinner{display:inline-block;margin:0 auto;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../images/site-spinner-240.png);width:100px;height:100px;-webkit-animation:full-rotation 1s infinite linear;-moz-animation:full-rotation 1s infinite linear;animation:full-rotation 1s infinite linear}.basic-spinner.isHidden{display:none}.ua-ie-7 .basic-spinner,.ua-ie-8 .basic-spinner,.ua-ie-9 .basic-spinner{background-image:url(../images/site-spinner-100.gif)}
@-webkit-keyframes full-rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-moz-keyframes full-rotation{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@-o-keyframes full-rotation{from{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes full-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}


#formResumen{
	position: relative;
	padding-bottom: 65px;
	padding-top: 60px;
}
#formResumen{
	overflow: hidden;
}
#formResumen .tit{
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
	padding-left: 5px;
	font-weight: 600;
	color: #616161;
	font-size: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#formResumen .tit2{
	padding-top: 30px;
}
#formResumen .row-resumen{
	margin: 0 -3.5px;
}
#formResumen .row-resumen div[class*="col-"]{
	padding: 0 3.5px;
}
#formResumen .form-group{
	margin-bottom: 6px
}
#formResumen .form-control{
	display: block;
	height: 49px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
}
#formResumen .textarea{
	height: 101px;
	padding-top: 12px;
}


#formResumen input[type=submit]:hover,
#formResumen input[type=reset]:hover{opacity:.8}
#formResumen .error input,
#formResumen .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

#formResumen input::-webkit-input-placeholder {color:#959595; opacity:  1;}
#formResumen input:-moz-placeholder {color:#959595; opacity:  1;}
#formResumen input::-moz-placeholder {color:#959595; opacity:  1;}
#formResumen input:-ms-input-placeholder {color:#959595; opacity:  1;}
#formResumen textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
#formResumen textarea:-moz-placeholder {color:#959595; opacity:  1;}
#formResumen textarea::-moz-placeholder {color:#959595; opacity:  1;}
#formResumen textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
#formResumen input:focus::-webkit-input-placeholder {opacity:0.5}
#formResumen input:focus:-moz-placeholder{opacity:0.5}
#formResumen input:focus::-moz-placeholder{opacity:0.5}
#formResumen input:focus:-ms-input-placeholder{opacity:0.5}
#formResumen textarea:focus::-webkit-input-placeholder{opacity:0.5}
#formResumen textarea:focus:-moz-placeholder{opacity:0.5}
#formResumen textarea:focus::-moz-placeholder{opacity:0.5}
#formResumen textarea:focus:-ms-input-placeholder{opacity:0.5}

#formResumen .has-error .form-control-feedback{line-height:36px; height:100%; }
#formResumen .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#formResumen .textMEnvio{
    font-size: 14px;
    line-height: 20px;
    max-width: 715px;
    margin: 15px auto;
    color: #616161;
    font-family: 'Open Sans', sans-serif;
}

#formResumen .titDesc2{
    line-height: 24px;
    padding-left: 5px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px; 
}

#formResumen .cnt5{
	display: flex;
	justify-content: center;
	margin:35px auto;
	flex-wrap: wrap;
}

#formResumen .cnt5 label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
    padding-left: 5px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

#formResumen select.selecfrm{
	background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/caret.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 25px;
}

.btnDescargaFedex{
	display:block; 
	width:217px; 
	height:66px; 
	margin-left: 50px;
	background:url(../images/metodos/btnDescargar.png) 0 0 no-repeat;
}
.btnDescargaFedex:hover{background-position:left bottom;}

.cntFedexP{
    display: block;
    width: 450px;
    margin: auto;
    border: solid 1px #C8C8C8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 80px;
}
.cntFedexP .padding {
    padding: 55px 25px 15px 28px;
    font-size: 15px;
    color: #8c8c8c;
    font-family: "Courier New", Courier, monospace;
    position: relative;
}
.logoFedex {
    background: url(../images/metodos/fedex.png) center top no-repeat;
    height: 75px;
    position: absolute;
    width: 100%;
    top: -39px;
    left: 0;
}
#formResumen .cntFedexP label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
    padding-left: 5px;
    text-align: left;
}
.cntFedexP span {
    display: block;
    width: 110px;
    color: #7ed957;
    margin-top: 3px;
    text-align: right;
    width: 100%;
}

.forma-pago{
	padding-top: 70px;
	padding-bottom: 210px;
}

.title-folio {
    text-align: center;
    background: rgb(213,213,213);
    position: relative;
    padding-right: 260px;
    height: 52px;
}
.title-folio p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .025em;
    color: rgb(22,22,22);
    text-align: center;
    line-height: 50px;
    font-family: "Open Sans", serif;
}
.title-folio p span {
    font-weight: 300;
}
.title-folio > button {
    width: 260px;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    color: #fff;
    background: #5ed2d4;
    height: 52px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    padding: 0;
    font-family: "Open Sans", serif;
    text-transform: none;
    font-weight: 600;
}
.info-folio {
    border: solid 1px #aaaaaa;
    padding: 30px 30px 0;
    margin: 30px auto;
}

.info-folio .title {
    font-size: 20px;
    line-height: 20px;
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #279690;
    font-family: "Open Sans", serif;
    display: block;
    width: 100%;
}

.info-folio .wrapp article {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.info-folio .wrapp article.item-Dir {
    width: 100%;
}
.info-folio .wrapp article .item {
    background: rgb(230,230,230);
    position: relative;
    padding-left: 175px;
    height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}
.info-folio .wrapp article.art1,.info-folio .wrapp article.telPedido{
    margin-bottom: 0;
}
.info-folio .wrapp article .item {
    background: rgb(230,230,230);
    position: relative;
    padding-left: 175px;
    height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}
.info-folio .wrapp article .item div {
    position: absolute;
    line-height: 35px;
    background: rgb(72,72,72);
    color: #fff;
    left: 0;
    width: 175px;
    top: 0;
}
.info-folio .wrapp article .item div i {
    float: left;
    width: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-right: solid 1px rgb(255,255,255);
}
.info-folio .wrapp article .item div span {
    display: block;
    float: left;
    width: 125px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 13px;
    font-family: "Arial", serif;
}
.info-folio .wrapp article .item p {
    text-align: left;
    color: #8a8a8a;
    font-size: 12px;
    padding: 10px;
    font-family: "Arial", serif;
    line-height: normal;
}
.info-folio .wrapp article .wrap-50 {
    margin: 0 -10px;
}
.info-folio .wrapp article .wrap-50 .wrap-i {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.title-block {
    text-align: center;
    background: #303030;
    color: #FFF;
    font-size: 24px;
    font-family: "Open Sans", serif;
    min-height: 64px;
    padding: 14px 15px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 30px;
}
.forma-pago .title-block {
    font-size: 24px;
    font-weight: 300;
}
.fPagos {
    margin-bottom: 25px;
    margin-top: 25px;
}
.fPagos .banco-logo.deposito {
    background: url(../images/fpagos/banregio.png) center;
}
.fPagos .banco-logo {
    height: 68px;
}
.fPagos .datPago {
    min-height: 94px;
    border: dashed 1px #bfbfbf;
    border-top: none;
    font-size: 14px;
    color: #616161;
    font-family: "Open Sans", serif;
    padding: 12px 10px;
    line-height: normal;
}
.fPagos .banco-logo.deposito {
    background: url(../images/fpagos/banregio.png) center;
}
.fPagos .banco-logo.paypal {
    background: url(../images/fpagos/paypal.png) center;
}
.fPagos .banco-logo.tarjeta {
    background: url(../images/fpagos/tarjeta.png?) center;
}
.btnPagar {
    display: block;
    background: #52bdbf;
    color: #FFF;
    border-radius: 3px;
    width: 150px;
    height: 39px;
    text-align: center;
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
    font-family: "Arial", serif;
    margin: 13px auto;
    cursor: pointer;
}
.fPagos .datosEmp {
    border: solid 1px rgb(212,212,212);
    text-align: center;
    min-height: 148px;
    background: #ededed;
}
.areaConfirma {
    background: #279690;
    text-align: center;
    margin-top: 22px;
}
.fPagos .datosEmp > div {
    display: inline-block;
    text-align: left;
    max-width: 445px;
    margin-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.fPagos .datosEmp > div .title {
    font-size: 28px;
    font-weight: bold;
    color: #279690;
    font-family: "Open Sans", serif;
    line-height: normal;
    text-transform: uppercase;
}
.fPagos .datosEmp > div .stitle {
    font-size: 18px;
    color: #3a3737;
    line-height: 23px;
}
.fPagos .datosEmp > div ul {
    padding-left: 0;
}
.fPagos .datosEmp > div ul li {
    font-size: 14px;
    color: #616161;
    line-height: normal;
    padding-top: 5px;
    font-family: "Arial";
    position: relative;
    list-style: none;
    padding-left: 15px;
}
.fPagos .datosEmp > div ul li::before, .fPagos .datosEmp > div ul li::after {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
}
.fPagos .datosEmp > div ul li::before {
    background: #279690;
    height: 7px;
    width: 7px;
    left: 0;
    top: 11px;
}
.fPagos .datosEmp > div ul li::after {
    background: #fff;
    height: 3px;
    width: 3px;
    left: 2px;
    top: 13px;
}
.fPagos .divConfirma {
    height: 98px;
    position: relative;
}
.fPagos .divMail {
    background: #175a56;
    font-weight: 400;
    min-height: 61px;
    color: #fffefe;
    line-height: 44px;
    font-size: 16px;
    padding: 10px;
}
.fPagos .divConfirma div {
    position: absolute;
    color: #FFF;
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-weight: 300;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: normal;
}
.fPagos .divConfirma div strong {
    display: block;
    font-size: 21px;
    font-weight: 500;
}
.coldatosFiscales{
	margin-top: 45px;
}

.imgFIgureMarca img{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#pagoRealizado{
	height: 145px;
	background: url(../images/pagos/bgPagoOk.jpg) center;
	margin-bottom: 32px
}
#pagoRealizado .col-6{
	width: 50%;
	float: left;
	text-align: center;
}
#pagoRealizado .col-6 > div{
	display: inline-block;
	padding: 0 15px
}
#pagoRealizado .col-6 > div figure{
	display: table-cell;
	height: 145px;
	vertical-align: middle;
}
#pagoRealizado.error{
	height: 145px;
	background: #e53132;
	margin-bottom: 32px
}
#pagoRealizado .col-6:last-child img{
	width: 200px;
}

#navProds li.itemMarca{
	cursor: pointer;
}
#navProds li ul{
	display: none;
}
#navProds li.active ul{
	display: block;
}
#navProds li ul li a:hover{
	color:#000;
}
#navProds li.active ul li.active a{
	color: #000 !important;
}
.itemDesplegable{
	margin-bottom: 4px;
}
.cntDesplegable{
	display: none;
}
.cntDesplegable.active{
	display: block;
}
#divOrden {
    position: relative;
    height: 61px;
    line-height: 50px;
    padding: 17px 10px;
    text-align: right;
    background: #eeeeee;
    height: 67px;
    margin-bottom: 35px;
}
#divOrden > em {
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 34px;
    font-family: "Lato", serif;
    border-right: solid 1px #c4c4c4;
    padding-right: 18px;
    font-weight: 300;
    height: 36px;
    margin-right: 23px;
    position: relative;
    top: -6px;
}
#ordenado {
    display: block;
    height: 35px;
    margin: auto;
    position: relative;
    cursor: pointer;
    float: right;
    padding-top: 2px;
    padding-right: 10px;
}
#ordenado > span {
    display: block;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 32px;
    text-align: left;
    border-radius: 2px;
    font-family: "Lato", serif;
    font-weight: 600;
    position: relative;
    background: none;
    border: none;
    padding-right: 44px;
}
#ordenado > span .fa {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #9c9c9c;
}
#divOrden ul {
    position: absolute;
    top: 35px;
    left: 0;
    background: #f6f6f6;
    display: none;
    width: 100%;
    box-shadow: 0 1px 3px #666;
    z-index: 20;
}
#divOrden ul li {
    cursor: pointer;
    list-style: none;
    padding: 0 12px;
    line-height: 28px;
    color: #494949;
    border-bottom: solid 1px rgb(217, 217, 217);
    text-align: left;
    font-size: 14px;
    font-family: "Lato", serif;
}
#ordenado.open ul {
    display: block;
}
#divOrden ul li:hover {
    background: #00b9c1;
    color: #FFF;
}

.oculto{
	display: none
}

#carritoEstatus{
	min-height: 250px;
}

#pagoRealizado .col-6 > div figure{
	display: flex;
	height: 145px;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 21px;
}
#pagoRealizado .col-6 > div figure span{
	font-weight: 200;
	font-size: 15px;
	display: inline-block;
	border: dashed 1px #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	text-align: center;
}
#pagoRealizado .col-6 > div figure strong{
	font-weight: 500;
	text-align: left;
}

.colfMetPag{
	margin-bottom: 20px;
}

#espacioVacio{
	padding-bottom: 50px;
}

.noHayProd{
	text-align: center;
	font-size: 16px;
	color: #a43131;
}


#icoWhatsApp{
	position: fixed;
	position: fixed;
	bottom: 52px;
	left: 10px;
	z-index: 5;
}
#icoWhatsApp a{
	display: block;
	cursor: pointer;
}
#icoWhatsApp img{
	width: 231px;
height: 53px;
}

@media(max-width: 991px){
	#icoWhatsApp {
	  bottom: 92px;
	}
}

@media(max-width: 767px){
	#icoWhatsApp {
	  bottom: 102px;
	}
	#icoWhatsApp a{
		display: block;
	  bottom: 102px;
	  background: url('../images/WhatsApp.svg') center no-repeat;
	  background-size: 100% auto;
	  width: 60px;
	  height: 60px;
	}
	#icoWhatsApp img{
		display: none;
	}
}