@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

@font-face {
    font-family: 'Cervantes';
    src: url('../fonts/Cervantes.eot');
    src: url('../fonts/Cervantes.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cervantes.woff2') format('woff2'),
        url('../fonts/Cervantes.woff') format('woff'),
        url('../fonts/Cervantes.ttf') format('truetype'),
        url('../fonts/Cervantes.svg#Cervantes') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArchivoCondensed-Bold';
    src: url('../fonts/ArchivoCondensed-Bold.eot');
    src: url('../fonts/ArchivoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArchivoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/ArchivoCondensed-Bold.woff') format('woff'),
        url('../fonts/ArchivoCondensed-Bold.ttf') format('truetype'),
        url('../fonts/ArchivoCondensed-Bold.svg#ArchivoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArchivoCondensed-Light';
    src: url('../fonts/ArchivoCondensed-Light.eot');
    src: url('../fonts/ArchivoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArchivoCondensed-Light.woff2') format('woff2'),
        url('../fonts/ArchivoCondensed-Light.woff') format('woff'),
        url('../fonts/ArchivoCondensed-Light.ttf') format('truetype'),
        url('../fonts/ArchivoCondensed-Light.svg#ArchivoCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArchivoCondensed-Medium';
    src: url('../fonts/ArchivoCondensed-Medium.eot');
    src: url('../fonts/ArchivoCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArchivoCondensed-Medium.woff2') format('woff2'),
        url('../fonts/ArchivoCondensed-Medium.woff') format('woff'),
        url('../fonts/ArchivoCondensed-Medium.ttf') format('truetype'),
        url('../fonts/ArchivoCondensed-Medium.svg#ArchivoCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArchivoCondensed-MediumItalic';
    src: url('../fonts/ArchivoCondensed-MediumItalic.eot');
    src: url('../fonts/ArchivoCondensed-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArchivoCondensed-MediumItalic.woff2') format('woff2'),
        url('../fonts/ArchivoCondensed-MediumItalic.woff') format('woff'),
        url('../fonts/ArchivoCondensed-MediumItalic.ttf') format('truetype'),
        url('../fonts/ArchivoCondensed-MediumItalic.svg#ArchivoCondensed-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


body {
 	font-family: 'ArchivoCondensed-Light', sans-serif;
	color:#303030;
	font-size: 1.6rem;
}

.rojo {
	color: #CE1126;
}

a {
	color: #303030;
}

a:focus, a:hover, a:active {
	color: #CE1126 ;
	text-decoration:none;
}

h2 {
	font-size: 2.1rem;
}

/* GOB.MX */

#nav-gob {
	margin:0!important; 
	background-color: #611232!important;
	z-index: 1020;
}

#nav-gob #nav-header {
	flex-direction: row;align-items: center; display: flex;  width: calc(100% + 30px);
}

#nav-gob .nav-link {
	color:white;font-family: 'Montserrat', sans-serif;
	font-size: 0.63em;
}

#nav-gob .logos {
	max-width: 60%;
}


/* \GOB.MX */

/* HEADER FIC */
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	padding: 8px 0 0 0;
	background-color:#fff;
	border-bottom: 1px solid #080808;
}

header #logo_home{
	padding: 0 0 0 30px;
}

header .nav-link {
	font-family: 'ArchivoCondensed-Medium';
	font-size: 20px;
	color: black;
}
header .nav-item svg {

	margin: -2px 10px 0 10px;
}


/* \ HEADER FIC */
.nav {
	font-size:1.6rem;
}

.navbar-inverse {
	height:68px;
	padding: 0 1%;
}

.navbar-inverse .navbar-nav > li > a {
	color:#fff;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color:#CE1126 ;
}

.navbar-right {
	margin-top:10px;
}

.navbar-toggle {
	margin-top:18px;
}

.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;
}	

.error{
	display: none;
	margin-left: 10px;
	font-size: 0.5em;
	color: antiquewhite;
}		

.error_show{
	color: red;
	margin-left: 10px;
}

.form-control {
	border-radius: 0;
}

input.invalid, textarea.invalid, select.invalid {
	border: 2px solid red;
}

input.valid, textarea.valid, select.valid {
	border: 2px solid green;
}

h1 {
	font-family: 'Cervantes';
	color: #CE1126;
	letter-spacing:  0 !important;
	font-size: 2em;
}

h4 {
	font-family: 'ArchivoCondensed-Bold';
}

