@import url('https://fonts.cdnfonts.com/css/hvdtrial-pluto-sans');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .logo-container{
  display: flex;
  justify-content: center;
  margin-top: 1%;
  }
  
  /* Estilos para el cuerpo del formulario */
  body {
    font-family:'pluto sans light', serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
  }
  
  h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
   margin-bottom: 1%;
  }

   h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #555;
  }

  h3 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
  }
  
  .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
      border-radius: 10px;
    }

  /* Estilos para el formulario */
  form {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px;

  }
  
  input[type="text"],
  input[type="date"],
  select,
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  input[type="submit"] {
      background-color: #88cfe0;
      color: black;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
  } 

  label {
    font-size: 18px;
    display: inline-block;
    width: 250px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #555;

  }
  
  input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  input[type="number"]:focus {
    border-color: #007bff;
  }
  
  br {
    clear: both;
  }
  
  input[type="submit"]:hover {
      background-color: #db473c;
      color: #fff;
    }
  
    .boton {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 2%;
  }
  
  button {
        font-family:'pluto sans light', serif;
        font-size: 16px;
        background-color: #88cfe0;
        color: black;
        border: none;
        padding: 10px 20px;
        margin: 10px;
        cursor: pointer;
        align-items: center;
        border-radius: 5px;
      }

  .button-container {
      font-family:'pluto sans light', serif;
      font-size: 16px;
      text-align: center; 
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      margin-bottom: 350px;
      }   

      button:hover {
        background-color: #db473c;
        color: #fff;
      }

      .page-background {
        background-color: #f8f8f8; 
        max-width: 100%; 
        padding: 50px;
        
    }
      
      .titulo {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #555;
      }
      
      textarea {
        resize: vertical;
      }
      
      /* Estilos para la disposición en dispositivos móviles */
      @media (max-width: 600px) {
        form {
          padding: 15px;
        }
      }
    @media screen and (max-width: 768px) {
      .logo-container {
        display: flex;
        justify-content:center;
        margin-top: 20px;
      }
    }

    /*btn regresar*/
    .regresar {
      text-align: left; 
      margin: 0 15px 0; 
    }

    .regresar a {
      display: block;
    }

    .regresar img {
      width: 50px; 
      height: auto; 
      transition: transform 0.2s;
    }

    .regresar img:hover {
      transform: scale(1.2); 
    }

    .center-container {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
  }

  .log {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      max-width: 400px;
      width: 100%;
      text-align: center;
  }

  h4 {
      margin: 20px 0 10px;
      font-weight: normal;
  }

  .regresar img {
      width: 50px;
      height: 50px;
  }
  
  .logo-container {
      text-align: center;
  }

  .puntos {
    list-style-type: none;
    padding-left: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 10px;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th, td {
        padding: 6px;
        font-size: 13px;
    }

    .logo-container img {
        width: 90%;
        height: auto;
    }

    h1 {
        font-size: 20px;
    }

    h3, h4 {
        font-size: 16px;
    }

    a img {
        width: 40px;
        height: 40px;
    }
}
