@media(max-width:999px){
    body{
        margin:0;
        padding:0;
        background:#fff;
        overflow-x: hidden;
    }
    header{
        width:100%;
        height:60px;
        position:fixed;
        top:0;
        z-index:999;
        background:#fff;
        display:flex;
        align-items: center;
        padding-left:30px;
        border-bottom:1px solid #eee;
    }
    
    .menu{
        width:100%;
        height:100%;
        display:flex;
        align-items: center;
        margin-left:50px;
    
    }
    .menu-item{
        margin-right:13px;
        font-size: 1.1em;
    }
    .menu-item a{
        color:#000;
        text-decoration: none;
    }
    
    .logomarca{
        width:100%;
        height:100px;
        text-align: center;
        margin-top:85px;
        margin-bottom:100px;
    }
    .slogan{
        width:100%;
        height: 40px;
        text-align: center;
    }
    .fraseverde{
        color:#00BF63;
        font-size:1.9em;
        margin-top:-20px;
    }
    .ativo a{
        color:#00BF63;
    }
    .bilbo-regular {
        font-family: "Bilbo", cursive;
        font-weight: 400;
        font-style: normal;
      }
      
    .banner{
        width:100%;
        height:55vh;
        background-image: url("img/banner2.png");
        background-size: auto;
        background-size: cover;
        background-position: center bottom;
    }
    
    .bayon-regular {
        font-family: "Bayon", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
    
      .ubuntu-light {
        font-family: "Ubuntu", sans-serif;
        font-weight: 300;
        font-style: normal;
      }
      
      .ubuntu-regular {
        font-family: "Ubuntu", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
      
      .ubuntu-medium {
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        font-style: normal;
      }
      
      .ubuntu-bold {
        font-family: "Ubuntu", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
    
      .roboto{
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-weight: 320;
        font-style: normal;
        font-variation-settings:
          "wdth" 100;
      }
      
      
      /* edição container */
    .empresa{
        background:#EDEDED;
        padding-top:60px;
        padding-bottom:50px;
    }
    .clientes{
        padding-top:60px;
        padding-bottom:50px;
    }
    .container{
        width:90%;
        height:auto;
        margin:0px auto;
    }
    
    .titulo_pagina{
        font-size:1.8em;
        padding-left:20px;
    }
    .subtitulo_pagina{
        font-size:1.2em;
        color:#656565;
        margin-top:-10px;
        padding-left:20px;
        padding-right:20px;
    
    }
    .texto{
        font-size:0.95em;
        margin-top:20px;
    }
    .grid{
        width:100%;
        height:auto;
        display:flex;
        margin-top:60px;
    
    }
    .card{
        width:250px;
        height:170px;
        background-color:#fff;
        margin-right:5px;
        display:flex;
        flex-wrap: wrap;
    
    
    }
    
    .fig{
        width:84%;
        height:80%;
        margin:0 auto;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .fig img{
        width:100%;
        height:auto;
    }
    .btverde{
        width:100%;
        height:20%;
        background-color:#00BF63;
        display:flex;
        align-items: center;
        justify-content: center;
        color:#fff;
        font-size:0.75em;
    
    }
    .servicos{
        margin-top:50px;
    
    }
    .faixa_servicos{
        width:100%;
        height:40px;
        background:#fff;
        display: flex;
        align-items: center;
        font-size:1.3em;
    }
    .espaco{
        width:100%;
        height:40px;
    }
    .faixa_servicos_cinza{
        width:100%;
        height:40px;
        background:#EDEDED;
        display: flex;
        align-items: center;
        font-size:1.1em;
        margin-bottom:10px;
    }
    .flag{
        margin-right:15px;
    }
    
    .flag img{
        width:24px;
        height:24px;
        margin-left:20px;
        margin-top:10px;
    }
    .teste img{
        width:100%;
        margin-top:90px;
    }
    
    .contato{
        width:100%;
        height:600px;
        background:#D9D9D9;
        margin-top:100px;
        padding-top:60px;
    
    }
    .imagemsecurity{
        width:90%;
        height:auto;
        background:#fff;
        position: absolute;

        margin-top:178px;
        display:flex;
        align-items: center;
        justify-content: center;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
    }
    
    .imagemsecurity img{
        width:75%;
        height:auto;
    }
    
    .quadro{
        width:100%;
        height:50px;
        background:#fff;
        display:flex;
        margin-top:40px;
    }
    
    .imgcontato a{
        width:50px;
        height:100%;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .imgcontato a img{
        width:68%;
        height:auto;
    }
    
    .infocontatos{
        width:290px;
        height:100%;
        padding-left:5px;
    
    }
    .titulocontato{
        font-size:0.86em;
        color:#bbb;
        margin-top:5px;
        margin-bottom:3px;
    }
    
    .valuecontato{
        font-size:0.92em;
    }
    
    .titulocontato a, .valuecontato a{
        color:#000;
        text-decoration: none;
    }
    
    .rodape{
        width:100%;
        height:auto;
        display:flex;
        align-items: center;
        justify-content: center;
        color:#bbb;
        padding-top:20px;
    }
    
    }
    
    @media(min-width:1000px){
body{
    margin:0;
    padding:0;
    background:#fff;
    overflow-x: hidden;
    height:100vh;
}
header{
    width:100%;
    height:60px;
    position:fixed;
    top:0;
    z-index:999;
    background:#fff;
    display:flex;
    align-items: center;
}

.menu{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    margin-left:50px;

}
.menu-item{
    margin-right:13px;
    font-size: 1.1em;
}
.menu-item a{
    color:#000;
    text-decoration: none;
}

.logomarca{
    width:100%;
    height:100px;
    text-align: center;
    margin-top:85px;
    margin-bottom:100px;
}
.slogan{
    width:100%;
    height:100px;
    text-align: center;
}
.fraseverde{
    color:#00BF63;
    font-size:2.3em;
    margin-top:-20px;
}
.ativo a{
    color:#00BF63;
}
.bilbo-regular {
    font-family: "Bilbo", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
.banner{
    width:100%;
    height:55vh;
    background-image: url("img/banner2.png");
    background-size: auto;
    background-size: cover;
    background-position: center bottom;
}

.bayon-regular {
    font-family: "Bayon", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .roboto{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 320;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  
  
  /* edição container */
.empresa{
    background:#EDEDED;
    padding-top:60px;
    padding-bottom:50px;
}
.clientes{
    padding-top:60px;
    padding-bottom:50px;
}
.container{
    width:1000px;
    height:auto;
    margin:0px auto;
}

.titulo_pagina{
    font-size:2em;
}
.subtitulo_pagina{
    font-size:2em;
    color:#656565;
    margin-top:-10px;

}
.texto{
    font-size:1.15em;
    margin-top:20px;
}
.grid{
    width:100%;
    height:auto;
    display:flex;
    margin-top:60px;

}
.card{
    width:250px;
    height:290px;
    background-color:#fff;
    margin-right:20px;
    display:flex;
    flex-wrap: wrap;


}

.fig{
    width:84%;
    height:80%;
    margin:0 auto;
    display:flex;
    align-items: center;
    justify-content: center;
}
.fig img{
    width:100%;
    height:auto;
}
.btverde{
    width:100%;
    height:20%;
    background-color:#00BF63;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;

}
.servicos{
    margin-top:50px;

}
.faixa_servicos{
    width:400px;
    height:40px;
    background:#fff;
    display: flex;
    align-items: center;
    font-size:1.3em;
}
.espaco{
    width:100%;
    height:40px;
}
.faixa_servicos_cinza{
    width:400px;
    height:40px;
    background:#EDEDED;
    display: flex;
    align-items: center;
    font-size:1.3em;
    margin-bottom:10px;
}
.flag{
    margin-right:15px;
}

.flag img{
    width:24px;
    height:24px;
    margin-left:20px;
    margin-top:10px;
}
.teste img{
    width:100%;
    margin-top:90px;
}

.contato{
    width:100%;
    height:600px;
    background:#D9D9D9;
    margin-top:100px;
    padding-top:60px;

}
.imagemsecurity{
    width:480px;
    height:440px;
    background:#fff;
    position: absolute;
    right:18%;
    margin-top:-150px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

.imagemsecurity img{
    width:75%;
    height:auto;
}

.quadro{
    width:340px;
    height:50px;
    background:#fff;
    display:flex;
    margin-top:40px;
}

.imgcontato a{
    width:50px;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.imgcontato a img{
    width:68%;
    height:auto;
}

.infocontatos{
    width:290px;
    height:100%;
    padding-left:5px;

}
.titulocontato{
    font-size:0.86em;
    color:#bbb;
    margin-top:5px;
    margin-bottom:3px;
}

.valuecontato{
    font-size:0.92em;
}

.titulocontato a, .valuecontato a{
    color:#000;
    text-decoration: none;
}

.rodape{
    width:100%;
    height:auto;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#bbb;
    padding-top:20px;
}

}

