html {
  overflow-x: hidden;
}

body {
  font-family: 'Strawford';
  color: #000;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 1.5rem;
}

.p-rel {
  position: relative;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

strong {
  font-weight: 700;
}

.vert-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #000;
  cursor: pointer;
}

.mx-h {
  min-height: 100% !important;
}

#at-share-dock {
  padding: 10px;
  background-color: #fff !important;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.logo-menu .logo-sm {
  float: left;
  padding-right: 20px;
}

.logo-menu .logo-sm-block {
  float: left;
  padding-right: 20px;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #4676fa;
}

.menu-bg .logo-menu a {
  color: #4676fa;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.close-button {
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #0d3559;
  padding: 7px 0px;
  margin-left: 4px;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: -0.5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover:before {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-light .navbar-toggler {
  border-color: #333;
  border-radius: 0px;
}

.navbar-light .navbar-toggler {
  float: right;
  margin: 0px;
}

.navbar-light .navbar-toggler i {
  color: #333 !important;
}

.social ul {
  margin-bottom: 0;
  padding: 0;
}

.social ul li {
  display: inline-block;
}

.social ul li a {
  color: #fff;
  background: #000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  padding: 2px;
}

.social ul li a:hover {
  color: #fff;
  background: #ff585d;
}

.search ul {
  margin-bottom: 0;
  padding: 0;
}

.search ul li {
  display: inline-block;
}

.lenguaje ul {
  margin-bottom: 0;
  padding: 0;
}

.lenguaje ul li {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.lenguaje ul li a {
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 0.7rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.lenguaje ul li+li:before {
  content: " - ";
}

.lenguaje ul li.active a {
  border-bottom: #000 solid 3px;
}

.tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Strawford';
  font-weight: 300;
}

.tags ul li {
  float: left;
}

.tags ul li a {
  margin: 5px;
  color: #fff;
  background-color: #ff585d;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
}

.tags ul li a:hover {
  background-color: #000;
}

.search a .buscar {
  width: 30px;
}

/* ==========================================================================
   Slider Style
   ========================================================================== */
#banner-area {
  overflow: hidden !important;
}

.banner-top {
  overflow: hidden !important;
}

.banner-top .carousel {
  background: #fff;
  overflow: hidden !important;
}

.banner-top .carousel-cell {
  height: auto;
  margin-left: 30px;
  background: #000;
  border-radius: 0px;
  counter-increment:.carousel-cell;
}

.banner-top .carousel-cell img {
  opacity: 0.4;
}

.banner-top .carousel-cell.is-selected img {
  opacity: 1 !important;
}

.banner-top .carousel-cell.is-selected {
  visibility: visible;
}

.banner-top .carousel-cell .text-banner {
  position: relative;
}

.banner-top .carousel-cell .text-banner .text {
  position: absolute;
  right: 10%;
  top: 0;
  text-align: right;
  vertical-align: middle;
  bottom: 0;
}

/**/
.banner-top .button {
  display: inline-block;
  padding: 10px 22px;
  font-size: 18px;
  border: 1px solid #DDD;
  border-radius: 6px;
  background-color: #FAFAFA;
  background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1))
}

.banner-top .button:hover {
  background-color: white;
  border-color: #BBB;
  cursor: pointer;
}

.banner-top .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

.banner-top .button:active {
  background-color: #EEE;
  box-shadow: inset 0 2px 10px hsla(0, 0%, 0%, 0.3);
}

.banner-top .button.is-selected {
  background-color: #09F;
  color: white;
}

.banner-top .button-row {
  position: absolute;
  top: -32px;
  right: 0;
}

.banner-top .button-row ul {
  padding: 0;
  float: right;
}

.banner-top .button-row ul li {
  display: inline-block;
  list-style: none;
  color: #fff;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  float: left;
}

.banner-top .button-row ul li:hover, .banner-top .button-row ul li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 1);
  color: #ff585d;
}

.banner-top .banner-info {
  position: absolute;
  right: 6%;
  left: 6%;
  text-align: right;
  bottom: 10%;
}

.banner-top .banner-info-noticia {
  position: absolute;
  text-align: center;
  bottom: 6%;
  left: 0;
  right: 0;
}

.banner-top .banner-info-noticia h1 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top .banner-info-noticia p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top .banner-info-noticia p span {
  color: #ff585d;
}

.banner-top .banner-info-noticia .info-banner p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top .banner-info h1 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}

.banner-top .banner-info h2 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}

.banner-top a:hover .banner-info h1 {
  color: #ff585d;
}

.banner-top .banner-info p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
}

.banner-top a:hover .banner-info p {
  color: #ff585d;
}

.banner-top .more-info {}

.banner-top .more-info p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 4px;
  vertical-align: middle;
}

.banner-top a:hover .more-info p {
  color: #ff585d;
}

/**/
.banner-top .banner-info-noticia-2 {
  position: absolute;
  bottom: 0;
}

.banner-top .banner-info-noticia-2 h1 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
  text-align: left;
}

.banner-top .banner-info-noticia-2 h1 span {
  color: #ff585d;
}

.banner-top .banner-info-noticia-2 .fecha-noticia p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
  text-align: left;
}

.banner-top .banner-info-noticia-2 p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
  text-align: left;
}

.banner-top .banner-info-noticia-2 p span {
  color: #ff585d;
}

.banner-top .banner-info-noticia-2 .info-banner p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

/* ==========================================================================
   Logo Style
   ========================================================================== */
.static-banner {
  position: absolute;
  top: 25px;
  z-index: 1;
}

/* ==========================================================================
   Event Style
   ========================================================================== */
.event {
  position: relative;
  border: 1px solid #838383;
  min-height: 375px;
}

.event .type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181818;
  z-index: 10;
}

.event .type p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
}

.event a {
  text-decoration: none;
  display: block;
}

.event a {
  background-color: #fff;
  /*transition: 0.4s;*/
  min-height: 375px;
}

.event a:hover {
  background-color: #181818;
}

.event .capture {
  min-height: 200px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
  opacity: 1;
  background-color: #fff;
}

.event:hover .capture {
  opacity: 1;
}

.event .capture {
  min-height: 200px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
}

/* .event a:hover .capture {
	background-size: 115%;;
} */
.event .event-info .title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 29px;
  color: #262626;
  margin-bottom: 0px;
}

.event a:hover .title p {
  color: #fff
}

.event .event-info .text p {
  font-family: 'Faustina', serif;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
}

.event a:hover .event-info .text p {
  color: #fff
}

.event .bot-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.event .bot-info .date p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  color: #262626;
}

.event .bot-info .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.event a:hover .bot-info .date p {
  color: #fff;
}

.event a:hover .bot-info .more p {
  color: #fff;
}

.news {
  overflow: hidden;
}

.event .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  ;
}

.event .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.event .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.event:hover .carousel .carousel-control-prev {
  opacity: 1;
}

.event .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}

.event .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.event .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.event:hover .carousel .carousel-control-next {
  opacity: 1;
}

.fecha-obra {
  border: 1px solid #838383;
}

.fecha-obra .info-fecha p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}

.fecha-obra .info-bajada p {
  font-family: 'Strawford';
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 140%;
}

.fecha-obra .info-bajada p a {
  color: #ff585d;
  text-decoration: underline;
  font-weight: 700;
}

.fecha-obra .info-bajada p a:hover {
  color: #000;
}

/* ==========================================================================
   Teatrorama Style
   ========================================================================== */
.teatrorama a {
  padding: 25px 15px;
  display: block;
  position: relative;
  background-color: #ff585d;
  text-decoration: none;
  /*transition: 0.4s;*/
}

.teatrorama a h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
  line-height: 100%;
}

.teatrorama a p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  margin-bottom: 0;
  line-height: 100%;
}

.teatrorama a:hover {
  background-color: #181818;
}

.teatrorama a:hover h2 {
  color: #fff;
}

.teatrorama a:hover p {
  color: #fff;
}

.teatrorama a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.teatrorama a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #fff;
}

.teatrorama a:hover .more p {
  color: #fff;
}

/* ==========================================================================
   Teatro Hoy Style
   ========================================================================== */
.teatro-hoy {
  position: relative;
  border: 1px solid #838383;
  /*height: 100%;*/
  min-height: 295px;
  ;
}

.teatro-hoy a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.teatro-hoy {
  background-color: #fff;
  cursor: pointer;
  /*transition: 0.4s;*/
}

.teatro-hoy:hover {
  background-color: #181818;
  cursor: pointer;
}

.teatro-hoy .title-hoy p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 75px;
  color: #262626;
  margin-bottom: 0px;
  /*word-spacing: 1000px;*/
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.teatro-hoy .info-hoy p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 35px;
  color: #262626;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.teatro-hoy .date-hoy p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 25px;
  color: #262626;
  margin-bottom: 0px;
  text-align: right;
  line-height: 100%;
}

.teatro-hoy a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.teatro-hoy a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.teatro-hoy:hover .title-hoy p {
  color: #fff;
}

.teatro-hoy:hover .info-hoy p {
  color: #fff;
}

.teatro-hoy:hover .date-hoy p {
  color: #fff;
}

.teatro-hoy:hover .more p {
  color: #fff;
}

.teatro-hoy .align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  z-index: 1;
}

.teatro-hoy .carousel {
  min-height: 100%;
  height: 100%;
}

.teatro-hoy .carousel-inner {
  min-height: 100%;
  height: 100%;
}

.teatro-hoy .carousel-item {
  min-height: 100%;
  height: 100%;
}

.teatro-hoy .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}

.teatro-hoy .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.teatro-hoy:hover .carousel .carousel-control-prev {
  opacity: 0.3;
}

.teatro-hoy .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.teatro-hoy .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}

.teatro-hoy .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.teatro-hoy:hover .carousel .carousel-control-next {
  opacity: 0.3;
}

.teatro-hoy .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

/* ==========================================================================
   Convocatoria Style
   ========================================================================== */
.anuncio {
  position: relative;
  border: 1px solid #838383;
  height: 100%;
  min-height: 295px;
  background-color: #181818;
  /*transition: 0.4s;*/
}

.anuncio:hover {
  background-color: #fff;
}

.anuncio a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.anuncio:hover {
  background-color: #fff;
}

.anuncio .title-hoy p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: left;
  line-height: 100%;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.anuncio:hover .title-hoy p {
  color: #181818;
}

.anuncio .bajada-hoy {
  font-family: 'Strawford';
  color: #181818;
  word-spacing: normal;
}

.anuncio:hover .bajada-hoy {
  color: #fff;
}

.anuncio .align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  word-break: break-word;
}

.anuncio a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.anuncio a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.anuncio a:hover .more p {
  color: #181818;
}

.anuncio .carousel {
  min-height: 100%;
  height: 100%;
}

.anuncio .carousel-inner {
  min-height: 100%;
  height: 100%;
}

.anuncio .carousel-item {
  min-height: 100%;
  height: 100%;
}

.anuncio .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 20%;
}

.anuncio .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.anuncio:hover .carousel .carousel-control-prev {
  opacity: 0.3;
}

.anuncio .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.anuncio .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 20%;
}

.anuncio .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.anuncio:hover .carousel .carousel-control-next {
  opacity: 0.3;
}

.anuncio .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

/* ==========================================================================
   Video Style
   ========================================================================== */
.videos .video-url {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.videos .icon {
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  right: 0;
}

.videos .video-url p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  line-height: 100%;
}

.videos .video-url a:hover {
  color: #ff585d;
}

.videos {
  position: relative;
  border: 1px solid #838383;
  height: 100%;
  /*transition: 0.4s;*/
}

.videos a {
  text-decoration: none;
  display: block;
}

.videos .carousel-inner a:hover {
  background-color: #181818;
}

.videos .capture-video {
  background: no-repeat top center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
}

.videos .video-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 28px;
  color: #262626;
  margin-bottom: 0px;
}

.videos a:hover .video-title p {
  color: #fff;
}

.videos .video-text p {
  font-family: 'Faustina', serif;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  margin-bottom: 0;
}

.videos a:hover .video-text p {
  color: #fff
}

.videos a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.videos a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.videos a:hover .more p {
  color: #fff;
}

.videos .carousel {
  min-height: 100%;
  height: 100%;
}

.videos .carousel-inner {
  min-height: 100%;
  height: 100%;
}

.videos.carousel-item {
  min-height: 100%;
  height: 100%;
}

.videos .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 55px;
}

.videos .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.videos:hover .carousel .carousel-control-prev {
  opacity: 1;
}

.videos .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.videos .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 55px;
}

.videos .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.videos:hover .carousel .carousel-control-next {
  opacity: 1;
}

.videos .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

/* ==========================================================================
   Blog Style
   ========================================================================== */
.blog a {
  padding: 15px 15px;
  display: block;
  position: relative;
  border: 1px solid #838383;
  background-color: #fff;
  text-decoration: none;
  /*transition: 0.4s;*/
}

.blog a .blog-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 61px;
  color: #262626;
  margin-bottom: 0px;
  word-spacing: 1000px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.blog a .blog-text p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 21px;
  color: #262626;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.blog a:hover .blog-text p {
  color: #fff;
}

.blog a:hover .blog-title p {
  color: #fff;
}

.blog a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.blog a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.blog a:hover {
  background-color: #181818;
  cursor: pointer;
}

.blog a:hover .more p {
  color: #fff;
}

.twitter-feed strong {
  font-size: 27px;
  font-family: 'Strawford';
}

/* ==========================================================================
   Section Style
   ========================================================================== */
.bg-g {
  background-color: #e5e5e5;
  overflow: hidden;
}

.section-title h2 {
  color: #181818;
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 40px;
}

.section-title .link a {
  color: #181818;
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 700;
  text-decoration: none;
}

.section-title .link a:hover {
  color: #ff585d;
}

.section-title .link a i {
  font-size: 20px;
  vertical-align: middle;
  padding: 0 0 5px 0;
}

/* ==========================================================================
   Poyectos Style
   ========================================================================== */
.proyectos .carousel {
  background-color: transparent;
}

.proyectos .carousel a {
  text-decoration: none;
  background: no-repeat center center;
  transition: all 0.3s;
  animation-duration: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proyectos .carousel .carousel-cell {
  opacity: 1;
  margin-left: 30px;
}

.proyectos .carousel .carousel-cell a .titulo {
  position: relative;
  z-index: 5;
}

.proyectos .carousel p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 0;
}

.proyectos .carousel .carousel-cell a:hover p {
  color: #ff585d;
}

.proyectos .carousel .carousel-cell a .hoverer {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  display: block;
  text-align: center;
  position: absolute;
}

/*.proyectos .carousel .carousel-cell a:hover .hoverer {
    background: rgba(0, 0, 0, 0.40);
}*/
.proyectos .carousel .flickity-prev-next-button {
  top: 40%;
  width: 50px;
  height: 220%;
  border-radius: 0;
  transform: translateY(-50%);
}

.proyectos .carousel .flickity-prev-next-button.previous {
  left: 0px;
}

.proyectos .carousel .flickity-prev-next-button.next {
  right: 0px;
}

.proyectos .carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 25%;
  width: 70%;
  /*height: 70%;*/
}

.proyectos .carousel .flickity-button {
  background: hsla(0, 0%, 6%, 0.3);
  color: #fff;
}

/* ==========================================================================
   Hacemos Style
   ========================================================================== */
.hacemos {
  min-height: 375px;
  font-family: 'Strawford';
}

.hacemos a {
  text-decoration: none;
  display: block;
  position: relative;
  text-decoration: none;
  background: no-repeat center center;
  transition: all 0.3s;
  animation-duration: 1s;
}

.hacemos .hacemos-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hacemos .hacemos-info .type {
  margin-bottom: 5px;
}

.hacemos .hacemos-info .type p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Strawford';
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  padding: 0 10px;
  display: inline;
  background-color: #181818;
}

.hacemos .hacemos-info .title p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Strawford';
  font-size: 40px;
  font-weight: 300;
  padding: 5px;
  line-height: 100%;
}

.hacemos a:hover .hacemos-info .title p {
  color: #ff585d;
}

.hacemos a .hoverer {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  display: block;
  text-align: center;
  position: absolute;
}

/*.hacemos a:hover .hoverer {
    background: rgba(0, 0, 0, 0.40);
}*/
/* ==========================================================================
   Frase Style
   ========================================================================== */
.bg-frase {
  background-color: #262626;
  /*transition: all 0.3s;*/
}

.frase p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  margin-bottom: 0;
  line-height: 130%;
}

.frase p strong {
  color: #ff585d;
  font-weight: 400;
}

.frase p .underline {
  border-bottom: 1px solid #ff585d;
  display: inline-block;
  line-height: 100%;
}

.frase p a {
  color: #ff585d;
  font-weight: 400;
  text-decoration: none;
}

