@media(max-width:1070px) {

  

    .quemsomos img{
        width: 100%;
    }

    .saiba, .saiba2{
        width: 220px;
        height: 45px;
        float: right;
        margin: 0;
    }

    .cinquenta{
        width: 100%;
    }

    .cinco{
        height: 30px;
    }

    .fotos img{
        width: 50%;
    }
        

    .box{
        width: 90%;
    }

    .box img{
        width: 50%;
        margin: 0 25% 30px 25%;
    }

    .video{
        display: none;
    }

    .video2{
        display: table;
        width: 100%;
        height: auto;
    }

    .video2 img{
        width: 100%;
    }

    header{
        display: none;
    }

    .menumobile{
        display: table;
        position: fixed;
        z-index: 9999;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .abre{
        width: 100%;
        height: 130px;
        background: #005332;
        position: fixed;
    }

    .abre2{
        width: 100%;
        height: 130px;;
    }

    .faixa{
        display: none;
    }
    
    #menu {
        display: none;
        list-style: none;
        float: right;
        margin-top: 0px;
        
        padding: 15px;
        width: 30%;
        margin-top: 95px;
        margin-right: -5%;
        }
    
        .logomobile{
            float: left;
            padding: 30px 30px;

        }

        .logomobile img{
            height: 80px;
        }

 
        #menu li{
            padding: 20px 30px;
            font-size: 20px;
            border: 1px solid #005332;
            border-radius: 10px;
            font-weight: 800;
            background: #fff;;
            width: 250px;
            margin-right: 10%;
        }
    
        #menu li a{
            text-decoration: none;
            color: #005332;
            font-size: 1.2em;
        }
    
    
    .tb-menu-toggle {
      border: 0;
      position: relative;  
      cursor: pointer;
      float: right;
      margin-top: 50px;
      margin-right: 50px;
    }
    
    
    .tb-menu-toggle i {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20%;
      -webkit-transition:all .2s;
       -moz-transition:all .2s;
         -o-transition:all .2s;
            transition:all .2s;
    }
    .tb-menu-toggle i:nth-child(2) {
      top: 40%;
    }
    .tb-menu-toggle i:nth-child(3) {
      top: 80%;
    }
    
    .tb-menu-toggle.tb-active-toggle i {  }
    
    .tb-menu-toggle.tb-animate-toggle i:first-child,
    .tb-menu-toggle.tb-animate-toggle i:nth-child(2){ 
      top: 40%;
      -webkit-transform:rotate(45deg);
       -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
    } 
    .tb-menu-toggle.tb-animate-toggle i:nth-child(3){ 
      top: 40%;
      -webkit-transform:rotate(-45deg);
       -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
            transform:rotate(-45deg);
    }



    
   
}