.event-schedule .event-schedule-navbar {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.event-schedule .event-schedule-content {
  background-color: #ebebeb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.event-schedule .event-schedule-content:not(.active) {
  display: none;
}

.event-schedule .navbar-nav .nav-link {
  font-family: "DINCond-Bold";
  border-radius: unset;
  padding-top: 15px;
  padding-bottom: 15px;
}

.event-schedule .navbar-nav .nav-link[data-event] {
  cursor: pointer;
}

.event-schedule .navbar-nav .nav-link.disabled {
  opacity: 0.5;
  cursor: default;
}

.event-schedule .navbar-nav .nav-link.active {
  background-color: transparent;
  border-bottom: 4px solid #f4266e;
}

.event-schedule .navbar-nav .nav-link > div:first-child {
  font-size: 22px !important;
  line-height: 22px;
  color: #333333;
}

.event-schedule .navbar-nav .nav-item.nav-link > div:last-child {
  color: #f4266e;
  font-size: 22px;
}

.event-schedule .navbar-nav .nav-link > div:first-child.color-theme-secondary {
  font-size: 18px !important;
}

.event-schedule .event-schedule-hour {
  font-family: "DINCond-Bold";
  color: white;
  background-color: #94c8e4;
  border-radius: 20px;
  padding: 8px 30px;
  font-size: 15px;
  display: inline-block;
  min-width: 130px;
}

.event-schedule .event-schedule-row:hover .event-schedule-hour {
  background-color: #344d77;
}

.event-schedule .event-schedule-name,
.event-schedule .event-schedule-person {
  font-family: "DINCond-Bold";
  color: #f4266e;
  font-size: 17px;
  line-height: 22px;
}

.event-schedule .event-schedule-person {
  color: #344d77;
  margin-bottom: 5px;
}

.event-schedule .event-schedule-person > span {
  display: block;
  font-family: "DINCond-Light";
}

.event-schedule .event-schedule-name {
  position: relative;
}

.event-schedule .event-schedule-name::before {
  content: "";
  position: unset;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #94c8e4;
  display: inline-block;
  margin-right: 10px;
}

.event-schedule .btn-download-schedule,
.event-schedule .btn-calendar {
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-repeat: no-repeat;
  background-position: 22px center;
}

.event-schedule .btn-download-schedule {
  background-size: auto 60%;
  background-image: url("/web/themes/edryxaudit/img/btn-download.png");
  background-color: #94c8e4 !important;
}

.event-schedule .btn-calendar {
  background-size: auto 26px;
  background-image: url("/web/themes/edryxaudit/img/btn-calendar.png");
}

.event-schedule .event-schedule-background-text {
  text-transform: uppercase;
  font-size: 30px;
  color: #e0bab5;
  position: absolute;
  right: -105px;
  bottom: 135px;
  transform: rotate(-90deg);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 12px;
  display: none;
}

.event-schedule .event-schedule-content {
  min-height: 340px;
}

.event-speakers .event-speakers-before-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f4266e;
  font-size: 13px;
  letter-spacing: 4px;
}

.event-speakers .event-speakers-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #878787;
}

.event-speakers .event-speaker-name {
  font-family: "MovementBold";
  color: #94c8e4;
  font-size: 22px;
  line-height: 24px;
}

.event-speakers .event-speaker-text {
  color: #000000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.event-speakers .event-speaker {
  background-color: #94c8e4;
  height: 450px;
  opacity: 0.6;
  position: relative;
}

.event-speakers .event-speaker-text-container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 10px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.event-speakers .event-speaker-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-filter: grayscale(100%) brightness(30%) sepia(100%)
    hue-rotate(-205deg) saturate(700%) contrast(0.6);
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-205deg)
    saturate(700%) contrast(0.6);
}

.event-speakers .event-speaker:hover {
  opacity: 1;
}

.event-speakers .event-speaker:hover .event-speaker-text-container {
  background-color: white;
}