/* .frase p a:hover {
	color: #ffa2a4;
    font-weight: 400;
	transition: all 0.3s
} */
.bg-frase.active-01 {
  background-image: url(../img/bg-01.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.active-01 a:hover {
  color: #fff;
}

.frase p a:hover .underline {
  border-bottom: 1px solid #fff;
  /*transition: all 0.3s*/
}

.bg-frase.active-01 p {
  color: #757575;
}

.bg-frase.active-01 a {
  color: #555555;
}

.bg-frase.active-01 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.active-01 p .w-c {
  color: #fff;
}

/**/
.bg-frase.active-02 {
  background-image: url(../img/bg-03.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.active-02 a:hover {
  color: #fff;
}

.frase p a:hover .underline {
  border-bottom: 1px solid #fff;
  /*transition: all 0.3s*/
}

.bg-frase.active-02 p {
  color: #757575;
}

.bg-frase.active-02 a {
  color: #555555;
}

.bg-frase.active-02 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.active-02 p .w-c-2 {
  color: #fff;
}

/**/
.bg-frase.active-03 {
  background-image: url(../img/bg-02.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.active-03 a:hover {
  color: #fff;
}

.frase p a:hover .underline {
  border-bottom: 1px solid #fff;
  /*transition: all 0.3s*/
}

.bg-frase.active-03 p {
  color: #757575;
}

.bg-frase.active-03 a {
  color: #555555;
}

.bg-frase.active-03 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.active-03 p .w-c-3 {
  color: #fff;
}

/*frase-ciclo*/
.bg-frase.ciclo-active-01 {
  background-image: url(../img/Teatro_Hoy_2019.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-01 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-01 p {
  color: #757575;
}

.bg-frase.ciclo-active-01 a {
  color: #555555;
}

.bg-frase.ciclo-active-01 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-01 p .w-c {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-02 {
  background-image: url(../img/La_Patogallina.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-02 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-02 p {
  color: #757575;
}

.bg-frase.ciclo-active-02 a {
  color: #555555;
}

.bg-frase.ciclo-active-02 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-02 p .w-c-2 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-03 {
  background-image: url(../img/Guillermo_Calderon.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-03 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-03 p {
  color: #757575;
}

.bg-frase.ciclo-active-03 a {
  color: #555555;
}

.bg-frase.ciclo-active-03 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-03 p .w-c-3 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-04 {
  background-image: url(../img/Teatro_y_su_Doble.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-04 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-04 p {
  color: #757575;
}

.bg-frase.ciclo-active-04 a {
  color: #555555;
}

.bg-frase.ciclo-active-04 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-04 p .w-c-3 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-05 {
  background-image: url(../img/Tryo_Teatro_Banda.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-05 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-05 p {
  color: #757575;
}

.bg-frase.ciclo-active-05 a {
  color: #555555;
}

.bg-frase.ciclo-active-05 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-05 p .w-c-3 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-06 {
  background-image: url(../img/teatro-hoy-01.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-06 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-06 p {
  color: #757575;
}

.bg-frase.ciclo-active-06 a {
  color: #555555;
}

.bg-frase.ciclo-active-06 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-06 p .w-c-3 {
  color: #fff;
}

/* ==========================================================================
   newsletter Style
   ========================================================================== */
.newsletternope label {
  color: #000;
  font-family: 'Strawford';
  font-size: 40px;
  font-weight: 700;
  padding: 0 15px;
}

.newsletternope input {
  border: 1px solid #838383;
  border-radius: 0;
  padding: 5px;
  min-height: 45px;
}

.newsletternope button {
  font-family: 'Faustina', serif;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  border: 1px solid #ff585d;
  border-radius: 0;
  background-color: #ff585d;
  min-height: 45px;
}

.newsletternope button:hover {
  background-color: #262626;
}

/* ==========================================================================
   Banner Static Style
   ========================================================================== */
.top-static-banner {
  position: relative;
}

.top-static-banner.bg-banner {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-static-banner .banner-info {
  position: absolute;
  text-align: right;
  bottom: 6%;
}

.top-static-banner .banner-info h1 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
}

/* ==========================================================================
   Text Block Static Style
   ========================================================================== */
.text-block-up {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 400;
  line-height: 120%;
}

.text-block-up p strong {
  font-weight: 700;
}

.text-block p {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 140%;
}

.text-block p strong {
  font-weight: 700;
}

.text-block-autor p {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 140%;
  font-size: 16px;
  text-align: center;
}

.text-block-autor p a {
  color: #ff585d;
}

.text-block-autor p a:hover {
  color: #000;
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.section-block p {
  font-family: 'Strawford';
  margin-bottom: 0;
  color: #1a1a1a;
  display: inline-block;
}

.bg-noticia {
  background-color: #2e2e2e !important;
}

.mision-block p {
  font-weight: 300;
  font-family: 'Strawford';
  color: #1a1a1a;
  line-height: 140%;
}

.r-line {
  border-right: 1px solid #c0c0c0;
}

.l-line {
  border-left: 1px solid #c0c0c0;
}

.b-line {
  border: 1px solid #c0c0c0;
}

.bottom-hr {
  border-top: 5px solid #ff585d;
  margin: 0;
  width: 20%;
  float: right;
}

.left-hr {
  border-top: 5px solid #ff585d;
  margin: 0;
  width: 30px;
  /*float: right;*/
}

.sentence-block p {
  color: #1a1a1a;
  font-family: 'Strawford';
  margin-bottom: 0;
  color: #1a1a1a;
}

.img-col {
  min-height: 400px;
}

.bg-banner {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ==========================================================================
  .carousel Section Style
   ========================================================================== */
.carousel-section hr {
  border-top: 10px solid #ff585d;
  margin: 0;
}

#section .carousel-inner {
  min-height: 225px;
}

.carousel-section h2 {
  font-weight: 700;
  font-family: 'Strawford';
  color: #1a1a1a;
}

.carousel-section p {
  font-weight: 300;
  font-family: 'Strawford';
  color: #1a1a1a;
}

.carousel-section .carousel-control-prev, .carousel-section .carousel-control-next {
  position: relative;
}

/* ==========================================================================
   Cols Style
   ========================================================================== */
/*
.col-l img {
	-webkit-box-shadow: -19px -19px 0px -8px rgba(254,88,97,1);
	-moz-box-shadow: -19px -19px 0px -8px rgba(254,88,97,1);
	box-shadow: -19px -19px 0px -8px rgba(254,88,97,1);
}

.col-r img {
	-webkit-box-shadow: 19px -19px 0px -8px rgba(254,88,97,1);
	-moz-box-shadow: 19px -19px 0px -8px rgba(254,88,97,1);
	box-shadow: 19px -19px 0px -8px rgba(254,88,97,1);
}
*/
.col-caption {
  position: relative;
}

.col-caption .cap-bot {
  bottom: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
}

.col-caption .cap-bot p {
  font-family: 'Strawford';
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

/* ==========================================================================
   V-box Style
   ========================================================================== */
.v-box a {
  font-family: 'Strawford';
  text-decoration: none;
  display: block;
  position: relative;
  text-decoration: none;
  background: no-repeat center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
}

.v-box .box-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.v-box .box-info .type p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Strawford';
  text-transform: uppercase;
  font-weight: 500;
  display: inline;
  padding: 1px 0;
  background-color: #181818;
  box-shadow: 0.2em 0 0 #181818, -0.2em 0 0 #181818;
  box-decoration-break: clone;
  line-height: 118%;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  letter-spacing: -1px;
}

.v-box a:hover .box-info .type p {
  color: #ff585d;
}

.ojo-box {
  border-top: 1px solid #b2b2b2;
}

.ojo-box .titulo p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #000;
}

.ojo-box .lugar p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #000;
  line-height: 140%;
  margin-bottom: 5px;
}

.ojo-box .bajada p {
  font-family: 'Strawford';
  font-weight: 300;
  color: #000;
  line-height: 140%;
}

.ojo-box b {
  font-weight: 500 !important;
}

.ojo-box .link a {
  float: right;
  font-family: 'Strawford';
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  background-color: #ff585d;
  text-decoration: none;
}

.ojo-box .link a:hover {
  background-color: #000;
}

.ojo-box .cierre {
  background-color: #000;
  position: relative;
  background-image: url(../img/arrow-back.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 5px 20px;
  display: inline-block;
}

/* .ojo-box .cierre:after, .ojo-box .cierre:before {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  margin-right: -3px;
  right: 0;
}
.ojo-box .cierre:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  top: 50%;
  margin-top: -10px;
  border-width: 10px;
}
.ojo-box .cierre:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  top: 50%;
  margin-top: -14px;
  border-width: 14px;
} */
.ojo-box .cierre p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

.ojo-box .fecha p {
  color: #ff585d;
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

/* ==========================================================================
  .carousel Photos Style
   ========================================================================== */
.carousel-photos .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 5%;
}

.carousel-photos .carousel-control-prev .icon-prev {
  vertical-align: middle;
  display: block;
}

.carousel-photos .carousel .carousel-control-prev-icon {
  position: absolute;
  transform: translateY(-50%);
  left: 30%;
}

.carousel-photos:hover .carousel .carousel-control-prev {
  opacity: 0.3;
}

.carousel-photos .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 5%;
}

.carousel-photos .carousel-control-next .icon-next {
  vertical-align: middle;
  display: block;
}

.carousel-photos .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.carousel-photos:hover .carousel .carousel-control-next {
  opacity: 0.3;
}

.carousel-photos .carousel-caption {
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: left;
  padding: 0;
}

.carousel-photos .carousel-caption p {
  font-size: 17px;
  font-family: 'Strawford';
  margin-bottom: 0;
}

/* ==========================================================================
   Data Style
   ========================================================================== */
.data {
  background-color: #efefef;
}

.data.n-background {
  background: none;
}

.data .data-info .data-up p {
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
  color: #ff585d;
  font-size: 68px;
  line-height: 100%;
  text-align: center;
}

.data .data-info p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Strawford';
  line-height: 100%;
  text-align: center;
}

/* ==========================================================================
   Tabs Style
   ========================================================================== */
.years-tabs .nav-tabs {
  display: none;
}

.years-tabs .nav-tabs .nav-item a {
  font-family: 'Strawford';
  font-weight: 700;
  text-align: center;
  font-size: 33px;
  color: #262626;
  padding: 5px;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  border-radius: 0;
  margin-left: -1px;
  line-height: 100%;
}

.years-tabs .nav-tabs .nav-item a:hover {
  color: #fff;
  background-color: #ff585d;
  border: 1px solid #ff585d
}

.years-tabs .nav-tabs .nav-item a.active {
  color: #fff;
  background-color: #ff585d;
  border: 1px solid #ff585d
}

.years-tabs .card-header {
  border-radius: 0;
  border: 1px solid #262626;
  background-color: #fff;
}

.years-tabs .card-header h5 a {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 25px;
  color: #262626;
  text-decoration: none;
  display: block;
}

@media (min-width: 768px) {
  .years-tabs .nav-tabs {
    display: flex;
  }

  .years-tabs .card {
    border: none;
  }

  .years-tabs .card .card-header {
    display: none;
  }

  .years-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .years-tabs .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
    margin-top: 1px;
  }

  .d-flex.collapse:not(.show) {
    display: none !important;
  }
}

/* ==========================================================================
   Conocer Más Style
   ========================================================================== */
.see-more .carousel .carousel-cell {
  opacity: 1;
  margin-left: 30px;
}

.see-more .carousel .carousel-cell a .titulo {
  position: relative;
  z-index: 5;
}

.see-more .carousel p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 0;
}

.see-more .carousel .carousel-cell a .hoverer {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  display: block;
  text-align: center;
  position: absolute;
}

.see-more .carousel .flickity-prev-next-button {
  width: 50px;
  height: 20%;
  border-radius: 0;
  transform: translateY(0%);
}

.see-more .carousel .flickity-prev-next-button.previous {
  left: 0px;
}

.see-more .carousel .flickity-prev-next-button.next {
  right: 0px;
}

.see-more .carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 70%;
  /*height: 70%;*/
}

.see-more .carousel .flickity-button {
  background: hsla(0, 0%, 6%, 0.3);
  color: #fff;
}

.see-more a {
  text-decoration: none;
  display: block;
  border: 1px solid #838383;
  position: relative;
}

.see-more a {
  background-color: #fff;
  min-height: 355px;
}

.see-more a:hover {
  background-color: #181818;
  color: #fff;
}

.see-more .google-map a {
  font-weight: 700;
  color: #ff585d;
  border: 0;
  min-height: 100%;
  font-size: 20px;
}

.see-more .google-map a:hover {
  color: #000;
  background-color: transparent;
}

.ficha-obra .see-more a:hover .info {
  color: #fff;
}

.see-more .capture {
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.see-more .capture.mh-n {
  height: 200px !important;
}

.see-more .capture .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

.see-more:hover .capture {
  opacity: 1;
}

.see-more .event-info .title small {
  font-family: 'Strawford';
  font-weight: 500;
  color: #262626;
  margin-bottom: 2px;
  display: block;
}

.see-more .event-info .title p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #262626;
  margin-bottom: 5px;
  font-size: 18px;
}

.see-more a:hover .title p, .see-more a:hover .title small {
  color: #fff
}

.see-more .event-info .text p {
  font-family: 'Strawford';
  font-weight: 300;
  font-size: 16px;
  color: #262626;
  line-height: 130%;
}

.see-more .event-info .details p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #262626;
  margin-bottom: 3px;
}

.see-more a .type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181818;
  z-index: 10;
  padding: 10px;
}

.see-more a .type p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}

.noticia-slide .see-more .event-info .text p {
  font-family: 'Faustina', serif !important;
  font-size: 17px;
}

.noticia-slide .see-more .carousel .flickity-prev-next-button {
  width: 40px;
  height: 15%;
  border-radius: 0;
  transform: translateY(-40%);
}

.see-more .event-info .details p strong {
  margin-right: 3px;
}

.listado-giras .event-info .title p {
  font-family: 'Strawford';
}

.listado-giras .img-box {
  background-size: cover !important;
  background-position: center !important;
  height: auto;
  min-height: 250px;
}

.listado-giras .box-info-left a {
  min-height: auto;
  border: none;
  text-align: right;
  float: right;
  font-family: 'Strawford';
  color: #ff585d;
  text-decoration: underline;
  margin-right: 10px;
}

.listado-giras .box-info-left p {
  margin-bottom: 3px;
}

.listado-giras .box-info-left .location {
  float: right;
  text-align: right;
}

.listado-giras .box-info-left a:hover {
  background: none;
}

.listado-giras .box-info-left p {
  font-family: 'Strawford';
  font-weight: 400;
  text-align: right;
}

.see-more a:hover .event-info .text p, .see-more a:hover .event-info .details p {
  color: #fff
}

.see-more .bot-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.see-more .bot-info .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.see-more .bot-info .fecha p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  font-size: 17px;
  line-height: 25px;
  color: #000;
}

.see-more a:hover .bot-info .more p {
  color: #fff;
}

.see-more a:hover .bot-info .fecha p {
  color: #fff;
}

.see-more a {
  background-color: #fff;
  min-height: 135px;
}

.convenios-inter.see-more .event-info .title p {
  color: #262626 !important;
  font-size: 1.7rem;
}

.nombre-escuelas a {
  background-color: #fff;
  min-height: 110px;
}

.titulo-escuelas p {
  color: #ff585d;
}

.titulo-escuelas p strong {
  font-weight: 500;
}

.contenedor-titulo {
  width: auto;
  display: inline-block;
}

.nombre-escuelas p strong {
  font-size: 15px;
  font-family: 'Strawford';
  margin: 0;
}

.see-more .foto {
  width: 100px;
  height: 100px;
  background: #cccccc;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.equipo a {
  background-color: #fff;
  min-height: 250px;
}

.equipo .event-info .text p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}

.catalgo-videos .event-info .text p, .catalgo-videos .event-info .title p {
  margin-bottom: 1px;
}

.catalgo-videos .capture strong {
  background: #ff585d;
  color: #fff;
  padding: 3px 10px;
  margin-left: 0px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  font-family: 'Strawford';
}

.catalgo-videos .cargar-mas a {
  text-align: center;
  color: #000;
  background: none;
  border: none;
  min-height: auto;
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'Strawford';
}

.titulo-grande .event-info .title p {
  font-size: 38px;
  line-height: 38px;
}

.large-info-box .event-info .title p {
  font-weight: bold;
  font-family: 'Strawford';
  font-size: 16px;
  line-height: 16px;
}

.large-info-box a:hover {
  background: none;
}

.large-info-box a:hover .title p, .large-info-box a:hover .text p {
  color: #262626 !important;
}

.large-info-box .box {
  border: 1px solid #838383;
}

.large-info-box .bot-info {
  position: relative;
  width: auto;
  display: inline-block;
  float: right;
}

.large-info-box .box .bot-info .more p {
  text-align: left;
}

.large-info-box .bot-info a {
  border: none;
  min-height: auto;
}

.large-info-box .box .bot-info {
  width: 100%;
}

.large-info-box .bot-info .more p {
  color: #262626;
  font-size: 15px;
  border: #000 solid 1px;
  padding: 5px 10px 0px 10px;
}

.large-info-box .box .bot-info .more p {
  border: none;
}

.large-info-box .box .bot-info .more {
  border: none;
  border: #000 solid 1px;
}

.large-info-box .box .bot-info .more.back-rosado {
  background: #ff585d;
  border: #ff585d;
}

.large-info-box .box .bot-info .more.back-rosado p {
  color: #fff;
}

.large-info-box .box .bot-info .more.back-rosado p small {
  color: #fff;
}

.large-info-box .bot-info .more p strong {
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 600;
}

.large-info-box .bot-info .more p small {
  color: #ff585d;
}

.large-info-box a:hover .more p {
  background: #ff585d;
  color: #fff;
}

.large-info-box a:hover .more p small {
  color: #fff;
}

.large-info-box .bot-info .n-b .more {
  color: #262626;
  border: 0 !important;
}

.large-info-box .bot-info .n-b .more:hover {
  color: #262626 !important;
  background-color: transparent !important;
}

.large-info-box .bot-info .n-b .more:hover p {
  color: #ff585d !important;
}

.large-info-box .box .bot-info .more.back-rosado:hover {
  background-color: #262626;
}

.large-info-box .box .bot-info .more:hover {
  background-color: rgb(255, 88, 93);
}

.large-info-box .box .bot-info .more:hover p {
  color: #fff;
}

.col.carousel {
  float: left;
  width: 40%;
}

.see-more .listado-giras a {
  border: none;
}

.listado-giras {
  border-top: #838383 solid 1px;
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}

.listado-giras:last-of-type {
  border-top: #838383 solid 1px;
  border-bottom: #838383 solid 1px;
}

.listado-giras:first-of-type {
  border-bottom: none;
}

.back-gris-oscuro .teatrorama a {
  background: none;
}

.back-gris-oscuro .teatrorama a h2 {
  font-weight: 600;
  color: #ff585d;
}

.back-gris-oscuro .teatrorama a p {
  text-transform: uppercase;
  font-weight: 600;
}

.portada-noticias .blog {
  border: #838383 solid 1px;
  min-height: 100%;
}

.portada-noticias .blog a {
  border: none;
  overflow: hidden;
}

.portada-noticias-news .event, .portada-noticias-news .event a {
  min-height: auto;
  height: 100%;
}

.portada-noticias-news .carousel, .portada-noticias-news .carousel-item, .portada-noticias-news .carousel-inner {
  height: 100%;
}

.listado-noticias .see-more .title p {
  font-family: 'Strawford';
  color: #000 !important;
}

.listado-noticias .see-more .details p {
  font-family: 'Strawford';
}

.listado-noticias .see-more .details p small {
  color: #ff585d;
  margin: 0 5px;
}

.listado-noticias .see-more a {
  border-top: #838383 solid 1px;
  border-bottom: none;
  min-height: auto;
}

.listado-noticias .see-more a:hover .title p {
  color: #fff !important;
}

.listado-noticias .see-more a:last-of-type {
  border-bottom: #838383 solid 1px !important;
}

.lo-mas-leido-left .contenedor-titulo p {
  color: #fff;
  font-family: 'Strawford';
  font-size: 30px;
}

.lo-mas-leido-left .title {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.lo-mas-leido-left .title p {
  color: #fff;
  font-family: 'Strawford';
  font-size: 30px;
  font-weight: 800;
}

.lo-mas-leido-left .img-box {
  background-size: cover !important;
  background-position: center !important;
  min-height: 238px;
  position: relative;
}

.see-more .mas-noticias .event-info .title p {
  color: #000 !important;
}

.see-more .mas-noticias a:hover .event-info .title p {
  color: #fff !important;
}

.see-more .noticias-rel .event-info .title p {
  color: #000 !important;
}

.see-more .noticias-rel a:hover .event-info .title p {
  color: #fff !important;
}

.see-more .cat-obra .event-info .title p {
  color: #000 !important;
}

.see-more .cat-obra a:hover .event-info .title p {
  color: #fff !important;
}

.see-more .obra-apoyo .event-info .title p {
  color: #000 !important;
}

.see-more .obra-apoyo a:hover .event-info .title p {
  color: #fff !important;
}

.see-more .tags-listado .event-info .title p {
  color: #000 !important;
}

.see-more .tags-listado a:hover .event-info .title p {
  color: #fff !important;
}

/* ==========================================================================
   Gallery Style
   ========================================================================== */
.back-gris {
  background: #efefef;
}

.back-gris-oscuro, .teatrorama .back-gris-oscuro {
  background: #262626;
}

.back-gris-oscuro p, .back-gris-oscuro h2 {
  color: #fff;
}

.box-border {
  border: #000 solid 1px;
}

.pagina-noticias .title {
  margin-top: 79px;
}

.pagina-noticias .title h2 {
  text-align: center;
  font-family: 'Strawford';
  text-transform: uppercase;
  font-weight: 600;
}

.carousel-secundario-noticias .event {
  border: none;
  min-height: 375px;
}

.carousel-secundario-noticias .event a {
  border: 1px solid #838383;
  position: relative;
}

.video-tabs .nav-tabs {
  display: block;
}

.video-tabs .nav-item {
  float: none;
}

.video-tabs .nav-tabs .nav-item a {
  padding: 0;
}

.video-tabs .nav-tabs .nav-item a.active {
  border: none;
}

.video-tabs .nav-tabs .nav-item .capture-video {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.video-tabs .nav-tabs .nav-item .video-icon {
  height: 100%;
}

.video-tabs .nav-tabs .nav-item .capture-video .icon {
  width: 82%;
  margin: 0 auto;
}

.video-tabs .nav-tabs .nav-item p {
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.video-tabs .nav-tabs .nav-item .vide0-box-thumb {
  height: auto;
}

.twitter-feed .border-left {
  border-left: #ff585d solid 4px !important;
}

.twitter-feed p {
  font-family: 'Strawford';
  font-size: 18px;
  line-height: 25px;
}

.portada-noticias-news .event {
  border-left: none;
}

.tag {
  background: #ff585d;
  color: #fff;
  padding: 3px 7px;
  margin-right: 2px;
  font-family: 'Strawford';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}

.carousel-principal-noticias .banner-top .banner-info {
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
  bottom: auto;
  top: 0;
  height: 100%;
  width: 50%;
  /*background: #181818;*/
}

.carousel-principal-noticias .banner-top .banner-info h1 {
  margin: 0;
  line-height: 140% !important;
}

.carousel-principal-noticias .banner-top .banner-info small, .carousel-principal-noticias .banner-top .banner-info p {
  color: #fff;
}

.carousel-principal-noticias .banner-top a:hover .banner-info small {
  color: #ff585d;
}

.calendario h2 {
  font-family: 'Strawford';
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.calendario h2 span {
  color: #fe585c;
}

.calendario .table {
  font-family: 'Strawford';
  font-weight: 500;
}

.calendario .table thead th {
  border: none;
  text-align: center;
}

.calendario .table td, .calendario .table th {
  border: none;
  text-align: center;
  padding: .45rem;
}

.calendario .table .active span {
  background: #fe585c;
  color: #fff;
  padding: 3px 10px;
}

.calendario .table .link span {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.see-more .borde {
  border: #838383 solid 1px;
  position: relative;
  border-bottom: none;
  overflow: hidden;
}

.see-more .descripcion-evento p {
  font-family: 'Strawford';
  margin-bottom: 10px;
}

.see-more .descripcion-evento p:last-child {
  margin-bottom: 0px;
}

.see-more .descripcion-evento a.comprar-ticket {
  background: #fe585c;
  color: #fff;
  min-height: auto;
  border: none;
  font-weight: bold;
  padding: 1px 5px;
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 18px;
  float: right;
  display: block;
  text-transform: uppercase;
}

.see-more .descripcion-evento a.comprar-ticket:hover {
  background: #838383;
}

.see-more .more p a {
  border: none;
  min-height: auto;
  color: #fe585c;
}

.see-more .more p a:hover {
  background: none;
  color: #000;
}

.bg-teatrorama {
  min-height: 272px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
}

.bg-teatrorama:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5690651260504201) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5690651260504201) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5690651260504201) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.bg-teatrorama .event-info {
  z-index: 100;
}

.foto-lateral {
  height: 100%;
  display: block;
  overflow: hidden;
  min-height: 216px;
}

.nav-tabs {
  border-bottom: none;
}

.carousel {
  width: 100%;
}

.obras-estrenadas li a {
  color: #ff585d !important;
}

.obras-estrenadas li a:hover {
  color: #212529 !important;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
/*.footer {*/
/*  font-family: 'Strawford';*/
/*}*/

/*.footer p {*/
/*  font-weight: 700;*/
/*  text-transform: uppercase;*/
/*  font-size: 19px;*/
/*}*/

/*.footer p a {*/
/*  font-weight: 700;*/
/*  text-transform: uppercase;*/
/*  font-size: 19px;*/
/*  color: #000;*/
/*}*/

/*.footer p a:hover {*/
/*  color: #ff585d;*/
/*}*/

/*.footer ul {*/
/*  padding: 0;*/
/*  list-style: none;*/
/*}*/

/*.footer ul li a {*/
/*  color: #262626;*/
/*  font-size: 16px;*/
/*  font-weight: 400*/
/*}*/

/*.footer ul li a:hover {*/
/*  color: #ff585d;*/
/*}*/

/*.footer ul li {*/
/*  line-height: 120%;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.footer .info p {*/
/*  color: #262626;*/
/*  font-size: 16px;*/
/*  text-transform: capitalize;*/
/*  font-weight: 400;*/
/*  margin-bottom: 5px;*/
/*}*/

/*.footer .info a {*/
/*  color: #262626;*/
/*  font-size: 16px;*/
/*  text-transform: none;*/
/*  font-weight: 400;*/
/*  margin-bottom: 5px;*/
/*  text-decoration: underline;*/
/*}*/

/*.footer .info a:hover {*/
/*  color: #ff585d;*/
/*}*/

/* ==========================================================================
   Pde
   ========================================================================== */
.pde-people img {
  max-height: 150px;
}

.pde-people .text-block p {
  margin-left: 10px;
}

.pde-people .text-block p.name {
  margin-bottom: 10px;
}

.pde-team a {
  background-color: #fff;
  min-height: 220px;
  border-radius: unset;
}

.pde-team a {
  border-top: 1px solid #838383 !important;
  border-left: 1px solid #838383 !important;
  border-right: 1px solid #838383 !important;
  border-bottom: 0 !important;
}

.pde-team a.collapsed {
  border-bottom: #838383 solid 1px !important;
}

.pde-team .accordion-info-box-text {
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
  border-bottom: #838383 solid 1px;
  margin-top: -1px;
  margin-right: -1px;
}

.pde-team .bot-info .more p {
  font-size: 48px;
  font-weight: 200;
}

.pde-team .event-info .text p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}

.pde-team-header .pde-title p {
  margin-bottom: 5px;
}

.pde-team .bio P {
  font-family: 'Strawford';
  line-height: 150%;
}

.pde-team .collapsed .more {
  transform: rotate(0deg);
}

.pde-team .more {
  transform: rotate(45deg);
  animation-duration: 0.3s;
  float: right;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}

/* ==========================================================================
   Residencias
   ========================================================================== */
.residencias .text a {
  border: none;
  display: unset;
  font-weight: bold;
  color: #ff585d;
}

/* ==========================================================================
   Estrategia de comunicacion
   ========================================================================== */
.estrategia-boxes a {
  min-height: 120px;
}

.estrategia-boxes .estrategia-title p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #262626;
  margin-bottom: 5px;
}

.estrategia-boxes a:hover .estrategia-title p {
  color: white;
}

/* ==========================================================================
   Sponsors Style
   ========================================================================== */
.associates {
  font-family: 'Strawford';
}

.associates .bot-info p {
  color: #262626;
  font-size: 20px;
  font-weight: 300;
}

/* ==========================================================================
   Data Style
   ========================================================================== */
.data .data-info .text-inline p {
  font-size: 60px;
}

.data .data-info .text-inline p span {
  font-size: 68px;
  font-weight: 500;
  color: #000;
}

/* ==========================================================================
   Text Block Static Style
   ========================================================================== */
.text-block a {
  font-weight: 700;
  color: #25a691;
  text-decoration: underline;
}

.text-block a:hover {
  color: #9a5dd4;
}

.text-block h4,
.text-block h5 {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 600;
}

.text-block h5 {
  font-weight: 600;
}

.text-block li {
  font-size: 16px;
  color: #1a1a1a;
  font-family: 'Strawford';
  /*font-weight: bold;*/
}

/* ==========================================================================
   Accordions
   ========================================================================== */
.accordion-row div div a {
  border-top: #838383 solid 1px;
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}

.accordion-row div:last-child div a {
  border-bottom: #838383 solid 1px;
}

.accordion-info-box a {
  padding: 15px 15px;
  display: block;
  position: relative;
  border: 0px solid #838383;
  background-color: #fff;
  text-decoration: none;
}

.accordion-info-box-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 16px;
  color: #262626;
  line-height: 120%;
}

.accordion-info-box-text p {
  font-family: 'Strawford';
  font-size: 18px;
  color: #262626;
  line-height: 120%;
  padding-right: 20px;
}

.accordion-row .accordion-info-box a:hover {
  background-color: rgba(24, 24, 24, 0.05);
  cursor: pointer;
}

.accordion-row .accordion-info-box a:hover .more p {
  color: #ff585d;
}

.accordion-row .accordion-info-box-text {
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
  background-color: #fff;
}

.accordion-row .accordion-info-box-text p a {
  border: 0;
  color: #ff585d;
  display: inline-block;
  padding: 0;
  background-color: #fff;
}

.accordion-row .accordion-info-box-text p a:hover {
  color: #000;
  background-color: #fff;
}

.accordion-row .downloads {
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}

/* ==========================================================================
   Accordion Small Info Box
   ========================================================================== */
.accordion-sm-info-box a {
  padding: 10px 10px;
}

.accordion-sm-info-box a .more p {
  font-weight: 200;
  font-size: 48px;
  line-height: 50%;
}

.accordion-sm-info-box a .more {
  top: -5px !important;
}

/* ==========================================================================
   Accordion Medium Info Box
   ========================================================================== */
.accordion-md-info-box .accordion-info-box-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 1.4rem;
  color: #262626;
  line-height: 100%;
}

.accordion-md-info-box a .accordion-info-box-big-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 1.0rem;
  color: #262626;
  line-height: 140%;
  text-transform: uppercase;
}

.accordion-md-info-box a .more {
  top: 24px;
}

.accordion-md-row div div a {
  border-top: none;
  border-left: none;
  border-right: none;
}

.accordion-row div:last-child div a {
  border-bottom: none;
}

.accordion-md-row>div>div {
  border-top: #838383 solid 1px;
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}

.accordion-row>div:last-child>div {
  border-bottom: #838383 solid 1px;
}

#red-socios .accordion-row .accordion-info-box-text {
  border: 0;
  background-color: transparent;
}

/* ==========================================================================
   Equipo
   ========================================================================== */
.equipo .bot-info .more p {
  font-size: 62px;
}

/* ==========================================================================
   Downloads
   ========================================================================== */
.downloads .file .link {
  padding: 0 10px;
}

.downloads .file .link a {
  font-family: 'Strawford';
  font-size: 32px;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #ff595d;
  text-transform: uppercase;
  font-weight: 550;
  height: 50px;
  line-height: 100%;
}

.downloads .file .link a:hover {
  background-color: #000;
}

/* ==========================================================================
  News
  ========================================================================== */
.news-block {
  margin-top: -120px;
  font-family: 'Strawford';
  text-align: left;
}

.news-block .bloque-cuerpo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.news-block .bloque-cuerpo img.full-width {
  width: 100%;
}

.news-block .bloque-cuerpo img.left {
  float: left;
  margin: 0 1em 1em 0;
}

.news-block p {
  text-align: justify;
}

.news-block span.red {
  color: #ff585d;
}

.news-block .news-subtitle p {
  text-align: justify;
}

.news-block .author p {
  font-size: 20px;
  text-align: right;
}

.news-block .author a {
  text-decoration: none;
  font-weight: 500;
}

.news-block .highlight-banner p {
  text-align: justify;
  font-style: italic;
  padding-left: 12px;
  line-height: 1.7;
  border-left: 5px solid #ff585d;
}

.news-block .highlight-banner .quote-author span.author-span {
  color: #ff585d;
}

.news-block .highlight-banner p.quote-author {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  border-left: none;
  text-align: right;
}

.news-block .photo .photo-caption p {
  font-family: 'Strawford';
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -24px;
  font-weight: 500;
}

.news-block .img-quote {
  border: 1px solid #262626;
}

.news-block .img-quote p {
  line-height: 1.7;
  text-align: right;
  font-style: italic;
}

.news-block .img-quote p.quote-author {
  font-style: normal;
}

.news-block .img-quote span {
  font-weight: bold;
}

.news-block .next-date {
  border: 1px solid #262626;
}

.news-block .tags-section span {
  font-weight: 500;
}

.news-block .schedules .hora {
  background-color: #ff585d;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.news-block .schedules .info {}

.news-block .schedules .info p {
  margin-bottom: 0px;
}

.bloque-cuerpo .responsive-object {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.bloque-cuerpo .responsive-object iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==========================================================================
   Equipo
   ========================================================================== */
.people-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.people-block .people {
  margin-bottom: 30px;
}

.people-block .people .name p {
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 100%;
  text-align: left;
}

.people-block .people .company-position p {
  margin-bottom: 5px;
  line-height: 100%;
  text-align: left;
}

.people-block .people .email p {
  font-family: 'Strawford';
  font-weight: bold;
  margin-bottom: 5px;
}

.people-block .people .email p a {
  font-size: 1.1rem;
}

.people-block .people .phone p {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 5px;
  line-height: 135%;
  font-size: 16px;
}

/* ==========================================================================
   Santiago a Mil
   ========================================================================== */
.big-button a {
  background: #fe585c;
  color: #fff;
  font-weight: bold;
  /* font-size: 28px; */
  text-transform: uppercase;
  font-family: 'Strawford';
}

.big-button a:hover {
  background: #838383;
}

/* ==========================================================================
   Misc
   ========================================================================== */
.initiallyHidden {
  display: none;
}

.vertical-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pink-link a {
  color: #ff585d;
}

/* ==========================================================================
   Other
   ========================================================================== */
.toggle .closer {
  display: block;
}

.toggle .opener {
  display: none;
}

.toggle.collapsed .closer {
  display: none;
}

.toggle.collapsed .opener {
  display: block;
}

.ficha-obra .year {
  font-family: 'Strawford';
  font-size: 48px;
}

.ficha-obra .info p {
  /*font-family: 'Strawford';
    font-size: 24px;*/
}

.ficha-obra .prensa p {
  font-family: 'Strawford';
  font-weight: 100;
  font-style: italic;
  font-size: 24px;
  line-height: 150%;
}

.ficha-obra .resena p {
  font-family: 'Strawford';
  font-size: 18px;
  line-height: 150%;
}

.ficha-obra .persona p {
  font-family: 'Strawford';
  /*font-size: 18px;*/
  line-height: 150%;
}

.ficha-obra .see-more a {
  min-height: 70px;
}

.ficha-obra .see-more .event-info .title p {
  font-family: 'Strawford';
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
}

.ficha-obra .see-more .event-info .text p {
  line-height: 100%;
}

.ficha-obra .more {
  color: #fe8385;
  font-size: 36px;
}

.ficha-obra .see-more a:hover .info p {
  color: #fff;
}

.ficha-obra .info {
  color: #000;
  font-family: 'Strawford';
  font-size: 18px;
  line-height: 150%
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a[href$="elfsight.com"] {
  display: none;
}

#eapps-instagram-feed-1>a {
  display: none !important;
  margin-left: -999999px;
  opacity: 0;
}

.videos-noticias .icon-container {
  position: relative
}

.videos-noticias .fa-play-circle {
  font-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  color: #fff;
}

.twitter-feed a {
  color: #000;
}

.oldbody {
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 140%;
  font-size: 18px;
}

.oldbody p {
  line-height: 140%;
  font-size: 18px;
}

.oldbody h1,
.oldbody h2,
.oldbody h3,
.oldbody h4 {
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
}

.oldbody .category {
  display: none;
}

.oldbody .tools-article {
  display: none;
}

.titulo-solo {
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  font-size: 60px;
}

.contacto .small {
  font-size: 80%;
}

label.politicas {
  font-size: 18px;
  font-weight: 100;
}

.politicas a {
  color: #ee565e;
}

.titulo-seccion-noticias {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 22px !important;
  color: #262626;
  margin-bottom: 0;
  margin-top: -32px;
}

.bajada-hoy {
  color: #fff;
}

.blog h1 {
  font-family: 'Strawford';
  line-height: 80%;
  text-align: right;
  letter-spacing: -2px;
}

.blog h1 span {
  font-weight: 700;
}

.blog .type {
  font-family: 'Strawford';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
}

.blog .date {
  font-size: 10px;
}

.blog .title {
  margin-top: -5px;
  font-weight: 600;
  font-family: 'Strawford';
  /*font-style: italic;*/
  font-size: 24px;
  line-height: 120%;
}

.blog .noticias a {
  min-height: auto;
}

.blog .autor {
  font-family: 'Strawford';
  font-size: 12px;
}

.blog .body {
  font-size: 12px;
  line-height: 130%;
  text-align: left;
}

.blog .blogcol .instagram-media-rendered {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
}

.postpage .title {
  font-size: 48px;
}

.postpage .body {
  font-size: 16px;
  font-family: 'Strawford';
}

.blog.postpage .opinion {
  background: #fff;
  color: #000;
  /*border: 1px solid #000;*/
  padding: 1em;
}

.blog.postpage .autor {
  font-family: 'Poppins', monospace;
}

.blog .date, .blog .title, .blog .autor, .blog.body {
  margin: 0;
  padding: 0;
}

.blog .opinion {
  padding: 14px;
  /*background: #fb555d;*/
  /*color: #fff;*/
  -webkit-box-shadow: -7px 7px 0px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(50, 50, 50, 1);
  box-shadow: -7px 7px 0px 0px rgba(50, 50, 50, 1);
}

.blog.postpage .opinion {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

h1.blog {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 150px;
  text-align: right;
  line-height: 80%;
}

.blog .title-1 {
  font-family: 'Strawford';
  font-size: 28px;
  font-weight: 700;
}

.blog .title-2, .blog .title-4 {
  font-family: 'Strawford';
  font-size: 16px;
  font-weight: 100;
}

.blog.postpage a {
  color: #fb555d;
  font-family: 'Strawford';
}

.makesticky {
  position: sticky;
  right: 0;
  top: 30px;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Strawford';
  color: #000;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 120%;
}

.p-rel {
  position: relative;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

strong {
  font-weight: 700;
}

.vert-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.logo-menu .logo-sm {
  float: left;
  padding-right: 20px;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #4676fa;
}

.menu-bg .logo-menu a {
  color: #4676fa;
}

.menu-button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.close-button {
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #0d3559;
  padding: 7px 0px;
  margin-left: 4px;
  position: relative;
  font-size: 0.9rem;
  letter-spacing: -0.5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover:before {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-light .navbar-toggler {
  border-color: #333;
  border-radius: 0px;
}

.navbar-light .navbar-toggler {
  float: right;
  margin: 0px;
}

.navbar-light .navbar-toggler i {
  color: #333 !important;
}

.social ul {
  margin-bottom: 0;
  padding: 0;
}

.social ul li {
  display: inline-block;
}

.social ul li a {
  color: #fff;
  background: #000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  padding: 2px;
}

.social ul li a:hover {
  color: #fff;
  background: #ff585d;
}

.social-m {
  z-index: 1;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
}

.search ul {
  margin-bottom: 0;
  padding: 0;
}

.search ul li {
  display: inline-block;
}

.lenguaje ul {
  margin-bottom: 0;
  padding: 0;
}

.lenguaje ul li {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.lenguaje ul li a {
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 0.7rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.lenguaje ul li+li:before {
  content: " - ";
}

.lenguaje ul li.active a {
  border-bottom: #000 solid 3px;
}

/* ==========================================================================
   Slider Style
   ========================================================================== */
.banner-top .carousel-cell {
  height: auto;
  margin-left: 30px;
  background: #000;
  border-radius: 0px;
  counter-increment:.carousel-cell;
}

.banner-top .carousel-cell img {
  opacity: 0.4;
}

.banner-top .carousel-cell.is-selected img {
  opacity: 1 !important;
}

.banner-top .carousel-cell .text-banner {
  position: relative;
}

.banner-top .carousel-cell .text-banner .text {
  position: absolute;
  right: 10%;
  top: 0;
  text-align: right;
  vertical-align: middle;
  bottom: 0;
}

/**/
.banner-top .button {
  display: inline-block;
  padding: 10px 22px;
  font-size: 18px;
  border: 1px solid #DDD;
  border-radius: 6px;
  background-color: #FAFAFA;
  background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1))
}

.banner-top .button:hover {
  background-color: white;
  border-color: #BBB;
  cursor: pointer;
}

.banner-top .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

.banner-top .button:active {
  background-color: #EEE;
  box-shadow: inset 0 2px 10px hsla(0, 0%, 0%, 0.3);
}

.banner-top .button.is-selected {
  background-color: #09F;
  color: white;
}

.banner-top .button-row {
  position: absolute;
  top: -32px;
  right: 0;
}

.banner-top .button-row ul {
  padding: 0;
  float: right;
}

.banner-top .button-row ul li {
  display: inline-block;
  list-style: none;
  color: #fff;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  float: left;
}

.banner-top .button-row ul li:hover, .banner-top .button-row ul li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 1);
  color: #ff585d;
}

.banner-top .banner-info {
  position: absolute;
  right: 6%;
  left: 6%;
  text-align: right;
  bottom: 10%;
}

.banner-top .banner-info h1 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top .banner-info h2 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top a:hover .banner-info h1 {
  color: #ff585d;
}

.banner-top .banner-info p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top a:hover .banner-info p {
  color: #ff585d;
}

.banner-top .more-info {}

.banner-top .more-info p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 4px;
  vertical-align: middle;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.banner-top a:hover .more-info p {
  color: #ff585d;
}

.page-noticias {}

/* ==========================================================================
   Logo Style
   ========================================================================== */
.static-banner {
  position: absolute;
  top: 25px;
  z-index: 1;
}

.card-body {
  position: relative
}

.card-body .type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181818;
  z-index: 10;
}

.card-body .type p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
}

/* ==========================================================================
   Event Style
   ========================================================================== */
.event {
  position: relative;
  border: 1px solid #838383;
  min-height: 457px;
}

.event .type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181818;
  z-index: 10;
}

.type.morado {
  background-color: #882d7c;
}

.teatrotv .type.morado {
  display: block;
  padding: 6px;
  position: absolute;
  bottom: 100px;
  left: 0;
}

.teatrotv .type.morado p {
  margin: 0;
}

.type.morado p {
  color: #fff;
}

.event .type p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
}

.event a {
  text-decoration: none;
  display: block;
}

.event a {
  background-color: #fff;
  /*transition: 0.4s;*/
  min-height: 457px;
}

.event a:hover {
  background-color: #181818;
}

.event .capture {
  min-height: 250px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
  opacity: 1;
  background-color: #fff;
}

.event:hover .capture {
  opacity: 1;
}

.event .capture {
  min-height: 250px;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
}

/* .event a:hover .capture {
	background-size: 115%;;
} */
.event .event-info .title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 25px;
  color: #262626;
  margin-bottom: 0px;
}

.event a:hover .title p {
  color: #fff
}

.event .event-info .text p {
  font-family: 'Faustina', serif;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
}

.event a:hover .event-info .text p {
  color: #fff
}

.event .bot-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.event .bot-info .date p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  color: #262626;
}

.event .bot-info .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.event a:hover .bot-info .date p {
  color: #fff;
}

.event a:hover .bot-info .more p {
  color: #fff;
}

.news {
  overflow: hidden;
}

.event .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  ;
}

.event .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.event .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.event:hover .carousel .carousel-control-prev {
  opacity: 1;
}

.event .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}

.event .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.event .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.event:hover .carousel .carousel-control-next {
  opacity: 1;
}

/* ==========================================================================
   Teatrorama Style
   ========================================================================== */
.teatrorama a {
  padding: 20px 15px;
  display: block;
  position: relative;
  background-color: #ff585d;
  text-decoration: none;
  /*transition: 0.4s;*/
}

.teatrorama a h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
  line-height: 100%;
}

.teatrorama a p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  margin-bottom: 0;
  line-height: 100%;
}

