body {
    /* genium */
    --genium--font--principal: 'Manrope', sans-serif;
    --genium--font--secundaria: 'Gazpacho';

    --genium--color--blanc: #ffffff;
    --genium--color--negre: #000000;
    --genium--color--text: #18335C;
    --genium--color--principal: #18335C;
    --genium--color--secundari: #FFD040;
    --genium--color--terciari: #00AD87;
    --genium--color--cuart: #E9541D;
    --genium--color--rosa: #FDBBCB;
    --genium--color--violeta: #AF5F73;
    --genium--color--error: #E9541D;
    --genium--color--background--clar: #F4F4F4;
    --genium--color--borders: #AEAEAE;

    --genium--maxwidth: 1225px;
    --genium--maxwidth--narrow: 750px;
    --genium--maxwidth--wide: 1500px;

    --genium--padding--sides: 3%;
    --genium--padding--sides-big: 10%;
    --genium--padding--bottom: 100px;

    --genium--columns--margin: 60px;

    --genium--sidebarpage--width: 750px;
    --genium--sidebar--width: 410px;

    --genium--logo--height: 60px;
    --genium--logo--height--slim: 35px;
    --genium--logo--width: auto;

    --genium--height--header: 100px;
    --genium--height--footer: 400px;

    --genium--fonts--h1: 4rem;
    --genium--fonts--h1--large: 3.25rem;
    --genium--fonts--h1--weight: 900;
    --genium--fonts--h1--height: 1.15em;

    --genium--fonts--h2: 2.4rem;
    --genium--fonts--h2--weight: 900;
    --genium--fonts--h2--height: 1.3em;

    --genium--fonts--h3: 1.5rem;
    --genium--fonts--h3--weight: normal;
    --genium--fonts--h3--height: 1.3em;

    --genium--fonts--h4: 1.25rem;
    --genium--fonts--h4--weight: bold;
    --genium--fonts--h4--height: 1.3em;

    --genium--fonts--p: 1.1rem;
    --genium--fonts--p--weight: normal;
    --genium--fonts--p--height: 1.4em;

    --genium--fonts--p--small: 0.93rem;
    --genium--fonts--p--small--height: 1.5em;

    --genium--fonts--p--medium: 1.5rem;
    --genium--fonts--p--medium--height: 1.4em;

    --genium--fonts--p--large: 2.15rem;
    --genium--fonts--p--large--height: 1.33em;

    --genium--fonts--p--xlarge: 3.6rem;
    --genium--fonts--p--xlarge--height: 1.15em;

    --genium--fonts--margins: 1.2rem;
}

h1, .genium-styles h1,
h2, .genium-styles h2,
p.has-medium-font-size,
p.has-large-font-size,
p.has-x-large-font-size
{
    font-family: var(--genium--font--secundaria);
}
h2, .genium-styles h2{
    margin-bottom: 1em;
    margin-top: 1em;
}
h3, .genium-styles h3{
    margin-top: 2em;
}
.gazpacho{
    font-family: var(--genium--font--secundaria) !important;
}

p.has-medium-font-size,
p.has-large-font-size,
p.has-x-large-font-size
{
    font-weight: 500 !important;
}

.has-blau-color{
    color: var(--genium--color--principal) !important;
}
.has-groc-color{
    color: var(--genium--color--secundari) !important;
}
.has-verd-color{
    color: var(--genium--color--terciari) !important;
}
.has-taronja-color{
    color: var(--genium--color--cuart) !important;
}
.has-rosa-color{
    color: var(--genium--color--rosa) !important;
}
.has-violeta-color{
    color: var(--genium--color--violeta) !important;
}

.hover-color ul.menu li a:hover, .hover-color ul.menu li.current_page_item a {
	color: var(--genium--color--secundari);
}

#header{
    padding-top: 15px;
    padding-bottom: 0;
}
#header .logo img{
    padding: 15px;
}

#content {
	padding-top: calc(var(--genium--height--header) + 30px);
}
.home #content,
.page-template-default #content,
.page-template-template-transparent-header #content {
    padding-bottom: 0;
}



