/* Hoja de estilos CSS */

/* Generales */
* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Google Sans Flex", sans-serif;
    font-weight: 200;
    color: #2c2c2c;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s ease;
}

img {
    display: block;
}

/* Opacidad en las fotografías */
main img {
    opacity: 0.9;
}

h1,
h2,
h3 {
    font-weight: 500;
}

/* Componente navbar con hamburguesita */
#navbar-principal {
    background-color: #ffffff;
    padding: 22px 0;
}

.navbar-brand {
    font-weight: 600;
    font-size: 18px;
    color: #2c2c2c;
}

.navbar-brand:hover {
    color: #fe96df;
}

.nav-link {
    font-weight: 600;
    color: #2c2c2c;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.nav-link:hover {
    color: #fe96df;
}

/* Hero */
.hero {
    padding: 40px 0 90px;
}

.hero-texto h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.45;
}

.hero-texto h1 strong {
    font-weight: 600;
}

/* "Nubank" resaltado */
.resalte {
    color: #B92EE3;
    font-weight: 600;
}

.hero-previo {
    font-size: 26px;
    font-weight: 400;
    margin-top: 22px;
}

.hero-scroll {
    display: inline-block;
    margin-top: 26px;
    font-size: 21px;
    font-weight: 400;
    color: #2c2c2c;
}

.hero-scroll:hover {
    color: #fe96df;
}

.flecha-abajo {
    display: block;
    font-size: 26px;
    margin-top: 10px;
}

/* Foto del hero */
.hero-foto {
    width: 100%;
    max-width: 440px;
    height: auto;
    opacity: 0.9;
    margin: 0 auto;
}

#footer {
    background-color: #f2f2f2;
    padding: 44px 4% 12px;
}

.footer-thanks h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-thanks p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.7;
}

.footer-bloque {
    margin-bottom: 26px;
}

.footer-label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
}

.footer-bloque a:hover {
    color: #fe96df;
}

.footer-contacto .footer-bloque:last-child {
    margin-bottom: 0;
}

/* Casos de estudio (full-bleed con container-fluid) */
.caso {
    position: relative;
}

.caso::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: 0;
}

.caso .container-fluid {
    position: relative;
    z-index: 1;
}

.caso-contenido {
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 4%;
}

.caso-titulo {
    color: #ffffff;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .25);
}

.caso-info {
    max-width: 440px;
}

.caso-desc {
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin: 18px 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}

.ver-proyecto {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}

.ver-proyecto:hover {
    color: #fe96df;
}

/* Componente pill para las categorías */
.pill {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    background-color: #e8b7f6;
    color: #B92EE3;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 30px;
}

/* Imágenes de fondo de cada caso */
.caso-levi::before {
    background-image: url(../img/home-2.webp);
}

.caso-forense {
    background-color: #5d5d5d;
}

.caso-forense::before {
    background-image: url(../img/home-3.webp);
    background-position: right center;
}

.caso-zaskia::before {
    background-image: url(../img/home-4.webp);
}

.caso-esencia::before {
    background-image: url(../img/home-5.webp);
    background-position: right center;
}

/* Degradado oscuro para el texto en Zaskia */
.caso-zaskia::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

/* About */

/* Hero */
.about-hero-wrap {
    position: relative;
}

/* Foto */
.about-hero-foto {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center top;
}

.about-hero-texto {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-hero-nombre {
    color: #fe96df;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 6px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .2);
}

.about-hero-rol {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .25);
}

/* Intro/presentación */
.about-intro {
    padding: 70px 0;
}

.about-saludo {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* "¡Hola!" resaltado en rosa */
.resalte-rosa {
    color: #fe96df;
    font-weight: 600;
}

.about-parrafo {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.55;
    margin-bottom: 26px;
}

/* Experiencia + Valores (fondo morado) */
.about-valores {
    background-color: #e8b7f6;
    padding: 70px 4%;
}

.about-exp-titulo {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 14px;
}

.about-exp-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.about-exp-puesto {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 2px;
}

.about-exp-puesto a {
    text-decoration: underline;
    font-weight: 400;
}

.about-exp-puesto a:hover {
    color: #fe96df;
}

.about-exp-fecha {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 26px;
}

/* CV */
.about-resume {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}

.about-resume:hover {
    color: #fe96df;
}

.about-valores-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
}

.valor-item {
    margin-bottom: 22px;
}

.valor-titulo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.valor-emoji {
    font-weight: 400;
}

.valor-texto {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.55;
    max-width: 760px;
}

/* Fotos */
.about-fotos {
    padding: 60px 0 90px;
}

