
/* .banner-container .banner img {
  filter: brightness(90%);
} */

.banner-container .text-container{
    position: absolute;
    top: 50%;
    margin-top: -80px;
  }
  
  .banner-container .text-container h2{
    display: inline-table;
    /* border-bottom: 8px solid #f1ef9a; */
    height: 130px;
    margin-bottom: 24px;
    font-size: 54px;
  }

  .banner-container .text-container h2 span{
    display: block;
    font-weight: 100;
    font-size: 34px;
  }
  
  .banner-container .text-container p{
    width: 650px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  


.background{
    height: 60px;
    background-image: url("../img/visor_fondo_gras2.PNG");
  background-size: 100% 100%;
  }

  /* #my-video{
    height: 650px;
  } */


  .sinopsis{
    background: #f1ef9a;
  }

  .sinopsis>p{
    text-align: justify;
    line-height: 30px;
    font-size: 18px;
  }

  .creditos{
    background-image: url('../img/documental_fondo_azul.PNG');
    background-size: 27% 100%;
    background-repeat: no-repeat;
  }

  .creditos h3 span:first-child{
    border-bottom: 6px solid #f1ef9a;
    padding-bottom: 5px;
    font-weight: unset;
  }

  .creditos h3 span.value{
    font-weight: 100;
    margin-left: 10px;
  }

  .creditos .fondo-2{
    position: absolute;
    width: calc(100% - 63px);
    height: 100%;
    background: #699bda;
    z-index: -1;
  }

  #my-video img{
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }

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

    .banner-container .text-container h2{
      display: table-cell !important;
    }

    .banner-container .text-container p{
      margin-top: 32px;
    }
  }

  @media only screen and (max-width: 992px ) {
    .creditos .fondo-2{
      width: 100% !important;
    }

  }

  @media only screen and (min-width: 768px ) {

    #my-video{
      height: 650px;
    }
  }



 