
#myVideo {
    z-index: -1000;
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
}
._header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    
}
._main{
    
}


.text_ {
   color: #bab9b6; 
} 
.whoAreWe{
    margin-top: 70px;
}
.whoAreWeText{
    margin-top: 30px;
    text-align: justify
}

@media (min-width: 768px) { 
    .whoAreWeTextMedia{
        width: 60%;
    }
    .whoAreWeTextMediaEquipment{
        width: 60%;
    }
    .whoAreWeTextMediaEquipmentImg{
        width: 70%;
    }
    .img_inst{
        width: 30%;
    }
    .img_logo_fon_22{
        opacity: 0;
    }
    .img_logo_fon_img11{
        width: 100%;
    }
 }
 @media (max-width: 768px){
    .whoAreWeTextMediaEquipmentImg{
        width: 100%;
    }
    .img_inst{
        width: 50%;
    }
 }
 .img_logo_fon{
    Overflow: hidden;

 }
 .img_logo_fon_img{
    position: absolute;
    width: 200%;
    right: 0;
    z-index: -1;
    opacity: 0.4;
    Overflow: hidden
 }
 .img_logo_fon_2{
    Overflow: hidden;
    position: absolute;
    margin-top: 1250px;
    
    
 }
 .img_logo_fon_img_2{
    width: 250%;
    box-sizing: border-box;
    opacity: 0.4;
    
 }
 .no_active.active{
    opacity: 1;
    transition: all 1.5s;
    transform: translateY(0%);

  }
  .no_active{
    opacity: 0;
   transform: translateY(20px);
  }