.teatrorama a:hover {
  background-color: #181818;
}

.teatrorama a:hover h2 {
  color: #fff;
}

.teatrorama a:hover p {
  color: #fff;
}

.teatrorama a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.teatrorama a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #fff;
}

.teatrorama a:hover .more p {
  color: #fff;
}

/* ==========================================================================
   Teatro Hoy Style
   ========================================================================== */
.teatro-hoy {
  position: relative;
  border: 1px solid #838383;
  /*height: 100%;*/
  min-height: 295px;
  ;
}

.teatro-hoy a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.teatro-hoy {
  background-color: #fff;
  cursor: pointer;
  /*transition: 0.4s;*/
}

.teatro-hoy:hover {
  background-color: #181818;
  cursor: pointer;
}

.teatro-hoy .title-hoy p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 75px;
  color: #262626;
  margin-bottom: 0px;
  /*word-spacing: 1000px;*/
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.teatro-hoy .info-hoy p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 35px;
  color: #262626;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.teatro-hoy .date-hoy p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 25px;
  color: #262626;
  margin-bottom: 0px;
  text-align: right;
  line-height: 100%;
}

.teatro-hoy a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.teatro-hoy a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.teatro-hoy:hover .title-hoy p {
  color: #fff;
}

.teatro-hoy:hover .info-hoy p {
  color: #fff;
}

