/* ---------------------------------- DarkMode ---------------------------------- */
.body-light {
  background-color: #E6EFFF;
}
.body-dark {
  background-color: #1F242C;
}
.footer-light {
  width: 100%;
  background-color: #1F242C;
}
.footer-dark {
  width: 100%;
  background-color: #E6EFFF;
}

/* ---------------------------------- Elementos MOBIL/DESKTOP ---------------------------------- */
.element_desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .element_desktop {
    display: none;
  }
}
.element_mobil {
  display: none;
}

@media screen and (max-width: 768px) {
  .element_mobil {
    display: block;
  }
}
/* ---------------------------------- Elementos HEADER ---------------------------------- */
.header-wrapper {
  position: absolute;
  left: 0;
  z-index: 500;
  width: 100vw;
  margin: 20px auto;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .header-wrapper {
    padding: 0px 30px;
  }
}
.header-logo {
  margin-right: 15px;
  width: 150px;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 200px;
    margin-right: 20px;
  }
}
.header-column-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.header-date-dark {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  border-left: 2px solid #D21E1E;
  padding: 5px 15px;
}
.header-date-light {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  border-left: 2px solid #D21E1E;
  padding: 0px 10px;
}

@media screen and (min-width: 768px) {
  .header-date-dark, .header-date-light {
    padding: 0px 20px;
  }
}
.header-fecha-dark {
  color: #E6EFFF;
  font-size: 14px;
  font-weight: 700;
}
.header-fecha-light {
  color: #23272E;
  font-size: 14px;
  font-weight: 700;
}
.header-countDown-dark {
  color: #D21E1E;
  font-size: 14px;
  font-weight: 700;
}
.header-countDown-light {
  color: #D21E1E;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .header-fecha-light, .header-fecha-dark, .header-countDown-light, .header-countDown-dark {
    font-size: 19px;
  }
}
.header-column-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.header-boleteria {
  background-color: #D21E1E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .header-boleteria {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.header-column-right a:active {
  text-decoration: none;
}
.header-column-right a:visited {
  text-decoration: none;
}
.header-column-right a:link {
  text-decoration: none;
}
.header-column-right a:hover {
  text-decoration: none;
  opacity: 80%;
}
.header-menu {
  margin-left: 10px;
  width: 30px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header-menu {
    width: 40px;
  }
}
/* ---------------------------------- Elementos Header Nuevos ---------------------------------- */
.header-top-wrapper {
  position: relative;
}
.home-cycle-item img {
  width: 100vw;
}
.header-base-logo {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 40px;
  z-index: 700;
}
.header-base-logo img {
  width: 100%;
  padding: 0px 30px;
}

@media screen and (min-width: 768px) {
  .header-base-logo img {
    padding: 0px 200px;
  }
}
.home-seccion-01 {
  color: #fff;
}
.home-seccion-01 {
  background-color: #181C24;
  display: flex;
  align-items: center;
}
.home-countdown-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.home-countdown-par {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0px 10px;
}

@media screen and (min-width: 768px) {
  .home-countdown-par {
    margin: 0px 20px;
  }
}
.home-countdown-numero {
  color: #D21E1E;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .home-countdown-numero {
    font-size: 44px;
  }
}
.home-countdown-letra {
  color: #EFF5FF;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 0px 5px;
}

@media screen and (min-width: 768px) {
  .home-countdown-letra {
    font-size: 20px;
  }
}
.footer-pataLogos-wrapper-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  background-color: #1F242C;
}
.footer-pataLogos-wrapper-light {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  background-color: #E6EFFF;
}
.footer-pataLogos-dark {
  width: 70%;
  margin: 50px auto 20px auto;
}

@media screen and (min-width: 768px) {
  .footer-pataLogos-dark {
    width: 300px;
  }
}
.footer-pataLogos-light {
  width: 70%;
  margin: 50px auto 20px auto;
}

@media screen and (min-width: 768px) {
  .footer-pataLogos-light {
    width: 300px;
  }
}
.footer-top-light {
  background-image: url(../imgBase/footer-top-light.svg);
  background-repeat: no-repeat;
  background-position: center 10%;
  height: 77px;
}
.footer-top-dark {
  background-image: url(../imgBase/footer-top-dark.svg);
  background-repeat: no-repeat;
  background-position: center 10%;
  height: 77px;
}
.footer-redes-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-redes {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-redes li {
  margin: 0px 2px;
}
.footer-redes li:hover {
  opacity: 0.8;
}
.redes-arroba {
  width: 200px;
}
.footer-links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-text-dark {
  color: #23272E;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.footer-text-light {
  color: #E6EFFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.footer-links-wrapper {
  margin-top: 50px;
}
.footer-links {

  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #D21E1E;
}
.footer-links li a:link, a:visited, a:hover, a:active {
  
  text-decoration: none !important;
  color: #D21E1E;
}
.footer-links-dark {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #23272E;
}
.footer-links-light {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #E6EFFF;
}
.footer-links-last {
  border-bottom: 0px solid #E6EFFF !important;
}
.footer-links a:link {
  text-decoration: none;
}
.footer-links a:active {
  text-decoration: none;
}
.footer-links a:visited {
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline !important;
  font-size: 16px !important;
}
.footer-legal-text {

  padding: 30px 30px 0px 30px;
  font-size: 12px;
}

@media screen and (min-width: 900px) {
  .footer-legal-text {
    width: 900px;
    margin: 0px auto;
  }
}
.footer-legal-text span {
  font-weight: 700;
}
.footer-credits {

  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 10px;
}

/* ---------------------------------- Menu ---------------------------------- */
.menu-overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: rgba(35, 39, 46, 0.98);
  overflow-y: hidden;
  transition: 0.3s;
}
.menu-close-wrapper {
  max-width: 900px;
  padding: 0px 30;
  margin: 0px auto;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.menu-cerrar {
  padding: 35px 35px;
}
.menu-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.menu-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .menu-items {
    margin-top: 50px;
  }
}
.menu-items li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
.menu-off {
  opacity: 0.2;
}
.menu-icon {
  margin-right: 10px;
  width: 24px;
}

@media screen and (min-width: 768px) {
  .menu-icon {
    width: 30px;
  }
}
.menu-text {

  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .menu-text {
    font-size: 20px;
  }
}
.menu-items a:link, a:active, a:visited {
  color: #fff;
  font-size: 14px !important;
  text-decoration: none !important;
}
.menu-items a:hover {
  color: #fff;
  font-size: 14px !important;
  text-decoration: none !important;
  opacity: 0.7;
}
.menu-line {
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin: 2px 0px 4px 0px;
}