.btn-primary {
	background-color: #CE1126;
	width: 100%;
	border-radius: 0;
	border: 0!important;
	font-family: 'ArchivoCondensed-Bold';
}
.btn-primary:hover {
	background-color: #000;
}

.dropdown-toggle {
	font-family: 'ArchivoCondensed-Medium';
	/*font-size: 0.75em;*/
	font-size: 20px;
}

.dropdown-toggle.show {
	border:0;
	color: #CE1126;
}

.dropdown-menu {
	border-radius: 0;	
}

.caja-buscar {
	display:none;
	text-align:right;
}

#search-icon {
	color:#fff; 
	font-size:25px;
	padding-top:2px	;
}
#search {
	border: 10px solid #222; padding:6px;
}
.tarjeta-info {
	height: 140px;
}
.titulo, .titulo p {
	font-size:36px;
	font-weight:bold;
	letter-spacing:  0 !important;
	text-align:center;
}

.subtitulo, .subtitulo p {
	font-size:30px;
	font-weight:normal;
	font-style:italic;
	
	letter-spacing:  0 !important;
	color:#303030;
}
.ficha-tecnica {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 1.1rem;
}
.etiqueta-disciplina {
  color: #cc0000;
  font-weight: bold;
	text-transform: uppercase;
}

.etiqueta-subdisciplina {
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
}

.actividad, .actividad p {
	font-size:43px;
	font-weight:bold;
	letter-spacing:  0 !important;
	color:#303030;
}

.notas p {
	font-size: 0.9em;
	color:#666;
}

.notas ol {
	font-size: 0.9em;
	color:#666;
}


.logo {
	height:40px;
	width:auto;
}

.logo-pie {
	height:50px;
	width:auto;
}

.logo-detalle {
	height: 50px;
	margin: 40px 40px 40px 0;
}

#header {
	min-height:200px;
	color:#FFF;
	margin-top:68px;
	position:relative;
}

#header-detalle {
	height:300px;
	color:#FFF;
	margin-top:68px;
	position:relative;
}

#imagen-full {
	height:750px;
	/*margin-top:68px;*/
	position:relative;
}

#banner-inicio {
	width:100%;
	/*padding:90px;*/
	background-color:#000;
	margin-top:68px;
}

/* Contenedor de la imagen para posicionar la etiqueta */
.imagen-contenedor {
    position: relative;
    width: 100%;
    border-bottom: 1px solid black; /* Línea divisoria entre la foto y el texto blanco */
}

.imagen-contenedor img {
    width: 100%;
    height: auto;
    display: block;
}

