/* ==========================================================================
   VIDEO
   ========================================================================== */

.zam-home-hero
.zam-home-youtube{
    height: 100vh;
}
/* ==========================================================================
   BLOQUE YOUTUBE
   ========================================================================== */

.zam-home-youtube{
     position:relative;
    background: linear-gradient(180deg, #490000, #1a0000);
    padding:  145px 40px 70px;
    
}

/* ==========================================================================
   CONTENEDOR
   ========================================================================== */

.zam-home-youtube-inner{
    max-width:980px;
    margin:0 auto;
}

/* ==========================================================================
   TÍTULO
   ========================================================================== */

.zam-home-youtube-titulo{
    margin:
    0 auto 24px;
    max-width:980px;
    color:#fff;
    font-size:30px;
    line-height:1.05;
    letter-spacing:.01em;
    text-align:center;
    font-family:
    oswald,
    'arial narrow',
    sans-serif;
}

/* ==========================================================================
   WRAPPER VIDEO
   ========================================================================== */

.zam-home-youtube-wrap{
    position:relative;
    max-width:1200px;
    margin-top: 250px;
    margin:0 auto;
    border-radius:18px;
    overflow:hidden;
    aspect-ratio:16/9;
    background:#000;
    box-shadow:
    0 20px 80px rgba(0,0,0,.45);
}

/* ==========================================================================
   IFRAME
   ========================================================================== */

.zam-home-youtube iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

/* ==========================================================================
   OVERLAY
   ========================================================================== */

.zam-home-youtube-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        to bottom,
        rgba(0,0,0,.08),
        rgba(0,0,0,.22)
    );
    pointer-events:none;
}
