@font-face {
    font-family: 'KonsensHeavy';
    src: url('../fonts/KonsensHeavy.eot');
    src: url('../fonts/KonsensHeavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KonsensHeavy.woff2') format('woff2'),
        url('../fonts/KonsensHeavy.woff') format('woff'),
        url('../fonts/KonsensHeavy.svg#KonsensHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'KonsensRegular';
    src: url('../fonts/KonsensRegular.eot');
    src: url('../fonts/KonsensRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KonsensRegular.woff2') format('woff2'),
        url('../fonts/KonsensRegular.woff') format('woff'),
        url('../fonts/KonsensRegular.svg#KonsensRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra Medium';
    src: url('../fonts/EffraMedium-Regular.eot');
    src: url('../fonts/EffraMedium-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EffraMedium-Regular.woff2') format('woff2'),
        url('../fonts/EffraMedium-Regular.woff') format('woff'),
        url('../fonts/EffraMedium-Regular.svg#EffraMedium-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'KonsensRegular-Italic';
    src: url('../fonts/KonsensRegular-Italic.eot');
    src: url('../fonts/KonsensRegular-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KonsensRegular-Italic.woff2') format('woff2'),
        url('../fonts/KonsensRegular-Italic.woff') format('woff'),
        url('../fonts/KonsensRegular-Italic.svg#KonsensRegular-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'KonsensMedium-Italic';
    src: url('../fonts/KonsensMedium-Italic.eot');
    src: url('../fonts/KonsensMedium-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KonsensMedium-Italic.woff2') format('woff2'),
        url('../fonts/KonsensMedium-Italic.woff') format('woff'),
        url('../fonts/KonsensMedium-Italic.ttf') format('truetype'),
        url('../fonts/KonsensMedium-Italic.svg#KonsensMedium-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/Effra-Regular.eot');
    src: url('../fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Effra-Regular.woff2') format('woff2'),
        url('../fonts/Effra-Regular.woff') format('woff'),
        url('../fonts/Effra-Regular.svg#Effra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra Light';
    src: url('../fonts/EffraLight-Regular.eot');
    src: url('../fonts/EffraLight-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EffraLight-Regular.woff2') format('woff2'),
        url('../fonts/EffraLight-Regular.woff') format('woff'),
        url('../fonts/EffraLight-Regular.svg#EffraLight-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">

body {
	background-color:#EDEEEF;
	text-decoration:none;
    font-family: 'Open Sans', sans-serif;
}

a {
	color: #007a87;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
	color: black;
	opacity: 0.7;
	text-decoration:none;
    font-family: 'Open Sans', sans-serif;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}	

.bg-primary {
    background-color: black !important;
}

.bg-primary-2 {
    background-color: #d7f7f5 !important;
}

.navbar {
	padding:10px 40px;
}

.navbar-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.navbar-nav li {
  display:inline-block;
}

.navbar-nav li a {
  display: block;
  color: black;
  text-align: center;
  padding: 2px;
  text-decoration: none;
}

.navbar-nav li a:hover {
  color: #081c25;
}

.icon-social {
	width: 35px;
	height: 35px;
}

.icon-social:hover {
	opacity: 0.5;
}

.icon-sandwich {
	margin: 0 5px;
}

#menu-ops {
	display:inline-block;
	text-align:right;
	/*width:100%;*/
	margin-left:auto;
}

#logo {
	width:auto;
	height:50px;
}

#programacion-home {
	margin:0 80px;
}

.icon-tema {
	width:35px;
	height:35px;
	margin-right:10px;
	display:inline-block;
}

/* @media screen and (max-width: 575px) { */
	/* #box-social { */
		/* display:none; */
	/* } */
/* } */

/*Overlay menu*/

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color:black;
  opacity:0.9;
  overflow-y: hidden;
  transition: 0.5s;
font-family: 'Open Sans', sans-serif;
}

#myNav {
	background-size: cover;
	opacity: 1;
}

.overlay-content {
  position: relative;
  padding: 60px;
  width: 100%;
  text-align: left;
  margin-top: 30px;
font-family: 'Open Sans', sans-serif;
}

.overlay a {
  font-family: 'Open Sans', sans-serif;
  padding: 8px;
  text-decoration: none;
  font-size: 47px;
  color: #fff;
  display: block;
  transition: 0.3s;
  letter-spacing:5px;
  opacity:0.9;
}

.overlay .mas-cervantino-item {
	font-size: 24px;
	color:black;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index:21;
}

.overlay .tit-overlay {
	font-family: 'Effra Light';
	font-size: 32px;
	color:#fff;
	margin-bottom:20px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/*Fin overlay menu*/

#box-social {
	margin: 0 34px;
	display:inline-block;
}
#box-sandwich {
	display:inline-block;
}

#bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

#box-idiomas {
	width:100%;
	padding:30px 48px;
	text-align:right;
	color:#081c25;
}

