body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .container {

    
        max-width: 52%;
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 1px;
        margin-top: 1%;
        margin-bottom: 6%;
    
  }
  

  
  .titulo-prin {
    text-align: center;
    font-size: 13px;
    margin-top: 60px;

  }
  
  .titulo-sub {
    text-align: center;
    margin-top: 10px;
    font-size: 11x;
  }
  
  .fecha {
    text-align: center;
    margin-top: 10px;
    background-color: #2F5496;
    height: 3em;
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5; 
  }
  
  .titulot{

    text-align: center; 
    font-weight: 900; 
    color: black;
  }
  
  li {
    text-align: left;
    padding-left: 0; 
  }
  


  table {
    width: 100%;
    border-collapse: collapse;
  }

.azulh{
    background-color: #DBE5F1;
    width: 120px;
    text-align: center; 
    font-weight: 900; 
    color: black;

}

  .azul{
    background-color: #DBE5F1;
  }
  
  th,td{
    border: 1px solid #000000;
    padding: 8px;
    font-size: 15px;

  }

  
  th {
    background-color: #f2f2f2;
    font-weight: bold;
  }
  
  .time {
    width: 120px;
    text-align: center; 
    font-weight: 900; 
    color: black;
  }
  
  
  .text {
    margin-top: 20px;
    
  }

  

  @media (max-width: 600px) {
    
  
    .container {
      max-width: 90%;
      margin-top: 5%; 
      margin-bottom: 3%; 
    }
  
    .titulo-prin {
      font-size: 10px; 
      margin-top: 30px; 
    }
  
    .titulo-sub {
      font-size: 9px; 
      margin-top: 5px; 
    }
  
  }