:root{
    --bg-gris: #D9D9D9;
    --color-white: #FFFFFF;
}

@property --scroll-position {
	syntax: "<number>";
	inherits: true;
	initial-value: 0;
}
@property --scroll-position-delayed {
	syntax: "<number>";
	inherits: true;
	initial-value: 0;
}

@keyframes text-reveal {
	to {
		--scroll-position: 1;
		--scroll-position-delayed: 1;
	}
}

body{
    background: linear-gradient(180deg, #D9D9D9 15.87%, #FEF181 41.35%, #D5ECEF 71.63%, #B1B1D9 100%);
}

#banner {
    height: 1090px;
    background-image: url(../img/gris/banner.jpg);
    display: flex;
    align-items: end;
    background-size: initial;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: var(--bg-gris);
    mask-image: unset;

    h1{
        font-family: "Permanent Marker", cursive;
        font-weight: 400;
        font-style: normal;
        color: var(--color-blue);
        font-size: 70px;
        line-height: 68px;
        max-width: 640px;
        text-align: center;
        margin: 0 auto 180px;

        span{
            position: relative;
        
            &::after {
                background-color: var(--color-yellow);
                width: 100%;
                height: 8px;
                content: '';
                position: absolute;
                bottom: 5px;
                left: 0;
                transform: rotate(-3deg);
            }
        }
    }

    &::after{
        background: linear-gradient(0deg, var(--bg-gris) 0%, rgba(217, 217, 217, 0) 100%);
        height: 170px;
    }
}

#usamos{
    /*background-color: var(--bg-gris);*/
    text-align: center;
    color: var(--color-blue);
    height: 1000vh;
    view-timeline-name: --usamos-timeline;
    view-timeline-axis: block;
    padding-bottom: 100px;

    .sticky{
        position: sticky;
        top: 0px;
        height: 100vh;
        display: grid;
        align-items: center;
        min-height: 800px;

        video{
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            position: absolute;
            top: -220px;
            left: 50%;
            transform: translateX(-50%);
            transform-origin: left;
            animation-name: scaleDown;
            animation-timeline: --usamos-timeline;
            animation-fill-mode: both;
            animation-timing-function: linear;
            animation-range: cover 15% cover 60%;
            z-index: 2;
        }

        .steps{
            font-weight: 400;
            font-size: 60px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -100%);
            animation-name: opacityOff;
            animation-timeline: --usamos-timeline;
            animation-fill-mode: both;
            animation-timing-function: linear;
            animation-range: cover 80% cover 85%;

            .step{
                opacity: 0;
                animation-name: opacityOn;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 50% cover 70%;

                &.step2{                    
                    animation-range: cover 55% cover 70%;
                }

                &.step3{                    
                    animation-range: cover 60% cover 70%;
                }

                &.step4{                    
                    animation-range: cover 65% cover 70%;
                }
            }
        }

        .title2{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -170%);
            animation-name: opacityOn;
            animation-timeline: --usamos-timeline;
            animation-fill-mode: both;
            animation-timing-function: linear;
            animation-range: cover 80% cover 85%;
        }

        .title{    
            font-weight: 900;
            font-size: 460px;
            padding-top: 90px;
            animation-name: scaleDownTitle;
            animation-timeline: --usamos-timeline;
            animation-fill-mode: both;
            animation-timing-function: linear;
            animation-range: cover 20% cover 60%;
            line-height: 1;

            span{
                animation-name: opacityOff;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 50% cover 55%;
                font-size: 2.5rem;
                display: block;
                translate: 0 2rem;
            }
        }

        .items{
            position: absolute;
            top: 320px;
            left: 50%;
            transform: translateX(-50%);
            animation-name: opacityOn;
            animation-timeline: --usamos-timeline;
            animation-fill-mode: both;
            animation-timing-function: linear;
            animation-range: cover 60% cover 75%;
            height: 300px;

            img{
                width: 100%;
                animation: float 4s linear infinite;
                will-change: transform;
            }

            .item1{
                width: 120px;
                rotate: -5deg;
                position: absolute;
                top: 0;
                left: 50%;
                animation-name: animitem1;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 60% cover 75%;

            }

            .item2{
                width: 200px;
                position: absolute;
                top: 0;
                left: 50%;
                animation-name: animitem2;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 60% cover 75%;
                img{
                    animation-duration: 5.3s;
                    animation-delay: 1.1s;
                }
            }

            .item3{
                width: 110px;
                rotate: -5deg;
                position: absolute;
                top: 0;
                left: 50%;
                animation-name: animitem3;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 60% cover 75%;
                img{
                    animation-duration: 3.7s;
                    animation-delay: 0.5s;
                }
            }

            .item4{
                width: 170px;
                rotate: 25deg;
                position: absolute;
                top: 0;
                left: 50%;
                animation-name: animitem4;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 60% cover 75%;
                img{
                    animation-delay: 0.3s;
                }
            }

            .item5{
                width: 290px;
                position: absolute;
                top: 0;
                left: 50%;
                animation-name: animitem5;
                animation-timeline: --usamos-timeline;
                animation-fill-mode: both;
                animation-timing-function: linear;
                animation-range: cover 60% cover 75%;
                img{
                    animation-duration: 4.8s;
                    animation-delay: 0.8s;
                }
            }
        }

        h2{
            font-weight: 900;
            font-size: 72px;
            line-height: 1;
            margin-bottom: 20px;
        }
    }
}

