/*Estilo para tablets*/
@media only screen and (min-width: 828px) and (max-width: 1259px) {
  
    /*Estilos gerais*/
  p {
    font-size: 12px;
    line-height: 18px;
  }
  .btn2 {
    padding: 8px 15px;
    font-size: 13px;
  }
  .btn {
    padding: 8px 15px;
    font-size: 13px;
  }
  .btn3 {
    padding: 8px 15px;
    font-size: 13px;
  }
  /*Header*/
  .header {
    height: 600px;
    padding: 15px 0;
  }
  .header a img {
    max-width:140px;
    max-height:140px;
    width: auto;
    height: auto;
  }
  .header_menu ul li {
    margin-left: 5px;
  }
  .header_menu ul li a {
    font-size: 13px;
  }
  /*Introdução*/
  .introducao h1 {
    font-size: 52px;
    margin-top: 330px;
  }
  .introducao ul li {
    padding: 10px 0;
  }
  /*4Ds*/
  .titulo_4ds h3 {
    font-size: 36px;
  }
  .titulo_4ds h3:first-child {
    margin-left: 35px;
    margin-right: 0px;
  }
  .item_4ds:last-child {
    margin-right: 90px;
  }
  /*cases*/
  .cases div h2 {
    font-size: 36px;
    max-width: 480px;
    padding: 60px 0 60px 0;
  }
  .cases_clientes li img{
    max-width:170px;
    max-height:170px;
    width: auto;
    height: auto;
  }
  /*footer*/
  .footer h3 {
    font-size: 18px;
  }
  .footer img {
    max-width:180px;
    max-height:180px;
    width: auto;
    height: auto;
  }
  .footer h3::after {
    width: 220px;
  }
  /*sobre*/
  .header_sobre {
    height: 100px;
  }
  .header_sobre a img {
    max-width:120px;
    max-height:120px;
    width: auto;
    height: auto;  
  }
  .introducao_sobre {
    height: 450px;
  }
  .introducao_sobre h1 {
    margin-top: 300px;
  }
  .historia {
    padding: 30px 0;
  }
  .historia h2 {
    font-size: 38px;
    line-height: 48px;
    margin-top: 170px;
  }
  .historia p {
    font-size: 15px;
  }
  /*contato*/
  .form {
    padding: 30px 40px 0 0;
  }
  .dados {
    padding-top: 30px;
  }
  .dados iframe {
    width:300px;
    height:200px;
  }
  /*denuncia*/
  .denuncia .btn3 {
    left: 180px;
}
.denuncia_txt {
    padding-top: 40px;
}
.form .radio1 {
  left: -377px;
}

}
  /*Estilo para smartphone*/