.teatro-hoy:hover .date-hoy p {
  color: #fff;
}

.teatro-hoy:hover .more p {
  color: #fff;
}

.teatro-hoy .align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  z-index: 1;
}

.teatro-hoy .carousel {
  min-height: 100%;
  height: 100%;
}

.teatro-hoy .carousel-inner {
  min-height: 100%;
  height: 100%;
}

.teatro-hoy .carousel-item {
  min-height: 100%;
  height: 100%;
}

.teatro-hoy .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}

.teatro-hoy .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.teatro-hoy:hover .carousel .carousel-control-prev {
  opacity: 1;
}

.teatro-hoy .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.teatro-hoy .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}

.teatro-hoy .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.teatro-hoy:hover .carousel .carousel-control-next {
  opacity: 1;
}

.teatro-hoy .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

/* ==========================================================================
   Convocatoria Style
   ========================================================================== */
.anuncio {
  position: relative;
  border: 1px solid #838383;
  height: 100%;
  min-height: 295px;
  /*background-color: #181818;*/
  background-color: #fff;
  /*transition: 0.4s;*/
}

.anuncio:hover {
  /*background-color: #fff;*/
  background-color: #000;
}

.anuncio a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.anuncio:hover {
  /*background-color: #fff;*/
  background-color: #030303;
}

#anuncio .banner-a:hover .opacity-a {
  opacity: 0;
}

#anuncio .banner-a {
  background-image: url(../img/Abono-en-Blanco-2A.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #030303;
}

#anuncio .banner-b:hover .opacity-b {
  opacity: 0;
  background-color: #fff;
}

#anuncio .banner-b {
  background-image: url(../img/Abono-en-Blanco-2B.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.anuncio .title-hoy p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  letter-spacing: 1px;
}

.anuncio:hover .title-hoy p {
  color: #fff;
}

.anuncio .align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  word-break: break-word;
}

.anuncio a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.anuncio a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.anuncio a:hover .more p {
  color: #181818;
}

.anuncio .carousel {
  min-height: 100%;
  height: 100%;
}

.anuncio .carousel-inner {
  min-height: 100%;
  height: 100%;
}

.anuncio .carousel-item {
  min-height: 100%;
  height: 100%;
}

.anuncio .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 20%;
}

.anuncio .carousel .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
}

.anuncio:hover .carousel .carousel-control-prev {
  opacity: 1;
}

.anuncio .carousel-control-prev .icon-prev {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

.anuncio .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 20%;
}

.anuncio .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.anuncio:hover .carousel .carousel-control-next {
  opacity: 1;
}

.anuncio .carousel-control-next .icon-next {
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
  display: block;
}

/* ==========================================================================
   Blog Style
   ========================================================================== */
.blog a {
  padding: 15px 15px;
  display: block;
  position: relative;
  border: 1px solid #838383;
  background-color: #fff;
  text-decoration: none;
  /*transition: 0.4s;*/
}

.blog a .blog-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 61px;
  color: #262626;
  margin-bottom: 0px;
  word-spacing: 1000px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.blog a .blog-text p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 21px;
  color: #262626;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: right;
  line-height: 100%;
}

.blog a:hover .blog-text p {
  color: #fff;
}

.blog a:hover .blog-title p {
  color: #fff;
}

.blog a .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}

.blog a .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.blog a:hover {
  background-color: #181818;
  cursor: pointer;
}

.blog a:hover .more p {
  color: #fff;
}

.twitter-feed strong {
  font-size: 27px;
  font-family: 'Strawford';
}

/* ==========================================================================
   Section Style
   ========================================================================== */
.bg-g {
  background-color: #e5e5e5;
  overflow: hidden;
}

.section-title h2 {
  color: #181818;
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 700;
}

/* ==========================================================================
   Poyectos Style
   ========================================================================== */
.proyectos .carousel {
  background-color: transparent;
}

.proyectos .carousel a {
  text-decoration: none;
  background: no-repeat center center;
  transition: all 0.3s;
  animation-duration: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proyectos .carousel .carousel-cell {
  opacity: 1;
  margin-left: 30px;
}

.proyectos .carousel .carousel-cell a .titulo {
  position: relative;
  z-index: 5;
}

.proyectos .carousel p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 0;
}

.proyectos .carousel .carousel-cell a .hoverer {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  display: block;
  text-align: center;
  position: absolute;
}

.proyectos .carousel .flickity-prev-next-button {
  top: 40%;
  width: 50px;
  height: 220%;
  border-radius: 0;
  transform: translateY(-50%);
}

.proyectos .carousel .flickity-prev-next-button.previous {
  left: 0px;
}

.proyectos .carousel .flickity-prev-next-button.next {
  right: 0px;
}

.proyectos .carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 25%;
  width: 70%;
  /*height: 70%;*/
}

.proyectos .carousel .flickity-button {
  background: hsla(0, 0%, 6%, 0.3);
  color: #fff;
}

/* ==========================================================================
   Hacemos Style
   ========================================================================== */
.hacemos {
  min-height: 375px;
  font-family: 'Strawford';
}

.hacemos a {
  text-decoration: none;
  display: block;
  position: relative;
  text-decoration: none;
  background: no-repeat center center;
  transition: all 0.3s;
  animation-duration: 1s;
}

.hacemos .hacemos-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1
}

.hacemos .hacemos-info .type {
  margin-bottom: 5px;
}

.hacemos .hacemos-info .type p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Strawford';
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  padding: 0 10px;
  display: inline;
  background-color: #181818;
}

.hacemos .hacemos-info .title p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Strawford';
  font-size: 40px;
  font-weight: 300;
  padding: 5px;
  line-height: 100%;
}

/* ==========================================================================
   Frase Style
   ========================================================================== */
.bg-frase {
  background-color: #262626;
  /*transition: all 0.3s;*/
}

.frase p {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  margin-bottom: 0;
  line-height: 130%;
}

.frase p strong {
  color: #ff585d;
  font-weight: 400;
}

.frase p .underline {
  border-bottom: 1px solid #ff585d;
  display: inline-block;
  line-height: 100%;
}

.frase p a {
  color: #ff585d;
  font-weight: 400;
  text-decoration: none;
}

