/* box */

/* table */
@media screen and (max-width: 767px) and (min-width: 521px){
  .table {
    font-size: 14px;
  }

}
@media screen and (max-width: 520px) and (min-width: 416px){
  .table {
    font-size: 10px;
  }

}
@media screen and (max-width: 415px){
  .table {
    font-size: 7px;
  }

}
@media screen and (max-width: 600px) and (min-width: 380px){
  #contain_2 {
    width: 70%;
  }
}
@media screen and (max-width: 379px){
  #contain_2 {
    width: 90%;
  }
}

@media screen and (max-width: 767px){
  #estatistica2,  #estatistica3{
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  #texto_tipo1 {
      font-size: 17px;
  }
  .fa-4x {
    font-size: 58.75px;
  }
}