@keyframes float {
  0% {
    transform: translate(0px, -15px);
  }
  25% {
    transform: translate(15px, 0px);
  }
  50% {
    transform: translate(0px, 15px);
  }
  75% {
    transform: translate(-15px, 0px);
  }
  100% {
    transform: translate(0px, -15px);
  }
}

@keyframes animitem1 {
    from{
        translate: 0px 0px;
    }
    to{
        translate: -580px 40px;
    }
}

@keyframes animitem2 {
    from{
        translate: 0px 0px;
    }
    to{        
        translate: -530px 260px;
    }
}

@keyframes animitem3 {
    from{
        translate: 0px 0px;
    }
    to{
        translate: -280px 360px;
    }
}

@keyframes animitem4 {
    from{
        translate: 0px 0px;
    }
    to{        
        translate: 190px 290px;
    }
}

@keyframes animitem5 {
    from{
        translate: 0px 0px;
    }
    to{
        translate: 320px 50px;
    }
}

@keyframes scaleDown {
    from{
        top: -100px;
        scale: 1;
    }
    to{
        top: 70px;
        scale: 0.5;
    }
}

@keyframes scaleDownTitle {
    from{
        transform: translateY(-120px);
        scale: 1;
    }
    to{
        transform: translateY(150px);
        scale: 0.5;
    }
}