/* .frase p a:hover {
	color: #ffa2a4;
    font-weight: 400;
	transition: all 0.3s
} */
.bg-frase.active-01 {
  background-image: url(../img/bg-01.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.active-01 a:hover {
  color: #fff;
}

.frase p a:hover .underline {
  border-bottom: 1px solid #fff;
  /*transition: all 0.3s*/
}

.bg-frase.active-01 p {
  color: #757575;
}

.bg-frase.active-01 a {
  color: #555555;
}

.bg-frase.active-01 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.active-01 p .w-c {
  color: #fff;
}

/**/
.bg-frase.active-02 {
  background-image: url(../img/bg-03.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.active-02 a:hover {
  color: #fff;
}

.frase p a:hover .underline {
  border-bottom: 1px solid #fff;
  /*transition: all 0.3s*/
}

.bg-frase.active-02 p {
  color: #757575;
}

.bg-frase.active-02 a {
  color: #555555;
}

.bg-frase.active-02 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.active-02 p .w-c-2 {
  color: #fff;
}

/**/
.bg-frase.active-03 {
  background-image: url(../img/bg-02.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.active-03 a:hover {
  color: #fff;
}

.frase p a:hover .underline {
  border-bottom: 1px solid #fff;
  /*transition: all 0.3s*/
}

.bg-frase.active-03 p {
  color: #757575;
}

.bg-frase.active-03 a {
  color: #555555;
}

.bg-frase.active-03 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.active-03 p .w-c-3 {
  color: #fff;
}

/*frase-ciclo*/
.bg-frase.ciclo-active-01 {
  background-image: url(../img/Teatro_Hoy_2019.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-01 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-01 p {
  color: #757575;
}

.bg-frase.ciclo-active-01 a {
  color: #555555;
}

.bg-frase.ciclo-active-01 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-01 p .w-c {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-02 {
  background-image: url(../img/La_Patogallina.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-02 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-02 p {
  color: #757575;
}

.bg-frase.ciclo-active-02 a {
  color: #555555;
}

.bg-frase.ciclo-active-02 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-02 p .w-c-2 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-03 {
  background-image: url(../img/Guillermo_Calderon.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-03 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-03 p {
  color: #757575;
}

.bg-frase.ciclo-active-03 a {
  color: #555555;
}

.bg-frase.ciclo-active-03 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-03 p .w-c-3 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-04 {
  background-image: url(../img/Teatro_y_su_Doble.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-04 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-04 p {
  color: #757575;
}

.bg-frase.ciclo-active-04 a {
  color: #555555;
}

.bg-frase.ciclo-active-04 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-04 p .w-c-3 {
  color: #fff;
}

/**/
.bg-frase.ciclo-active-05 {
  background-image: url(../img/Tryo_Teatro_Banda.jpg);
  background-size: cover;
  min-height: 100%;
  /*transition: all 0.3s;*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.bg-frase.ciclo-active-05 a:hover {
  color: #fff;
}

.bg-frase.ciclo-active-05 p {
  color: #757575;
}

.bg-frase.ciclo-active-05 a {
  color: #555555;
}

.bg-frase.ciclo-active-05 .underline {
  border-bottom: 1px solid #555555;
  /*transition: all 0.3s*/
}

.bg-frase.ciclo-active-05 p .w-c-3 {
  color: #fff;
}

/* ==========================================================================
   newsletter Style
   ========================================================================== */
.newsletternope label {
  color: #000;
  font-family: 'Strawford';
  font-size: 40px;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 0px;
}

.newsletternope input {
  border: 1px solid #838383;
  border-radius: 0;
  padding: 5px;
  min-height: 45px;
}

.newsletternope button {
  font-family: 'Faustina', serif;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  border: 1px solid #ff585d;
  border-radius: 0;
  background-color: #ff585d;
  height: 45px;
}

.newsletternope button:hover {
  background-color: #262626;
}

.newsletternope input[type="checkbox"] {
  border: 1px solid #838383;
  border-radius: 0;
  padding: 5px;
  height: 15px;
  width: 15px;
  min-height: 27px;
}

/* ==========================================================================
   Banner Static Style
   ========================================================================== */
.top-static-banner {
  position: relative;
}

.top-static-banner.bg-banner {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-static-banner .banner-info {
  position: absolute;
  text-align: right;
  bottom: 6%;
}

.top-static-banner .banner-info h1 {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 700;
}

/* ==========================================================================
   Text Block Static Style
   ========================================================================== */
.text-block-up {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 400;
  line-height: 120%;
}

.text-block-up p strong {
  font-weight: 700;
}

.text-block p {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 165%;
}

.text-block p strong, .text-block p b {
  font-weight: 700;
}

.section-block p {
  font-family: 'Strawford';
  margin-bottom: 0;
  color: #1a1a1a;
  display: inline-block;
}

.mision-block p {
  font-weight: 300;
  font-family: 'Strawford';
  color: #1a1a1a;
  line-height: 150%;
}

.r-line {
  border-right: 1px solid #c0c0c0;
}

.l-line {
  border-left: 1px solid #c0c0c0;
}

.b-line {
  border: 1px solid #c0c0c0;
}

.bottom-hr {
  border-top: 5px solid #ff585d;
  margin: 0;
  width: 20%;
  float: right;
}

.left-hr {
  border-top: 5px solid #ff585d;
  margin: 0;
  width: 30px;
  /*float: right;*/
}

.sentence-block p {
  color: #1a1a1a;
  font-family: 'Strawford';
  margin-bottom: 0;
  color: #1a1a1a;
}

.img-col {
  min-height: 400px;
}

.img-col-2 {
  min-height: 310px;
}

.auto-height {
  min-height: auto !important;
}

.bg-banner {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ==========================================================================
  .carousel Section Style
   ========================================================================== */
.carousel-section hr {
  border-top: 10px solid #ff585d;
  margin: 0;
}

#section .carousel-inner {
  min-height: 225px;
}

.carousel-section h2 {
  font-weight: 700;
  font-family: 'Strawford';
  color: #1a1a1a;
}

.carousel-section p {
  font-weight: 300;
  font-family: 'Strawford';
  color: #1a1a1a;
}

.carousel-section .carousel-control-prev, .carousel-section .carousel-control-next {
  position: relative;
}

/* ==========================================================================
   Cols Style
   ========================================================================== */
/*
.col-l img {
	-webkit-box-shadow: -19px -19px 0px -8px rgba(254,88,97,1);
	-moz-box-shadow: -19px -19px 0px -8px rgba(254,88,97,1);
	box-shadow: -19px -19px 0px -8px rgba(254,88,97,1);
}

.col-r img {
	-webkit-box-shadow: 19px -19px 0px -8px rgba(254,88,97,1);
	-moz-box-shadow: 19px -19px 0px -8px rgba(254,88,97,1);
	box-shadow: 19px -19px 0px -8px rgba(254,88,97,1);
}
*/
.col-caption {
  position: relative;
}

.col-caption .cap-bot {
  bottom: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
}

.col-caption .cap-bot p {
  font-family: 'Strawford';
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

/* ==========================================================================
  .carousel Photos Style
   ========================================================================== */
.carousel-photos .carousel .carousel-control-prev {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 5%;
}

.carousel-photos .carousel-control-prev .icon-prev {
  vertical-align: middle;
  display: block;
}

.carousel-photos .carousel .carousel-control-prev-icon {
  position: absolute;
  transform: translateY(-50%);
  left: 30%;
}

.carousel-photos:hover .carousel .carousel-control-prev {
  opacity: 0.3;
}

.carousel-photos .carousel .carousel-control-next {
  min-height: 50px !important;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  width: 5%;
}

.carousel-photos .carousel-control-next .icon-next {
  vertical-align: middle;
  display: block;
}

.carousel-photos .carousel .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}

.carousel-photos:hover .carousel .carousel-control-next {
  opacity: 0.3;
}

.carousel-photos .carousel-caption {
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: left;
  padding: 0;
}

.carousel-photos .carousel-caption p {
  font-size: 17px;
  font-family: 'Strawford';
  margin-bottom: 0;
}

/* ==========================================================================
   Data Style
   ========================================================================== */
.data {
  background-color: #efefef;
}

.data.n-background {
  background: none;
}

.data .data-info .data-up p {
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
  color: #ff585d;
  font-size: 68px;
  line-height: 100%;
  text-align: center;
}

.data .data-info p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Strawford';
  line-height: 100%;
  text-align: center;
}

/* ==========================================================================
   Tabs Style
   ========================================================================== */
.years-tabs .nav-tabs {
  display: none;
  border-bottom: 1px solid #262626;
}

.years-tabs .nav-tabs .nav-item a {
  font-family: 'Strawford';
  font-weight: 700;
  text-align: center;
  font-size: 33px;
  color: #262626;
  padding: 5px;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  border-radius: 0;
  margin-left: -1px;
  line-height: 100%;
}

.years-tabs .nav-tabs .nav-item a:hover {
  color: #fff;
  background-color: #181818;
  border: 1px solid #181818;
}

.years-tabs .nav-tabs .nav-item a.active {
  color: #fff;
  background-color: #181818;
  border: 1px solid #181818;
}

.years-tabs .card-header {
  border-radius: 0;
  border: 1px solid #262626;
  background-color: #fff;
}

.years-tabs .card-header h5 a {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 25px;
  color: #262626;
  text-decoration: none;
}

.years-tabs .card {
  border: 0;
}

.video-tabs .nav-tabs {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .years-tabs .nav-tabs {
    display: flex;
  }

  .years-tabs .card {
    border: none;
  }

  .years-tabs .card .card-header {
    display: none;
  }

  .years-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .years-tabs .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
    margin-top: 1px;
  }
}

/* ==========================================================================
   Conocer Más Style
   ========================================================================== */
.see-more .carousel .carousel-cell {
  opacity: 1;
  margin-left: 30px;
}

.see-more .carousel .carousel-cell a .titulo {
  position: relative;
  z-index: 5;
}

.see-more .carousel p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 0;
}

.see-more .carousel .carousel-cell a .hoverer {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
  display: block;
  text-align: center;
  position: absolute;
}

.see-more .carousel .flickity-prev-next-button {
  width: 50px;
  height: 20%;
  border-radius: 0;
  transform: translateY(0%);
}

.see-more .carousel .flickity-prev-next-button.previous {
  left: 0px;
}

.see-more .carousel .flickity-prev-next-button.next {
  right: 0px;
}

.see-more .carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 70%;
  /*height: 70%;*/
}

.see-more .carousel .flickity-button {
  background: hsla(0, 0%, 6%, 0.3);
  color: #fff;
}

.info-box-escuelas {
  border: 1px solid #838383;
  position: relative;
}

.info-box-escuelas a {
  text-decoration: none !important;
  display: inline-block !important;
  border: 0 !important;
  color: #ff585d;
  background-color: transparent !important;
  min-height: auto !important;
}

.info-box-escuelas a:hover {
  color: #000 !important;
}

.see-more a {
  text-decoration: none;
  display: block;
  border: 1px solid #838383;
  position: relative;
  border-radius: 30px;
}

.see-more a {
  background-color: #fff;
  min-height: 355px;
}

.see-more a:hover {
  background-color: #cbcbcb;
  color: #000;
}

.ficha-obra .see-more a:hover .info {
  color: #fff;
}

.see-more .capture {
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  animation-duration: 1s;
  opacity: 1;
  background-color: #fff;
  position: relative;
  height: 128px;
}

.see-more .capture .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

.see-more:hover .capture {
  opacity: 1;
}

.see-more .event-info .title small {
  font-family: 'Strawford';
  font-weight: 500;
  color: #262626;
  margin-bottom: 2px;
  display: block;
}

.see-more .event-info .region small {
  font-weight: bold !important;
  font-family: 'Strawford';
  color: #262626;
  margin-bottom: 2px;
  display: block;
}

.see-more .event-info .title p {
  font-family: 'Strawford';
  font-weight: 700;
  /*color: #fff;*/
  margin-bottom: 5px;
  line-height: 110% !important;
}

.blacktext .event-info .title p {
  color: #000;
}

.see-more a:hover .title p, .see-more a:hover .title small {
  color: #fff
}

.see-more a:hover .event-info .region small {
  color: #fff;
}

.see-more .event-info .text p {
  font-family: 'Strawford';
  font-weight: 300;
  font-size: 16px;
  color: #262626;
  line-height: 130%;
}

.see-more .event-info .details p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  margin-bottom: 3px;
}

.see-more .map-link a {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  min-height: auto;
  background-color: transparent;
  border: 0;
}

.see-more .map-link p {
  font-family: 'Strawford';
  font-weight: 400;
  color: #fff;
  min-height: auto;
  background-color: transparent;
  border: 0;
}

.see-more .map-link a:hover {
  color: #fe585c;
}

.see-more .vert-c2 {
  display: flex;
  justify-content: left;
  align-items: center;
}

.see-more .event-info .details p strong {
  margin-right: 3px;
}

.listado-giras .event-info .title p {
  font-family: 'Strawford';
}

.listado-giras a {
  text-decoration: none;
}

.listado-giras a .bot-info p {
  text-decoration: none;
  font-family: 'Strawford';
  font-size: 25px;
  font-weight: 700;
  color: #ff585d;
}

.listado-giras a:hover .bot-info p {
  color: #000;
}

.listado-giras .img-box {
  background-size: cover !important;
  background-position: center !important;
  height: auto;
}

.listado-giras .box-info-left a {
  min-height: auto;
  border: none;
  text-align: right;
  float: right;
  font-family: 'Strawford';
  color: #ff585d;
  text-decoration: underline;
  margin-right: 10px;
}

.listado-giras .box-info-left p {
  margin-bottom: 3px;
}

.listado-giras .box-info-left .location {
  float: right;
  text-align: right;
}

.listado-giras .box-info-left a:hover {
  background: none;
}

.listado-giras .box-info-left p {
  font-family: 'Strawford';
  font-weight: 400;
  text-align: right;
}

.listado-giras .carousel-control-prev, .listado-giras .carousel-control-next {
  width: 8%;
}

.see-more a:hover .event-info .text p, .see-more a:hover .event-info .details p {
  color: #fff
}

.see-more .bot-info {
  position: absolute;
  bottom: 0;
  width: 25%;
  right: 0;
}

.see-more .bot-info .more p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.see-more a:hover .bot-info .more p {
  color: #fff;
}

.see-more a {
  background-color: #fff;
  color: #000;
  /*min-height: 135px;*/
  /*min-height: 100%;*/
}

.nombre-escuelas a {
  background-color: #fff;
  /*min-height: 110px;*/
  min-height: 100%;
}

.titulo-escuelas p {
  color: #ff585d;
}

.titulo-escuelas p strong {
  font-weight: 500;
}

.contenedor-titulo {
  width: auto;
  display: inline-block;
}

.nombre-escuelas p strong {
  font-size: 15px;
  font-family: 'Strawford';
  margin: 0;
}

.see-more .foto {
  width: 100px;
  height: 100px;
  background: #cccccc;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.equipo a {
  background-color: #fff;
  min-height: 250px;
}

.equipo .event-info .text p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}

.catalgo-videos .event-info .text p, .catalgo-videos .event-info .title p {
  margin-bottom: 1px;
}

.catalgo-videos .capture strong {
  background: #ff585d;
  color: #fff;
  padding: 3px 10px;
  margin-left: 1px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  font-family: 'Strawford';
}

.catalgo-videos .cargar-mas a {
  text-align: center;
  color: #000;
  background: none;
  border: none;
  min-height: auto;
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'Strawford';
}

.titulo-grande .event-info .title p {
  font-size: 38px;
  line-height: 38px;
}

.large-info-box .event-info .title p {
  font-weight: bold;
  font-family: 'Strawford';
  font-size: 16px;
  line-height: 16px;
}

.large-info-box a:hover {
  background: none;
}

.large-info-box a:hover .title p, .large-info-box a:hover .text p {
  color: #262626 !important;
}

.large-info-box .box {
  border: 1px solid #838383;
}

.large-info-box .bot-info {
  position: relative;
  display: inline-block;
  float: right;
  text-align: center;
}

.large-info-box .box .bot-info .more p {
  text-align: left;
}

.large-info-box .bot-info a {
  border: none;
  min-height: auto;
}

.large-info-box .box .bot-info {
  width: 100%;
}

.large-info-box .bot-info .more p {
  color: #262626;
  font-size: 15px;
  border: #000 solid 1px;
  padding: 5px;
  text-align: center;
  line-height: 140%;
}

.large-info-box .box .bot-info .more p {
  border: none;
}

.large-info-box .box .bot-info .more {
  border: none;
  border: #000 solid 1px;
}

.large-info-box .box .bot-info .more.back-rosado {
  background: #ff585d;
  border: #ff585d;
}

.large-info-box .box .bot-info .more.back-rosado p {
  color: #fff;
}

.large-info-box .box .bot-info .more.back-rosado p small {
  color: #fff;
}

.large-info-box .bot-info .more p strong {
  text-transform: uppercase;
  font-family: 'Strawford';
  font-weight: 600;
}

.large-info-box .bot-info .more p small {
  color: #ff585d;
}

.large-info-box a:hover .more p {
  background: #ff585d;
  color: #fff;
}

.large-info-box a:hover .more p small {
  color: #fff;
}

.col.carousel {
  float: left;
  width: 40%;
}

.see-more .listado-giras a {
  border: none;
  min-height: 100%;
}

.listado-giras {
  border-top: #838383 solid 1px;
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}

.listado-giras:last-of-type {
  border-top: #838383 solid 1px;
  border-bottom: #838383 solid 1px;
}

.listado-giras:first-of-type {
  border-bottom: none;
}

.back-gris-oscuro .teatrorama a {
  background: none;
}

.back-gris-oscuro .teatrorama a h2 {
  font-weight: 600;
  color: #ff585d;
}

.back-gris-oscuro .teatrorama a p {
  text-transform: uppercase;
  font-weight: 600;
}

.portada-noticias .blog {
  border: #838383 solid 1px;
  min-height: 100%;
}

.portada-noticias .blog a {
  border: none;
  overflow: hidden;
}

.portada-noticias-news .event, .portada-noticias-news .event a {
  min-height: auto;
  height: 100%;
}

.portada-noticias-news .carousel, .portada-noticias-news .carousel-item, .portada-noticias-news .carousel-inner {
  height: 100%;
}

.portada-noticias-news .teatrorama .back-gris-oscuro {
  background: #262626;
  border: 1px solid #838383;
}

.portada-noticias-news .teatrorama .back-gris-oscuro:hover {
  background: #fff;
}

.portada-noticias-news .teatrorama .back-gris-oscuro:hover h2 {
  color: #262626;
}

.portada-noticias-news .teatrorama .back-gris-oscuro:hover p {
  color: #262626;
}

.ojo-convocatoria .back-gris-oscuro {
  background: #262626;
  border: 1px solid #838383;
}

.ojo-convocatoria .back-gris-oscuro:hover {
  background: #ff585d;
  border: 1px solid #ff585d;
}

.ojo-convocatoria .back-gris-oscuro:hover h2 {
  color: #fff;
}

.ojo-convocatoria .back-gris-oscuro:hover p {
  color: #fff;
}

.listado-noticias .see-more .title p {
  font-family: 'Strawford';
}

.listado-noticias .see-more .details p {
  font-family: 'Strawford';
}

.listado-noticias .see-more .details p small {
  color: #ff585d;
  margin: 0;
}

.listado-noticias .see-more a {
  border-top: #838383 solid 1px;
  border-bottom: none;
  min-height: auto;
}

.listado-noticias .see-more a:last-of-type {
  border-bottom: #838383 solid 1px !important;
}

.lo-mas-leido-left .contenedor-titulo p {
  color: #fff;
  font-family: 'Strawford';
  font-size: 30px;
}

.lo-mas-leido-left .title {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.lo-mas-leido-left .title p {
  color: #fff;
  font-family: 'Strawford';
  font-size: 30px;
  font-weight: 800;
}

.lo-mas-leido-left .img-box {
  background-size: cover !important;
  background-position: center !important;
  min-height: 190px;
  position: relative;
}

/* ==========================================================================
   Gallery Style
   ========================================================================== */
.back-gris {
  background: #efefef;
}

.back-gris-oscuro, .teatrorama .back-gris-oscuro {
  background: #262626;
}

.back-gris-oscuro p, .back-gris-oscuro h2 , .back-gris-oscuro ul, .back-gris-oscuro li {
  color: #fff;
}

.box-border {
  border: #000 solid 1px;
}

.pagina-noticias .title {
  margin-top: 79px;
}

.pagina-noticias .title h2 {
  text-align: center;
  font-family: 'Strawford';
  text-transform: uppercase;
  font-weight: 600;
}

.carousel-secundario-noticias .event {
  border: none;
  min-height: 375px;
}

.portada_noticias .carousel-secundario-noticias .event a {
  /*background-color: #fff;*/
}

.portada_noticias .carousel .carousel-control-prev, .portada_noticias .carousel .carousel-control-next {
  top: 50%;
  width: 60px;
}

.portada_noticias .event .event-info .title p {
  color: #252525;
}

.portada_noticias .carousel-secundario-noticias .event a:hover {
  background-color: #252525;
  text-decoration: none;
}

.portada_noticias .event a:hover .event-info .title p {
  color: #fff;
}

.carousel-secundario-noticias .event a {
  border: 1px solid #838383;
  position: relative;
}

.video-tabs .nav-tabs {
  display: block;
}

.video-tabs .nav-item {
  float: none;
}

.video-tabs .nav-tabs .nav-item a {
  padding: 0;
}

.video-tabs .nav-tabs .nav-item a.active {
  border: none;
}

.video-tabs .nav-tabs .nav-item .capture-video {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.video-tabs .nav-tabs .nav-item .video-icon {
  height: 100%;
}

.video-tabs .nav-tabs .nav-item .capture-video .icon {
  width: 82%;
  margin: 0 auto;
}

.video-tabs .nav-tabs .nav-item p {
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.video-tabs .nav-tabs .nav-item .vide0-box-thumb {
  height: auto;
}

.videos-noticias a:hover {
  background-color: #181818;
}

.twitter-feed .border-left {
  border-left: #ff585d solid 4px !important;
}

.twitter-feed p {
  font-family: 'Strawford';
  font-size: 18px;
  line-height: 25px;
}

.portada-noticias-news .event {
  border-left: none;
}

.tag {
  background: #ff585d;
  color: #fff;
  padding: 3px 7px;
  margin-right: 2px;
  font-family: 'Strawford';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}

.tag a {
  color: #fff;
}

.carousel-principal-noticias .banner-top .banner-info {
  position: absolute;
  right: 25px;
  left: auto;
  text-align: right;
  top: auto;
  bottom: 30px;
  height: auto;
  width: 100%;
  /*background: #181818;*/
}

.carousel-principal-noticias .banner-top .banner-info small, .carousel-principal-noticias .banner-top .banner-info p {
  color: #fff;
}

.carousel-principal-noticias .banner-top a:hover .banner-info small {
  color: #ff585d;
}

.calendario h2 {
  font-family: 'Strawford';
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.calendario h2 span {
  color: #fe585c;
}

.calendario .table {
  font-family: 'Strawford';
  font-weight: 500;
}

.calendario .table thead th {
  border: none;
  text-align: center;
}

.calendario .table td, .calendario .table th {
  border: none;
  text-align: center;
  padding: .45rem;
}

.calendario .table .active span {
  background: #fe585c;
  color: #fff;
  padding: 3px 10px;
}

.calendario .table .current {
  border-bottom: 1px solid #fff;
}

.calendario .mes p {
  margin-bottom: 5px;
  font-family: 'Strawford';
  font-size: 20px;
  text-transform: uppercase;
}

.calendario .regiones select {
  width: 100%;
  border: #838383 solid 1px;
  padding: 10px 5px;
  font-family: 'Strawford';
  font-size: 18px;
  font-weight: 300;
  background: url(../img/br_down.png) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 244px;
}

.calendario .regiones select option {
  font-size: 16px;
  font-weight: 300;
}

.calendario .table .link span {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.see-more .event-info p.dadate {
  background: #fe585c;
  color: #fff;
  display: block;
  padding: 4px;
  font-size: 120% !important;
}

.see-more .borde {
  border: #838383 solid 1px;
  position: relative;
  /*border-bottom: none;*/
}

.see-more .descripcion-evento p {
  font-family: 'Strawford';
}

.see-more .descripcion-evento a.comprar-ticket {
  background: #fe585c;
  color: #fff;
  min-height: auto;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 18px;
  float: right;
  display: block;
  text-transform: uppercase;
  border: 1px solid #fe585c;
}

.see-more .descripcion-evento a.comprar-ticket:hover {
  background: #838383;
  border: 1px solid #838383;
}

.see-more .descripcion-evento a.info-ticket {
  background: #fff;
  color: #000;
  min-height: auto;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 18px;
  float: right;
  display: block;
  text-transform: uppercase;
  border: 1px solid #000;
}

.see-more .descripcion-evento a.info-ticket:hover {
  background: #fe585c;
  color: #fff;
  border: 1px solid #000;
}

.see-more .button-toggle a {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.hidden {
  display: none;
}

.see-more .button-toggle a {
  color: #fff;
  border: 0;
  min-height: auto;
  background-color: #fe8385;
  padding: 9px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.see-more .button-toggle a:hover {
  color: #fe8385;
  background-color: #fff;
}

.see-more .button-toggle a p {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 70%;
  text-align: center;
}

.see-more .more p a {
  border: none;
  min-height: auto;
  color: #fe585c;
}

.see-more .more p a:hover {
  background: none;
  color: #000;
}

.foto-lateral {
  height: 100%;
  display: block;
  overflow: hidden;
  min-height: 216px;
}

.nav-tabs {
  border-bottom: none;
}

.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
/*.footer {*/
/*  font-family: 'Strawford';*/
/*}*/

/*.footer p {*/
/*  font-weight: 700;*/
/*  text-transform: uppercase;*/
/*  font-size: 19px;*/
/*}*/

/*.footer p a {*/
/*  font-weight: 700;*/
/*  text-transform: uppercase;*/
/*  font-size: 19px;*/
/*  color: #000;*/
/*}*/

/*.footer p a:hover {*/
/*  color: #ff585d;*/
/*}*/

/*.footer ul {*/
/*  padding: 0;*/
/*  list-style: none;*/
/*}*/

/*.footer ul li a, .footer ul li {*/
/*  color: #262626;*/
/*  font-size: 16px;*/
/*  font-weight: 400*/
/*}*/

/*.footer ul li.grandchild {*/
/*  margin: 0 0 5px 10px;*/
/*  padding: 0;*/
/*}*/

/*.footer ul li.grandchild a {*/
/*  color: #262626;*/
/*  font-size: 14px;*/
/*  font-weight: 100;*/
/*  line-height: 100%;*/
/*}*/

/*.footer ul li a:hover {*/
/*  color: #ff585d;*/
/*}*/

/*.footer ul li {*/
/*  line-height: 120%;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.footer .info p {*/
/*  color: #262626;*/
/*  font-size: 16px;*/
/*  text-transform: capitalize;*/
/*  font-weight: 400;*/
/*  margin-bottom: 5px;*/
/*}*/

/*.footer .info a {*/
/*  color: #262626;*/
/*  font-size: 16px;*/
/*  text-transform: none;*/
/*  font-weight: 400;*/
/*  margin-bottom: 5px;*/
/*  text-decoration: underline;*/
/*}*/

/*.footer .info a:hover {*/
/*  color: #ff585d;*/
/*}*/

/* ==========================================================================
   Pde
   ========================================================================== */
.pde-people img {
  max-height: 150px;
}

.pde-people .text-block p {
  margin-left: 10px;
}

.pde-people .text-block p.name {
  margin-bottom: 10px;
}

.pde-team a {
  background-color: #fff;
  min-height: 320px;
  border-radius: unset;
  margin-top: -1px;
  margin-right: -1px;
}

.pde-team .bot-info .more p {
  font-size: 48px;
  font-weight: 200;
}

.pde-team .event-info .text p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}

.pde-team-header .pde-title p {
  margin-bottom: 5px;
}

/* ==========================================================================
   Residencias
   ========================================================================== */
.residencias .text a {
  border: none;
  display: unset;
  font-weight: bold;
  color: #ff585d;
}

/* ==========================================================================
   Estrategia de comunicacion
   ========================================================================== */
.estrategia-boxes a {
  min-height: 120px;
}

.estrategia-boxes .estrategia-title p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #262626;
  margin-bottom: 5px;
}

.estrategia-boxes a:hover .estrategia-title p {
  color: white;
}

/* ==========================================================================
   Sponsors Style
   ========================================================================== */
.associates {
  font-family: 'Strawford';
}

.associates .bot-info p {
  color: #262626;
  font-size: 20px;
  font-weight: 300;
}

/* ==========================================================================
   Data Style
   ========================================================================== */
.data .data-info .text-inline p {
  font-size: 60px;
}

.data .data-info .text-inline p span {
  font-size: 68px;
  font-weight: 500;
  color: #000;
}

/* ==========================================================================
   Text Block Static Style
   ========================================================================== */
.text-block a {
  font-weight: 700;
  color: #25a691;
  text-decoration: underline;
  font-size: 1.4rem;
}

.text-block .link-mas a {
  border: 1px solid #ff585d;
  font-weight: 700;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 25px;
  text-align: center;
  font-size: 1.2rem;
}

.text-block .link-mas a:hover {
  color: #fff;
  background-color: #ff585d;
}

.text-block h4,
.text-block h5 {
  color: #1a1a1a;
  font-family: 'Strawford';
  font-weight: 600;
}

.text-block h5 {
  font-weight: 600;
}

.text-block li {
  font-size: 16px;
  color: #1a1a1a;
  font-family: 'Strawford';
  /*font-weight: bold;*/
}

/* ==========================================================================
   Accordions
   ========================================================================== */
.accordion-row div div a {
  border-top: #838383 solid 1px;
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
}

.accordion-row div:last-child div a {
  /*border-bottom: #838383 solid 1px;*/
  border-bottom: 0;
}

.accordion-info-box a {
  padding: 15px 15px;
  display: block;
  position: relative;
  border: 0px solid #838383;
  background-color: #fff;
  text-decoration: none;
}

.accordion-info-box-title p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 1.3rem;
  color: #262626;
  line-height: 140%;
}

.accordion-info-box-text p {
  font-family: 'Strawford';
  font-size: 1.1rem;
  color: #262626;
  line-height: 140%;
  padding-right: 20px;
}

.accordion-row .accordion-info-box a:hover {
  background-color: rgba(24, 24, 24, 0.05);
  cursor: pointer;
}

.accordion-row .accordion-info-box a:hover .more p {
  color: #ff585d;
}

.accordion-row .accordion-info-box-text {
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
  background-color: #fff;
}

.accordion-row .accordion-info-box-text p a {
  border: 0 !important;
  color: #ff585d;
  display: inline-block;
  padding: 0;
  background-color: #fff;
  min-height: auto;
}

.accordion-row .accordion-info-box-text p a:hover {
  color: #000;
  background-color: #fff;
  min-height: auto;
}

.obras-collapse a.toggle.collapsed {
  border-bottom: #838383 solid 1px !important;
}

.obras-collapse a.toggle {
  border-bottom: 0 !important;
}

.obras-collapse a {
  border-top: 1px solid #838383 !important;
  border-left: 1px solid #838383 !important;
  border-right: 1px solid #838383 !important;
}

.obras-collapse .accordion-info-box-text {
  border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
  border-bottom: #838383 solid 1px;
  margin-top: -1px;
}

.obras-collapse .toggle:hover~.bio {
  background-color: #181818;
}

.obras-collapse .toggle:hover~.bio p {
  color: #fff;
}

/* ==========================================================================
   Accordion Small Info Box
   ========================================================================== */
.accordion-sm-info-box a {
  padding: 10px 10px;
}

.accordion-sm-info-box a .more p {
  font-weight: 200;
  font-size: 48px;
  line-height: 50%;
}

.accordion-sm-info-box a .more {
  top: -5px !important;
}

/* ==========================================================================
   Equipo
   ========================================================================== */
.equipo .bot-info .more p {
  font-size: 62px;
}

/* ==========================================================================
   Downloads
   ========================================================================== */
.downloads .file .link {
  padding: 0 10px;
}

.downloads .file .link a {
  font-family: 'Strawford';
  font-size: 1.4rem;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #ff595d;
  text-transform: capitalize;
  font-weight: 500;
  height: 50px;
  line-height: 138%;
}

.downloads .file .link a:hover {
  background-color: #000;
}

/* ==========================================================================
  News
  ========================================================================== */
.news-block {
  margin-top: -120px;
}

.news-block p {
  text-align: left;
}

.news-block span.red {
  color: #ff585d;
}

.news-block .news-subtitle p {
  text-align: left;
}

.news-block .author p {
  font-size: 20px;
  text-align: right;
}

.news-block .author p b {
  color: #ff585d;
}

.news-block .author a {
  text-decoration: none;
  font-weight: 500;
}

.news-block .highlight-banner p {
  text-align: justify;
  font-style: italic;
  padding-left: 12px;
  line-height: 1.7;
  border-left: 5px solid #ff585d;
}

.news-block .highlight-banner .quote-author span.author-span {
  color: #ff585d;
}

.news-block .highlight-banner p.quote-author {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  border-left: none;
  text-align: right;
}

.news-block .photo .photo-caption p {
  font-family: 'Strawford';
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -24px;
  font-weight: 500;
}

.news-block .img-quote {
  border: 1px solid #262626;
}

.news-block .img-quote p {
  line-height: 1.7;
  text-align: right;
  font-style: italic;
}

.news-block .img-quote p.quote-author {
  font-style: normal;
}

.news-block .img-quote span {
  font-weight: bold;
}

.news-block .next-date {
  border: 1px solid #262626;
}

.news-block .tags-section span {
  font-weight: 500;
}

.news-block .schedules .hora {
  background-color: #ff585d;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.news-block .schedules .info {}

.news-block .schedules .info p {
  margin-bottom: 0px;
}

.news-block .bloque-tabla th {
  background-color: #ff585d;
  text-align: center;
  color: white;
  font-weight: bold;
  /*font-size: 24px;*/
}

.news-block .bloque-tabla tbody th {
  text-align: left;
}

.oldbody>div>h1 {
  display: none
}

.oldbody .main-image {
  margin: 12px 0;
}

.blogpost {
  font-family: 'Strawford';
  font-size: 18px;
}

.blogpost .control-group {
  margin: 24px 0;
}

.blogpost input {
  width: 100% !important;
}

.blogpost textarea {
  width: 100% !important;
}

/* ==========================================================================
   Equipo
   ========================================================================== */
.people-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.people-block .people {
  margin-bottom: 30px;
}

.people-block .people .name p {
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 100%;
  text-align: left;
}

.people-block .people .company-position p {
  margin-bottom: 5px;
  line-height: 100%;
  text-align: left;
}

.people-block .people .email p {
  font-family: 'Strawford';
  font-weight: bold;
  margin-bottom: 5px;
}

.people-block .people .phone p {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 5px;
  line-height: 135%;
  font-size: 16px;
}

/* ==========================================================================
   Santiago a Mil
   ========================================================================== */
.big-button a, .big-button button {
  background: #fe585c;
  color: #fff;
  font-weight: bold;
  /* font-size: 28px; */
  text-transform: uppercase;
  font-family: 'Strawford';
  border-radius: 0;
  border: none;
}

.big-button a:hover, .big-button button:hover {
  background: #000;
}

/* ==========================================================================
   Misc
   ========================================================================== */
.initiallyHidden {
  display: none;
}

.vertical-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pink-link a {
  color: #ff585d;
}

/* ==========================================================================
   Other
   ========================================================================== */
.toggle .closer {
  display: block;
}

.toggle .opener {
  display: none;
}

.toggle.collapsed .closer {
  display: none;
}

.toggle.collapsed .opener {
  display: block;
}

.ficha-obra .year {
  font-family: 'Strawford';
  font-size: 48px;
}

.ficha-obra .info p {
  /*font-family: 'Strawford';
    font-size: 24px;*/
  line-height: 140%;
}

.ficha-obra .prensa p {
  font-family: 'Strawford';
  font-weight: 100;
  font-style: italic;
  font-size: 20px;
  line-height: 150%;
  color: #ff585d;
}

.ficha-obra .prensa p:last-child {
  margin-bottom: 0;
}

.ficha-obra .prensa p:last-child {
  color: #000;
  font-weight: 400;
  text-align: right;
}

.ficha-obra .prensa .carousel-control-prev, .ficha-obra .prensa .carousel-control-next {
  width: 100%;
  position: relative;
}

.ficha-obra .prensa .carousel {
  /*min-height: 150px;*/
}

.ficha-obra .resena p {
  font-family: 'Strawford';
  /*font-size: 18px;*/
  line-height: 150%;
}

.ficha-obra .persona p {
  font-family: 'Strawford';
  font-size: 18px;
  line-height: 150%;
}

.ficha-obra .see-more a {
  min-height: 58px;
}

.ficha-obra .see-more .event-info .title p {
  font-family: 'Strawford';
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
  color: #000;
}

.ficha-obra .see-more .event-info .text p {
  line-height: 100%;
}

.ficha-obra .see-more a:hover .event-info .title p {
  color: #fff;
}

.ficha-obra .more {
  color: #000;
  font-size: 36px;
  font-weight: 300 !important;
}

.ficha-obra .info {
  color: #000;
  font-family: 'Strawford';
  font-size: 18px;
  line-height: 150%
}

.pie-foto {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a[href$="elfsight.com"] {
  display: none;
}

#eapps-instagram-feed-1>a {
  display: none !important;
  margin-left: -999999px;
  opacity: 0;
}

.videos-noticias .icon-container {
  position: relative
}

.videos-noticias .fa-play-circle {
  font-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  color: #fff;
}

.twitter-feed a {
  color: #000;
}

.oldbody {
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 140%;
  font-size: 18px;
}

.oldbody p {
  line-height: 140%;
  font-size: 18px;
}

.oldbody h1,
.oldbody h2,
.oldbody h3,
.oldbody h4 {
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.oldbody .category {
  display: none;
}

.oldbody .tools-article {
  display: none;
}

.titulo-solo {
  font-family: 'Strawford';
  font-weight: 700;
  line-height: 100%;
  font-size: 60px;
}

.contacto .small {
  font-size: 80%;
}

label.politicas {
  font-size: 18px;
  font-weight: 100;
  display: inline-flex;
  padding: 0;
}

.politicas a {
  color: #ee565e;
}

.titulo-seccion-noticias {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 22px !important;
  color: #262626;
  margin-bottom: 0;
  margin-top: -32px;
}

.bajada-hoy {
  color: #fff;
}

.bajada-hoy:hover {
  color: #181818;
}

.blog h1 {
  font-family: 'Strawford';
  line-height: 80%;
  text-align: right;
  letter-spacing: -2px;
}

.blog h1 span {
  font-weight: 700;
}

.blog .type {
  font-family: 'Strawford';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}

.blog .date {
  font-size: 10px;
}

.blog .title {
  margin-top: -5px;
  font-weight: 600;
  font-family: 'Strawford';
  /*font-style: italic;*/
  font-size: 24px;
  line-height: 120%;
}

.blog .noticias a {
  min-height: auto;
}

.blog .autor {
  font-family: 'Strawford';
  font-size: 12px;
}

.blog .body {
  font-size: 12px;
  line-height: 130%;
  text-align: left;
}

.blog .blogcol .instagram-media-rendered {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
}

.postpage .title {
  font-size: 48px;
}

.postpage .body {
  font-size: 16px;
  font-family: 'Strawford';
}

.blog.postpage .opinion {
  background: #fff;
  color: #000;
  /*border: 1px solid #000;*/
  padding: 1em;
}

.blog.postpage .autor {
  font-family: 'Poppins', monospace;
}

.blog .date, .blog .title, .blog .autor, .blog.body {
  margin: 0;
  padding: 0;
}

.blog .opinion {
  padding: 14px;
  /*background: #fb555d;*/
  /*color: #fff;*/
  -webkit-box-shadow: -7px 7px 0px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(50, 50, 50, 1);
  box-shadow: -7px 7px 0px 0px rgba(50, 50, 50, 1);
}

.blog.postpage .opinion {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

h1.blog {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 130px;
  text-align: right;
  line-height: 80%;
}

.blog .title-1 {
  font-family: 'Strawford';
  font-size: 28px;
  font-weight: 700;
}

.blog .title-2, .blog .title-4 {
  font-family: 'Strawford';
  font-size: 16px;
  font-weight: 100;
}

.blog.postpage a {
  color: #fb555d;
  font-family: 'Strawford';
}

.makesticky {
  position: sticky;
  right: 0;
  top: 30px;
}

.unaobra .subinfo p {
  font-family: 'Strawford';
  line-height: 140%;
  padding: 0;
  margin: 0;
}

.side-obra a.toggle.collapsed {
  border-bottom: #838383 solid 1px !important;
}

.side-obra a.toggle {
  /*border-bottom: 0 !important;*/
}

.side-obra a {
  border-top: 1px solid #838383 !important;
  border-left: 1px solid #838383 !important;
  border-right: 1px solid #838383 !important;
  border-bottom: 1px solid #838383 !important;
}

.side-obra .accordion-info-box-text {
  /*border-left: #838383 solid 1px;
  border-right: #838383 solid 1px;
  border-bottom: #838383 solid 1px;*/
  margin-top: -1px;
}

/* .side-obra .toggle:hover ~ .bio {
    background-color: #181818;
} */
.side-obra .toggle p {
  margin: 0 !important;
}

/* .side-obra .toggle:hover ~ .bio p {
    color: #fff;
} */
.side-obra .text-block p {
  margin: 3px !important;
}

/* ==========================================================================
   Encuesta
   ========================================================================== */
#encuesta .bloque-titulo h1 {
  color: #000;
  font-family: 'Strawford';
}

.galerianojs .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.galerianojs .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.galerianojs .column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .galerianojs .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .galerianojs .column {
    flex: 100%;
    max-width: 100%;
  }
}

/*Encuesta*/
#encuesta .bloque-titulo h1 {
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#encuesta .box {
  position: relative;
  margin-bottom: 25px;
}

#encuesta .check {
  position: absolute;
  right: 15px;
  top: 20px;
}

#encuesta input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#encuesta input[type=radio].css-checkbox+label.css-label, input[type=radio].css-checkbox+label.css-label.clr {
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
}

#encuesta input[type=radio].css-checkbox:checked+label.css-label, input[type=radio].css-checkbox+label.css-label.chk {
  background-position: 0 -30px;
}

#encuesta label.css-label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_842f67a7e5c9ab5832f6b2148b5eb3c9.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#encuesta .box .info .texto-info p {
  color: #000;
  font-family: 'Strawford';
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  font-size: 30px;
}

#encuesta .box .info .bajada-info p {
  font-family: 'Strawford';
  font-weight: 400;
  font-size: 15px;
}

#encuesta .box .info .bajada-info p {
  color: #000;
  margin: 0;
}

#encuesta .box.color {
  background-color: #ff585d;
}

#encuesta .box.color .info .bajada-info p, #encuesta .box.color .texto-info p {
  color: #fff;
}

#encuesta .send button {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ff585d;
  padding: 5px 30px;
  border: 0;
  cursor: pointer;
  font-size: 25px;
}

#encuesta .send button span {
  font-weight: 300;
}

#encuesta .send button:hover {
  background-color: #000;
}

.cadaminuto h2, .cadaminuto h3, .cadaminuto h4 {
  font-family: 'Strawford';
}

.cadaminuto {
  font-family: 'Strawford';
}

.obradescription p {
  font-family: 'Strawford';
  font-size: 110%;
  line-height: 150%;
}

.blog-banner {
  border: 1px solid #838383;
}

.ojo-box .lugar p.colored {
  /*background-color: #ff585d;*/
  color: #ff585d;
}

.borde {
  border: 1px solid rgb(131, 131, 131);
}

.dafooter li {
  cursor: pointer;
}

.dafooter li:hover {
  color: #ff585d;
  text-decoration: underline;
}

.justified-gallery a {
  border: none !important;
  min-height: unset !important;
}

.sibling {}

#MainMenu #close-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.mas_noticias {
  border: 1px solid #ff585d;
  font-weight: 700;
  display: block;
  border-radius: 0;
}

.mas_noticias:hover {
  background-color: #ff585d;
  color: #fff;
  ;
}

#hint_id_title {
  display: none
}

/*POP Anuncio*/
.pop-anuncio .modal-content {
  border: 0;
  background-color: transparent;
}

.pop-anuncio .modal-body {
  padding: 0;
}

.pop-anuncio .close {
  font-size: 1.7rem;
  color: #f63a39;
  text-shadow: none;
  opacity: 1;
}

.gracias .show {
  display: block;
}

.gracias .show-none {
  display: none;
}

.side-obra a.no-border {
  border: none !important;
  font-size: 17px;
}

.rich-text img {
  max-width: 100%;
  height: auto;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.responsive-object {
  position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Cifras*/
.bloque-cifras {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bloque-cifras .destacado p {
  color: #f45664;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  /*font-style: italic;*/
  margin-bottom: 5px;
  line-height: 100%;
  text-align: center;
  font-size: 3em;
}

.bloque-cifras .bajada p {
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 100%;
  text-align: center;
  font-size: 1.5em;
}

.sticker {
  position: absolute;
  top: -5px;
  left: -5px;
  background: #51337b;
  color: #fff;
  padding: 0.1rem 0.1rem;
  font-size: 200%;
  font-family: 'Barlow Condensed', sans-serif;
  transform: rotate(-5deg);
  font-size: 0.7rem !important;
}

/*Load*/
.banner-top .carousel-cell {
  /* Add whatever CSS props you want */
  visibility: hidden;
}

.banner-top .carousel-cell.pageloaded {
  visibility: visible;
}

/*Documento*/
.doc-pdf {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  font-size: 1.1rem;
  border-radius: 5px;
  text-decoration: none;
}

.doc-pdf:hover {
  border: 1px solid #ff585d;
  color: #fff;
  background-color: #ff585d;
  text-decoration: none;
}

.link-colabora {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.link-colabora a {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-weight: 300;
  background-color: #ff585d;
  padding: 5px 10px;
  font-size: 1.3rem;
  text-decoration: none;
}

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

#colaborar .colaboracion .section-block p {
  font-size: 25px !important;
}

#colaborar .b-line {
  min-height: 350px;
  position: relative;
}

.info-contacto p {
  margin-bottom: 0;
  line-height: 150%;
}

.info-contacto p a {
  text-decoration: none;
  color: #ff585d;
}

.info-contacto p a:hover {
  text-decoration: underline;
}

.info-contacto .contacto-colaborar p {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 120%;
}

.convocatoria-2022 a {
  color: #fff;
  padding: 5px 20px;
  font-weight: 800;
  border: 1px solid #E07319;
  background-color: #E07319;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
  font-family: 'Strawford';
  text-align: center;
}

.convocatoria-2022 a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.convocatoria-2022 a span {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  font-size: 38px;
  line-height: 25px;
  color: #ff585d;
}

.convocatoria-2022 a:hover span {
  color: #fff;
}

.banner-info.no-image h1 {
  color: #000 !Important;
  text-shadow: none !important;
  font-size: 90px !important;
}

.banner-info.no-image h2 {
  color: #000 !Important;
  text-shadow: none !important;
  font-size: 40px !important;
}

.top-static-banner-nobg {
  min-height: 200px;
}

.ficha-obra .see-more a.programadores_dl {
  border: 0px !important;
}

.video-fluid {
  width: 100%;
  height: auto;
}

.persons {
  color: #000;
  font-weight: 300;
  /*text-decoration: none;*/
}

.persons a {
  color: #000;
  font-weight: 300;
  /*text-decoration: none;*/
}

.creditos-banner {
  position: absolute;
  bottom: 0;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.4); */
  color: #fff;
}

/*Timeline*/
.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.flex-parent .input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.flex-parent .input {
  width: 30px;
  height: 30px;
  background-color: #fa585d;
  position: relative;
  border-radius: 50%;
}

.flex-parent .input:hover {
  cursor: pointer;
}

.flex-parent .input::before, .flex-parent .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fa585d;
  width: 7vw;
  height: 5px;
  max-width: 100px;
}

.flex-parent .input::before {
  left: calc(0vw + 12.5px);
}

.flex-parent .input::after {
  right: calc(-4vw + 12.5px);
}

.flex-parent .input.active {
  background-color: #fa585d;
}

.flex-parent .input.active::before {
  background-color: #fa585d;
}

.flex-parent .input.active::after {
  background-color: #fa585d;
}

.flex-parent .input.active span {
  font-weight: 700;
}

.flex-parent .input.active span::before {
  font-size: 18px;
}

.flex-parent .input.active span::after {
  font-size: 18px;
}

.input.active~.input, .input.active~.input::before, .input.active~.input::after {
  background-color: #AEB6BF;
}

.flex-parent .input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.flex-parent .input span::before, .flex-parent .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}