.event-speakers .event-speaker:hover .event-speaker-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.event-speakers .event-speaker-img-container,
.event-next .event-next-img-container {
  width: 170px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.event-speakers .event-speaker-img-container > div,
.event-next .event-next-img-container > div {
  width: 100%;
  padding-top: calc(100% - 20px);
  border-radius: 100%;
  border: 10px solid #f4266e;
  position: relative;
  background-color: #bbbbbb;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.event-next {
  background-attachment: unset;
}

.event-next .event-next-img-container > div:last-child {
  padding-top: calc(100% - 24px);
  border: 12px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.event-next .event-next-info > div {
  font-family: "DINCond-Bold";
  line-height: normal;
}

.event-next .event-next-title {
  letter-spacing: 5px;
  font-size: 14px;
}

.event-next .event-next-name {
  font-size: 26px;
}

.event-next .event-next-date {
  font-size: 18px;
}

.event-next .event-next-person {
  font-family: "DINCond-Light" !important;
  font-size: 18px;
}

.event-next .event-next-days > div {
  display: inline-block;
  width: 60px;
  border-radius: 8px;
  background-color: white;
  margin: 0 2px;
  font-family: "Poppins", sans-serif;
  padding: 12px 0;
  text-align: center;
}

.event-next .event-next-days > div > div:first-child {
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #f4266e;
}

.event-next .event-next-days > div > div:last-child {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #999999;
  padding-top: 3px;
}

.banner-home .banner-home-date {
  font-size: 32px;
  line-height: normal;
  font-family: "MovementBold";
  text-shadow: 0.707px 0.707px 16px rgba(0, 0, 0, 0.388);
}

.banner-home .banner-home-hour {
  font-size: 26px;
  line-height: normal;
  font-family: "MovementBold";
  text-shadow: 0.707px 0.707px 16px rgba(0, 0, 0, 0.388);
}

.banner-home .banner-home-title {
  font-size: 34px;
  text-shadow: 0.707px 0.707px 16px rgba(0, 0, 0, 0.388);
}

.banner-home .banner-home-subtitle {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.banner-home .banner-home-subtitle span {
  letter-spacing: 5px;
}

.banner-home .banner-home-days > div,
.banner-home .banner-home-days > span,
.countdown-days > div,
.countdown-days > span {
  display: inline-block;
  width: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 12px 0;
  text-align: center;
}

.banner-home .banner-home-days > div,
.countdown-days > div {
  background-color: white;
  border-radius: 10px;
  margin: 0 5px;
}

.banner-home .banner-home-days > div > div:first-child,
.countdown-days > div > div:first-child {
  font-family: "MovementBold";
  font-weight: normal;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 2px;
  color: #f4266e;
}

.banner-home .banner-home-days > div > div:last-child,
.countdown-days > div > div:last-child {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  padding: 2px 0;
  color: #999999;
}

.banner-home .banner-home-days > span,
.countdown-days > span {
  margin: 0 12px;
  width: auto;
  font-size: 52px;
  height: 100%;
  vertical-align: top;
  line-height: 52px;
  padding: 0;
  padding-top: 4px;
}

.banner-home .login-btns .btn-color {
  min-width: 150px;
}

#custom-side-menu .streaming-link.disabled {
  display: none;
}

#custom-side-menu .streaming-link.streaming-status-E div {
  animation: streamingOnline 1s linear infinite;
}

@keyframes streamingOnline {
  50% {
    /*opacity: 0.4;        */
    background-color: #f4266e;
  }

  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event-next .event-next-days > div {
    width: 48px;
    margin: 0;
    padding: 10px 0;
  }

  .event-next .event-next-days > div > div:first-child {
    font-size: 28px;
  }

  .event-next .event-next-days > div > div:last-child {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .event-schedule .navbar-nav .nav-link:not(:last-child) {
    border-right: 1px solid #eeeeee;
  }

  .event-schedule .event-schedule-info {
    padding-left: 55px;
  }

  .event-schedule .event-schedule-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    border-left: 2px solid #d7d7d7;
  }

  .event-schedule .event-schedule-name::before {
    position: absolute;
    left: -20px;
    top: 4px;
    margin-right: 0;
  }

  .event-next .event-next-info > div {
    padding-left: 30px;
  }

  .event-schedule .navbar-nav .nav-link:first-child {
    max-width: 25%;
  }
}

@media (max-width: 991px) {
  .banner-home img {
    margin-top: 5px;
  }

  .banner-home .banner-home-title br {
    display: none;
  }
}

@media (max-width: 550px) {
  .banner-home .banner-home-date {
    font-size: 26px;
  }

  .banner-home .banner-home-hour {
    font-size: 20px;
    line-height: normal;
  }

  .banner-home .banner-home-title {
    font-size: 30px;
  }

  .banner-home .banner-home-subtitle {
    font-size: 16px;
  }

  .banner-home .banner-home-days > div,
  .countdown-days > div {
    width: 68px;
  }

  .banner-home .banner-home-days > div > div:first-child,
  .countdown-days > div > div:first-child {
    font-size: 46px;
    line-height: 46px;
  }

  .banner-home .banner-home-days > span,
  .countdown-days > span {
    margin: 0 2px;
    font-size: 40px;
  }

  .banner-home .banner-home-days > div > div:last-child,
  .countdown-days > div > div:last-child {
    font-size: 10px;
  }

  .event-schedule .event-schedule-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .event-schedule .event-schedule-btns a:nth-child(2) {
    border-radius: 25px;
    margin-top: 10px;
  }
}

@media (max-width: 375px) {
  .banner-home .banner-home-days > div,
  .countdown-days > div {
    width: 54px;
  }

  .banner-home .banner-home-days > div > div:first-child,
  .countdown-days > div > div:first-child {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 4px;
  }

  .banner-home .banner-home-days > div > div:last-child,
  .countdown-days > div > div:last-child {
    font-size: 8px;
    line-height: 8px;
  }

  .banner-home .banner-home-days > span,
  .countdown-days > span {
    font-size: 35px;
    padding-top: 0;
  }

  .banner-home .login-btns .btn-color {
    width: 100%;
    margin: 6px 0 !important;
  }
}

#custom-side-menu {
  position: fixed;
  top: calc(25vh - 70px);
  right: 0;
  font-size: 20px;
  z-index: 888;
}
#custom-side-menu a {
  color: #fff;
  text-decoration: none;
}
#custom-side-menu div {
  cursor: pointer;
  height: 70px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  line-height: 70px;
  padding-left: 60px;
  font-family: "DINCond-Bold";
  color: #fff;
  width: 180px;
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 30px 30px;
  background-color: #344d77;
}

