html, body {
  height: 100vh;
  margin: 0;
  padding: 0;
  align-items: center;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-image: url('Imagenes/fondo.webp');
  background-size: cover;
  background-position: center;
}

.politica-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  width: 80%;
  max-width: 1000px;
  margin: 2vh auto;
  padding: 40px;
  background: rgba(0, 0, 20, 0.8);
  border-radius: 20px;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.politica-header h1, .politica-section h2 {
  color: #ccd6f6;
  margin-bottom: 20px;
  text-align: left;
}

.politica-text {
  font-size: 16px;
  color: #a8b2d1;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 768px) {
  h1 {
    font-size: 4vw;
  }
  h2 {
    font-size: 4vw;
  }
  label {
    font-size: 4vw;
  }
  input {
    font-size: 3vw;
  }
  a {
    font-size: 4vw;
  }

  .botones td input {
    width: 80%;
  }

  form {
    padding: 10px;
  }

  img.responsive {
    width: 50%;
    height: auto;
    min-height: 100px;
  }
}

h1 {
  text-align: center;
  color: white;
}

.inicio {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(+100px);
}

.enlace-nav {
  margin-left: 10px;
}

.form-nav {
  display: flex;
  justify-content: right;
  align-items: center;
}

.form-nav > select {
  background-image: url(Imagenes/fondo.webp);
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 110%;
  margin-top: 0.5%;
  text-align-last: center;
  margin-right: 4px;
  border-radius: 100%;
  height: 30px;
  width: 120px;
}

option {
  background-color: #0A0122;
}

.label-idioma {
  color: transparent;
  padding-right: 0.5%;
  font-size: 130%;
}

.botones td {
  padding-top: 10px;
  padding-left: 45px;
}

.botones td input {
  width: 90px;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="email"] {
  background-color: transparent;
  color: white;
}

.reg {
  font-weight: bold;
  color: white;
}

a {
  padding-top: 10px;
  color: white;
}

.confirmacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  transform: translateY(-100px);
  overflow: auto;
}

.confirmacion .mensaje,
.confirmacion .volver {
  text-align: center;
  margin: 10px 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.confirmacion .volver a {
  display: inline-block;
  margin-top: 20px;
}

a:hover {
  text-decoration: none;
}

a:visited, a:link, a:after {
  color: white;
}

.conteiner-nav {
  text-decoration: none;
}

.conteiner-nav:hover {
  text-decoration: underline;
}

input[type="submit"] {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  cursor: pointer;
}

footer {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

.piepagina {
  cursor: pointer;
}

img.responsive {
  max-width: 100%;
  height: auto;
}
