  
  .seccion-submenu { display: none !important; }

/* Estilos Apertura Generico */   
  .apertura-custom { height: 100vh; width: 100%; position: absolute; background-color: #272727; top:0; left: 0; overflow: hidden; display: flex; justify-content: center; align-items: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing.: antialiased; }

/* Especifico Apertura */
  .apertura-custom .tit-main { max-width: 877px; }
  .video-bg__container { overflow: hidden; height: 100%; width: 100%; position: relative; } 
  .video-bg__container::after { 
    content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; 
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(17,81,105,0) 90%);
    background: -o-linear-gradient(bottom, #000 0%, rgba(17,81,105,0) 90%);
    background: linear-gradient(to top, #000 0%, rgba(17,81,105,0) 90%);
  }
  .video-bg { height: 100%; width: auto; }
  .apertura-tit__container { position: absolute; z-index: 99; color: #fff; font-family: sans-serif; padding: 30px; box-sizing: content-box; }
  .apertura-tit__container .tit-main { font-size: 25px; line-height: 1; padding-bottom: 20px; font-size: 60px; font-weight: 600; }  
  .apertura-tit__container .tit-sub-1 { font-size: 16px; line-height: 1.4; padding-bottom: 20px; font-weight: 800; position: relative; line-height: 1; color: #c2dfff; text-align: center; }
  .apertura-tit__container .tit-sub-2 { font-size: 20px; line-height: 1.4; max-width: 420px; font-weight: 600; }
  .apertura-tit__container .tit-sub-2:after { content:''; width: 100vw; height: 3px; background-color: #2466a9; position: absolute; top: 50%; left: 0; transform: translate(550px, 71px); }
  .apertura-tit__container .tit-wrap { padding-left: 50px; }

  @media screen and (max-width: 767px) {
    .apertura-tit__container .tit-main { font-size: 34px; }
    .apertura-tit__container .tit-wrap { padding-left: 0; }
    .apertura-tit__container .tit-sub-2 { font-size: 16px; }
    .apertura-tit__container .tit-sub-2:after { top: auto; bottom: 0; transform: translate(31px, 0); }
  }
  @media screen and (min-width: 768px) { 
    .apertura-tit__container .tit-sub-1 {
      font-size: 30px;
      margin: 10px 0;
    }
    .apertura-tit__container .tit-sub-2 {
      font-size: 20px
    }
  }
  @media screen and (min-width: 1200px) { 
    .video-bg { height: auto; width: 100%; }
  }
