
/* ******************************************** */
/** HOME: HERO
/* ******************************************** */

/* HERO */

.c-hero{
    position: relative;
}
.c-hero--header{
    box-shadow:
        inset 0 80px 0 0 var(--color-primary),
        inset 0 -120px 0 0 var(--color-lighter);
}
.c-hero__wrapper{
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.c-hero__info{
    width: 50%;
    position: relative;
    top: calc(var(--header)/-2.5);
}
.c-hero__heading{
    font-size: clamp(6rem,5.625vw, 8rem);
    line-height: 1.1;
}
.c-hero__text{
    font-size: clamp(1.4rem,1.25vw, 2.2rem);
    color: var(--color-lightest);
    margin-top: 1.15em;
}
.c-hero__btn{
    margin-top: 3em;
}

.c-hero__brands{
    position: absolute;
    left: var(--space-x);
    bottom: var(--header);
}

.c-hero__mockup{
    width: 24vw;
    max-width: 400px;
    border-radius: 66px;
    position: absolute;
    top: 50%;
    right: 31%;
    transform: translate(50%, -22.25vh);
}

/* Brands */

.c-hero-brands,
.c-hero-brands__list{
    display: flex;
    align-items: center;
    gap: 40px;
}
.c-hero-brands__list{
    gap: 30px;
}
.c-hero-brands__text{
    color: var(--color-lightest);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
}
.c-hero-brands__img{
    display: block;
    width: auto;
    height: 36px;
}

/* Mockup */

.c-hero-mockup{
    padding: 16px;
    background-color: rgba(7, 5, 22, 0.3);
    backdrop-filter: blur(4px);
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
/* .c-hero-mockup--white{
    background: linear-gradient(109deg, rgba(255,255,255,0.25), rgba(255,255,255,0));
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 30%);
} */
.c-hero-mockup--white{
    background: linear-gradient(109deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 15%);
}
.c-hero-mockup__img{
    display: block;
    width: 100%;
    height: auto;
}




/* ********************** TALL MOBILE PORTRAIT ********************** */

@media (max-width: 767px) and (min-height: 730px){
}

 



/* ********************** MOBILE LANDSCAPE ********************** */

@media (orientation: landscape) and (min-width: 500px) and (max-width: 767px) {
}




/* ********************** de Mobile a TABLET ********************** */

@media (min-width: 768px) {
}




/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 980px) {
}




/* ********************** de Desktop a DESKTOP 2 ********************** */

@media (min-width: 1200px) {
}
@media (min-width: 1200px) and (min-height: 790px){
}




/* ********************** de Desktop 2 a HD ********************** */

@media (min-width: 1400px) {
}
@media (min-width: 1400px) and (min-height: 790px){
}




/* ********************** de Hd a FULL HD ********************** */

@media (min-width: 1600px) {
}
@media (min-width: 1600px) and (min-height: 790px){
}
@media (min-width: 1600px) and (min-height: 900px){
}

@media (min-width: 1800px) {
}




/* ********************** 4K ********************** */

@media (min-width: 2048px) {
}