/* EDDU */

.pane-campanhas{
  max-width: unset !important;
}

.pane-campanhas .views-row {
  display: block;
  margin: 10px;
  position: relative;
  height: 370px;
}

.pane-campanhas .pane-title {
  padding: 0 6%;
  text-transform: none;
  font-weight: 600;
}

.pane-campanhas .block-content {
  position: relative;
}
.pane-campanhas .views-row .banner-content {
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
  width: 100%;
}

.pane-campanhas .views-row .banner-content h4 {
  margin-bottom: 0 !important;
  text-shadow: 2px 2px 5px #00000090;
  font-size: 18px;
  color: white;
}

.pane-campanhas .views-row .banner-content button {
  font-size: 18px !important;
  background: #4dc182 !important;
  /* height: 100%; */
  width: 100%;
  color: black !important;
  height: 50px !important;
  margin: 10px 0 !important;
  margin-bottom: 0 !important;
}

.pane-campanhas .views-row .banner-content button:hover {
  background: #68d198 !important;
  transition: 200ms;
}

.pane-campanhas .view-id-campanhas .view-content {
  height: 410px !important;
}

@media screen and (max-width: 580px) {
  .pane-campanhas .views-row .banner-content button {
    height: 48px !important;
    border-radius: 4px !important;
    font-size: 22px !important;
  }

  .pane-campanhas .views-row .banner-content {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 580px) {
  /* ROW LAST-FIRST */
}
