@import "../../../basic_imports";
.listSeo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contSeo {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .12);
  position:relative;
  overflow: hidden;
  border-radius:6px;
  height: 85px;
  flex: 0 0 48%;
  margin-bottom: 15px;
  @media (min-width: $grid-float-breakpoint) {
    background-size: cover !important;
    flex: 0 0 23%;
  }
  @media (min-width: $screen-md-min) {
    flex: 0 0 12%;
  }
}
.contSeo .SeoLink {
  height: 100%;
  text-decoration: none;
  display: block;
}
.contSeo .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  color: #FFFFFF;
  font-size: 16px;
  display: block;
}

.contSeo .SeoLink:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  bottom: 0;
}
.andalusia_selector {
  .contSeo {

  }
}
.activitiesOffer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  .responsive-elem {
    @media (max-width: $grid-float-breakpoint-max) {
      flex: 0 0 48%;
      margin-bottom: 15px;
      margin-right: 1.5%;
    }
    @media (min-width: $grid-float-breakpoint) {
      margin-bottom: 30px;
    }
    @media (min-width: $grid-float-breakpoint) and (max-width: $screen-md-max) {
      flex: 0 0 32%;
      margin-right: 2%;
    }
    @media (min-width: $screen-lg-min) {
      flex: 0 0 23%;
      margin-right: 2.5%;
    }
  }
  > div {
    @media (max-width: $grid-float-breakpoint-max) {
      &:nth-child(2n).responsive-elem {
        margin-right: 0;
      }
    }
    @media (min-width: $grid-float-breakpoint) and (max-width: $screen-md-max) {
      &:nth-child(3n).responsive-elem {
        margin-right: 0;
      }
    }
    @media (min-width: $screen-lg-min) {
      &:nth-child(4n).responsive-elem {
        margin-right: 0;
      }
    }
  }
  .cardSeo__img {
    background-color: #ededed;
    @media (min-width: $screen-lg-min) {
      width: 269px;
    }
  }
  .cardSeoContent {
    min-height: 0;
    height: auto;
  }
  .cardSeo__titletext {
    flex: 0 1 auto;
    overflow: hidden;
    min-height: 200px;
    height: 200px;
    position: relative;
    &:after {
      content:"";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      height: 30px;
    }
  }
  .cardSeo__title {

  }
  .cardSeo__description {
    overflow: hidden;
    overflow-wrap: anywhere;
  }
}

#actividades-andalucia-banner {
  display: flex;
  justify-content: center;
}

#actividades-andalucia-banner img {
  max-width: 100%;
}