#box-idiomas a {
	font-family: 'Effra Medium';
	color: #081c25;
	text-decoration:none;
	font-size:18px;
}

#box-idiomas a:hover {
	opacity: 0.7;
}

#banner-fic {
	text-align: center;
	padding: 87px 0;
	padding: 7% 0px;
}

#banner-fic img {
	width:867px;
	height:auto;
	max-width: 867px;
	width: 100%;
}



#typed4 {
	width: 100%;
	padding: 5px 10px;
	font-family: 'KonsensRegular';
	font-size:2rem;
	/*background-color:transparent;*/
	border:none;
	color:#fff;
}

#typed4::placeholder { /* Firefox, Chrome, Opera */ 
    color: white; 
	opacity: 1;
} 
  
#typed4:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: white; 
	opacity: 1;
} 
  
#typed4::-ms-input-placeholder { /* Microsoft Edge */ 
    color: white; 
	opacity: 1;
} 

.search-text {
	background:url(../images/sombra_buscador.svg);
	background-size:100% 100%;
	opacity:1;
}

.box-row {
	margin: 60px 0;
}

.box-row-top {
	margin-top: 60px;
}

.card {
  width: 100%; 
  height: 500px;
  color:#fff;
  position:relative;
  border: 0;
  cursor:pointer;
}

.card-img {
  width: 100%;
  height: 100%;
  background-color: black; /* fallback color */
  background-position: center;
  background-size: cover;
  transition:all 0.3s ease-in-out;
  opacity:1;
}

.card:hover .card-img, .card:focus .card-img {
  transform: scale(1.02);
  opacity:0.2;
}

.card:hover .card-img-overlay{
    color:#000;
}

.card:hover .card-info {
    visibility: hidden;
}

.card-info {
	background-color: #081c25;
	height:160px;
	overflow:hidden;
	opacity: 0.8;
	color: #fff;
	width:100%;
	position: absolute;
	bottom:0;
	padding: 22px;
	text-align:left;
}

.card-info .txt-card-info {
	position:absolute;
	bottom:0;
	color: #fff;
	width:94%;
}


.card-img-overlay > h4, .card-img-overlay > h3, .card-img-overlay .card-text {
    visibility:hidden;
}

.card-title {
	font-family: 'KonsensHeavy';
	color:#fff;
	font-size:18px;
	letter-spacing:0.03em;
}

.card-title a {
	text-decoration: none;
	color: #fff;
}

.card-title a:hover {
	text-decoration: none;
	opacity:0.7;
}

.card-title-bg {
	font-family: 'KonsensHeavy';
	color:#fff;
	font-size:28px;
	letter-spacing:0.03em;
}

.card-title-bg a {
	text-decoration: none;
	color: #fff;
}

.card-title-bg a:hover {
	text-decoration: none;
	opacity:0.7;
}

.card-text {
	font-family: 'KonsensRegular';
	color:#fff;
	font-size:15px;
	letter-spacing:0.02em;
}

.card-img-overlay:hover h4, .card-img-overlay:hover h3, .card-img-overlay:hover .card-text {
    visibility: visible;
}

.card-img-overlay .card-text {
	color: #000;
}

.card-img-overlay .card-subtitle {
	margin-top: 80px;
}

.card-cnv {
  width: 100%; 
  height: 500px;
  color:#fff;
  position:relative;
  border: 0;
}

.card-img-cnv {
  width: 100%;
  /*height: 280px;*/
  height:190px;
  background-color: black; /* fallback color */
  background-position: center;
  background-size: cover;
  transition:all 0.3s ease-in-out;
  opacity:1;
}

.card-info-cnv {
	color:#000;
	margin-top: 4px;
	padding: 20px 10px;
	border-left:2px solid #081c25;
	height:240px;
	overflow-y:auto;
}

.card-info-prg {
	color:#fff;
	margin-top: 4px;
	padding: 20px 10px;
	height:240px;
	/* overflow-y:scroll; */
	overflow-y:auto;
	background-color:black;
}

.card-info-prg .card-title {
	color:#fff;
}

.card-info-prg .card-text {
	color:#fff;
}

