/* ============================================================
   RESULTADOS TECNOLOGÍA - Media Query 1920px (Full HD)
   min-width: 1920px
   ============================================================ */

@media (min-width: 1920px) {

    .resultados-grid {
        gap: 2.5rem;
        margin-top: 4rem;
    }

    .resultados-grid .resultado-card:first-child .resultado-video-wrap {
        min-height: 460px;
    }

    .resultado-info {
        padding: 2rem 2.2rem;
    }

    .resultado-titulo {
        font-size: 1.5rem;
    }

    .resultado-desc {
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .resultado-specs span {
        font-size: 0.85rem;
        padding: 0.35rem 0.85rem;
    }

    .resultado-play-btn {
        width: 72px;
        height: 72px;
    }

    .resultado-play-btn i {
        font-size: 1.5rem;
    }

    .resultado-tag {
        font-size: 0.8rem;
        padding: 5px 14px;
    }
}