#custom-side-menu .active {
  background-color: #f4266e;
}

#custom-side-menu div.schedule {
  background-image: url("/web/themes/edryxaudit/img/icon-schedule.png");
}
#custom-side-menu div.speakers {
  background-image: url("/web/themes/edryxaudit/img/icon-speaker.png");
}
#custom-side-menu div.live {
  background-image: url("/web/themes/edryxaudit/img/icon-live.png");
}
#custom-side-menu div.video {
  background-image: url("/web/themes/edryxaudit/img/icon-live.png");
}
#custom-side-menu .streaming-link.streaming-status-E div.live {
  background-color: #333333;
}

.btn-streaming {
  padding-left: 60px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: left 22px center;
  background-size: auto 26px;
  background-image: url("/web/themes/edryxaudit/img/icon-live.png");
}

/* Efectos especiales */
#custom-side-menu div {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
}

#custom-side-menu div:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.event-sessions .event-session {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 24px 12px;
  padding-bottom: 100px;
}

.event-sessions .event-session-badge {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 6px;
  padding: 3px 16px;
  border-radius: 20px;
}

.event-sessions .event-session-title {
  font-size: 21px;
  font-weight: 600;
}

.event-sessions .event-session-posttitle {
  font-size: 14px;
  font-weight: 500;
}

