
 body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
        }

        header img {
            width: 100%;
            height: auto;
            display: block;
        }

        section {
            padding: 40px 20px;
            max-width: 800px;
            margin: 0 auto;
        }


  
  section {
    text-align: justify;
  }

        form {
            display: flex;
            flex-direction: column;
            gap: 15px;
            text-align: left;
        }

        input, textarea, button {
            padding: 10px;
            font-size: 16px;
        }

        button {
            cursor: pointer;
        }

        footer {
            background-color: #f2f2f2;
            padding: 20px;
            text-align: center;
            font-size: 14px;
        }

        footer a {
            text-decoration: none;
            margin: 0 10px;
            color: #000;
        }

footer a:hover {
    color: rgb(56, 92, 140); /* Enlace cuando el ratón pasa por encima */
    text-decoration: underline;
    padding: 5px 5px;
    font-size: 0.9em;
}


  

   
    button {
            padding: 12px 70px;
            margin: 5px;
            font-size: 1.1em;
            border-radius: 10px;
            border-right: none;
            border-top: none;
            border-left: 2px solid grey;
		        border-bottom: 2px solid grey;
            background-color: #e9d1ed;
            text-shadow: 0.1px 1px 1px rgb(138, 130, 130)
        }

    
 
    

    label {
      display: block;
      margin-top: 10px;
    }

  

    input, select {
     
      border-radius: 10px;
      border: none;
      margin: 5px;
      padding: 8px;
      width: 95%;
      font-size: 1em;
      -webkit-appearance: none; /* Elimina el estilo por defecto en Safari y Chrome */
      -moz-appearance: none; /* Elimina el estilo por defecto en Firefox */
      appearance: none; /* Remueve el estilo por defecto en la mayoría de navegadores */
      background-color: white;
      color: #191b1c;
  }  
  
  select option {
    width: 95%;
    border-radius: 10px;
      padding: 8px; /* Esto mejora la apariencia de las opciones desplegables */
      background-color: white;
      
  }
  
    
  /* Estilos para el aviso emergente de cookies */
     #cookie-banner {
      font-size: smaller;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #333;
      color: white;
      padding: 15px;
      text-align: center;
      display: none;
      z-index: 1000;
    }
    #cookie-banner button {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      cursor: pointer;
      font-size: 16px;
    }
    #cookie-banner button.reject {
      background-color: #f44336;
    }


  

  p {
    text-align: justify;
  }
  
  ul {
    padding-left: 1.5rem;
  }
  


  /* Aviso de cookies */
  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 1000;
  }
  
  #cookie-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  #cookie-banner button.reject {
    background-color: #f44336;
  }
  

