@charset "UTF-8";
/*
    Created on : Jul 3, 2025, 2:42:18 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.main-header {
  padding: 27px 20px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media only screen and (max-width: 600px) {
  .main-header {
    padding-bottom: 15px;
  }
}
.main-header__title {
  color: #C1092C;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .main-header__title {
    text-align: left;
    width: 100%;
  }
}

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