.footer-wrapper .footer-info{
    margin: 0 auto;
}
.footer-wrapper .footer-info .wp-block-column p{
    color: #ffffff;
    font-family: var(--genium--font--secundaria);
    font-size: var(--genium--fonts--p--medium) !important;
    margin-bottom: 2rem;
}

#footer{
    background-color: var(--genium--color--secundari);
    padding-bottom: 100px;
}
#footer .imglogo{
    width: 700px;
    height: auto;
    margin: 50px auto 20px auto;
    display: block;
}
.footer-wrapper .bottom-bar,
.footer-wrapper .footer-info{
    background: none;
    text-align: center;
}
.footer-wrapper .bottom-bar {
	color: var(--genium--color--text);
    justify-content: center;
}

.genium-styles p img {
	transform: translateY(0px);
    margin-right: .4em;
}
.link-arrow img {
	height: 1em;
	width: auto !important;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: var(--genium--transition);
}

.genium-styles > .wp-block-columns{
    margin-top: 0;
}

.wpcf7-form-control-wrap{
    display: inline-block;
    width: 100%;
}
.wpcf7-form-control-wrap,
.wpcf7 label.accept-policy {
	margin-bottom: 2rem;
	margin-bottom: 0;
}
.has-text-align-center .wpcf7-form-control-wrap{
    width: auto;
}
.wpcf7 label{
    font-family: var(--genium--font--secundaria);
    font-weight: 500;
    font-size: 1.1rem !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
	border: none;
    border-bottom: solid 2px var(--genium--color--secundari);
    margin-top: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.wpcf7 label.accept-policy a{
    font-weight: bold;
}
input[type="submit"]{
    padding: 0;
    margin-top: 30px;
    font-size: 4rem;
    background: none;
    min-width: 0;
    color: var(--genium--color--terciari);
    font-family: var(--genium--font--secundaria);
    font-weight: 900;
    text-align: right;
    float: right;
    border: none;
    background-image:url('https://canetdrinks.es/wp-content/uploads/2023/07/bigarrow-green.png');
    background-repeat: no-repeat;
    background-size: 1em auto;
    background-position: left center;
    padding-left: 85px;
}
input[type="submit"]:hover{
    color: var(--genium--color--terciari);
    background: none;
    background-image:url('https://canetdrinks.es/wp-content/uploads/2023/07/bigarrow-green.png');
    background-repeat: no-repeat;
    background-size: 1em auto;
    background-position: left center;
    padding-left: 70px;
}

.genium-styles ul{
    list-style: none;
    padding-left: 0;
}
.genium-styles li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 2em !important;
}
.genium-styles ul li::before{
    content: '';
    width: 1.2em;
    height: 1em;
    position: absolute;
    background-image: url('https://canetdrinks.es/wp-content/uploads/2023/07/arrow-yellow.png');
    background-size: cover;
    background-position: top center;
    left: 0;
    top: .2em;
}
.genium-styles ul.verd li::before{
    background-image: url('https://canetdrinks.es/wp-content/uploads/2023/07/arrow-green.png');
}

.genium-styles ul.basic{
    list-style: disc;
    padding-left: 1em;
}
.genium-styles ul.basic li{
    padding-left: 0;
    margin-bottom: 1em !important;
}
.genium-styles ul.basic li::before{
    display: none;
}

.home-img-background .wp-block-video.background-image video {
	opacity: 1;
}

.home-img-background .content-block h1{
    max-width: 830px;
    font-size: 2.1rem !important;
    font-weight: 500;
}
.home-img-background .wp-block-group__inner-container {
	justify-content: flex-end;
    padding-bottom: 50px;
    box-sizing: border-box;
}

#playvideo{
    cursor: pointer;
}

.logo.kombucha{
    display: none;
}
.logo.beer{
    display: none;
}





