.title {
    height: 100vh;
    justify-content: center;
    position: relative;
}

h1,
.h1 {
    position: absolute;
    font-family: neue;
    font-weight: 700;
    font-size: 104px;
    margin-left: 1rem;
    z-index: -1;

}
.pin {
    opacity: 0;
}

.video {
    margin-left: 1rem;
    width: 30vw;
    height: 70vh;
    overflow: hidden;
    border-radius: 1rem;
    position: absolute;

}

video {
    position: absolute;
}

.title article.flex {
    align-items: center;
    justify-content: center;
}

.title p {
    opacity: 0;
    color: var(--trending, #CF4E63);
    text-align: right;
    font-family: neue;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 89%;
    max-width: 30vw;
    letter-spacing: -0.2rem;
}

#iso {
    opacity: 0;
}

.title div.flex {
    width: 96vw;
    justify-content: space-between;
    position: relative;
}

.right {
    width: 20vw;
    align-items: flex-start !important;
    height: 10vh;
}

.right p {

    position: absolute;
    right: 0;
    top: 0;
}

#valores {
    padding: 2rem;
    gap: 5rem;
}

#valores article {
    width: 100%;
    gap: 2rem;
}

#valores h2 {
    width: 30vw;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 89%;
    /* 2.67rem */
    letter-spacing: -0.12rem;
}

.medio h2 {
    align-self: flex-start;
}

#valores p {
    color: #000;
    font-size: 20px;
    line-height: 101%;
    letter-spacing: -0.06rem;
}

.medio .s30 {
    width: 30vw;
    text-align: right;
    align-self: flex-end;
}

.imgM {
    width: 62vw;
    height: 30vw;
    border-radius: 1rem;
    overflow: hidden;
}

.media p {
    width: 30vw;
}

.calidad h2 {
    align-self: flex-end;
    text-align: right;
}

.p30 {
    width: 30vw;
}

.imgS {
    width: 30vw;
    height: 60vh;
    border-radius: 1rem;
    overflow: hidden;
}

#valores .row {
    width: 100%;
    justify-content: space-between
}

div.flex.p30 {
    align-self: start;
}

.cliente h2 {
    align-self: flex-start;

}

#mv {
    top: 10vh;
    height: 85vh;
    width: 96%;
    position: absolute;
    justify-content: center;
    padding: 2rem !important;
}

#mv article {

    color: #000;
    font-size: 16px;
    line-height: 101%;
    letter-spacing: 0;
    width: 100%;
    height: 100vh;
    justify-content: space-around;


}

#mv div {
    width: 30vw;
}

.first {
    align-self: flex-start !important;
}

.second {
    align-self: flex-end !important;
    text-align: right;
}

.letra {
    gap: 1rem !important;
    align-items: center;
    width: min-content !important;
}

.letra .editorial {
    color: #000;
    text-align: center;
    font-family: editorial;
    font-size: 14rem;
    font-style: italic;
    font-weight: 400;
    line-height: 70%;
    letter-spacing: -0.39731rem;

}

#vision {
    position: absolute;
    top: 0;
    max-width: 96%;

}

@media screen and (orientation:portrait) {
    #bg {
        display: none !important;
    }

    h1,
    .h1 {
        font-size: 80px !important;
        text-align: center;
    }

    .video {
        margin-left: 0;
        width: 90vw;
        margin-top: 10%;
        height: 90vh;
    }

    .claims {
        padding-top: 10vh;
        height: 80vh;
        align-items: center !important;
    }




    .left {
        align-self: flex-start;
        margin-left: 1rem;
    }

    .title div.flex {
        flex-direction: column;
        width: 85vw;
    }

    .right p {
        position: absolute;
        right: initial;
        top: initial;
        left: 7%;
        bottom: 0;
    }

    .title p {

        font-size: 3rem;
        max-width: 90vw;

    }

    #valores {
        padding: 1rem;
        padding-top: 10rem;
        gap: 5rem;
    }


    #valores h2 {
        width: 90vw;
        font-size: 3rem;

    }




    .medio .s30,
    .calidad p.p30,
    .cliente .p30 p {
        width: 90vw;
        text-align: right;
        align-self: flex-end;
    }

    .imgM {
        width: 90vw;
        height: 50vh;

    }

    .media.row {
        flex-direction: column-reverse;
    }

    .media p,
    .p30 {
        width: 90vw;
    }


    .imgS {
        width: 90vw;
        height: 60vh;
        border-radius: 1rem;
        overflow: hidden;
    }

    #valores .row {
        width: 100%;
        justify-content: space-between
    }

    div.flex.p30 {
        align-self: start;
    }

    .cliente h2 {
        align-self: flex-start;

    }

    #mv {
        padding: 0rem !important;
    }

    #mv div {
        width: 100%;
        flex-direction: column;
        font-size: 1.5rem;
    }

    #mv .flex {
        gap: 0 !important;
    }

    #mv p {
        width: 90vw;
        font-size: 1.25rem;
        line-height: 98%;
    }

    #mv article {
        height: 80vh;
        padding-top: 15vh;
    }

    p {
        margin-left: 0 !important;
    }

    #mv p.editorial {
        font-size: 7rem !important;
    }

    .pin {
        width: 100vw;
        overflow: hidden;
    }
}