#encabezado {
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
  font-size: 2.5rem;
  margin: 0;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 2.2rem;
  padding-bottom: 1.5rem;
  margin-top: 5rem;
  padding-left: 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.5rem;
}

.contenido_colonia {
  margin-bottom: 1.5rem;
}

.cta-promotions {
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
  display: flex;
}

.cta-promotions a {
  display: flex;
  align-items: center;
}

.cta-promotions a:hover {
  text-decoration: none;
}

.destinations-title {
  margin-top: 5rem;
}
