/*AJUSTES DE BARRA DE AUDIO*/

/* Tus propios estilos CSS */
.mejs__container {
  background-color: transparent; /* Color de fondo del reproductor */
  border-radius: 8px; /* Bordes redondeados */
  width: 245px !important;
}

/* Estilo para los botones de control (Play/Pause) */
.mejs__button > button {
  background-color: transparent; /* Color de fondo del botón */
  color: #24135f !important; /* Color del icono */
  padding: 10px;
  cursor: pointer;
  line-height: 1; /* Ajusta la altura de la línea para centrar el icono */
  background-repeat: no-repeat !important;
}

.mejs__controls:not([style*="display: none"]) {
  background: none !important;
}

/* Estilo para el botón de Play */
.mejs__controls div.mejs__button.mejs__playpause-button.mejs__play > button {
  background-image: url("../../img/fis/campus/play.svg") !important; /* Tu icono de play oscuro */
  background-size: contain !important; /* Asegura que el SVG se ajuste al botón */
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0.6;
}

/* Estilo para el botón de Pause */
.mejs__controls div.mejs__button.mejs__playpause-button.mejs__pause > button {
  background-image: url("../../img/fis/campus/pause.svg") !important; /* Tu icono de pause oscuro */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0.6;
}

/* Estilo para la barra de progreso */
.mejs__controls .mejs__time-rail .mejs__time-total {
  background-color: #dbdbdb; /* Fondo de la barra de progreso total */
  border-radius: 5px;
  height: 5px;
}

.mejs__controls .mejs__time-rail .mejs__time-current {
  background-color: #24135f; /* Color de la parte reproducida */
  border-radius: 5px;
  height: 5px;
}

/* Estilo para el "pulgar" o indicador de la barra de progreso */
.mejs__controls .mejs__time-rail .mejs__time-handle {
  background-color: #24135f; /* Color del indicador */
  border: 1px solid white;
  width: 5px;
  height: 10px;
  margin-top: -4px; /* Ajusta la posición vertical del pulgar */
}

.mejs__time {
  color: #000b1c;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  opacity: 0.4;
}

.mejs__time-rail {
  padding-top: 13px;
}

/* Opcional: Ocultar el botón de volumen completamente usando CSS */
/* Aunque la opción 'features' es mejor, esto serviría como respaldo o si no usas 'features' */
.mejs__volume-button {
  display: none !important;
}

/*CAMPUS*/

.campus-press-container {
  background-color: white;
  padding: 120px;
  padding-bottom: 20px;
  min-height: 660px;
}

.campus-press {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  gap: 20px;
  flex-wrap: wrap;
}

.campus-press-post-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-direction: column;
  color: #24135f;
  font-size: 64px;
  font-weight: 700;
  background-color: white;
  margin: 0;
  line-height: 72px;
  padding: 120px;
  padding-bottom: 0px;
}

.campus-press-post-subtitle {
  display: flex;
  flex-direction: row;
  gap: 16px;
  color: #24135f;
  font-size: 44px;
  font-weight: 500;
  margin: 0;
  line-height: 52px;
  padding-bottom: 40px;
}

.campus-press-post-subtitle span {
  font-size: 54px;
}

.campus-press-post-header p {
  color: #24135f;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-align: right;
  display: flex;
  align-items: center;
}

.campus-press-post {
  width: 403px;
  display: flex;
  flex-wrap: wrap;
}

