.section-campanias {
  background-image: url(../images/campanias/bg-campanias.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-campanias h3 {
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}
@media (min-width: 425px) {
  .section-campanias h3 {
    font-size: 3rem;
  }
}
.section-campanias h5 {
  font-weight: 900;
  color: #000;
}
.section-campanias h5 span {
  font-weight: 500;
}

.section-campanias [class^="imghvr-"] figcaption,
.section-campanias [class*=" imghvr-"] figcaption {
  background-color: #000000aa;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}
.section-campanias a {
  color: #000000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}
.section-campanias a span{
  font-family: 'Bebas Neue';
  font-size: 1rem;
}
#v-campanias {
  background-image: url(../images/campanias/bg-campanias.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#v-campanias .modal-content {
  background-color: transparent;
  border: none;
}
#v-campanias .modal-header {
  border: none;
  /* align-items: flex-start; */
}
#v-campanias .modal-header #title-video {
  width: 90%;
}
#v-campanias .ratio {
  border: 5px solid #000;
}
#v-campanias .btn-close {
  border-radius: 50px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F14F78'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}