* {
    margin: 0;
    box-sizing: border-box;
  }
html {
  scroll-behavior: smooth;
}
  body {
    font-family: 'nunito';
    overflow-x: hidden;
	max-width: 2000px;
    margin: auto;
  }
  /**/
  ::-webkit-scrollbar{
    width: 8px;
    background-color: #ffffff;
}
::-webkit-scrollbar-track{
    border-radius: 30px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color:  #a29a9a;
}
  /*//////////////////////////fuentes/////////////////////////////////*/
 
  @font-face {
    font-family: 'museo-sans';
    src: url("../fonts/museo-sans-500.woff") format('woff');
  }
  @font-face {
    font-family: 'DMSerif';
    src: url("../fonts/DMSerifDisplay-Regular.woff") format('woff') ;
  }
  @font-face {
    font-family: 'nunito';
    src: url("../fonts/nunito.woff") ;
  }
  @font-face {
    font-family: 'museo-900';
    src: url("../fonts/Museo-900.woff") ;
  }
  /*//////////////////////////////////////////////////////////////////*/
* textarea, select, input, button { 
    outline: none;
}
:focus { 
    outline-color: transparent; 
    outline-style: none;
}
a { 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1, h2 {
  font-family: 'DMSerif'; 
  font-weight: 500;
}
p {
  font-family: 'nunito', sans-serif;
}

img#logo {
    width: 125px;
	position: relative;
    top: 1.4em;
	transition: 400ms all ease-in-out;

}

.header-categorias-movil {
	display: none;
}
/*body > header > section > label > div {
	width: 38px!important;
}*/
li.header-categorias-movil a {
    color: #8D8D8D;
}
li.header-categorias-movil {
    border-top: none!important;
}

.nav-link {
  color: #022E61;
  font-family: 'nunito';
  text-decoration: none;
}
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    height: 90px;
    padding: 1em 2.5em;
    z-index: 9;
    position: absolute;
    width: 100%;
	max-width:2000px;
	transition: 400ms all ease-in-out;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu > li {
  margin: 0 0.8rem;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color:#ffff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
  right: 0;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.menu-button.trazado-responsive {
	position: relative;
}
@media (max-width: 768px) {
	.link-principal {
    	font-weight: bold;
	}
	label.menu-button-container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #002e65;
    height: 42px;
    width: 42px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contactos-fijos {
    z-index: 1;
}
.top-nav {
	padding: 1em 2em;
}
.menu-button.btn-responsive, .menu-button.btn-responsive::before, .menu-button.btn-responsive::after {
    background-color: #002155!important;
}
.menu-button.btn-responsive::before, .menu-button.btn-responsive::after {
    background: #002155!important;
}
.header-categorias-movil #slide-out #mobile-menu a {
   width: 100%;
	/*z-index: 9;*/
	text-align: start;
	padding: 10px 20px;
	font-size: 14px;
   /* border-bottom: 1px solid #EBEBEB;*/
}
.header-categorias-movil #slide-out #mobile-menu li {
    width: 100%;
    text-align: start;
	background: #f2f2f2;
}
/*.header-categorias-movil #slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
	left: 0!important;
	text-align: start!important;
	background: #fff;
}		*/
li.header-categorias-movil li.menu-item-has-children.has-children {
    flex-direction: column;
}
li.header-categorias-movil #slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
	right: 0px;
	color: #0f2759!important;
}
a.nav-menu-link.nav-link.link-principal {
    color: #002155!important;
}
 li.menu-button.btn-responsive {
    top: 2.5em;
    right: 1.5em;
    border: none!important;
    display: block!important;
    background-color: #002155;
    position: absolute;
    height: 4px!important;
    width: 39px!important;
    border-radius: 2px;
}	

#menu-toggle:checked ~ .mascara-responsive {
    position: relative;
    width: 100%;
}
#menu-toggle:checked + .menu-button-container .menu-button::before,
#menu-toggle:checked + .menu-button-container .menu-button::after  {
    background: #fff;
	z-index: 99;
}
#menu-toggle:checked ~ .mascara-responsive::after {
    position: fixed;
    background: #00000059;
    width: 100%;
    height: 100vh;
    content: "";
    z-index: 1;
    left: 0em;
    top: 0em;
}
#menu-toggle:checked ~ .menu a {
    padding: 10px 20px;
	color: #8D8D8D;
    text-decoration: none;
	font-family:'nunito';
	font-size: 14px;
}
#menu-toggle:checked + .menu-button-container {
    
    z-index: 9999999999999;
}
	.top-nav {
    width: 100%;
}
	.btn-megamenu {
		display: none;
	}
  .menu-button-container {
    display: flex;
	 position: relative;
  }
  .menu {
    position: absolute;
    top: 0px;
    /*padding-top: 65px!important;*/
    right: 0;
    height: 0vh;
    flex-direction: column;
    width: 0;
    justify-content: flex-start;
    overflow: auto;
	  align-items: center;
    z-index: 999999999;
}
  #menu-toggle ~ .menu li {
	/*overflow: hidden!important;*/
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
	
