header {
	width: 100%;
	min-height: 140px;
	background-color: #fff;
}
.headerTop {
	width: 100%;
	min-height: 120px;
}
.logoHeader {
	padding: 20px 0;
}
.logoHeader img {
	height: 80px;
	width: auto;
}
.headerBottom {
	width: 100%;
	height: 52px;
	background-color: var(--amarillo);
}
nav.mainMenu ul {
	list-style: none;
}
nav.mainMenu ul li {
	float: left;
	transform: skew(-15deg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
nav.mainMenu ul li a {
	display: block;
	padding: 14px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	transform: skew(15deg);
	font-weight: 700;
}
nav.mainMenu ul li:hover {
	background-color: #666;
	color: #fC0;
}
nav.mainMenu ul li.horario {
	display: block;
	padding: 16px 0px 0 25px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	transform: skew(0deg);
	font-weight: 700;
	border-left:none;
	border-right: none;	
}
nav.mainMenu ul li.activo {
	background-color: #666;
	color: #fC0;
}
nav.mainMenu ul li.activo a {
	color: #fc0;
	font-weight: 700;
}
nav.mainMenu ul li:hover a {
	color: #fc0;
	font-weight: 700;
}
ul.datosHeader {
	list-style: none;
	margin-top: 5px;
}
ul.datosHeader li {
	transform: skew(-15deg);
	background-color: #666;
	color: #fff;
	margin-bottom: 3px;
}
ul.datosHeader li span {
	display: block;
	padding: 5px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	transform: skew(15deg);
	font-weight: 400;	
}
ul.datosHeader li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;	
}
ul.datosHeader li#d1 {
	width: 93%;
}
ul.datosHeader li#d2 {
	margin-left: -10px;
	width: 93%;
}
ul.datosHeader li#d3 {
	margin-left: -20px;
	width: 93%;
}
ul.datosHeader li#d3 a {
	color: #fff;
}
/*************** CAJAS HOME ************/
.cajas {
	width: 100%;
}
.caja {
	float: left;
	width: 33.33%;
}
.caja img {
	width: 100%;
	height: auto;
}

.menuWraper {
	float: left;
	width: 410px;
	height: 40px;
	margin: 0px 0 0 10px;
}
.menuWraper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menuWraper ul li {
	float: left;
}
.menuWraper ul li a {
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--amarillo);
	text-decoration: none;
}
.menuWraper ul li a:hover {
	color: #fc0;
}

