body {
  margin: 0;
  /* background: #333; */
}

footer h1 {
  color: #fff;
  text-align: center;
  margin: 2em 0;
  font-size: 3em;
}

/* Footer styls start here */

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

footer ul {
  list-style: none;
}
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: Helvetica, sans-serif;
  color: #f5f5fd;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(0, 0, 0) 46%,
    rgba(1, 0, 66, 1) 100%
  );
  /* background: #121315; */
}

footer p {
  color: #ccc;
  max-width: 28em;
  font-size: 0.9em;
  line-height: 23px;
}

footer a,
footer a:visited,
.privacidad a {
  color: #fff;
  text-decoration: none;
}

footer h4 {
  margin-bottom: 1em;
  text-transform: uppercase;
}

footer .container-footer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em;
}

.footer2 .container-footer {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}

.brand {
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 0.8em;
}

.brand2 {
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.2em;
}

.media-icons li,
.service-icons li {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
}

.media-icons a {
  font-size: 1.1em;
  width: 2em;
  height: 2em;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.media-icons a:hover {
  background: #fff;
  color: #111;
  transition: 0.4s;
}

.service-icons a {
  font-size: 1.6em;
}

.service-icons a:hover {
  color: #dbdbdb;
  transition: 0.4s;
}

.footer-bottom {
  border-top: 1px #dbdbdb solid;
}

.footer2 .menu {
  margin-bottom: 3em;
}

.footer2 .menu li {
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
  text-align: center;
}

.footer2 .menu a {
  transition: 0.4s;
  font-weight: 600;
}

.footer2 .menu a:hover {
  color: #ff2b00;
}

.privacidad a:hover {
  color: #dddddd;
  transition: 0.4s;
}

.input-wrap {
  margin: 1em 0;
  display: flex;
}

.input-wrap input {
  padding: 0.5em;
  border: none;
  background: #20232a;
  color: #ccc;
}

.input-wrap input:focus {
  outline: none;
}

.input-wrap button {
  padding: 0.8em;
  background: #ff2b00;
  border: none;
  color: #fff;
}

.input-wrap button:hover {
  background: #fff;
  color: #111;
  transition: 0.4s;
}

@media screen and (max-width: 900px) {
  .footer2 .container-footer {
    flex-direction: column;
  }
}

.privacidad {
  margin: 0.7em;
  text-align: justify;
  font-size: 0.8em;
}
