
    body {
      font-family: 'Inter', sans-serif;
      margin: 0;
      padding: 40px 20px;
      background-image: url('/images/Planos-Arquitectonicos-e1653661243292-1.jpg.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }

    form {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      max-width: 800px;
      margin: 0 auto;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .border_message{
      background-color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      max-width: 800px;
      margin: 0 auto;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    h1, h2 {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 20px;
    }

    .section-title {
      color: #34495e;
      font-size: 20px;
      margin: 10px 0 10px;
      border-bottom: 2px solid #007bff;
      padding-bottom: 5px;
      text-align: center;
    }

    label {
      font-weight: 600;
      display: block;
      margin-top: 20px;
      color: #333;
    }

    input:not([type="checkbox"]), select, textarea {
      width: 100%;
      padding: 10px 12px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-top: 5px;
      font-size: 15px;
      transition: border-color 0.2s ease-in-out;
    }

    input:focus, textarea:focus, select:focus {
      border-color: #007bff;
      outline: none;
    }

    textarea {
      resize: vertical;
    }

    input[type="file"] {
      padding: 5px;
      background-color: #f8f8f8;
    }

    .upload-status {
      font-size: 13px;
      margin-top: 5px;
      color: green;
    }

    button:not(#btnSiguiente){
      display: block;
      margin: 40px auto 20px;
      padding: 12px 30px;
      font-size: 16px;
      background-color: #007bff;
      border: none;
      color: white;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease-in-out;
    }

    button:hover {
      background-color: #0056b3;
    }

    p {
      text-align: justify;
      color: #444;
      line-height: 1.6;
      margin-top: 20px;
    }

    a {
      text-decoration: none;
    }

    #acepto_container {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 30px;
      margin-top: 30px;
    }

    #acepto {
      margin: 0;
      width: auto; 
    }

    #acepto_label {
      font-size: 18px;
      margin: 0;
      display: inline;
      width: auto;
    }

    #btnSiguiente {
      padding: 12px 30px;
      margin: 0;
      display: inline-block;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      margin-left: 55px;
    }

    .img_ziva{
      display: block;
      align-items: center;
      margin: 0 auto;
      /*padding-left: 38%;*/
      width: 250px;
      
    }
    
    

    @media (max-width: 600px) {
      form {
        padding: 20px;
      }

      input, select, textarea {
        font-size: 14px;
      }

      button {
        width: 100%;
      }

      .img_ziva{
    
      width: 150px;
      
    }

    #acepto_label{
      font-size: 18px;
    }
    input:not([type="checkbox"]), select, textarea {
      
      padding: 10px 0px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-top: 5px;
      font-size: 15px;
      transition: border-color 0.2s ease-in-out;
    }

    

    #acepto_label {
    font-size: 20px;
    }

   #acepto_container {
    align-items: flex-start; /* o center si se ve mejor */
    }

    #btnSiguiente {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    padding: 14px 0;
    }

    input[type="checkbox"]{
      transform: scale(2.5);
      -webkit-transform: scale(2.5);
      margin: 5px;
    }

    }

    /*input[type=checkbox] {
      transform: scale(1.5);
    }*/
 