h1.title {
  display: none;
}

.title_actividades {
  padding-left: 5px;
}

.link-tabla-posiciones {
  text-align: center;
  text-align: -webkit-center;
}

.button-contact {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
  width: auto;
}
.button-contact a {
  float: right;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px -11px 7px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px -11px 7px rgba(0, 0, 0, 0.03));
}
.button-contact .target {
  display: none;
  text-align: left;
  font-size: 0.9rem;
}
.button-contact .target ul {
  list-style: none;
  padding: 15px;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  border-right: 3px solid #bb002f;
}
.button-contact .target ul li img {
  opacity: 0.6;
}
.button-contact .target ul button {
  font-size: 0.9rem;
}
.button-contact .target .btn-link {
  float: none;
}

#carouselNewsclub {
  height: 450px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.05);
}
#carouselNewsclub .carousel-indicators {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  margin-right: 2%;
  margin-left: 0;
  z-index: 1;
}
#carouselNewsclub .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(131, 131, 131, 0.5);
}
#carouselNewsclub .carousel-indicators li.active {
  background: rgb(126, 208, 173);
}
#carouselNewsclub .carousel-inner {
  height: 100%;
}
#carouselNewsclub .carousel-inner img {
  opacity: 0.9;
}
#carouselNewsclub .carousel-inner .carousel-item {
  height: 450px;
}
#carouselNewsclub .carousel-inner .carousel-item .tag-category {
  position: absolute;
  z-index: 1;
  width: 50%;
  padding: 20px;
  top: 0;
  right: 0;
  text-align: right;
}
#carouselNewsclub .carousel-inner .carousel-item .tag-category a {
  color: #fff;
  font-size: calc(0.62rem + 4 * (100vw - 300px) / 1300);
}
#carouselNewsclub .carousel-inner .carousel-item .tag-category a:last-child {
  text-decoration: underline;
}
#carouselNewsclub .carousel-inner .carousel-item .news-title {
  position: absolute;
  z-index: 1;
  background: rgb(255, 255, 255);
  height: 200px;
  width: 100%;
  bottom: 0;
  padding: 15px;
}
#carouselNewsclub .carousel-inner .carousel-item .news-title h2 {
  color: rgb(98, 98, 98);
  font-size: calc(2rem + 4 * (100vw - 300px) / 1300);
  opacity: 0.9;
}

