#rev_slider_989_1 .container {
    position: relative;
    z-index: 2;
  }

  #rev_slider_989_1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .touchpad{
    cursor: pointer;
  }

  .blanco{
    color:#fff;
  }

  .justify-content-center {
    justify-content: center !important;
  }
  
  .w70{
    width: 70%;
    margin:auto;
  }
  .noMargin{
    margin:0!important;
  }
  .borderBottomMusic{
    border-bottom:5px solid #F8A51C;
  }

  .what-we-do-6 .icon-bx-wraper{
    background-color:rgba(0,0,0,0.6);
  }
  .oculto{
    display: none;
  }
  .nav-link{
    color:#fff;
  }
  @media only screen and (max-width: 700px) {
    .bg_slider {
      max-height: 400px!important;
    }

  }
  @media only screen and (max-width: 780px) {

    .w70{
      width: 90%;
    }
  }

