.header {
  background-image: url("/documents/46699/22039961/header-futbol-femenino-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-position: center;
  border-radius: 0px 0px 48px 48px;
}

.header .contenido {
  padding:32px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header .titulo-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  font-family: IberPangea;
  text-align: center;
  color: #FFF;
  margin-bottom: 16px;
}

.header .subtitulo-header{
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
    .header .contenido{
        padding: 32px 42px;
    }
}

@media (min-width: 992px) {
  .header {
    background: url("/documents/46699/22039961/header-futbol-femenino-desktop.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
  }

  .header .contenido {
    padding: 64px 102px 32px;
  }

  .header .titulo-header {
    font-size: 48px;
    line-height: 56px;
  }

  .header .subtitulo-header{
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .header .contenido {
    padding: 64px 8.4% 32px;
  }
}

@media (min-width: 1920px) {
  .header .contenido {
    padding: 64px 16.7% 32px;
  }
}