﻿@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&amp;display=swap');*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,900');
@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
  /*font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;*/
  width: 100% !important;
  
}
body { 
 font-family: "Open Sans", Arial, serif;
  line-height: 1.8;
  font-size: 16px;
  background: rgba(255,255,255,1) !important;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
 touch-action: pan-x pan-y;
width: 100% !important;
max-width: 1600px !important;
margin: 0 auto;
}
i {
cursor: pointer;
}
*:focus {
    outline: 0;
}
.onhover {
	background-color: rgba(225,225,225,.70);
	padding: 10px;
	border-radius: 10px;
	max-width: 80%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
  cursor: pointer !important;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
  cursor: pointer !important;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
  cursor: pointer !important;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.user_logo {
	float:left;
	height:42px;
	width:42px;
	border-radius: 50%;
	padding:4px;
	background-color:#FFF;
	display: flex;
	align-items: center;
}
.user_logoimg {
	border-radius: 50%;
	max-width:42px;
}
.carrito_container {
float: left;
clear: both;
width: 100%;
margin: 0px 0 10px 0;
padding: 0 0 20px 0;
background-color: #F26522;
display: flex;
align-items: center; 
justify-content: center;
}
.cartcount1 {border: 2px solid #FFF; -moz-border-radius:50%;
-webkit-border-radius:50%; border-radius:50%; padding:0px 7px 1px 6px; color:#fff; margin:-13px 0 10px -8px; font-weight:700; font-size:.65em;text-align:center;}
.cartcount2 {border: 2px solid #FFF; -moz-border-radius:50%;
-webkit-border-radius:50%; border-radius:50%; padding:2px 6px 2px 5px; color:#fff; margin:-13px 0 10px -8px; font-weight:700; font-size:.65em;text-align:center;}
.cartcount3 {border: 2px solid #FFF; -moz-border-radius:50%;
-webkit-border-radius:50%; border-radius:50%; padding:5px 6px 5px 6px; color:#fff; margin:-13px 0 10px -8px; font-weight:700; font-size:.65em;text-align:center;}
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.offcanvas {
float: right;
clear: both;
margin-left: 0px !important;
border: 1px solid #FFf;
opacity: 0;
}
#navegacion {
	clear: both;
	float: left;
	width: 73%;
	display: block;
	text-align: left;
	min-height: 32px;
    height: auto;
	padding-top: 5px;
	margin: 18px 4px 20px 30px;
	padding-right: 4px;

}

a.navega:link {
	float:left;
	border: 1px solid #CCCCCC;
	padding: 6px 12px;
	font-family: arial;
	font-size:1em;
	margin:4px 8px 4px 8px;
	text-decoration: none;
	font-weight:bold;
	background: #EEEEEE;
	color: #444;
}
a.navega:visited {
	float:left;
	border: 1px solid #CCCCCC;
	padding: 12px 23px;
	font-family: arial;
	font-size:2em;
	margin:4px 8px 4px 8px;
	text-decoration: none;
	font-weight:bold;
	background: #EEEEEE;
	color: #444;
}

#navegaactive {
	background-color: #FF0000 !important;
	color:#FFF;
	border: 1px solid #006699;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease;
}
.tablas{
float: left;
	/*width: 1060px;*/
	width:98.2%;
	margin: 14px 0 0px 0;
	border:1px solid #C7C7C7;
	border-collapse:separate;
	padding:5px;
	text-align: center;
	background-color: #FFF;

}
.tablas td{
	border:1px solid #DFDFDF;
	padding:4px 2px 4px 2px;
	word-wrap: break-word;
	}
.tablas2{
float: left;
	/*width: 1060px;*/
	width:98.2%;
	margin: 4px 0 0px 0;
	border:1px solid #C7C7C7;
	border-collapse:separate;
	padding:5px;
	text-align: center;
	font-family: "Open Sans", arial;
	font-size: .8em;
	color: #323232;

}
.tablas2 td{
	border:1px solid #DFDFDF;
	padding:4px 2px 4px 2px;
	}
.text-center {
float: left;
width: 100%;
text-align: center;
margin-top: 3px;
}
.text-center-txt {
text-align: center !important;
}
.text-left {
float: left;
width: 80%;
text-align: left;
margin-top: 40px;
margin-left: 13%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height:150px !important;
}
.catimg {
	float:left;
	height:28px;
	width:28px;
	border-radius: 50%;
	padding:4px;
	background-color:#FFF;
}
#palabras {
	clear: both;
	float: left;
	margin-left: 0;
	width: 10%;
	display: block;
	text-indent: -9999px;
	height: 0px;
}
.floatright {
float: right;
}
.floatleft {
float: left;
}
.cienxciento {
float: left;
width: 100%;
}
.condiciones-contratacion {
display: none;
position: absolute;
width: auto;
padding: 8px;
top:110px;
right: 30px;
background-color: #FFF;
border-radius:8px;
font-size: .65em;
}
.password-container{
  width: 100%;
  min-width: 310px;
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
  width: 100%;
  padding: 12px 26px 12px 12px;
  box-sizing: border-box;
}.fa-eye{
  position: absolute;
  top: 28%;
  right: 26% !important;
  cursor: pointer !important;
  color: lightgray;
}
.inputtext{
	clear:both;
	float:left;
margin-left:2px;
margin-bottom:10px;
margin-top:6px;
width:60px !important;
padding:8px;
font-family:Arial,Helvetica, sans-serif;
color:#000;
font-size:1.1em;
font-weight:500;
border-radius:3px;
border:1px solid rgba(0,102,153,.6);
background-color: #fff;
text-align:left;
}
.inputtext:required{
	color:#000;
	background-color:#fff;
	border:1px solid rgba(0,102,153,.6);
}
.inputtext:focus {
	color:#fff;
background-color: rgba(0,102,153,.6);
border: 1px solid #5A7E29;
}
.inputtext::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.inputtextvc{
	clear:both;
	float:left;
margin-left:2px;
margin-bottom:10px;
margin-top:6px;
width:60px !important;
padding:8px;
font-family:Arial,Helvetica, sans-serif;
color:#000;
font-size:1em;
font-weight:400;
border-radius:3px;
border:1px solid rgba(0,102,153,.6);
background-color: #fff;
text-align:left;
}
.inputtextvc:required{
	color:#000;
	background-color:#fff;
	border:1px solid rgba(0,102,153,.6);
}
.inputtextvc:focus {
	color:#fff;
background-color: rgba(0,102,153,.6);
border: 1px solid #5A7E29;
}
.inputtextvc::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
/*LOGIN*/
.inputuser{
	clear:both;
	float:none;
margin-left:2px;
margin-bottom:10px;
margin-top:6px;
width:250px !important;
padding:10px;
font-family:Arial,Helvetica, sans-serif;
color:#000;
font-size:.9em;
border:1px solid rgba(0,102,153,.6);
background-color: #fff;
text-align:left;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.inputuser_notallowed{
	clear:both;
	float:none;
margin-left:2px;
margin-bottom:10px;
margin-top:6px;
width:250px !important;
padding:10px;
font-family:Arial,Helvetica, sans-serif;
color:#000;
font-size:.9em;
border:1px solid rgba(0,102,153,.6);
background-color: #fff;
text-align:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor: not-allowed;
}
.inputpassword{
	clear:both;
	float:none;
margin-left:2px;
margin-bottom:10px;
margin-top:16px;
width:130px !important;
padding:10px;
font-family:Arial,Helvetica, sans-serif;
color:#000;
font-size:1em;
border:1px solid rgba(0,102,153,.6);
background-color: #fff;
text-align:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
summary::-webkit-details-marker {
  /*display: none;*/
  
}

summary:after {
  /*background: rgba(29,181,56,1.00); 
  border-radius: 5px; 
  content: "+"; */
  color: #000; 
  float: left; 
  font-size: 1.1em; 
  font-weight: bold; 
  margin: 0px 10px 0 0; 
  padding: .1em; 
  text-align: center; 
  width: 20px;
  
}
details[open] summary:after {
  /*content: "-";*/
  
}
details {
    
    padding: .9em .5em .6em .2em;
  max-height:150px !important;
	overflow-y: auto;
	background:#FFF;
	border-top: 1px solid #ccc;
	
}

details > p {
	margin-left: 0px;
	line-height:1.1em;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .9em;
	color: rgba(125,125,125,1);
	font-weight:500;

}

summary {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .8em;
	line-height:1.2em;
	color: #000;
	cursor:pointer;
	font-weight:700;
	
}
details[open] {
    padding: .9em .5em .9em .2em;
	
}
details[open] summary {
padding: .2em .5em .9em 1em;
    border-bottom: 1px solid #aaa;
    margin-bottom: .9em;
	font-weight:bold;
}


/*////////////////////////////////////////////////////*/
.xsummary::-webkit-details-marker {
  display: none
}
.xsummary:after {
  background: rgba(0,0,0,1) ; 
  border-radius: 5px; 
  content: "+"; 
  color: #fff; 
  float: left; 
  font-size: 1.1em; 
  font-weight: bold; 
  margin: -2px 10px 0 0; 
  padding: 0; 
  text-align: center; 
  width: 20px;
  
}
.xdetails [open] .xsummary:after {
  content: "-";
  
}
.xdetails {
    /*border: 1px solid #aaa;
    border-radius: 4px;*/
	
    padding: .5em .5em 0;
  max-height:750px !important;
	
	background:#000;
	width:100% !important;
}
.xdetails > p {
	margin-left: 0px;
	line-height:1.3em;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight:400;
}

.xsummary {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height:2.3em;
	color: #fff;
	cursor:pointer;
	font-weight:700;
	min-width: 300px;
}
.xdetails[open] {
    padding: .2em;
	
}
.xdetails[open] summary {
    border-bottom: 1px solid #000;
    margin-bottom: .5em;
	font-weight:bold;
}
.preciobl { 
font-size:1.1em;
color:#FFF;
font-weight:bold;
}
a:link, a:focus, a:visited {
text-decoration: none;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
a.enlaceneutro:link, a.enlaceneutro:visited {
	text-decoration: none;
	color: #FFF !important;
}
p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #848484;
  font-family: "Open Sans", Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-weight: 300;
  font-size:1.6em;
  margin: 0 0 10px 5px;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #FA7E0A;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FA7E0A;
}

::selection {
  color: #fcfcfc;
  background: #FA7E0A;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-sm {
  padding: 5px 20px !important;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-ingresar {

font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
  border: 1px solid #FFF;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 2px 6px 0 16px;
  cursor: pointer;
  background: #FFF !important;
}

.btn-registrate {
font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
  border: 1px solid #FFF;
  color: #F26522;
  background: #FFF !important;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 2px 6px 0 16px;
  cursor: pointer;
}

.btn-primary {
  border: 1px solid #FFF;
  color: #fff;
  border-radius: 4px;
  padding: 8px;
}
.btn-primary:focus, .btn-primary:active {
  background: #fb8b23 !important;
  border-color: #fb8b23 !important;
}
.btn-primary.btn-outline {
  background: #000000;
  color: #FA7E0A;
}
.btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FA7E0A;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
}
.btn-success:focus, .btn-success:active {
  background: rgba(76,174,76,.80) !important;
  border-color: rgba(76,174,76,1.00) !important;
  cursor: pointer;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}
.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0px solid #f0ad4e;
  font-size:1.5em;
  cursor: pointer;
}

.btn-warning:focus {
  background: rgba(219,219,219,.9) !important;
  border-color: #eea236 !important;
  color: #000;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:focus, .btn-danger:active {
  background: rgba(217,0,0,.6) !important;
  border-color: rgba(217,0,0,1.00) !important;
  cursor: pointer;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer p {
color: #FFF;
  font-size: .9em;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  color: #FFF;
  font-size: .9em;
}
#footer ul li a {
  color: #FFF;
  text-decoration: none !important;
  font-size: .9em;
}

.js .animate-box {
  opacity: 0;
}

#grid-container {
float: left;
clear: both;
  overflow-x: hidden;
  position: relative;
  width:100% !important;
}

#fh5co-page {
float: left;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blanco {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#FFF;
	font-weight:500;
}
.blancomd {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color:#FFF;
	font-weight:500;
}
.blancogr {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	color:#FFF;
	font-weight:500;
}
.gris {
	color:#5C5C5C;
}
.negro {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#000;
	font-weight:500;
}
.negro_gr {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 2em;
	color:rgba(50,50,50,0.60);
	font-weight:600;
}
.negro_4xgr {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 10em !important;
	color:rgba(50,50,50,0.60);
	font-weight:600;
}
.rojo {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#FF0000;
	font-weight:500;
}
.verde {
	
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .9em;
	color: #009900;
	font-weight:500;
	padding-left: 3px;
}
/*MI BASE 888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
.boxes_beneficios_tit {float: left; width: 94%; margin: 8px 0 20px 3%; clear: both; padding: 6px 0;font-family: "Open Sans", arial; color: #000; font-size: 1.6em; text-align: center;}
.boxes_beneficios {float: left; width: 94%; margin: 0px 0 16px 3%; clear: both; padding: 6px 0 28px 0; border-bottom: 1px solid #ccc; font-family: "Open Sans", arial; color: #000; font-size: 1.6em;  text-align: center;}
.boxes_beneficios_extra {float: left; width: 30%; margin: 8px 0 20px 1.2%; clear: none; padding: 16px 0 18px 0;  font-family: "Open Sans", arial; color: #000; font-size: 1.2em; text-align: center;}
.boxes_beneficios_extra i {font-size: 1.8em !important; }
.ordenar {float:right;margin-right:3%; margin-top:10px; width:42%; }
.itemtit {font-weight:bold !important; font-size:1.8em !important; color:#000; text-indent: 40px;}
.bold {font-weight:bold !important; font-size:.8em !important; color:#000;}
.comunicate {font-size:1em;color:#0099CC; font-weight:bold; width:100%; line-height:1em;}
.comunicate2 {font-size: 1em;color: #666;line-height:1em;}
.comunicate3 {font-size: 1em;font-weight:bold;color:#000;line-height:1em;}
.separador {float:left; clear:both; width:90%; margin:4px 0 15px 5%; text-align:center; border-bottom:1px solid #ccc; }
.separadorvacio {float:left; clear:both; width:100%; margin:10px 0 35px 0; height: 20px; }
.cienxcientodetalle {float:left; clear:both; width:100%; margin:2px 0 2px 0; text-align:center; }
.botimage, .botimage:visited {
margin-top:14px;
margin-bottom:8px;
width:90%;
padding: 9px 2px 9px 2px;
height:auto;
border-radius: 4px;
background-color:#FFF;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #000;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botimage2, .botimage2:visited {
float: left;
margin-top:10px;
margin-bottom:8px;
width:40%;
padding: 8px 2px 8px 4px;
height:auto;
border: 1px solid #0099FF; 
border-radius: 4px;
background-color:#FFF;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #000;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}

.botrojo_timeline {
	width:auto;
border: 2px solid #FFF;
padding: 2px 4px;
height:auto;
border-radius: 4px;
background-color: #D70000 !important;
text-decoration:none;
text-align:center;
font-family:roboto, Arial, Helvetica, sans-serif;
font-size:.7em;
color: #FFFFFF;
cursor:pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}

.botrojo_timeline_ok {
	width:auto;
border: 2px solid #FFF;
padding: 4px 4px;
height:auto;
border-radius: 4px;
background-color: #2B9C3C !important;
text-decoration:none;
text-align:center;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:.7em;
color: #FFFFFF;
cursor: not-allowed !important;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botgris_timeline {
	width:auto;
border: 2px solid #FFF;
padding: 4px 4px;
height:auto;
border-radius: 4px;
background-color: #999999 !important;
text-decoration:none;
text-align:center;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:.7em;
color: #FFFFFF;
cursor: not-allowed !important;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botcont0, .botcont0:visited {
float: left;
clear: both;
margin-top:12px;
margin-bottom:10px;
width:96%;
text-align: center;
padding: 12px 0px;
height:auto;
border-radius: 4px;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #FFF;
background-color:#0099FF !important;
border: 1px solid #0099FF; 
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}

.botcont1, .botcont1:visited {
float: left;
clear: both;
margin-top:12px;
margin-bottom:10px;
width:96%;
text-align: center;
padding: 12px 0px;
height:auto;
border-radius: 4px;
background-color:#F26522 !important;
border: 1px solid #BFDEF0; 
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #FFF;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}

.botcont_avariante, .botcont_avariante:visited {
float: left;
clear: both;
margin-top:2px;
margin-bottom:8px;
width:96%;
text-align: center;
padding: 13px 0px;
height:auto;
border-radius: 4px;
border: 1px solid #ccc;
background-color:#B5B5B5;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
font-size:.9em;
color: #fff !important;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}

.botrojo_upload {
	width:auto;
border: 2px solid #FFF;
padding: 2px 4px;
height:auto;
border-radius: 4px;
background-color: #D70000;
text-decoration:none;
text-align:center;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:.7em;
color: #FFFFFF;
cursor:pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botconfirmar, .botconfirmar:visited {
float:left;
margin-bottom:8px;
width:auto;
padding: 12px 28px 12px 28px;
height:auto;
border-radius: 4px;
border: 1px solid #ccc;
background-color:#FFF;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #000;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botcont2, .botcont2:visited {
margin-top:14px;
margin-bottom:8px;
width:auto;
padding: 9px 18px 9px 18px;
height:auto;
border-radius: 4px;
background-color:#FFF;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #000;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botcont2verde, .botcont2verde:visited {
margin-top:14px;
margin-bottom:8px;
width:auto;
padding: 9px 18px 9px 18px;
height:auto;
border-radius: 4px;
background-color: #00CC66 !important;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
color: #FFFFFF;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botenlaces:link, .botenlaces:visited {
width:98%;
padding: 4px 10px 4px 10px;
height:auto;
border-radius: 6px;
background-color: #0099FF;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
/*font-size:1.4em;*/
font-weight:550;
color: #FFF;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.bodytextbold_verde {
	font-family: "Open Sans", arial, helvetica, geneva, sans-serif;
	font-size:.85em;
	font-weight: bold;
	color: #009900;
}
.bodytextbold_negro {
	font-family: "Open Sans", arial, helvetica, geneva, sans-serif;
	font-size:.9em;
	font-weight: bold;
	color: #000000;
}
.opensans1 {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	line-height:1.2em;
/*	font-weight:bold;*/
}
.opensansvc {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight:600;
}
/*NEWSLETTER*/
.newsdiv {float:left; clear: both; width:100%; min-height:50px; height:auto; background:#535353;  padding:18px 0px 26px 0px; position:relative; text-align:center; margin-top:10px;
}
.newstit {float:left; width:100%; text-align:center; margin-bottom: 10px;}
.newsform {
 
  padding:2px;
}

