@charset "UTF-8";
/*

 actividades

 @author Roberto Iván Ramírez García <robertormzg@outlook.com>
 @copyright (c) 2017 robertormzg
 Todos los derechos reservados. Hecho en México.

    Created on : 30-jul-2017, 19:58:09
    Author     : robertormzg
*/
.sin-espacios-laterales {
  padding-right: 0;
  padding-left: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 10px;
}

.mt-140 {
  margin-top: 140px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .mt-140 {
    margin-top: 120px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .mt-140 {
    margin-top: 100px;
  }
}

.hover-transparency figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-transparency figure:hover img {
  opacity: .3;
}

.nota-txt {
  font-size: 12px;
  line-height: 15px;
}

.regresar-cont {
  margin: 0 15px;
  text-align: center;
  display: block;
}

.regresar-cont a::before {
  content: url(../assets/base/icono-volver.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -20%;
}

.regresar {
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #44c767;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  text-align: center;
  margin-bottom: 30px;
}

.regresar:hover {
  color: #FFFFFF;
  background-color: #44c767;
}

.regresar:active {
  position: relative;
}

.ver-lista-cont {
  margin: 0 15px;
  text-align: center;
  display: block;
}

.ver-lista-cont a::before {
  content: url(../assets/base/icono-lista.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -30%;
}

.ver-lista-cont a:hover::before {
  content: url(../assets/base/icono-lista2.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -30%;
}

.ver-lista {
  background-color: #fd6d04;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fd6d04;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ver-lista:hover, .ver-lista:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.ft-circle-3 {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.ft-circle-5 {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.link-mail a:link, .link-mail a:active {
  color: #fd6d04;
}

.link-mail a:hover {
  color: #000;
}

.link-mail a:visited {
  color: #fd6d04;
}

.link-mail a:visited:hover {
  color: #000;
}

.marco-video {
  background-color: #FFF;
  border: solid 10px #FFF;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.tl-actividades {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #FFFFFF;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #239ead;
  /* The Fallback */
  background: #239ead;
  box-shadow: 0 0 0 5px #239ead;
  background-image: url(../assets/base/back-text-menu.png);
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-actividades {
    margin-bottom: 20px;
  }
}

.tl-actividades h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-actividades h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-actividades h1 {
    font-size: 22px;
  }
}

.tl-fecha {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #239ead;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #e9f3f4;
  /* The Fallback */
  background: #e9f3f4;
  box-shadow: 0 0 0 5px #e9f3f4;
  background-image: url(../assets/base/back-text-menu.png);
  margin-bottom: 100px;
  border: 2px dashed #239ead;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-fecha {
    margin-bottom: 20px;
  }
}

.tl-fecha h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-fecha h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-fecha h1 {
    font-size: 22px;
  }
}

.tl-fecha h2 {
  margin: 0px;
  font-size: 26px;
  text-align: center;
  padding: 10px;
}

.bloque-actividades {
  height: 300px;
  width: 100%;
  /*height:auto; PARA CELULAR*/
  background-image: url(../assets/base/back-planea.png);
  background-color: #237784;
  margin-bottom: 60px;
  margin-top: 50px;
  border-bottom: 6px solid #4ed8ec;
  text-align: left;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .bloque-actividades {
    height: 300px;
    margin-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .bloque-actividades {
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 15px;
  }
}

.bloque-actividades h2 {
  color: #07f1fa;
  font-size: 28px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  margin-top: 15px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .bloque-actividades h2 {
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .bloque-actividades h2 {
    margin-top: 25px;
  }
}

.bloque-actividades p {
  color: #FFFFFF;
}

.icono-actividades-aside {
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
}

.tl-actividades-aside {
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}

.subtl-actividades-aside {
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
}

.caja-act-aside-cont {
  line-height: 25px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}

.caja-act-aside-cont p {
  margin: 0px;
}

.caja-act-aside-cont p a:link, .caja-act-aside-cont p a:active {
  color: #FFF;
}

.caja-act-aside-cont p a:hover {
  color: #f9e00b;
}

.caja-act-aside-cont p a:visited {
  color: #FFF;
}

.caja-act-aside-cont p a:visited:hover {
  color: #f9e00b;
}

.caja-act-aside-cont li {
  margin: 10px 0px 0px 0px;
  text-align: left;
  line-height: 12px;
  font-size: 14px;
}

.caja-act-aside-cont li a:link, .caja-act-aside-cont li a:active {
  color: #FFF;
}

.caja-act-aside-cont li a:hover {
  color: #f9e00b;
}

.caja-act-aside-cont li a:visited {
  color: #FFF;
}

.caja-act-aside-cont li a:visited:hover {
  color: #f9e00b;
}

.caja-eventose-aside {
  background: #e04006;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-eventose-aside:after, .caja-eventose-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-eventose-aside:after {
  border-color: transparent;
  border-bottom-color: #e04006;
  border-width: 8px;
  margin-left: -8px;
}

.caja-eventose-aside:before {
  border-color: transparent;
  border-bottom-color: #e04006;
  border-width: 10px;
  margin-left: -10px;
}

.caja-planetario-aside {
  background: #0576b1;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-planetario-aside:after, .caja-planetario-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-planetario-aside:after {
  border-color: transparent;
  border-bottom-color: #0576b1;
  border-width: 8px;
  margin-left: -8px;
}

.caja-planetario-aside:before {
  border-color: transparent;
  border-bottom-color: #0576b1;
  border-width: 10px;
  margin-left: -10px;
}

.caja-cienciarecreativa-aside {
  background: #119a9e;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-cienciarecreativa-aside:after, .caja-cienciarecreativa-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-cienciarecreativa-aside:after {
  border-color: transparent;
  border-bottom-color: #119a9e;
  border-width: 8px;
  margin-left: -8px;
}

.caja-cienciarecreativa-aside:before {
  border-color: transparent;
  border-bottom-color: #119a9e;
  border-width: 10px;
  margin-left: -10px;
}

.caja-teatro-aside {
  background: #5e3f77;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-teatro-aside:after, .caja-teatro-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-teatro-aside:after {
  border-color: transparent;
  border-bottom-color: #5e3f77;
  border-width: 8px;
  margin-left: -8px;
}

.caja-teatro-aside:before {
  border-color: transparent;
  border-bottom-color: #5e3f77;
  border-width: 10px;
  margin-left: -10px;
}

.caja-universum360-aside {
  background: #794037;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-universum360-aside:after, .caja-universum360-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-universum360-aside:after {
  border-color: transparent;
  border-bottom-color: #794037;
  border-width: 8px;
  margin-left: -8px;
}

.caja-universum360-aside:before {
  border-color: transparent;
  border-bottom-color: #794037;
  border-width: 10px;
  margin-left: -10px;
}

.caja-foro-3d-aside {
  background: #325b76;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-foro-3d-aside:after, .caja-foro-3d-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-foro-3d-aside:after {
  border-color: transparent;
  border-bottom-color: #325b76;
  border-width: 8px;
  margin-left: -8px;
}

.caja-foro-3d-aside:before {
  border-color: transparent;
  border-bottom-color: #325b76;
  border-width: 10px;
  margin-left: -10px;
}

.caja-baylab-aside {
  background: #267a6c;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-baylab-aside:after, .caja-baylab-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-baylab-aside:after {
  border-color: transparent;
  border-bottom-color: #267a6c;
  border-width: 8px;
  margin-left: -8px;
}

.caja-baylab-aside:before {
  border-color: transparent;
  border-bottom-color: #267a6c;
  border-width: 10px;
  margin-left: -10px;
}

.caja-ambar-aside {
  background: #024675;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-ambar-aside:after, .caja-ambar-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-ambar-aside:after {
  border-color: transparent;
  border-bottom-color: #024675;
  border-width: 8px;
  margin-left: -8px;
}

.caja-ambar-aside:before {
  border-color: transparent;
  border-bottom-color: #024675;
  border-width: 10px;
  margin-left: -10px;
}

.caja-expos-temporales-aside {
  background: #7a1f68;
  background-image: url(../assets/base/back-text-menu.png);
}

.caja-expos-temporales-aside:after, .caja-expos-temporales-aside:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-expos-temporales-aside:after {
  border-color: transparent;
  border-bottom-color: #7a1f68;
  border-width: 8px;
  margin-left: -8px;
}

.caja-expos-temporales-aside:before {
  border-color: transparent;
  border-bottom-color: #7a1f68;
  border-width: 10px;
  margin-left: -10px;
}

.tl-u360 {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #f96c04;
  text-align: center;
  margin-bottom: 30px;
}

.mt-u360 {
  margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .mt-u360 {
    margin-top: 10px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .mt-u360 {
    margin-top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .mt-u360 {
    margin-top: 0px;
  }
}

.subtl-u360 {
  font-size: 24px;
  font-weight: bold;
}

.caja-universum360-seccion {
  line-height: 25px;
  position: relative;
  background: #FFF;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin-bottom: 70px;
  margin-top: 10px;
  text-align: left;
  min-height: 600px;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .caja-universum360-seccion {
    min-height: 620px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .caja-universum360-seccion {
    min-height: 600px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .caja-universum360-seccion {
    min-height: auto;
    height: auto;
    overflow: hidden;
  }
}

.caja-universum360-seccion:after, .caja-universum360-seccion:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-universum360-seccion:after {
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 8px;
  margin-left: -8px;
}

.caja-universum360-seccion:before {
  border-color: transparent;
  border-bottom-color: #cccccc;
  border-width: 12px;
  margin-left: -12px;
}

.universum360-logos {
  width: 150px;
  margin-bottom: 30px;
}

.tl-act-universum360 {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  font-size: 20px;
  padding: 15px 15px 0px 15px;
}

.div-universum360 {
  padding: 0px 15px 15px 15px;
}

.link-universum360 {
  text-align: center;
  vertical-align: auto;
  line-height: 40px;
  font-weight: 600;
  color: #FFF;
  background-color: #ff6600;
  border-radius: 0px 0px 10px 10px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 766px) {
  .link-universum360 {
    position: relative;
  }
}

.link-universum360 a:link, .link-universum360 a:active {
  color: #FFFFFF;
}

.link-universum360 a:hover {
  color: #000;
}

.link-universum360 a:visited {
  color: #FFFFFF;
}

.link-universum360 a:visited:hover {
  color: #000;
}

.pleca-u360 {
  border: none;
  border-top: 2px dotted #ccc;
  width: 98%;
  margin-bottom: 20px;
}

.ep-icono-seccion-3d {
  height: 150px;
  width: 150px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .ep-icono-seccion-3d {
    height: 130px;
    width: 130px;
  }
}

.icono-lentes-3d {
  margin-top: 140px;
}

@media (min-width: 766px) and (max-width: 992px) {
  .icono-lentes-3d {
    margin-top: 240px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .icono-lentes-3d {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.caja-ep-seccion-foro-3d {
  min-height: 340px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .caja-ep-seccion-foro-3d {
    min-height: 360px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .caja-ep-seccion-foro-3d {
    min-height: auto;
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .caja-ep-seccion-foro-3d {
    min-height: auto;
    height: auto;
  }
}

.caja-ep-seccion-foro-3d2 {
  min-height: 560px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .caja-ep-seccion-foro-3d2 {
    min-height: 660px;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .caja-ep-seccion-foro-3d2 {
    min-height: auto;
    height: auto;
  }
}

.p-25 p {
  margin-bottom: 25px;
}

.p-25 p:last-child {
  margin-bottom: 0px;
}

.ep-seccion-foro-3d-tl {
  font-size: 20px;
  font-weight: 600;
  color: #f06749;
  text-align: center;
}

.caja-ep-seccion-3d {
  line-height: 25px;
  position: relative;
  background: #FFF;
  border: 3px solid #e37a2f;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 70px;
  margin-top: 30px;
  text-align: left;
  padding: 15px;
}

.caja-ep-seccion-3d:after, .caja-ep-seccion-3d:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-ep-seccion-3d:after {
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 8px;
  margin-left: -8px;
}

.caja-ep-seccion-3d:before {
  border-color: transparent;
  border-bottom-color: #e37a2f;
  border-width: 12px;
  margin-left: -12px;
}

.especiales-h2 {
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  font-size: 22px;
  margin-top: 0px;
}

.especiales-h3 {
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  font-size: 18px;
  margin-top: 0px;
  color: #000;
}

.separador-ee {
  height: 1px;
  border-top: 2px dotted #ddd;
}

/* Elementos */
.actividad-elemento {
  min-height: 240px;
}

.pop-planetario {
  position: relative;
  margin-top: -16px;
  border: solid 6px #FFF;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pop-planetario {
    margin-top: 3px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .pop-planetario {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .pop-planetario {
    margin-top: 25px;
  }
}

.bloque-planetario {
  height: 300px;
  width: 100%;
  /*height:auto; PARA CELULAR*/
  background-image: url(../assets/base/back-bloque-roca-lunar.jpg);
  background-color: #000;
  margin-bottom: 80px;
  margin-top: 50px;
  border-bottom: 6px solid #4ed8ec;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bloque-planetario {
    height: 300px;
    margin-top: 40px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .bloque-planetario {
    height: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .bloque-planetario {
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 15px;
  }
}

.bloque-planetario h2 {
  color: #07f1fa;
  font-size: 28px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  margin-top: 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .bloque-planetario h2 {
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .bloque-planetario h2 {
    margin-top: 25px;
  }
}

.bloque-planetario p, .bloque-planetario ul {
  color: #FFFFFF;
  list-style-type: none;
}

.bloque-planetario ul {
  margin-left: -40px;
}

.bloque-planetario li::before {
  content: url("../assets/base/icono-estrella.svg");
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}

.planetario-intro {
  margin-top: 35px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .planetario-intro {
    margin-top: 0px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .planetario-intro {
    margin-top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .planetario-intro {
    margin-top: 30px;
  }
}

.icono-planetario-sec {
  width: 100px;
  height: 100px;
  text-align: center;
}

.caja-planetario {
  position: relative;
  background: #ffffff;
  border: 2px solid #ccc;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .caja-planetario {
    min-height: 80px;
  }
}

.caja-planetario h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 15px 0px;
}

@media (min-width: 766px) and (max-width: 992px) {
  .caja-planetario h3 {
    font-size: 18px;
  }
}

.caja-planetario:after, .caja-planetario:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-planetario:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.caja-planetario:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}

.caja-planetario2 {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: #ffffff;
  padding: 15px;
  border: 2px solid #ccc;
  margin-top: 20px;
  min-height: 350px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .caja-planetario2 {
    min-height: 420px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .caja-planetario2 {
    min-height: 370px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .caja-planetario2 {
    height: auto;
    min-height: auto;
  }
}

.caja-planetario2 p:last-child {
  margin-bottom: 0px;
}

.tl-proyecciones {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #000;
  /* The Fallback */
  background: black;
  box-shadow: 0 0 0 5px black;
  background-image: url(../assets/base/back-bloque-roca-lunar.jpg);
  margin-bottom: 100px;
  border: 2px dashed #fff;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-proyecciones {
    margin-bottom: 20px;
  }
}

.tl-proyecciones h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-proyecciones h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-proyecciones h1 {
    font-size: 22px;
  }
}

.tl-proyecciones h2 {
  margin: 0px;
  font-size: 26px;
  text-align: center;
  padding: 10px;
}

.cienciarecreativa-intro {
  margin-top: 65px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cienciarecreativa-intro {
    margin-top: 60px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .cienciarecreativa-intro {
    margin-top: 50px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .cienciarecreativa-intro {
    margin-top: 15px;
  }
}

.tl-cienciarecreativa-edad-4 {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #ec1562;
  /* The Fallback */
  background: #ec1562;
  box-shadow: 0 0 0 5px #ec1562;
  background-image: url(../assets/base/back-planea.png);
  border: 3px dotted #fff;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-4 {
    margin-bottom: 20px;
  }
}

.tl-cienciarecreativa-edad-4 h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-cienciarecreativa-edad-4 h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-4 h1 {
    font-size: 22px;
  }
}

.tl-cienciarecreativa-edad-4 h2 {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  padding: 10px;
}

.caja-cr-4 {
  position: relative;
  background: none;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 2px #ec1562;
}

.caja-cr-4 h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-cr-4 h3 {
    font-size: 18px;
  }
}

.caja-cr-4:after, .caja-cr-4:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-cr-4:after {
  border-top-color: #ec1562;
  border-width: 10px;
  margin-left: -10px;
}

.caja-cr-4:before {
  border-top-color: #ec1562;
  border-width: 10px;
  margin-left: -10px;
}

.tl-cienciarecreativa-edad-6 {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #8d529e;
  /* The Fallback */
  background: #8d529e;
  box-shadow: 0 0 0 5px #8d529e;
  background-image: url(../assets/base/back-planea.png);
  border: 3px dotted #fff;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-6 {
    margin-bottom: 20px;
  }
}

.tl-cienciarecreativa-edad-6 h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-cienciarecreativa-edad-6 h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-6 h1 {
    font-size: 22px;
  }
}

.tl-cienciarecreativa-edad-6 h2 {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  padding: 10px;
}

.caja-cr-6 {
  position: relative;
  background: none;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 2px #8d529e;
}

.caja-cr-6 h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-cr-6 h3 {
    font-size: 18px;
  }
}

.caja-cr-6:after, .caja-cr-6:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-cr-6:after {
  border-top-color: #8d529e;
  border-width: 10px;
  margin-left: -10px;
}

.caja-cr-6:before {
  border-top-color: #8d529e;
  border-width: 10px;
  margin-left: -10px;
}

.tl-cienciarecreativa-edad-8 {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #1376ae;
  /* The Fallback */
  background: #1376ae;
  box-shadow: 0 0 0 5px #1376ae;
  background-image: url(../assets/base/back-planea.png);
  border: 3px dotted #fff;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-8 {
    margin-bottom: 20px;
  }
}

.tl-cienciarecreativa-edad-8 h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-cienciarecreativa-edad-8 h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-8 h1 {
    font-size: 22px;
  }
}

.tl-cienciarecreativa-edad-8 h2 {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  padding: 10px;
}

.caja-cr-8 {
  position: relative;
  background: none;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 2px #1376ae;
}

.caja-cr-8 h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-cr-8 h3 {
    font-size: 18px;
  }
}

.caja-cr-8:after, .caja-cr-8:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-cr-8:after {
  border-top-color: #1376ae;
  border-width: 10px;
  margin-left: -10px;
}

.caja-cr-8:before {
  border-top-color: #1376ae;
  border-width: 10px;
  margin-left: -10px;
}

.tl-cienciarecreativa-edad-10 {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #009788;
  /* The Fallback */
  background: #009788;
  box-shadow: 0 0 0 5px #009788;
  background-image: url(../assets/base/back-planea.png);
  border: 3px dotted #fff;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-10 {
    margin-bottom: 20px;
  }
}

.tl-cienciarecreativa-edad-10 h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-cienciarecreativa-edad-10 h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-10 h1 {
    font-size: 22px;
  }
}

.tl-cienciarecreativa-edad-10 h2 {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  padding: 10px;
}

.caja-cr-10 {
  position: relative;
  background: none;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 2px #009788;
}

.caja-cr-10 h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-cr-10 h3 {
    font-size: 18px;
  }
}

.caja-cr-10:after, .caja-cr-10:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-cr-10:after {
  border-top-color: #009788;
  border-width: 10px;
  margin-left: -10px;
}

.caja-cr-10:before {
  border-top-color: #009788;
  border-width: 10px;
  margin-left: -10px;
}

.tl-cienciarecreativa-edad-12 {
  padding: 0px 10px 0px 10px;
  border: 2px dashed #fff;
  margin: 20px auto 20px auto;
  float: none;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 0px;
  background: #ff5608;
  /* The Fallback */
  background: #ff5608;
  box-shadow: 0 0 0 5px #ff5608;
  background-image: url(../assets/base/back-planea.png);
  border: 3px dotted #fff;
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-12 {
    margin-bottom: 20px;
  }
}

.tl-cienciarecreativa-edad-12 h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 0px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 766px) and (max-width: 1200px) {
  .tl-cienciarecreativa-edad-12 h1 {
    font-size: 30px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .tl-cienciarecreativa-edad-12 h1 {
    font-size: 22px;
  }
}

.tl-cienciarecreativa-edad-12 h2 {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  padding: 10px;
}

.caja-cr-12 {
  position: relative;
  background: none;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 2px #ff5608;
}

.caja-cr-12 h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-cr-12 h3 {
    font-size: 18px;
  }
}

.caja-cr-12:after, .caja-cr-12:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-cr-12:after {
  border-top-color: #ff5608;
  border-width: 10px;
  margin-left: -10px;
}

.caja-cr-12:before {
  border-top-color: #ff5608;
  border-width: 10px;
  margin-left: -10px;
}

.caja-taller {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* Galería */
.tl-ep-galeria2 {
  border-bottom: dotted 2px #ccc;
  width: 82%;
  text-align: center;
  color: #f06749;
  font-size: 25px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  padding-bottom: 20px;
}

.ep-galeria2 ul {
  margin-left: -42px;
  text-align: center;
}

.ep-galeria2 li {
  display: inline-block;
  text-align: center;
  margin: 20px 15px;
}

.ep-galeria2 figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ep-galeria2 figure:hover img {
  opacity: .3;
}

/* Baylab */
.baylab-intro {
  margin-top: 55px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .baylab-intro {
    margin-top: 52px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .baylab-intro {
    margin-top: 50px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .baylab-intro {
    margin-top: 15px;
  }
}

.icono-baylab-sec {
  width: 120px;
  height: 120px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 766px) and (max-width: 992px) {
  .icono-baylab-sec {
    width: 95px;
    height: 95px;
  }
}

.caja-baylab {
  position: relative;
  background: #5ba4a6;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 4px #fff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.caja-baylab h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  color: #FFF;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-baylab h3 {
    font-size: 18px;
  }
}

.caja-baylab:after, .caja-baylab:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-baylab:after {
  border-top-color: #5ba4a6;
  border-width: 10px;
  margin-left: -10px;
}

.caja-baylab:before {
  border-top-color: #5ba4a6;
  border-width: 10px;
  margin-left: -10px;
}

.caja-baylab2 {
  position: relative;
  background: #fff;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 4px #5ba4a6;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.caja-baylab2 h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .caja-baylab2 h3 {
    font-size: 18px;
  }
}

.caja-baylab2:after, .caja-baylab2:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-baylab2:after {
  border-top-color: #5ba4a6;
  border-width: 14px;
  margin-left: -14px;
}

.caja-baylab2:before {
  border-top-color: #5ba4a6;
  border-width: 14px;
  margin-left: -14px;
}

.icono-baylab-sec2 {
  width: 100px;
  height: 100px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 766px) and (max-width: 992px) {
  .icono-baylab-sec2 {
    width: 95px;
    height: 95px;
  }
}

.horarario-act {
  padding: 1px 5px;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 4px;
  background-color: #fff;
  width: auto;
  float: left;
  text-align: center;
}

/* Teatro */
.tl-header-teatro {
  width: auto;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.bloque-teatro {
  background-color: #FFF;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
}

.bloque-teatro-cont {
  min-height: 400px;
  padding: 18px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bloque-teatro-cont {
    min-height: 450px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .bloque-teatro-cont {
    min-height: 515px;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .bloque-teatro-cont {
    min-height: auto;
  }
}

.teatro-ver-mas {
  background-color: #239ead;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  padding: 5px;
}

.teatro-ver-mas a:link, .teatro-ver-mas a:active {
  color: #FFF;
}

.teatro-ver-mas a:hover {
  color: #000;
}

.teatro-ver-mas a:visited {
  color: #FFF;
}

.teatro-ver-mas a:visited:hover {
  color: #000;
}

.teatro-ver-mas a:before {
  content: url("../assets/base/icono-more.svg");
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -30%;
}

.teatro-tl-in {
  color: #f06749;
  text-align: center;
  margin: 0px 0px 5px 0px;
  font-family: "Titillium Web", sans-serif;
  font-size: 25px;
}

.teatro-tl-in a:link, .teatro-tl-in a:active {
  color: #239ead;
}

.teatro-tl-in a:hover {
  color: #000;
}

.teatro-tl-in a:visited {
  color: #239ead;
}

.teatro-tl-in a:visited:hover {
  color: #000;
}

.teatro-autor-in {
  color: #575757;
  text-align: center;
  margin: 0px 0px 15px 0px;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
}

.teatro-txt {
  border-top: 2px dotted #d3d3d3;
  margin-top: 20px;
  padding-top: 20px;
}

.teatro-icono-importante {
  display: inline-block;
  width: 90px;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 766px) {
  .teatro-icono-importante {
    display: block;
    margin: 0 auto;
  }
}

.teatro-importante {
  color: #fb0303;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
}

.teatro-importante-cont {
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.info-despliegue {
  color: #059bc0;
}

.caja-detalle-esp {
  position: relative;
  background: #FFFFFF;
  border: 3px solid #059bc0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 8px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
}

.caja-detalle-esp:after, .caja-detalle-esp:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.caja-detalle-esp:after {
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 8px;
  margin-left: -8px;
}

.caja-detalle-esp:before {
  border-color: transparent;
  border-bottom-color: #059bc0;
  border-width: 12px;
  margin-left: -12px;
}

.especiales-fecha {
  position: relative;
  width: 40%;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  color: #000;
  border: solid 4px #5ba4a6;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 25px auto;
}

@media (min-width: 0px) and (max-width: 766px) {
  .especiales-fecha {
    width: 83.33333333%;
    margin: 25px auto;
    font-size: 18px;
  }
}

.especiales-fecha h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 766px) and (max-width: 1200px) {
  .especiales-fecha h3 {
    font-size: 18px;
  }
}

.especiales-fecha:after, .especiales-fecha:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.especiales-fecha:after {
  border-top-color: #5ba4a6;
  border-width: 14px;
  margin-left: -14px;
}

.especiales-fecha:before {
  border-top-color: #5ba4a6;
  border-width: 14px;
  margin-left: -14px;
}