/*#menu-toggle:checked ~ .menu {
		background: #fff;
		height: max-content;
		min-height: 100vh;
		width: 70%;
		margin-top: 0;
}*/
#menu-toggle:checked ~ .menu {

    background: #f2f2f2;
    height: max-content; 
    min-height: 100vh;
	height: 100%;
    width: 70%;
    display: flex;
    margin-top: 0;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9;	
    /*justify-content: space-between;*/
}
  #menu-toggle:checked ~ .menu li {
    /*border: 1px solid #DBDBDB;*/
   /* height: 2.5em;*/
	height: auto;
    /*padding: 0.5em*/
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	width: 100%;
    display: flex;
    justify-content: flex-start;  
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #F2F2F2;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
	
/*generales*/
.bg-azulOscuro {
  /*background: #022e61;*/
  color: #fff;
}
.bg-amarillo {
  /*background: #FFCC3E;*/
  color: #fff;
}

.bg-azul {
  /*background: #97E1F7;*/
  color: #fff;
}
.bg-vinotinto {
  /*background: #6A1712;*/
  color: #fff;
}
.bg-rosa {
  /*background: #EE8579;*/

}
.bg-amarillos {
	/*background: #FFCC3E;*/
}
.bg-azulClaro {
	/*background: #67CCEA;*/
}
.bg-black {
	/*background: #000;*/
}
ul {
  list-style: none;
  padding-left: 0;
}
.text-center {
    text-align: center;
}
/*****************************************************/
/*categorias*/
ul.contenedor-categorias-opciones {
    list-style-type: none;
    background: #fff;
    position: relative;
}
  ul.contenedor-categorias-opciones li a,
  ul.contenedor-categorias-opciones li  {
    background: #fff;
}
p#categorias {
    background: #022E61;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
	cursor: pointer;
	font-family: 'nunito';
}
#categorias-productos > div.cerrar > i {
    cursor: pointer;
}

#categorias-productos {
	padding-top: 15px;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  top: 1em;
  height: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 80%;
 /* margin: 0 10%;*/
  z-index: 99999;
  box-shadow: 5px 5px 10px #00000069;
  max-width: 1200px;
}
.mega-menu {
    display: flex;
    justify-content: center;
}
.menu-categorias {
    height: 90%;
	width: 100%;
    display: flex;
    align-items: center;
}
.cerrar {
    width: 98%;
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
	position: absolute;
	z-index: 99;
}
/* .menu-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.menu-marcas-productos {
    grid-column: span 3;
} */


.navigation {
   /* width: 400px;*/
	width: 100%;
  }