.card-pre {
  width: 100%; 
  color:#fff;
  position:relative;
  border: 0;
  font-size:22px;
}

.card-img-pre {
  width: 100%;
  height: 280px;
  background-color: black; /* fallback color */
  background-position: center;
  background-size: cover;
  transition:all 0.3s ease-in-out;
  opacity:1;
}

.card-info-pre {
	color:#000;
	padding: 20px 10px;
	height:240px;
	overflow-y:scroll;
	background-color:#fff;
}

.box-title {
	height: 52px;
	position:relative;
}

.box-title img {
	height:100%;
	position:absolute;
	z-index: 10;
	bottom: -25px;
	left:50%;
	transform: translate(-50%);
}

.box-invitados {
	/* padding: 123px 0; */
	padding: 50px 0 123px 0;
	text-align:center;
}

.box-invitados .box-canada {
	display:inline-block;
}

.box-invitados .box-canada img {
	width: 420px;
	height: 104px;
}

.box-invitados .box-canada:hover img {
	transition: all .2s ease-in-out;
	transform: scale(1.1);
}

.box-invitados .box-guerrero {
	display:inline-block;
}

.box-invitados .box-guerrero img {
	width: 490px;
	height: 97px;
}

.box-invitados .box-guerrero:hover img {
	transition: all .2s ease-in-out;
	transform: scale(1.1);
}

.box-invitados .box-flecha {
	display:inline-block;
}

.box-invitados .box-flecha img {
	width: 73px;
	height:73px;
}

.grid {
  width: 100%;
  margin:0 auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
	font-family: 'KonsensHeavy';
	font-size:22px;
	width: 160px;
	height: 160px;
	float: left;
	background: #6B0C22;
	border-width: 7px;
	border-color: rgba(0, 0, 0, 0.1);
	border-style:solid;
	color: #fff;
	display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item--width2 { width:  250px; }
.grid-item--width3 { width:  300px; }
.grid-item--width4 { width:  370px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.margen-home-social {
	margin-top:5px;
}
.box-social {
	text-align:center;
}
.box-twitter {
	opacity: 0.9;
}
.box-facebook {
	opacity: 0.9;
}
.bot-semifooter {
	/* width: 130px; */
	/* height: 50px; */
	width: 156px;
    height: 60px;
}

.bot-gob {
	width: 244px;
	height: 72px;
}

.bot-cultura {
	width: 259px;
	height: 72px;
}

.bot-guanajuato {
	width: 234px;
	height: 72px;
}

.bot-fic {
	width: 145px;
	height: 57px;
}

.bot-somos-capital {
	width: 149px;
	height: 57px;
}

.bot-ugto {
	width: 159px;
	height: 57px;
}

.bot-canada {
	width: 136px;
	height: 57px;
}

.bot-canada-council {
	width: 166px;
	height: 57px;
}

.bot-edo-guerrero {
	width: 126px;
	height: 57px;
}

.bot-cultura-guerrero {
	width: 141px;
	height: 57px;
}

.box-yamaha {
	text-align: right;
}

.bot-yamaha {
	width: 116px;
	height: 28px;
	margin-right: 15px;
}

.box-infinitum {
	text-align: left;
}

.bot-infinitum {
	width: 114px;
	height: 28px;
	margin-left:15px;
}

.degra-semifooter {
	background:url(../images/pleca.svg);
	opacity:1;
	text-align:center;
	background-size:cover;
}

.box-directorio {
	width:100%;
	padding: 7px;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:black;
	background-color:#d7f7f5;
	text-align:center;
	letter-spacing:5px;
}

.box-directorio:hover {
	background-color:#d7f7f5;
	text-decoration:none;
}

.box-suscribete {
	width:100%;
	padding: 7px;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:black;
	background-color:#d7f7f5;
	text-align:center;
	letter-spacing:5px;
}

.box-suscribete:hover {
	background-color:#d7f7f5;
	text-decoration:none;
}

#bot-footer {
	padding:0;
}

.box-footer-bots {
	width: 49.8%;
	display:inline-block;
}

.bg-footer-menu {
	background-color: black;
	padding: 57px 0;
}
#suscribete {
	display:none;
}

#directorio {
	display:none;
}

#menu-buscador {
	margin-bottom: 30px;
}

#menu-buscador ul {
	margin:auto;
	width:-moz-max-content;
	background-color: black;
}

#menu-buscador .list-group-item {
	background-color: black;
}

#menu-buscador .list-group-item a {
	color: #081c25;
}