@keyframes opacityOn {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes opacityOff {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}


#tiramos{
    /*background-color: var(--bg-gris);*/
    text-align: center;
    color: var(--color-blue);

    h3{
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .itemimg{
        max-width: 300px;
        margin: 50px auto 0;        
        height: 300px;
        object-fit: contain;
    }

    .grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 84px 0px;

        h4{
            font-weight: 900;
            font-size: 40px;
            line-height: 1;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        h5{
            font-weight: 900;
            font-size: 24px;
            line-height: 1;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .grid{
            padding: 20px;

            video{
                width: 74%;
            }

            video.mobile{
                display: none;
            }

            p{
                font-weight: bold;
            }
        }
    }
    
}

#residuos{

    /*background-color: var(--bg-gris);*/
    padding-top: 60px;
    animation: text-reveal linear both;
    animation-range: entry 20% exit 0%;
    animation-timeline: view();
    height: 500vh;

    h3{
        font-weight: 900;
        font-size: 120px;
        line-height: 0.9;
        color: var(--color-white);
        max-width: 1400px;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        position: sticky;
        top: 110px;

        span{
            background: linear-gradient(90deg, var(--color-white) 0 0) 0/ calc(var(--scroll-position-delayed) * 100%) no-repeat transparent;
            -webkit-background-clip: text;
            color: transparent;
            transition: --scroll-position-delayed 0.25s linear;
        }
    }

}

.waves {
    padding: 22px 0;
    div {
        background-image: url(../img/wave_dark.svg);
        height: 34px;
        background-repeat: repeat-x;
        animation: wave 150s infinite linear;
    }
}

#significa{

    /*background-color: var(--bg-gris);*/
    text-align: center;
    padding-top: 190px;

    h3{
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin: 0 auto 20px;
    }

    .cards{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 70px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 60px 0px;

        .card{

            position: relative;

            .img{
                width: 100%;

                img{
                    width: 100%;
                }
            }

            &:nth-child(2) .img img{
                transform: rotate(6deg);
            }

            &:nth-child(3) .img img{
                transform: rotate(-1deg);
            }

            h4{
                width: 80%;
                margin: 0px auto 0;
                font-weight: 900;
                font-size: 24px;
                line-height: 1.2;
                text-transform: uppercase;
                position: absolute;
                top: 90px;
                left: 10%;
            }

            .btn {
                position: absolute;
                display: inline-block;
                color: transparent;
                font-size: 20px;
                bottom: 140px;
                left: 50%;
                transform: translateX(-50%);
            }

            .moreinfo {
                display: grid;
                grid-template-rows: 0fr;
                transition: 250ms grid-template-rows ease;

                width: 80%;
                margin: 0px auto 0;
                font-weight: normal;
                position: absolute;
                top: 220px;
                left: 10%;

                p {
                    overflow: hidden;
                }
            }

            &.open {

                .btn {
                    display: none;
                }

                .moreinfo {
                    grid-template-rows: 1fr;
                }
            }

        }
    }

}

#como{

    /*background-color: var(--bg-gris);*/
    text-align: center;
    padding-top: 90px;

    h3{
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin: 0 auto 20px;
    }

    p{
        max-width: 800px;
        margin: 0 auto;
    }

    .mano{
        width: 100%;
        max-width: 1100px;
        margin: 40px auto;
    }

    .grid{
        text-align: left;
        width: 100%;
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 0px;
        max-width: 1000px;
        margin: 0 auto;

        .item{            
            display: grid;
            grid-row: span 6; 
            grid-template-rows: subgrid;
            gap: 0;

            & > img{
                margin-bottom: 34px;
            }

            & > h4{
                margin-left: 10px;
                margin-bottom: 10px;
            }

            & > p{
                font-weight: 900;
                font-size: 24px;
                line-height: 1.2;
                margin: inherit;
                text-transform: uppercase;
                margin-left: 10px;
                width: 90%;
                max-width: 250px;
                margin-bottom: 30px;
            }

            .row{
                display: grid;
                grid-template-columns: 76px 1fr;
                align-items: center;
                text-align: left;
                padding: 20px 0;
                position: relative;
                
                &::before{
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: '';
                    width: 100%;
                    height: 4px;
                    background-image: url(../img/gris/row.svg);
                }

                p{
                    margin: inherit;
                }
            }
        }
    }

    label{
        display: block;
        text-align: left;
        width: 100%;
        max-width: 1000px;
        margin: 20px auto 0;

        span{
            display: block;
            width: 65%;
        }
    }
}