.page-template-template-home #header{
    background-color: transparent;
}
.page-template-template-home #header.slim{
    background-color: #ffffff;
}
.page-template-template-home #header ul.menu li a{
    color: #ffffff;
}
/* .page-template-template-home #header .logo img{
    filter: brightness(0) invert(1);
} */
.page-template-template-home #header.slim ul.menu li a{
    color: var(--genium--color--principal);
}
.page-template-template-home #header.slim .logo img{
    filter: none;
}
.page-template-template-home .hover-background ul.menu li a:hover {
	color: var(--genium--color--principal) !important;
	background-color: #ffffff !important;
}
.page-template-template-home .slim .hover-background ul.menu li a:hover {
	background-color: var(--genium--color--principal) !important;
	color: #ffffff !important;
}



#header ul.menu li a{
    font-size: 1.4rem !important;
    font-weight: 500;
    font-family: var(--genium--font--secundaria);
}
#header ul.menu li a:hover{
    color: var(--genium--color--secundari);
}
.page-template-template-transparent-header #header.slim ul.menu li a:hover{
    color: var(--genium--color--secundari);
}

/* pàgines kombucha */
.page-template-template-transparent-header-kombucha .logo.default,
.page-template-template-kombucha .logo.default
{
    display: none;
}
.page-template-template-transparent-header-kombucha .logo.kombucha,
.page-template-template-kombucha .logo.kombucha
{
    display: block;
}

.page-template-template-transparent-header-kombucha #header .logo img,
.page-template-template-transparent-header-beer #header .logo img,
.page-template-template-kombucha #header .logo img,
.page-template-template-beer #header .logo img
{
    height: 120px;
}
.page-template-template-transparent-header-kombucha #header.slim .logo img,
.page-template-template-transparent-header-beer #header.slim .logo img,
.page-template-template-kombucha #header.slim .logo img,
.page-template-template-beer #header.slim .logo img
{
    height: 90px;
}
.page-template-template-transparent-header-kombucha #header ul.menu li a,
.page-template-template-kombucha #header ul.menu li a
{
    color: var(--genium--color--terciari);
}
.page-template-template-transparent-header-kombucha #header ul.menu li.current-menu-item a,
.page-template-template-transparent-header-kombucha #header ul.menu li a:hover,
.page-template-template-kombucha #header ul.menu li.current-menu-item a,
.page-template-template-kombucha #header ul.menu li a:hover,
.page-template-template-home #header ul.menu li a:hover
{
    color: var(--genium--color--secundari);
}
.page-template-template-transparent-header-beer #header ul.menu li a{
    color: #ffffff;
}
.page-template-template-transparent-header-beer #header.slim ul.menu li a{
    color: var(--genium--color--principal);
}
.page-template-template-beer #header ul.menu li a
{
    color: var(--genium--color--principal);
}
.page-template-template-transparent-header-beer #header ul.menu li.current-menu-item a,
.page-template-template-transparent-header-beer #header ul.menu li a:hover,
.page-template-template-beer #header ul.menu li.current-menu-item a,
.page-template-template-beer #header ul.menu li a:hover{
    color: var(--genium--color--secundari);
}

.page-template-template-transparent-header-beer .background-image,
.page-template-template-transparent-header-kombucha .background-image
{
    background-color: #000000;
}
.page-template-template-transparent-header-beer .background-image img,
.page-template-template-transparent-header-kombucha .background-image img
{
    opacity: .8;
}

/* pàgines beer */
.page-template-template-transparent-header-beer .logo.default,
.page-template-template-beer .logo.default
{
    display: none;
}
.page-template-template-transparent-header-beer .logo.beer,
.page-template-template-beer .logo.beer
{
    display: block;
}

/* header transparent */
.page-template-template-transparent-header-kombucha #header,
.page-template-template-transparent-header-beer #header
{
    background: none;
}
.page-template-template-transparent-header-kombucha #header.slim,
.page-template-template-transparent-header-beer #header.slim
{
    background-color: #ffffff;
}
.page-template-template-transparent-header-kombucha #content,
.page-template-template-transparent-header-beer #content
{
    padding-top: 0;
}

