.inner-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  flex-direction: column;
  background-color: #133b5b82;

  h2 {
    font-size: 20px;
  }

  .btn {
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 10px;
    width: 120px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 12px;

    &:hover {
      background-color: var(--verde1);
      border-color: var(--verde1);
    }
  }
}

.pos-relative > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
