* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
header {
  background-color: white;
  color: #222;
  box-shadow: 0px 20px 80px 0 rgb(207, 206, 206);
  text-align: center;
  width: 100%;
  position: fixed;
}
header h1 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#logo {
    width: 38%;
    margin-top: 8px;
    background-color: white;
    float: left;
}

#sector_logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
#sector_titulo {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 5px;
  }
#sector_titulo_principal {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  }
#sector_contenido {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sector_cierre {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 10px;
}
footer {
  background-color: #f5b625;
  color: #222;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}

.formu{
    margin-left:auto;
    margin-right: auto;
    background-color: rgb(239, 230, 250);
    border-radius: 6px;
    border: 1px #17022e solid;
    font-size: larger;
    display: block;
}
#botn{
    background-color: #e2ceaa;
    line-height: 20px;
    width: 120px;
    border-radius: 10px;
    border: 1px #0c0222 solid;
}
#sector_formulario {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  }
  #sector_volver {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
  }
  .boton-redirigir {
    float: right;
    margin-bottom: 10px;
    display: inline-block;
    padding: 4px 24px;
    background-color: #99c1eb;
    color: #571c1c;
    text-decoration: none;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.9s ease;
    text-align: center;
}
  .boton-redirigir1 {
    float: left;
  margin-top: 4px;
    display: inline-block;
    padding: 4px 24px;
    background-color: #99c1eb;
    color: #571c1c;
    text-decoration: none;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.9s ease;
    text-align: center;
}

/* Efecto visual cuando el usuario pasa el mouse por encima */
.boton-redirigir:hover {
    background-color: #0056b3;
    color: #ffffff;
}

@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    display: none;
    text-align: left;
  }
.ajuste_img{
  width: 100%;
}
#logo {
    width: 50%;
}
#sector_logo {
  margin-top: 20px;
}
#sector_titulo_principal {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  }