@media only screen and (max-width: 827px) {
    
    /*Estilos gerais*/
    p {
      font-size: 12px;
      line-height: 18px;
    }
    .btn2 {
        padding: 5px 10px;
        font-size: 12px;
      }
      .btn {
        padding: 5px 10px;
        font-size: 12px;
      }
      .btn3 {
        padding: 5px 10px;
        font-size: 12px;
      }
  /*Menu*/
  
  /*.mobile-btn {
    display: block;
    color: #fff;
    width: 36px;
    height: 36px;
    border-top: 4px solid;
    margin: 15px 5px 0 0;
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
  }
  .mobile-btn::after,
  .mobile-btn::before {
    content: "";
    display: block;
    height: 4px;
    margin-top: 6px;
    background: currentColor;
    position: relative;
    transition: transforme 0.2s ease;
  }
  .mobile-btn.active {
    border-top-color: transparent;
  }
  .mobile-btn.active::after {
    margin-top: 0px;
    top: 2px;
    transform: rotate(45deg);
  }
  .mobile-btn.active::before {
    margin-top: 0px;
    top: 6px;
    transform: rotate(135deg);
  }
  .header_menu.mobile-menu {
    position: fixed;
    background: #12181b;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(300px, 0, 0);
    transition: .3s;
  }
  .header_menu.mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .header_menu.mobile-menu ul li {
    display: block;
    text-align: center;
    width: 250px;
    border-top: 1px solid;

  }
  .header_menu.mobile-menu ul li a {
      float: left;
  }
  .header_menu.mobile-menu li:last-child {
    border-bottom: 1px solid;
    padding-bottom: 45px;
  }*/
  .header {
    height: 570px;
    padding: 10px 0;
    text-align: center;
  }
  .header img {
      max-width: 100px;
      max-height: 100px;
      width: auto;
      height: auto;
  }
  .header_menu ul li {
    margin-left: 0px;
    margin-top: 2px;
    padding: 5px 0;
    display: block;
    text-align: center;
    
  }
  .header_menu ul li a {
      font-size: 12px;
      border-bottom: 1px solid;
  }
  /*introdução*/
  .introducao h1 {
    font-size: 28px;
    margin-top: 110px;
  }
  .introducao ul li {
    margin-left: 5px;
    padding: 10px 0;
  }
    .introducao ul {
    display: block;
    text-align: right;
  }
  .software {
    padding: 20px 0;
  }
  .software h2 {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
  }
  .item_software p {
    font-size: 13px;
  }
  /*4Ds*/
  .quatrods {
    padding: 20px 0 10px 0;
  }
  .titulo_4ds h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  .titulo_4ds h3:first-child {
    margin-left: 0px;
    margin-right: 5px;
  }
  .titulo_4ds h3:last-child {
    margin-right: 0px;
  }
  .titulo_4ds img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
  }
  .item_4ds h3 {
    font-size: 18px;
    padding: 0px 0 10px 25px;
  }
  .item_4ds p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 5px 25px;
  }
  .item_4ds:last-child {
    margin-right: 0px;
    padding-bottom: 20px;
  }
  /*cases*/
  .cases {
    padding: 20px 0;
  }
  .cases div h2 {
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
  }
  .cases_clientes li img{
    max-width:140px;
    max-height:140px;
    width: auto;
    height: auto;
  }
  /*footer*/
  .footer {
      text-align: center;
      padding: 20px 0;
  }
  .footer img {
    max-width:160px;
    max-height:160px;
    width: auto;
    height: auto;
  }
  .footer h3::after {
    width: 300px;
  }
  /*sobre*/
  .header_sobre {
    height: 200px;
    text-align: center;
  }
  .header_sobre a img {
    text-align: center;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
  }
  .introducao_sobre {
    height: 320px;
  }
  .introducao_sobre h1 {
    font-size: 48px;
    margin-top: 210px;
  }
  .introducao_sobre h2 {
    font-size: 14px;
    margin-top: -30px;
  }
  /*história*/
.historia {
    padding: 20px 0;
    text-align: center;
  }
  .historia h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
  }
  .historia p {
    font-size: 14px;
    line-height: 22px;
  }
  /*missão*/
.missao {
    padding: 20px 0;
    text-align: center;
  }
  .missao h3 {
    font-size: 24px;
  }
  .missao_itens li img {
    padding: 20px 0;
    max-width: 130px;
    max-height: 130px;
    width: auto;
    height: auto;
  }
  .missao_itens li p {
    margin-left: 0px;
  }
  /*contato*/
  .form {
    padding: 60px 0px 0 0;
  }
  .dados {
    padding-top: 20px;
    text-align: center;
  }
  .dados p {
    font-size: 14px;
    line-height: 20px;
  }
  .dados iframe {
    width:300px;
    height:200px;
  }
  /*denuncia*/
  .denuncia h2 {
    font-size: 12px;
    padding-top: 30px;     
  }
  .denuncia h3 {
    font-size: 12px;  
  }
  .denuncia p {
    text-align: center;
  }
  .denuncia .btn3 {
    font-size: 8px;
}
.compliance {
    padding: 5px 0;
  }
  .form {
    padding: 30px 0px 0 0px;
  }
  .form .radio1 {
    left: -143px;
  }

  /*politicas*/
  .politicas {
    height: 220px;
    top: 60px;
}
.politicas ul li {
    padding: 20px 0;
}
  
}