/* Etiqueta de INAUGURACIÓN sobre la foto */
.etiqueta-aviso {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #C8102E; /* Rojo de la referencia */
    color: #fff;
    padding: 6px 16px;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.derecha {
	text-align:right;
}
h5 {
	font-weight: bold;
}
.caja-fecha {
	background-color:#CE1126 ;
	color:#fff;
	text-align:center;
	padding:10px;
	position:absolute;
	bottom:0;
	left: 50%;
    transform: translate(-50%, 0%);
	
}
.bg-textura {
	background:url(../images/TEXTURA_FIC.png) #303030 repeat;
}
.bg-textura-color {
	background: #000;
	background-size:cover;
}
.carousel-inner .item img {
	width:100%;
}

.carousel .item .icono {
	width:70px;
	margin-bottom:20px;
}
.carousel .bread {
	font-size: 2rem;
}

.carousel .lugar {
	margin: 10px 0;
}

.carousel-caption {
	right: 1%;
	bottom: 0;
	padding-bottom: 0;
	text-align: right;
}

.carousel-inner h1 {
	font-weight:bold;
}

.carousel-inner h2 {
	margin-bottom:20px;
	line-height:1;
}

.carousel-caption small {
	font-size: 1.8rem;
}

/* Bullets del carrusel fuera y debajo del contenido */
.carousel-indicators {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 1.5rem 0 0 0;
    padding: 0;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;        /* forma circular */
    background-color: #ccc;    /* inactivo: gris claro */
    border: none;
    opacity: 1;
    transition: background-color 0.3s ease;
    text-indent: 0;
    flex-shrink: 0;
}

.carousel-indicators .active {
    background-color: #000;    /* activo: negro */
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #303030;
    border-color: #303030;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #303030;
}
.pagination > li > a, .pagination > li > span {
    color: #303030;
}
.margen-titulo {
	margin-top: 68px;
}
.margen-calendario {
	margin-top: 40px;
}
.margen-acerca {
	margin: 5% 16%;
}
.margen-min-inferior {
	margin-bottom:10px;
}
.margen-inferior {
	margin-bottom:30px;
}
.margen-min-izq {
	padding-left:50px;
}
.margen-direccion {
	padding: 20px 40px;
}
.padding-row {
	padding: 60px 0;
}
.padding-col {
	padding: 0 60px;
}
.caja-programa {
    padding: 0 5%;
}
.separador {
	margin-top: 60px;
}
.separador-sm {
	margin-top: 30px;
}
.centrar {
	text-align:center;
}
.izquierda {
	text-align:left;
}
.derecha {
	text-align:right;
}
.nota {
	margin-top:40px;
}
.nota p, .nota ul {
	text-align:justify;
}
.no-margin-left {
    padding-left: 0;
	float:left;
}
.no-margin-right {
    padding-right: 0;
	float:right;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {

    max-height: initial;

}
.foto-creditos, .foto-pie {
	font-size:12px;
}
.txt-galeria p {
	font-size:1.8rem;
}
.btn-suscribete {
  white-space: nowrap;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  background: transparent;
  border: 1px white solid;
  text-decoration: none;
  margin-top:10px;
}

.btn-suscribete:hover {
  background: #ccc;
  text-decoration: none;
}
.btn-privacidad {
	color: #fff;
	font-size:12px;
}
.icon-social {
	width:25px;
	height:25px;
}
.movil-social {
	display:none;
}
#sabias_que a {
	color:#FFF;
	text-decoration:underline;
}
#sabias_que a:hover {
	color:#CE1126 ;
	text-decoration:underline;
}
.ver-mas-patrocinadores {
	width: 100%;
	padding: 10px;
	color: #303030;
	text-align: center;
	text-decoration: none;
	letter-spacing:  0 !important;
}
.ver-mas-patrocinadores:hover {
	color:#000;
}
#patrocinadores {
	margin-top:40px;
}
.lnk-icon-social {
	cursor:pointer;
}
.lnk-icon-social:hover {
	opacity:0.5;
}


.ver-mas-bco {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color:#ffffff;
  color:#000;
  padding:10px 20px;
  font-size:2rem;
}
.ver-mas-bco:hover, .ver-mas-bco:focus, .ver-mas-bco:active {
  color: white;
  text-decoration:none;
  background-color:#CE1126 ;
}
.ver-mas-cartelera {
	width:100%;
	background-color:#303030;
	padding:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	letter-spacing:  0 !important;
}
.ver-mas-cartelera:hover {
	width:100%;
	background-color:#000;
	padding:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	letter-spacing:  0 !important;
}
.bot-descarga {
	background-color:#303030;
	padding:20px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	letter-spacing:  0 !important;
	display:inline-block;
	margin-bottom:15px;
	border:0;
}
.bot-descarga:hover {
	background-color:#000;
	padding:20px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	letter-spacing:  0 !important;
	display:inline-block;
	border:0;
}
.bot-descarga img {
	width:30px;
	height:30px;
}
.bot-sedes {
	background-color:#9FA4A7;
	padding:20px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	letter-spacing:  0 !important;
	display:inline-block;
	margin-bottom:15px;
	border:0;
}
.bot-sedes:hover {
	background-color:#000;
	padding:20px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	letter-spacing:  0 !important;
	display:inline-block;
	border:0;
}
.bot-ubicacion {
	background-color: #222;
	width:100%;
	padding:10px 20px;
	float:left;
}
.bot-ubicacion:hover {
	background-color:#CE1126 ;
}
.bot-ubicacion .ver-ubicacion {
	color:#fff;
	float: left;
}
.bot-ubicacion .icono-ubicacion {
	color:#fff;
	float: right;
}
.icart {
    display:none;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
    background-color: #f1f1f1;
}
.btn-gris-claro:hover {
    color: #303030;
    background-color: #b7b7b7;
    border-color: #fff;
	font-size:2rem;
}

.btn-gris-claro {
    color: #303030;
    background-color: #cccaca;
    border-color: #fff;
	font-size:2rem;
}

.bot-ver-mas {
	width:180px;
	height:auto;
}

.active-gris {
    color: #fff;
    background-color: #303030;
    
}

h3 {
	font-size:30px;
	line-height:2;
}

h4 {
	font-size:27px;
	font-weight:bold;
}

p {
	font-size: 1.2rem;
	text-align: justify;
}