.navigation-titles {
	display: flex;
}
  .navigation .level-1 {
    font-size: 0;
    /* border-top: 1px solid #ccc; */
    list-style: none;
    padding: 0;
    display: block;
    position: relative;
	  height: 80vh;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-around;
  }
  .navigation li {
    display: block;
    /* border-bottom: 1px solid #ccc;
    background: #eee; */
    transition: ease 150ms;
	width: 90%;
  }

  .navigation li:hover .has-sub-menu {
    color: #fff!important;
	background: #022E61;
	width: 25%;
	position: relative;
}
.navigation li:hover .has-sub-menu::after {
    content: "ᐳ";
    color: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
}

  .navigation li:hover .level-2 {
    visibility: visible;
    background: #fff;
  }
  .navigation li a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 60px;
    color: #8D8D8D;
	width: 25%;
	font-family: 'nunito';
  }

  .navigation .level-2 {
    position: absolute;
    top: 0;
    left: 25%;
    width: 70%;
    height: 100%;
    font-size: 48px;
    text-align: center;
    /* background: #eee; */
    visibility: hidden;
    transition: visibility 150ms linear 150ms, background 150ms linear 150ms;
  }
  .navigation.touch-screen .level-2 {
    visibility: initial;
    display: none;
    transition: none;
  }
  .navigation.touch-screen li:hover .level-2 {
    visibility: initial;
    display: block;
  }
  .navigation.touch-screen li, .navigation.no-hover-intent li {
    visibility: initial;
    transition: none;
  }
  .navigation.no-hover-intent .level-2 {
    visibility: initial;
    display: none;
  }
  .navigation.no-hover-intent li:hover .level-2 {
    visibility: initial;
    display: block;
  }
  .menu-2 {
    position: relative;
    width: 100%;
	display: inline-flex;
	align-items: baseline;
	height: 100%;
	padding: 2em 0;
}
.menu-categorias h3 {
    font-size: 18px;
	padding: 15px 60px;
    color: #022e61;
}
h3.titulo-categorias {
    width: 25%;
}
/*.marcas-productos-categorias {
    font-size: 18px;
    position: relative;
    top: -24px;
}*/
.contenedor-megamenu-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.contenedor-megamenu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
	padding: 0 60px;

}
.contenedor-megamenu ul li a {
    color: #707070!important;
    text-align: start;
    font-size: 12px;
    padding: 5px 0;
}
.contenedor-megamenu-item h3 {
    text-align: start;
    color: #EE8579;
    /* border-bottom: 1px solid #022e61; */
    padding: 10px 0!important;
    position: relative;
}
.contenedor-megamenu-item h3::after {
    position: absolute;
    content: "";
    width: 8em;
    background: #022e61;
    height: 1px;
    bottom: 0;
    left: 0;
}
.contenedor-megamenu-piscos-item ul li a {
    width: 100%;
}
.titulo-marca-megamenu {
    text-align: start;
    color: #EE8579!important;
    border-bottom: 1px solid #022e61!important;
    padding: 10px 0!important;
    position: relative;
    width: 45%!important;
    font-weight: bold;
}
.ver-marcas-btn {
    position: absolute;
    bottom: 1em;
    right: 0;
}
.ver-marcas-btn a {
    background: #FFCC3E;
    width: 100%!important;
    color: #fff!important;
    padding: 5px 25px!important;
    font-size: 14px!important;
}
.contenedor-megamenu-item ul li a {
    width: 100%!important;
}
/**/
/*#menu.fixo {
  background: #fff;
  z-index: 99;
  position: fixed;
  width: 100%!important;
  transition: 500ms all;
  z-index: 999;
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
  height: 100px;
  align-items: center;
}*/
/*BANNER////////////////////////////////////////////////////////////////////////*/
/*.banner-principal {
  position: absolute;
  top: 0; 
  z-index: -1;
}*/
/*lineas*/
/*.banner-principal .contenedor-banner {
    display: grid;
    grid-template-columns: 1fr 2fr;
}*/

.banner-item:before {
  position: absolute;
  content: "";
  width: 12em;
  left: 2.5em;
  height: 29em;
  z-index: -2;
  border: 2px solid #022e61;
  border-bottom: 2px solid #022e61;
  border-left: 2px solid #002155;
  border-right: none;
  border-top: none;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8em;
}
/*.banner-item:after {
  position: absolute;
  content: "";
  width: 45em;
  right: 2.5em;
  height: 33.9em;
  z-index: -2;
  border: 2px solid #022e61;
  border-bottom: 2px solid #022e61;
  border-right: 2px solid #002155;
  border-left: none;
  border-top: none;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3em;
}*/
.contenedor-banner:after {
  position: absolute;
  content: "";
  width: 2%;
  z-index: -1;
  border: 2px solid #022e61;
  border-bottom: none;
  border-left: none;
  right: 40px;
  top: 46px;
}
.contenedor-banner:before {
  position: absolute;
  position: absolute;
  content: "";
  width: 14em;
  z-index: 9;
  border: 2px solid #022e61;
  border-bottom: none;
  border-left: none;
  left: 12em;
  top: 46px;
}


/*fin lineas*/
.banner-principal .slick-dotted.slick-slider {
  margin-bottom: 0!important;

}
.banner-principal ul.slick-dots {
  position: absolute;
  top: 50%;
  /* right: 4px; */
  display: flex;
  flex-direction: column;
  width: 15px;
  align-items: flex-end;
  right: 31px;
  background: #fff;
  height: max-content;
  padding-top: 10px;
  padding-bottom: 8px;
}
.banner-principal .slick-dots li {
  border: 1px solid #022e61;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 5px;
}
.banner-principal li.slick-active {
  background: #022e61;
}
.banner-principal .slick-dots li button:before {
  content: " ";
}
/*.contenedor-banner.detalle-img-banner {
    width: 100%;
    display: grid;
    height: 100vh;
    position: relative;
    grid-template-columns: 1fr 1.3fr;
}*/

