body {
  background-color: gainsboro;
}

/* Menu Principal */
.navbar-nav li {
  font-size: 18px;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 600;
}

/* Portada */
.portada {
  background-image: url(../img/portada.jpg);
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Contacto */
.contacto {
  background-image: url(../img/contacto-fondo.jpg);
  background-position: center;
}

.contacto i {
  font-size: 40px;
}

.contacto p {
  font-size: 20px;
  color: black;
}

.contacto a {
  color: #3367cb;
}

.contacto a:hover {
  color: cornflowerblue;
}

/* Footer */
.footer {
  background-color: black;
  min-height: 30px;
  width: 100%;
}

.copyright {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 7px 0;
}

.design {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 7px 0;
  text-align: right;
}

.design a {
  color: #fff;
}

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
}