.wp-block-columns.separator{
    gap: 0 !important;
}
.wp-block-columns.separator .wp-block-column:not(:first-of-type){
    border-left: solid 1px #F9D8A6;
    padding-left: calc(var(--genium--columns--margin) / 2);
    margin-left: calc(var(--genium--columns--margin) / 2);
}
.wp-block-columns.separator.bottom{
    border-bottom: solid 1px #F9D8A6;
    padding-bottom: var(--genium--columns--margin);
}
.wp-block-columns.separator .wp-block-column.no-border{
    border: none !important;
}




.hover-bottle{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.hover-bottle a{
    padding-top: 150px;
    padding-bottom: 150px;
}
.hover-bottle figure{
    z-index: -1;
    position: absolute;
    top: -20px;
    left: 50%;
    /* transform: translateY(-40%); */
    transition: .2s;
}
.hover-bottle:hover figure{
    animation: .5s bounce;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px) rotate(5deg);
	}
    
}

.max-width-left .wp-block-group__inner-container{
    max-width: 1000px;
    margin-left: 0 !important;
}

.stamp-beer{
    transform: translateX(-2%);
}
.stamp-beer img{
    transition: .05s;
}
/* .stamp-beer img{
    animation: rotate 16s linear infinite;
}
@keyframes rotate{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
} */

.ginger-background{
    background-image: linear-gradient(180deg, #4CA982 0%, #FBEEBB 100%);
}
.pils-background{
    background-image: linear-gradient(180deg, #DFAE2C 0%, #FBEDBB 100%);
}
.paleale-background{
    background-image: linear-gradient(180deg, #69A091 0%, #95D2C1 100%);
}
.dipa-background{
    background-image: linear-gradient(180deg, #18335C 0%, #FF734C 100%);
}
.home-background{
    background-image: linear-gradient(180deg, #71C09D 0%, #476BB1 100%);
}
.mango-background{
    background-image: linear-gradient(180deg, #e9541d 0%, #FBEEBB 100%);
}
.grapefruit-background{
    background-image: linear-gradient(180deg, #df5858 0%, #FBEEBB 100%);
}

.home-background{
    margin-top: 0;
}

.render-content{
    width: 100% !important;
    height: 800px !important;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    /* border: solid 3px red; */
}
.render-content > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.render-content canvas{
    width: 100% !important;
    height: 100% !important;
}

.ficha-producte{
    padding-top: 80px;
}
.ficha-producte p{
    max-width: 400px;
}

.formatos{
    gap: 30px;
    max-width: 250px;
    margin-top: 0 !important;
}

.hover-image a img{
    transition: .3s;
}
.hover-image a img:hover{
    transform: scale(1.05);
}

.bloc-background-image{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.bloc-background-image .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bloc-background-image .background-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-background-image p{
    color: #ffffff;
}
.bloc-background-image p{
    max-width: 720px;
    box-sizing: border-box;
}

.home-img-background.text-right .wp-block-group__inner-container {
	align-items: flex-end;
}

.text-mapa{
    max-width: 590px;
}

.home-productes-seccions{
    gap: 0 !important;
    margin: 0 !important;
}

#side-menu{
    padding-top: 100px;
}
#side-menu ul.menu li a{
    font-size: 2rem !important;
    font-family: var(--genium--font--secundaria);
}

.home-img-background .wp-block-video.background-image video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	opacity: .8;
}

.formatos .wp-block-column.active .hover,
.formatos .wp-block-column:hover .hover
{
    display: block;
}
.formatos .wp-block-column .hover{
    display: none;
}

.formatos .wp-block-column .normal{
    display: block;
}
.formatos .wp-block-column.active .normal,
.formatos .wp-block-column:hover .normal
{
    display: none;
}
.formatos .wp-block-column{
    cursor: pointer;
}

#carregant{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 1s;
    flex-flow: column wrap;
}
#carregant img{
    width: 150px;
    height: auto;
}
#carregant-progress{
    color: var(--genium--color--principal);
    font-size: 8rem !important;
    font-family: var(--genium--font--secundaria);
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -50%;
}
#carregant.hide{
    opacity: 0;
    pointer-events: none;
}

.text-home{
    font-family: var(--genium--font--principal) !important;
    line-height: 3.3rem !important;
}
.text-home strong{
    font-family: var(--genium--font--principal) !important;
    font-size: 2.4rem !important;
}
.text-home em{
    font-family: var(--genium--font--secundaria) !important;
    font-weight: 300;
    font-size: var(--genium--fonts--p--large) !important;
    padding-left: 15px;
    padding-top: 30px;
}


.dropbtn {
	border-bottom: none !important;
    font-family: var(--genium--font--principal) !important;
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.dropdown-content a:last-of-type{
    margin-bottom: 0;
}

.page-template-template-transparent-header .dropbtn::after {
	border-top: .5em solid #ffffff;
}
.page-template-template-transparent-header .dropbtn{
    color: #ffffff !important;
}

.page-template-template-home .dropbtn::after {
	border-top: .5em solid #ffffff;
}
.page-template-template-home .dropbtn{
    color: #ffffff !important;
}

#side-menu .dropbtn{
    color: var(--genium--color--principal) !important;
}

.page-template-template-home #header ul.menu li a:hover
{
    color: var(--genium--color--secundari);
}


.page-template-template-home #header #menu-button .lineamenu{
    background: #ffffff;
}
.page-template-template-home #header.scrolled #menu-button .lineamenu{
    background: var(--genium--color--principal)
}