.cajaCarrito {
	float: right;
	width: 200px;
	height: 30px;
	background: #fff;
	margin-top: -1px;
}
.linkCarro  {
    padding: 0px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    color: #666666;
}
.linkCarro .items-cart-inner {
    position: relative;
}
.linkCarro .items-cart-inner .total-price-basket {
    padding: 6px 15px;
    font-family: 'FjallaOneRegular';
    text-transform: uppercase;
    float: left;
}
.linkCarro .items-cart-inner .basket {
    float: right;
    background: #efefef;
    border-left: 1px solid #e1e1e1;
    padding: 6px 15px;
}
.linkCarro .items-cart-inner .basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 21px;
    position: absolute;
    right: 33px;
    top: -13px;
    width: 21px;
    background: #f1c40f;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.busqueda {
	width: 300px;
	height: 30px;
	float: right;
	margin-top: 6px;
	margin-right: 23px;
}
.search-field {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding:7px 13px;
    width: 67%;
}
.search-button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 7px 19px 7px 13px;
    text-align: center;
    background: #f6f6f6;
    border-left: 1px solid #E0E0E0;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.search-button:after {
    color: #b2b2b2;
    content: "\f002";
    font-family: fontawesome;
    font-size: 13px;
    line-height: 9px;
    vertical-align: middle;
}
.sectionCategorias {
	width: 100%;
	min-height: 300px;
	background: #f7f7f7;
	padding-top: 20px;
}
.separador20 {
	width: 100%; height: 20px;
}
.wraperTitulo {
	width: 96%;
	margin: 10px auto;
	background-color: #eee;
}
.tituloSection {
	font-size: 18px;
	font-weight: 700 !important;
	padding: 10px 0 10px 20px;
	text-align: left;
	background-color: var(--amarillo);
	color: var(--azul);
	width: 400px;
	border-left: 15px solid var(--azul);
}
.categoriasHome {
	min-height: 230px;
}
.itemCatsHome {
	border:1px solid #ccc;
	margin: 10px 10px;
}
.itemCatsHome img {
	width: 100%;
	height: auto;
}
.titCatHome {
	width: 100%;
	display: table;
	background: #fff;
}
.titCatHome span {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.titCatHome span a {
	color: #000;
	text-decoration: none;
}
.welcome {
	width: 100%;
	height: 300px;
	background-image: url('../img/bg_articulos.jpg');
	background-attachment: fixed;
	padding: 30px 20px;
}
.sliderWelcome {
	width: 100%;
	text-align: center;
}
.sliderWelcome img {
	width: 100%;
	height: auto;
}
.bienvenida {
	color: #fff;
}
.bienvenida h1 {
	font-size: 38px;
	color: #fff !important;
	font-weight: 900;
	margin:0 0px 15px 0px;
}
.bienvenida h1 span {
	color: #fc0;
}
.bienvenida p {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}
.articulosHome {
	width: 100%;
	min-height: 400px;
	background: #eee;
	padding-bottom: 20px;
}
.articuloHome {
	background: #fff;
	border:1px solid #fff;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 375px;
}
.fotoArticuloHome img {
	width: 100%;
	height: auto;
}
.infoArticuloHome {
	width: 100%;
	background: var(--amarillo);
	display: table;
}
.infoArticuloHome span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}
.infoArticuloHome span a {
	color: var(--azul);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.sumillaArticuloHome {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	min-height: 150px;
}

footer {
	background: #000;
	padding:15px 0 15px 0;
	width: 100%;
	min-height: 200px;
}
.txtFooter {
	color: #fff;
	font-size: 13px;
}
.blanco {
	color: #fff !important;
}
.creditos {
	background: #201e1e;
	color: #fff;
	font-size: 13px;
	padding: 10px 0;
}
.bannerSeccion {
	width: 100%;
	min-height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.bannerSeccion::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(1, 0, 119, 0.6);
	position: absolute;
	left: 0;
	top: 0;
}
.bannerSeccion .container {
	position: relative;
	z-index: 1;
}
.bannerSeccion img {
	width: 100%;
	height: auto;
}
.h1Seccion {
	font-size: 44px;
	font-weight: 900;
	color: #000;
	margin: 0;
	padding:10px 0;
	border-bottom: 1px solid var(--amarillo);
}
.textoSeccion {
	color: #000;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 10px 10px 10px;
}
.centrado {
	text-align: center;
}
.categoriaProd {
	background: #f7f7f7;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
}
.nombreCategoria {
	display: table;
	text-align: center;
	width: 100%;
}
.nombreCategoria span {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	text-align: center;
}
.nombreCategoria span a {
	color: #000;
	font-size: 14px;
	font-weight: 900;
}
.imagenCategoria {
	position: relative;
}
.innerImagen {
	width: 100%;
	overflow: hidden;
}
.innerImagen img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.categoriaProd:hover .innerImagen img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.linkDetalles {
	padding: 5px 0;
}
h1.nombreProduc {
	font-size: 34px;
	font-weight: 900;
	padding: 0;
	margin: 0;
}
.description-container {
	color: #000 !important;
	font-size: 16px;
	line-height: 22px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.divContacto {
	width: 100%;
	min-height: 50px;
	background: #eee;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 18px;
	color: #000;
	font-weight: 900;
}
ul.datosInfo {
	list-style: none;
}
ul.datosInfo li {
	float: left;
	margin-right: 40px;
}
.font32 {
	font-size: 32px !important;
}
.font22 {
	font-size: 22px !important;
}
.itemCarusel {
	padding: 5px !important;
	margin-right: 10px;
}
.quant-input input {
	padding: 5px;
	margin-right: 20px;
	width: 100px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.toTop {
	position: fixed;
	bottom: 170px;
	right: 30px;
	z-index: 10;
	font-size: 50px;
	color: #fc0;
	display: none;
}
.toTop:hover {
	color: #000;
}
/*************** VENDEDORES FOOTER ******************/
#waf2 {
	position: fixed;
	right: 10px;
	bottom: 40px;
	width: 240px;
	height: 60px;
	background-color: #1FA855;
	border-radius: 10px;
	z-index: 100;
	padding: 0px;
	border: 0px solid #fff;
}
#waf3 {
	position: fixed;
	right: 10px;
	bottom: calc(40px + 65px);
	width: 240px;
	height: 60px;
	background-color: #1FA855;
	border-radius: 10px;
	z-index: 100;
	padding: 0px;
	border: 0px solid #fff;
}
#waf4 {
	position: fixed;
	right: 10px;
	bottom: calc(40px + 130px);
	width: 240px;
	height: 60px;
	background-color: #1FA855;
	border-radius: 10px;
	z-index: 100;
	padding: 0px;
	border: 0px solid #fff;
}

.iconoWhatsapp {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 7px;
	margin-top: 10px;
}
.nroWaFooter {
	float: left;
	width: 135px;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	padding-top: 18px;
}
.nroWaFooter a {
	font-size: 16px;
	color: #000;
	text-decoration: underline;	
}
.fotoFooter {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.fotoFooter img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
}