#menu-buscador .list-group-item .active {
	font-weight:bold;
}

#bg-footer-menu {
	display:none;
	color:#fff;
	padding: 40px 0 77px 0;
	margin-top: -28px;
	margin-bottom: -51.5px;
}

#resultados .lista {
	margin-bottom: 40px;
}

#resultados .tit-res:link, #resultados .tit-res:visited, #resultados .tit-res:active {
 	font-family: 'KonsensHeavy';
	font-size:30px;
	color:#081c25;
	text-decoration:underline;
}

#resultados .tit-res:hover {
 	opacity:0.7;
}
#resultados .sbt-res {
 	font-family: 'KonsensMedium-Italic';
	font-size:16px;
	color:#081c25;
}
#resultados .thumb {
	width:23px;
	display:inline-table;
	margin-right:5px;
}

#resultados .tema {
	font-family: 'KonsensRegular';
	color:#c91528;
	vertical-align:middle;
}

#suscribete {
	display:none;
}

#bg-footer-suscribete {
	display:none;
	color:#fff;
	padding: 70px 0 107px 0;
	margin-top: -28px;
	margin-bottom: -51.5px;
}

.navbar-footer {
    float: right;
    height: 60px;
    /*margin-top: 55px;*/
    padding: 15px 10px;
	border: 15px 15px;
	font-size: 1.6rem;
    line-height: 20px;
}

.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: #d8860e;
	margin-left: 10px;
}

.submit {
	background-color:#d7f7f5;
	border:0;
	color:black;
	font-size:16px;
	letter-spacing:7px;
	padding: 10px 30px;
}

input.invalid, textarea.invalid, select.invalid {
	border: 2px solid red;
}

input.valid, textarea.valid, select.valid {
	border: 2px solid green;
}

.bg-footer-bottom {
	background-color:#081c25;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
}

.bg-footer-bottom-2 {
	background-color:black;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
}

.bg-margin-footer-bottom {
	padding:10px 20px;
}

.bg-margin-footer-bottom a {
	color:#fff;
	text-decoration:none;
}

.bg-margin-footer-bottom a:hover {
	color:#dedede;
	text-decoration:none;
}

.bg-footer-menu1 {
	text-align: left;	
}

.bg-footer-menu2 {
	text-align: center;	
}

.bg-footer-menu3 {
	text-align: right;	
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tit-seccion {
	padding: 0 0 43px 0;
	font-family: 'KonsensHeavy';
	color:#081c25;
	text-align:center;
	font-size:50px;
}
.item-cnv {
	margin: 20px 0;	
}

.leer {
	font-family: 'Effra Light';
	color:#6B0C22;
	text-decoration:none;
	font-size:22px;
}

.leer:hover {
	font-family: 'Effra Light';
	color:#6B0C22;
	text-decoration:none;
	font-size:22px;
	opacity: 0.7;
}

.icart {
    display:none;
}

.ver-mas-prensa {
	font-family: 'Open Sans', sans-serif;
	color:#081c25;
	font-size:21px;
	letter-spacing:5px;
	text-align:center;
	margin-top:40px;
	text-decoration:none;
}

.ver-mas-prensa:hover {
	text-decoration:none;
	opacity: 0.7;
}
.bot-acreditaciones {
	text-decoraction:none;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	letter-spacing:5px;
	background-color:#081c25;
	text-align:center;
	margin-top:45px;
	padding:5px;
}

.bot-acreditaciones:hover {
	text-decoraction:none;
	opacity: 0.7;
}

.accordion {
  font-family: 'Effra Light';
  font-size:21px;
  background-color: #425158;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top:10px;
  padding: 20px 48px;
}

.accordion:hover {
  opacity: 0.7;
}

#acordeon .active {
  background-color: black ;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel .txt-panel {
	padding: 30px 50px;
	color:#081c25;
	font-family: 'Effra Light';
    font-size:18px;
}

.flecha-accordion {
	width:26px;
	float:right;
}
.box-patrocinador-1 {
	background-color: #425158;
	padding:50px 38px;
	font-family: 'Effra Light';
  	font-size:18px;
	color: #fff;
	text-align:center;
	margin-bottom:20px;
}
.box-patrocinador-2 {
	background-color: #D7DADC;
	padding:50px 38px;
	font-family: 'Effra Light';
  	font-size:18px;
	color: #081c25;
	text-align:center;
	margin-bottom:20px;
}
.box-patrocinador-3 {
	padding:50px 38px;
	font-family: 'Effra Light';
  	font-size:18px;
	color: #081c25;
	text-align:center;
	margin-bottom:20px;
}

#patrocinadores .logo-patrocinador-1 {
	height: 70px;
	margin-bottom:42px;
}
#patrocinadores .logo-patrocinador-2 {
	height: 38px;
	margin-bottom:42px;
}
#patrocinadores .logo-patrocinador-3 {
	height: 30px;
	margin-bottom:42px;
}