.flex-parent .input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 18px;
}

.flex-parent .input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.flex-parent .description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 25px;
  max-width: 1000px;
}

.flex-parent .description-flex-container p {
  margin-top: 0;
  display: none;
}

.flex-parent .description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .flex-parent .input::before {
    right: 7.5px;
  }

  .flex-parent .input::after {
    right: 7.5px;
  }
}

@media (max-width: 850px) {
  .flex-parent .input {
    width: 17px;
    height: 17px;
  }

  .flex-parent .input::before, .flex-parent .input::after {
    height: 3px;
  }

  .flex-parent .input::before {
    left: calc(-4vw + 8.5px);
  }

  .flex-parent .input::after {
    right: calc(-4vw + 8.5px);
  }
}

@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .flex-parent .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .flex-parent .input {
    width: 50px;
    height: 50px;
    margin: 0 5px 10px;
    background-color: #AEB6BF;
  }

  .flex-parent .input::before, .flex-parent .input::after {
    content: none;
  }

  .flex-parent .input span {
    width: 100%;
    height: 100%;
    display: block;
  }

  .flex-parent .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }

  .flex-parent .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .flex-parent .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}

.mapa {
  background-color: #ff585d;
  position: relative;
  padding: 15px;
}

.mapa a {
  text-decoration: none;
  display: inline-block;
  left: 65px;
}

