*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*html, body, .container,*/ .scroller {
	height: 100%;
}
.black{color: #fff;}

.scroller {
	overflow-y: scroll;
}

.scroller,
.scroller-inner {
	position: relative;
}

.container {
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
} .ImgLogo{ display: none !important}
    .IcoConfig{display: none !important}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
        left: 0;
	z-index: 999;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,1);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
        text-align: left;
}


.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}


/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}


.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}



.mp-menu ul li > a {
	display: block;
	padding: 0.7em 1em 0.7em 1.8em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1em ;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
        text-transform: capitalize;
}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	font-family: 'Linearicons-Free';
	position: absolute;
	content: "\e876";
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}





/*item*/
#carrito{overflow: hidden;}
.img-deficiencias{width: 100%;}
.form-col-2{width: 45%;display: inline-block;}
.col-igual{width: 6%; display: inline-block;margin-top: 0;position: relative;font-size: 40px;bottom: 10px;margin: 0;padding: 0}
.tanamo-tabla{width: 90%;margin:0 auto;margin-top: 20px;box-sizing: border-box;}
.tanamo-tabla > div{border: 1px solid #cecece;padding: 20px 20px 40px;border-radius: 5px;margin-top:100px;}
.titulo-tabla-conversiones{margin: 20px 0 30px;}

.right-2{text-align: right !important;}
.titulo-etapas{margin-top: 25px}
.fa-check{color:#008000;}
.fa-times.at{color: #ff6d6d;}

/*menu*/
.active{
	transform: translate3d(0px, 0px, 0px) !important;
	transition: ease-in-out .5s;

}

.color-red3{color: #000;}
.fas.fa-shopping-cart.aa{color: #000;}
.circle-9{
	background: #000;  
	color: #fff;
        padding: 2px 6px;
        border-radius: 100px;
        font-weight: 500;
        font-weight: bold;
}
#accordian {
        transition: ease-in-out .5s;
        background: #fff;
		height: 100%;
        width: 250px;
        color: white;
        position: absolute;
        z-index: 99999;
       -webkit-transform: translate3d(-100%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
       transform: translate3d(-100%, 0, 0);
}

#accordian > ul{
	padding: 0px;
	margin:0;
	text-align: left;
}

#accordian h3 a {
        padding: 0 10px;
        font-size: 12px;
        line-height: 34px;
        display: block;
        color: #383838;
        text-decoration: none;
}

#accordian h3:hover {
	background: #cecece;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
        margin-right: 10px;
}

#accordian li {
            list-style: none;
}

#accordian ul ul li a,
#accordian h4 {
         color: #383838;
        text-decoration: none;
        font-size: 11px;
        line-height: 27px;
        display: block;
        padding: 0 15px;
        transition: all 0.15s;
        position: relative;
}

#accordian ul ul li a:hover {
        background: #cecece;
        border-left: 5px solid #717171;
}

#accordian ul ul {
        display: none;
}

#accordian li.activoul>ul {
        display: block;
        max-height: 150px;

        overflow-y: auto;
}
.scrol{height: auto !important;
    overflow: unset !important;}

#accordian ul ul ul {
        margin-left: 15px;
        border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
        font-family: fontawesome;
        content: "+";
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 14px;
}

#accordian .activoul>a:not(:only-child):after {
        content: "-";
}
.sombra{
	background: #5a59569e;
	width: 100%;
    height: 100%;
    position: absolute;
    transition: ease-in-out .5s;
    z-index: 1;
}
.menu-bars{
	color: #fff;
	font-size: 35px;
	position: relative;
	/*bottom: 15px;*/
}

.buscar-input{width: 100%;}

.buscar-button{width: 20%;}
input:focus, select:focus, textarea:focus{
	border: 1px solid #686157;
    outline: none;
    border: 0;
}
.fontAwesome {
    font-family: "Font Awesome 5 Free";
}

.col-2{
		width: 48%;
		display: inline-block;
		vertical-align: middle;
}

.padding-titulo{
	padding: 30px 0
}

.titulo-1{
	margin:30px;
	text-transform: uppercase;
}

.contenido{
	margin:0 auto;
	width: 80%;
	text-align: center;
}



/*modal*/
.wrapper {
  width: 90%;
  /*max-width: 800px;*/
/*  margin: 4em auto;*/
  text-align: center;
}