a.disciplina {
	color:#cc0000;
	text-decoration: none;
}
a.disciplina:hover {
	text-decoration: underline;
}

.carousel-caption small {
	font-size: .4em;
}
.blanco {
	color:#FFF;
}

.row .block-bot {
    float: left;
    width: 15%;
	margin-bottom:15px;
    /*height: 150px;*/
}

.row .block-bot img {
    height: 73px;
}

.bg-azul {
	background-color:#1d5c81;
}

.bg-verde {
	background-color:#216e4c;
}

.bg-naranja {
	background-color:#be5634;
}

.bg-naranja {
	background-color:#be5634;
}

.bg-amarillo {
	background-color:#c0860a;
}

.bg-rosa {
	background-color:#a4346f;
}

.bg-morado {
	background-color:#411759;
}

.bg-gris-medio {
	background-color:#adadad;
}

.bg-gris-claro {
	background-color:#dbdbdb;
}

.bg-gris-menu {
	background-color:#b7b7b7;
	margin-bottom:7px;
}
.bot-borde-bco {
	border: 2px white solid;
	background-color:transparent;
	color:white;
	font-size: 2rem;
	padding:13px;
	border-radius:0;
}
.bot-borde-bco:hover {
	border: 2px white solid;
	background-color:white;
	color:black;
	font-size: 2rem;
}
.centrar {
	text-align:center;
}
.img100 {
	width:100%;
}
.img70 {
	width:70%;
}
.cont-galeria {
	width:100%;
	border:1px #000 solid;
	position:relative;
	margin-bottom:15px;
}
.cont-galeria .img-galeria {
	width:100%;
	height:250px;
	position:relative;
}
.cont-galeria .img-galeria .fch-galeria {
	width:100%;
	padding:20px;
	background-color:#000;
	opacity:0.7;
	color:#fff;
	position:absolute;
	bottom:0;
}
.cont-galeria .tit-galeria {
	width:100%;
	padding:20px;
}
.cont-galeria .fch-boletin {
	width:100%;
	padding:20px;
	background-color:#dbdbdb;
}
.cont-galeria .bot-galeria {
	width: 100%;
	background-color: #303030;
	padding: 10px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	letter-spacing:  0 !important;
}
.cont-galeria .bot-galeria:hover {
	width: 100%;
	background-color: #000;
	padding: 10px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	letter-spacing:  0 !important;
}

#footer p {
	font-size:0.7em;
	color:#FFF;
}
#footer #registro p {
	color:#000;
	/*font-size:1.4rem;*/
}
#footer #result p {
	color:#000;
	/*font-size:1.4rem;*/
}
#footer label {
	font-size:0.65em;
	color:#FFF;
	font-weight: BOLD;
}
#footer .linea {
	border-left: 1px #FFFFFF solid;
}

#footer #submit {
	font-size: 0.8em;
}
.container-horarios {
	margin: 30px 0;
}
.caja-horarios {
	background-color:#dadada;
	width:400px;
	min-height:230px;
	margin:10px;
	float:left;
	font-weight:bold;
	position:relative;
}
.caja-horarios .fechas {
	padding:20px;
	width:100%;
}
.caja-horarios .comprar {
	background-color:#303030;
	padding:20px;
	width:100%;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
}
.caja-horarios .comprar:hover {
	background-color:#000;
}
.caja-horarios .compartir {
	width:40px;
	height:40px;
	background-color:#303030;
	position:absolute;
	margin:10px;
	right:0;
	top:0;
}
.caja-horarios .comentarios {
	font-weight: normal;
	cont size: 1.6rem;
}
.tema-det {
	font-size:2.6rem;
	font-weight:bold;
}

/*==============================
	Album
==============================*/
.album {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}
.album__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.album__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.5s ease;
}
.album__cover a {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  border-radius: 30px;
  background-color: #c0c0c0;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
  border: 1px solid rgba(255,255,255,0.05);
}
.album__cover a svg {
  fill: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: fill 0.5s ease;
}
.album__cover a:hover svg {
  fill: #000;
}
.album__cover:hover img {
  opacity: 0.6;
  transform: scale(1.08);
}
.album__cover:hover a {
  opacity: 1;
  transform: scale(1);
}
.album__cover:hover .album__stat {
  opacity: 1;
  transform: scale(1);
}
.album__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.album__title h3 {
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 1rem;;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title h3 a {
  color: #c0c0c0;
}
.album__title h3 a:hover {
  color: #cc0000;
}
.album__title span {
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title span a {
  color: #000;
}
.album__title span a:hover {
  color: #000;
}
.album__stat {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
}
.album__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}
.album__stat span:last-child {
  margin-right: 0;
}
.album__stat svg {
  width: 1rem;
  height: auto;
  fill: #fff;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .album {
    margin-top: 30px;
  }
  .album--sidebar {
    margin-top: 20px;
  }
  .album__stat {
    font-size: 13px;
  }
  .album__stat span {
    margin-right: 20px;
  }
  .album__stat span:last-child {
    margin-right: 0;
  }
  .album__stat svg {
    width: 1rem;;
  }
}

