/* Variables */
:root {
  --primary-blue: #243659;
  --secondary-blue: #256bfc;
  --red: #e30512;
  --dark-blue: #252e42;
  --light-blue: #03bff2;
}
.img_top{height: auto !important;}
/* General oculto */
.genesys-mxg-frame {
  display: none;
}

.h_top_info {
  display: none;
}

/* Texto genÃ©rico */
.tx {
  flex: 0 0 auto;
  background: #f7f7f7;
  color: #243659;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  scroll-snap-align: start;
  font-size: 1.2rem;
  font-weight: 500;
  flex-direction: column;
  text-align: center;
}

/* Contenedor carrusel */
.carrusel-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.carrusel_programas_home {
  width: 100%;
  padding: 20px 0;
}

/* Cards */
.card_prog_home {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
  color: #fff;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  transition: transform .3s ease;
}

.card_prog_home:hover {
  transform: translateY(-5px);
}

.linea_card_prog_home {
  display: block;
  height: 5px;
  width: 100%;
}

.img_prog_home {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.img_prog_home img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.cnt_inf_card_prog_home {
  padding: 20px;
  height: calc(100% - 155px);
  display: flex;
  flex-direction: column;
}

.h_prog_home {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* Botones / enlaces */
.link_btn {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.txt_link_btn {
  margin-left: 10px;
}

/* Swiper */
.swiper-slide {
  border-radius: 15px !important;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  top: 30% !important;
  background: #ffffff;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  box-shadow: 0 2px 5px #00000033;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem;
}

.swiper-pagination-bullet-active {
  background: var(--secondary-blue);
}

/* Ajustes pseudo-elementos */
::after {
  margin-left: -5px;
  color: #0c0c0c;
  font-size: 25px !important;
}
.txt_top_info {
    margin-top: -12vh;
}
/* Responsivo */
@media (max-width: 768px) {
  .alto_c {
    height: auto !important;
  }
  .card_prog_home {
    height: 280px;
  }
  .h_prog_home {
    font-size: 1.3rem;
  }
  .txt_top_info {
    margin-top: -6vh;
}
}
.bat{margin-bottom: 4em;}
@media(max-width:1680px){body{zoom:70%}}
@media(max-width:800px){body{zoom:100%;}.cnt_swp_hero{zoom:90%!important;} .bat{margin-bottom: 0;}}
@media screen and (max-width: 600px) {.cnt_central{padding: 0 3% !important;}}