.page-template-template-transparent-header #header.slim .dropbtn::after {
	border-top: .5em solid var(--genium--color--principal);
}
.page-template-template-transparent-header #header.slim .dropbtn{
    color: var(--genium--color--principal) !important;
}
.page-template-template-home #header.slim .dropbtn::after {
	border-top: .5em solid var(--genium--color--principal);
}
.page-template-template-home #header.slim .dropbtn{
    color: var(--genium--color--principal) !important;
}

.page-template-template-transparent-header-beer .dropbtn::after {
	border-top: .5em solid #ffffff;
}
.page-template-template-transparent-header-beer .dropbtn{
    color: #ffffff !important;
}

.page-template-template-transparent-header-beer #header.slim .dropbtn::after {
	border-top: .5em solid var(--genium--color--principal);
}
.page-template-template-transparent-header-beer #header.slim .dropbtn{
    color: var(--genium--color--principal) !important;
}

.page-template-template-transparent-header-kombucha .dropbtn::after,
.page-template-template-kombucha .dropbtn::after
{
	border-top: .5em solid var(--genium--color--terciari);
}
.page-template-template-transparent-header-kombucha .dropbtn,
.page-template-template-kombucha .dropbtn
{
    color: var(--genium--color--terciari) !important;
}
.page-template-template-transparent-header-kombucha .dropdown-content a,
.page-template-template-kombucha .dropdown-content a
{
    color: var(--genium--color--terciari) !important;
}

.page-template-template-transparent-header-kombucha .genium-styles p,
.page-template-template-kombucha .genium-styles p
{
    color: #000000;
}

.page-template-template-kombucha #carregant-progress
{
    color: var(--genium--color--terciari);
}
.page-template-template-kombucha #carregant-progress.mango
{
    color: var(--genium--color--cuart);
}
.page-template-template-kombucha #carregant-progress.grapefruit
{
    color: #df5858;
}
.page-template-template-beer #carregant-progress
{
    color: #dead2c;
}

.page-template-template-transparent-header #header.slim .dropbtn::after {
	border-top: .5em solid var(--genium--color--principal);
}
.page-template-template-transparent-header #header.slim .dropbtn{
    color: var(--genium--color--principal) !important;
}

.dropdown-content{
    background-color: #ffffff !important;
}
.dropdown-content a {
	color: var(--genium--color--principal) !important;
}
.dropdown-content a:hover{
    background-color: transparent !important;
}

#header.slim{
    transform: translateY(-100%);
}
#header.slim.scrollup{
    transform: translateY(0);
}

.home-productes-seccions .hover-seccio{
    position: relative;
    padding: 20%;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}