.campus-press-image {
  height: 280px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.campus-press-image img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.campus-press-image img:hover {
  transform: scale(1.05);
}

.campus-press-post > div {
  width: 430px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  box-sizing: border-box;
  height: 690px;
}

.campus-press-post a {
  text-decoration: none;
}

.campus-dropdown__line {
  width: 100%;
  height: 0px;
  color: #fafafa;
  opacity: 0.3;
}

.campus-press-post-subheader {
  color: #24135f;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.campus-press-post-title {
  color: #24135f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}

.campus-press-post p {
  color: #24135f;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin-top: 24px;
  line-height: 24px;
}

.campus-press-post label {
  color: #0072cf;
  padding-top: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  transition: all 300ms ease-in-out;
}

.campus-press-post label:hover {
  color: #24135f;
}

.animate__animated {
  opacity: 0;
}

.campus-press-others-container {
  overflow: hidden;
  width: 100%;
  background: #fafafa;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

.campus-press-others-header {
  color: #24135f;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: auto;
}

.campus-press-others {
  display: flex;
  height: 50px;
  width: fit-content;
  margin: auto;
  animation: move 8s linear infinite;
}

.campus-press-others.stopped {
  animation: none;
  margin: initial;
}

.campus-press-others.stopped > a:last-of-type {
  border: none;
}

@keyframes move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.campus-press-others > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid #a4a4a4;
}

.campus-press-others > a > img:hover {
  transform: scale(1.05);
}

.campus-press-others > a > img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

@media (max-width: 1500px) {
  .campus-press-post-header h2 {
    font-size: 58px;
  }

  .campus-press-container {
    padding-top: 20px;
  }

  .campus-press-post {
    width: 386px;
  }
}

@media (max-width: 1100px) {
  .campus-press-post > div {
    width: 100%;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .campus-press-post-header {
    flex-direction: column;
    padding: 20px 20px;
  }

  .campus-press-post-header p {
    text-align: left;
    line-height: 32px;
  }

  .campus-press-container {
    padding: 60px 20px;
  }

  .campus-press-post {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }

  .campus-press-post > div {
    height: auto;
  }
}

@media (max-width: 550px) {
  .campus-press-container {
    padding: 0px 20px;
    padding-top: 40px;
  }

  .campus-press {
    flex-direction: column;
    gap: 0px;
  }

  .campus-press-post {
    width: 100%;
  }

  .campus-press-post-header {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 0px;
  }

  .campus-press-post-subtitle {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 16px;
    flex-direction: column;
    gap: 0px;
  }

  .campus-press-post-subtitle span {
    font-size: 44px;
    margin-bottom: 24px;
  }

  .campus-press-post > div {
    justify-content: normal;
    height: auto;
  }
}

/*DESPLEGABLE DE FIS 2024*/

.ponencias-dropdown__2024 {
  background: white;
  padding: 0px 120px 120px 120px;
}

.ponencias-dropdown-list {
  list-style: none;
}

.ponencias-dropdown-list #news_link__ponencias {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  border-radius: 6px;
  background-color: #24135f;
  color: white;
  padding: 20px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}

.ponencias-dropdown-item__list {
  display: flex;
  opacity: 1;
  box-shadow: #00000011 0 4px 20px 0;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 6px;
  transition: max-height 0.5s ease, opacity 0.3s ease, height 0.5s ease;
}

.dropdown-item__ponencias-list,
.dropdown-item__ponencias-list2 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-item__ponencias-list.open {
  max-height: 200rem; /* Ajusta el valor según el contenido */
  opacity: 1;
  display: flex;
}

.dropdown-item__ponencias-list2.open {
  margin-top: 40px;
  max-height: 200rem; /* Ajusta el valor según el contenido */
  opacity: 1;
  display: flex;
}

.ponencias-press-others-header {
  color: #000b1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 5px;
}

.ponencias-list-item {
  list-style: none;
}

.ponencias-list-item h2 {
  width: 80%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  color: #24135f;
  font-weight: 700;
  font-size: 24px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.ponencias-dropdown-container__close {
  display: flex;
  width: 16px;
  opacity: 0.3;
  position: absolute;
  right: 48px;
  align-items: center;
  top: 65px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 1000ms ease-in-out;
}

.ponencias-dropdown-container__close2 {
  display: none;
  width: 30px;
  opacity: 0.3;
  position: absolute;
  right: 36px;
  align-items: center;
  top: 65px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 1000ms ease-in-out;
}

.ponencias-list-item a:hover {
  color: black;
}

.ponencias-press-others {
  display: flex;
  height: 50px;
  width: fit-content;
  margin: auto;
  animation: move 18s linear infinite;
}

.dropdown-item__ponencias-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  padding-left: 0px;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.dropdown-item__ponencias-list2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  padding-left: 0px;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.auditorium__list-item {
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  width: calc(48% - 32px);
  height: 100%;
  gap: 32px;
  align-items: center;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  transition: all 500ms ease-in-out;
}

.list-item__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: self-end;
  height: 100%;
}

.list-item__img {
  width: 100%;
  max-width: 245px;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
}

.list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.text__title {
  text-transform: uppercase;
  width: 88%;
  font-size: 16px;
  margin-bottom: 56px !important;
}

.text__name {
  display: flex;
  align-items: center;
  margin-top: 0px !important;
  margin-bottom: 5px;
  justify-content: space-between;
  font-size: 14px;
  border-radius: 6px;
  color: #000b1c;
}

.text__company {
  font-weight: 300;
  opacity: 0.6;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text__images {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.text__images img {
  width: 45px;
}

.images__container {
  display: flex;
  flex-direction: row;
}

.images {
  width: 80%;
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: start;
}

.info-button {
  width: 20%;
  display: flex;
  flex-direction: row;
  transition: all 500ms ease-in-out;
}

.info-button:hover {
  transform: scale(0.95);
}

.info-button img {
  width: 45px;
}

.info-button a {
  width: 100%;
  display: flex;
  padding-right: 10px;
  justify-content: end;
}

.view__more {
  display: flex;
  border: 1px solid #24135f;
  background-color: transparent;
  padding: 10px 15px;
  cursor: pointer;
  color: #24135f;
  margin: 10px auto;
  justify-self: center;
  border-radius: 10px;
  transition: all 400ms ease-in-out;
}

.view__more:hover {
  background-color: #24135f;
  color: white;
}

@keyframes move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ponencias-press-others > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid #a4a4a4;
}

.ponencias-press-others > a > img:hover {
  transform: scale(1.05);
}

.ponencias-press-others > a > img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

@media (max-width: 1950px) {
  .fistories {
    width: calc(49% - 32px);
  }
}

@media (max-width: 1500px) {
  .ponencias-press-post-header h2 {
    font-size: 58px;
  }

  .dropdown-item__ponencias-list {
    gap: 15px;
  }

  .dropdown-item__ponencias-list2 {
    gap: 15px;
  }
}

@media (max-width: 1440px) {
  .auditorium__list-item {
    width: 100%;
  }

  .ponencias-dropdown__2024 {
    padding: 10px 120px;
    padding-bottom: 60px;
  }

  .list-item__info {
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .info-button {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .info-button a {
    width: auto;
  }

  .info-button img {
    width: 45px;
  }

  .list-item__img {
    width: 70% !important;
    margin-top: 0px;
  }

  .text__title {
    margin-bottom: 15px !important;
    font-size: 30px;
  }

  .text__name {
    margin-top: 10px !important;
  }
}

@media (max-width: 1100px) {
  .ponencias-press-post > div {
    width: 50%;
    padding: 30px 0;
  }
}

@media (max-width: 770px) {
  .ponencias-dropdown__2024 {
    padding: 10px 0px;
    padding-bottom: 60px;
  }

  .ponencias-press-post-header h2 {
    margin-top: 60px;
  }

  .ponencias-press-post h3 {
    font-size: 40px;
    margin-top: 60px;
  }

  .ponencias-press-post > div {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .ponencias-press-post-header {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .ponencias-press-post-header p {
    text-align: left;
    line-height: 32px;
    padding-right: 0;
  }

  .ponencias-press-container {
    padding: 100px 0;
  }

  .ponencias-press {
    padding: 0 20px;
  }

  .banner img {
    height: 250px;
  }

  .ponencias-press-image img {
    object-fit: cover;
    height: 95%;
    border-radius: 10px;
  }

  .auditorium__list-item {
    gap: 0px;
    flex-direction: column;
  }

  .list-item__img {
    width: 100% !important;
    max-width: 100%;
  }

  .text__images {
    padding-top: 0px !important;
  }

  .info-text {
    gap: 0px;
  }

  .dropdown-item__ponencias-list.open {
    max-height: 400rem; /* Ajusta el valor según el contenido */
    opacity: 1;
  }

  .dropdown-item__ponencias-list2.open {
    margin-top: 40px;
    max-height: 400rem; /* Ajusta el valor según el contenido */
    opacity: 1;
  }

  .text__title {
    font-size: 28px;
  }
}

@media (max-width: 450px) {
  .ponencias-dropdown__2024 {
    padding: 10px 20px;
  }

  .ponencias-press-image {
    height: 380px;
  }

  .ponencias-press-image img {
    object-fit: contain;
    height: 95%;
    border-radius: 10px;
  }

  .ponencias-dropdown-item__list {
    padding: 0px !important;
  }

  .text__title {
    font-size: 18px;
  }

  .info-button a {
    padding-right: 0px;
  }

  .view__more {
    padding: 10px 100px;
  }

  .menu-dropdown__container {
    padding: 0px;
  }

  .ponencias-list-item h2 {
    padding: 0px;
  }

  .ponencias-dropdown-container__close2 {
    right: 0px;
    top: 22px;
  }

  .ponencias-dropdown-container__close {
    right: 0px;
    top: 22px;
  }
}

/*FISTORIES*/
.stories-press-container {
  background: white;
  padding: 0px 120px;
}

.stories-press-post-header {
  font-size: 64px;
  color: #24135f;
  margin: 0px;
  margin-bottom: 100px;
}

.stories__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stories__items {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}

.stories__item {
  display: flex;
  flex-direction: column;
  width: calc(30% - 5px);
  gap: 40px;
  margin-bottom: 20px;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.stories-item__img {
  width: auto;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  filter: brightness(0.8);
}

.stories-item__img:hover {
  transform: scale(1.025);
  filter: brightness(1);
}

.stories-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stories-item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.stories-text__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stories-text__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stories-text__header span {
  color: #000b1c;
  opacity: 0.5;
}

.stories-text__link h3 {
  margin: 0px;
}

.stories-text__link {
  color: #000b1c;
  text-decoration: none;
}

.stories-text__name {
  font-size: 20px;
  font-weight: 200;
  color: #24135f;
  margin: 0px;
  display: flex;
  flex-direction: column;
}

.stories-text__company {
  font-size: 16px;
  font-weight: 200;
  color: #24135f;
  margin: 0px;
  opacity: 0.5;
}

.stories__line {
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 0.2;
}

@media (max-width: 1900px) {
  .stories-text__name {
    width: 60%;
  }

  .stories__item {
    width: calc(46% - 5px);
  }
}

@media (max-width: 1500px) {
  .stories__item {
    width: calc(45% - 5px);
  }
}

@media (max-width: 1300px) {
  .stories__item {
    width: 100%;
  }

  .stories-item__img {
    height: 400px;
  }

  .stories-item__img img {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .stories__item {
    flex-direction: column;
  }

  .stories-item__img {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .stories-item__img {
    height: 100%;
  }

  .stories-item__img img {
    height: 100%;
  }
}

@media (max-width: 770px) {
  .stories-press-container {
    padding: 64px 20px;
  }

  .stories-press-post-header {
    font-size: 40px;
  }

  .stories-text__content {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mejs__container {
    width: 100% !important;
  }

  .mejs__controls {
    padding: 0px !important;
  }

  .mejs__button > button {
    margin: 10px 0px !important;
  }

  .stories-text__name {
    margin-top: 14px;
  }
}

@media (max-width: 500px) {
  .stories-item__img {
    height: 230px;
  }
}

.fasthand {
  font-family: "FastHand";
  color: #24135f;
  font-size: 44px;
}