.contenedor-banner-detalle.detalle-img-banner {
    width: 100%;
    display: flex;
    height: 100vh;
	position: relative;
}
img.detalle-img-banner {
    width: 100%;
	height: 41em;
	object-fit: cover;
}
.banner-item-imagen img {
  height: 100vh;
}
/*.banner-item-informacion img {
	height: 35em;
  position: relative;
  right: 50px;
  z-index: 999;
}*/

.banner-item-imagen {
  width: 34%;
}
.banner-item-informacion {
  display: flex;
  align-items: center;
  width: 66%;
  z-index: 1;
}
/*.banner-item-informacion-textos {
  position: relative;
  width: 100%;
  height: 340px;
  right: 170px;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}*/
.banner-item-informacion-btn {
  background: #fff;
  padding: 15px 5px;
  width: max-content;

}
.banner-item-informacion-btn a {
  color: #022E61;
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid #022e61;
}
.banner-item-informacion-textos h2 {
  font-size: 60px;
}
.banner-item-informacion-textos h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.telefono-banner {
  position: absolute;
  bottom: 42%;
  left: 25px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  background: #022e61;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.telefono-banner img {
  height: 14px;
}
/*Footer*/
footer {
   min-height: auto;
}
.footer {
  background: #022e61;
  padding: 55px 0 0px;
  font-family: 'nunito';


}
.contenedor-footer {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  color: #fff;
  width: 80%;
  margin: auto;
}

.footer-inicio li a,
.footer-contacto li a {
  color: #fff;
  text-decoration: none;
}
.footer-contacto-img {
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: 8px;

}
.footer-contacto-img img {
  width: 20px;
  height: 20px;
  padding: 4px;
  filter: brightness(0) invert(1);
}
.contenedor-footer h6 {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 10px;
}

/**/

.wrapper{
    height:300px;
    background: transparent;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    transform: scale(0.93);
    transition: box-shadow 0.5s, transform 0.5s;
    z-index: 1000;
}
.wrapper:hover{
    transform: scale(1);
    box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
}

.wrapper .container{
    width: 100%;
    height: 100%;
}
/*idioma****************************************/
.idiomas {
    position: absolute;
    z-index: 10;
    right: -1em;
    top: 5em;
    transform: rotate(90deg);
}
.idiomas ul {
    display: flex;
    flex-direction: row;
}
.idiomas ul li a {
    text-decoration: none!important;
    margin: 8px;
    color: #022e61;
    font-family: 'DMSerif';
}
#polylang-2 > ul > li.lang-item.lang-item-2.lang-item-es.current-lang.lang-item-first > a {
    position: relative;
}
#polylang-2 > ul > li.lang-item.lang-item-2.lang-item-es.current-lang.lang-item-first > a::after {
    position: absolute;
    content: " /"!important;
    right: -10px;
    font-weight: bold;
	color: #022e61;
}

.idioma-responsive #polylang-2 ul {
    display: flex;
    flex-direction: row;
}
.idioma-responsive #polylang-2 ul li  a {
    color: #002e65!important;
	font-family: 'DMSerif';
	font-weight: 500;
}
.idioma-responsive #polylang-2 {
    width: 100%;
    display: none;
    justify-content: flex-end;
}
/*******************************************************************/

.categorias-responsive {
	display: none;
}


/**/
.contenedor-productos-item {
    position: relative;
    display: flex;
    width: 100%;
	height: 300px;
}
.productos-card_item {
    height: 300px;
}
.productos-item-info {
	position: absolute;
}

.productos-card .slick-dots {
    position: absolute;
    bottom: -15px;
	left: 88%;
}
.contenedor-productos-item .slick-dotted.slick-slider {
    z-index: 0;
}
.productos-card {
    width: 120px!important;
    z-index: 9;
    position: relative;
}
.productos-card .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: #022e61;
    width: 6px;
    height: 6px;
    border-radius: 10px;
}
.productos-card .slick-dots li button:before {
    opacity: 1;
    color: transparent;
    border: 1px solid #022e61;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 10px;
}
.productos-card .slick-dots li {
	width: 8px;
}
/**/
.card-productos-relacionados {
   /* display: grid;
    grid-template-columns: repeat(5, 1fr);*/
    width: 95%;
    margin: auto;
    /*gap: 5px;*/
}