#consiguen{

    /*background-color: var(--bg-gris);*/
    text-align: center;
    padding-top: 80px;

    h3{
        font-weight: 900;
        font-size: 40px;
        line-height: 1;
        margin: 0 auto;
    }

    .cards{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 70px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 90px 0px;

        .card{

            position: relative;

            .img{
                width: 100%;

                img{
                    width: 100%;
                }
            }

            &:nth-child(2) .img img{
                transform: rotate(6deg);
            }

            &:nth-child(3) .img img{
                transform: rotate(-1deg);
            }

            h4{
                width: 70%;
                margin: 0px auto 0;
                font-weight: 900;
                font-size: 24px;
                line-height: 1.2;
                text-transform: uppercase;
                position: absolute;
                top: 100px;
                left: 15%;
            }

            .btn {
                position: absolute;
                display: inline-block;
                color: transparent;
                font-size: 20px;
                bottom: 140px;
                left: 50%;
                transform: translateX(-50%);
            }

            .moreinfo {
                display: grid;
                grid-template-rows: 0fr;
                transition: 250ms grid-template-rows ease;

                width: 80%;
                margin: 0px auto 0;
                font-weight: normal;
                position: absolute;
                top: 220px;
                left: 10%;

                p {
                    overflow: hidden;
                }
            }

            &.open {

                .btn {
                    display: none;
                }

                .moreinfo {
                    grid-template-rows: 1fr;
                }
            }
        
        }
    }

}

#avanzar{

    /*background-color: var(--bg-gris);*/
    text-align: center;
    padding-top: 50px;

    h3{
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin: 0 auto 20px;
    }

    .heart{
        max-width: 700px;
        margin: 0 auto;
        width: 90%;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        align-items: center;
        gap: 30px;
        text-align: left;
        padding-top: 30px;
    }

    .grid{
        max-width: 1300px;
        margin: 0 auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 30px;
        text-align: left;
        padding-top: 70px;

        h4{
            font-weight: 900;
            font-size: 40px;
            line-height: 1;
            margin: 0 auto 20px;
            width: 360px;
            text-align: center;
        }
    }

    .cards{
        display: grid;
        gap: 15px;
        padding-top: 90px;

        .card {

            background-image: url(../img/gris/small_card_blue.svg);
            background-repeat: no-repeat;
            background-size: cover;
            max-width: 315px;
            mask-image: url(../img/gris/small_card_blue.svg);
            mask-size: cover;
            min-height: 350px;

            p{
                font-weight: 900;
                font-size: 24px;
                line-height: 1.3;
                padding: 40px 30px;
                text-align: center;
                text-transform: uppercase;
            }

            img{
                transform: rotate(-1deg);
            }

            &:first-child p{
                padding: 60px 30px;
            }

            &:nth-child(1){
                transform: translateX(30%);
                background-image: url(../img/gris/small_card_blue1.svg);
                mask-image: url(../img/gris/small_card_blue1.svg);
                min-height: auto;
            }

            &:nth-child(2){
                transform: translateX(0%);
            }

            &:nth-child(3){
                transform: translateX(50%);
            }

            &:nth-child(4){
                transform: translateX(20%);
            }
        }
    }

    .item.yellow{

        .cards{
            .card {
                max-width: 350px;
                background-image: url(../img/gris/small_card_yellow.svg);
                mask-image: url(../img/gris/small_card_yellow.svg);
                position: relative;

                p {
                    padding: 40px 30px 10px;
                }

                div {
                    padding: 0px 30px 30px;
                    text-align: center;
                } 
            }  
            
            .row{
                position: relative;
                &::after{
                    content: '';
                    position: absolute;
                    top: 20%;
                    left: 55%;
                    width: 133px;
                    height: 170px;
                    background-image: url(../img/gris/arrow.svg);
                    background-size: cover;
                }                 
                
                &:nth-child(1) .card{
                    transform: translateX(16%);
                }

                &:nth-child(2) .card{
                    transform: translateX(120%);
                }

                &:nth-child(2){
                    margin-top: -50px;
                    &::after{
                        left: 30%;
                        top: 35%;
                        transform: scaleX(-100%);
                    }
                }

                &:nth-child(3) .card{
                    transform: translateX(36%);
                }

                &:nth-child(3){
                    margin-top: 0px;
                    &::after{
                       left: 70%; 
                    }
                }

                &:nth-child(4) .card{
                    transform: translateX(116%);
                }

                &:nth-child(4){
                    &::after{
                       display: none; 
                    }
                }
            }
        }

    }

    .decisiones{
        width: 100%;
        max-width: 1400px;
        margin: 50px auto;
    }
}


