/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html{
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body{
    margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1{
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr{
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a{
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]{
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong{
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub{
    bottom: -0.25em;
}
sup{
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img{
    border-style: none;
}
/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea{
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input{ /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select{ /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"]{
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset{
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend{
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress{
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea{
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"]{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"]{
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button{
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details{
    display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary{
    display: list-item;
}
/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template{
    display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden]{
    display: none;
}
html, body{
    box-sizing: border-box;
    height: 100%;
    margin: 0;
}
body *{
    box-sizing: border-box;
}
html{
    font-size: 16px;
    /*font-size: 1vw;*/
}
@media (max-width: 1440px){

    html{
        font-size: 1vw;
    }
}
@media (max-width: 990px){

    html{
        font-size: 1.1vw;
    }
}
@media (max-width: 768px){

    html{
        font-size: 1.5vw;
    }
}
@media (max-width: 544px){

    html{
        font-size: 2vw;
    }
}

@import url('https://rsms.me/inter/inter.css');

html{
    font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal){
    html{
        font-family: 'Inter var', sans-serif;
    }
}
body{
    background-color: #fff;
    color: #242424;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
}
p, li, dt, dd, time, table, big, textarea, label{
    line-height: 1.4;
}
a{
    color: inherit;
    outline: 0;
}
img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
}
p{
    font-size: 1.2rem;
    margin: 0 0 1rem;
    font-weight: 300;
}
#navigation{
    display: none;
}
.appear{
    opacity: 0;
    transition: opacity 1s linear 0s;
    visibility: hidden;
}
.appear.appeared{
    opacity: 1;
    visibility: visible;
}
.appear0{
    transition-delay: 0s;
}
.appear1{
    transition-delay: 0.25s;
}
.appear2{
    transition-delay: 0.5s;
}
.appear3{
    transition-delay: 0.75s;
}
.appear4{
    transition-delay: 1s;
}
.appear5{
    transition-delay: 1.25s;
}
.appear6{
    transition-delay: 1.5s;
}
.appear7{
    transition-delay: 1.75s;
}
.appear8{
    transition-delay: 2s;
}
.appear9{
    transition-delay: 2.25s;
}
.appear10{
    transition-delay: 2.5s;
}
img:hover{
    opacity: 1;
}
h1, h2{
    font-size: 4.5rem;
    line-height: 1.3;
    margin: 0 0 1rem 0;
}
h2{
    font-size: 4rem;
    line-height: 1.1;
    margin: 0 0 3rem 0;
}
.btn-next{
    cursor: pointer;
}
.video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe{
    border-radius: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.languages{
    position: fixed;
    left: 1.5rem;
    bottom: 1rem;
    z-index: 10;
    color: #000000;
    font-size: 1.2rem;
}
.nacional{
    position: fixed;
    left: 1.5rem;
    top: 1rem;
    z-index: 10;
    width: 2rem;
}
section *{
    -webkit-animation: none;
    animation: none;
}
.naturgy-mobile{
    display: none;
}
.slide{
    padding: 0;
    height: 100%;
    overflow-y: hidden;
}
.slide .slide-inner{
    display: flex;
    height: 100%;
}
.slide .slide-left{
    flex-basis: 50%;
    position: relative;
    padding: 3rem 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.slide .slide-right{
    background-color: #17456e;
    color: #ffffff;
    flex-basis: 50%;
    position: relative;
    padding: 4rem;
}
.slide .logo-wrapper{
    margin: 0;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: absolute;
    top: 3rem;
    left: 3rem;
}
.slide .logo-wrapper .bullet{
    border: dashed 3px #81b758;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 100%;
    margin-right: 2rem;
}
.slide .logo-wrapper .text{
    font-size: 1.45rem;
    line-height: 1.1;
    font-weight: normal;
}

/** Slide A
*************************************************************************/
.slide.slide-a .slide-left{
    flex-basis: 60%;
}
.slide.slide-a .slide-left .circle-arrows{
    position: absolute;
    top: 49.5%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    color: #81b758;
    font-size: 50px;
    font-weight: normal;
    border: dashed 2px #81b758;
    height: 18rem;
    width: 18rem;
    height: 45%;
    width: 45%;
    border-radius: 100%;
    max-width: 200px;
    max-height: 200px;
    animation: rotate-circle 40s infinite linear;
}
.slide.slide-a .slide-left .circle-arrows .arrow-wrapper{
    max-width: 10px;
    position: absolute;
    top: -4.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 5%;
}
.slide.slide-a .slide-left .circle-arrows .arrow-wrapper.arrow-wrapper-bottom{
    top: auto;
    bottom: -4.5%;
    transform: translateX(-50%) rotate(175deg);
}
.slide.slide-a .slide-left .circle-arrows .arrow-wrapper img{
    position: relative;
    max-width: inherit;
    width: 100%;
}
.slide.slide-a .circle .icon{
    opacity: 1;
    visibility: visible;
}
.slide.slide-a .slide-right{
    flex-basis: 40%;
    padding: 4rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide.slide-a .slide-right .title{
    line-height: 0.95;
    margin-bottom: 3rem;
}
.slide.slide-a .slide-right .title div:first-child{
    font-weight: 300;
    font-size: 5.5rem;
}
.slide.slide-a .slide-right .title div:last-child{
    font-weight: 400;
    font-size: 3rem;
}
.slide.slide-a .slide-right .subtitle{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    padding: 0;
}
.slide.slide-a .slide-right .subtitle p{
    font-size: 1.1rem;
}
.slide.slide-a .slide-right .naturgy-wrapper{
    right: 3rem;
    top: 3rem;
    position: absolute;
    display: flex;
    align-items: center;
}
.slide.slide-a .slide-right .naturgy-wrapper span{
    margin-right: .5rem;
    font-size: 1rem;
}
.slide.slide-a .slide-right .naturgy-wrapper .naturgy{
    max-width: 8rem;
}
.slide.slide-a .slide-right .naturgy-wrapper .naturgy img{
    width: 100%;
}
.slide.slide-a .slide-right .example-wrapper{
    border: 3px dashed #ffffff;
    border-radius: 100%;
    height: 10rem;
    width: 10rem;
    margin: 3rem auto 0;
    text-align: center;
}
.slide.slide-a .slide-right .example-wrapper img{
    margin: -2rem auto 0;
    width: 7rem;
}
.slide.slide-a .slide-right .example-wrapper span{
    animation: beat 1.5s infinite alternate;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    margin-top: 1.5rem;
}
.slide.slide-a .arrow-down{
    max-height: 40px;
    margin: 0 auto 4rem;
}
.slide.slide-a .content{
    max-width: 60rem;
}
.slide.slide-a .content .title{
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
}
.slide.slide-a .content .subtitle{
    display: flex;
    justify-content: space-between;
}
.slide.slide-a .content .subtitle p{
    flex-basis: 48%;
    margin-bottom: 0;
}
.slide.slide-a .circle{
    margin: 4rem auto 9rem;
}
.slide.slide-a .slide-left .rrr-wrapper{
    border: none;
    position: absolute;
    top: 49.5%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    color: #81b758;
    font-size: 50px;
    font-weight: normal;
    height: 18rem;
    width: 18rem;
    height: 45%;
    width: 45%;
    border-radius: 100%;
    max-width: 246px;
    max-height: 246px;
    max-width: 220px;
    max-height: 220px;
}
.slide.slide-a .circle img.gotas{
    max-width: 10%;
    max-height: 11%;
}

.slide.slide-b .slide-right{
    background-color: #5bc48c;
}
.slide.slide-c .slide-right{
    background-color: #ff5437;
}
.slide.slide-d .slide-right{
    background-color: #8cb464;
}
.slide.slide-e .slide-right{
    background-color: #00a8f2;
}
.slide.slide-f .slide-right{
    background-color: #ff9f00;
}
.slide.slide-g .slide-right{
    background-color: #bd7aff;
}
.slide.slide-h .slide-right{
    background-color: #5bc48c;
}

.slide.slide-c .slide-right .subtitle{
    margin-bottom: 2rem;
}
.slide.slide-g .slide-right .btns-wrapper{
    margin-top: 0;
}
.slide.slide-g .slide-right .subtitle{
    margin-bottom: 1rem;
}

/** Circle
*************************************************************************/
.slide .circle{
    position: relative;
    text-align: center;
    margin: 7rem auto 0;
    /*max-width: 825px;*/
    font-size: 13px;
    width: auto;
}
.slide .circle svg{
    max-width: 450px;
    width: 40rem;
}
.slide .circle svg .path{
    fill: #e1e1e1;
    transition: fill 1s linear 0s;
}
.slide .circle img{
    position: absolute;
    max-width: 7%;
    max-height: 8%;
    width: 4rem;
    z-index: 1;
}
.slide .circle .basura{
    top: 15%;
    left: -10%;
}
.slide .circle .info-wrapper{
    position: absolute;
    opacity: 0;
    transition: opacity 1s linear 0s;
    visibility: hidden;
}
.slide .circle .info-wrapper.active{
    opacity: 1;
    visibility: visible;
}
.slide .circle .line{
    position: absolute;
}
.slide .circle .name{
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1;
    position: absolute;
    text-align: left;
}

/** Slide cicle
*************************************************************************/
.slide .slide-left .rrr-wrapper{
    position: absolute;
    top: 49.5%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    color: #81b758;
    font-size: 50px;
    font-weight: normal;
    border: dashed 2px #e1e1e1;
    height: 22rem;
    width: 22rem;
    border-radius: 100%;
    max-width: 50%;
    max-height: 52%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slide .slide-left .rrr.rrr-1{
    margin: -40px 0 0 0;
    line-height: 1;
}
.slide .slide-left .rrr.rrr-2 div{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: .6em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s linear 0s;
}
.slide .slide-left .rrr.rrr-2 div.active{
    opacity: 1;
    visibility: visible;
}
.slide .slide-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide .slide-right .top-wrapper{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.slide .slide-right .top-wrapper .left-wrapper{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.slide .slide-right .naturgy-wrapper{
    display: flex;
    align-items: center;
}
.slide .slide-right .naturgy-wrapper span{
    margin-right: .5rem;
    font-size: 1rem;
}
.slide .slide-right .naturgy-wrapper .naturgy{
    width: 7rem;
}
.slide .slide-right .naturgy-wrapper .naturgy img{
    width: 100%;
}
.slide .slide-right .bottom-wrapper{
    display: flex;
    flex-direction: column;
    /*flex-basis: 100%;*/
}
.slide .slide-right .bottom-wrapper .title{
    display: flex;
}
.slide .slide-right .bottom-wrapper .title span:first-child{
    flex-basis: 10%;
}
.slide .slide-right .bottom-wrapper .basis-100{
    flex-basis: 100%;
}
.slide .slide-right .title{
    font-size: 4.3rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.slide .slide-right .title{
    font-size: 3.3rem;
}
.slide.slide-d .slide-right .title{
    font-size: 3.5rem;
}
.slide .slide-right .subtitle{
    margin-bottom: 3rem;
    padding-left: 10.5%;
}
.slide.slide-d .slide-right .subtitle{
    margin-bottom: 2rem;
}
.slide.slide-g .slide-right .video-wrapper{
    margin-bottom: 2rem;
}
.slide.slide-f .slide-right .subtitle{
    margin-bottom: 2rem;
}
.slide .slide-right .btns-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.slide .slide-right .btns-wrapper button{
    background-color: transparent;
    border: solid 2px #ffffff;
    font-size: 1.3rem;
    font-weight: 300;
    flex-basis: 50%;
    letter-spacing: 0;
    height: auto;
    padding: 1rem 3rem;
    color: #ffffff;
}
.slide .slide-right .btns-wrapper button:hover{
    background-color: #ffffff;
    color: #000000;
}
.slide .slide-right .btns-wrapper button:first-child{
    border-radius: 4rem 0 0 4rem;
}
.slide .slide-right .btns-wrapper button:last-child{
    border-radius: 0 4rem 4rem 0;
    border-left: none;
}
.slide .circle{
    margin-top: 0;
    width: auto;
}
.slide .circle .icon{
    opacity: 0;
    visibility: hidden;
}
.slide .circle .icon.active,
.slide .circle .info-wrapper.active{
    opacity: 1;
    visibility: visible;
}
.slide .circle .materies{
    top: 12%;
    left: 28%;
    max-width: 10%;
    max-height: 11%;
}
.slide .circle .produccio{
    top: 11%;
    right: 30%;
}
.slide .circle .biogas{
    top: 31%;
    right: 10%;
}
.slide .circle .reparacio{
    top: 80%;
    right: 37%;
}
.slide .circle .upgrading{
    top: 61%;
    right: 10%;
}
.slide .circle .biometa{
    bottom: 12%;
    right: 29%;
}
.slide .circle .consum{
    bottom: 14%;
    left: 30%;
}
.slide .circle .reciclatge{
    top: 44%;
    left: 12%;
}
.slide .circle svg .path-materies.active{
    fill: #5bc48c;
}
.slide .circle svg .path-produccio.active{
    fill: #ff5437;
}
.slide .circle svg .path-biogas.active{
    fill: #8cb464;
}
.slide .circle svg .path-upgrading.active{
    fill: #00a8f2;
}
.slide .circle svg .path-biometa.active{
    fill: #ff9f00;
}
.slide .circle svg .path-consum.active{
    fill: #bd7aff;
}
.slide .circle svg .path-reciclatge.active{
    fill: #5bc48c;
}
.slide .circle .produccio-info{
    right: 36%;
    top: -11%;
}
.slide .circle .produccio-info .line{
    border-left: 4px dotted #ff5437;
    border-bottom: none;
    height: 6rem;
    top: 0;
    left: 0;
}
.slide .circle .produccio-info .name{
    color: #ff5437;
    top: 0;
    left: 2rem;
    bottom: auto;
    right: auto;
}
.slide .circle .biogas-info{
    right: -12%;
    top: 31%;
}
.slide .circle .biogas-info .line{
    border-bottom: 4px dotted #8cb464;
    width: 8rem;
    bottom: 0;
    right: 0;
}
.slide .circle .biogas-info .name{
    color: #8cb464;
    bottom: 2rem;
    right: 0;
}
.slide .circle .upgrading-info{
    right: -19%;
    top: 72%;
}
.slide .circle .upgrading-info .line{
    border-bottom: 4px dotted #00a8f2;
    width: 7rem;
    bottom: 2.5rem;
    right: 0;
}
.slide .circle .upgrading-info .name{
    color: #00a8f2;
    bottom: 0;
    right: 0;
}
.slide .circle .biometa-info{
    right: 36%;
    bottom: -11%;
}
.slide .circle .biometa-info .line{
    border-left: 4px dotted #ff9f00;
    height: 8rem;
    bottom: 0;
    left: 0;
}
.slide .circle .biometa-info .name{
    color: #ff9f00;
    bottom: 0;
    left: 2rem;
    min-width: 7rem;
}
.slide .circle .consum-info{
    left: 40%;
    bottom: -11%;
}
.slide .circle .consum-info .line{
    border-left: 4px dotted #bd7aff;
    height: 6rem;
    bottom: 0;
    right: 0;
}
.slide .circle .consum-info .name{
    color: #bd7aff;
    bottom: 0;
    right: 2rem;
}
.slide .circle .reciclatge-info{
    left: -19%;
    top: 56%;
}
.slide .circle .reciclatge-info .line{
    border-bottom: 4px dotted #5bc48c;
    width: 9rem;
    bottom: 0;
    left: 0;
}
.slide .circle .reciclatge-info .name{
    color: #5bc48c;
    bottom: 2rem;
    left: 0;
}
.slide .circle .materies-info{
    left: 40%;
    top: -12%;
}
.slide .circle .materies-info .line{
    border-left: 4px dotted #5bc48c;
    height: 6rem;
    top: 0;
    right: 0;
}
.slide .circle .materies-info .name{
    color: #5bc48c;
    top: 0;
    right: 2rem;
}
.slide .circle svg .path{
    transition-delay: 0s;
}
.slide .circle .info-wrapper{
    transition-delay: .5s;
}

.slide .circle svg .path.path-materies{
    transition-delay: .5s;
}
.slide .circle svg .path.path-produccio{
    transition-delay: 1s;
}
.slide .circle svg .path.path-biogas{
    transition-delay: 1.5s;
}
.slide .circle svg .path.path-upgrading{
    transition-delay: 2s;
}
.slide .circle svg .path.path-biometa{
    transition-delay: 2.5s;
}
.slide .circle svg .path.path-consum{
    transition-delay: 3s;
}
.slide .circle svg .path.path-reciclatge{
    transition-delay: 3.5s;
}

.slide .circle .materies-info{
    transition-delay: 1s;
}
.slide .circle .produccio-info{
    transition-delay: 1.5s;
}
.slide .circle .biogas-info{
    transition-delay: 2s;
}
.slide .circle .upgrading-info{
    transition-delay: 2.5s;
}
.slide .circle .biometa-info{
    transition-delay: 3s;
}
.slide .circle .consum-info{
    transition-delay: 3.5s;
}
.slide .circle .reciclatge-info{
    transition-delay: 4s;
}

/** Slide I
*************************************************************************/
.slide.slide-i .slide-left{
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.slide.slide-i .slide-left img{
    border-radius: 2rem;
}
.slide.slide-i .slide-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 10rem;
}
.slide.slide-i .slide-right img{
    margin-top: 2rem;
    width: 10rem;
}
.slide.slide-i .btn-init{
    background-color: transparent;
    border: solid 2px #ffffff;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0;
    height: auto;
    padding: 1rem 7rem;
    color: #ffffff;
    border-radius: 4rem;
    margin: 2rem 0;
}
.slide.slide-i .btn-init:hover{
    background-color: #ffffff;
    color: #000000;
}
.slide.slide-i .social{
    align-items: center;
    display: flex;
}
.slide.slide-i .social a{
    margin-right: 2rem;
}
.slide.slide-i .social a:last-child{
    margin-right: 0;
}

/** Contents
*************************************************************************/
#biogas-content{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
#biogas-content .image-wrapper{
    flex-basis: 35%;
    margin-right: 5%;
}
#biogas-content .image-wrapper img{
    max-width: 12rem;
    margin: 0 auto;
    opacity: .6;
}
#biogas-content .info{
    flex-basis: 50%;
}
#biogas-content .title{
    font-weight: 300;
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
    margin-bottom: 0;
}
#biogas-content .title.title-2{
    align-items: flex-start;
}
#biogas-content .title span:first-child{
    flex-basis: inherit;
    white-space: nowrap;
}
#biogas-content .title span:last-child{
    font-size: .5em;
    margin-left: 1rem;
    margin-bottom: 0.3rem;
    opacity: .7;
}
#biogas-content .title.title-2 span:last-child{
    margin: 0.6rem 0 0 1rem;
}
#biogas-content .subtitle{
    font-size: 1.8rem;
    opacity: .7;
    padding: 0;
    font-weight: 300;
    margin: 0;
}
#biogas-content .line{
    border-bottom: 2px dashed #ffffff;
    margin: 1.5rem 0;
}

#biometa-content img{
    max-height: 25rem;
}

#reciclatge-content img{
    border-radius: 2rem;
}

@media (max-width: 1366px){

    p{
        font-size: 1.1rem;
    }

    .video-wrapper{
        margin: 0 auto;
        padding-bottom: 44.25%;
        width: 80%;
    }

    .slide .circle{
        font-size: 9px;
    }

    .slide .logo-wrapper .bullet{
        margin-right: 1rem;
    }

    .slide .logo-wrapper .text{
        font-size: 1.2rem;
    }

    .slide .slide-right{
        padding: 3rem;
    }

    .slide .slide-right .subtitle{
        margin-bottom: 2rem;
    }

    .slide .slide-right .btns-wrapper{
        margin-top: 2rem;
    }

    .slide .slide-right .btns-wrapper button{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .slide.slide-d .slide-right .title{
        font-size: 3rem;
    }

    .slide.slide-d .slide-right .top-wrapper{
        margin-bottom: 1rem;
    }

    .slide .slide-right .title{
        font-size: 3rem;
    }

    .slide .circle svg{
        max-width: 310px;
    }

    .slide.slide-a .content .title{
        margin-bottom: 1rem;
    }

    .slide.slide-a .circle{
        margin-bottom: 5rem;
    }

    .slide.slide-a .slide-left .circle-arrows,
    .slide.slide-a .slide-left .rrr-wrapper{
        font-size: 33px;
    }

    .slide.slide-a .slide-left .circle-arrows .arrow-wrapper{
        max-width: 10px;
    }

    .slide.slide-a .arrow-down{
        display: none;
    }

    .slide.slide-a .slide-right .subtitle{
        margin-bottom: 1rem;
    }

    .slide.slide-a .slide-right .example-wrapper{
        margin-top: 1rem;
        height: 8rem;
        width: 8rem;
    }

    .slide.slide-a .slide-right .example-wrapper img{
        margin-top: -1.5rem;
        width: 6rem;
    }

    .slide.slide-a .slide-right .example-wrapper span{
        font-size: 1rem;
        margin-top: .5rem;
    }

    .slide.slide-a .slide-right .title{
        margin-bottom: 2rem;
    }

    .slide.slide-a .slide-right .title div:first-child{
        font-size: 5rem;
    }

    .slide.slide-a .slide-right .title div:last-child{
        font-size: 2.5rem;
    }

    .slide.slide-h .slide-right .subtitle{
        margin-bottom: 1rem;
    }

    #biometa-content img{
        max-height: 18rem;
    }

    .slide.slide-g .slide-right .subtitle{
        margin-bottom: 2rem;
    }
}

@media (max-width: 1280px){

    p{
        font-size: 1.3rem;
    }

    .video-wrapper{
        padding-bottom: 56.25%;
        width: 100%;
    }

    .slide .slide-right{
        padding: 5rem;
    }

    .slide .circle svg{
        /*width: 33rem;*/
    }

    .slide.slide-a .arrow-down{
        display: none;
    }

    .slide.slide-a .circle{
        margin-bottom: 8rem;
    }

    .slide.slide-a .circle svg{
        /*width: 33rem;*/
    }

    .slide .slide-left .rrr-wrapper,
    .slide.slide-a .slide-left .circle-arrows{
        font-size: 45px;
    }

    .slide.slide-a .slide-right .subtitle{
        margin-bottom: 2rem;
    }

    .slide.slide-a .arrow-down{
        max-height: 35px;
        display: block;
        margin-bottom: 4rem;
    }

    .slide.slide-a .slide-right .example-wrapper{
        margin-top: 0;
        height: 9rem;
        width: 9rem;
    }

    .slide.slide-a .slide-right .example-wrapper span{
        margin-top: 1rem;
    }

    .slide.slide-a .slide-right .example-wrapper img{
        width: 8rem;
    }

    .slide.slide-h .slide-right .subtitle{
        margin-bottom: 3rem;
    }

    #biometa-content img{
        max-height: 25rem;
    }
}

@media (max-width: 1024px){

    .slide.slide-a .slide-left .circle-arrows .arrow-wrapper.arrow-wrapper-bottom{
        bottom: -0.75rem;
    }

    .slide.slide-a .slide-right .title{
        margin-bottom: 2rem;
    }

    .slide.slide-a .slide-right .title div:first-child{
        font-size: 4.5rem;
    }

    .slide.slide-a .slide-right .title div:last-child{
        font-size: 2.5rem;
    }

    .slide .slide-right{
        padding: 3rem 5rem;
    }

    .slide.slide-a .circle svg{
        /*width: 29rem;*/
    }

    .slide .circle .line{
        border-width: 2px !important;
    }
}

@media only screen  and (max-device-width: 1194px) and (orientation: landscape){

    p{
        font-weight: 500;
    }

    .slide{
        min-height: calc(100vh - 64px);
        height: calc(100vh - 64px);
    }

    .slide.slide-a .circle svg{
        /*width: 26rem;*/
    }

    .slide.slide-a .arrow-down{
        display: none;
    }

    .slide.slide-a .slide-right .example-wrapper{
        margin-top: 2rem;
    }

    .slide .circle .line{
        border-width: 2px !important;
    }
}

@media only screen  and (max-device-width: 834px) and (orientation: portrait){

    p{
        font-size: 1.7rem;
        font-weight: 500;
    }

    .nacional{
        top: 2rem;
        left: 2rem;
        width: 4rem;
    }

    .languages{
        top: 2rem;
        left: 8rem;
        bottom: auto;
        font-size: 1.7rem;
    }

    .naturgy-mobile{
        position: absolute;
        display: block;
        top: 3rem;
        right: 3rem;
        display: flex;
        align-items: center;
    }

    .naturgy-mobile span{
        font-size: 1.3rem;
        margin-right: .5rem;
    }

    .naturgy-mobile img{
        max-width: 10rem;
    }

    .slide.slide-a .slide-right .subtitle p{
        font-size: 1.7rem;
    }

    .slide .slide-right .top-wrapper{
        margin-bottom: 4rem;
    }

    .slide .circle .line{
        border-width: 2px !important;
    }

    .slide .slide-right .top-wrapper .left-wrapper{
        font-size: 1.9rem;
        font-weight: 500;
    }

    .slide .slide-right .bottom-wrapper .title span:first-child{
        flex-basis: 5%;
    }

    .slide .slide-right .subtitle{
        padding-left: 5.5%;
    }

    .slide.slide-a .slide-right .naturgy-wrapper{
        display: none;
    }

    .slide{
        display: block !important;
        height: auto;
        overflow-y: auto;
        min-height: inherit;
    }

    .slide .circle{
        font-size: 12px;
    }

    .slide .slide-left,
    .slide .slide-right{
        padding: 5rem;
    }

    .slide.slide-a .arrow-down{
        display: none;
    }

    .slide.slide-a .slide-right .title{
        font-size: 3.5rem;
        margin-bottom: 6rem;
    }

    .slide.slide-a .circle{
        margin-top: 7rem;
        margin-bottom: 10rem;
    }

    .slide .slide-inner{
        flex-direction: column;
    }

    .slide.slide-a .slide-right{
        flex-direction: row;
        align-items: center;
        padding: 5rem;
    }

    .slide.slide-a .slide-right .example-wrapper{
        margin-top: 3rem;
    }

    .slide.slide-a .slide-right .subtitle{
        margin-bottom: 0;
    }

    .slide .slide-right .bottom-wrapper .info-wrapper{
        flex-basis: 45%;
    }

    .slide .slide-right .subtitle,
    .slide.slide-c .slide-right .title,
    .slide.slide-c .slide-right .subtitle,
    .slide.slide-d .slide-right .subtitle,
    .slide.slide-g .slide-right .title,
    .slide.slide-g .slide-right .subtitle,
    .slide.slide-h .slide-right .subtitle{
        margin-bottom: 3rem;
    }

    .slide .slide-left{
        flex-basis: 100%;
    }

    .slide .slide-right{
        flex-basis: 100%;
        padding-bottom: 5rem;
    }

    .slide.slide-g .slide-right .top-wrapper{
        margin-bottom: 2rem;
    }

    .slide.slide-i .slide-left{
        padding-bottom: 50%;
    }

    .slide.slide-i .inner{
        margin: 0 auto;
    }

    .slide.slide-a .content .title{
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    .slide.slide-a .content .subtitle p{
        font-size: 1.7rem;
    }

    .slide.slide-a .slide-right .example-wrapper span,
    .slide .slide-right .btns-wrapper{
        display: none;
    }

    .slide.slide-a .slide-right .example-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 6rem;
    }

    .slide.slide-a .slide-right .example-wrapper img{
        margin: 0 auto;
        width: 6rem;
    }

    .slide .logo-wrapper .text{
        font-size: 1.45rem;
    }

    .slide.slide-b .slide-left{
        padding: 8rem 3rem 5rem;
    }

    .slide.slide-c .slide-left{
        padding: 8rem 3rem 5rem;
    }

    .slide.slide-d .slide-left{
        padding: 5rem 3rem;
    }

    .slide.slide-e .slide-left{
        padding: 5rem 3rem;
    }

    .slide.slide-f .slide-left{
        padding: 5rem 3rem 8rem;
    }

    .slide.slide-g .slide-left{
        padding: 5rem 3rem 8rem;
    }

    .slide.slide-h .slide-left{
        padding: 5rem 3rem;
    }

    #biogas-content{
        justify-content: center;
    }

    #biogas-content .title.title-2 span:last-child{
        margin: 0 0 0.3rem 1rem;
    }

    #biogas-content .image-wrapper{
        flex-basis: 30%;
    }

    #biogas-content .info{
        flex-basis: inherit;
    }

    #biogas-content .title.title-2{
        align-items: flex-end;
    }

    #biometa-content img{
        max-height: 30rem;
    }

    .slide .circle .upgrading-info{
        right: -29%;
    }

    .slide .circle .upgrading-info .line{
        width: 10rem;
    }

    .slide .circle .reciclatge-info{
        left: -29%;
    }

    .slide .circle .reciclatge-info .line{
        width: 12rem;
    }

    .slide .circle .biogas-info{
        right: -15%;
    }

    .slide .circle .produccio{
        right: 29%;
    }

    .slide .circle .biogas{
        right: 9%;
    }

    .slide .circle .upgrading{
        top: 60%;
        right: 9%;
    }

    .slide .circle .reciclatge{
        left: 11%;
    }

    .slide.slide-i .social a{
        font-size: 3rem;
    }

    .slide.slide-i .btn-init{
        font-size: 2.2rem;
        padding: 1.5rem 5rem;
    }
}

@media (max-width: 650px){

    p{
        font-size: 2rem;
    }

    .slide.slide-a .slide-right .naturgy,
    .slide .slide-right .top-wrapper .naturgy{
        max-width: inherit;
        width: 10rem;
    }

    .slide .slide-right .top-wrapper .left-wrapper{
        font-size: 2rem;
    }

    .slide .slide-right .naturgy-wrapper{
        flex-direction: column;
        align-items: flex-end;
    }

    .slide .slide-right .naturgy-wrapper span{
        font-size: 1.5rem;
        margin: 0 0 .5rem 0;
    }

    .slide .slide-left .rrr.rrr-1{
        margin-top: -20px;
    }

    .slide .logo-wrapper{
        display: none;
    }

    .slide.slide.slide-a .logo-wrapper{
        display: flex;
    }

    .slide.slide-a .slide-left{
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .slide .circle{
        margin-top: 0;
    }

    .slide .circle svg{
        max-width: 220px;
    }

    .slide .circle .name{
        font-size: 1em;
    }

    .slide .circle .line{
        border-width: 2px !important;
    }

    .slide .slide-left{
        padding: 9rem 3rem;
    }

    .slide .circle .reparacio-info .name{
        min-width: 8rem;
    }

    .slide .circle .pig-wrapper{
        border-width: 1px;
        top: 49%;
        left: 52.5%;
        height: 14rem;
        width: 14rem;
    }

    .slide .slide-right .bottom-wrapper{
        flex-direction: column;
        display: block;
    }

    .slide.slide-a .slide-left .rrr-wrapper{
        font-size: 25px;
    }

    .slide .slide-left .rrr-wrapper,
    .slide.slide-a .slide-left .circle-arrows{
        border-width: 1px;
    }

    .slide.slide-a .slide-left .circle-arrows .arrow-wrapper{
        top: -0.61rem;
    }

    .slide.slide-a .slide-left .circle-arrows .arrow-wrapper.arrow-wrapper-bottom{
        bottom: -0.61rem;
    }

    .slide.slide-a .slide-right .example-wrapper{
        border-width: 1px;
        top: 1rem;
    }

    .slide.slide-a .content .title{
        font-size: 3rem;
    }

    .slide.slide-a .content .subtitle{
        flex-direction: column;
    }

    .slide.slide-a .content .subtitle p{
        flex-basis: 100%;
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .slide.slide-a .content .subtitle p:last-child{
        margin-bottom: 0;
    }

    .slide.slide-a .slide-right .subtitle p{
        font-size: 2rem;
    }

    .slide .slide-right{
        flex-direction: column;
    }

    .slide.slide-i .slide-right{
        padding: 5rem;
    }

    #biogas-content .image-wrapper{
        margin-right: 5%;
    }

    .slide .slide-left .rrr-wrapper{
        font-size: 25px;
        top: 49%;
        max-height: 50%;
    }

    .slide.slide-i .social a{
        font-size: 4rem;
    }

    .slide.slide-i .btn-init{
        font-size: 2.5rem;
        padding: 2rem 5rem;
    }

    .slide.slide-i .slide-right img{
        width: 14rem;
    }
}

@keyframes beat{
    to{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes rotate-circle{
    0%{
        -moz-transform: translate(-50%, -50%) rotateZ(0deg);
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        -o-transform: translate(-50%, -50%) rotateZ(0deg);
        -ms-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100%{
        -moz-transform: translate(-50%, -50%) rotateZ(360deg);
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        -o-transform: translate(-50%, -50%) rotateZ(360deg);
        -ms-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}