/* CARDS */
.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.mdl-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    overflow: hidden;
    width: 330px;
    z-index: 1;
    position: relative;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    box-sizing: border-box;
}
.mdl-card--expand {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	height:200px;
}
.mdl-card__title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    line-height: normal;
    padding: 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
    box-sizing: border-box;
}
mdl-card__title-text {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: inherit;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    -webkit-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}
.mdl-card__supporting-text {
    color: rgba(0,0,0,.8);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    width: 98%;
}
.mdl-card__supporting-text p {
	font-size: 1.6rem;
}
.mdl-card {
    font-size: 16px;
    font-weight: 400;
}
.demo-card-square.mdl-card {
  width: 320px;
  height: 540px;
  background-color:#F4F4F4;
  float:left;
  margin:25px;
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  
}
.mdl-card__supporting-text {
	height:60%;
}
.tit-sede {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#000;
}
.texto {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 21px;
	color:#666666;
}
.texto-md {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 17px;
	color:#666666;
}
.texto-sm {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 14px;
	color:#666666;
}

.texto-sm p {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 15px;
	color:#666666;
}

.texto-sm ul {
	font-family: 'ArchivoCondensed-Medium', sans-serif;
	font-size: 15px;
	color:#666666;
}

.item-cartelera {
	width:22%;
	height:350px;
	display:inline-block;
	margin:10px;
	background-color:#036;
}

 #custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
	 border-radius: 0;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
#alerta1, #alerta2 {
	display: none;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/*BOTONES DISCIPLINAS */
.hovicon {
    display: table-cell;
    font-size: 20px;
    /*line-height: 29px;*/
    cursor: pointer;
    margin: 20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
	vertical-align:middle;
}

/*.hovicon span {
	line-height: 5px;
	display: block;
}*/

.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect */
.hovicon.effect-1 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-1:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-1:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-1:hover i {
    color: #fff;
}
.hovicon.effect-1:hover:after {
    -webkit-animation: sonarEffect1 1.3s ease-out 75ms;
    -moz-animation: sonarEffect1 1.3s ease-out 75ms;
    animation: sonarEffect1 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect1 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #be5634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #be5634, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect1 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #be5634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #be5634, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect1 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #be5634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #be5634, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.hovicon.effect-2 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-2:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-2:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-2:hover i {
    color: #fff;
}
.hovicon.effect-2:hover:after {
    -webkit-animation: sonarEffect2 1.3s ease-out 75ms;
    -moz-animation: sonarEffect2 1.3s ease-out 75ms;
    animation: sonarEffect2 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0860a, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0860a, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0860a, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0860a, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0860a, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0860a, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.hovicon.effect-3 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-3:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-3:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-3:hover i {
    color: #fff;
}
.hovicon.effect-3:hover:after {
    -webkit-animation: sonarEffect3 1.3s ease-out 75ms;
    -moz-animation: sonarEffect3 1.3s ease-out 75ms;
    animation: sonarEffect3 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect3 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #a4346f, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #a4346f, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect3 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #a4346f, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #a4346f, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect3 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #a4346f, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #a4346f, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.hovicon.effect-4 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-4:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-4:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-4:hover i {
    color: #fff;
}
.hovicon.effect-4:hover:after {
    -webkit-animation: sonarEffect4 1.3s ease-out 75ms;
    -moz-animation: sonarEffect4 1.3s ease-out 75ms;
    animation: sonarEffect4 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect4 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #216e4c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #216e4c, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect4 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #216e4c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #216e4c, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect4 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #216e4c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #216e4c, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.hovicon.effect-5 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-5:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-5:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-5:hover i {
    color: #fff;
}
.hovicon.effect-5:hover:after {
    -webkit-animation: sonarEffect5 1.3s ease-out 75ms;
    -moz-animation: sonarEffect5 1.3s ease-out 75ms;
    animation: sonarEffect5 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect5 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5c81, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5c81, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect5 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5c81, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5c81, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect5 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5c81, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d5c81, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.hovicon.effect-6 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-6:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-6:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-6:hover i {
    color: #fff;
}
.hovicon.effect-6:hover:after {
    -webkit-animation: sonarEffect6 1.3s ease-out 75ms;
    -moz-animation: sonarEffect6 1.3s ease-out 75ms;
    animation: sonarEffect6 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect6 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #411759, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #411759, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect6 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #411759, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #411759, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect6 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #411759, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #411759, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* /BOTONES DISCIPLINAS */

@media only screen and (min-width: 2501px) {
	#imagen-full {
		height:950px;
	}
} 

@media (max-width: 2500px) {
	#imagen-full {
		height:950px;
	}
}

@media (max-width: 2400px) {
	#imagen-full {
		height:900px;
	}
}

