/* CSS Document */
.end_00 {
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;  
  font-family: amiri; 
}
.end_00 div { 
  border-style: ridge;
  border-width: 2px;
  border-color: rgba(128, 128, 128, 0.1);
}
.end_01 {
  width: 50%; 
}
.tab_01 {
  width: 100%;
  font-size: 18px;
}
.tab_01 th{
  border: 1px solid #ddd;

}
.tab_01 td{    
  border: 1px solid #ddd;
}  

.tex_01 {
  text-align: center;
}
.tex_02 {
  width: 33%
  text-align: left;
  margin-left : 2%;
}
.hor{
  font-size: 19px;
}
/* X---------------- Diminuição da Tela ------------- */
@media screen and (max-width:600px) {
  .tab_01 {
    font-size: 13px;
  }
  .hor{
    font-size: 12px;
  }
  .p3{
    font-size: 13px;
  }
}
@media screen and (max-width:320px) {
  .end_00 {
    display: block;
    text-align: center;
  }
}