@import 'dimensiones.css';
@import 'laptop-l.css';
@import 'laptop.css';
@import 'tablet.css';
@import 'mobile.css';

@font-face {
    font-family: 'sofiapro';
    font-weight: 100 200 300 400 500;
    src: url('../fonts/SofiaPro/SofiaProLight.woff2') format("woff2");
}

@font-face {
    font-family: 'sofiapro-bold';
    font-weight: 600 700 800 900;
    src: url('../fonts/SofiaPro/SofiaProBold.woff2') format("woff2");
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(0, 0);
    }
    50% {
      transform: scale(.5, .5);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes scroller-indicator {
    0% {
      margin-top: 2px;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1054px) {
    body div.cover-superior a {
        font-size: 1.1rem!important;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'sofiapro', sans-serif;
    position: relative;
    overflow: hidden;
}

    body .scroller {
        position: absolute;
        display: flex;
        justify-content: center;
        bottom: 1%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1.5rem;
        height: 2.5rem;
        border: 1.4px solid #ffffff;
        border-radius: 18px;
        opacity: 1;
        z-index: 2;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
        transition: all ease 2s;
    }

        body .scroller .scroller-indicator {
            display: block;
            height: 6px;
            width: 3px;
            border-radius: 45%;
            background-color: white;
            animation: 1.8s ease infinite scroller-indicator;
            -webkit-animation: 1.8s ease infinite scroller-indicator;
            -moz-animation: 1.8s ease infinite scroller-indicator;
        }

    body label.titulo {
        font-size: 3rem;
        font-weight: bold;
        font-family: 'sofiapro-bold', sans-serif;
        letter-spacing: .6rem;
        text-align: center;
        align-self: center;
        height: fit-content;
    }

        body .intermedio label.titulo,
        body #footer label.titulo {
            line-height: 5rem;
        }

    body label.subtitulo {
        font-size: 1.2rem;
        letter-spacing: .6rem;
        text-align: center;
        line-height: 2rem;
    }

    body .contenedor-video-fondo {
        height: 100dvh;
        width: 100%;
        position: absolute;
        overflow: hidden;
        z-index: -1;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        opacity: 0;
    }

        body .contenedor-video-fondo video {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        body .contenedor-video-fondo .overlay {
            width: 100%; 
            height: 100%; 
            position: absolute; 
            left: 0; 
            top: 0; 
            background-color: rgba(0, 0, 0, .4);
        }

    body .cover-superior-m {
        position: absolute;
        left: 0;
        top: -100%;
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 2rem);
        z-index: 1;
        transition: 1s ease;
    }

        body .cover-superior-m.visible {
            top: 0!important;
        }

        body .cover-superior-m i {
            color: #FFFFFF;
            font-size: 2rem;
            cursor: pointer;
        }

        body .cover-superior-m div {
            display: flex;
            width: 3rem;
            width: auto;
            align-items: center;
        }

            body .cover-superior-m div img {
                width: 4rem;
                margin: 1rem;
            }

    body .menu-m {
        position: absolute;
        left: -100%;
        transition: 1s ease;
    }

        body .menu-m.visible {
            left: 0!important;
        }

        body .menu-m .overlay-menu-m {
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(25, 24, 24, 0.9);
            width: 50vw;
            height: 100dvh;
            z-index: 3;
        }

        body .menu-m .contenedor-menu {
            position: absolute;
            left: 0;
            top: 0;
            width: calc(50vw - 4rem);
            height: calc(100vh - 4rem);
            z-index: 4;
            padding: 2rem;
            display: flex;
            flex-direction: column;
        }

            body .menu-m .contenedor-menu .contenedor-botones {
                display: flex;
                justify-content: space-between;
                margin-bottom: 2rem;
                align-items: center;
            }

                body .menu-m .contenedor-menu .contenedor-botones div {
                    display: flex;
                    align-items: center;
                }

                    body .menu-m .contenedor-menu .contenedor-botones div img {
                        width: 5rem;
                        margin-left: .5rem;
                        margin-right: .5rem;
                    }

                body .menu-m .contenedor-menu .contenedor-botones i {
                    font-size: 2rem;
                    color: #FFFFFF;
                }

            body .menu-m .contenedor-menu a {
                text-decoration: none;
                margin-top: 1rem;
                margin-bottom: 1rem;
                font-size: 1.2rem;
                text-underline-offset: 0.4rem;
                text-decoration-thickness: 0.1rem !important;
            }

    body div.cover-superior {
        position: absolute;
        width: 100%;
        height: 5rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        left: 0;
        top: 0;
        z-index: 1;
        padding-top: 2rem;
        align-items: center;
    }

        body div.cover-superior .imagen-inicial {
            width: 8rem;
            padding-left: 5rem;
        }

        body div.cover-superior a {
            width: fit-content;
            text-decoration: none;
            text-align: center;
            padding: 3rem;
            font-size: 1.3rem;
            letter-spacing: 0.1rem;
            text-underline-offset: 0.4rem;
            text-decoration-thickness: 0.1rem!important;
        }

        body div.cover-superior .imagen-final {
            width: 6rem;
            padding-right: 5rem;
        }
    
    body div.cover-inferior {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 3rem;
    }

        body div.cover-inferior img {
            width: 7rem;
        }

    body div.contenedor {
        height: 100dvh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        scrollbar-width: 0;
    }

        body div.contenedor::-webkit-scrollbar {
            display: none;
        }

    body div.intermedio {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        body div.intermedio div.hover {
            width: 100%;
            display: flex;
            flex-direction: row;
        }

            body div.intermedio div.hover div {
                width: 20%;
                position: relative;
            }

                body div.intermedio div.hover div img {
                    height: 14rem;
                }

            body div.intermedio div.hover > label {
                width: 60%;
                opacity: 0;
                -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
                transition: all 2s;
                z-index: 1;
            }

    body div.seccion,
    body div.intermedio {
        width: 100%;
        height: 100dvh;
        position: relative;
        overflow: hidden;
        scroll-snap-align: start;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
        transition: all 2s;
        opacity: 0;
    }

        body div#footer {
            display: flex;
            flex-direction: column;
        }

        body div.seccion video.video-fondo {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        body div.seccion div.hover {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            color: #FFFFFF;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            body div.seccion div.hover > label {
                opacity: 0;
                -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
                transition: all 2s;
            }

            body div.seccion div.hover .videos > div {
                opacity: 0;
                -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
                transition: all 2s;
            }

    body div.intermedio {
        background-color: #FFFFFF;
    }

    body div.intermedio img {
        transform: scale(0);
        transition: all 2s ease;
    }

        body img.animate {
            transform: scale(1)!important;
        }

    /* SECCION BOTELLAS */

    body #seccion-botellas .hover {
        display: flex;
        flex-direction: row;
        position: relative;
    }

        body #seccion-botellas .hover .contenedor-botella {
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            padding-top: 10rem;
        }

        body #seccion-botellas .hover .iconos-botellas {
            display: flex;
            flex-direction: column;
            color: #4E4E4E;
            padding: 4rem;
            height: 100%;
            justify-content: center;
            margin-top: 4rem;
        }

            body #seccion-botellas .hover .iconos-botellas label {
                display: flex;
                flex-direction: row;
                align-items: center;
                margin-bottom: 4rem;
            }

                body #seccion-botellas .hover .iconos-botellas label .icono {
                    width: 2rem;
                    margin-right: 1rem;
                    display: flex;
                    justify-content: center;
                }

                body #seccion-botellas .hover .iconos-botellas label img {
                    width: 4rem;
                }

        body #seccion-botellas .hover .imagen-botella {
            position: relative;
            width: 124px;
            min-width: 124px;
            height: 481px;
            margin-top:4rem;
        }

            body #seccion-botellas .hover .imagen-botella img {
                position: absolute;
                filter: drop-shadow(5px 5px 5px #4E4E4E);
                transition: all 2s ease;
                opacity: 0;
            }

        body #seccion-botellas .hover .color-a-botella {
            display: flex;
            flex-direction: column;
            justify-content: end;
            padding: 1rem 5rem 1rem 5rem;
        }

            body #seccion-botellas .hover .color-a-botella div {
                width: 24px;
                height: 24px;
                background-color: #FFFFFF;
                border: 1px solid #B1B5C1;
                align-self: center;
                cursor: pointer;
                z-index: 1;
            }

                body #seccion-botellas .hover .color-a-botella div.color-blanco {
                    background-color: #FFFFFF;
                }

                body #seccion-botellas .hover .color-a-botella div.color-verde {
                    background-color: #48DB30;
                }

            body #seccion-botellas .hover .color-a-botella label {
                padding: 1rem;
                font-size: 0.8rem;
                color: #4E4E4E;
                cursor: pointer;
                z-index: 1;
            }

        body #seccion-botellas .hover .color-b-botella {
            display: flex;
            flex-direction: column;
            justify-content: end;
            padding: 1rem 5rem 1rem 5rem;
        }

            body #seccion-botellas .hover .color-b-botella div {
                width: 24px;
                height: 24px;
                background-color: #FFFFFF;
                border: 1px solid #B1B5C1;
                align-self: center;
                cursor: pointer;
                z-index: 1;
            }

                body #seccion-botellas .hover .color-b-botella div.color-blanco {
                    background-color: #FFFFFF;
                }

                body #seccion-botellas .hover .color-b-botella div.color-verde {
                    background-color: #48DB30;
                }

            body #seccion-botellas .hover .color-b-botella label {
                padding: 1rem;
                font-size: 0.8rem;
                color: #4E4E4E;
                cursor: pointer;
                z-index: 1;
            }

    