#fic-social .box-1 {
	width: 100%;
	min-height:333px;
	background-color:#6B0C22;
	margin-bottom:28px;
	text-align:center;
	font-family: 'Effra Light';
	font-size:22px;
	padding: 62px;
	color:#fff;
	position:relative;
}

#fic-social .box-2 {
	width: 100%;
	min-height:333px;
	background-color:#425158;
	margin-bottom:28px;
	text-align:center;
	font-family: 'Effra Light';
	font-size:22px;
	padding: 62px;
	color:#fff;
	position:relative;
}

#fic-social .box-3 {
	width: 100%;
	min-height:333px;
	background-color:#6B0C22;
	margin-bottom:28px;
	text-align:center;
	font-family: 'Effra Light';
	font-size:22px;
	padding: 62px;
	color:#fff;
	position:relative;
}

#fic-social .subtit-ficsocial {
	padding: 0 0 43px 0;
	font-family: 'KonsensHeavy';
	color:#fff;
	text-align:center;
	font-size:41px;
	position:absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#fic-social .subtit-seccion {
	padding: 0 0 43px 0;
	font-family: 'KonsensHeavy';
	color:#fff;
	text-align:center;
	font-size:41px;
}

.bot-programa {
	background-color:black;
	padding: 12px 66px;
	text-align:center;
	color:#fff;
	font-family: 'KonsensHeavy';
	font-size:29px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin:60px 0;
}

.bot-programa:hover {
	text-decoration:none;
	color: #fff;
	opacity:0.7;
}
.box-botones {
	margin: 45px 0;
}
.bot-en-vivo {
	background-color:#c91528;
	padding: 12px 66px;
	text-align:center;
	color:#fff;
	font-family: 'KonsensHeavy';
	font-size:21px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin:60px 0;
	display:inline-block;
	margin-right:10px;
}

.bot-en-vivo:hover {
	text-decoration:none;
	color: #fff;
	opacity:0.7;
}

.bot-mas-alla {
	background-color:black;
	padding: 12px 66px;
	text-align:center;
	color:#fff;
	font-family: 'KonsensHeavy';
	font-size:21px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin:60px 0;
	display:inline-block;
}

.bot-mas-alla:hover {
	text-decoration:none;
	color: #fff;
	opacity:0.7;
}

.texto {
	font-family: 'Effra Light';
	font-size:18px;
	color:#011C26;
}

.img-sobre-fic {
	width:100%;
	margin:15px 0;
}

#sobre-fic .box {
	width: 100%;
	min-height:333px;
	background-color:#425158;
	margin-bottom:28px;
	text-align:center;
	font-family: 'Effra Light';
	font-size:22px;
	padding: 62px;
	color:#fff;
	position:relative;
}

#sobre-fic .subtit-seccion {
	padding: 0 0 43px 0;
	font-family: 'KonsensHeavy';
	color:#fff;
	text-align:center;
	font-size:41px;
	position:absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.tit-seccion {
	padding: 12px 0;
	font-family: 'KonsensHeavy';
	color:#081c25;
	font-size:50px;
	line-height:1.3;
}
.subtit-seccion {
	font-family: 'KonsensMedium-Italic';
	color:#081c25;
	font-size:22px;
}

#programacion .subtit-seccion {
	padding: 30px 0 80px 0;
	font-family: 'KonsensRegular';
	color:#011C26;
	text-align:center;
	font-size:18px;
}

.bullet-seccion {
	font-family: 'KonsensMedium-Italic';
	color:#081c25;
	font-size:20px;
}

.txt-fecha {
	font-family: 'Effra Medium';
	font-size:23px;
	color: black;
	letter-spacing:5px;
}

.txt-recinto {
	font-family: 'KonsensRegular';
	font-size: 23px;
	color: black;
	letter-spacing:5px;
}

.txt-domicilio {
	font-family: 'KonsensRegular';
	font-size: 18px;
	color: black;
	letter-spacing:3px;
}

.box-galeria {
	width:100%;
	margin-bottom: 10px;
}