/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
    z-index: 0; /* 1 */
    top: 0;
    visibility: hidden;
    width: 75%;
    max-width: 480px;
    height: auto;
	left: 0;
	right: 0;
	margin: auto;

}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-heading{
	overflow: hidden;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  margin-bottom: 4rem;
  width: 100%;
 /* padding: 10px;*/
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal-imagen{padding-top: 10px}

.modal-formulario-modal{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-top: 2px solid #cecece;
}
.line-block{
	display: inline-block;
}

.modal-formulario-modal > form > div >input{
	width: 100%;
	background: #fff;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
  border-radius: 5px;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}
.modal-content{text-align: left;}

.tamano-imagen-modal{
	width: 50%;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.bottom{
   bottom: 6px;top: inherit;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

.btn-restar, .btn-sumar{
	width: 25%;
}
.borde{
    border: 1px solid #cecece;
    width: 32%;
    margin-left: 30px;
    border-radius: 5px;

}
.btn-modal{
	color: #61a22e;
    background: #fff;
    padding: 7px 0;
    font-weight: bold;
    font-size: 30px;
    border-width: 0;

}
.btn-agregar{
    background: #61a22e;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 20px;
    border-width: 0;
    border-radius: 5px;
    width: 100%;
}
.btn-agregar:hover {
    background: #5bdee3;
}
.div-modal-compra{
}

.vertical-midle{
	vertical-align: middle;
}
.sin-margen{
	border: 0px solid !important;
	margin-bottom: 1px;
	text-align: center;
        
}
.linea{
	color: #cecece;
}
.float-left{float: left;}
.float-right{float: right;margin-right: 30px;    position: relative;    bottom: 15px;}

.producto_agotado{
position: absolute;z-index: 999999; top: 30%;transform: rotate(-28deg);    color: #f00;    font-size: 3em;
}
.modal-header > a > i{ color: #ed6565 }


.alert {
  padding: 5px;
  background-color: #61a22e;
  color: white;
  width: 32%;
  margin-left: 30px;
  border-radius: 5px 5px 0px 0px;
 
}
.closebtn {
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  cursor: pointer;
  width:10%;
  display: inline-block;
}
.span2{width:100%;font-size: 15px;
  display: inline-block;}
  
.closebtn:hover {
  color: black;
}

/*codigo*/

span.modal-close.codigo{
    color: #ed6565;
    cursor:pointer;
     padding: 0;
    padding-top: 10px;
}
span.modal-close.codigo:hover{
    color: #000;
    cursor:pointer;
}
.nu-codigo{
    font-size:35px ;
}
.top-codigo{top: 9em !important;}
.zoom {
  transition: transform .9s;
  cursor:pointer;
}
.zoom:hover {
    color:#ed6565;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

/*album*/

.slider {
		width: 70%;
		position: relative;
		padding-top:70%;
		margin: auto;
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	.slider>img {
		position: absolute;
		left: 0; right: 0; top: 0;
		margin-left: auto; margin-right: auto;
		/*transition: all 0.5s;*/
	}
	.slider input[name='slide_switch'] {
		display: none;
	}
	.slider label {
		margin: 18px 0 0 18px;
		border: 3px solid #999;
		cursor: pointer;
		transition: all 0.5s;
		opacity: 0.5;
		height: auto;
		max-width: 30%;
                height: 100px;
	}
	.slider label img {
		display: block;
		max-width: 100%;
		max-height: 100%;
	}
	.slider input[name='slide_switch']:checked+label {
		border-color: #ed6565;
		opacity: 1;
	}
	.slider input[name='slide_switch'] ~ img {
		opacity: 0;
		z-index: -1;
		
	}
	.slider input[name='slide_switch']:checked+label+img {
		opacity: 1;
		width: 100%;
	}
	.img-foto{
		width: 100%;
	}


/*card version 2*/

 .card-2 {
	width: 48%;
    display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.card-contenido-2{
	padding: 10px;
	/*height: 250px;*/
	margin-bottom: 4px;
	border:1px solid #cecece;
}
.card-contenido-2 > h2 {
	color: #000 !important;
}
.card-contenido-2-img{
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
	height: 300px;
	margin-bottom: 4px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: ease-in-out .5s;

}
.card-fondo-negro{
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	max-height: 300px;
}
.titulo-card-2{
	padding-top: 30%;
	color:#fff;
    transition: ease-in-out .5s;
    font-weight: 300;
    font-size: 1.2em;

}
.card-2:hover .titulo-card-2{
	padding-top: 20%;
    transition: ease-in-out .3s;

}
.desc-card-2{
	color: #fff;
}
.linea-card{
	opacity: 0;
	color: #fff;
    transition: opacity 0.35s, transform 0.35s;
    width: 50%;	
}
.card-2:hover .linea-card{
	opacity:1;
	border:1px solid #fff;
	width: 70%;	
  	transition: opacity 0.35s, transform 0.35s;
}


/*paginacion*/
.tp {
    width: 100%;
    overflow-y: hidden
}
.content-table {
    border-collapse: collapse;
    margin: 25px 0 10px;
    font-size: 0.9em;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden
}
tr.tabla-menu > th{padding: 15px 0 0 }
td{    border: 1px solid #dddddd;}
.content-table thead tr {
    background-color: #61a22e;
    color: #ffffff;
}
.content-table th, .content-table td {
    padding: 15px 10px;
    text-align: center;
}
.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #61a22e;
}
#pagination {
    text-align: left
}
#pagination a {
    display: inline-block;
    margin-right: 5px;
}
.btn-paginacion {
    padding: 10px;
    background: #61a22e;
    color: #fff;
}


.col-70{
   width: 30%; display: inline-block;overflow: hidden
}
.col-70:first-child{
width: 65%;
}
.card-agregar {
    border: 3px solid #61a22e;
    margin: 10px;
}
.modal-total{
   padding: 10px 0;
}.modal-total  input{width:55%;}
@media screen and (max-width: 768px){
	
}
@media screen and (max-width: 660px){
	.card-contenido-2-img{
		height: 250px;
	}
	.card-fondo-negro{
	max-height: 250px;
}
}
@media screen and (max-width: 580px){
	.alert,.borde{width: 38%;}
}

@media screen and (max-width: 480px){
	.card-contenido-2-img{
		height: 200px;
		font-size: 1em;
	}
	.card-fondo-negro{
	max-height: 200px;
}
	.none{display: block;}
	.modal{width: 95%;}
	.modal-wrapper{top: 1em;margin-bottom: 20px}
        .alert,.borde{width: 40%;}
        
        
}
@media screen and (max-width: 360px){
	.card-contenido-2-img{
		height: 150px;
	}
.card-fondo-negro{
	max-height: 150px;
}
	.col-igual{left: -6px}
	.btn-agregar{font-size: 15px}
	.btn-modal{font-size: 15px;}
	.modal{
		width: 99%;
	}
        .alert,.borde{width: 45%;}
}