.about-foto {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Estado activo del enlace de la página actual en la nav */
.nav-link.active {
    color: #B92EE3;
}

/* Playground */

/* Introducción */
.play-intro {
    padding: 60px 0 50px;
}

.play-titulo {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 36px;
}

.play-texto {
    max-width: 880px;
    margin: 0 auto;
}

.play-parrafo {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 24px;
}

/* Galería */
.play-galeria {
    padding: 20px 0 90px;
}

.play-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.play-foto {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Levi */

/* Encabezado */
.levi-hero {
    padding: 40px 0 30px;
}

.levi-titulo {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
}

.levi-colab {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.levi-colab-label {
    color: #B92EE3;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}

.levi-colab-linea {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.35;
}

.levi-colab-nombre {
    font-weight: 600;
}

.levi-galeria {
    padding: 10px 0;
}

.levi-galeria-foto {
    width: 100%;
    aspect-ratio: 1 / 2;
    object-fit: cover;
}

.levi-about {
    padding: 60px 0;
}

.levi-seccion-titulo {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
}

.levi-intro-parrafo {
    font-size: 19px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 22px;
}

.levi-overview-label {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-top: 40px;
    margin-bottom: 10px;
}

.levi-sub-titulo {
    color: #B92EE3;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

.levi-parrafo {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 16px;
}

.levi-imagen-grande {
    padding: 20px 0;
}

.levi-foto-grande {
    width: 100%;
    height: auto;
}

.levi-cierre {
    padding: 50px 0 24px;
}

.levi-cierre-fila {
    margin-bottom: 40px;
}

.levi-resultado-parrafo {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 20px;
}

.levi-sdg {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.levi-sdg li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 16px;
}

.levi-sdg li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #B92EE3;
}

.levi-sdg-label {
    color: #B92EE3;
    font-weight: 500;
}

/* Forense PM */

/* Encabezado */
.forense-hero {
    padding: 40px 0 30px;
}

.forense-titulo {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
}

.forense-colab {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.forense-colab-label {
    color: #B92EE3;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}

.forense-colab-linea {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.35;
}

.forense-colab-nombre {
    font-weight: 600;
}

.forense-galeria {
    padding: 10px 0;
}

.forense-galeria-foto {
    width: 100%;
    height: auto;
}

.forense-about {
    padding: 60px 0;
}

.forense-seccion-titulo {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
}

.forense-intro-parrafo {
    font-size: 19px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 22px;
}

.forense-overview-label {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-top: 40px;
    margin-bottom: 10px;
}

.forense-sub-titulo {
    color: #B92EE3;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

.forense-parrafo {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 16px;
}

.forense-imagen-grande {
    padding: 20px 0;
}

.forense-foto-grande {
    width: 100%;
    height: auto;
}

/* Results e Impact */
.forense-cierre {
    padding: 50px 0 24px;
}

.forense-cierre-fila {
    margin-bottom: 40px;
}

.forense-resultado-parrafo {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Zaskia */

/* Encabezado */
.zaskia-hero {
    padding: 40px 0 30px;
}

.zaskia-titulo {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
}

.zaskia-colab {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.zaskia-colab-label {
    color: #B92EE3;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}

.zaskia-colab-linea {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.35;
}

.zaskia-colab-nombre {
    font-weight: 600;
}

.zaskia-galeria {
    padding: 10px 0;
}

.zaskia-galeria-foto {
    width: 100%;
    height: auto;
}

.zaskia-about {
    padding: 60px 0;
}

.zaskia-seccion-titulo {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
}

.zaskia-intro-parrafo {
    font-size: 19px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 22px;
}

.zaskia-overview-label {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-top: 40px;
    margin-bottom: 10px;
}

.zaskia-sub-titulo {
    color: #B92EE3;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

.zaskia-parrafo {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 16px;
}

.zaskia-imagen-grande {
    padding: 20px 0;
}

.zaskia-foto-grande {
    width: 100%;
    height: auto;
}

.zaskia-cierre {
    padding: 50px 0 24px;
}

.zaskia-cierre-fila {
    margin-bottom: 40px;
}

.zaskia-resultado-parrafo {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Esencia */

/* Encabezado */
.esencia-hero {
    padding: 40px 0 30px;
}

.esencia-titulo {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
}

.esencia-colab {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.esencia-colab-label {
    color: #B92EE3;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}

.esencia-colab-linea {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.35;
}

.esencia-colab-nombre {
    font-weight: 600;
}

.esencia-galeria {
    padding: 10px 0;
}

.esencia-galeria-foto {
    width: 100%;
    height: auto;
}

.esencia-about {
    padding: 60px 0;
}

.esencia-seccion-titulo {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
}

.esencia-intro-parrafo {
    font-size: 19px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 22px;
}

.esencia-overview-label {
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    margin-top: 40px;
    margin-bottom: 10px;
}

.esencia-sub-titulo {
    color: #B92EE3;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}

.esencia-parrafo {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 16px;
}

.esencia-imagen-grande {
    padding: 20px 0;
}

.esencia-foto-grande {
    width: 100%;
    height: auto;
}

.esencia-cierre {
    padding: 50px 0 24px;
}

/* Quitar el margen sobrante debajo de los últimos bloques de todos los casos de estudio para que no quede tanto espacio antes del footer */
.levi-cierre-fila:last-child,
.forense-cierre-fila:last-child,
.zaskia-cierre-fila:last-child,
.esencia-cierre-fila:last-child {
    margin-bottom: 0;
}

.esencia-cierre-fila {
    margin-bottom: 40px;
}

.esencia-resultado-parrafo {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Empiezan las Media Queries */

/* Large devices (less than 1200px) */
@media (max-width: 1200px) {

    /* Home */
    .hero-texto h1 {
        font-size: 36px;
    }

    .caso-titulo {
        font-size: 84px;
    }

    /* About */
    .about-hero-foto {
        height: 560px;
    }

    .about-exp-titulo {
        font-size: 48px;
    }

    /* Levi */
    .levi-titulo {
        font-size: 70px;
    }

    /* Forense PM */
    .forense-titulo {
        font-size: 70px;
    }

    /* Zaskia */
    .zaskia-titulo {
        font-size: 70px;
    }

    /* Esencia */
    .esencia-titulo {
        font-size: 70px;
    }
}

/* Medium devices (less than 992px) */
@media (max-width: 992px) {

    /* Home */
    .hero-texto h1 {
        font-size: 32px;
    }

    .hero-previo {
        font-size: 22px;
    }

    .caso-titulo {
        font-size: 68px;
    }

    .footer-thanks h2 {
        font-size: 42px;
    }

    /* About */
    .about-hero-foto {
        height: 500px;
    }

    .about-hero-nombre {
        font-size: 40px;
    }

    .about-parrafo {
        font-size: 20px;
    }

    /* Playground */
    .play-titulo {
        font-size: 30px;
    }

    .play-parrafo {
        font-size: 19px;
    }

    /* Levi */
    .levi-titulo {
        font-size: 60px;
    }

    .levi-seccion-titulo {
        font-size: 38px;
    }

    .levi-intro-parrafo {
        font-size: 18px;
    }

    /* Forense PM */
    .forense-titulo {
        font-size: 60px;
    }

    .forense-seccion-titulo {
        font-size: 38px;
    }

    .forense-intro-parrafo {
        font-size: 18px;
    }

    /* Zaskia */
    .zaskia-titulo {
        font-size: 60px;
    }

    .zaskia-seccion-titulo {
        font-size: 38px;
    }

    .zaskia-intro-parrafo {
        font-size: 18px;
    }

    /* Esencia */
    .esencia-titulo {
        font-size: 60px;
    }

    .esencia-seccion-titulo {
        font-size: 38px;
    }

    .esencia-intro-parrafo {
        font-size: 18px;
    }
}

/* Small devices (less than 768px) */
@media (max-width: 768px) {

    /* Home */
    .hero {
        padding: 24px 0 60px;
    }

    .hero-texto h1 {
        font-size: 30px;
    }

    .hero-foto {
        margin-top: 32px;
    }

    .caso-contenido {
        min-height: 70vh;
        padding: 50px 6%;
    }

    .caso-titulo {
        font-size: 58px;
    }

    /* About */
    .about-hero-foto {
        height: 520px;
        object-position: center;
    }

    .about-hero-nombre {
        font-size: 34px;
    }

    .about-hero-rol {
        font-size: 16px;
    }

    .about-exp-titulo {
        font-size: 44px;
    }

    .about-exp {
        margin-bottom: 30px;
    }

    /* Playground */
    .play-titulo {
        font-size: 28px;
    }

    .play-parrafo {
        font-size: 18px;
    }

    /* Levi */
    .levi-titulo {
        font-size: 52px;
    }

    .levi-colab {
        align-items: flex-start;
        margin-top: 16px;
    }

    .levi-seccion-titulo {
        margin-bottom: 16px;
    }

    .levi-overview-label {
        margin-top: 24px;
    }

    /* Forense PM */
    .forense-titulo {
        font-size: 52px;
    }

    .forense-colab {
        align-items: flex-start;
        margin-top: 16px;
    }

    .forense-seccion-titulo {
        margin-bottom: 16px;
    }

    .forense-overview-label {
        margin-top: 24px;
    }

    /* Zaskia */
    .zaskia-titulo {
        font-size: 52px;
    }

    .zaskia-colab {
        align-items: flex-start;
        margin-top: 16px;
    }

    .zaskia-seccion-titulo {
        margin-bottom: 16px;
    }

    .zaskia-overview-label {
        margin-top: 24px;
    }

    /* Esencia */
    .esencia-titulo {
        font-size: 52px;
    }

    .esencia-colab {
        align-items: flex-start;
        margin-top: 16px;
    }

    .esencia-seccion-titulo {
        margin-bottom: 16px;
    }

    .esencia-overview-label {
        margin-top: 24px;
    }
}

/* Extra small devices (less than 576px) */
@media (max-width: 576px) {

    /* Home */
    .hero-texto h1 {
        font-size: 26px;
    }

    .hero-previo {
        font-size: 20px;
    }

    .hero-scroll {
        font-size: 18px;
    }

    .caso-titulo {
        font-size: 46px;
    }

    .caso-info,
    .caso-desc {
        max-width: 100%;
    }

    .footer-thanks h2 {
        font-size: 36px;
    }

    /* About */
    .about-hero-foto {
        height: 440px;
        object-position: center;
    }

    .about-hero-nombre {
        font-size: 28px;
    }

    .about-intro {
        padding: 50px 0;
    }

    .about-parrafo {
        font-size: 18px;
    }

    .about-valores {
        padding: 50px 5%;
    }

    /* Playground */
    .play-titulo {
        font-size: 26px;
    }

    .play-parrafo {
        font-size: 16px;
    }

    .play-intro {
        padding: 40px 0 8px;
    }

    .play-galeria {
        padding: 4px 0 60px;
    }

    /* Levi */
    .levi-titulo {
        font-size: 44px;
    }

    .levi-seccion-titulo {
        font-size: 32px;
    }

    .levi-intro-parrafo {
        font-size: 17px;
    }

    /* Forense PM */
    .forense-titulo {
        font-size: 44px;
    }

    .forense-seccion-titulo {
        font-size: 32px;
    }

    .forense-intro-parrafo {
        font-size: 17px;
    }

    /* Zaskia */
    .zaskia-titulo {
        font-size: 44px;
    }

    .zaskia-seccion-titulo {
        font-size: 32px;
    }

    .zaskia-intro-parrafo {
        font-size: 17px;
    }

    /* Esencia */
    .esencia-titulo {
        font-size: 44px;
    }

    .esencia-seccion-titulo {
        font-size: 32px;
    }

    .esencia-intro-parrafo {
        font-size: 17px;
    }

    /* Reducir el espacio en blanco entre el último texto la imagen única en todos los casos */
    .levi-about,
    .forense-about,
    .zaskia-about,
    .esencia-about {
        padding-bottom: 8px;
    }

    .levi-imagen-grande,
    .forense-imagen-grande,
    .zaskia-imagen-grande,
    .esencia-imagen-grande {
        padding-top: 8px;
    }

    .caso-forense::before {
        background-position: 75% center;
    }
}

/* Medium devices y arriba (tablets y escritorio, 768px en adelante) */
@media (min-width: 768px) {
    .play-grid {
        grid-template-columns: repeat(10, 1fr);
        grid-auto-rows: 200px;
        gap: 12px;
    }

    .play-grid .play-foto {
        height: 100%;
        object-fit: cover;
    }

    .pg-1 {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .pg-2 {
        grid-column: 3 / 5;
        grid-row: 1;
    }

    .pg-3 {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .pg-4 {
        grid-column: 3 / 5;
        grid-row: 2;
    }

    .pg-5 {
        grid-column: 1 / 5;
        grid-row: 3;
    }

    .pg-6 {
        grid-column: 1 / 3;
        grid-row: 4;
    }

    .pg-7 {
        grid-column: 1 / 3;
        grid-row: 5;
    }

    .pg-8 {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }

    .pg-9 {
        grid-column: 5 / 11;
        grid-row: 1 / 3;
    }

    .pg-10 {
        grid-column: 5 / 11;
        grid-row: 3 / 5;
    }

    .pg-11 {
        grid-column: 5 / 11;
        grid-row: 5;
    }
}

/* Medium devices (tablets, 768px a 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .play-grid {
        grid-auto-rows: 150px;
    }
}