header{
	position: relative;
	width: 100%;
/*	background:linear-gradient(180deg, transparent, transparent, transparent, transparent);*/
/*	mix-blend-mode: i;*/
height: 144px;
position: fixed;
width: 100%;
left: 0;
top: 0;
transition: all .25s linear;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
z-index: 1111111111;
}

.anim-menu{

        transition: background 10s linear;
}

.containermenu{
	/*padding: 10px;*/
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items:center;
	text-transform: uppercase;
	font-size: 13px;
	padding-inline: 3rem;
}
.menu .containermenu,header{
	pointer-events: none;
}
.menu.active .containermenu, header.active{
	pointer-events: all;
}
.navboton_container,.rrss_btn,.logo-item{
	pointer-events: all;
}
.separacion_apartados{
	display: none;
}
header.active{
/*	background: linear-gradient(180deg, white, white, white, transparent);*/
	
}
header::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, white, white, white, transparent);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
header.active::before {
	transition: opacity 0s linear;
  opacity: 1;
}
header.minified{
	height: 75px;
	background:rgba(255,255,255,1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
header.minified .logo{
	max-height: 80px;
	margin-top: 4px;
}
header a{
	position: relative;
	display: inline-block;
}
.navboton_container {
    position: relative;
    top: 6px;
	left: 26px;
}
.navboton_container .a-main{
	padding-bottom: 0;
    height: 25px;
    line-height: 40px;
    position: relative;
    z-index: 10;
/*    text-shadow: 0px 0px 1px black, 0px 0px 3px black, 0px 0px 6px black, 0px 0px 12px black;*/
/*    text-shadow: 0px 0px 11px black, 0px 0px 6px black, 0px 0px 20px black, 0px 0px 2px black;*/
}
.navboton_container .a-main{
	
}
.navboton_container .a-main.anim{
/*		-webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;*/
        transition: all .25s linear, text-shadow .0s linear;
/*        color .2s linear, text-shadow .2s linear*/
}
header.minified .navboton_container .a-main,header.minified .navboton_container.over .a-main,header.active .navboton_container .a-main,header.active .navboton_container.over .a-main{
	text-shadow: none;
}

.nav p{
	position: relative;
}
header.minified a, header.active a{
	position: relative;
	color: black;
}
header .apartados a::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	
	background: var(--amarillo2);
	top: 100%;
	left: 0;
	pointer-events: none;
	outline: 2px;

	transform-origin: 50% 100%;
	transition: clip-path 0.5s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
	clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
header .apartados .a-main::before{
	margin-top: 5px;
}

header .apartados a:hover::before,header .apartados .navboton_container.over .a-main::before,header .apartados .navboton_container.touched .a-main::before,header .apartados .navboton_container.over2 .a-main::before{
	transform: translate3d(0, 1px, 0) scale3d(1, 2, 1);
	clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.activemenu::before{
	transform: translate3d(0, 1px, 0) scale3d(1, 2, 1);
	clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%) !important;
}
header .punto{
	opacity: 0;
	position: relative;
		z-index: 10;
}

header.minified .punto,header.active .punto{
	opacity: 1;
}
header span{
	color: grey;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
header .container_menu{
	display: flex;
	justify-content: flex-end;
	align-content:flex-end;
	flex-direction: column;
	text-align: right;
	box-sizing: border-box;
	/*padding: 40px;*/
}
header .flex-item{
	width: 90%;
}

header .flex-item.logo-item{
	width: 0;
	position: relative;
    z-index: 10;
}
header .flex-item.logo-item a.over img,header .flex-item.logo-item a.touched img{
	transform: scale(.95);
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .5));
}
header .c2.menu{
	max-width: 1100px;
}
header a{
	color: #fff;
	font-weight: bolder;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .25s linear;
	font-family: 'Dashiell';
	text-decoration: none;

}
.apartados{
	position: relative;
	display: flex;
	justify-content: end;
	margin-top: -25px;
/*	padding-top: 25px;*/
}

header .navboton_container .a-main:hover, header .navboton_container.over .a-main, header .navboton_container.touched .a-main,header .navboton_container.over2 .a-main{
	transform: scale(1.1);
	/*text-shadow: 0px 0px 1px white, 0px 0px 3px white, 0px 0px 6px white, 0px 0px 12px white;
	color: var(--gris-oscuro);*/
/*	font-size: 14px;*/
}

header a.active{
	font-weight: bolder;
	text-decoration: none;
	pointer-events: none;
	color: #118c5d;
}

.header {
	bottom: 0;
	padding-bottom: 1em;
	position: fixed;
	width: 90%;
	left: 5%;
	margin-left: -55px;
}

.header a, .header{
	color:#1e456a;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75)
}
.header ul{
	margin:0;
}
.header a:hover{
	color: #7ec241 !important;
}
.logo{
	max-height: 130px;
	margin-top: 10px;
	z-index: 1;
}

.rrss{
	position: relative;
	display: flex;
	flex-flow: row;
	margin-left: 50px;
	z-index: 1;
}
.rrss.movil{
	top:40px;
	margin-left: 0px;
}
.rrss .rrss_btn{
	position: relative;
	width: 35px;
	height: 30px;
	padding-inline: 2px;
}
.rrss .rrss_btn a{
	position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: white;
    padding: 6px;
    box-sizing: border-box;
}
.rrss .rrss_btn.yt a{
    padding: 4px;
}
.rrss .rrss_btn a.over{
	
}
.rrss .rrss_btn a.over,.rrss .rrss_btn a.touched{
	transform: scale(1.15);
}
.rrss .rrss_btn a img{
	transform: scale(.75);
}
.rrss .rrss_btn a.over img,.rrss .rrss_btn a.touched img{
	transform: scale(1);
}
.rrss .rrss_btn a img{
	position: relative;
	width: 100%;
	height: 100%;
}
.hamburger{
	display: none;
}
/* HAMBURGUER */

/**,:after,:before{box-sizing:inherit;}
.hamburger{position: fixed; z-index: 31;
	right: 0px;font:inherit;overflow:visible;margin:0;padding:0px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent;display: none;}
	.hamburger:hover{opacity:.7;}
	.hamburger-box{position:relative;display:inline-block;width:40px;height:24px;}
	.hamburger-inner{top:50%;display:block;margin-top:-2px;}
	.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#1e456a;}
	.hamburger-inner:after,.hamburger-inner:before{display:block;content:"";}
	.hamburger-inner:before{top:-10px;}
	.hamburger-inner:after{bottom:-10px;}
	.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms;}
	.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease;}
	.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);}



*,:after,:before{box-sizing:inherit;}

.hamburger.is-active:hover,.hamburger:hover{opacity:.7;}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#1e456a;}
.hamburger-box{position:relative;display:inline-block;width:40px;height:24px;}
.hamburger-inner{top:50%;display:block;margin-top:-2px;}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#1e456a;}
.hamburger-inner:after,.hamburger-inner:before{display:block;content:"";}
.hamburger-inner:before{top:-10px;}
.hamburger-inner:after{bottom:-10px;}
.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms;}
.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease;}
.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);}
.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg);}
.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0;}
.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg);}
*/
/* FIN HAMBURGUER */



/*		INIT HAMBURGER		*/

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active, .hamburger.is-active .hamRotate{
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:5.5;
  stroke-linecap:round;
}
.minified .line{
	stroke:#000;
}
.menu-hamburger-opened .line{
	stroke:#fff;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.ham2 .top {
  stroke-dasharray: 40 121;
}
.ham2 .bottom {
  stroke-dasharray: 40 121;
}
.ham2.active .top {
  stroke-dashoffset: -102px;
}
.ham2.active .bottom {
  stroke-dashoffset: -102px;
}
.ham3 .top {
  stroke-dasharray: 40 130;
}
.ham3 .middle {
  stroke-dasharray: 40 140;
}
.ham3 .bottom {
  stroke-dasharray: 40 205;
}
.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}
.ham3.active .middle {
  stroke-dashoffset: -102px;
}
.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}
.ham5 .top {
  stroke-dasharray: 40 82;
}
.ham5 .bottom {
  stroke-dasharray: 40 82;
}
.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham6 .top {
  stroke-dasharray: 40 172;
}
.ham6 .middle {
  stroke-dasharray: 40 111;
}
.ham6 .bottom {
  stroke-dasharray: 40 172;
}
.ham6.active .top {
  stroke-dashoffset: -132px;
}
.ham6.active .middle {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom {
  stroke-dashoffset: -132px;
}
.ham7 .top {
  stroke-dasharray: 40 82;
}
.ham7 .middle {
  stroke-dasharray: 40 111;
}
.ham7 .bottom {
  stroke-dasharray: 40 161;
}
.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.ham7.active .middle {
  stroke-dashoffset: 23px;
}
.ham7.active .bottom {
  stroke-dashoffset: -83px;
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle {
  //stroke-dashoffset: -20px;
  transform: rotate(90deg);
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

/*		FIN HAMBURGER		*/



.submenu_container {
    width: 100vw;
    position: fixed;
    left: 50%;
/*    transform: translateX(-50%);*/
    height: 300px;
/*    pointer-events: none;*/
    top: 100px;
    z-index: 0;
    background: white;
    display: flex;
    justify-content: center;
/*    margin-top: -40px;*/
	transform: translate(0px, -40px);
	margin-top: -25px;
	padding-top: 25px;
/*    box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, .75);*/
box-shadow: 0px 20px 0px -20px rgba(0, 0, 0, 0);
    display: none;
}
.submenu_container.v2{
	height: 340px;
	overflow: hidden;
}
.submenu_container.active{
		display: block;
		left: 50%;
		transform: translate(-50%, -40px);
		opacity: 0;
		z-index: 1;
		cursor: default;
	}
.menu.minified .submenu_container{
	top: 75px;
}
.submenu_container a:hover{
/*	color: grey;*/
	padding-left: 10px;
}
.submenu {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
/*    border-right: 1px dotted grey;*/
    justify-content: space-evenly;
}
.submenu.v2{
	transform: translateX(-45%);	
}
.submenu .nav.flexcol{
	display: flex;
    flex-flow: column;
    justify-content: center;
    justify-items: flex-start;
    text-align: left;
}
.submenu a{
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	color: black;
}
.nav1{
	width: 35%;
	/*border-right: 1px dotted grey;
	border-left: 1px dotted grey;*/
}
.nav2{
	width: 65%;
}
.submenu.v2 .nav1,.submenu.v2 .nav2{
	width: unset;
}
.flexrow {
    display: flex !important;
    flex-direction: row;
}
.mw {
    max-width: 900px;
    width: 100%;
}
.destacado-img {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: cover;
    background-position: center;
    transform-origin: center;
}

header .img_container{
	position: relative;
   width: 100%;
/*    padding-bottom: 40%;*/
    overflow: hidden;
    border-radius: 30px;
}
header .img_container.v2{
	position: relative;
    width: 90%;
/*    padding-bottom: 40%;*/
    overflow: hidden;
    border-radius: 30px;
    height: 250px;
}
header .img_container.v2{
		width: 100%;
		height: 207px;
		min-height: 10px;
}
header .submenu.v2 .img_container.v2 img{
	position: relative;
/*    width: 100%;*/
  
}
header .submenu.v2 .img_container.v2 img{
	max-width: 552px;
}

.b_cocteleria .submenu.v2 .nav1{
		width: 30%;
}
@media screen and (max-width: 850px) and (orientation: landscape){
	.apartados{
		text-align: left;
		padding-right: 0px;
		padding-left: 50px;
	}
	.apartados a{
		width: 30%;
		position: relative;
		display: inline-block;
	}
	.apartados .punto{
		opacity: 0;
	}
}
@media screen and (max-width: 850px) and (orientation: portrait){
	.flex-item.logo-item{
		width: 90%;
	}
	.logo{
		margin-top: -21px;
		margin-left: -8px;
		padding: 0;
		left: 40%;
		max-width: 200px;
	}
	header {
		text-align: center;
	}
	header .apartados{
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 30;
		background-color: white;
		box-sizing: border-box;
		padding: 30px;
		text-align: center;
	}
	header .apartados::before {
	    content: "";
	    position: relative;
	    display: block;
	    text-align: center;
	    width: 200px;
	    height: 65px;
	    background-image: url(../../img/svg/logo.svg);
	    left: 30%;
	    background-size: contain;
	    background-repeat: no-repeat;
	    transform: translate(-50%, -20px);
	    margin-bottom: -20px;
	}
	header .punto{
		position: relative;
		z-index: 1;
		display: none;
	}
	header span{
		display: none;
	}
	header a{
		position: relative;
		display: block !important;
		font-size: 5vw;
		margin: 0;
	}
	header a.a-main, header.minified a.a-main{
		font-size: 5vw;
		text-shadow: none !important;
	}
	header .flex-item.logo-item{
		width: auto;
	}
	.hamburger{
		display:block !important;
	}
	.menu, .menu.minified{
		height: 75px;
	}
	header .logo,header.minified .logo{
		margin: 0;
		max-height: 80px;
	}
	.containermenu{
		padding-inline: 1rem;
	    display: flex;
	    justify-content: space-between;
	}
	.hamburger{
		position: relative;
		padding: 0px;
		z-index: 1111111;
	}
}
@media screen and (max-width: 850px){
	.breadcrumbs{
		display: none;
	}
	.b_productos > .submenu_container > .submenu > .nav2 > .img_container img{
		margin-right: 261px;
	}
	.franja_container .franja img.logo_interior{
		position: relative;
		left: 26%;
		max-width: 200px;
		transform: translateX(-50%);
		filter: invert(1);
		z-index: 99999;
		top: 1%;
		margin-top: 6%;
	}
	.navboton_container .a-main{
		height: 30px;
	}
	.submenu.v2{
		transform: none;
		left: 0;
		width: 90% !important;
/*		overflow: hidden;*/
	}
	.hamburger{
		display: block;
	}
	.minified .line{
		stroke:#000;
	}
	.menu_movil_on .line, .menu_movil_on .minified .line{
		stroke:#fff;
	}
	.separacion_apartados{
		display: block;
		position: relative;
	    height: 240px;
	    top: 60px;
	}

	.rrss .rrss_btn{
		width: 35px;
		margin-right: 10px;
	}
	header{
/*		height: 800px !important;*/
	}
	header .apartados{
		background: black;
	}
	.navboton_container {
	    position: relative;
	    top: 20px;
	}
	header .a-main{
		background-color: black;
	}
	.submenu_container,.submenu_container.v2,.menu.minified .submenu_container, .menu.minified .submenu_container.v2 {
	    position: relative;
	    display: block;
	    height: auto;
	    top: 69px;
	    opacity: 1;
	    left: 0;
	    width: 100%;
	    /* padding-top: 10px; */
	    padding-bottom: 80px;
	    background: black;
	}
	.submenu_container a.subcategoria_item{
		width: 0;
		text-align: right;
	}
	.submenu_container a.subcategoria_item:hover {
    /* color: grey; */
/*    padding-left: 40%;*/
		width: 100%;
}
header .apartados .a-main::before {
    margin-top: 0px;
}
	.submenu_container.v2 {
    
    overflow: visible;
}
	header .apartados{
		overflow: auto;
/*		width: 80%;*/
		position: absolute;
	    padding: 0px;
	    padding-top: 60px;
	    padding-left: 40px;
	    padding-bottom: 100px;
	    text-align: center;
	}
	body{
/*		overflow: hidden;*/
	}
	.nav.flexcol.nav2{
		margin-left: 40px;
	}
	header .img_container {
	    position: relative;
	    width: 90%;
	    padding-bottom: 0;
	    height: 80%;
	    overflow: hidden;
	    border-radius: 30px;
	    border:1px solid var(--amarillo2);
	}
	.submenu p{
		margin: 10px;
	}
	.submenu a,header.minified a, header.active a{
		margin: 0;
		font-size: 15px;
		color: white !important;
	}
	.navboton_container:not(.subs){
		height: 50px;
	}
	.navboton_container .a-main{
		position: absolute;
		color: wheat !important;
	}
	/*header .img_container.v2{
		width: 90%;
		height: 80%;
	}*/
/*	.submenu.v2 .nav1{
		background: darkblue;
	}
	.submenu.v2 .nav2{
		background: antiquewhite;
	}*/
	.submenu .nav.flexcol {
    width: 100% !important;
    position: relative;
}
	.nav.flexcol.nav2 {
    margin-left: 20px;
}
header .img_container.v2 {
    width: 120px;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    position: absolute;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
header .submenu.v2 .img_container.v2 img {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    /* object-fit: cover; */
}
.img-products-mobile {
	
	max-height: 45% !important;
	
}
.submenu{
	justify-content: flex-start;
}
}



.visible{
	display: block !important;
}
.preparticle{
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-color: var(--amarillo3);
}
.particle {
	opacity: 0;
	position: absolute;
/*	background-color: var(--azul);*/
	overflow: hidden;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	animation: bubbles 3s ease-in infinite;
	border-radius: 100%;
	z-index: 0;
}
.particle.out{
/*	opacity: 0 !important;*/
	transform: scale(0);
}
@keyframes bubbles {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		transform: translate(0, -20%);
	}
	100% {
		opacity: 0;
		transform: translate(0, -1000%);
	}
}
@media screen and (max-aspect-ratio: 1/1) {
.menu .containermenu,header{
	pointer-events: all;
}
}
