.home-productes-seccions .hover-seccio p{
    margin-bottom: 10px !important;
}
.home-productes-seccions .hover-seccio .image{
    text-align: right;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.home-productes-seccions .hover-seccio .hover-move {
	position: absolute;
	left: 0;
	top: 44%;
	transform: translate(50%, -50%);
    height: 50%;
}
.home-productes-seccions .hover-seccio.beer .hover-move {
	position: absolute;
	right: 0;
	top: 54%;
	transform: translate(25%, -50%);
    height: 50%;
}
.home-productes-seccions .hover-seccio .hover-move img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-productes-seccions .hover-seccio p strong{
    font-weight: 900 !important;
}

.home-productes-seccions .hover-seccio .image img,
.home-productes-seccions .hover-seccio p
{
    transition: var(--genium--transition);
}
.home-productes-seccions .hover .hover-seccio .image img,
.home-productes-seccions .hover .hover-seccio p
{
    transform: scale(1.03);
}

.home-productes-seccions .kombucha{
    position: relative;
}
.home-productes-seccions .beer{
    position: relative;
}
.home-productes-seccions .kombucha::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #00ad87;
    transition: .6s;
}
.home-productes-seccions .beer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #e9541d;
    transition: .6s;
}
.home-productes-seccions .kombucha.hover::before{
    height: 100%;
}
.home-productes-seccions .beer.hover::before{
    height: 100%;
}
.home-productes-seccions .kombucha.hover p{
    color: #fbedbb !important;
}
.home-productes-seccions .beer.hover p{
    color: #ffd040 !important;
}
.home-productes-seccions p{
    text-align: left;
    padding-left: 30px;
}

.home-productes-seccions .hover .hover-seccio .hover-move img{
    animation: .6s bounce;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px) rotate(5deg);
	}
    
}

.selector-loop {
    margin-bottom: 50px;
}
.selector-loop .wp-block-group {
    gap: 70px;
}
.selector-loop .wp-block-group p::before{
    content: ' · ';
    position: absolute;
    transform: translateX(-45px);
}
.selector-loop .wp-block-group p{
    font-size: 6rem !important;
    cursor: pointer;
}
.selector-loop .wp-block-group  p:nth-child(odd){
    font-family: var(--genium--font--secundaria);
}

.selector-loop > div{
    white-space: nowrap;
}
.selector-loop .first{
    display: inline-block;
    padding-left: 70px;
    animation: text-loop 20s linear infinite;
}
.selector-loop .second{
    display: inline-block;
    padding-left: 70px;
    animation: text-loop 20s linear infinite;
    /* animation-delay: 10s; */
    /* transform: translateX(100%); */
}
@keyframes text-loop {
    0% {transform: translateX(0); }
      100% {transform: translateX(-100%); }
}

.group-texts{
    position: relative;
    min-height: 230px;
}
.fermentacion-text,
.ingredientes-text,
.experiencia-text
{
    transition: .2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 200px;
    max-width: 500px;
}
.fermentacion-text.active,
.ingredientes-text.active,
.experiencia-text.active
{
    opacity: 1;
}
.fermentacion-trigger:hover,
.ingredientes-trigger:hover,
.experiencia-trigger:hover,
.fermentacion-trigger.active,
.ingredientes-trigger.active,
.experiencia-trigger.active
{
    color: var(--genium--color--secundari) !important;
}
#fermentacion-image,
#experiencia-image
{
    opacity: 0;
    transition: .2s;
}
#fermentacion-image.active,
#experiencia-image.active
{
    opacity: 1;
}

.scroll-segment p{
    font-size: 6rem !important;
    margin-left: 1em;
}


.map-block .wp-block-columns{
    margin: 0;
    padding: 0;
}
.mapa-cols{
    height: 100vh !important;
}

#header.scrolled{
    transform: translateY(-100%);
}
#header.scrolled.scrollup{
    transform: translateY(0);
}


.columna-dades {
    gap: 15% !important;
    max-width: 1100px !important;
}
.product-info{
    max-width: 1100px !important;
}