.newsinput {
  /* Tell the input to use all the available space */
  flex-grow:2;
   /*And hide the input's outline, so the form looks like the outline */
  border-top:1px solid #fff !important;
  border-left:1px solid #fff !important;
  border-bottom:1px solid #fff !important;
  border-right:0px solid #fff !important;
  padding:6px;
  color:#fff;
  margin-left:2px;
  font-weight:bold;
  width:238px;
}
.newsinput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight:bold;
}
.newsinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight:bold;
}
.newsinput:focus {
  /* removing the input focus blue box. Put this on the form if you like. */
  outline: none;
}

.newsbutton {
  /* Just a little styling to make it pretty */
  border-top:1px solid #fff !important;
  border-right:1px solid #fff !important;
  border-bottom:1px solid #fff !important;
  border-left:0px solid #fff !important;
  padding:3px 8px 6px 8px;
  background-color: #535353;
  margin-left:-12px;  
  text-decoration:none; 
}
/*FIN NEWSLETTER*/

a.enlaces:link, a.enlaces:visited {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-decoration: none;

}

/*FORM*/
.opensans2 {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #280D1C;
	text-transform:	uppercase;
	line-height:1.4em;
	font-weight:bold;
}

.qtycontainer {float:left; width:100%; min-height:50px; height:auto; padding:18px 20px 11px 5px; position:relative; text-align:center; display:block;z-index: 0;}
.freelogocontainer {width: 100%;
  display:flex !important;  
justify-content: center  !important; 
align-items: center ;margin-top:20px;}
.freelogo {float:left; position:relative; width: 170px; }
.cantminlogo {position: absolute; top: 15px; right:10px; height:40px;  z-index:10; width:50px; padding: 4px 3px 3px 3px; font-family:"Open Sans", arial; font-size:1.1em; color:#FFF; font-weight:600;}
.quantity {
float: left;
  position: relative !important;
  clear: both;
  margin-top:8px;
  z-index:9 !important;
  width: 100% !important;
  display:flex !important;  
justify-content: center  !important; 
align-items: center ;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none !important;
  margin: 0;
}

.quantity input[type=number]
{
  -moz-appearance: textfield !important;
}

.quantity input:required {
  
  background:rgba(255,255,255,1);
}
.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  margin-bottom:8px;
  
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #F26522;
  width: 46px;
  height: auto;
  text-align: center;
  color: #FFF;
  font-size: 2em;
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-weight:bold;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background:#F26522;
}
.quantity-button.quantity-up {
   position: absolute;
  top: 0px;
  height: 10%;
  left:64px;
  border: 1px solid #F26522;
  padding-bottom:52px;
  border-radius: 10px;
}
.quantity-button.quantity-down {
  position: absolute;
  height: 10%;
  top: 0;
  right:28px;
  border: 1px solid #F26522;
    padding-bottom:52px;
	border-radius: 10px;
}
/*BOTONES CHICOS*/
.quantity-buttonch {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #F26522;
  width: 36px;
  height: auto;
  text-align: center;
  color: #FFF;
  font-size: 2em;
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-weight:bold;
  line-height: 1.4;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background:#F26522;
}
.quantity-buttonch.quantity-up {
   position: absolute;
  top: 0px;
  /*height: 10%;*/
  height: 40px;
  left:50px;
  border: 1px solid #F26522;
  /*padding-bottom:42px;*/
  border-radius: 10px;
}
.quantity-buttonch.quantity-down {
  position: absolute;
  /*height: 10%;*/
  height: 40px;
  top: 0;
  right:34px;
  border: 1px solid #F26522;
    /*padding-bottom:42px;*/
	border-radius: 10px;
}
/*FIN BOTONES CHICOS*/
.quantity input {
  width: 60px !important;
  height: 56px;
  line-height: 1.65em;
  float: left;
  display: block;
  padding: 0;
  margin-left: -16px !important;
  margin-top:7px !important;
  text-align: center;
  border: 1px solid #ccc;
  font-weight:bold;
  font-size: 1.2em;
  color:rgba(153,153,153,1) !important;
}