@media only screen and (max-device-width: 990px) {
  .section-news-slider__cards {
    margin-top: 1rem;
  }
}
.box-link {
  margin-bottom: 13px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.05);
  height: 155.1px;
}
@media only screen and (max-device-width: 1400px) {
  .box-link {
    height: 141px;
  }
}
@media only screen and (min-device-width: 2000px) {
  .box-link {
    height: 166.38px;
  }
}
.box-link a {
  color: #fff;
}
.box-link a p {
  font-weight: 700;
  color: rgb(244, 72, 72);
}
.box-link a p.box-link-title {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.box-link a .bajada {
  font-size: calc(0.62rem + 4 * (100vw - 300px) / 1300);
  font-weight: 400;
}
.box-link a .img-container {
  overflow: hidden;
}
.box-link a .img-container img {
  border-radius: 10px 0 0 10px;
  opacity: 0.8;
  transition: all 0.35s ease-out;
  width: 172.7px;
  height: 155.1px;
}
@media only screen and (max-device-width: 1400px) {
  .box-link a .img-container img {
    width: 157px;
    height: 141px;
  }
}
@media only screen and (min-device-width: 2000px) {
  .box-link a .img-container img {
    height: 166.38px;
    width: 185.26px;
  }
}
.box-link img.box-icon {
  background: rgb(244, 72, 72);
  padding: 6px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.box-link:hover > a > div > .img-container > img {
  opacity: 1;
  transition: all 0.35s ease-out;
}

.card-news {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.07);
}
.card-news .tag-category {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 10px;
  font-size: calc(0.62rem + 4 * (100vw - 300px) / 1300);
}
.card-news .tag-category a {
  color: #fff;
}
.card-news .card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.card-news .card-image .sello {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease-out;
}
.card-news .card-image .frame-news {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.35s ease-out;
}
.card-news .card-body .card-title {
  font-weight: 700;
}
.card-news .card-body .card-text {
  font-size: calc(0.62rem + 4 * (100vw - 300px) / 1300);
}
.card-news .card-body a {
  color: rgb(98, 98, 98);
  font-size: calc(0.62rem + 4 * (100vw - 300px) / 1300);
  font-weight: 700;
  float: right;
}
.card-news:hover > a > .card-image > .sello {
  transform: translateY(0);
  opacity: 0.3;
  transition: all 0.35s ease-out;
}
.card-news:hover > a > .card-image > .frame-news {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease-out;
}

.news-section {
  position: relative;
}

.events {
  position: sticky;
  top: 100px;
}

.card-eventi .card-eventi-content h2 {
  color: rgb(77, 162, 132);
  font-size: calc(1rem + 4 * (100vw - 300px) / 1300);
  padding: 5px;
  margin-bottom: 0;
}
.card-eventi .card-eventi-content span {
  font-size: calc(0.62rem + 4 * (100vw - 300px) / 1300);
  color: rgb(98, 98, 98);
}
.card-eventi .card-eventi-content .eventi-leer-mas {
  font-weight: 700;
  margin-top: 0;
  display: block;
  float: right;
}
.card-eventi .card-eventi-content .tag-event {
  background: rgb(244, 72, 72);
  color: #fff;
  padding: 3px 8px;
}

.card-eventi-date {
  width: 75px;
  height: 75px;
  padding: 22px 8px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background: rgb(77, 162, 132);
  color: #fff;
  font-weight: 700;
}

.card-eventi-hour {
  width: 100px;
  padding: 15px 0 5px;
  color: rgb(126, 208, 173);
  font-weight: 700;
}

#carouselEvents {
  overflow-x: hidden;
  height: 35rem;
}
#carouselEvents .carousel-indicators {
  bottom: -30px;
}
#carouselEvents .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(131, 131, 131, 0.5);
}
#carouselEvents .carousel-indicators li.active {
  background: rgb(126, 208, 173);
}

.seccion-club {
  text-align: center;
  background: rgb(249, 249, 249);
}
.seccion-club img.logo-crediclub {
  opacity: 1;
  height: 150px;
}
.seccion-club a {
  color: #818181;
  font-weight: 700;
  font-size: calc(2rem + 4 * (100vw - 300px) / 1300);
}
.seccion-club a span {
  color: rgb(243, 72, 72);
}

.seccion-app h1 {
  font-size: calc(2rem + 4 * (100vw - 300px) / 1300);
  margin-bottom: 30px;
  color: rgb(243, 72, 72);
}

.item-megamenu {
  width: auto !important;
}
.item-megamenu a {
  margin-top: 7px;
}

.seccion-reclutamiento {
  background: rgb(77, 162, 132);
}
.seccion-reclutamiento a {
  font-size: calc(3rem + 4 * (100vw - 300px) / 1300);
  font-weight: 700;
  color: #fff;
}
.seccion-reclutamiento a:hover > img {
  transform: translateX(45px);
  transition: all 0.35s ease-out;
}
.seccion-reclutamiento img {
  position: absolute;
  bottom: -50px;
  height: 380px;
  transform: translateX(0);
  transition: all 0.35s ease-out;
}
.seccion-reclutamiento .arrow-link {
  height: 70px;
  position: relative;
  bottom: 0;
}

