*:not(.banner) {
    transition: all 0.3s ease;
}
#info {
    min-height: 100vh;
    /* gap: 1rem; */
   
    margin-bottom: 2rem;
}

#info .flex {
    width: 99%;
    justify-content: space-between;
}

#info button {
    color: #fff;
    background-color: #000;
    border-radius: 2rem;
    border: none;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-family: neue;
}

#info button:hover {
    background-color: var(--trending);
}

h1 {
    max-width: 60vw;
    text-align: center;
    font-family: neue;
    font-size: 9rem;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: -0.24rem;
padding-bottom:0.5rem ;
}

.h1 {
    width: 100%;
    height: 55vh;
    background: var(--bg);
    align-items: center;
    justify-content: flex-end;

}

.extra {
    padding: 1rem;
    width: 100%;
    align-items: center;
    background: var(--bg);
}

.extra p {
    color: var(--black450);
}

.banner {

    width: 96vw;
    height: 25vw;
}

.banner img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

/* claims */
.claims {
    padding: 2rem 1rem;
}

.claims .column {
    width: 30vw;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
}

.claims h2 {
    color: #000;
    font-family: neue;
    font-size: 3rem;
    text-align: left;
    font-weight: 700;
    line-height: 96%;
    /* 2.88rem */
    letter-spacing: -0.09rem;
}

.video {
    width: 64vw;
    height: 40vw;
    border-radius: 1rem;
    overflow: hidden;
}

.brand-info {
    gap: 2rem;
    padding: 0 1rem;
    align-items: flex-end;

}

.brand-info .flex {
    justify-content: space-around;
}

.logo {
    color: var(--black450);
    font-family: neue;
    font-size: 1.25rem;
    gap: 3rem !important;
    font-weight: 700;
    line-height: 104%;
    letter-spacing: -0.0375rem;
}

.logo .flex {
    justify-content: space-around !important;    align-items: center !important;
}

.logo,
.img.m {
    width: 65vw
}

/* .text {
    width: 25vw;
} */

.img {
    border-radius: 1rem;
    overflow: hidden;
}

.img.m {
    height: 40vw;
}

.img.s {
    width: 30.5vw;
    height: 20vw;
}

.text p {
    color: #000;
    font-family: neue;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
    /* 1.56rem */
    letter-spacing: -0.045rem;
}

/* VIRALES */
#virales {

    background: none;
    height: 90vh;
}

.headerH {
    color: #000;
    border-top: 1px solid var(--black250);

}

h3 {
    color: #000 !important;
    padding: 1rem;
    font-weight: 100;
    font-size: 5rem;
    line-height: 96%;
}


.slider {

    height: 70vh;


}

.item video {
    border-radius: 1.5rem;
    overflow: hidden;
    height: 90%;
}

button.red-btn {
    color: #000;
    border-color: #000;
}

.red-btn:hover {
    color: #fff;
}

#logo-inactive p {
    color: #000;

}

/* more brands */
#more-brands {
    background: var(--bg);
    padding-bottom: 3rem;
}

.responsive-cards {
    padding: 0 0 0 1rem;
    max-width: 100vw;
    gap: 1.5rem;
    justify-content: space-evenly;
}

.img-bg {
    width: 100%;
    height: 50vh;
    border-radius: 1rem;
    overflow: hidden;
    border-radius: 1.5rem;
    border-radius: 1.5rem;

}

.img-bg img {
    filter: blur(4px);
}

.brand {
   
    align-items: center;
    justify-content: center;
    width: 31vw;
}

.brand:hover {
    width: 60vw;

}.brand:hover .img-bg img {
    filter: none;
}


.brand p {
    color: #FFF;
    font-family: neue;
    font-size: 4rem;
    font-weight: 700;
    line-height: 96%;
    text-align: center;
    letter-spacing: -0.07388rem;
    position: absolute;
    z-index: 10;

}
#interes{
    position: fixed;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 100;
}
#interes a {
  
    bottom: 1rem;
    left: 48%;
    padding: 0.5rem;
    justify-content: center;
    border-radius: 3rem;
    background: var(--black250);
    backdrop-filter: blur(12px);
    z-index: 10;

}
#interes a:hover{
    background: var(--trending);
}
#interes button {

    font-family: neue;
    padding: 0.5rem 1rem;
    color: #FFF;
    font-size: 1.5rem;
    background: none;
    border: none;
    border-radius: 3rem;
    transition: all 0.3s ease;
}

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

    .brand-nav {
        flex-direction: column;
        position: static;
        padding: 7rem 0.5rem 1rem;
        width: 94%;
    }

    .brand-nav button {
        text-align: left;
        font-size: 2.5rem;
    }

    button.selected {
        color: var(--trending);
    }

    h1 {
        max-width: max-content;
        font-size: 6rem;
        height: auto;
    }

    .h1 {
        padding: 0 1rem;
        height: auto;
        width: 94%;
    }

    .extra p,
    #info button {
        font-size: 1rem;
    }

    #info .flex {
        width: 90%;
    }

    #info button {
        padding: 0.25rem 0.75rem;
    }

    #virales {
        height: 100vh;
    }

    .banner {
        width: 90vw;
        height: 35vh;
    }

    .claims {
        gap: 2rem;
    }

    .claims,
    .brand-info,
    .logo .flex {
        padding: 1rem;
        flex-direction: column;
        align-items: center !important;
    }

    .claims .column,
    .logo {
        width: 100%;
    }

    .video {
        width: 100%;
        height: 40vh;
    }

    #logo {
        width: 90% !important;
    }

    .img {
        width: 100% !important;
    }

    .img.s,
    .img.m {
        height: 40vh;
    }

    h3 {
        font-size: 3rem;
    }

    .responsive-cards {
        padding:0 1rem;gap: 1rem;
        flex-direction: column;
    }

    .brand,
    .brand:hover {
        width: 100%;
    }

    .img-bg {
        height: 25vh;
    }

}