@media (max-width: 2300px) {
	#imagen-full {
		height:880px;
	}
}

@media (max-width: 2200px) {
	#imagen-full {
		height:820px;
	}
}

@media (max-width: 2000px) {
	#imagen-full {
		height:790px;
	}
}

@media (max-width: 1900px) {
	#imagen-full {
		height:750px;
	}
}

@media (max-width: 1800px) {
	#imagen-full {
		height:700px;
	}
}

@media (max-width: 1700px) {
	#imagen-full {
		height:670px;
	}
}

@media (max-width: 1600px) {
	#imagen-full {
		height:630px;
	}
}

@media (max-width: 1500px) {
	#imagen-full {
		height:600px;
	}
}

@media (max-width: 1400px) {
	#imagen-full {
		height:550px;
	}
}

@media (max-width: 1300px) {
	#organizadores {
		width:100%;
	}
	#patrocinadores img {
		width:100%;
	}
	#imagen-full {
		height:500px;
	}
}

@media (max-width: 1200px) {
	#patrocinadores img {
		width:100%;
	}
	#imagen-full {
		height:470px;
	}
	.demo-card-square.mdl-card {
		width:260px;
	}
	.mdl-card__supporting-text p {
		font-size: 1.4rem;
	}
	.texto-sm p {
		font-size: 1.2rem;
	}
	.row .block-bot {
		width: 30%;
	}
}

@media (max-width: 1100px) {
	#patrocinadores img {
		width:100%;
	}
	#imagen-full {
		height:440px;
	}
	.row .block-bot {
		width: 30%;
	}
}

@media (max-width: 1000px) {
	
	h4 {
		font-size:20px;
	}
	
	#patrocinadores img {
		width:100%;
	}
	.hovicon {
		width:120px;
		height:120px;
		font-size:15px;
		
	}
	.hovicon::after {
		width:120px;
		height:120px;
	}
	.row .block-bot {
		width: 30%;
	}
	#imagen-full {
		height:410px;
	}
	
	#footer .linea {
		border:0;
	}
	.carousel .bread {	
		font-size: 1.2rem;
	}
	.carousel-inner h1 {
		font-size: 20px;
	}
	.carousel-inner h2 {
		font-size: 16px;
	}
	.carousel-inner p {
		font-size: 14px;
	}
	.h1, h1 {
		font-size: 30px;
	}
	.h2, h2 {	
		font-size: 34px;
	}
	
	.h3, h3 {	
		font-size: 22px;
	}
/*	#footer p {	
		font-size: 1.6rem;
	}*/
}

@media (max-width: 900px) {
	#imagen-full {
		height:380px;
	}
	#patrocinadores img {
		width:100%;
	}
	
	
}

/* Mover navbar- collapsed (sandwich) */

@media (max-width: 1350px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      /*padding-top: 10px;
      padding-bottom: 10px;*/
	  padding: 10px;
  }
  
  .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #303030;
    }
	
	.tarjeta-noticia {
		min-height: 350px!important;
	}
  
  /*#navbar {
		margin: 2px 0 0;
		margin-top: 2px;
		background-color: #dadada;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	
	}
	.navbar-inverse .navbar-nav > li > a {
		color:#fff;
	}
	
	#navbar .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		color:#CE1126 ;
	}
	
	#navbar .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color:#CE1126 ;
	}*/
	
	.navbar-nav .dropdown-menu {
		border:0;
	}
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.btn-suscribete {
		border:0;
	}
	
	.icon-social {
		display:none;
	}
	.movil-social {
		display:block;
	}
}