@media screen and (min-width: 768px) {
  .menu-line {
    width: 30px;
    height: 2px;
    margin: 6px 0px 8px 0px;
  }
}
.page-legal-text-wrapper {
  max-width: 900px;
  padding: 30px;
  margin: 0px auto;
}
.page-legal-text {
  color: #23272E;
  font-size: 12px;
}
.legal-text1 {
  color: #23272E;
  font-size: 11px;
  font-weight: 300;
  padding: 0px 0px 0px 10px;
}
.legal-text1 p {
  margin: 10px 0px;
}
.legal-text1 p a:link {
  color: #23272E;
  text-decoration: none;
}
.legal-text1 p a:active {
  color: #23272E;
  text-decoration: none;
}
.legal-text1 p a:visited {
  color: #23272E;
  text-decoration: none;
}
.legal-text1 p a:hover {
  color: #23272E;
  text-decoration: underline;
}
.legal-text-title1 {
  color: #23272E;
  font-size: 14px;
  font-weight: 700;
  margin: 25px 0px 5px 0px;
}
.legal-text-title2 {
  color: #23272E;
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0px 5px 0px;
}
.bulleted {
  padding: 0px 0px 0px 20px;
}
.page-title-wrapper {
  max-width: 900px;
  margin: 0px auto 20px;
  padding-left: 30px;
}
.page-title-dark {
  color: #E6EFFF;
}
.page-title-light {
  color: #23272E;
}
.page-title-light li:last-child span, .page-title-dark li:last-child span {

  color: #8F9DB6;
  font-weight: 700 !important;
}
.page-title-texts {
  padding-left: 20px;
  border-left: 3px solid #D21E1E;
}
.subPage-title-texts {
  padding-left: 20px;
  border-left: 3px solid #FFFFFF;
  text-transform: uppercase;
}
.page-title-texts li {

  padding-right: 20px;
}
.page-title-texts li:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #D21E1E;
}
.subPage-title-texts li:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
.page-title-texts li:last-child {
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 23px;
}
.subPage-title-texts li:last-child {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 23px;
}
.page-intro-texts {
  max-width: 900px;
  padding: 0px 30px;
  margin: 40px auto;
  font-size: 18px;
  font-weight: 500;
}
.page-intro-texts p {
  margin-bottom: 20px;
}
.page-info-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-info-item {
  max-width: 300px;
  margin: 20px 30px;
}
.page-info-item img {
  width: 300px;
  border-radius: 20px;
  margin: 0px 0px 10px 0px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
}
.info-card-title {
  
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-title a:link {
  
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-title a:visited {
  
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-title a:hover {
  
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-title a:active {
  
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-subtitle {
  
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #7686a2 !important;
  text-align: right !important;
  text-decoration: none !important;
  margin: 10px 0px !important;
}
.info-card-subtitle a:link {
  
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #7686a2 !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-subtitle a:visited {
  
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #7686a2 !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-subtitle a:hover {
  
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #7686a2 !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-subtitle a:active {
  
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #7686a2 !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-text {
  
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-text a:link {
  
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-text a:visited {
  
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-text a:hover {
  
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.info-card-text a:active {
  
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-align: right !important;
  text-decoration: none !important;
}
.page-info-boton {
  width: 200px;
  padding: 10px 20px;
  margin: 40px auto 0px auto;
  border: #23272E 1px solid;
  color: #23272E !important;
  
  font-weight: 500 !important;
  font-size: 20px !important;
  text-decoration: none !important;
  border-radius: 20px;
  text-align: center;
}
.page-info-boton a:link {
  color: #23272E !important;
  font-size: 20px !important;
  
  font-weight: 500 !important;
  text-decoration: none !important;
}
.page-info-boton a:visited {
  color: #23272E !important;
  font-size: 20px !important;
  
  font-weight: 500 !important;
  text-decoration: none !important;
}
.page-info-boton a:hover {
  color: #23272E !important;
  font-size: 20px !important;
  
  font-weight: 500 !important;
  text-decoration: none !important;
}
.page-info-boton a:active {
  color: #23272E !important;
  font-size: 20px !important;
  
  font-weight: 500 !important;
  text-decoration: none !important;
}

/* MARCAS */
.marcas-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.marca-item {
  width: 150px;
  height: 110px;
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .marca-item {
    width: 300px;
    height: 200px;
  }
}
.marcas-titulo-wrapper {
  max-width: 700px;
  margin: 0px auto;
}
.marcas-titulo {
  color: #23272E;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 20px 0px;
}

/* ------ Comercial ------ */
.comercial-cards-wrapper {
  max-width: 900px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.comercial-card-item {
  width: 85%;
  background-color: #EFF5FF;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  margin: 15px auto;
  padding: 20px 30px 30px 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
}

@media screen and (min-width: 768px) {
  .comercial-card-item {
    width: 350px;
  }
}
.comercial-card-texts {
  margin-top: 30px;
}
.comercial-card-texts ul li {
  color: #23272E;
  text-align: right;
}
.comercial-card-texts ul li:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
.comercial-card-texts ul li:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.comercial-card-texts ul li:nth-child(3) {
  font-size: 12px;
  font-weight: 600;
}
.comercial-card-texts ul li:nth-child(4) {
  font-size: 14px;
  font-weight: 500;
}
.comercial-card-texts ul li a:link, a:active, a:visited {
  text-decoration: none;
  color: #23272E;
  font-size: 16px;
  font-weight: 500;
}
.comercial-card-texts ul li a:hover {
  text-decoration: underline !important;
  color: #23272E !important;
  font-size: 16px;
  font-weight: 500;
}

/* ---------------------------------- UI - CARDS ---------------------------------- */
.noModal-card {
  max-width: 350px;
  background-color: #EFF5FF;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  padding: 0px 0px 20px 0px;
  border: 2px solid #FFFFFF;
}
.noModal-title {

  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 20px 10px 20px;
}
.noModal-txt {

  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px 0px 20px;
}
.noModal-line {
  border-top: 1px solid #CFDAEE;
}
.ui-boton1 {
  width: 180px;
  margin: 0px auto;
  background-color: #D21E1E;
  border-radius: 15px;
  color: #EFF5FF;
  box-shadow: rgba(8, 64, 120, 0.3) 0px 4px 6px, rgba(13, 61, 110, 0.2) 0px 8px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}
.noModal-card a:link, a:active, a:hover, a:visited {
  text-decoration: none !important;
}
.ui-boton1:hover {
  opacity: 0.9;
}
.ui-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-sent-card {
  background-color: #23272E;
  border-radius: 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 30px;
}

@media screen and (min-width: 768px) {
  .ui-sent-card {
    width: 400px;
  }
}
.ui-sent-card img {
  width: 80%;
  padding: 30px 0px;
}

@media screen and (min-width: 768px) {
  .ui-sent-card img {
    width: 60%;
  }
}
.ui-sent-title {

  color: #E6EFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ui-sent-text {

  color: #E6EFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ui-sent-boton {
  width: 180px;
  cursor: pointer;
  background-color: #D21E1E;
  border-radius: 15px;
  color: #23272E;
  box-shadow: rgba(8, 64, 120, 0.3) 0px 4px 6px, rgba(13, 61, 110, 0.2) 0px 8px 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  margin-bottom: 30px;
}
.ui-sent-boton:hover {
  opacity: 0.7;
}

/* ---------------------------------- UI - FORMS ---------------------------------- */
.ui-form-line {
  border-top: 1px solid #CFDAEE;
}
.ui-form-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 0px 30px;
}
.ui-form-tag {

  font-size: 14px;
  font-weight: 700;
  color: #23272E;
}
.ui-form-field input {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.ui-form-field input {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.ui-form-field {
  border: 1px dashed #7686a2;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 10px 0px 20px 0px;
  background-color: #EFF5FF;
}
.ui-form-field-agenda {
  border: 1px dashed #7686a2;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0px;
  background-color: none;
  font-size: 16px;
  color: #FFFFFF;
}
.ui-form-field-agenda input {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.ui-form-field textarea {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #23272E;
}
.ui-form-field-agenda textarea {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.agendaItem-abstract textarea {
  width: 100%;
  border: 1px dashed #7686a2;
  background: none;
  font-size: 14px;
  font-weight: 500;
}
.ui-form-acepto {
  
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-decoration: none !important;
}
.ui-form-acepto a:link {
  
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-decoration: none !important;
}
.ui-form-acepto a:visited {
  
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-decoration: none !important;
}
.ui-form-acepto a:hover {
  
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-decoration: underline !important;
}
.ui-form-acepto a:active {
  
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #23272E !important;
  text-decoration: none !important;
}
.acepto.link {
  text-decoration: underline !important;
  color: #23272E !important;
  
  font-size: 14px !important;
  font-weight: 700;
}
.ui-form-boton1 {
  width: 180px;
  background-color: #D21E1E !important;
  border-radius: 15px;
  color: #EFF5FF;
  box-shadow: rgba(8, 64, 120, 0.3) 0px 4px 6px, rgba(13, 61, 110, 0.2) 0px 8px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  border: 0px;
}
.ui-form-boton1 a:hover {
  text-decoration: underline !important;
}
.ui-page-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 0px 30px;
}
.ui-card-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ui-form-field-prensa {
  border: 1px dashed #7686a2;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 10px 0px 20px 0px;
  background-color: #EFF5FF;
}

/* ----- FAQ ----- */
.faq-wrapper {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .faq-wrapper {
    max-width: 700px;
    margin: 0px auto;
  }
}
.faq-item {
  background-color: #EFF5FF;
  box-shadow: rgba(30, 45, 60, 0.1) 0px 4px 6px, rgba(30, 45, 60, 0.2) 0px 4px 12px;
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
.ss_pregunta {
  color: #23272E;
  font-size: 16px;
  font-weight: 600;
}
.ss_respuesta {
  display: none;
  color: #23272E !important;
  font-size: 16px;
  font-weight: 500;
}
.ss_respuesta a:link, a:active, a:visited {
  color: #23272E !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
}
.ss_respuesta a:hover {
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 16px;
  color: #23272E !important;
}
.faq-section-title {
  margin: 30px 0px 15px 0px;
  color: #23272E;
  font-size: 20px;
  font-weight: 700;
}

/* ---------------------------------- Galeria  ---------------------------------- */
.galeria-screen-wrapper {
  padding: 20px;
}
.galeria-screen {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.galeria-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.galeria-screen-flex {
  max-width: 640px;
  margin: 0px auto;
  box-shadow: rgba(17, 17, 26, 0.9) 0px 4px 6px, rgba(17, 17, 26, 0.6) 0px 8px 14px;
}
.galeria-pie {
  color: #121E2A;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}
.galeria-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 0px;
}
.galeria-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.galeria-item {
  width: 46%;
  margin: 10px 3px 70px 3px;
  padding: 5px;
  box-sizing: border-box;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .galeria-item {
    width: 280px;
    padding: 8px;
    height: 200px;
  }
}
.galeria-item img {
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(30, 45, 60, 0.2) 0px 8px 14px;
  border-radius: 10px;
  margin-bottom: 4px;
  border: 1px solid #181C24;
}
.galeria-item-title {
  color: #23272E;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .galeria-item-title {
    width: 100%;
  }
}
.galeria-item-autor {
  color: #7686a2;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}
.galeria-item a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
.boleteria-wrapper {
  max-width: 900px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.boleteria-item-on {
  width: 80%;
  background-color: #23272E;
  border-radius: 15px;
  border: 2px solid #18242f;
  margin: 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(30, 45, 60, 0.2) 0px 8px 14px;
  padding: 20px 30px;
}

@media screen and (min-width: 768px) {
  .boleteria-item-on {
    width: 300px;
    padding: 20px;
  }
}
.boleteria-item-off {
  width: 80%;
  background-color: #EFF5FF;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  margin: 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(30, 45, 60, 0.2) 0px 8px 14px;
  padding: 20px 30px;
}

@media screen and (min-width: 768px) {
  .boleteria-item-off {
    width: 300px;
    padding: 20px;
  }
}
.boleteria-title-on {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.boleteria-title-off {
  text-align: center;
  color: #23272E;
  font-size: 20px;
  font-weight: 700;
}
.boleteria-fechas-on {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.boleteria-fechas-off {
  text-align: center;
  color: #23272E;
  font-size: 12px;
  font-weight: 400;
}
.boleteria-marco-on {
  background-color: #181C24;
  margin: 10px 0px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #57595c;
}
.boleteria-marco-off {
  margin: 10px 0px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #979797;
}
.boleteria-marco-titulo-on {
  text-align: center;
  color: #E6EFFF;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.boleteria-marco-titulo-off {
  text-align: center;
  color: #23272E;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.boleteria-marco-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boleteria-dias-on {
  color: #fff;
  font-size: 13px;
}
.boleteria-dias-off {
  color: #23272E;
  font-size: 13px;
}
.boleteria-dias-off span {
  font-size: 10px;
}
.boleteria-precio-on {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.boleteria-precio-off {
  color: #23272E;
  font-size: 13px;
  font-weight: 600;
}
.boleteria-precio-off span {
  font-size: 10px;
}
.boleteria-pie1-on {
  color: #fff;
  font-size: 10px;
  text-align: left;
}
.boleteria-pie1-off {
  color: #23272E;
  font-size: 10px;
  text-align: left;
}
.boleteria-boton-on {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 20px;
  background-color: #D21E1E;
  border-radius: 90px;
  text-align: center;
  margin: 10px 0px;
}
.boleteria-boton-off {
  color: #121E2A;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 20px;
  border: 1px solid #979797;
  border-radius: 90px;
  text-align: center;
  margin: 10px 0px;
}
.boleteria-item-on a:link, a:active, a:visited {
  text-decoration: none;
}
.boleteria-item-on a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}
.boleteria-pie2-on {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.boleteria-pie2-off {
  color: #23272E;
  font-size: 11px;
  text-align: center;
}
.boleteria-ticket-item {
  width: 250px;
  margin: 20px;
}

/* ------ 7/70 ------ */
.info-770-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 0px 30px;
}
.info-770-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .info-770-items {
    flex-direction: row;
  }
}
.info-770-item {
  width: 95%;
  margin: 30px 0px;
}

@media screen and (min-width: 768px) {
  .info-770-item {
    width: 400px;
  }
}
.info-770-subtitle {
  color: #23272E;
  font-size: 16px;
  font-weight: 500;
}

/* ------ Guia ------ */
.guia-card-item {
  width: 100%;
  background-color: #EFF5FF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin: 40px 20px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .guia-card-item {
    width: 350px;
  }
}
.guia-card-columna-izq {
  width: 100%;
  position: relative;
}
.guia-card-columna-izq img {
  width: 120px;
  position: absolute;
  top: -60px;
}
.guia-card-columna-der {
  width: 80%;
  height: 120px;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}
.guia-card-columna-der ul li:nth-child(1) {
  color: #23272E;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
}
.guia-card-columna-der ul li:nth-child(2) {
  color: #23272E;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

/* ------ Geografia ------ */
.geografia-cards-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
}
.geografia-cards-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.geografia-card-item {
  width: 90%;
  margin: 30px 20px;
}

@media screen and (min-width: 768px) {
  .geografia-card-item {
    width: 250px;
  }
}
.geografia-cards-items img {
  border-radius: 10px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  margin-bottom: 10px;
}
.geografia-card-title {

  color: #23272E;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.geografia-card-subtitle-1 {

  color: #7686a2;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.geografia-card-subtitle-2 {

  color: #23272E;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.geografia-card-texto {

  color: #7686a2;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

/* ------ programacion ------ */
.programacion-cards-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
}
.programacion-cards-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.programacion-card-item {
  width: 90%;
  margin: 30px 20px;
}

@media screen and (min-width: 768px) {
  .programacion-card-item {
    width: 250px;
  }
}
.programacion-cards-items img {
  border-radius: 10px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  margin-bottom: 10px;
}
.programacion-card-title {

  color: #23272E;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.programacion-card-subtitle-2 {

  color: #7686a2;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.programacion-card-texto {

  color: #7686a2;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
.programacion-boton {
  width: 100%;
  padding: 15px 10px;
  margin: 10px auto 20px auto;
  background-color: #D21E1E;
  color: #EFF5FF !important;
  
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  border-radius: 20px;
  text-align: center;
}
.programacion-boton a:link {
  color: #EFF5FF !important;
  
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: none !important;
}
.programacion-boton a:visited {
  color: #EFF5FF !important;
  
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: none !important;
}
.programacion-boton a:hover {
  color: #EFF5FF !important;
  
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: underline !important;
}
.programacion-boton a:active {
  color: #EFF5FF !important;
  
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: none !important;
}

/* ------ programacion Item------ */
.programacion-intems-wrapper {
  max-width: 900px;
  margin: 0px auto;
}
.programacionItem-lugar-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.programacionItem-lugar-imagen img {
  width: 90%;
  border-radius: 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
}

@media screen and (min-width: 768px) {
  .programacionItem-lugar-imagen img {
    width: 350px;
  }
}
.programacion-filtro {
  color: #23272E !important;
  
  font-weight: 500 !important;
  font-size: 24px !important;
  text-align: center;
}
.programacion-filtros-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.program-filtros-dia {
  margin: 10px;
  box-shadow: rgba(8, 64, 120, 0.3) 0px 4px 6px, rgba(13, 61, 110, 0.2) 0px 8px 14px;
  border: #7686a2 1px solid;
  background-color: #EFF5FF;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  color: #23272E !important;
  
  font-weight: 500 !important;
  font-size: 18px !important;
}
.program-filtros-dia:hover {
  background-color: #FFFFFF;
}
.progDia {
  
  color: #D21E1E;
  font-size: 45px !important;
  font-weight: 1000 !important;
}
.program-actividad-card {
  max-width: 600px;
  margin: 30px;
  background-color: #EFF5FF;
  border-radius: 10px;
  box-shadow: rgba(8, 64, 120, 0.3) 0px 4px 6px, rgba(13, 61, 110, 0.2) 0px 8px 14px;
  padding: 30px;
}
.program-actividad-dia {
  text-align: right;
  color: #363C48;
  font-size: 16px;
  font-weight: 600;
}
.program-actividad-hora {
  margin: 10px 0px;
  color: #363C48;
  font-size: 26px;
  font-weight: 600;
}
.program-actividad-titulo {
  color: #363C48;
  font-size: 16px;
  font-weight: 600;
}
.program-actividad-abstract {
  color: #363C48;
  font-size: 16px;
  font-weight: 300;
}
.program-actividad-lugar {
  color: #363C48;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.program-actividad-pabellon {
  color: #363C48;
  font-size: 14px;
  font-weight: 400;
}
.program-actividad-wrapper-center {
  max-width: 600px;
  margin: 0px auto;
}
.multiverso-cards-wrapper {
  max-width: 950px;
  margin: 0px auto;
}
.convocatorias-cards-wrapper {
  max-width: 850px;
  margin: 0px auto;
}
.multiverso-cards-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.multiverso-cards-item {
  margin: 10px 3px 10px 3px;
  padding: 5px 40px;
}

@media screen and (min-width: 768px) {
  .multiverso-cards-item {
    width: 180px;
    padding: 8px;
  }
}
.multiverso-cards-item img {
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border-radius: 15px;
}
.multiversoItem-wrapper {
  max-width: 950px;
  margin: 0px auto;
}
.multiverso-soloItem-elements {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
}
.multiverso-soloItem-imagen {
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  .multiverso-soloItem-imagen {
    width: 350px;
  }
}
.multiverso-soloItem-imagen img {
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border-radius: 30px;
}
.multiverso-soloItem-Textos {

  font-size: 16px;
  color: #E6EFFF;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .multiverso-soloItem-Textos {
    width: 400px;
  }
}
.multiverso-soloItem-element-title {

  font-size: 20px;
  color: red;
  margin-bottom: 10px;
  font-weight: 700;
}
.multiverso-soloItem-element-texto {

  font-size: 14px;
  color: #E6EFFF;
}

@media screen and (min-width: 768px) {
  .multiverso-soloItem-Textos {
    font-size: 14px;
  }
}
.multiverso-soloItem-element-boton {
  background-color: #D21E1E;
  padding: 7px 10px;
  width: 200px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.multiverso-soloItem-element-boton a:link {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.multiverso-soloItem-element-boton a:visited {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.multiverso-soloItem-element-boton a:hover {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: underline !important;
}
.multiverso-soloItem-element-boton a:active {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.subMultiverso-soloItem-element-boton {
  padding: 7px 10px;
  width: 200px;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 20px;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.subMultiverso-soloItem-element-boton:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.subMultiverso-soloItem-element-boton a:link {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.subMultiverso-soloItem-element-boton a:visited {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.subMultiverso-soloItem-element-boton a:hover {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: underline !important;
}
.subMultiverso-soloItem-element-boton a:active {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  
  text-decoration: none !important;
}
.seccion-home {
  margin: 40px 0px;
  padding: 50px 0px;
}
.seccion-home:nth-child(even) {
  background-color: #181C24;
}
.seccion-subHome {
  margin: 40px 0px;
  padding: 50px 0px;
}

/* Home Flickity-Banner */
.flickity-banner img {
  display: block;
  height: 400px;
  border-radius: 20px;
  margin: 0px 10px 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border: 1px solid #7686a2;
}

@media screen and (min-width: 768px) {
  .flickity-banner img {
    height: 500px;
    border-radius: 20px;
    margin: 0px 10px 30px 10px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
    border: 1px solid #7686a2;
  }
}
.flickity-banner .flickity-page-dots {
  bottom: -20px;
}
.flickity-banner .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-banner .flickity-page-dots .dot.is-selected {
  background: white;
}

/* Home Flickity-Galeria */
.flickity-galeria img {
  display: block;
  height: 200px;
  border-radius: 10px;
  margin: 0px 5px 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border: 1px solid #7686a2;
}

@media screen and (min-width: 768px) {
  .flickity-galeria img {
    height: 200px;
    border-radius: 10px;
    margin: 0px 5px 20px 5px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
    border: 1px solid #7686a2;
  }
}
.flickity-galeria .flickity-page-dots {
  bottom: -40px;
}
.flickity-galeria .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-galeria .flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-galeria a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
.home-netflix-item {
  padding: 0px 20px;
  width: 300px;
}
.home-netflix-title {

  color: #E6EFFF;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.home-netflix-subtitle {

  color: #7686a2;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
}

/* Home Flickity-Info */
.flickity-info img {
  display: block;
  height: 300px;
  border-radius: 20px;
  margin: 0px 10px 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border: 1px solid #7686a2;
}

@media screen and (min-width: 768px) {
  .flickity-info img {
    height: 300px;
    border-radius: 20px;
    margin: 0px 10px 30px 10px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
    border: 1px solid #7686a2;
  }
}
.flickity-info .flickity-page-dots {
  bottom: -20px;
}
.flickity-info .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-info .flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-info a:last-child {
  margin-right: 30px;
}

/* Home Flickity-invitados */
.flickity-invitados img {
  display: block;
  height: 300px;
  border-radius: 20px;
  margin: 0px 15px 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border: 1px solid #7686a2;
}

@media screen and (min-width: 768px) {
  .flickity-invitados img {
    height: 300px;
    border-radius: 20px;
    margin: 0px 5px 30px 5px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
    border: 1px solid #7686a2;
  }
}
.flickity-invitados .flickity-page-dots {
  bottom: -20px;
}
.flickity-invitados .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-invitados .flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-invitados a:last-child {
  margin-right: 30px;
}

/* Home Flickity-Multiverso */
.flickity-multiverso img {
  display: block;
  height: 250px;
  margin: 0px 10px 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border: 0px solid #7686a2;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .flickity-multiverso img {
    height: 250px;
    margin: 0px 10px 30px 10px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
    border: 0px solid #7686a2;
    border-radius: 25px;
  }
}
.flickity-multiverso .flickity-page-dots {
  bottom: -20px;
}
.flickity-multiverso .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-multiverso .flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-multiverso a:last-child {
  margin-right: 40px;
}

/* Home Flickity-boleteria */
.flickity-boleteria img {
  display: block;
  height: 400px;
  margin: 0px 10px 30px 10px;
}

@media screen and (min-width: 768px) {
  .flickity-boleteria img {
    height: 450px;
    margin: 0px 15px 30px 15px;
  }
}
.flickity-boleteria .flickity-page-dots {
  bottom: -20px;
}
.flickity-boleteria .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-boleteria .flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-boleteria a:last-child {
  margin-right: 50px;
}

/* Home Flickity-Agenda */
.flickity-agenda img {
  display: block;
  height: 250px;
  border-radius: 20px;
  margin: 0px 5px 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border: 1px solid #7686a2;
}

@media screen and (min-width: 768px) {
  .flickity-agenda img {
    height: 250px;
    border-radius: 20px;
    margin: 0px 5px 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
    border: 1px solid #7686a2;
  }
}
.flickity-agenda .flickity-page-dots {
  bottom: -40px;
}
.flickity-agenda .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-agenda .flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-agenda a:link, a:active, a:visited {
  text-decoration: none !important;
}
.flickity-agenda a:hover {
  text-decoration: underline !important;
}
.home-agenda-textos {
  width: 180px;
  margin: 5px auto 0px auto;
}

/* Home Bloques */
hr.home-line {
  border: 1px solid #D21E1E;
  width: 70%;
}

@media screen and (min-width: 768px) {
  hr.home-line {
    width: 60%;
  }
}
.home-block-intros {
  width: 100%;
  padding: 0px 30px 0px 20px;
}

@media screen and (min-width: 768px) {
  .home-block-intros {
    padding: 0px 30px 0px 40px;
  }
}
.home-block-intros-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
.home-block-intros-wrapper a:link, a:visited, a:hover, a:active {

  color: #E6EFFF !important;
  text-decoration: none !important;
/*  font-size: 16px !important;*/
/*  font-weight: 600;*/
}
.home-block-intros-wrapper img {
  margin-left: 6px;
}

/* Home Ads */
.home-ad-wrapper {
  max-width: 800px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .home-ad-wrapper {
    flex-direction: row;
  }
}
.home-ad-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-left: 3px solid #D21E1E;
  padding: 5px 0px 5px 20px;
}
.subHome-ad-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-left: 3px solid #FFFFFF;
  padding: 5px 0px 5px 20px;
}
.home-ad-title-title-0 {

  color: #E6EFFF;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: left;
}
.home-ad-title-title-1 {

  color: #E6EFFF;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: left;
}
.home-ad-title-title-2 {

  color: #D21E1E;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}
.home-ad-title-title-3 {

  color: #E6EFFF;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.home-ad-title-boton {
  width: 180px;
  font-size: 18px !important;
  font-weight: 500;
  color: #E6EFFF;
  background-color: #D21E1E;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;
  margin: 10px 0px 0px 0px;
  text-decoration: none !important;
}
.home-ad-title-boton a:link {

  font-size: 18px !important;
  font-weight: 500;
  color: #E6EFFF;
}
.home-ad-title-boton a:visited {

  font-size: 18px !important;
  font-weight: 500;
  color: #E6EFFF;
}
.home-ad-title-boton a:hover {

  font-size: 18px !important;
  text-decoration: underline !important;
  font-weight: 500;
  color: #E6EFFF;
}
.home-ad-title-boton a:active {

  font-size: 18px !important;
  font-weight: 500;
  color: #E6EFFF;
}
.home-ad-texto {
  width: 300px;
  color: #E6EFFF;
  font-size: 15px;
  font-weight: 500;
  margin: 30px 50px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .home-ad-texto {
    width: 400px;
  }
}
.home-ad-boton {
  width: 200px;
  margin: 0px auto;
  background-color: #D21E1E;
  border-radius: 10px;
  color: #23272E;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}

@media screen and (min-width: 768px) {
  .home-ad-boton {
    width: 250px;
  }
}
.home-ad-boton:hover {
  opacity: 0.7;
}
.home-ad-wrapper a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
/*  font-size: 14px;*/
/*  font-weight: 600;*/
}

hr.home-ads {
  border: 1px solid #E6EFFF;
  width: 70%;
}

@media screen and (min-width: 768px) {
  hr.home-ads {
    width: 40%;
  }
}
.netflix-ver-todos img {
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  border-radius: 10px;
  margin: 10px;
  border: 1px solid #7686a2;
}

@media screen and (min-width: 768px) {
  .netflix-ver-todos img {
    width: 250px;
  }
}
/* NETFLIX HOME */
.flickity-netflix-home img {
  width: 200px;
  display: block;
}
.flickity-netflix-home .flickity-page-dots {
  bottom: -40px;
}
.flickity-netflix-home .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-netflix-home .flickity-page-dots .dot.is-selected {
  background: white;
}
.agenda-item-home-wrapper {
  position: relative;
}
.agenda-elements {
  position: relative;
  margin: 10px;
}
.agenda-item-home-element-top {
  position: absolute;
  top: 0px;
  z-index: 500;
}
.agenda-item-home-element-top img {
  border-radius: 10px 10px 0px 0px;
}
.agenda-item-home-element-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 500;
}
.agenda-item-home-element-top img {
  border-radius: 10px 10px 0px 0px;
}
.agenda-item-home-element-bottom img {
  border-radius: 0px 0px 10px 10px;
}
.agenda-item-home-element-background {
  position: relative;
  top: 0px;
  z-index: 100;
}
.agenda-item-home-element-background img {
  border-radius: 10px;
  box-shadow: rgb(0, 0, 0) 0px 4px 6px;
}
.agenda-item-home-element-title {
  width: 100%;
  position: absolute;
  bottom: 16px;
  padding: 0px 5px;
  color: #ffffff !important;
  
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-align: center;
  z-index: 1000;
  text-shadow: rgb(0, 0, 0) 0px 4px 6px;
}

@media screen and (min-width: 768px) {
  .agenda-item-home-element-title {
    bottom: 25px;
    font-size: 14px !important;
  }
}
.agenda-item-home-element-tipo {
  width: 100%;
  position: absolute;
  bottom: 5px;
  color: #ffffff !important;
  
  font-style: italic;
  font-size: 10px !important;
  font-weight: 400 !important;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 0px 4px 6px;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .agenda-item-home-element-tipo {
    bottom: 10px;
    font-size: 11px !important;
  }
}
.agenda-home-item-mas img {
  border-radius: 10px;
  box-shadow: rgb(0, 0, 0) 0px 4px 6px;
  margin: 10px;
}
.home-block-intros-title {

  color: #E6EFFF !important;
  font-size: 18px;
  font-weight: 500;
}
.home-block-intros-title a:link {
  text-decoration: none;
  color: #E6EFFF !important;
}
.home-block-intros-title a:active {
  text-decoration: none;
  color: #E6EFFF !important;
}
.home-block-intros-title a:visited {
  text-decoration: none;
  color: #E6EFFF !important;
}
.home-block-intros-title a:hover {
  text-decoration: underline;
  color: #E6EFFF !important;
}
.home-block-intros-subtitle {

  color: #7686a2;
  font-size: 14px;
  font-weight: 500;
}
.subHome-block-intros-subtitle {

  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}
.home-seccion-lickity {
  max-width: 1000px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .home-seccion-lickity {
    flex-direction: row;
  }
}
.seccion-lickity-textos {
  width: 300px;
  margin-left: 20px;
}
.seccion-lickity-pastillas {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .seccion-lickity-pastillas {
    border-left: #838383 1px solid;
    border-right: #838383 1px solid;
    padding: 20px 0px;
    margin-left: 30px;
  }
}
/* Home FAQs*/
.home-faq-item {
  border: 1px solid #838383;
  border-radius: 20px;
  color: #EFF5FF;
  margin: 10px 20px;
  padding: 20px;
  cursor: pointer;
}
.home-faq-item-boton {
  border: 1px solid #838383;
  border-radius: 20px;
  background-color: #D21E1E;
  color: #EFF5FF;
  margin: 10px 20px;
  padding: 20px;
}
.home-faq-item-boton a:link, a:active, a:visited {
  color: #EFF5FF;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
}
.home-ss_pregunta {
  color: #EFF5FF;
  font-size: 18px;
  font-weight: 500;
}
.home-ss_respuesta {
  color: #EFF5FF;
  font-size: 18px;
  font-weight: 500;
}
.home-ss_pregunta {
  color: #EFF5FF;
  font-size: 16px;
  font-weight: 600;
}
.home-ss_respuesta {
  display: none;
  color: #EFF5FF;
  font-size: 16px;
  font-weight: 500;
}
.home-ss_respuesta a:link, a:active, a:visited {
  color: #EFF5FF;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
}
.home-ss_respuesta a:hover {
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 16px;
  color: #EFF5FF;
}
.seccion-home-tag {
  width: 90%;
  margin: 30px auto;
  border: 2px solid #838383;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.seccion-home-tag:hover {
  background-color: rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .seccion-home-tag {
    width: 700px;
    padding: 40px;
  }
}
.home-tag-texts {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 20px;
  border-left: #D21E1E 3px solid;
}
.seccion-home a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
.home-tag-text-1 {
  color: #EFF5FF;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}
.home-tag-text-2 {
  color: #EFF5FF;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
}
.seccion-home-tag img {
  width: 60px;
}

@media screen and (min-width: 768px) {
  .seccion-home-tag img {
    width: 90px;
  }
}
.home-hero-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .home-hero-wrapper {
    flex-direction: row;
  }
}
.home-hero-left {
  margin: 0px 0px 0px 0px;
}

@media screen and (min-width: 768px) {
  .home-hero-left {
    margin: 0px 30px 0px 0px;
  }
}
.home-hero-left img {
  width: 300px;
  border-radius: 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  border: #7686a2 1px solid;
}
.home-hero-right {
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .home-hero-right {
    width: 750px;
  }
}
.home-hero-datos {
  margin: 40px 0px 0px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .home-hero-datos {
    margin: 40px 0px 0px 0px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .home-hero-right {
    width: 650px;
  }
}
.home-datos-par {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.home-datos-numero {
  color: #D21E1E;
  font-weight: 700;
  font-size: 40px;
  margin-right: 5px;
}
.subHome-datos-numero {
  color: #D21E1E;
  font-weight: 700;
  font-size: 40px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .home-datos-numero {
    font-size: 40px;
  }
}
.home-datos-texto {
  color: #EFF5FF;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .home-datos-texto {
    font-size: 15px;
  }
}
.home-ad-title-title-4 {

  color: #E6EFFF;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.home-hero-boton {
  width: 300px;
  padding: 20px 30px;
  margin: 40px auto 0px auto;
  background-color: #D21E1E;
  color: #EFF5FF;
  font-weight: 500 !important;
  font-size: 20px;
  border-radius: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home-hero-boton {
    margin: 40px 0px 0px 0px;
  }
}
.home-hero-boton:hover {
  opacity: 80%;
}
.home-hero-boton a:link {
  
  color: #EFF5FF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}
.home-hero-boton a:visited {
  
  color: #EFF5FF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}
.home-hero-boton a:hover {
  
  color: #EFF5FF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}
.home-hero-boton a:active {
  
  color: #EFF5FF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

/* Home Flickity-Banner */
.flickity-strip {
  width: 100vw;
}
.flickity-strip img {
  height: 200px;
  margin: 0px 5px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
}

@media screen and (min-width: 768px) {
  .flickity-strip img {
    height: 250px;
  }
}
.home-galeria-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
}

/* ------ PRENSA ------ */
.prensa-card-wrapper {
  max-width: 900px;
  margin: 0px auto;
}
.prensa-card-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.prensa-card-item {
  width: 85%;
  background-color: #EFF5FF;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  margin: 20px;
  padding: 20px 30px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .prensa-card-item {
    width: 350px;
  }
}
.prensa-card-item img {
  margin: 20px 0px 0px 0px;
}
.prensa-card-title {

  text-align: center;
  color: #23272E;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
.prensa-card-text {
  height: 75px;
  text-align: left;
  color: #181C24;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
}
.prensa-card-item:hover {
  opacity: 0.9;
  cursor: pointer;
}
.prensa-card-item a:link, a:active, a:visited {
  text-decoration: none !important;
}

/* ------ PRENSA ------ */
/* ------ AGENDA --------*/
.agenda-search-box {
  width: 90%;
  margin: 0px auto;
  border: 1px solid #E6EFFF;
  border-radius: 30px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .agenda-search-box {
    width: 600px;
  }
}
.agenda-search-field input {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #EFF5FF;
  margin-left: 10px;
}
.agenda-search-icon {
  background-color: #EFF5FF;
  padding: 3px 10px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.agenda-search-icon img {
  width: 40px;
}
.search-box-legent {
  color: #E6EFFF;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 10px;
}

@media screen and (min-width: 768px) {
  .search-box-legent {
    font-size: 12px;
  }
}
.agenda-search-resultado {
  color: #E6EFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.agenda-search-resultado span {
  font-weight: 900;
}
.agenda-filtros-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.agenda-filtros-items {
  width: 65px;
  margin: 0px 10px;
  cursor: pointer;
}
.agenda-filtros-text {
  color: #E6EFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.agenda-filtros-filtros {
  max-width: 400px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .agenda-filtros-filtros {
    max-width: 900px;
  }
}
.agenda-filtros-item {
  width: 120px;
  margin: 5px;
  border-radius: 10px;
  border: 1px solid #EFF5FF;
  color: #E6EFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}
.agenda-filtros-item:hover {
  background-color: #181C24;
}
.agenda-filtros-item span {
  color: #D21E1E;
  font-size: 30px;
  font-weight: 900;
}
.agenda-filtros-block {
  display: none;
}
.agenda-filtros-filtros a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
.agenda-wrapper {
  max-width: 900px;
  margin: 0px auto;
}
.agenda-cards {
  list-style-type: none;
}
.agenda-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.agenda-item {
  width: 150px;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .agenda-item {
    width: 240px;
    margin: 20px;
  }
}
.agenda-item a:link, a:active, a:visited {
  text-decoration: none !important;
}
.agenda-item a:hover {
  text-decoration: underline !important;
}
.agenda-card-img img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
}
.agenda-textos {
  height: 60px;
  padding: 0px 3px;
}
.agenda-title {
  color: #EFF5FF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0px 1px 0px;
}
.agenda-tipo {
  color: #94A0B7;
  font-size: 14px;
  font-weight: 600;
}
.agendaItem-wrapper {
  max-width: 900px;
  margin: 0px auto 150px auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .agendaItem-wrapper {
    flex-wrap: nowrap;
  }
}
.agendaItem-imagen {
  width: 100%;
  margin: 0px 20px;
}

@media screen and (min-width: 768px) {
  .agendaItem-imagen {
    width: 500px;
  }
}
.agendaItem-textos {
  width: 100%;
  margin-bottom: 5px;
  margin: 0px 20px;
}

@media screen and (min-width: 768px) {
  .agendaItem-textos {
    width: 500px;
  }
}
.agendaItem-title {
  color: #EFF5FF;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.agendaItem-tipo {
  color: #94A0B7;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.agendaItem-abstract {
  color: #EFF5FF;
  font-size: 16px;
  font-weight: 400;
}
.agendaItem-infoTitle {
  color: #94A0B7;
  font-size: 16px;
  font-weight: 400;
}
.agendaItem-infoText {
  color: #EFF5FF;
  font-size: 16px;
  font-weight: 400;
}
.agendaItem-infoText a:link, a:active, a:visited {
  text-decoration: none !important;
  color: #EFF5FF;
  font-size: 16px;
  font-weight: 400;
}
.agendaItem-infoText a:hover {
  text-decoration: underline !important;
  color: #EFF5FF !important;
  
  font-size: 16px !important;
  font-weight: 400 !important;
}

/* ------ DESTACADOS --------*/
.destacadoItem-title {
  color: #23272E;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.destacadoItem-tipo {
  color: #94A0B7;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.destacadoItem-abstract {
  color: #23272E;
  font-size: 16px;
  font-weight: 400;
}
.destacadoItem-infoTitle {
  color: #94A0B7;
  font-size: 16px;
  font-weight: 400;
}
.destacadoItem-infoText {
  color: #23272E;
  font-size: 16px;
  font-weight: 400;
}
.destacadoItem-infoText a:link, a:active, a:visited {
  text-decoration: none;
  color: #23272E;
  font-size: 16px;
  font-weight: 400;
}
.destacadoItem-infoText a:hover {
  text-decoration: underline !important;
  color: #23272E !important;
  
  font-size: 16px !important;
  font-weight: 400 !important;
}
.agendaItem-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.destacado-verMas {
  width: 250px;
  background-color: #23272E;
  color: #EFF5FF;
  
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 10px;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
}
.destacado-verMas a:link, a:active, a:visited {
  text-decoration: none;
  color: #EFF5FF !important;
  
  font-size: 16px !important;
  font-weight: 400 !important;
}
.destacado-verMas a:hover {
  text-decoration: underline !important;
  color: #EFF5FF !important;
  
  font-size: 16px !important;
  font-weight: 400 !important;
}
.destacado-item {
  margin: 0px 5px;
  width: 200px;
  height: 400px;
}
.destacado-item a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
.back-agendaX {
  width: 250px;
  color: #EFF5FF !important;
  background-color: #D21E1E;
  
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
}
.back-agendaX:hover {
  opacity: 0.7;
}
.back-agendaX a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
  color: #EFF5FF !important;
  
/*  font-size: 16px !important;*/
}

/* Agenda X */
.agenda-item-wrapper {
  position: relative;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .agenda-item-wrapper {
    margin: 20px;
  }
}
.agenda-elements {
  position: relative;
}
.agenda-item-element-top {
  position: absolute;
  top: 0px;
  z-index: 500;
}
.agenda-item-element-top img {
  border-radius: 10px 10px 0px 0px;
}
.agenda-item-element-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 500;
}
.agenda-item-element-bottom img {
  border-radius: 10px 10px 0px 0px;
}
.agenda-item-element-background {
  width: 150px;
  position: relative;
  top: 0px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .agenda-item-element-background {
    width: 240px;
  }
}
.agenda-item-element-background img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
}
.agenda-item-element-title {
  width: 100%;
  position: absolute;
  bottom: 16px;
  padding: 0px 5px;
  color: #ffffff !important;
  
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-align: center;
  z-index: 1000;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
}

@media screen and (min-width: 768px) {
  .agenda-item-element-title {
    bottom: 30px;
    font-size: 14px !important;
  }
}
.agenda-item-element-tipo {
  width: 100%;
  position: absolute;
  bottom: 5px;
  color: #ffffff !important;
  
  font-style: italic;
  font-size: 10px !important;
  font-weight: 400 !important;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .agenda-item-element-tipo {
    bottom: 15px;
    font-size: 11px !important;
  }
}
/* Agenda Item */
.agenda-soloItem-wrapper {
  position: relative;
  padding: 0px 20px;
}
.agenda-soloItem-elements {
  position: relative;
}
.agenda-item-element-top {
  position: absolute;
  top: 0px;
  left: 0px;
}
.agenda-item-element-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.agenda-soloItem-background img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
}
.agenda-soloItem-element-title {
  width: 100%;
  position: absolute;
  padding: 0px 20px;
  bottom: 40px;
  color: #ffffff !important;
  
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  z-index: 1000;
}
.agenda-soloItem-element-tipo {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #ffffff !important;
  
  font-style: italic;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  z-index: 1000;
  opacity: 0.7;
}

/*  Flicky */
/* Home Flickity-Multiverso */
.flickity-todos img {
  display: block;
  width: 150px;
}
.flickity-todos .flickity-page-dots {
  bottom: -40px;
}
.flickity-todos .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #838383;
  border: 0px solid white;
}
.flickity-todos .flickity-page-dots .dot.is-selected {
  background: white;
}

/* Agenda Item */
/*----- Mensajeria Poster -----*/
.mensajeria-poster-wrapper {
  max-width: 800px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensajeria-poster-columnA {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-columnA {
    width: 60%;
    height: 500px;
  }
}
.mensajeria-poster-columnB {
  width: 60%;
  height: 100%;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-columnB {
    width: 40%;
    padding-left: 20px;
    height: 500px;
  }
}
.mensajeria-poster-columnB img {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-columnB img {
    width: 90%;
  }
}
.mensajeria-poster-tag-wrapper {
  width: 90px;
  background-color: #23272E;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-tag-wrapper {
    width: 215px;
    height: 80px;
    flex-direction: row;
  }
}
.mensajeria-poster-tag-icon {
  width: 80px;
  height: 85px;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-tag-icon {
    width: 65px;
    height: 80px;
    border-radius: 16px 0px 0px 16px;
  }
}
.mensajeria-poster-tag-sofa {
  width: 90px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-tag-sofa {
    width: 130px;
    height: 65px;
    padding: 20px;
  }
}
.mensajeria-poster-text {
  width: 100%;
  padding: 0px 0px 0px 20px;
  color: #23272E;
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .mensajeria-poster-text {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0px 0px 40px;
  }
}
/*----- Mensajeria -----*/
.mensajeria-boton-wrapper {
  width: 90%;
  margin: 0px auto;
}
.mensajeria-download-wrapper {
  width: 90%;
  margin: 0px auto;
}

@media screen and (min-width: 768px) {
  .mensajeria-boton-wrapper {
    width: 350px;
  }
}
.mensajeria-boton {
  width: 100%;
  margin: 0px auto;
  background-color: #33a306;
  border-radius: 10px;
  color: #EFF5FF;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  text-align: center;
  font-size: 16px;
/*  font-weight: 600;*/
  padding: 10px 20px 10px 20px;
}
.mensajeria-boton-wrapper a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
/*  font-size: 14px;*/
/*  font-weight: 600;*/
}
.mensajeria-download-wrapper img {
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  background-color: #23272E;
  padding: 10px;
}
.mensajeria-pie {

  color: #E6EFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px;
}
.mensajeria-download-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensajeria-download-wrapper img {
  margin: 0px 10px;
}

/*---- Mensajeria QRs ----*/
.mensajeria-poster-call-wrapper a {
  width: 285px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #23272E;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 4px 6px, rgba(0, 0, 0, 0.7) 0px 8px 14px;
  margin: 30px 0px;
}
.poster-columnA {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}
.mensajeria-poster-call-text {
  width: 185px;
  height: 95px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensajeria-poster-call-qr {
  width: 100px;
  height: 95px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensajeria-poster-pie {

  color: #23272E;
  text-align: right;
  font-size: 16px;
  margin: 20px 0px;
  font-weight: 600;
}
.mensajeria-poster-download-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.mensajeria-poster-download-app ul {
  width: 200px;
  height: 80px;
  background-color: #23272E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0px 10px;
  border-radius: 5px;
  padding: 10px;
}
.mensajeria-poster-download-app ul li:nth-child(1) {
  width: 120px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensajeria-poster-download-line {
  width: 2px;
  height: 60px;
  background-color: #7686a2;
  margin: 0px 4px;
}
.mensajeria-poster-download-app ul li:nth-child(3) {
  width: 70px;
  height: 80px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensajeria-poster-download-app ul {
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
}
.subBody-subdominio {
  background-color: #3a558d;
}
.subBody-crunchyroll {
  background-color: #bc3c00;
}
.subBody-bogoshorts {
  background-color: #450101;
}
.subHome-logo {
  width: 250px;
  margin: 0px auto 50px auto;
}

@media screen and (min-width: 768px) {
  .subHome-logo {
    width: 350px;
  }
}
.seccion-subHome-wrapper {
  max-width: 900px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.subHome_pastilla-item {
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFF5FF;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
  border-radius: 300px;
  padding: 20px 30px;
}
.subHome_pastilla-item img {
  width: 40px;
  margin: 5px;
}
.subHome_pastilla-texto {

  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #1F242C;
}
.subHome_contacto {
  
  font-weight: 600 !important;
  font-size: 20px !important;
  margin-right: 20px;
  border-right: #23272E 3px solid;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .subHome_pastilla-item {
    font-weight: 500 !important;
    font-size: 25px !important;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.cookies-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 239, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.cookies-pastilla {
  z-index: 500;
  width: 85%;
  background-color: #EFF5FF;
  border-radius: 20px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
}

@media screen and (min-width: 768px) {
  .cookies-pastilla {
    width: 500px;
  }
}
.cookies-title {
  color: #393C4B;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px 10px 0px;
  padding: 5px;
  text-align: center;
}
.cookies-text {
  color: #393C4B;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 30px 10px 30px;
}
.cookies-botones-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.cookies-boton-on {
  margin: 10px auto;
  background-color: #23272E;
  border: 1px solid #393C4B;
  color: #E6EFFF;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
  border-radius: 10px;
}
.cookies-boton-on:hover {
  cursor: pointer;
  opacity: 0.8;
}
.cookies-boton-off {
  margin: 10px auto;
  background-color: #EFF5FF;
  color: #393939;
  border: 1px solid #393C4B;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
  border-radius: 10px;
}
.cookies-boton-off:hover {
  background-color: #E6EFFF;
  color: #393939;
  cursor: pointer;
}
.cookies-text a:link, a:active, a:visited {
  color: #23272E !important;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 700;
}
.cookies-text a:hover {
  color: #23272E !important;
  font-size: 14px !important;
  text-decoration: underline;
}

/* ------------------- NEWS --------------------- */
.conv-element-icon{
  width: 200px;
  margin: 50px auto 30px auto;
}
.superHome-post {
  position: relative;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

@media screen and (min-width: 900px) {
  .superHome-post {
    max-width: 1200px;
    margin: 0px auto;
    flex-direction: row;
  }
}
.element_poster {
  position: relative;
  width: 100%;
}