* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  background-color: rgb(4, 20, 27);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

span.icon {
  cursor: pointer;
}
span.icon:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

div.container {
  position: absolute;
  width: 60rem;
  top: 5%;
  left: 50%;
  padding-bottom: 3rem;
  transform: translateX(-50%);
}

header, li {
  background-color: #000b1b;
}

header.header-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 2rem;
  margin-bottom: 2rem;
  border-radius: 1.2rem;
}
header.header-form h1 {
  font-size: 1.5em;
  margin-bottom: 0.8rem;
}
header.header-form .box-text {
  width: 75%;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(155, 167, 236, 0.753);
  border-radius: 0.8rem;
  padding-inline: 0.8rem;
}
header.header-form .box-text:focus-within {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
header.header-form .box-text input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: white;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 1.5rem;
}
header.header-form .box-text input::placeholder {
  color: #d1d1d1;
}

section.section-form ul {
  list-style-type: none;
}
section.section-form ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.8rem;
  margin-block: 0.8rem;
  padding: 1.5rem;
}

/*# sourceMappingURL=estilo.css.map */