@media (max-width: 768px) {
	
	.tarjeta-auto {
		min-height: auto;
	}
	
	.tarjeta-noticia {
		min-height: auto;
	}
	
	#imagen-full {
		height:330px;
	}
	
	.row .block-bot {
		width: 30%;
	}
	
	.row .block-bot img {
		height:60px;
	}
	
	
	#acerca p, #acerca h1 {
		text-align:center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #000;
	}
	.tarjeta-titulo {
		font-size: 0.7em;
	}
}

@media (max-width: 650px) {
	
	.tarjeta-auto {
		min-height: auto!important;
	}
	
	.tarjeta-noticia {
		min-height: auto!important;
	}
	
	#imagen-full {
		height:280px;
	}
	.carousel .bread {	
		font-size: 1rem;
	}
	.carousel-inner h1 {
		font-size: 16px;
		margin:5px 0;
	}
	.carousel-inner h2 {
		font-size: 12px;
	}
	.carousel-inner p {
		font-size: 11px;
	}
	.carousel-caption p {
		margin:0;
	}
	.row .block-bot {
		width: 33%;
	}
	/*p, ul, ol {	
		font-size: 1.6rem;
	}*/
	.bot-borde-bco {
		font-size:1.6rem;
	}
	.bot-borde-bco:hover {
		font-size:1.6rem;
	}
}

@media (max-width: 500px) {
	#imagen-full {
		height:250px;
	}
	.carousel .bread {	
		font-size: 1rem;
	}
	.carousel-inner h1 {
		font-size: 16px;
		margin:5px 0;
	}
	.carousel-inner h2 {
		font-size: 12px;
	}
	.carousel-inner p {
		font-size: 11px;
	}
	.carousel-caption p {
		margin:0;
	}
	.row .block-bot {
		width: 50%;
	}
	.margen-titulo {
		margin-top:30px;
	}
}

@media (max-width: 400px) {
	#imagen-full {
		height:200px;
	}
	/*#footer p {
		font-size: 1.3rem;
	}*/
	.logo-pie {
		height:35px;
	}
	.row .block-bot img {
		height:50px;
	}
/*	.h1, h1 {
		font-size: 20px;
		margin-top:5px;
	}*/
	.h2, h2 {	
		font-size: 34px;
		margin-top:5px;
	}
	.margen-titulo {
		margin-top:30px;
	}
	.ver-mas-patrocinadores {
		font-size:13px;
	}
	
}



.tarjeta-auto {
		min-height: 420px;
        background: #fff;
        border-radius: 0;
        overflow: hidden;
        /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
        margin-bottom: 10px;
        transition: transform 0.3s ease;
        display: block;
        text-decoration: none !important;
		border: 1px solid black;
    }
    .tarjeta-auto:hover {
        transform: translateY(-5px);
     /*   box-shadow: 0 6px 15px rgba(0,0,0,0.2);*/
    }
    .tarjeta-auto img {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #eee;
    }