.mapa a span {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 120%;
  font-size: 0.8rem;
}

.mapa a:hover span {
  opacity: 1;
  display: inline-block;
}

.mapa a.active span {
  opacity: 1;
  display: inline-block;
}

.regiones-t p {
  font-family: 'Strawford';
  margin-bottom: 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.info-region {
  border: 1px solid #bbbbbb;
}

.info-region .contenedor-titulo p {
  text-transform: uppercase;
}

.info-region .see-more a {
  border: 1px solid #838383 !important;
}

.mapas-0 {
  position: absolute;
  top: 89px;
  background-repeat: no-repeat;
  min-height: 600px;
  background-position: left top;
  background-image: url(../img/mapa-mil-chile-00.png);
}

/*Nueva Ficha*/
.descripcion .titulo-ficha h1 {
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #de4f95;
}

.descripcion .autor-ficha p {
  font-family: 'Strawford';
  font-weight: 300;
  line-height: 140%;
}

.descripcion .sinopsis p {
  font-family: 'Strawford';
  font-weight: 500;
}

.descripcion .sinopsis p a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

.descripcion .sinopsis p a:hover {
  color: #FF7017;
}

.descripcion .info-ficha p {
  font-family: 'Strawford';
  line-height: 160%;
}

.descripcion .info-ficha ul {
  background-color: #fa575e;
  padding: 4px;
  display: inline-block;
  margin: 0;
  font-family: 'Strawford';
  /* line-height: 150%; */
  font-size: 1.1rem;
}

.descripcion .info-ficha ul li {
  list-style: none;
  float: left;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #fff;
  padding: 0 5px;
}

.descripcion .info-ficha ul li:last-child {
  border-right: 0;
}

.bio-ficha p {
  font-family: 'Strawford';
  line-height: 160%;
}

.bio-ficha p a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

.bio-ficha p a:hover {
  color: #FF7017;
}

.bio-ficha-slider {}

.bio-ficha-slider .carousel-control-next, .bio-ficha-slider .carousel-control-prev {
  width: 100%;
  color: #000;
  opacity: 1;
  font-size: 1.4rem;
}

.bio-ficha-slider .autor-bio p {
  font-family: 'Strawford';
  font-weight: 700;
  margin-bottom: 0;
}

.bio-ficha-slider .cargo-bio p {
  font-family: 'Strawford';
  font-weight: 500;
}

.bio-ficha-slider .titulo-bio p {
  font-family: 'Strawford';
  font-weight: 500;
}

.bio-ficha-slider .info-bio p {
  font-family: 'Strawford';
  font-weight: 500;
}

.bio-ficha-slider .info-bio p a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

.bio-ficha-slider .info-bio p a:hover {
  color: #FF7017;
}

.bio-ficha-slider .carousel-indicators {
  bottom: -35px;
}

.bio-ficha-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.bio-ficha-slider .carousel-indicators .active {
  background-color: #FF7017;
}

.galeria .principal {
  position: relative;
  background-color: #000;
}

.galeria .principal .icono-camara {
  position: absolute;
  right: 35px;
  bottom: 20px;
}

.galeria .hidden-pic {
  display: none;
}

#galeriaficha .carousel-control-next, #galeriaficha .carousel-control-prev {
  width: 10%;
  color: #fff;
  opacity: 1;
  font-size: 1.4rem;
}

#galeriaficha {
  background-color: #000;
}

#galeriaficha-2 {
  background-color: #000;
}

.prensa p {
  font-family: 'Strawford';
  font-weight: 500;
  margin-bottom: 0;
  line-height: 160%;
}

.prensa p a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.prensa p a:hover {
  color: #FF7017;
}

/*Tabs*/
.tabs-ficha .nav-tabs {
  display: none;
  border: 0;
}

.tabs-ficha .nav-tabs .nav-item {
  margin-bottom: 0px;
  border-right: 2px solid #fff;
}

.tabs-ficha .nav-tabs .nav-item:last-child {
  border-right: 0;
}

.tabs-ficha .nav-tabs .nav-item .nav-link, .tabs-ficha .nav-tabs .nav-link {
  border-color: transparent;
  border-radius: 0;
  border: 0;
  background: #231F20;
}

.tabs-ficha .nav-tabs .nav-item.show .nav-link, .tabs-ficha .nav-tabs .nav-link.active {
  background: #FF7017;
}

.tabs-ficha .sub-titulo p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  margin-bottom: 5px;
}

.tabs-ficha .tab-pane a {
  display: block;
}

.tabs-ficha .collapse .show~.tabs-ficha .tab-pane .card-header {
  background: #FF7017;
}

@media (min-width: 768px) {
  .tabs-ficha .nav-tabs {
    display: flex;
  }

  .tabs-ficha .card {
    border: none;
  }

  .tabs-ficha .card .card-header {
    display: none;
  }

  .tabs-ficha .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tabs-ficha .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tabs-ficha .card-body {
  padding: 0;
}

.tabs-ficha .card {
  border: 0;
  border-radius: 0
}

.tabs-ficha .card-header {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: -1px;
  background-color: #231F20;
}

.tabs-ficha .card-header:hover, .tabs-ficha .card-header:focus, .tabs-ficha .card-header:active {
  background-color: #FF7017;
}

.tabs-ficha .card-header a {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  margin-bottom: 5px;
  text-decoration: none;
}

.tabs-ficha .tab-content p {
  font-family: 'Strawford';
  font-weight: 500;
}

.tabs-ficha .tab-content p a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  display: inline;
}

.tabs-ficha .tab-content p a:hover {
  color: #FF7017;
}

.tags-ficha ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.tags-ficha ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.tags-ficha ul li a {
  font-family: 'Strawford';
  display: block;
  border: 2px solid #000;
  padding: 5px;
  margin-bottom: 10px;
  color: #000;
  opacity: 0.5;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.tags-ficha ul li a:hover {
  opacity: 1;
}

.categoria-ficha {
  padding: 7px 10px;
  display: inline-block;
  background-color: #51337b;
}

.categoria-ficha p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.persona-info p {
  line-height: 160%;
}

.persona-info .nombre p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5rem;
}

.persona-info .cargo p {
  font-weight: 700;
}

.persona-info .titulo p {
  font-weight: 700;
}

/*Side Ficha*/
.side-ficha .funciones .carousel .carousel-item>div {
  border-right: 1px solid #000;
  padding: 3px 0;
}

.side-ficha .funciones .carousel .carousel-item>div:last-child {
  border-right: 0;
}

.side-ficha .funciones .carousel {
  background-color: transparent !important;
}

.side-ficha .funciones .carousel .carousel-item>div:hover {
  background-color: #5B17E0 !important;
}

.side-ficha .funciones .carousel .carousel-item>div:hover p {
  color: #fff;
}

.side-ficha .funciones .carousel .semana p {
  font-family: 'Strawford';
  font-weight: 500;
  margin-bottom: 0;
  line-height: 120%;
}

.side-ficha .funciones .carousel .dia p {
  font-family: 'Strawford';
  font-weight: 600;
  margin-bottom: 0;
  line-height: 110%;
}

.side-ficha .funciones .carousel .mes p {
  font-family: 'Strawford';
  font-weight: 500;
  margin-bottom: 0;
  line-height: 120%;
}

.side-ficha .funciones .carousel .hora p {
  font-family: 'Strawford';
  font-size: 1.0rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 120%;
}

.side-ficha .funciones .carousel .tipo p {
  font-family: 'Strawford';
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 130%;
}

.side-ficha .funciones .carousel .carousel-control-next, .side-ficha .funciones .carousel .carousel-control-prev {
  width: 0%;
  color: #000;
  opacity: 1;
  font-size: 1.4rem;
}

.side-ficha .comprar-ticket a {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  text-decoration: none;
  min-width: 200px;
  width: 100%;
  text-align: center
}

.side-ficha .comprar-ticket a:hover {
  background-color: #ee5a28 !important;
  color: #fff;
}

.side-ficha .info-ficha .modalidad {
  color: #fff;
  font-family: 'Strawford';
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
  /*background-color: #000;*/
  text-decoration: none;
  min-width: 200px;
  width: 100%;
  font-size: 1.3rem;
  text-align: center
}

.side-ficha .comprar-ticket a:hover {
  background-color: #000;
}

.side-ficha .info-calendario p {
  font-family: 'Strawford';
  font-size: 1.0rem;
}

.side-ficha .info-calendario .opcional {
  margin-left: 5px;
}

.side-ficha .info-calendario .opcional p {
  font-family: 'Strawford';
  font-size: 0.7rem;
  margin-bottom: 0;
}

.side-ficha .info-calendario ul {
  padding: 0;
  list-style: none;
}

.side-ficha .info-calendario ul li {
  font-family: 'Strawford';
  font-weight: 500;
  margin-bottom: 10px;
}

.side-ficha .info-calendario ul li img {
  margin-right: 5px;
}

.side-ficha .info-calendario ul li a {
  font-family: 'Strawford';
  font-weight: 600;
  color: #414042;
  text-decoration: underline;
}

.side-ficha .info-calendario ul li a.lugar {
  display: block;
  text-decoration: none;
}

.side-ficha .info-calendario ul li a:hover {
  color: #FF7017;
}

.side-ficha .agendar a {
  color: #000;
  font-family: 'Strawford';
  font-weight: 600;
  display: inline-block;
  padding: 5px 20px;
  /*background-color: #231F20;*/
  text-decoration: none;
  min-width: 200px;
}

.side-ficha .agendar a:hover {
  background-color: #000;
  color: #fff;
  fill: #fff;
}

.side-ficha .agendar img {
  fill: #000;
  filter: brightness(0);
}

.side-ficha .agendar a:hover img {
  fill: #fff;
  filter: brightness(1);
}

.side-ficha .carousel-fechas .carousel-cell {
  width: 20%;
}

.side-ficha .carousel-fechas-info .carousel-cell {
  width: 100%;
  overflow: hidden;
}

.side-ficha .carousel-fechas .carousel-cell.is-selected {
  background: #fa575e;
  border-radius: 10px;
  border: 2px solid #5e3384;
}

.side-ficha .carousel-fechas .carousel-cell {
  height: auto;
  min-height: 100%;
  margin-right: 0;
  background: transparent;
  border-radius: 0px;
  counter-increment:.carousel-cell;
  padding: 10px 5px;
  border: 2px solid transparent;
  border-radius: 10px;
  position: absolute;
  left: -10000px;
  min-height: 90px;
}

.side-ficha .carousel-fechas .carousel-cell:hover {
  border: 2px solid #5e3384;
  background-color: #fa575e;
}

.side-ficha .carousel-fechas .carousel-cell:hover p {
  color: #fff;
}

.side-ficha .carousel-fechas .carousel-cell:first-child {
  border-left: 0;
}

.side-ficha .carousel-fechas a p {
  font-family: 'Strawford';
  font-weight: 400;
  text-align: center;
  line-height: 120%;
  color: #000;
  margin-bottom: 0;
  /*word-spacing: 70px;*/
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
}

.side-ficha .carousel-fechas a p strong {
  font-size: 1.6rem;
}

.side-ficha .carousel-fechas a:hover {
  text-decoration: none;
}

.side-ficha .carousel-fechas .carousel-cell.is-selected p {
  color: #fff;
}

.side-ficha .carousel-fechas .flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #000;
}

.side-ficha .carousel-fechas .flickity-button-icon {
  fill: #000;
}

.side-ficha .carousel-fechas .flickity-prev-next-button.previous {
  left: -25px !important;
}

.side-ficha .carousel-fechas .flickity-prev-next-button.next {
  right: -25px;
}

.teatroamiltvlogo {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.titulo-seccion p {
  font-weight: 600;
  color: #000;
  font-family: 'Strawford';
  line-height: 100%;
  margin-bottom: 0;
}

.info-ficha [data-toggle="collapse"] .fa:before {
  content: url(../img/close-btn.png);
}

.info-ficha [aria-expanded="true"] .fa:before {
  content: url(../img/open-btn.png);
}

.info-ficha [data-toggle="collapse"].collapsed .fa:before {
  content: url(../img/close-btn.png);
}

.ficha-header {
  text-decoration: none;
}

.ficha-header:hover {
  text-decoration: none;
}

.info-ficha .info p {
  line-height: 160%;
}

.bg-side {
  background-color: #E6E7E8;
}

.bg-interes {
  background-position: center;
  background-size: cover;
  display: block;
  min-height: 300px;
  background-color: #000;
  text-decoration: none;
  position: relative;
  border-right: 1px solid #fff;
}

.bg-interes .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity: 0.5;
}

.bg-interes:hover .overlay, .bg-interes:focus .overlay {
  height: 100%;
  opacity: 1;
  min-height: 300px;
  z-index: 1;
}

.bg-interes .info-interes {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
}

.bg-interes .cat-interes {
  display: inline-block;
  margin-right: 5px;
  z-index: 2;
  position: relative;
}

.bg-interes .cat-interes p {
  font-family: 'Strawford';
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  padding: 5px;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.bg-interes .titulo-interes p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 140%;
}

.bg-interes .autor-interes p {
  font-family: 'Strawford';
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  font-size: 0.9rem;
  line-height: 140%;
}

/*.bg-interes .pais-interes p {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    display: inline-flex;*/
/*}*/
.bg-interes .pais-interes {
  font-family: 'Strawford';
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.8rem;
  /*line-height: 100%;*/
  /*border-right: 1px solid #fff;*/
  /*display: inline-block;*/
  /*float: left;*/
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  /*margin-bottom: 10px;*/
  font-style: italic;
}

.pais-interes p {
  color: #fff;
}

.bg-interes .lugar-interes p {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 100%;
}

.bg-interes .pais-interes ul li:first-child {
  padding-left: 0;
}

.bg-interes .pais-interes ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.bg-interes .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
}

.noticias-relacionadas a {
  text-decoration: none;
  display: block;
}

.noticias-relacionadas a .bg-img-noticia {
  background-position: center;
  background-size: cover;
  min-height: 150px;
  width: 100%;
  background-repeat: no-repeat;
}

.noticias-relacionadas a p {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  font-family: 'Strawford';
  font-size: 0.9rem;
  line-height: 140%;
}

.noticias-relacionadas a:hover p {
  text-decoration: underline;
}

.noticias-relacionadas a p small {
  font-family: 'Strawford';
  font-size: 0.8rem;
}

.tags-ficha ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.tags-ficha ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.tags-ficha ul li a {
  font-family: 'Strawford';
  display: block;
  border: 2px solid #817f80;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  color: #817f80;
  opacity: 1;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: #fff;
  border-radius: 16px;
}

.tags-ficha ul li a:hover {
  border: 2px solid #9a5dd4;
  color: #fff;
  background-color: #9a5dd4;
}

.rounded-button {
  font-family: 'Strawford';
  /*display: block;*/
  border: 2px solid #817f80;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  color: #817f80;
  opacity: 1;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  background-color: #fff;
  border-radius: 16px;
}

.rounded-button:hover {
  border: 2px solid #5e3384;
  color: #fff;
  background-color: #df5195;
}

.categoria-ficha {
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
  line-height: 100%;
  background-color: #00a591 !important;
  color: #fff !important;
  min-height: auto;
  border: 2px solid #9b5bd5 !important;
  font-weight: 600;
}

.cat-interes {
  background-color: #333;
}

.cat-ballet {
  background-color: #ec3232;
}

.cat-danza {
  background-color: #ec3232;
}

.cat-intervencion-urbana {
  background-color: #0dc9ff;
}

.cat-musica {
  background-color: #5b17e0;
}

.cat-teatro {
  background-color: #fa575e;
}

.cat-lab-escenico {
  background-color: #df0f41;
}

.cat-performance {
  background-color: #f1bc31;
}

.cat-circo {
  background-color: #ff00cf;
}

.cat-artes {
  background-color: #0dc9ff;
}

.categoria-ficha p {
  font-family: 'Strawford';
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

#banner-ficha {
  position: relative;
}

#banner-ficha .bg-ficha {
  /*height: 55vh;*/
  /*min-height: 300px;*/
  min-height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#banner-ficha .link-ficha a {
  font-family: 'Strawford';
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}

#banner-ficha .link-ficha a:hover {
  color: #FF7017;
}

#banner-ficha .link-ficha a:hover img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(56%) saturate(6352%) hue-rotate(350deg) brightness(106%) contrast(101%)
}

#close-video {
  position: absolute;
  right: 20px;
  top: 6%;
}

#close-video a {
  font-size: 3.5rem;
  color: #FF7017;
}

#close-video a:hover {
  font-size: 3.5rem;
  color: #fff;
}

.credito-head {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: .7em;
  text-shadow: 1px 1px 0px rgb(255 255 255 / 35%);
}

/**/
.flickity-page-dots {
  display: none;
}

/*Calendario Portada*/
.calendario {}

.calendario .flickity-button:disabled {
  display: none;
}

.calendario .carousel a p {
  font-family: 'Strawford';
  font-weight: 500;
  text-align: center;
  line-height: 140%;
  color: #000;
  margin-bottom: 0;
  word-spacing: 70px;
  text-align: center;
  text-transform: uppercase;
}

.calendario .carousel a p strong {}

.calendario .carousel a:hover {
  text-decoration: none;
}

.calendario .carousel {
  background: #ffffff;
}

.calendario .carousel-cell {
  width: 14%;
  height: auto;
  margin-right: 0;
  background: #fff;
  border-radius: 0px;
  counter-increment:.carousel-cell;
  padding: 15px 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  left: -10000px;
}

.group-obras {
  /*display: none;*/
}

.calendario .carousel-cell:last-child {
  border-right: 1px solid #000;
}

