.camp-title {
  font-family: 'Montserrat 700';
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding: 3rem 0;

  background-image: url("../img/campaigns/bg-campañas.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.camp-title span {
  color: #fff;
  font-size: 60px;
  display: block;
  letter-spacing: 0.065em;

  font-family: 'Montserrat 900';
}

.campañas {
  margin-top: 3.3rem;
}

.camp-desc {
  font-family: 'Montserrat 500';
  color: #fff;
  font-size: 40px;
  padding-left: 7.5%;
  text-transform: uppercase;
}

.camp-div {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;

  position: relative;
  min-height: 36.5rem;
}

@media (min-width: 1400px) {
  .camp-div {
    min-height: 40rem;
  }
}

@media (min-width: 1600px) {
  .camp-div {
    min-height: 42rem;
  }
}

.camp-subtitle {
  font-family: 'Montserrat 700';
  color: #AA0133;
  font-size: 50px;
  width: 50%;
  padding-left: 7.5%;
  text-transform: uppercase;
}

.camp-div a {
  text-decoration: none;
  font-family: 'Montserrat 700';
  font-size: 16px;
  padding: .7rem 4rem;
  margin-bottom: 5rem;
  color: #fff;
  background-color: #AB0033;
  border-radius: 10px;
  margin-left: 7.5%;
  margin-top: 2.5rem;
}

.camp-background {
  /* position: absolute;
  z-index: -2;
  width: -webkit-fill-available;
  height: 100%; */

  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camp-background-mobile {
  display: none;
}

.camp-vimeo {
  background-color: #000;
}

@media (max-width: 975px) {

  .camp-desc {
    font-size: 20px;
    width: 50%;
    margin-top: 1.5rem;
  }

  .camp-background-mobile {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .camp-title {
    font-size: 18px;
  }

  .camp-title span {
    font-size: 30px;
  }

  .camp-subtitle {
    font-size: 30px;
    width: 80%;
  }

  .camp-div a {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: .7rem 0;
    margin-bottom: 3rem;
    margin-top: 1.5rem;
  }

  .camp-div {
    min-height: 40rem;
  }
}