.tarjeta-noticia {
		min-height: 420px;
        background: #fff;
        border-radius: 0;
        overflow: hidden;
        /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
        margin-bottom: 10px;
        transition: transform 0.3s ease;
        display: block;
        text-decoration: none !important;
		border: 1px solid black;
    }
    .tarjeta-noticia:hover {
        transform: translateY(-5px);
     /*   box-shadow: 0 6px 15px rgba(0,0,0,0.2);*/
    }
    .tarjeta-noticia img {
        width: 100%;
        height: auto;
    }
    .tarjeta-info {
        padding: 20px;
        text-align: left;
    }
    .tarjeta-fecha {
        font-size: 0.7em;
        color: #777;
        /*margin-bottom: 8px;*/
        display: block;
		font-weight: 600;
    }
    .tarjeta-titulo {
        font-size: 0.8em;
        color: #000;
        margin: 0 0 15px 0;
        font-weight: bold;
        line-height: 1.3;
    }
    .tarjeta-enlace {
        font-size: 14px;
        color: #CE1126 !important;
        font-weight: 600;
        text-transform: uppercase;

    }
    
		.navbar-toggle { background-color: #CE1126;    }
		
	/*.youtube-bg-container {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;*/
        /*min-height: 400px;*/ /* Altura mínima para asegurar que el texto quepa */
/*			height: 100vh;*/
    /*}*/

.youtube-bg-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
}
    
    .youtube-iframe-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        /* Truco para mantener la proporción 16:9 y cubrir todo el fondo */
        width: 100vw;
        height: 56.25vw; 
        min-height: 100vh;
        min-width: 177.77vh; 
        transform: translate(-50%, -50%);
        z-index: 0;
        pointer-events: none; /* Evita que el usuario haga clic en el video y lo pause */
    }
    
    .youtube-iframe-wrapper iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    
    .capa-oscura {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Nivel de oscuridad (0.6) */
        z-index: 1;
        pointer-events: none;
    }
    
    .contenido-banner {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 100px 0;
    }
		
    /* Controles oscuros para el carrusel de Bootstrap para que se vean bien sobre blanco */
    .carousel-control.left, .carousel-control.right {
        background-image: none; /* Quita el gradiente oscuro por defecto */
        color: #000;
        text-shadow: none;
    }

		.navbar-inverse {
    background-color: #fff;
    border-color: #080808;
}
		.navbar-inverse .navbar-nav > li > a {
    color: #000;}
		
	.margen-disciplinas {
		padding-left:100px;
	}
	iframe {
		width:560px;
		height:315px;
	}
	
	@media (max-width: 1200px) {
		.margen-disciplinas {
			padding-left:0;
		}
		#cartelera .demo-card-square.mdl-card {
			width:315px;
			margin:20px;
		}
		#cartelera .mdl-titulo {
			font-size:16px;
		}
		#cartelera .mdl-subtitulo {
			font-size:15px;
		}
		#cartelera .mdl-texto {
			font-size:14px;
		}
		.padding-col {	
			padding: 0 100px;
		}
	}
	
	@media (max-width: 990px) {
		.derecha {
			text-align:center;
		}
	}
	
	@media (max-width: 768px) {
		.padding-col {	
			padding: 0 50px;
		}
	}
	
	@media (max-width: 600px) {
		iframe {
			width:400px;
			height:225px;
		}
	}
	
	@media (max-width: 450px) {
		iframe {
			width:302px;
			height:170px;
		}
	}
		
	.carrusel-infinito-wrapper {
        width: 100%;
        overflow: hidden;
        padding: 20px 0;
        background: transparent;
    }
    .carrusel-track {
		display: flex;
		/* 18 elementos totales, mostramos ~4 en desktop → 18/4 = 450% */
		width: calc(18 * (100vw / 4));  /* ← fórmula más precisa */
		animation: scroll-infinito 30s linear infinite;
		will-change: transform; /* mejora rendimiento GPU */
	}
    .carrusel-track:hover {
        animation-play-state: paused; 
    }
    .slide-card {
		/* Cada card ocupa 1/18 del track total */
		flex: 0 0 calc(100% / 18);
		padding: 0 10px;
		box-sizing: border-box;
	}
    
    @keyframes scroll-infinito {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); } /* siempre -50% independiente del número de slides */
    }

    /* Tablet: mostrar ~3 cards */
	@media (max-width: 991px) {
		.carrusel-track {
			width: calc(18 * (100vw / 3));
		}
	}

	/* Mobile: mostrar ~2 cards */
	@media (max-width: 767px) {
		.carrusel-track {
			width: calc(18 * (100vw / 2));
		}
	}
#caja_busqueda p {
	text-align: center;
}

footer {
	background-color: black;
	color: #fff;
}

footer p {
	font-size: .6em;
}

footer a, footer a:focus, footer a:active, footer a:visited, footer a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}

footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}
/*footer ul li {
	margin-bottom: 10px;
}*/
#social_footer {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 25px;
}

#social_footer p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#social_footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#social_footer ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#social_footer ul li a {
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#social_footer ul li a:hover {
	background: #CE1126;
	color: #111;
}

#newsletter_container h3 {
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

#newsletter_container input.form-control#email {
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	border: 2px solid #ededed;
	height: 45px;
	font-size: 15px;
	padding-left: 20px;
	width: 100%;
	margin-right: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
}

#newsletter_container input.form-control#email:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
}

#newsletter_container #submit-newsletter_2.btn_1 {
	padding: 12px 35px;
	display: inline-block;
}

#newsletter_container button#submit {
	margin-bottom: 0;
	width: 100%;
	margin-right: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
}

.button_intro.outline {
  border: 2px solid #fff;
  color: #fff;
  background: none;
  padding: 15px 85px;
  text-transform: uppercase;
	font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
  /*min-width: 150px;*/
}

