      .contenedorVid{
        display:flex;
        justify-content:center;
        width:100%;
        padding:132px 20px;
      }
      
      .videoespacio{
        display:flex;
        width:100%;
        flex-direction:column;
        max-width:1248px;
        background-color:#E6F1F8;
        justify-content:center;
        align-items:center;
        border-radius:20px;
        padding:51px;
      }
      
      .videoespacio .reproductor{
        display:flex;
        width:100%;
        margin-top:28px;
        max-width:500px;
        aspect-ratio:1390/1820;
      }
      
      .videoespacio .title{
        font-size:36px;
        line-height:40px;
        font-weight:700;
        margin-bottom:15px;
        color:#1E2F6F;
      }
      
      .videoespacio .subtitle{
        font-size:20px;
        line-height:28px;
        font-weight:500;
      }
      
     .videoespacio .reproductor video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}