#vision{

    /*background-color: var(--bg-gris);*/
    padding-top: 130px;
    text-align: center;

    animation: text-reveal linear both;
    animation-range: entry 20% exit 0%;
    animation-timeline: view();
    height: 500vh;

    .sticky{
        position: sticky;
        top: 180px;

        h3{
            font-weight: 900;
            font-size: 120px;
            line-height: 0.9;
            color: transparent;
            max-width: 1400px;
            text-align: center;
            margin: 0 auto;
            text-transform: uppercase;

            span{
                background: linear-gradient(90deg, var(--color-white) 0 0) 0/ calc(var(--scroll-position-delayed) * 100%) no-repeat transparent;
                -webkit-background-clip: text;
                color: transparent;
                transition: --scroll-position-delayed 0.25s linear;
            }
        }

        label{
            font-weight: 900;
            font-size: 16px;
            background-color: var(--color-yellow);
            padding: 10px 30px;
            transform: rotate(-3deg) translateY(-10px);
            display: inline-flex;
        }
    }

}

#profundizar{

    /*background-color: var(--bg-gris);*/
    text-align: center;
    padding-top: 190px;

    h3{
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin: 0 auto 20px;
    }

    .cards{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 70px;
        max-width: 890px;
        margin: 0 auto;
        padding: 90px 0px;

        .card{

            position: relative;

            .img{
                width: 100%;
                height: 450px;

                img{
                    width: 100%;
                    height: 100%;
                }
            }

            &:nth-child(2) .img img{
                transform: rotate(6deg);
            }

            .imgtext{
                position: absolute;
                top: -30px;
                left: 50%;
                transform: translateX(-50%);
                width: 200px;
            }

            .text{

                width: 80%;
                margin: 0px auto 0;
                position: absolute;
                top: 200px;
                left: 10%;

                h4{
                    width: 90%;
                    font-weight: 900;
                    font-size: 24px;
                    line-height: 1.2;
                    text-transform: uppercase;
                    margin: 0 auto 10px;
                }
            }

            .btn, .soon {
                position: absolute;
                display: inline-block;
                color: transparent;
                font-size: 20px;
                bottom: 120px;
                left: 50%;
                transform: translateX(-50%);
            }

            .soon {
                font-size: 16px;
                color: inherit;
                font-weight: 700;
                bottom: 90px;
            }

        }
    }

}

#conoces{

    /*background-color: var(--bg-gris);*/
    text-align: center;
    padding-top: 50px;

    h3{
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin: 0 auto 60px;
        max-width: 1270px;
    }

    .sharebuttons{
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 20px;
    }

}

#financiado{
    text-align: center;
    margin: 140px auto 200px;
    font-weight: bold;

    p{
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    #usamos {
        & .sticky {
            .title {
                font-size: 260px;
            }
        }

        .items {
            display: none;
        }
    }

    #residuos {
        h3 {
            font-size: 80px;
        }
    }

    #significa {
        .cards {
            grid-template-columns: 1fr;
            max-width: 460px;
        }
    }

    #consiguen {
        .cards {
            grid-template-columns: 1fr;
            max-width: 460px;
        }
    }

    #como {
        & .grid {
            width: 90%;
            grid-template-columns: 1.5fr 1fr;
        }

        label {
            width: 90%;
        }
    }

    #avanzar {
        & .grid {
            grid-template-columns: 1fr;
        }

        .cards {
            max-width: 500px;
            margin: 0 auto;
        }

        .item.yellow .cards{
            max-width: 90%;
            margin: 0 auto;

            .row {
                &:nth-child(1) .card {
                    transform: translateX(0%);
                }

                &:nth-child(2) .card {
                    transform: translateX(100%);
                }

                &:nth-child(3) .card {
                    transform: translateX(16%);
                }

                &:nth-child(4) .card {
                    transform: translateX(96%);
                }
            }
        }

    }

    #vision {
        .sticky {
            h3 {
                font-size: 80px;
            }
        }
    }

    #profundizar {
        .cards {
            grid-template-columns: 1fr;
            max-width: 480px;
        }
    }
}