body #seccion-botellas-mobile .hover {
    display: flex;
    flex-direction: row;
    position: relative;
}

body #seccion-botellas-mobile .hover .contenedor-botella {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

body #seccion-botellas-mobile .hover .iconos-botellas {
    display: flex;
    flex-direction: column;
    color: #4E4E4E;
    padding: 2rem;
    height: 100%;
    justify-content: center;
}

    body #seccion-botellas-mobile .hover .iconos-botellas label {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 2rem;
        font-size: .9rem;
    }

        body #seccion-botellas-mobile .hover .iconos-botellas label .icono {
            width: 2rem;
            margin-right: 1rem;
            display: flex;
            justify-content: center;
        }

        body #seccion-botellas-mobile .hover .iconos-botellas label img {
            width: 2.5rem;
        }

body #seccion-botellas-mobile .hover .imagen-botella {
    position: relative;
    width: 124px;
    min-width: 124px;
}

    body #seccion-botellas-mobile .hover .imagen-botella img {
        position: absolute;
        filter: drop-shadow(5px 5px 5px #4E4E4E);
        transition: all 2s ease;
        opacity: 0;
        height: 85%;
    }

    body #seccion-botellas-mobile .hover .color-a-botella {
        display: flex;
        flex-direction: column;
        justify-content: end;
        white-space: nowrap;
    }

    body #seccion-botellas-mobile .hover .color-a-botella div {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        border: 1px solid #B1B5C1;
        align-self: center;
        cursor: pointer;
        z-index: 1;
    }

        body #seccion-botellas-mobile .hover .color-a-botella div.color-blanco {
            background-color: #FFFFFF;
        }

        body #seccion-botellas-mobile .hover .color-a-botella div.color-verde {
            background-color: #48DB30;
        }

    body #seccion-botellas-mobile .hover .color-a-botella label {
        padding: 1rem;
        font-size: 0.8rem;
        color: #4E4E4E;
        cursor: pointer;
        z-index: 1;
    }

    body #seccion-botellas-mobile .hover .color-b-botella {
        display: flex;
        flex-direction: column;
        justify-content: end;
        white-space: nowrap;
    }

    body #seccion-botellas-mobile .hover .color-b-botella div {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        border: 1px solid #B1B5C1;
        align-self: center;
        cursor: pointer;
        z-index: 1;
    }

        body #seccion-botellas-mobile .hover .color-b-botella div.color-blanco {
            background-color: #FFFFFF;
        }

        body #seccion-botellas-mobile .hover .color-b-botella div.color-verde {
            background-color: #48DB30;
        }

    body #seccion-botellas-mobile .hover .color-b-botella label {
        padding: 1rem;
        font-size: 0.8rem;
        color: #4E4E4E;
        cursor: pointer;
        z-index: 1;
    }


