* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.col .card img {
  width: 100%;
  height: 200px;
}
.col {
  text-align: justify;
}
.col {
  padding: 20px;
}
h5 {
  color: blue;
}
h4 {
  color: aqua;
  background-color: #373a3c;
  padding: 10px;
  text-align: center;
}
h2 {
  color: aqua;
  font-weight: 300;
  background-color: #373a3c;
}
a {
  color: white;
  font-weight: 100;
}
.my-5 {
  text-align: justify;
}
/* Hero Section */

#Hero-Section {
  background-image: url(../img/background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/* Contacto */

#Contacto form label {
  font-weight: 700;
  color: #373a3c;
}
#Contacto h2 {
  background-color: #373a3c;
  font-size: xx-large;
}
footer {
  background-color: #373a3c;
  padding: 8px;
}
.icon {
  display: flex;
  justify-content: center;
}
.icon i {
  padding-right: 20px;
}
@media (max-width: 768px) {
  #Contacto form {
    font-weight: 400;
  }

  .navbar-brand {
    width: 150px;
  }
}
