:root,
.elementor-kit-6 {
  --e-global-typography-primary-font-family: "Roboto", sans-serif;
  --e-global-typography-secondary-font-family: "Roboto", sans-serif;
  --e-global-typography-text-font-family: "Roboto", sans-serif;
  --e-global-typography-accent-font-family: "Roboto", sans-serif;
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.post-type-archive-ponentes .ponente__biografia {
  display: none;
}

.contenedor-ponentes {
  padding-top: 140px;
}

.nav-dias {
  display: flex;
  column-gap: 109px;
  margin-bottom: 70px;
  row-gap: 30px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: fit-content;
  padding-top: 50px;
  padding-bottom: 50px;
  top: 150px;
}
@media only screen and (max-width: 600px) {
  .nav-dias {
    column-gap: 0;
    width: 100%;
    justify-content: center;
    margin-left: -15px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 100px;
  }
}
.nav-dias span {
  margin-right: 5px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .nav-dias span {
    display: none;
  }
}
.nav-dias li {
  list-style: none;
  width: 130px;
}
.nav-dias li.active a {
  font-weight: bold;
}
.nav-dias li.active a::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/foroinvest/assets/img/dias-deco.svg");
  width: 85px;
  height: 4px;
  bottom: -15px;
  margin: auto;
  left: 0;
  right: 0;
}
.nav-dias a {
  text-decoration: none;
  color: inherit;
  /*  font-size: var(--e-global-typography-6ea7a99-font-size);
         color: var(--e-global-color-dfd8888);*/
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.nav-dias a:hover {
  font-weight: bold;
}

.dia {
  margin-bottom: 70px;
  border-bottom: 1px solid #000000;
}
.dia .dia-titulo {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
.dia .momento-subtitulo {
  font-size: 25px;
  font-weight: 500;
}
.dia .momento-subtitulo strong {
  color: #e20613;
}
.dia .momento-lugar {
  font-size: 20px;
  font-weight: 300;
}

.grid-ponentes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 65px;
  row-gap: 45px;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 990px) {
  .grid-ponentes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .grid-ponentes {
    grid-template-columns: 1fr;
  }
}

.ponente__imagen {
  margin-bottom: 14px;
}
.ponente__imagen img {
  height: auto;
  width: 100%;
}
.ponente__biografia {
  display: none;
}
.ponente__nombre {
  font-size: 25px;
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.ponente__cargo {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.ponente__cta {
  font-size: var(--e-global-typography-04cceaf-font-size);
  font-weight: 500;
  border: 0;
  margin-bottom: 20px;
  text-decoration: underline;
  cursor: pointer;
}

/* Estilos para el popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.popup-content {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .popup-content {
    overflow: auto;
    height: 85vh;
  }
}

.close-popup {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 34px;
  cursor: pointer;
  color: #333;
}

.close-popup:hover {
  color: #000;
}

/*# sourceMappingURL=archive-ponentes.css.map */