.otgs-development-site-front-end{
    display: none;
}


/*multi-video*/
.multi-video .wp-block-group__inner-container{
    display: flex;
    flex-flow: row wrap;
}
.multi-video .video{
    height: 100%;
    flex-basis: calc(100%/3);
    position: relative;
    transition: .4s;
}
.multi-video .video.playing{
    flex-basis: 100%;
}
.multi-video .video.hide{
    flex-basis: 0%;
}
.genium-styles .home-img-background.multi-video .wp-block-image{
    display: flex;
    z-index: 1;
    align-items: center;
}

.playvideo{
    cursor: pointer;
}

.video #playvideo{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video .wp-block-group__inner-container{
    position: relative;
}
.video .wp-block-group__inner-container .playvideo{
    height: 100%;
    position: absolute;
    width: 100%;
}

.video-controls{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding-left: var(--genium--padding--sides-big);
    padding-bottom: 140px;
    cursor: pointer;
    opacity: 1;
    height: 50px;
}
.video-controls img{
    height: 50px !important;
    width: 50px !important;
    margin: 0 !important;
}
.video-controls .play{
    display: none;
    background-color: #ffffff;
    border-radius: 25px;
}
.video-controls .stop{
    display: block;
    background-color: #ffffff;
    border-radius: 25px;
}

.mobile-scroll-group{
    position: relative;
    color: #ffffff !important;
}
.mobile-scroll-group .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mobile-scroll-group .background-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.videoselect{
    position: absolute;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    height: 35px;
    box-sizing: border-box;
    padding-left: 10px;
    display: none;
}
.videoselect img{
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    display: none;
}
.videoselect .controls div{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #c0b09a;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    transform: translateY(-2px);
}
.videoselect .controls{
    display: inline-block;
}
.playstop{
    display: inline-block;
}
.videoselect .controls .video1.active{
    width: 60px;
    position: relative;
    overflow: hidden;
}
.videoselect .controls .video2.active{
    width: 60px;
    position: relative;
    overflow: hidden;
}
.videoselect .controls .video3.active{
    width: 60px;
    position: relative;
    overflow: hidden;
}
.videoselect .controls .video1.active::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #18335C;
    animation: fillbar 23s;
    animation-fill-mode: forwards;
}
.videoselect .controls .video2.active::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #18335C;
    animation: fillbar 31s;
    animation-fill-mode: forwards;
}
.videoselect .controls .video3.active::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #18335C;
    animation: fillbar 36s linear;
    animation-fill-mode: forwards;
}
@keyframes fillbar {
    0%{ width: 0%;}
    100%{ width: 100%;}
}


.home-img-background.multi-video .wp-block-group__inner-container{
    padding-bottom: 0;
}

/* BREAKPOINTS */
@media (max-height: 750px) { 

}

@media (max-width: 1336px) {

}