#seccion-botellas-mobile .capacidad {
    padding-left: 0em;
}

#seccion-botellas-mobile .push {
    padding-left: 0em;
    padding-bottom: 0em;
}
    /* SECCION NOTICIAS */

    body #seccion-noticias .hover {
        position: relative;
        color: #4E4E4E;
    }

        body #seccion-noticias .hover .titulo {
            font-size: 4rem;
            font-weight: bold;
            font-family: sofiapro-bold, sans-serif;
            letter-spacing: 0.6rem;
            margin-bottom: 6rem;
        }

        body #seccion-noticias .hover .noticias {
            width: 80%;
            position: relative;
        }

            body #seccion-noticias .hover .noticias .contenedor-noticias {
                display: flex;
                width: 100%;
                overflow: hidden;
            }

                body #seccion-noticias .hover .noticias .contenedor-noticias .noticia {
                    min-width: 25%;
                    width: 25%;
                    background-color: #CCCCCC;
                    margin: 4.17%;
                    padding: 4rem 0 4rem 0;
                    border-radius: 1rem;
                    text-align: center;
                    cursor: pointer;
                }

                    body #seccion-noticias .hover .noticias .contenedor-noticias .noticia label {
                        font-size: 1.3rem;
                        font-weight: bold;
                        font-family: sofiapro-bold, sans-serif;
                        cursor: pointer;
                    }

            body #seccion-noticias .hover .noticias .boton {
                position: absolute;
                z-index: 1;
                top: calc(50% - 1.5rem);
                background-color: transparent;
                border: none;
                font-size: 3rem;
                font-weight: bold;
                font-family: sofiapro-bold, sans-serif;
                color: #4E4E4E;
                cursor: pointer;
            }

                body #seccion-noticias .hover .noticias .boton.izquierda {
                    left: 0;
                }

                body #seccion-noticias .hover .noticias .boton.derecha {
                    right: 0;
                }
    
    /* SECCION SOSTENIBILIDAD */

    body #seccion-sostenibilidad {
    
    }

        body #seccion-sostenibilidad .imagen-sostenibilidad {
            flex-direction: row;
            justify-content: space-around;
        }

            body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad {
                display: flex;
                flex-direction: column;
            }

                body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad {
                    display: flex; 
                    flex-direction: row; 
                    align-items: center;
                    transition: all 2s;
                    opacity: 0;
                    margin-top: 3rem;
                }

                    body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad.derecha {
                        justify-content: flex-start;
                    }

                        body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad.derecha label {
                            text-align: left; 
                            margin-left: 1.5rem;
                        }

                    body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad.izquierda {
                        justify-content: flex-end;
                    }

                        body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad.izquierda label {
                            text-align: right; 
                            margin-right: 1.5rem;
                        }

                    body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad label {
                        height: fit-content;
                        font-size: 1.1rem;
                        line-height: 1.5rem;
                    }

                    body #seccion-sostenibilidad .imagen-sostenibilidad .contenedor-sostenibilidad .detalle-sostenibilidad img {
                        width: 6rem;
                    }

div.bee {
    position: fixed;
    transition: all 0.5s;
}

.flipped {
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transition: all 0.5s;
}

.capacidad {
    /*padding-left:3em;*/
}

.push {
    padding-bottom: 7.8em;
}

.youtube-video {
    padding: 1em;
}