/*boton categoria banner*/
p#categoriasResponsive {
    background: #022E61;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
}
.banner-principal-btn-categoria {
    display: none;
}
li.header-categorias-movil h4 {
    padding: 10px 20px;
	font-size: 16px;
	font-weight: 100;
}
/**/
.contenedor-migas span {
    margin: 0 20px;
}
.contenedor-migas a {
    color: #9d9d9d;
}
/**/
.inicio-video-pisquera {
    position: relative;
}
.inicio-video-pisquera_play {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	top: -3em;
	cursor: pointer;
}
.inicio-video-pisquera_video {
    width: 80%;
    margin: auto;
    position: relative;
    top: -3em;
}
/**video sobre nosotros**/
section#videoNosotros {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
	left: 0;
    background: #00000099;
}
#videoNosotros iframe {
    height: 350px;
    width: 600px;
    object-fit: contain;
}
#videoNosotros #close-btn {
    right: -1em;
    top: -1em;
}
.contenido-popup_textos {
	top: 27%!important;
}
/*********************************************************/
@media (max-width: 1024px) {
.navigation li a {
    padding: 5px 60px;
}
	#categorias-productos {
 
    height: 95%;
    
}
}
@media (max-width: 768px){
.idioma-responsive #polylang-2 {
	display: flex;
}
.banner-principal-btn-categoria {
    display: block;
    position: absolute;
    top: 8em;
    right: 4em;
    z-index: 2;
}

}
@media (max-width: 375px) {
.top-nav {
    padding: 1em 1em;
}
}
@media (max-width: 320px){
.contenedor-migas {
	width: 95%;
}
}


/*menu fijo*/
.fixo {
	background: #022e61;
    position: fixed!important;
	height: 110px!important;
	z-index: 99999!important;
	transition: 400ms all ease-in-out;
	box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
	top: 0;
}
.fixo-font {
	color: #fff!important;
}
.fixo-logo {
	width: 90px!important;
    position: relative!important;
    top: 0em!important;
    transition: 400ms all ease-in-out;
}

.invertir-btn{
	background-color: #fff!important;
	color: #022e61!important;
	transition: 400ms all ease-in-out!important;
}
.logo-invertir {
	filter: brightness(0) invert(1)!important;
}
.bg-white {
	background-color: #fff!important;
}
/**/
li.menu-item-has-children.has-children.cat_ron .has-children ul li,
li.menu-item-has-children.has-children.cat_ron .has-children ul li a,
li.menu-item-has-children.has-children.cat_pisco .has-children ul li,
li.menu-item-has-children.has-children.cat_pisco .has-children ul li a,
li.menu-item-has-children.has-children.cat_vino .has-children ul li, 
li.menu-item-has-children.has-children.cat_vino .has-children ul li a,
li.menu-item-has-children.has-children.cat_tequila .has-children ul li,
li.menu-item-has-children.has-children.cat_tequila .has-children ul li a,
li.menu-item-has-children.has-children.cat_bourbon .has-children ul li,
li.menu-item-has-children.has-children.cat_bourbon .has-children ul li a,
li.menu-item-has-children.has-children.cat_coctel .has-children ul li,
li.menu-item-has-children.has-children.cat_coctel .has-children ul li a,
li.menu-item-has-children.has-children.cat_espumante .has-children ul li,
li.menu-item-has-children.has-children.cat_espumante .has-children ul li a,
li.menu-item-has-children.has-children.cat_licor .has-children ul li,
li.menu-item-has-children.has-children.cat_licor .has-children ul li a,
li.menu-item-has-children.has-children.cat_vodka .has-children ul li,
li.menu-item-has-children.has-children.cat_vodka .has-children ul li a{
    background: #eae4e4!important;
	padding-left: 20px!important;
}

.footer-inicio a {
    color: #fff;
}
.line_copy{
	padding: 15px 0px;
    text-align: center;
    color: white;
}
.line_copy span{
	color : #d30a28
}
.line_copy a{
	color : #ff0061
}
@media(max-width : 500px){
	footer{
		padding : 40px 0px 0px !important;
		min-height : auto !important;
	}
	body > footer > div > a{
		margin-bottom : 30px
	}
}
@media(max-width : 375px){
	body > footer > div > a{
		padding : 10px !important
	}
	.footer-inicio li a, .footer-contacto li a, .contenedor-footer{
		font-size : 15px !important
	}
}