@media (max-width: 781px) { 
    body{
        --genium--logo--height: 28px;
        --genium--height--header: 90px;

        --genium--fonts--h1: 2rem;
        --genium--fonts--h2: 1.7rem;
        --genium--fonts--h3: 1.4rem;
        --genium--fonts--h4: 1.15rem;
        --genium--fonts--p: 1.1rem;
        --genium--fonts--p--small: 0.93rem;
        --genium--fonts--p--medium: 1.25rem;
        --genium--fonts--p--large: 1.5rem;
        --genium--fonts--p--xlarge: 1.8rem;
    }

    .wp-block-columns.separator{
        gap: 100px !important;
    }
    .wp-block-columns.separator .wp-block-column:not(:first-of-type){
        border-left: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .wp-block-columns.separator.bottom{
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .wp-block-columns.formatos > .wp-block-column {
        flex-basis: 20% !important;
    }

    .full-width .wp-block-group__inner-container{
        padding-left: var(--genium--padding--sides);
        padding-right: var(--genium--padding--sides);
    }


    .page-template-template-transparent-header-kombucha #header .logo img, .page-template-template-transparent-header-beer #header .logo img, .page-template-template-kombucha #header .logo img, .page-template-template-beer #header .logo img {
        height: 70px;
    }
    .page-template-template-transparent-header-kombucha #header.slim .logo img, .page-template-template-transparent-header-beer #header.slim .logo img, .page-template-template-kombucha #header.slim .logo img, .page-template-template-beer #header.slim .logo img {
        height: 60px;
        padding: 0;
    }
    .page-template-template-transparent-header-kombucha #header.slim .logo img, .page-template-template-transparent-header-beer #header.slim .logo img, .page-template-template-kombucha #header.slim .logo img, .page-template-template-beer #header.slim .logo img {
        height: 70px;
    }

    #header{
        padding-top: 0;
    }
    #header .logo{
        flex-grow: 0;
    }
    #header .language{
        display: none;
    }
    #main-menu{
        display: none;
    }
    #header .logo img{
        padding: 8px;
        padding-left: 0;
    }
    .home-img-background .wp-block-group__inner-container{
        padding: 0;
        padding-bottom: 20px;
    }
    #footer{
        padding-bottom: 30px;
    }
    #menu-legal li{
        display: block;
        margin-left: 0 !important;
    }
    .selector-loop .wp-block-group p {
        font-size: 2rem !important;
        cursor: pointer;
    }
    .fermentacion-text, .ingredientes-text, .experiencia-text {
        padding-left: 0px;
    }
    .wp-block-group.full-width .wp-block-group__inner-container{
        padding: 0;
    }

    /* .wp-block-columns {
        margin-top: 10px;
        margin-bottom: 10px;
    } */

    .video-controls{
        padding-bottom: 80px;
        height: 35px;
    }
    .video-controls img {
        height: 35px !important;
        width: 35px !important;
        margin: 0 !important;
    }

    .video #playvideo img{
        max-width: 60px;
        height: auto;
    }
    .multi-video .wp-block-group__inner-container{
        flex-flow: column wrap;
    }

    /* .multi-video .video {
        flex-basis: 100%;
    } */


    .multi-video .wp-block-group__inner-container img{
        max-width: 60px;
        height: auto;
    }
    .multi-video .video.hide img{
        opacity: 0;
    }

    .home-productes-seccions p{
        padding: 0;
    }

    /* .genium-styles .full-width{
        padding-left: var(--genium--padding--sides) !important;
        padding-right: var(--genium--padding--sides) !important;
    } */

    .genium-styles .full-width.has-background,
    .bloc-background-image.full-width
    {
        padding-left: var(--genium--padding--sides) !important;
        padding-right: var(--genium--padding--sides) !important;
    }

    .genium-styles .full-width .wp-block-column .wp-block-image.size-full{
        margin-bottom: 20px;
    }

    .page-template-template-beer .has-background{
        padding-bottom: 30px;
    }
    
    .ficha-producte {
        padding-top: 10px;
    }
    #carregant-progress {
        font-size: 3rem !important;
    }
    .render-content {
        width: 90% !important;
        height: 500px !important;
        margin-bottom: 150px !important;
    }
    .formatos{
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) scale(.8);
    }
    .product-info {
        position: relative;
    }

    .home-img-background {
        padding-bottom: 180px;
        z-index: 2;
    }
    .home-img-background.multi-video {
        padding-bottom: 0;
    }

    .map-block{
        overflow: hidden;
        z-index: -1;
        position: relative;
    }
    .mapa-cols{
        position: fixed;
        top: 0;
    }

    .text-home strong {
        font-size: 1.8rem !important;
    }
    .text-home em {
        padding-left: 0;
        padding-top: 20px;
    }

    .product-info{
        gap: 0 !important;
    }

    .scroll-segment p{
        font-size: 2rem !important;
    }

    /* .genium-styles .home-img-background.multi-video .wp-block-image.desktop{
        display: none !important;
    } */
    .home-img-background >.wp-block-group__inner-container .video:nth-child(1) .wp-block-video.background-image video {
        object-position: 20% center;
    }
}

@media (max-width: 543px) { 

}