.calendario .carousel-cell:before {
  display: block;
  text-align: center;
}

.calendario .carousel-cell.is-clicked, .calendario .carousel-cell.is-selected {
  background: #000;
}

.calendario .carousel-cell.is-clicked p, .calendario .carousel-cell.is-selected p {
  color: #fff;
}

.calendario .flickity-viewport {
  /*border: 1px solid #5B17E0;*/
}

.calendario-obras {
  background-color: #fff;
}

.calendario-obras a {
  display: block;
  color: #29282e;
  border-bottom: 1px solid #000;
  min-height: 80px;
  height: 100%;
  margin-bottom: 4px;
  margin-top: 2px;
}

.calendario-obras a:hover {
  background-color: #000;
  text-decoration: none;
}

.calendario-obras a:hover p {
  color: #fff !important;
}

.calendario-obras a p {
  font-family: 'Strawford';
  font-weight: 500;
  font-size: 1.0rem;
  line-height: 110%;
  margin-bottom: 0;
}

.calendario-obras a p span {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.calendario-obras a p span.gratis {
  color: #0fc152;
  font-weight: 600;
}

.calendario-obras a p span.lab {
  color: #e52c2b;
  font-weight: 600;
}

.calendario-obras a p span.agotado {
  color: #e43b3f;
  font-weight: 600;
}

.calendario-obras .box-obra {
  height: 100%;
}

.calendario-obras a .titulo p {
  font-family: 'BureauGrotWide';
  font-weight: 700;
  font-size: 0.7rem;
  line-height: 110%;
  margin-bottom: 0;
}

#obra>div.info-obra-2021>p.horario {
  /*font-family: 'BureauGrotWide';*/
  font-weight: 700;
  /*font-size: 0.9rem;*/
  /*line-height: 110%;*/
  /*margin-bottom:Ã§ 0;*/
}

#hideshow {
  display: block;
}

#hideshow i {
  color: #5B17E0;
  font-size: 2.0rem;
}

#hideshow:hover i {
  color: #FF6700;
}

.popovers .hide {
  display: none;
}

.popover {
  background: #29282e !important;
}

.popover .popover-body h2 {
  font-family: 'Strawford';
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
}

.popover .popover-body p {
  font-family: 'Strawford';
  font-weight: 500;
  color: #fff;
  line-height: 100%;
  font-size: 14px;
  margin-bottom: 0;
}

.popover .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #29282e;
}

.popover .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  left: 1px;
  border-left-color: #29282e;
}

.last {
  border-bottom: 0 !important;
}

.cal-2021 .flickity-prev-next-button.previous {
  left: 1px;
  border-right: 1px solid transparent;
}

.cal-2021 .flickity-prev-next-button.next {
  right: 1px;
  border-left: 1px solid transparent;
}

/* right to left */
.cal-2021 .flickity-prev-next-button {
  top: 50%;
  width: 35px;
  height: 100%;
  border-radius: 0;
  /* vertically center */
  transform: translateY(-50%);
}

.cal-2021 .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.cal-2021 .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.cal-2021 .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.cal-2021 .flickity-button {
  position: absolute;
  background: #000;
  border: none;
  color: #fff;
}

.cal-2021 .flickity-button:hover {
  background: #ff585d;
  cursor: pointer;
}

.cal-2021 .flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.cal-2021 .flickity-button:active {
  opacity: 1;
}

.cal-2021 .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.cal-2021 .flickity-button-icon {
  fill: #fff;
}

.cal-2021 .carousel-main {
  border: 1px solid #000;
}

.cal-2021 .carousel-main .carousel-cell {
  width: 100%;
}

.cal-2021 .carousel {
  /* Add whatever CSS props you want */
  visibility: hidden;
}

.cal-2021 .carousel.pageloaded {
  visibility: visible;
}

.cal-2021 .calendario-obras a .titulo p {
  font-family: 'Strawford';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 110%;
  margin-bottom: 0;
}

.cal-2021 .tag-gratis .tag-2021.tagtv p {
  background-color: #fe0101;
  color: #fff;
}

.cal-2021 .tag-gratis .tag-2021.vivo p {
  background-color: #E06E0A;
  color: #fff;
}

.cal-2021 .tag-gratis .tag-2021.zoom p {
  background-color: #00bebe;
  color: #fff;
}

.cal-2021 .tag-gratis .tag-2021.youtube p {
  background-color: #622c8a;
  color: #fff;
}

.cal-2021 .tag-gratis .tag-2021.comuna p {
  background-color: #229f40;
  color: #fff;
}

.cal-2021 .tag-gratis .tag-2021 p {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  font-size: 0.6rem;
}

.cal-2021 .tag-gratis .tag-2021 p {
  /*background-color: #fe0101;*/
  color: #fff;
  display: inline-block;
  padding: 5px;
}

.cal-2021 .calendario-obras a p {
  font-family: 'Strawford';
}

.cal-2021 #obra>div.info-obra-2021>p.horario {
  /* font-family: 'BureauGrotWide'; */
  font-weight: 700;
  /* font-size: 0.9rem; */
  /* line-height: 110%; */
}

.cal-2021 .info-obra-2021 p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 3px;
}

.cal-2021 .calendario .carousel a p {
  font-size: 0.9rem;
}

.cal-2021 .calendario .carousel a p strong {
  font-size: 1.4rem;
}

.btn-compra a {
  background-color: #00a692;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 5px;
}

.btn-compra a:hover {
  background-color: #9a5dd4;
  text-decoration: none;
  color: #fff;
}

.cal-2021 .free {
  background-color: #fa575e;
  display: inline-block;
  padding: 5px;
}

.cal-2021 .free p {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  font-size: 0.6rem;
  color: #fff;
}

.ficha-obra .fas {
  transition: all 0.5s ease;
}

.ficha-obra .collapsed .fas {
  transform: rotate(-90deg);
}

#catalogsearch strong {
  display: inline-block;
  /*font-family: 'Strawford';*/
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#catalogsearch input {
  border-radius: 20px;
  border: 1px solid #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#catalogsearch select {
  border-radius: 20px;
  border: 1px solid #000;
}

#catalogsearch button {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  background-color: #ff5560;
  border: 1px solid #000;
}

#catalogsearch button:hover {
  background-color: #000;
  color: #fff;
}

.cat-search .ver a {
  display: inline-block;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.0;
}

.cat-search .ver a:hover {
  background-color: #fff;
  color: #000;
}

.log-cat input {
  border-radius: 0;
  border: 1px solid #000;
}

.log-cat button {
  border-radius: 0;
  color: #fff;
  background-color: #000;
  font-family: 'Strawford';
  font-size: 1.3rem;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  padding: 10px 20px;
}

.log-cat button:hover {
  background-color: #ff585d;
}

.alert-log .alert {
  border-radius: 0;
  border: 0 !important;
  font-family: 'Strawford';
  font-weight: 800;
  font-size: 1.5rem;
  color: #fa585d;
}

.cat-info p {
  font-size: 15px !important;
}

.bienvenida-log {
  font-family: 'Strawford';
  font-weight: 800;
  font-size: 1.3rem;
}

.stgo-sticker {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.bottom-menu .botones-bot {
  background-color: #e80b1e;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 16;
}

.bottom-menu .botones-bot .list ul {
  margin: 0;
  padding: 0;
}

.bottom-menu .botones-bot .list ul li {
  float: left;
  display: inline-block;
  width: 33%;
  text-align: center;
  border-right: 1px solid #fff;
}

.bottom-menu .botones-bot .list ul li:last-child {
  border-right: 0;
}

.bottom-menu .botones-bot .list ul li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

.bottom-menu .botones-bot .list ul li a:hover {
  background-color: #FF7017;
}

.bottom-menu .botones-bot .list ul li a p {
  margin-bottom: 0;
  font-weight: 700;
  ;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Strawford';
  font-size: 0.8rem;
}

.bottom-menu .modal-content {
  border: 0;
  min-height: 450px;
}

.bottom-menu .modal-body {
  padding: 0;
}

.bottom-menu .close {
  color: #FF5959;
  text-shadow: none;
  opacity: 1;
}

.bottom-menu .close:hover {
  color: #fff;
}

.sala .redes ul {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.sala .redes ul li {
  display: inline-block;
}

.sala .redes ul li a {
  color: #fff;
  background: #000000;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-weight: 300;
}

.sala .redes ul li a:hover {
  color: #fff;
  background: #ff585d;
}

.sala .redes p {
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}

.paginas {
  background-image: url(../img/bg-paginas.jpg);
  background-position: bottom center;
  background-size: auto;
  background-repeat: repeat-x;
}

.paginas-landing a {
  display: block;
  text-decoration: none;
  height: 100%;
  overflow-y: hidden;
}

.paginas-landing a:hover p {
  color: #fff !important;
}

.paginas-landing a:hover small {
  color: #fff !important;
}

.paginas-landing a:hover .platea img {
  filter: invert(1);
}

.paginas-landing .info {
  position: relative;
}

.paginas-landing .obra-info p {
  margin-bottom: 3px;
  line-height: 150%;
}

.paginas-landing a .obra-info {
  background-color: #fff;
}

.paginas-landing .obra-info .titulo p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.paginas-landing .obra-info .autor p {
  font-size: 0.8rem;
  font-weight: 500;
}

.paginas-landing .obra-info .lugar p {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.paginas-landing .obra-info .fecha p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #ea6017;
}

.bg-landing-01 {
  background-color: #ea6017;
  border-color: #ea6017;
}

.bg-landing-01 .obra-info {
  border: 3px solid #ea6017;
}

.bg-landing-01:hover .obra-info {
  background-color: #ea6017;
}

.bg-landing-02 {
  background-color: #DE5096;
  border-color: #DE5096;
}

.bg-landing-02 .obra-info {
  border: 3px solid #DE5096;
}

.bg-landing-02:hover .obra-info {
  background-color: #DE5096;
}

.bg-landing-03 {
  background-color: #5E3384;
  border-color: #5E3384;
}

.bg-landing-03 .obra-info {
  border: 3px solid #5E3384;
}

.bg-landing-03:hover .obra-info {
  background-color: #5E3384;
}

.bg-landing-04 {
  background-color: #E20613;
  border-color: #E20613;
}

.bg-landing-04 .obra-info {
  border: 3px solid #E20613;
}

.bg-landing-04:hover .obra-info {
  background-color: #E20613;
}

.paginas-landing a .captura {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 260px;
  overflow: hidden;
}

/*Nuevos Css*/
.text-block-up p {
  font-weight: 700;
  font-size: 1.7rem !important;
  /*color: #5E3384;*/
}

.sentence-block p {
  font-size: 1.7rem !important;
}

.section-block p {
  font-size: 1.5rem !important;
  margin-bottom: 5px !important;
}

.see-more .event-info .title p {
  font-size: 1.3rem !important;
  line-height: 130% !important;
}

.v-box .box-info .type p {
  font-size: 1.2rem !important;
}

.people-block .people .email p {
  font-size: 1.1rem !important;
}

.large-info-box .bot-info .more p strong {
  font-size: 1.2rem !important;
}

.big-button a, .big-button button {
  padding: 10px 15px !important;
  font-size: 1.3rem !important;
}

.data .data-info p {
  font-size: 1.2rem !important;
}

.frase p {
  font-size: 1.5rem !important;
}

.years-tabs .nav-tabs .nav-item a {
  font-size: 1.4rem !important;
}

.carousel-section p {
  margin-bottom: 1.1rem !important;
}

.titulo-top .sub-title p {
  font-size: 3.5rem;
  color: #de4f95;
  font-weight: 700;
  margin-bottom: 10px;
}

.programacion-listado .bajada p {
  font-size: 1.8rem;
  color: #5E3384;
  font-weight: 700;
  margin-bottom: 10px;
}

.descripcion .tags-ficha .feature-true {
  background-color: #fff;
}

.descripcion .tags-ficha .feature-true:hover {
  border: 2px solid #df5195;
  color: #fff;
  background-color: #df5195;
}

.calendario-side .carousel-fechas {
  background-color: transparent;
}

.search-box {
  position: relative;
  height: 100%;
}

.search-box a {
  color: #000;
  display: block;
  line-height: 110%;
  min-height: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 10px;
}

.search-box a:hover {
  background-color: #ea6017;
  color: #fff;
}

.search-box a .type small, .search-box a .date small, .search-box a .info small {
  font-size: 0.9rem;
}

.search-box a .title {
  font-weight: 700;
  line-height: 130%;
  font-size: 1.1rem;
}

.equipo-2022 p {
  font-size: 1.1rem line-height: 150%;
}

.equipo-2022 .bajada p {
  font-size: 1.3rem;
  color: #5E3384;
  font-weight: 700;
  margin-bottom: 10px;
}

#id_es-un-espectaculo-realizado-en-regiones-distintas-a-la-metropolitana li,
#id_la-obra-tiene-derechos-de-autor li,
#id_es-obra-grabada-o-zoom-en-vivo li {
  float: left;
  display: block;
  margin-left: 1em;
}

#id_es-un-espectaculo-realizado-en-regiones-distintas-a-la-metropolitana input,
#id_la-obra-tiene-derechos-de-autor input,
#id_es-obra-grabada-o-zoom-en-vivo input {
  width: 1em !important;
}

.newsearch .news .input-group input {
  height: 60px;
  background-color: #ebebeb;
  border: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 300;
}

.newsearch .news .input-group button {
  height: 60px;
  background-color: #ea6017;
  color: #fff;
  border: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 20px;
  font-weight: 300;
  padding: 5px 20px;
  width: 100px;
  font-size: 1.5rem;
  cursor: pointer;
}

.newsearch .news .input-group button:hover {
  background-color: #de4f95;
}

.newsletternope .mail .input-group .input-group-append {
  background-color: #ebebeb;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.v-box a .overlay-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
  animation-duration: 1s;
  background-color: #25a691;
}

.v-box a .overlay-text p {
  color: #fff;
  font-size: 0.9rem;
}

.v-box a:hover .overlay-text {
  opacity: 1;
}

.bg-g-2022 {
  background-color: #00baff;
  overflow: hidden;
}

.bg-g-2022 .sentence-block p {
  color: #fff;
  line-height: 140%;
}

.bg-g-2022 .sentence-block p strong {
  color: #9946d6;
}

.historia-item p {
  font-weight: 700;
  font-size: 1.4rem !important;
  color: #5e3384;
  line-height: 150%;
}

.historia-item a {
  padding: 10px 10px 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
  line-height: 100%;
  min-height: auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  background-color: #00a692;
  color: #fff !important;
  border: 3px solid #00a692 !important;
}

.historia-item a:hover {
  background-color: #9a5dd4;
  color: #fff !important;
  border: 3px solid #9a5dd4 !important;
}

.see-more.more-2022 a {
  border: 2px solid #5E3384;
  border-radius: 5px;
  background-color: #fff;
}

.see-more.more-2022 a:hover {
  border: 2px solid #5E3384;
  background-color: #5E3384;
}

.finalizados a {
  background-color: #fff;
  border: 3px solid #5E3384;
  color: #000;
  border-radius: 10px;
  padding: 10px 10px;
  text-decoration: none;
  font-weight: 600;
  font-style: italic;
  line-height: 150%;
  min-height: 100px;
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.finalizados a:hover {
  background-color: #5E3384;
  border: 3px solid #5E3384;
  color: #fff;
  text-decoration: none;
}

.finalizados a span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

/*Festival STGO A mil*/

.venta-destacado p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 150%;
}

.venta-destacado p:last-child {
    margin-bottom: 0;
}

.venta-destacado p a {
  color: #DE5096;
  font-weight: 700;
}

.venta-destacado .bajada p {
  font-size: 1.3rem;
  color: #5E3384;
  font-weight: 700;
  margin-bottom: 10px;
}

.venta-destacado p a:hover {
  color: #5E3384;
}

.venta-destacado ul li a {
  color: #DE5096;
  font-weight: 700;
}

footer .redes ul {
  list-style: none;
  padding: 0;
}

footer .redes ul li {
  display: inline-block;
  padding-right: 5px;
}

footer .redes ul li:last-child {
  padding-right: 0px;
}

footer .redes ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}

footer .redes ul li a:hover {
  opacity: 0.65;
}

.new2022 .link-cultura.link-content a {
  background-color: #fa575e;
  color: #fff !important;
  border: 3px solid #fa575e !important;
}

.new2022 .link-cultura.link-content a:hover {
  background-color: #9a5dd4;
  color: #fff !important;
  border: 3px solid #9a5dd4 !important;
}

.bg-float {
  background-position: left center !important;
}

.bg-float-2 {
  background-position: top center !important;
}

.carousel-nav-danza-01 .carousel-cell {
  width: 70px;
  min-width: 10.3%;
  font-weight: bold;
  font-family: 'Strawford';
  font-size: 1.3rem;
  text-align: center;
  padding: 0 10px;
}

.carousel-nav-danza-01 .carousel-cell.is-nav-selected {
  color: #fa575e;
}

.carousel-danza-01 .carousel-cell {
  width: 100%;
}

.carousel-nav-danza-01 .flickity-prev-next-button.previous {
  left: -15px;
  background: transparent;
}

.carousel-nav-danza-01 .flickity-prev-next-button.next {
  right: -15px;
  background: transparent;
}

.carousel-danza-01 .flickity-prev-next-button.previous {
  left: -15px;
  background: transparent;
}

.carousel-danza-01 .flickity-prev-next-button.next {
  right: -15px;
  background: transparent;
}

.box-participar {
  background-color: #efefef;
  height: 100%;
}

#ficha-personas .ficha-header {
  text-decoration: none;
}

.sf .lugar-compra {
  display: none;
}

.sf .notas-funcion {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.sf .notas-funcion p {

}

.sf div:empty {
  display:none;
}

.sf .sticker {
    position: relative;
    top: 0px;
    left: 0px;
    background: #51337b;
    color: #fff;
    padding: 0.1rem 0.1rem;
    font-size: 200%;
    font-family: 'Barlow Condensed', sans-serif;
    transform: none;
    font-size: 0.7rem !important;
}

.form-temporadas p {
  font-size: 1.4rem !important;
  font-weight: 500;
  line-height: 135%;
}

.form-temporadas p:last-child {
  margin-bottom: 0;
}

.form-temporadas .mail-form strong {
  font-size: 1.1rem;
}

.form-temporadas .msg-form strong {
  font-size: 1.1rem;
}

.form-temporadas input {
  width: 100%;
}

.form-temporadas textarea {
  width: 100%;
}

.form-temporadas .link-content button {
  padding: 15px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
  line-height: 100%;
  background-color: #000;
  color: #fff !important;
  min-height: auto;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0rem;
  border: 1px solid #000;
}

.form-temporadas .link-content button:hover {
  background-color: #fff;
  color: #000 !important;
}

.ver-completa p {
  font-size: 1.0rem;
  margin-bottom: 15px;
}

.ver-completa input {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  border: 0;
  margin-top: 3px;
}

.ver-completa textarea {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  border: 0;
  margin-top: 3px;
  height: 120px !important;
}

.ver-completa .link-content button {
  padding: 15px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
  line-height: 100%;
  background-color: #000000;
  color: #fff !important;
  min-height: auto;
  border: 0;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 1.0rem;
}

.ver-completa .link-content button:hover {
  background-color: #fff;
  color: #000 !important;
}

.event-info .subtitle p {
  font-size: 1.2rem;
  font-weight: 500;
}

.side-obra .accordion-info-box-text a {
  font-size: 1.0rem !important;
}


.link-visita a {
  border: 1px solid #000000;
  font-weight: 700;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 25px;
  text-align: center;
  font-size: 1.1rem;
  color: #000;
  border-radius: 10px;
}

.link-visita a:hover {
  color: #fff;
  background-color: #000;
}
