/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;	
	list-style: none;
    outline: none;
    text-decoration: none;	
}
body {
	color: black;
	font-family: 'Lato', sans-serif;
	background-color: #fff;
}
a {
    cursor: pointer;
    color: inherit;
}
/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 10px #888888;
	z-index: 100;
}
header .content {
	position: relative;
}
header .logo a {
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
header .share {
	position: absolute;
	right: 10px;
	top: 15px;
}
header .content .suscribirme {
    position: absolute;
	right: 80px;
	top: 2px;
    background-color: #00a651;
    border: 1px solid #00a651;
    border-radius: 8px;
    color: #fff;
    display: block;
    height: 40px;
    width: 100px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 37px;
    font-weight: 400;
    float: right;
    margin: 7px 12px 8px 0;
}
header .suscribirme li {
    color: #fff;
}
header.suscribirme li a {
    color: #fff;
}
header .share li {
	display: inline-block;
}
header .share li a {
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	background-size: auto;
	background-repeat: no-repeat;
}
article .share {
	margin: 10px 0;
}
article .share li {
	display: inline-block;
	margin: 5px;
}
article .share li a {
	height: 50px;
	display: block;
	line-height: 50px;
	padding: 0 15px 0 50px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: border ease 1s;
	border-radius: var(--boxRadius);
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.twitter {
	background-image: url(../img/ui/share_twitter.svg);
}
.share li a.whatsapp {
	background-image: url(../img/ui/share_whatsapp.svg);
}
main {
	padding-top: 80px;
    padding-bottom: 30px;
    background-color: #FFF;
}
section {
	color: white;
	padding: 10%;
	background: var(--accentColor);
}
section h1 {
	font-size: 40px !important;
}
article .content {
	max-width: 800px;
	width: 90%;
	margin: auto;
	padding: 10px 0 0 0;
    /*background: #F0F0E7;*/
}
article .intro {
    max-width: 490px;
    min-height: 300px;
    margin: 0 auto;
    font-family: 'NotoSerif-Bold' "
}
article .intro .logo {
    width: 100%;
    height: 100%;
}
article .intro .logo object {
    width: 100%;
    height: 100%;
 }
article .intro p {
    font-size: 20px;
    line-height: 21px;
    color: #364154;
    margin: 20px 10px 10px 10px;
}
article .intro strong a, .btn-iva {
    height: 35px;
    width: 250px;
    display: block;
    color: #364154;
    font-weight: bold;
    line-height: 35px;
    font-size: 14px;
    background-color: #D7D7D7;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    align-content: center;
    margin: 40px auto 40px auto;
    cursor: pointer;
}
.btn-iva {
    margin: 15px 0 0 85px;
    width: 180px;
    height: 30px;
    padding-bottom: 10px;
    line-height: 2.1;
    float: left;
}
article .intro strong a:hover {
    background-color: #666;
    color: #fff;
}

article .categorias {
    max-width: 800px;
    height: 100%;
    margin: 15px auto 20px auto;
   /* background: yellow;*/
}
article .categorias p {
    color: #364154;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    border-bottom: 3px solid #d7d7d7;
    margin: 0 0 5px 0;
}
article .categorias .list {
	width: 100%;
    min-height: 60px;
    /*background: #ccc;*/
    text-align: center;
    margin-bottom: 10px;
}
article .categorias .list :hover {
    background: #999;
}
/*article .categorias .list .controles-previous {
	max-width: 35px;
    min-height: 60px;
    background: red;
    margin: 0 0;
    padding: 0 0;
    display: none;
    cursor: pointer;
}
article .categorias .list .controles-next {
	max-width: 35px;
    min-height: 60px;
    background: red;
    margin: 0 0;
    padding: 0 0;
    display: none;
    cursor: pointer;
}*/
article .categorias .list li {
	width: 156px;
    min-height: 60px;
	display: inline-flex;
	vertical-align: top;
    background: #D7D7D7;
    cursor: pointer;
    color: #364154;
    margin-right: 2px;
    border-bottom: 2px solid #ccc;
}
article .categorias .list .current {
    background: #666;
    color: #fff;
}

article .categorias .list .current .icon:hover,
article .categorias .list .current .icon img:hover,
article .categorias .list .current .tab:hover {
    background: #666;
    color: #fff;
}

article .categorias .list li .icon {
    display: block;
    margin: auto 0;
    font-size: 14px;
    width: 40px;
	letter-spacing: -1px;
}
article .categorias .list li .tab {
    margin: auto 0;
    max-width: 100px;
    display: block;
    font-size: 14px;
    line-height: 12px;
	font-weight: 800;
    text-align: left;
}
article .categorias .list li:hover {
    color:#fff;
}
article .categorias .list li .tab .current {
    color: #fff;
}
article .categorias .subcategorias {
    text-align: left;
    padding: 5px 0;
    width: 100%;
    max-height: 100px;
    z-index: 10;
    overflow-y: auto;
}

article .categorias .subcategorias .list-group .list-group-item {
    background: #FFFFFF;
    color: #364154;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #DDDDDD;
}

article .categorias .subcategorias .list-group .list-group-item.current,
article .categorias .subcategorias .list-group .list-group-item:hover {
    background-color: #D7D7D7;    
}

article .slider-products {
    max-width: 800px;
    margin: 15px auto 15px auto;
   /* background: pink;*/
}
article .slider-products .container-products {
    max-width: 100%;
    height: 285px;
    margin: 0 0 15px 0;
    overflow-y: auto;
}
article .slider-products .container-products table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
    font-size: 15px;
}
article .slider-products .container-products table th, td {
    text-align: left;
    padding: 2px 5px;
    height: 40px;
    border-bottom: 1px solid #ddd;
}
article .slider-products .container-products table .checked td {
    opacity: 0.4;
}
article .slider-products .container-products table .checked td.information {
    opacity: 1;
}
article .slider-products .container-products table tr:hover {
    background-color: #ecebeb;
}
article .slider-products .container-products object {
    max-height: 30px;
}
article .slider-products .container-products .icon {
    width: 30px;}
article .slider-products .container-products .fill {
    width: 80px;
    max-height: 70px;
}
article .slider-products .container-products .fill input {    
    height: 26px;
    font-size: 13px;
     font-weight: 700;
    background-color: #d7d7d7;
	border: none;
    border-radius: 25px;
	padding: 3px 3px;
	margin: 8px auto;
	width: 80px;
    text-align: center;
    overflow: hidden;
    color: #364154;
}
article .slider-products .container-products .fill input img {
    height: 25px;
    width:25px;
    margin: auto auto;
    position: absolute;
    right: 5px;
    top:13px; 
}
article .slider-products .container-products .information {
    height: 26px;
    width: 30px;
}
article .slider-products .container-products .information img{
    cursor: pointer;}
article .slider-products .container-products .add-delete {
    height: 26px;
    width: 80px;
    cursor: pointer;
}
article .slider-products .container-products .add-delete a {
    padding: 5px 8px;
    color: #364154;
    font-weight: bold;
    font-size: 14px;
    background: #D7D7D7;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    margin: 10px auto 10px auto;
    border-radius: 20px;
}
article .slider-products .container-products .add-delete a:hover {
    background: #999;
    color: #fff;
}
/*article .slider-products .container-products table tr:nth-child(even){
    background-color: #f2f2f2
}*/
article .slider-products p {
    color: #364154;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    border-bottom: 3px solid #d7d7d7;
    margin: 0 0 15px 0;
}
article .slider-products strong {
    color: #364154;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
}
article .cart {
    width: 290px;
    height: 95px;
    align-content: center;
    margin: 30px auto 10px auto;
    position: relative;
/*
    background: springgreen;
*/
}
article .cart a {
    background-color: #ccc;
    color:#fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    width: 190px;
    height: 40px;
    text-align: center;
    padding: 14px 0 0 0;
    font-weight: 700;
    position: absolute;
    top:13%;
    left:15%;
}
article .cart a:hover {
    background: #666;
    color: #fff;
}
article .cart a img {
    left: 4px;
    position: absolute;
    top: 6px;
}
article .cart .cart-counter {
    width: 50px;
    height: 50px;
    background-color: #8d8d8d;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    left: 64%;
    top: 25px;
    padding: 13px 0;
}
article .cart .cart-counter p {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    max-height: 45px;
    padding: 10px auto 0 auto;
    margin: auto auto;
    text-align: center;
    height: 15px;
}
.suscribe {
	width: 90%;
	max-width: 350px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	background: #f0f0f0 ;
	border-radius: 25px;
}
.suscribe h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.suscribe a {
	height: 40px;
	display: block;
	line-height: 40px;
	color: white;
	margin-top: 20px;
	font-weight: bold;
	background: #9dc34f;
	border-radius: 25px;
}
footer {
    position: relative;
	padding: 20px;
    background-color: #666;
}
footer .main {
    max-width: 800px;
    margin: 0 auto;
}
footer .main p {
    color: #fff;
	font-size: 9px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p a {
    text-decoration: underline;
    color: #fff;
}
footer .main p span {
    color: #a5a5a5;
}
/*RESPONSIVE*/

@media (max-width:400px) {
.list li {
    width: 80%;
	}
article .intro {
    min-height: inherit;}
article .intro p {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 10px 10px 5px;    
}
article .intro strong a {
    margin: 20px auto 0 auto;}
article .slider-products .container-products table {
    font-size: 12px;
    line-height:13px;}
    article .slider-products .container-products .icon {
    display: none;}
article .slider-products .container-products table th, td {
    padding: 0 0 0 2px;
}
    
article .slider-products .container-products .fill {
    width: 40px;
    max-height: 50px;
}
article .slider-products .container-products .fill input {    
    height: 20px;
    font-weight: 700;
    margin-right: 3px;
}
article .slider-products .container-products .fill input img {
    height: 25px;
    width:25px;
    margin: auto auto;
    position: absolute;
    right: 5px;
    top:13px; 
}   
article .slider-products .container-products .add-delete {
    height: 24px;
    width: 60px;
    padding: 0 5px 0 0;
} 
article .categorias .list li {
    width: 100%}
/*article .categorias .list .controles-previous {
    display: block;
    float: left;
}
article .categorias .list .controles-next {
    display: block;
    float: right;
}*/
/*.list li a {
	min-height: 200px;	
	display: block;
	text-align: left;
	color: white; */
}
@media (min-width:501px) {
.phone {
    display: none !important;
	}
}
@media (max-width:500px) {
.desktop {
    display: none !important;
}
}

@media (max-width:880px) {
    .popup-content {
        width: 95% !important;
    }
}

@media (max-width: 480px) {
    .btn-iva { display: none; }
}

.modal-instrucciones p {
    text-align: center;
    max-width: 80%;
    margin: 20px auto 10px !important;
}