.event-sessions .event-session img {
  max-width: 80%;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

.event-sessions .event-session.disabled {
  opacity: 0.5;
}

.event-schedule .event-schedule-intro {
  color: #344d77;
  font-size: 16px;
  line-height: 20px;
}

.event-schedule .event-schedule-intro-title {
  font-size: 20px;
  line-height: 24px;
  font-family: "MovementBold";
}

.event-schedule .event-schedule-intro-subtitle {
  font-family: "DINCond-Bold";
}

.event-schedule .event-schedule-intro-location {
  font-family: "DINCond-Light";
}

.event-sessions-schedule {
  background-color: #e3e3e3;
}

@media (min-width: 768px) {
  .event-schedule .event-schedule-intro {
    margin-top: -35px;
    padding-left: 55px;
  }
  /*
  .event-sessions-schedule {
    background-repeat: no-repeat;
    background-position: left 256px;
    background-size: 250px auto;
    background-image: url("/web/themes/edryxaudit/img/home-background.png");
  }*/
}

.event-speakers .group-title {
  font-size: 22px !important;
  line-height: 35px;
}
.event-module {
  border-radius: 8px;
  background-color: #4e92a1;
  height: 100%;
  position: relative;
  padding: 24px 32px;
}

.event-module.has-access {
  border-radius: 8px 8px 20px 20px;
  padding-bottom: 60px;
}

.event-module .event-module-title {
  font-family: "Avenir-Black";
  font-size: 19px;
}

.event-module .event-module-description {
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  line-height: normal;
}

.event-module .event-module-description b {
  font-family: "Avenir-Heavy";
  display: block;
}

.event-module .event-module-description p {
  margin-bottom: 0;
}

.event-module .event-module-description p:last-child {
  margin-top: 24px;
}

.event-module .event-module-access {
  position: absolute;
  height: 36px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background-color: #f4266e;
  font-family: "Avenir-Heavy";
  font-size: 12px;
  line-height: 36px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: white !important;
}

.event-session-videos {
  background-color: rgba(210, 210, 210, 0.64);
}

.event-session-videos .title-1 {
  color: #f4266e;
}

.event-session-videos .event-session-video {
  background-color: rgba(255, 255, 255, 0.64);
}

.event-session-videos .event-session-video-title {
  color: #f4266e;
  font-size: 14px;
  font-weight: 700;
}

.event-session-videos .event-session-video-text {
  color: #424140;
  font-size: 12px;
  font-style: italic;
}

.event-session-videos .event-session-video [data-toggle="modal"] {
  cursor: pointer;
}

#countdown-modal .countdown-days > div {
  border: 1px solid #999999;
}

.event-session-videos {
  display: none !important;
}

body.page-type-H .breadcrumb-container {
  display: none;
}

section.list p:last-child {
  margin-bottom: 0;
}

/*Módulos pdf*/
.title-images {
  background-color: #c0a780;
  color: white;
  font-weight: 300;
  border-radius: 30px;
  padding: 20px 25px;
  padding-left: 58px;
  position: relative;
  margin-left: 21px;
  margin-bottom: 18px;
  font-size: 17px;
  margin-top: 42px;
}

.title-images span {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -22px;
  left: -22px;
  background-color: #846d53;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid white;
  font-weight: 600;
  font-size: 14px;
}

.images-row img {
  width: 100%;
  height: 100%;
}

.images-row-image {
  position: relative;
  height: 100%;
}

.images-row-image span {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.images-row-text {
  font-size: 16px;
  font-weight: 300;
  color: #9d815c;
  margin-top: 6px;
}

.images-row-text .images-name {
  font-weight: 600;
}

.images-row-separator {
  margin-top: 6px;
  margin-bottom: 30px;
  height: 4px;
  border-radius: 6px;
  background-color: #9d815c;
}

.images-row.images-row-left {
  margin-left: -6px;
  margin-right: -6px;
}

.images-row.images-row-left > div {
  padding: 6px;
}

.images-row-color {
  color: #9d815c !important;
}

.event-html .contenido:not(.contenido-oculto) {
  margin-bottom: 40px;
}

.event-html .subtitulo {
  font-size: 20px;
  font-weight: 500;
}

.event-html .contenido h5 {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .images-row-image {
    margin-bottom: 16px;
  }

  .images-row img {
    height: auto;
  }

  .images-row.images-row-left > div {
    padding-bottom: 0;
    padding-top: 0;
  }
}

body.page-home .imagenefectos {
  color: #fff;
  overflow: hidden;
  height: 100vh;
}

body.page-home .parallax-bg {
  
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
}

body.page-home .glow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
  animation: pulse 8s ease-in-out infinite;
  z-index: -1;
}

body.page-home .container2 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 3;
  text-align: center;
  pointer-events: none;
  padding-top: 60px;
  border-radius: 20px;
}

body.page-home .title {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 0 0 10px black;
  animation: slideFadeIn 3s ease-out forwards, fadeInOut 3s infinite 2s;
  opacity: 0;
  transform: translateY(30px);
  padding: 0 0px;
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  body.page-home .title {
    font-size: 1.4rem;
    top: 0px;
  }
  body.page-home .access-btn {
    font-size: 0.9rem;
    padding: 10px 24px;
    bottom: 40px;
  }
  body.page-home .container2 {
    height: 170%;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

svg.heartbeat {
  position: absolute;
  top: 120;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
