@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,600,700,800,900,1000");

.club-card{
  background: #ffffff;
  border-radius: 12px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.club-card__image-wrapper{
  position: relative;
  padding-top: 45%;
  background: #f3f5f8;
  display: block;
}

.club-card__image{
  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 151px;
    background: #fff;
}

.club-card__body{
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.club-card__name{
  font-family: 'Poppins' !important;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.club-card__name a{
  color: inherit;
  text-decoration: none;
}

.club-card__cta{
  font-family: 'Poppins' !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0;
  padding: 0px 22px;
  border-radius: 999px;
  border: 2px solid currentColor;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease;
}

.club-card__cta:hover{
  background-color: currentColor;
  color: #fff !important;
}

.club-business{
  row-gap: 30px;
}

.club-business__promo{
  background: linear-gradient(145deg, #4a9339 0%, #4a9339 100%);
  border-radius: 18px;
  padding: 32px 28px;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(46, 56, 128, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 24px;
}

.club-business__heading{
  font-family: 'Poppins' !important;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
    color: #2e3880;
}

.club-business__badge{
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 22px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  align-self: center;
  min-width: 160px;
}

.club-business__badge-value{
  font-family: 'Poppins' !important;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
}

.club-business__badge-caption{
  font-family: 'Poppins' !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.club-business__promo-text{
  font-family: 'Poppins' !important;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.club-business__promo-text p,
.club-business__promo-text span,
.club-business__promo-text strong,
.club-business__promo-text b{
  color: inherit;
}

.club-business__card{
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: 32px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.club-business__logo{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}

.club-business__logo img{
  width: 100%;
  max-width: 180px;
  height: auto;
}

.club-business__info{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.club-business__description{
  font-family: 'Poppins' !important;
  font-size: 14px;
  color: #434343;
  line-height: 1.7;
}

.club-business__description p{
  margin-bottom: 1rem;
}

.club-business__divider{
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: #4a9339;
}

.club-business__contact{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.club-business__contact li a{
  font-family: 'Poppins' !important;
  font-size: 14px;
  color: #2e3880;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color .2s ease;
}

.club-business__contact li a:hover{
  color: #4a9339;
}

.club-business__contact li i{
  font-size: 18px;
}

.club-business__social{
  display: flex;
  gap: 16px;
  margin-top: 6px;
}

.club-business__social a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(46, 56, 128, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2e3880;
  transition: background-color .2s ease, color .2s ease;
}

.club-business__social a:hover{
  background: #4a9339;
  color: #ffffff;
}

.club-business__social i{
  font-size: 18px;
}

.content-title-club h1{
  font-weight: bold;
  margin: 0;
  font-size: 17px;
  font-family: 'Poppins' !important;
}
.content-title-club{
  padding: 15px 10px;
}
.content-title-club .subrayado{
  height: 2px;
  width: 15%;
}
.content-title-club p{
  font-size: 12px;
  margin: 10px 0;
  font-family: 'Poppins' !important;
}
.discount{
  padding: 5px;
}
.discount span{
  font-weight: bold;
  font-size: 25px !important;
  color: #fff;
  /*float: right;*/
  display: inline-block;
  vertical-align: middle;
  line-height: normal !important;
  font-family: 'Poppins' !important;
}
.owl-carousel  .item{
  font-family: 'Poppins' !important;
}
.btn-categorias{
  background: #fff;
  color: #2e3880;
  font-weight: bold;
  font-family: 'Poppins' !important;
  border-radius: 5px;
  margin-bottom: 0;
}
.dropdown-menu{
  top: 50px !important;
}
.redes i{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 10px;
}
.btn-volver a{
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Poppins' !important;
  padding: 10px 5px;
  width: 100%;
}
.middle-align-menu{
  align-items: center;
  display: flex;
}
.middle-align-content{
  align-items: center;
  display: grid;
}
.pagination-club li{
  height: auto !important;
}
.pagination-club li span{
  line-height: 1.7rem !important;
  font-weight: bold !important;
}
.pagination-club li a{
  line-height: 1.7rem !important;
  font-weight: bold !important;
}
.titulo_mapa_mobile{
  display: none;
}
.relacionados{
  padding-bottom: 50px;
}
.discount img {
  display: inline !important;
}
@media only screen and (max-width: 992px) {
  .club-card{
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  }
  .club-card__body{
    padding: 20px 16px 24px;
  }
  .club-business{
    row-gap: 20px;
  }
  .club-business__promo{
    padding: 28px 24px;
  }
  .club-business__card{
    padding: 26px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .club-business__logo{
    width: 140px;
  }
  .club-business__info{
    align-items: center;
  }
  .club-business__divider{
    margin-left: auto;
    margin-right: auto;
  }
  .club-business__contact{
    align-items: center;
  }
  .club-business__contact li a{
    justify-content: center;
  }
  .club-business__social{
    justify-content: center;
  }
  .redes{
    display: none !important;
  }
  .btn{
    font-size: 0.8rem !important;
  }
  .btn-volver a{
    font-size: 0.8rem !important;
    padding: 5px !important;
  }
  .mt-mobile-30{
    margin-top: 30px !important;
  }
  .dropdown{
    width: 100%;
  }
  .dropdown .btn{
    width: 100%;
  }
  .dropdown-menu{
    top: 0 !important;
  }
  .imagen_negocio_club_mobile{
    width: 100% !important;
  }
  .titulo_mapa_mobile{
    display: block;
  }
  .titulo_mapa_nomobile{
    display: none !important;
  }
  .destacadas h2{
    font-size: 20px !important;
    margin-top: 80px !important;
  }
  .destacadas .mt-40{
    margin-top: 20px !important;
  }
  .destacadas .mb-40{
    margin-bottom: 20px !important;
  }
  .destacadas .post .post-wrap .category{
    position: relative !important;
  }
  .destacadas .content h1{
    margin-top: 0 !important;
  }
  .footer-no-mobile{
    display: none;
  }
  .title-relacionados-mobile{
    text-align: center !important;
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
}