/*FIN FORM*/
.div_minimo { width:98%; float:left; height:50px; text-align:center; }
.div_minimo_agr_rap { width:98%; float:left; height:10px; text-align:center; clear: both;}
	

  
  .box {float: left;position: relative;width: 80%;  margin-left: 10%;background-color:rgba(255,255,255,1);text-align:center; margin-bottom: 20px; height:auto; }
  .dir {display:none}
  .form-group1 {width:80% !important; float:left}
  .form-group2 {width:8%; float:right !important;}
  .socialheadermovil {display:flex; width:100%; float:left; margin-top:0px; padding-top: 26px; padding-bottom:  30px;background-color: #F26522;  align-items: center; justify-content: center;}

  .socialheader {display:none;}
   #menu {display: block;margin-top:15px;margin-left:0px; float:left; clear:both; width:100% !important;background: #fff !important; position:relative; height:48px;}
  
  
.box img {margin-bottom:20px; border: 0 none !important; }

  #headermio {margin-top: 0px;float: left;background: #F26522; height:auto; position:fixed;z-index:10; padding-bottom:0px; width:100%; margin-bottom:0px;max-width: 1600px !important;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);}
  
#tricotamarcas {display:none; float:left;position:relative;margin:0px 0 0 0; height:auto; z-index:10 !important; }
.tmcontainer {display:flex !important; align-items: center !important; justify-content:center !important; width:100%; margin:0px;background:#FFFFFF;}
#tricotamarcasmovil {float:left;display:block; position:relative;margin:8px 0 0 0; height:auto; z-index:10 !important; min-height:100px; width:100%; max-width:375px; overflow:hidden; }
#tricotamarcasmovil img{display:block; position:relative;margin:0px 0px 0 0 !important; height:90px !important; } 
.autoplay {height:auto; float:left; width:100% !important;background:#FFFFFF !important; margin-top:5px !important; }
.autoplay div {border-left:1px dotted transparent; min-width:250px !important;}
.miautoplay {float: left;max-height:100px; margin-top:0px; margin-bottom:0px; z-index:9999 !important; }
.container_productos_productos {float: left; position:relative; width:98%; margin-top:10px; border-radius:0px; margin-bottom:20px; margin-left:1%; z-index:1;  }
  .container_productos {float: left; position:relative; width:100%; margin-top:0px; border-radius:0px; margin-bottom:20px; margin-left:0%; z-index:0;}
  .container_productos_sitio {float: left;width: 95%; margin-top:80px; border-radius:0px; margin-bottom:20px; margin-left:2%; z-index:1;}
  .container_vc {float: left;width: 95%; margin-top:74px; border-radius:0px; margin-bottom:20px; margin-left:2%; z-index:1;}
  .container_detalle {float: left;width:98%; margin-top:80px; margin-bottom:2px; margin-left:1%; }
.banner_esc {display: none !important;}

.banner_movil {display: block !important; float:left; width:100%;height:auto !important; margin-top:65px;}
#fh5co-hero {float: left;min-height: 200px;margin-top:0px;width:100% !important;  }

.topper{margin-top:0px;}
  /*#kantidad { width: 90% !important; }*/
  .btn-default {font-size: 1.33em !important;}
  .hiddencelu {display: none !important;}
  .nohiddencelu {display: block !important;}
  .typenumber {float:left; width:90% !important; color:rgba(51,0,153,1); font-weight:500; font-size:.9em !important; padding:6px; border-radius:6px; }
  .typenumber::-moz-placeholder {color: #999; opacity: 1;}
.typenumber:-ms-input-placeholder {color: #999;}
.typenumber::-webkit-input-placeholder {color: #999;}
.bot {max-width:300px; }
.sizer {display: none !important; opacity:0;}
.divprecio {font-size:1.6em; text-align:center; line-height:1.4em; color:rgba(0,0,0,1);}
.precionormal {font-size:1.0em !important; line-height:1.2em; color:#000; font-weight: bold !important;}
.preciodescuento {font-size:1.0em !important; line-height:1.2em; color:#000; font-weight: bold !important; position: absolute; bottom: 56px; left: 6px;}
.preciodescuento_detalle {font-size:1.0em !important; line-height:1.2em; color:#000; font-weight: bold !important; }
.preciosindescuento {font-size:.85em; line-height:1.2em; color:#D90000; text-decoration:line-through;}
.preciosindescuentogr {font-size:.9em; line-height:1.2em; color:#D90000; text-decoration:line-through;}
.porcentaje {position: absolute; top: 15px; left:10px; height:40px;  z-index:10; width:50px; padding: 0px 3px 3px 3px; font-family:"Open Sans", arial; font-size:1.2em; color:#FFF; font-weight:600;}
.logo {display: none;position: relative;float: left;width:50px;margin-top:10px;margin-left:1%; min-height:40px; }
  .logo img {width:100%; height:100%; margin:0; max-height:60px;}
  .logomovil {position: relative;float: left;width:50px;margin-top:2px;margin-left:2%; min-height:50px;z-index: 1; }
  .logomovil img {width:100%; height:100%; margin:0; max-height:50px;}
 .buscar {display: none;float:left; margin-top:0px ; width:94% ; margin-left: 5%; }

.buscarcel {display:block; position:absolute; top:6px ; width:67% !important; left: 78px; margin-bottom:0px; z-index:10 !important; }
.btn {padding: 5px 9px 2px 9px!important;margin-top:0px; margin-left:4px;}
.buscafield {float: left;width:100%;background-color: #FFF !important;color:#000;margin-right:0px; margin-top:2px; margin-left:0;height: 26px;border: 1px solid #fff !important;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.42857; border-radius:18px !important;}

.buscafield::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.buscafield:-ms-input-placeholder {
  color: #999;
}
.buscafield::-webkit-input-placeholder {
  color: #999;
}
#marcas img {width: 50%; margin: 0 auto}
  #marcas {text-align:center;}
  #marcas div {text-align: center;}



.celda {float:left;clear:none;width:44%; background:#FFFFFF; margin-left:2%; height:auto; min-height:410px;margin-top:15px;border:1px solid #E1E1E1;padding:12px 0px 2px 3px;overflow:hidden; position:relative;}
.celda img {height:100%; margin-top:3px;border:0 none;}
.celda h3 {color:#000; font-weight:600; text-align:right; margin:1em; bottom:0; position:absolute; right:0}
.celda h2 {color: #333333; font-size:.9em; font-weight:600; line-height:1.1em !important;margin: 0px 3px 0px 3px !important; margin-bottom:-24px !important;font-family: "Open Sans", Arial, serif;}
.celda p {color:#333; margin:1em; padding:0; border:0;line-height:16px;}
.celda a {font-size:.8em; padding:.2em 1em;border-radius:0; }
.celda span { font-size:.7em; font-weight:400; line-height:.2em; margin-left:3px; margin-right:3px;}
.select{
	float:left;
	clear:none;
margin: 3px 6px 30px 10px;
width:90%;
padding:10px;
border-radius:5px;
border:1px solid rgba(255,255,255,1.00);
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgba(0,0,0,1);
font-size:1.4em;
line-height:1.3em;
background: #FFF;
cursor:pointer;
}
.selectordenar{
	float:left;
	clear:none;
margin: 3px 6px 0px 10px;
width:90%;
padding:10px;
border-radius:5px;
border:1px solid rgba(255,255,255,1.00);
font-family:"Open Sans", Arial,Helvetica, sans-serif;
color:rgba(0,0,0,1);
font-size:1.2em;
line-height:1.2em;
background: #FFF;
cursor:pointer;
}
.selectlog {
  float:left;
  clear:none;
  width:155px;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 2px 10px 0 16px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: .85em;
  text-decoration: none;
  border: 1px solid #FFF;
  color:rgba(0,0,0,1);
line-height:1.3em;
background: #FFF;
-webkit-appearance:button !important;
        -moz-appearance:button !important;
            appearance:button !important;
    cursor: pointer;
}


.columna_trabajos_txt {background:#fff;float: left; position:relative; width:90%; margin-top:5px; border-radius:6px; margin-bottom:2px; margin-left:5%; border:1px solid #ccc; padding:8px 4px 4px 8px;}
.caja-imgitem {
position: relative;
display: block;
  /*min-height: 480px;*/
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width:96%;
  margin-left:1%;
  margin-top: 6px;
  height: auto;
  }
.caja-detalleitem {position: relative; float:left; clear:both; margin-top:10px;background-color:#fff; border:1px solid #ccc; border-radius:6px; padding:14px 6px 6px 8px;width:92%;  margin-left:2%;}
.caja-metodos{float: left;clear: both;width: 96%;margin: 20px 0 0 2%; border: 1px solid #ccc; height: auto;}
.cajita_metodo {float: left;clear: none;width: 30%;margin: 4px 0 0 2%;  height: 70px; text-align: center; font-size: .8em;}
.caja_itemtxt {float: left; clear: both; width: 85%;margin: 20px 0 10px 4.5%; padding: 10px; height: auto;}
.chiquito {font-size:.8em; padding:0px; margin:0 0 10px 0;}


.footer {float: left;width: 100%;  color: #000; background-color:#F26522;}
.footer-col1{float: left; width: 90%; height: auto; margin: 20px 0 0px 5%; }
 .footer-col1 img {width:100%; height:100%; margin:0; max-height:80px;}
.footer-col2{float: left; width: 90%; height: auto; margin: 10px 0 15px 5%; }
.footer-col3{float: left; width: 90%; height: auto; margin: 10px 0 15px 5%; }
.footer-base{float: left; clear: both;width: 90%; height: auto; margin: 20px 0 55px 5%; text-align: center;}



.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 120;
  top: 0;
  right: -9999px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  -webkit-box-shadow: -12px 4px 10px -4px rgba(3,2,3,0.36);
-moz-box-shadow: -12px 4px 10px -4px rgba(3,2,3,0.36);
box-shadow: -12px 4px 10px -4px rgba(3,2,3,0.36);
  /*overflow-y: auto;*/
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.datosformtop {
position: relative;
	float: left;
	width: 90%;
	margin: 20px 0 40px 2%;
	clear: none;
	padding: 20px 10px;
	background-color: #F26522;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.beneficiostop {
position: relative;
	float: left;
	width: 90%;
	margin: 20px 0 40px 2%;
	clear: none;
	padding: 20px 10px;
	background-color: #F26522;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.subirlogo {
display: none;
	float: left;
	width: 53%;
	margin:20px 0 10px 20%;
	clear: both;
	padding: 10px;
	border: 1px solid #ccc;	
	z-index: 0 !important;
}
.subirlogopagos {
display: none;
	float: left;
	width: 93%;
	margin:10px 0 10px 0;
	clear: both;
	padding: 10px;
	border: 1px solid #ccc;
	
}
.subirhiddendivs {
display: none;
	float: left;
	width: 90%;
	margin:10px 0 10px 4%;
	clear: both;
	padding: 10px;
	border: 1px solid #ccc;	
}
.datospago { /*base*/
display: none;
	position: fixed;
	width: 90%;
	margin:120px 0 10px 5%;
	height: auto;
	background-color: #FFF;
	z-index: 20;
	padding: 10px;
	border: 1px solid #ccc;
	
}
.datosform {
	float: left;
	width: 91%;
	clear: both;
	padding: 10px;
	margin: 0 0 20px 2%; 
	border: 1px solid #ccc;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cienxcientocomprastop {
	float: left;
	width: 97%;
	margin: 20px 0 2px 0;
	clear: both;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #EBEBEB;
}
.leftcolmc {
	float: left;
	width: 91%;
	clear: both;
	padding: 10px;
	margin: 0 0 20px 2%; 
	border: 1px solid #ccc;
	border-radius: 6px;
}
.dercolmc {
	float: left;
	width: 91%;
	clear: both;
	padding: 10px;
	margin: 0 0 20px 2%; 
	border: 1px solid #ccc;
	border-radius: 6px;
}
.dercolmcstatus {
	float: left;
	width: 80%;
	clear: both;
	padding: 6px;
	margin: 0px 0 10px 0%;
}
.dercolmcpop {
position: relative;
	float: right;
	width: 4%;
	clear: none;
	padding: 6px;
	margin: 0px 2% 10px 0;
}
.dercolmcpoppagos {
position: relative;
	float: right;
	width: auto;
	clear: none;
	padding: 6px;
	margin: 0px 1% 10px 0;
}
.microtextbold {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .85em;
	color: #343434;
	font-weight: bold;
	text-align: center;
}
.microtext {
font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .85em;
	color: #343434;
}
.microtextrojo {
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .85em;
	color: #D90000;
}
/*.cienxcientocontenidosleft {
	float: left;
	width: 97%;
	margin: 0;
	clear: both;
	padding: 4px;
	
}*/
.selectreclamo {
  float:left;
  clear:none;
  width:auto;
  border-radius: 4px;
  padding: 8px 10px;
  margin: 14px 10px 10px 2px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: .85em;
  text-decoration: none;
  border: 1px solid #ccc;
  color:rgba(0,0,0,1);
line-height:1.3em;
background: #FFF;
-webkit-appearance:button !important;
        -moz-appearance:button !important;
            appearance:button !important;
    cursor: pointer;
}
.textarea {
float:left;
  clear:none;
  width:80%;
  height: 100px;
  border-radius: 4px;
  padding: 8px 10px;
  margin: 12px 10px 10px 2px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: .85em;
  text-decoration: none;
  border: 1px solid #ccc;
  color:rgba(0,0,0,1);
}
.popy {
display: none;
position: absolute;
width: 154px;
padding: 8px;
top:5px;
right: 34%;
background-color: #FFF;
border: 1px solid #ccc;
border-radius:4px;
font-size: .85em;
z-index: 10;
-webkit-box-shadow: 0px 0px 39px -4px rgba(201,201,201,0.86);
-moz-box-shadow: 0px 0px 39px -4px rgba(201,201,201,0.86);
box-shadow: 0px 0px 39px -4px rgba(201,201,201,0.86);
}
a.enlacespopy:link, a.enlacespopy:visited {
	color:#343434;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 6px 0;
	float: left;
	width: 100%;
}
.separadorpopy {float:left; clear:both; width:99%; margin:4px 0 4px 0; text-align:center; border-bottom:1px solid #ccc; }
.popyagregar {
display: none;
position: absolute;
width: 88%;
height: 170px;
padding: 8px;
top:2px;
right: 2px;
background-color: #FFF;
border: 0px solid #F26522;
border-radius:4px;
font-size: .85em;
z-index: 10;
-webkit-box-shadow: 0px 50px 100px 50px rgba(224,49,76,1.00);
-moz-box-shadow: 0px 50px 100px 50px rgba(224,49,76,1.00);
box-shadow: 0px 50px 100px 50px rgba(255,255,255,1.00);
}
.divbannercatspc {float: left;margin-top: 5px;width:100%;max-width:1600px; max-height:300px !important; margin-left:0%; display:none; background-color: #fff !important;}
.divbannercatsmob {margin-top: 65px;width:100%;max-width:480px; max-height:350px !important; margin-left:0%;display:block;} 
.imgbannercats {width:100%; height: auto;} /*max-width:480px;*/

@media screen and (min-width: 481px) {
.ordenar {float:right;margin-right:3%; margin-top:10px; width:22%; }
.condiciones-contratacion {
display: none;
position: absolute;
width: auto;
padding: 8px;
top:30px;
right: 20px;
background-color: #FFF;
border-radius:8px;
font-size: .65em;
}

.datosformtop {
position: relative;
	float: left;
	width: 90%;
	margin: 20px 0 40px 3%;
	clear: both;
}
.beneficiostop {
	position: relative;
	float: left;
	width: 90%;
	margin: 20px 0 40px 3%;
	clear: both;
}
.datosform {
	float: left;
	width: 50%;
	min-width: 290px;
	clear: both;
	padding: 10px;
	margin: 0 0 20px 23%; 
	border: 1px solid #ccc;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dercolmcstatus {
	float: left;
	width: 44%;
	clear: both;
	padding: 6px;
	margin: 0px 0 10px 2%;
}
.dercolmcpop {
position: relative;
	float: right;
	width: 20%;
	clear: none;
	padding: 6px;
	margin: 0px 2% 10px 0;

}
.dercolmcpoppagos {
position: relative;
	float: right;
	width: auto;
	clear: none;
	padding: 6px;
	margin: 0px 1% 10px 0;
}
.caja-imgitem {
 /* min-height: 510px;*/
  
  }
 .caja-metodos{float: left;clear: none;width: 95%;margin: 20px 0 0 2%; border: 1px solid #ccc; height: auto;}
.banner_esc {display: none !important;}
.banner_movil {display: block !important;margin-top:2px;}
.comunicate {font-size:1.2em;color:#0099CC; font-weight:bold; width:100%; line-height:1.2em;}
.comunicate2 {font-size: 1.2em;color: #666;line-height:1.2em;}
.comunicate3 {font-size: 1.2em;font-weight:bold;color:#000;line-height:1.2em;}
.sidenav {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 120;
  top: 0;
  
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*overflow-y: auto;*/
}
.qtycontainer {float:left; width:100%; min-height:50px; height:auto; padding:18px 20px 11px 6px; position:relative; text-align:center;display:flex !important; align-items: center !important; justify-content:center !important;}
.freelogocontainer {width: 100%; clear:both !important;
  display:flex !important;  
justify-content: center  !important; 
align-items: center ;margin-top:0px;}
.freelogo {float:left; position:relative; width: 170px;}
.cantminlogo {position: absolute; top: 15px; right:10px; height:40px;  z-index:10; width:50px; padding: 2px 4px 3px 3px; font-family:"Open Sans", arial; font-size:1.2em; color:#FFF; font-weight:600;}

.divbannercatspc {margin-top: 2px;width:100%;max-width:1600px; max-height:190px !important; margin-left:0%; display:block;}
.divbannercatsmob {margin-top: 5px;width:100%;max-width:769px; max-height:350px !important; margin-left:0%;display:none;} 
.imgbannercats {width:100%; height: auto;} 
	a.enlaces:link {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration: none;

}

.chiquito {font-size:.7em; padding:0px; margin:0 0 20px 0}

	.quantity input {
  margin-left: 0px;
}

  #headermio {margin-top:0px;float:left;height: auto; position:relative;padding-bottom:0px;}
  /*#sliders{float: left; width:100%; height:300px; margin-top:30px; background:#00FF00;}*/
  
  .box {width: 40%;  margin-left: 6%;margin-bottom: 30px; height:auto; clear:none !important; }
  .dir {display:none}
  .form-group1 {width:80% !important; float:left}
  .form-group2 {width:8%; float:right !important;}
  .logomovil {display: block;margin-top:12px;}
  
  .logo {display: none;margin-top:30px;margin-left:4%;  }
  .logo img {width:100% !important; height:100% !important; margin:0}
  .buscar {display:none;float:left; margin-top:35px; margin-left:10%; width:50%;}
  /*.buscarcel {display:none;float:left; margin-top:35px; margin-left:10%; width:50%;}*/
  .buscarcel {display:block; position:absolute; top:12px ; width:54% ; left: 20%; margin-bottom:10px;}
.socialheader {display:none; width:59%; float:right; margin-right:2%; margin-top:40px; max-width:400px; }

.container_productos {margin-top:10px; border-radius:0px; margin-bottom:20px; margin-left:0%; z-index:1;}
.container_productos_sitio {float: left;width: 94%; margin-top:10px; border-radius:0px; margin-bottom:20px; margin-left:2%; z-index:1;}
.container_productos_productos {float: left; position:relative; width:98%; margin-top:0px; border-radius:0px; margin-bottom:20px; margin-left:1%; z-index:1;}
.container_trabajos {margin-top:20px; border-radius:0px; margin-bottom:20px;width:90%; margin-left:5%; }
.container_detalle {float: left;width:90%; margin-top:20px; margin-bottom:2px; margin-left:5%; }

.container_vc { margin-top:15px;  }
.celda {float:left;clear:none;width:42%; max-width:320px; margin-left:4%; min-height:420px; margin-bottom:10px;}/*+481*/
.celda span { font-size:.8em; }
#menu {margin-top:14px;margin-left:0px; float:left; clear:both; width:100%;}
.flexsliderhide {height:50px; }

 /*#kantidad { width: 80% !important;}*/
 .typenumber {float:left; width:90% !important; color:rgba(51,0,153,1); font-weight:500; font-size:.9em !important; padding:6px; border-radius:6px; }
  .typenumber::-moz-placeholder {color: #999; opacity: 1;}
.typenumber:-ms-input-placeholder {color: #999;}
.typenumber::-webkit-input-placeholder {color: #999;}
 .hiddencelu {display: none !important;}
 .nohiddencelu {display: block !important;}
 .btn-default {font-size: 1em !important;}
 .bot {max-width:310px; }
.sizer {display: none;}
.divprecio {font-size:1.6em; text-align:center; line-height:1.4em;}
.btn {padding: 5px 10px !important;margin-top:0px; margin-left:0px;}
.buscafield {width:97%;color:#000; margin-top:4px; margin-left:0;margin-right:4px;}


#tricotamarcas {margin:0px 0 5px 0 ; display:block; width:100%;  }
.tmcontainer {display:none !important;}
#tricotamarcasmovil {margin:0px 0 0 0;  display:none; }
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 25px;
	font-size:0.9em;
	width:30%;

}
.columna_trabajos_txt {background:#fff;float: left; position:relative; width:48%; margin-top:5px; border-radius:6px; margin-bottom:2px; margin-left:2%; border:1px solid #ccc; padding:8px 4px 4px 8px;}
 
}
@media screen and (min-width: 769px) {
.modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
.ordenar {float:right;margin-right:3%; margin-top:-30px; width:16%; }
.datosform {
	float: left;
	width: 50%;
	max-width: 290px;
	clear: both;
	padding: 10px;
	margin: 0 0 20px 23%; 
	border: 1px solid #ccc;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
	.banner_esc {display: block !important; float:left; width:100%;height:auto !important; margin-top:2px;}
.banner_movil {display: none !important;}
	.bold {font-weight:bold !important; font-size:1em !important;}
	.sidenav {
  height: 100%;
  width: 40%;
  position: fixed;
  z-index: 120;
  top: 0;

  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*overflow-y: auto;*/
}
.qtycontainer {float:left; width:100%; min-height:50px; height:auto; padding:18px 20px 11px 5px; position:relative; text-align:center; display:block !important;justify-content: none  !important; 
align-items: none ;}
.freelogocontainer {width: 100%; clear:both;
  display:flex !important;  
justify-content: center  !important; 
align-items: center ;margin-top:20px;}
.freelogo {float:left; position:relative; width: 170px; }
.cantminlogo {position: absolute; top: 15px; right:10px; height:40px;  z-index:10; width:50px; padding: 4px 3px 3px 3px; font-family:"Open Sans", arial; font-size:1.1em; color:#FFF; font-weight:600;}
/*NEWSLETTER*/
.newsdiv {float:left; width:100%; min-height:60px; height:auto; padding:18px 20px 18px 20px; position:relative; text-align:center;display:flex !important;
  align-items: center !important;
  justify-content:center !important;
}
.newstit {float:left; width:auto; text-align:center; margin: 4px 40px 0px 0px;}
.newsform {

  padding:2px;
}

.newsinput {
 
  border-top:1px solid #fff !important;
  border-left:1px solid #fff !important;
  border-bottom:1px solid #fff !important;
  border-right:0px solid #fff !important;
  padding:6px;
  color:#fff;
  margin-left:12px;
  width:300px;
}

.newsinput:focus {
  /* removing the input focus blue box. Put this on the form if you like. */
  outline: none;
}

.newsbutton {
  /* Just a little styling to make it pretty */

  padding:2px 8px 6px 8px;

  margin-left:-8px;


  
}
/*FIN NEWSLETTER*/
.divbannercatspc {margin-top: 80px;width:100%;max-width:1600px; max-height:200px !important; margin-left:0%; display:block;}
.divbannercatsmob {margin-top: 15px;width:100%;max-width:1600px; max-height:300px !important; margin-left:0%;display:none;}
.imgbannercats {width:100%; height: auto;} 
.breadcrumb {float: left;margin-top:140px; height:0px; width:80%; margin-left:2%; }
.miautoplay {max-height:150px; margin-top:10px; margin-bottom:5px;}
.quantity input {
  margin-left: 0px;
}

#headermio {height:auto; position:fixed; margin-top:0px !important;}
  
  .dir {display:none}
  .form-group1 {width:80% !important; float:left}
  .form-group2 {width:8%; float:right !important;}
  .logo {display: block;width:38%;margin-top:10px;margin-left: 2%; float:left; max-width:350px;z-index: 1; }
  .logo img {width:90% !important; height:90% !important; margin:0}
  .logomovil {display: none;}
  .logomovil img {display: none;}
  .buscar {display:none;float:left; margin-top:20px; margin-left:1%; width:28%; }
  .buscarcel {display:block; position:absolute; top:12px ; width:44% !important ; left: 45%; margin-bottom:10px;}
  .btn {padding: 5px 10px !important; margin-top:2px; margin-left:6px;}
.buscafield {width:95%;color:#000; margin-top:6px; margin-left:0;margin-right:4px; float:left;}

  
.box {width: 30%;  margin-left: 3%;margin-bottom: 30px; height:auto; }

#menu {margin-top:-10px; position:relative; margin-left:0px; float:left;}
#fh5co-hero {float:left; min-height: 160px;margin-top:80px;  }/*min 769*/
#tricotamarcas {display:block !important; margin:0px 0 0 0;  }
#tricotamarcasmovil {display:none;  }
.container_productos {margin-top:20px; border-radius:0px; margin-bottom:20px; margin-left:0%; z-index:1;}
.container_productos_sitio {float: left; position:relative; width:86%; margin-top:130px; border-radius:0px; margin-bottom:20px; margin-left:7%; z-index:1;}
.container_productos_productos {float: left; position:relative; width:100%; margin-top:30px; border-radius:0px; margin-bottom:20px; margin-left:0%; z-index:1;  }
.container_trabajos {margin-top:200px; width:90%; margin-left:5%; }
.container_vc {width:80%; margin-top:90px; margin-left:10%; }
.container_detalle {width:96%; margin-top:90px; margin-bottom:2px; margin-left:2%;  }

.topper {float:left;margin-top:60px !important;}
/*#kantidad { width: 45% !important;}*/
.hiddencelu {display: block;}
.nohiddencelu {display: none !important;}
.btn-default {font-size: .9em !important;}
.typenumber {float:left; width:30% !important; color:rgba(51,0,153,1); font-weight:500; font-size:.9em !important; padding:6px; border-radius:6px; }
  .typenumber::-moz-placeholder {color: #999; opacity: 1;}
.typenumber:-ms-input-placeholder {color: #999;}
.typenumber::-webkit-input-placeholder {color: #999;}
.bot {max-width:250px;}
.sizer {display: block;}
.celda {float:left;clear:none;width:28.8% ; margin-left:2.1%; min-height:430px; margin-bottom:10px;}/*min769*/
.celda span { font-size:.8em; }
.divprecio {font-size:1.6em; text-align:right; line-height:1.4em;}
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 25px;
	font-size:0.9em;
	width:30%;

}
.columna_trabajos_txt {background:#fff;float: left; position:relative; width:48%; margin-top:0px; border-radius:6px; margin-bottom:2px; margin-left:2%; border:1px solid #ccc; padding:8px 4px 4px 8px;}
.caja-imgitem {width: 52%; margin-left:0px; height: auto;min-height: 528px; }
.caja-detalleitem {clear:none; margin-top:0px;width:40%;  margin-left:1%;}
.caja-metodos{float: left;clear: none;width: 42%;margin: 20px 0 0 1%; border: 1px solid #ccc; height: auto;}
.caja_itemtxt {float: left; clear: both; width: 90%;margin: 20px 0 10px 4.5%; padding: 10px; height: auto;}
.socialheader {display:none; width:69%; float:right; margin-right:2%; margin-top:20px; max-width:400px; }

}
@media screen and (min-width: 1024px) {

/*///////////////////////////// HOVER BUTTONS ////////////////////////////////////*/

.onhover:hover {
	background-color: #ccc;
	padding: 10px;
	border-radius: 10px;
	max-width: 80%;
}
a.navega:hover {
	background-color: #006699;
	color:#FFF;
	border: 1px solid #006699;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease;
}
.enlaceclean a:link, a:hover {
	text-decoration:none;
	background-color:transparent !important;}
a:hover {
  text-decoration: none !important;
  color: #0066FF !important;
}
a.enlaceneutro:hover {
	text-decoration: none;
	color: #FFF !important;
}
.btn:hover {
  box-shadow: none !important;
  outline: none !important;
}
.btn-ingresar:hover {
  border: 1px solid #FFF;
  color: #F26522 !important;
  background: #FFF !important;
}
.btn-registrate:hover {

  border: 1px solid #FFF;
  color: #fff !important;
  background: #0099FF !important;
 }
.btn-primary:hover {
  background: #fb8b23 !important;
  border-color: #fb8b23 !important;
}
.btn-primary.btn-outline:hover {
  background: #FA7E0A;
  color: #fff;
}
.btn-success:hover {
  background: rgba(76,174,76,.80) !important;
  border-color: rgba(76,174,76,1.00) !important;
  cursor: pointer;
}
.btn-info:hover {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline:hover {
  background: #5bc0de;
  color: #fff;
}
.btn-warning.btn-outline:hover {
  background: #f0ad4e;
  color: #fff;
}
.btn-danger:hover {
  background: rgba(217,0,0,.6) !important;
  border-color: rgba(217,0,0,1.00) !important;
  cursor: pointer;
}
.btn-success.btn-outline:hover {
  background: #5cb85c;
  color: #fff;
}
.btn-danger.btn-outline:hover {
  background: #d9534f;
  color: #fff;
}
.btn-outline:hover {
  box-shadow: none;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
#footer ul li a:hover {
  color: #0066CC;
}
.botimage:hover{
color: #FFF;
background-color: #F26522 !important;
}
.botimage2:hover{
color: #FFF;
background-color: #F26522 !important;
}
.botrojo_timeline:hover {
background: #FF0000; /* Old browsers */
}
.botcont0:hover{
color: #FFF !important;
background-color: #D8A100 !important;
border: 1px solid #D8A100; 
}
.botcont1:hover{
color: #FFF !important;
background-color: #1F2D63 !important;
border: 1px solid #176B80; 
}
.botcont_avariante:hover{
color: #FFF !important;
background-color: #1AADBF !important;
border: 1px solid #FFF;
}
.botrojo_upload:hover {
background: #FF0000; /* Old browsers */
}
.botconfirmar:hover{
color: #FFF !important;
background-color: #F26522 !important;
border: 1px solid #FFF;
}
.botcont2:hover{
color: #FFF !important;
background-color: #F26522 !important;
}
.botcont2verde:hover{
color: #FFF;
background-color: #0099FF !important;
}
.botenlaces:hover{
border: 1px solid #0099FF;
background-color: #FFF !important;
}
a.enlaces:hover {
	color: rgba(0,102,204,1);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.celda a:hover { color:#0066FF !important;}
a.enlacespopy:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 6px 0;
	float: left;
	width: 100%;
}

/*///////////////////////////// FIN HOVER BUTTONS ////////////////////////////////////*/

.boxes_beneficios_tit {float: left; width: 43%; margin: 10px 0 14px 1.2%; clear: none; padding: 6px 0 6px 2%;border-bottom: 1px solid #ccc;font-family: "Open Sans", arial; color: #000; font-size: 1.6em; text-align: left;}
.boxes_beneficios {float: left; width: 45%; margin: 10px 0 14px 1.2%; clear: none; padding: 6px 0 6px 0; border-bottom: 1px solid #ccc; font-family: "Open Sans", arial; color: #000; font-size: 1.6em; text-align: center;}
.boxes_beneficios_extra {float: left; width: 30%; margin: 8px 0 20px 1.2%; clear: none; padding: 16px 0 18px 0;  font-family: "Open Sans", arial; color: #000; font-size: 1.2em; text-align: center;}
.boxes_beneficios_extra i {font-size: 1.8em !important; }
.ordenar {float:right;margin-right:3%; margin-top:-65px; width:14%; }
.selectordenar{
	
font-size:1.1em;
line-height:1.2em;

}
.carrito_container {display: none;}
.carrito_container_escritorio {
float: left;
clear: none;
width: auto;
margin: 12px 0 0px 12px;
padding: 0 0 0px 0;
background-color: #F26522;
display: flex;
align-items: center; 
justify-content: center;
}
.datosformtop {
position: relative;
	float: left;
	width: 70%;
	margin: 20px 0 40px 10%;
	clear: both;
}
.beneficiostop {
	position: relative;
	float: left;
	width: 70%;
	margin: 20px 0 40px 10%;
	clear: both;
}
.datosform {
	float: left;
	width: 50%;
	max-width: 400px;
	clear: both;
	padding: 10px;
	margin: 0 0 10px 23%; 
	border: 1px solid #ccc;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  
}
.caja-imgitem {width: 54%; margin-left:0px; height: auto;/*min-height: 510px;*/ }
.caja-metodos{float: left;clear: none;width: 41%;margin: 20px 0 0 1%; border: 1px solid #ccc; height: auto;}
.caja_itemtxt {float: left; clear: both; width: 90%;margin: 20px 0 10px 4.5%; padding: 10px; height: auto;}
.socialheadermovil {display:none;}
.newsbutton {
  padding:4px 8px 6px 8px;
  margin-left:-6px;  
}
.sidenav {
  height: 100%;
  width: 30%;
  position: fixed;
  z-index: 120;
  top: 0;

  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*overflow-y: auto;*/
}

.qtycontainer {float:left; width:100%; min-height:50px; height:auto; padding:18px 20px 11px 5px; position:relative; text-align:center;display:flex !important;
  align-items: center !important;
  justify-content:center !important;}
.freelogocontainer {width: 100%; clear:both !important;
  display:flex !important;  
justify-content: center  !important; 
align-items: center ;margin-top:0px;}
.freelogo {float:left; position:relative; width: 170px;}
.cantminlogo {position: absolute; top: 15px; right:10px; height:40px;  z-index:10; width:50px; padding: 2px 4px 3px 3px; font-family:"Open Sans", arial; font-size:1.2em; color:#FFF; font-weight:600;}
.breadcrumb {float: left;margin-top:120px; }
.divbannercatspc {margin-top: 125px;width:100%;max-width:1600px; max-height:300px !important; margin-left:0%; display:block; }
	.box {width: 22%;  margin-left: 2%;margin-bottom: 30px; height:auto; }
	.quantity input {
  margin-left: 0px;
}
#headermio {height:auto; margin-top:0px; }
#menu {margin-top:8px;}
.logo {width:22%; max-width:280px;margin-top:14px; margin-left:1%; }
.buscar {display: block;float:left; margin-top:14px; margin-left:2%; width:32%; }
.buscarcel {display: none;}
.btn {padding: 5px 10px !important; margin-top:2px; margin-left:10px;}
.buscafield {width:99%;color:#000; margin-top:0px; margin-left:0;margin-right:0px; float:right;}
.socialheader {display:flex; align-items: center;  width:34%; float:right; margin-right:4.8%; margin-top:10px; max-width:420px; /*justify-content: center;*/}

/*#kantidad { width: 80% !important;}*/
.hiddencelu {display: block;}
.nohiddencelu {display: none !important;}
.btn-default {font-size: .95em !important;}
.typenumber {float:left; clear:both; width:100% !important; color:rgba(51,0,153,1); font-weight:500; font-size:.9em !important; padding:6px; border-radius:6px; }
  .typenumber::-moz-placeholder {color: #999; opacity: 1;}
.typenumber:-ms-input-placeholder {color: #999;}
.typenumber::-webkit-input-placeholder {color: #999;}
.divprecio {font-size:1.6em; text-align:right; line-height:1.4em;}
.flexsliderhide {height: 10px;}
#tricotamarcas {margin:5px 0 0 0;  }
#tricotamarcasmovil {display: none;  }
.container_productos {float: left;width: 94%;margin-top:20px; border-radius:5px; margin-bottom:20px; margin-left:4%; z-index:1; }
.container_productos_sitio {float: left; position:relative; width:86%; margin-top:140px; border-radius:0px; margin-bottom:20px; margin-left:7%; z-index:1;}
.container_productos_productos {float: left; position:relative; width:96%; margin-top:26px; border-radius:0px; margin-bottom:20px; margin-left:1.4%; z-index:1;}
.container_detalle {width:96%; margin-top:150px; margin-bottom:2px; margin-left:2%;  }
.container_vc {width:80%; margin-top:150px; margin-left:10%; }
.celda {float:left;clear:none;width:22% ; margin-left:1%; min-height:430px; margin-bottom:10px;}

#fh5co-hero {float: left;min-height: 200px; height:auto;margin-top:130px;width:100% !important;  }/*1024*/



.topper {margin-top:125px !important;}
.select{
	float:left;
	clear:none;
	margin: 3px 0px 10px 30px;
width:20%;
font-family:"Open Sans", Arial,Helvetica, sans-serif;
font-size:1.1em;
}
.imgbannercats {width:100%; height: auto;} 
.footer {float: left;width: 100%;  color: #000; background-color: #F26522}
.footer-col1{float: left; width: 30%; height: auto; margin: 20px 0 15px 5%; }
.footer-col2{float: left; width: 24%; height: auto; margin: 145px 0 15px 5%; }
.footer-col3{float: left; width: 24%; height: auto; margin: 145px 0 15px 3%; }
.footer-base{float: left; clear: both;width: 90%; height: auto; margin: 20px 0 15px 5%; text-align: center;}
}
@media screen and (min-width: 1300px) {
.ordenar {float:right;margin-right:3%; margin-top:-52px; width:11%; }
.dercolmcstatus {
	float: left;
	width: 50%;
	clear: both;
	padding: 6px;
	margin: 0px 0 10px 2%;
}
.tablas2{
float: left;
	/*width: 1060px;*/
	width:1062px;
	margin: 4px 0 0px 0;
	border:1px solid #C7C7C7;
	border-collapse:separate;
	padding:5px;
	text-align: center;
	font-family: "Open Sans", arial;
	font-size: .8em;
	color: #323232;

}
.datospago { /*1300*/
display: none;
	position: absolute;
	width: 40%;
	margin:220px 0 10px 25%;
	height: auto;
	background-color: #FFF;
	z-index: 20;
	padding: 30px;
	border: 1px solid #ccc;
	
}
.datosformtop {
	float: left;
	width: 60%;
	height: auto;
	margin: 20px 0 40px 17%;
	clear: none;
	padding:30px 10px;
	background-color: #F26522;
	border-radius: 10px;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.beneficiostop {
	float: left;
	width: 100% !important;
	height: auto;
	margin: 20px 0 40px 0;
	clear: none;
	padding:14px 20px;
	background-color: #F26522;
	border-radius: 10px;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.datosform {
	float: left;
	width: 27%;
	max-width: 300px;
	clear: none;
	padding: 10px;
	margin: 0 0 10px 2%; 
	border: 1px solid #ccc;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.leftcolmc {
	float: left;
	width: 33%;
	clear: both;
	padding: 10px;
	margin: 6px 0 0px 0px; 
	border: 1px solid #ccc;
}
.dercolmc {
	float: left;
	width: 62%;
	clear: none;
	padding: 10px 0 10px 0;
	margin: 6px 0 0px 1%; 
	border: 1px solid #ccc;
	
}
.caja-imgitem {width: 55%; margin-left:0px; height: auto;/*min-height: 640px;*/ }
.caja-detalleitem {clear:none; margin-top:0px;width:32%;  margin-left:1%;}
.botones { /*1300*/
display: none;
	position: relative;
	float: left;
	clear: both;
	width: 92%;
	margin:20px 0 10px 1%;
	height: auto;
	background-color: #FFf;
	z-index: 20;
	padding: 10px;
	border: 1px solid #ccc;
	
}
.caja-metodos{float: left;clear: none;width: 33%;margin: 20px 0 0 1%; border: 1px solid #ccc; height: auto;}
.sidenav {
  height: 100%;
  width: 30%;
  position: fixed;
  z-index: 120;
  top: 0;

  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*overflow-y: auto;*/
}
.miautoplay {max-height:160px; margin-top:10px; margin-bottom:25px;}
	#headermio {height:auto; margin-top:0px !important; min-height: 90px !important; }
	.logo {width:25%; max-width:300px;margin-top:12px; margin-left:7%;}
	.logo img { width:100%; max-height:65px}
	.buscar {float:left; margin-top:19px; margin-left:5%; width:30%; margin-bottom: 16px; }
	.socialheader { width:27%; float:right; margin-right:4.4%; margin-top:18px; max-width:350px;}
#tricotamarcas {margin:5px 0 0 0;  height:auto; }
#tricotamarcasmovil {display: none;}
.container_productos {width: 90%;margin-top:25px; border-radius:15px; margin-bottom:20px; margin-left:5%; z-index:1; }
.container_productos_sitio {float: left; position:relative; width:90%; margin-top:140px; border-radius:0px; margin-bottom:20px; margin-left:5.5%; z-index:1;}
.container_productos_productos {float: left; position:relative; width:86%; margin-top:26px; border-radius:0px; margin-bottom:20px; margin-left:8%; z-index:1; }
.celda {float:left;clear:none;width:22% ; margin-left:1.3%; min-height:430px; margin-bottom:20px;}/*1300*/
.celda span { font-size:.9em; font-weight:500; line-height:.8em !important;}

#fh5co-hero {float: left;min-height: 200px;margin-top:140px;width:100% !important;  }

.hiddencelu { float:left;display: block; height:400px; margin-top:400px; background:rgba(0,255,0,1);}
.nohiddencelu {display: none !important;}
.topper {margin-top:155px !important;}

.footer {float: left;width: 100%;  color: #000; background-color: #F26522}
.footer-col1{float: left; width: 30%; height: auto; margin: 20px 0 15px 5%; }
.footer-col2{float: left; width: 24%; height: auto; margin: 80px 0 15px 9%; }
.footer-col3{float: left; width: 24%; height: auto; margin: 80px 0 15px 3%; }
.footer-base{float: left; clear: both;width: 90%; height: auto; margin: 20px 0 15px 5%; text-align: center;}

}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}



@keyframes itermitente {
0% {opacity:0}
50% {opacity:1}
100% {opacity:0}
}



@keyframes parpadeo {
0% {opacity:0}
100% {opacity:1}
}

.thumb {transition:.2s all}
.thumb:hover {
animation-name:parpadeo;
animation-duration:.5s;
}


/*TRIAX ACA ESTA EL TEMA DEL MENU*/

.tituprod {font-size:1em;}
.tit_detalle {font-family: "Open Sans", arial; color: #000; font-size: 1.6em; line-height: .8em !important;}


.whatsapp {background:#252a30; color:#fff; text-align:center; padding:10px}

.active {background:#b1c900 !important}

.subrayado {border-bottom:1px solid #ccc;}
.thumb1 {float:left; width:15%;}
.thumb2 {float:left; width:80%;}
p {font-size:14px;}
.precio {font-size:40px;}
.label {background:none; color:#000; font-size:1em;}

.bold {font-weight:bold; font-size:1.4em;}
.precio2 {background:#b1c901; text-align:center; color:#fff;}

.paddingDer {padding:10px; border-right:1px solid #ccc;}
.marginBottom {margin-bottom:20px;}

.label {border-radius:0; padding:4px 10px;}



.thumb {cursor:pointer;}
.thumb1 {width:20%; float:left;}
.thumb2 {width:80%; float:left;}
.thumb2 img {max-width:90%; max-height:80%;}
.dir {width:200px; height:70px; background:none; padding:10px; text-align:center; color:#fff;}


#tricotamarcas div {margin:0; padding:0; color:#000000;}
#tricotamarcas img {width:100%; height:180px;}
#tricotamarcasmovil div {margin:0; padding:0; color:#000000;}
#tricotamarcasmovil img {width:100%; height:180px;}

.form-group1 {width:65%; float:left;}
.form-group2 {width:20%; float:left;}

.tituCentral {color:#000; text-align:left; border:0; font-family:"Open Sans";}
.usuario * {border:1px solid red; display:none;}


.titulink {position:absolute; bottom:0; padding:10px; width:100%; font-family:"Open Sans"; font-weight:300;}
.titulink {}
.titulink {text-align:right;}

.tituCentral::before {
content: "";
display:inline-block;
border-bottom:1px solid #fff;
width:40%;
}
.tituCentral::after {
content: "";
display:inline-block;
border-bottom:1px solid #fff;
width:40%;
}

#marcas img {width:100%;}
#marcas {background:transparent;}
#marcas h1 {color:#fff; text-align:center;}


.h1Label {margin:40px 0;}

.primero, .segundo {font-size: "Open Sans"; font-size: 4em; color:#000; font-weight:100; letter-spacing:-2px; padding:0; margin:0;}
.segundo {margin-left:20%; font-size:4.5em; margin-top:-20px; font-weight:300; color:#fff;}

.wrap {padding:5%;}


  h1.tituCentral::before, .tituCentral::after {display:none;}
  h1.tituCentral {margin-top:0px; padding:20px 10px 10px 10px; background:#999; display:inline-block;}
  h4.tituCentral::before, .tituCentral::after {display:none;}
  h4.tituCentral {margin-top:0px; padding:20px 10px 10px 10px; background:#999; display:inline-block;}


.labelMarcas {padding:10px; margin-top:40px; color:#000;}

.form-control {background: #fff;}



h3 {color:#fff; font-weight:300; font-size:1.2em;}


.tituCuatri > span {font-size:.8em; color:rgb(255,255,255,1); font-weight:100;}
.tituCuatri {width:90%;}
.titunota {font-size:1.24em; font-weight:100;}
.titunota {text-align:center;}
.ante {border-bottom:1px solid #ccc;}
span[class^="icon"] {color:green; font-size:1.3em;}
.light {font-weight:300; font-size:1.2em;}
.dir {width:100%; font-weight:500;}
.dir span {color:yellow;}

.h1LabelLeft {text-align:left; border-bottom:1px solid #ccc; margin:30px 0;}
.uperTexto {font-size:2em; font-weight:100; text-align:center;}
.label {border-bottom-right-radius:8px; border-top-left-radius:7px;}
.consultarPrecio a {padding:20px 60px; background:#000; color:#fff;}


.notaTop {margin-top:150px;}











p {color:#000}

h6 {font-weight:bold !important; font-size:16px !important}
p {padding-left:10px; border-left:0px solid #ccc}

h6 {font-weight:500 !important; color:#000}


input[name="clave"] {width:98% !important; border-radius:0; background:#fff;}
#fh5co-hero .btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
	border-radius:0 !important;
	border:0 !important
}

.slick-slide {border:0 !important}

/*.slick-track {border:2px solid}*/
.tituCentral {background:none !important; color:#000; font-family:"Open Sans"; font-weight:500;}
.slick-track {border:0 !important}

.overTop {position:absolute; left:-100%; transition:.2s all; width:100%; height:100%; background: rgb(0,0,0,.5); color:#fff !important; top:0}
.overTop p {color:#fff}
.overTop {left:0}

.tituCentral {margin:20px auto !important; border-bottom:1px solid #ccc;}

.labelMarcas {color:#666 !important;}
.titulink span {color:#fff}
span[class^="icon"] { 
    color:#0066FF;
    font-size: 1.3em;
}
.boxcolor2 {margin:1px; float:left; border-radius:0px; margin-right:20px; width:170px; height:20px;}
.renglo span {color:#000 !important}
#kantidad {
    background: #fff;
	font-size:20px;
	width:50%;

}
.cesta {text-align:right; height:100px; padding:2.9em 0}
input {background:#fff !important}
.sf-menu a {color:red; font-size:.8em !important}
.sf-menu li a {padding: .5em 1.2em !important;}
.boxcolor2 {width:30px; height:30px; margin:1px 10px 0 0; float:left; border-radius:15px; cursor:pointer}
#colorespedidos {display:none}
.cajacolor {clear:both; padding:0 !important; margin:0 !important; cursor:pointer}
.color {font-size:12px}
.pic {width:20px; height:15px; float:left; margin-right:10px}
.precio2 {display:none}

.cajacolor span {padding:.7em; display:block}


/*.slides li {background-size:100% !important; background-position:bottom !important}*/
input {background:transparent !important}







.thumb1 {overflow-y:auto; overflow-x: hidden; height:420px}
.thumb2 {height:420px; background:#fff;
display:flex; justify-content: center; align-items: center;}
.thumb2 img {border:0; margin:auto 0 auto; display:block-inline}
.cajacolor {border-bottom:1px solid #ccc; padding:3px 0 !important}
input {border:1px solid}
.boxcolor2 {border:1px solid; height:20px; width:20px !important; 
  float:none !important; float:right !important}
.celda2 {border-right:10px solid #f5f5f5; height:340px; background:#fff; margin-bottom:10px; padding:0 !important}
.buscar input[type="text"] { border-radius:10px; background:#fff !important}
.btn-warning {border-radius:25px !important;}

/*#fh5co-header-section {background: rgba(97,124,199,1) !important}*/


.celda2 .col-md-12 {padding:0}
.thumbnail {border-radius:0}
.celda2 h2 a {font-size:12px; display:block; padding:0 20px}

.celda3 {border-top:1px solid #ccc; 
  border-right:0px solid #ccc; height:300px}
.celda3 {height:350px !important; padding:0; border-right:0}
.celda3 h2 {font-size:14px}
.thumb1 {height:auto; background: #fff; text-align:center;}
.thumb1 img {border-bottom:1px solid #fff; border-right:1px solid #fff; max-width:100%; max-height:200px; margin:4px; }



@media screen and (max-width: 468px) {

.celda3 {height:250px !important; padding:0; border-right:0}
.celda3 h2 {font-size:14px;}



}