.seccion-turismo {
  background: rgb(249, 249, 249);
}
.seccion-turismo a {
  font-size: calc(3rem + 4 * (100vw - 300px) / 1300);
  font-weight: 700;
  color: rgb(243, 72, 72);
}
.seccion-turismo a:hover > img {
  transform: translateX(45px);
  transition: all 0.35s ease-out;
}
.seccion-turismo img {
  position: absolute;
  bottom: -50px;
  height: 380px;
  transform: translateX(0);
  transition: all 0.35s ease-out;
}
.seccion-turismo .arrow-link {
  height: 70px;
  position: relative;
  bottom: 0;
}

.seccion-hotel-monumental {
  background: rgb(244, 72, 72);
}
.seccion-hotel-monumental a {
  font-size: calc(3rem + 4 * (100vw - 300px) / 1300);
  font-weight: 700;
  color: #fff;
}
.seccion-hotel-monumental a:hover > img {
  transform: translateX(45px);
  transition: all 0.35s ease-out;
}
.seccion-hotel-monumental img {
  position: absolute;
  bottom: -50px;
  height: 380px;
  transform: translateX(0);
  transition: all 0.35s ease-out;
}
.seccion-hotel-monumental .arrow-link {
  height: 70px;
  position: relative;
  bottom: 0;
}

.seccion-ayuda-economica {
  background: rgb(255, 255, 255);
}
.seccion-ayuda-economica a {
  font-size: calc(1.5rem + 4 * (100vw - 300px) / 1300);
  font-weight: 700;
  color: rgb(243, 72, 72);
}
.seccion-ayuda-economica .box-icon {
  background: rgb(244, 72, 72);
  padding: 6px;
  border-radius: 50%;
  height: 80px;
}

.services:before {
  content: "";
  position: absolute;
  width: 100%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  height: 60%;
  transform: skew(-20deg);
  margin-top: 45px;
}

.radio-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f44848;
  text-decoration: none;
  border-radius: 10px;
  padding: 6px 16px;
  font-size: 15px;
  line-height: 1; /* Helps vertical alignment */
  transition: opacity 0.2s ease;
}
.radio-btn span {
  color: white !important;
}

.station-name {
  font-weight: 700;
}

.station-freq {
  font-weight: 400 !important;
}

.radio-btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .station-freq {
    font-weight: 700 !important;
  }
  .block-networks {
    justify-content: space-between !important;
  }
  .mobile-menu-absolute {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 60px;
    z-index: 10;
    padding: 0;
  }
}
/* FIXES */
.path-taxonomy .breadcrumb {
  margin-top: 20px;
}

.date-event {
  width: 178px;
}

@media only screen and (max-width: 991px) {
  .seccion-reclutamiento img {
    right: -11rem;
  }
  .seccion-reclutamiento .arrow-link {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 872px) {
  .seccion-reclutamiento img {
    right: -8rem;
  }
}
@media only screen and (max-width: 768px) {
  .seccion-reclutamiento img {
    display: none;
  }
}
@media only screen and (min-device-width: 995px) and (max-device-width: 1200px) {
  #news-slider .box-link .box-link-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .section-news-slider {
    padding: 0 0 !important;
  }
  #carouselNewsclub {
    margin-bottom: 20px !important;
    height: 350px;
  }
  #carouselNewsclub .carousel-inner img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  #carouselNewsclub .carousel-inner .carousel-item .news-title h2 {
    font-size: 1.2rem;
  }
  img.logo-club {
    height: 60px !important;
    margin-top: 0px !important;
  }
  .box-link {
    text-align: center;
    padding: 5px;
    height: auto;
  }
  .box-link .img-container img {
    display: none;
  }
  .seccion-reclutamiento {
    text-align: center;
  }
  .seccion-reclutamiento .arrow-link {
    display: none;
  }
  .seccion-reclutamiento a {
    font-size: 1.3rem;
  }
  .buttons-link li.two,
  .buttons-link li.three {
    display: none;
  }
  .button-contact {
    display: block !important;
  }
  .img-inst img {
    object-position: center;
    object-fit: contain;
    height: 100%;
  }
}

/*# sourceMappingURL=club_page.css.map */