.box-galeria img {
	width:100%;
}
.foto-creditos {
	font-size: 0.7rem;
}
.foto-pie {
	font-size: 0.7rem;
}
.bot-descargar {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	background-color:#011C26;
	width: 80%;
	padding: 10px 0;
	cursor:pointer;
	letter-spacing:5px;
	text-align:center;
	margin: 0 auto;
}
a .bot-descargar {
	text-decoration:none;
}
a .bot-descargar:hover {
	text-decoration:none;
}
.tit-programa {
	font-family: 'Effra Medium';
	font-size:18px;
	color: #011C26;
}
.box-redes {
	margin: 70px 0 20px 0;
}
.box-recinto {
	margin: 20px 0;
}

.box-redes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.box-redes li {
  display:inline-block;
}

.box-redes li a {
  display: block;
  color: #825B12;
  text-align: center;
  padding: 2px;
  text-decoration: none;
}

.box-redes li a:hover {
  color: #081c25;
}

.url {
	margin: 10px 0;
	
}

.url a {
	font-family: 'KonsensRegular';
	font-size: 14px;
	letter-spacing:3px;
	text-decoration:none;
	color:#011C26;
	
}

.url a:hover {
	text-decoration:none;
	opacity: 0.7;
}

.nav-pills .nav-link {
    border-radius: 0;
	background-color:#BDBDBE;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#fff;
	letter-spacing:5px;
	margin: 2px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #6B0C22;
}

#programacion #fecha {
	padding:10px;
}
#programacion #fch {
	border: 3px solid #cccccc;
	padding: .6em 1em;
	font-weight: 200;
	width: 300px;
	-webkit-appearance: none;
	box-shadow: none;
	box-sizing: border-box;
}

#programacion #categoria {
	margin-top:40px;	
}

#programacion #categoria .nav-item {
	margin-bottom:20px;	
}

#programacion #mas_cervantino .nav-item {
	margin-top:10px;
	margin-bottom:10px;	
}

#programacion #invitados {
	margin-top:40px;	
}

#programacion #invitados .nav-item {
	margin-bottom:20px;	
}

.nav-pills .nav-sublink {
    border-radius: 0;
	background-color:#6B0C22;
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	color:#fff;
	letter-spacing:5px;
	padding: 8px 16px;
	margin-bottom: 15px;
}

.nav-pills .nav-sublink.active, .nav-pills .show > .nav-sublink {
    background-color: #911325;
}

@media screen and (max-width: 767px) {
	#box-social {
		display:none;
	}
}


/* Estilos Home Carrusel Programación, +Cervantino, */
.btns-sec-cervantino1, .btns-sec-cervantino2 {
	font-family: 'KonsensHeavy';
	font-size: 22px;
	line-height:1;
	background: #6b0c22;
	color: white;
	display: inline-block;
	margin: 2px 0px;
	vertical-align:top;
}

.btns-sec-cervantino1 {
	padding: 64px 58px;
}

.btns-sec-cervantino2  {
	padding: 53px 58px;
	text-align: left;
}

.btns-sec-cervantino1:hover, .btns-sec-cervantino2:hover {
	background:#d9042b;
	text-decoration:none;
	color:white;
}

.fic_social_gif {
	display:none;
	width: 240px;
	height: 150px;
}

.btns-sec-cervantino1_gif:hover  span {
	display:none;
}

.btns-sec-cervantino1_gif:hover {
	padding:0px;
}

.btns-sec-cervantino1_gif:hover  img {
	display:block;
}

.card-img-overlay {
	display:none;
}

.card:hover .card-img-overlay {
	display:block;
	color: white;
	background:#6b0c22;
}

.home_carru_caja {
	height: 100%;
	padding-top:60px;
}

.home_carru_tit {
	font-size: 26px;
	text-transform:uppercase;
	color: white;
	font-weight: bold;
	font-family: 'KonsensHeavy';
	line-height:1.2;
	word-wrap: initial;
}

.home_carru_subtit {
	color: white;
	font-family: 'KonsensHeavy';
	font-weight: bold;
	font-size: 19px;
	line-height: 1.2;
	margin-top:10px;
	word-wrap: initial;
}

.home_carru_ver_act {
	position: absolute;
	width: 100%;
	padding-right: 40px;
	top: 390px;
}

.home_carru_ver_act>img {
	height: 48px;
	width: auto;
	margin:0px auto;
}

.home_carru_ver_act>div {
	color: white;
	margin-top: 6px;
}

.card_carrusel {
	overflow:hidden;
}

.card_carrusel>img {
	height: 500px;
	width: auto;
	align-self: center;
}