@media only screen and (max-width: 700px) {
    #banner {
        height: 660px;
        background-image: url(../img/gris/banner_mov.jpg);
        background-size: 500px;
        h1 {
            font-size: 28px;
            line-height: 28px;
            margin: 0 auto 50px;
            width: 280px;
            position: relative;
            z-index: 2;

            & span {
                &::after {
                    height: 4px;
                    bottom: 2px;
                }
            }
        }
    }

    #usamos {
        height: 500vh;
        & .sticky {
            min-height: 100vh;
            .title {
            font-size: 120px;
            animation-range: cover 20% cover 40%;
                span {
                    font-size: 1rem;
                    translate: 0 -0px;
                }
            }

            video {
                width: 100%;
                max-width: 800px;
                margin: 0 auto;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translateX(-50%);
                transform-origin: left;
                z-index: 2;
                animation-range: cover 15% cover 40%;
            }

            .items{
                height: 100px;
                bottom: 0;
                top: initial;
                .item1{
                    width: 40px;
                    rotate: -80deg;
                }
                .item2{
                    width: 100px;
                }
                .item3{
                    width: 50px;
                }
                .item4{
                    display: none;
                }
                .item5{
                    width: 120px;
                }
            }

            .steps {
                top: 45%;
                font-size: 2.2rem;
                animation-range: cover 65% cover 70%;

                .step{
                    animation-range: cover 40% cover 70%;

                    &.step2{                    
                        animation-range: cover 45% cover 70%;
                    }

                    &.step3{                    
                        animation-range: cover 50% cover 70%;
                    }

                    &.step4{                    
                        animation-range: cover 55% cover 70%;
                    }
                }
            }

            .title2{
                width: 90%;
                transform: translate(-50%, -130%);
                animation-range: cover 65% cover 70%;

                br{
                    display: none;
                }
            }

            h2 {
                font-size: 36px;
            }
        }
    }

    @keyframes scaleDown {
        from{
            top: 100px;
            scale: 1;
        }
        to{
            top: 150px;
            scale: 1;
        }
    }

    @keyframes scaleDownTitle {
        from{
            transform: translateY(-80px);
            scale: 1;
        }
        to{
            transform: translateY(-30px);
            scale: 1;
        }
    }

    @keyframes animitem1 {
        from{
            translate: 0px 0px;
        }
        to{
            translate: 20px 120px;
        }
    }

    @keyframes animitem2 {
        from{
            translate: 0px 0px;
        }
        to{        
            translate: -130px 30px;
        }
    }

    @keyframes animitem3 {
        from{
            translate: 0px 0px;
        }
        to{
            translate: 60px 40px;
        }
    }

    @keyframes animitem5 {
        from{
            translate: 0px 0px;
        }
        to{
            translate: -150px 95px;
        }
    }

    #tiramos {
        h3 {
            font-size: 36px;
            br{
                display: none;
            }
        }

        .grid{
            grid-template-columns: 1fr;
            padding-bottom: 0;
            .item.botellacell{
                display: none;
            }

            h4{
                font-size: 30px;
            }

            .grid{
                video.desktop{
                    display: none;
                }

                video.mobile{
                    display: block;
                    margin: 0 auto;
                }
            }
        }

        
        .itemimg {
            margin: 35px auto;
            height: 160px;
        }
    }

    #residuos {
        height: 250vh;
        padding-top: 0;
        h3 {
            font-size: 36px;
            padding-top: 21vh;
        }
    }

    #significa {
        padding-top: 130px;
        h3 {
            font-size: 36px;
            br{
                display: none;
            }
        }

        .cards{
            grid-template-columns: 1fr;
            width: 90%;
            padding: 10px 0px;
            gap: 20px;
            max-width: 400px;

            .card {
                h4 {
                    font-size: 20px;
                    width: 84%;
                    top: 60px;
                    left: 8%;
                }

                &.open {
                    .moreinfo {
                        top: 160px;
                    }
                }
            }
        }
    }

    #como {
        h3 {
            font-size: 36px;
            br{
                display: none;
            }
        }

        p{
            width: 80%;
            margin-top: 40px;
        }

        .mano{
            width: 94%;
            margin-right: 6%;
        }

        .grid {
            grid-template-columns: 1fr;
            text-align: center;

            .item {
                width: 86%;
                margin: 0 auto 3rem;
                & > p {
                    font-size: 20px;
                    max-width: 100%;
                }

                & > img{
                    margin: 0 auto 34px;
                }
            }
        }

        & label {
            span {
                width: 90%;
                margin: 0 auto;
                text-align: justify;
            }
        }
    }

    #consiguen {
        width: 90%;
        margin: 0 auto;
        h3 {
            font-size: 20px;
            width: 90%;
            margin: 0 auto;
            line-height: 1.2;
        }

        .cards {
            grid-template-columns: 1fr;
            gap: 30px;
            padding-top: 40px;
            max-width: 400px;
            
            .card {
                h4 {
                    top: 80px;
                    font-size: 20px;
                }

                &.open {

                    h4 {
                        top: 40px;
                    }
                    
                    .moreinfo {
                        top: 130px;
                    }
                }
            }
        }
    }

    #avanzar {
        h3 {
            font-size: 36px;
            br{
                display: none;
            }
        }

        .heart {
            grid-template-columns: 1fr;
            text-align: center;

            img{
                margin: 0 auto;
            }
        }

        .grid {

            grid-template-columns: 1fr;

            h4 {
                font-size: 26px;
                width: 100%;
            }
        }

        .cards {
            padding-top: 40px;
            .card {
                margin: 0 auto;
                width: 315px;
                &:nth-child(1) {
                    transform: translateX(0%);
                }
                &:nth-child(3) {
                    transform: translateX(0%);
                }
                &:nth-child(4) {
                    transform: translateX(0%);
                }
            }
        }

        .item {
            max-width: 350px;
            margin: 0 auto 0;
        }

        .item.yellow {
            max-width: 350px;
            margin: 3rem auto 0;
            .cards {
                padding-top: 0rem;
                .row {

                    &:nth-child(2) {
                        margin-top: 0px;
                    }

                    &::after {
                        display: none;
                    }

                    &:nth-child(1) .card {
                        transform: translateX(0%);
                    }

                    &:nth-child(2) .card {
                        transform: translateX(0%);
                    }

                    &:nth-child(3) .card {
                        transform: translateX(0%);
                    }

                    &:nth-child(4) .card {
                        transform: translateX(0%);
                    }
                }
            }
        }

        .decisiones {
            width: 94%;
            margin-right: 6%;
        }
    }

    #vision {
        padding-top: 60px;
        height: 250vh;
        .sticky {
            h3 {
                font-size: 36px;
            }
        }
    }

    #profundizar {
        padding-top: 60px;
        h3 {
            font-size: 36px;
        }

        .cards {
            grid-template-columns: 1fr;
            width: 86%;
            margin: 0 auto;  
            padding: 60px 0 0;  
            gap: 30px;    
            max-width: 400px;       
            .card {
                .imgtext {
                    top: -10px;
                    width: 140px;
                }

                .text{
                    top: 140px;

                    h4{
                        font-size: 20px;
                    }
                }

                .soon {
                    bottom: 33%;
                }

                .btn{
                    bottom: 38%;
                }
            }
        }
    }

    #conoces {
        h3 {
            font-size: 36px;
        }
    }    

}

li:has(#langselector){
    display: none;
}