@font-face{
    font-family: "Electromagnetic_Lungs";
    src:    url('../fonts/Electromagnetic_Lungs.ttf');
}
@font-face {
    font-family: Medrano;
    src: url(../fonts/Medrano.ttf);
}
@font-face {
    font-family: Tetra;
    src: url(../fonts/tetra.ttf);
}
@font-face {
    font-family: FuturaL;
    src: url(../fonts/FuturaLight.ttf);
}
@font-face {
    font-family: FuturaE;
    src: url(../fonts/FuturaExtended.ttf);
}
@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/vp-poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/vp-poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/vp-poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/vp-poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/vp-poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/vp-poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.mainContent{
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
    width: 100%;
}
.letra{ font-family: "Electromagnetic_Lungs"; }

/* miga de pan */
.migaDePan{ 
	padding-left: 5%; 
	padding-top: 2%;
}
.migaDePan p a{
	text-decoration: none;
	color: #80789a;
}


/* menú desplegable */
.itemMenuDesplegable{
	display: block;
	visibility: hidden;
	color: white;
	background-color: #80789A;
	position: absolute;
	z-index: 1;
}
.itemMenuDesplegable ul{
	color: white;
	list-style: none;
}
.itemMenuDesplegable ul li p a{
	color: white;
	list-style: none;
	text-decoration: none;
}
.itemMenuDesplegable ul li p{	
	cursor:pointer;
	text-align: center;
	min-width:120px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 10%;
	padding-bottom: 10%;
}
.itemMenuDesplegable ul li p:hover{ background-color: rgba(51, 16, 104, 0.8); }
.cerrarBoton{ cursor: pointer; }
.cerrarBoton li{ font-size:1.2em; }
.separador{
    margin-left: 10%;
    height: 2px;
    background-color: rgb(51, 16, 104);
    border:none;
    display:none;
}
.separadorArticulo{
    height: 1px;
    background-color: #eee;
    /* color: #533C95; */
}
.desactivado{ display: none;}
.categorias{
	text-decoration: none;
	background-color: #80789A;
	list-style: none;
	text-transform: uppercase;
}
.categorias ul{
	display: inline-flex;
	margin-top: 0;
	margin-bottom: 0;
}
.categorias ul li{
	padding-right:3%;
	min-width:240px;
	padding:0;
}
.categorias ul li:hover{ background-color: rgb(91,63,134);}
.categorias ul li h5{
	margin-top: 3%;
	margin-bottom: 3%;
	text-align:center;
}
.modulosCelular ul li h5{ margin-left: -3px; }
.modulosTablet ul li h5{ margin-left: -3px; }
.categorias ul li h5 a{
	font-size: 0.9em;
	text-decoration:none; 
	color: white;
}
.categorias ul li h5 a:hover{ color:yellow!important; }
.colorSemana{
	text-decoration:none;
	color:yellow!important;
}

/* contenido */
.item-page h4{
	font-family: 'poppins-bold';
	font-size: 1em;
	/*color: #533C95;*/
}
.semana_titulo{
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10%;
	padding: 5%!important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);	
  	text-align: center;
}
.semana_titulo h4{ margin: 0!important; }
.item-page h5{
	font-family: 'poppins-semibold';
	font-size: 0.9em;
	/*color: #533C95;*/
	color: #222;
	padding-bottom: 4%;
}
.contenidoModulo h2{
	font-family: 'poppins-bold';
	font-size: 1.7rem;
	padding: 2% 0;
}
.contenidoModulo h1{
    color: #000;
    font-family: FuturaE;
}
.contenidoModulo {
	padding-bottom: 0%;
    margin: 0 auto;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	font-family: FuturaL;
	transition: 0.4s;
	max-width: 1920px;
}
.panelDiv{
	display:flex;
	padding-top:0!important;
	padding-bottom:0!important;
}
.panelDiv img{ 
	padding: 2% 0;
	width: 100% 
}
.panelDiv div{
	padding-left:3%;
	padding-right: 3%;
}
.contenidoClaro{
	background-color: rgba(82,82,82,0.03);
	width:50%;
}
.cajaCompleta{
    /*background-color: rgba(82,82,82,0.03);*/
    padding-left: 3%;
    padding-right: 3%;
    margin-left:10%;
    margin-right:10%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.cajaCompleta h1{
	font-family: 'poppins-bold';
	font-size: 24pt;
	padding-top: 5%;
	padding-bottom: 5%;
}
.resumen{
	color: #666;
	font-size: 12pt;
	font-family: 'poppinsregular';
	line-height: 19pt;
	padding-bottom: 5%;
}
.separa_creador{
	background-color: #888; 
	height: 2px; 
	margin-bottom: 5px;
	width: 60px;
}
.creado_por{
	color: #888;
	font-size: 11pt;
	font-family: 'poppinsregular';
	padding-bottom: 5%;	
}
.cajaCompleta img{ width: 100% }
.texto_caja{ padding: 10%; }
.doblecolumna{
    width:50%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
}
.cajaMedia{
    background-color: rgba(82,82,82,0.03);
    width:50%;
	padding-left: 4%;
    padding-right: 4%;
    padding-top: 0!important;
    padding-bottom: 0!important;
    float: left;
}
.cajaPrincipal{
    display: flex;
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-left: 10%;
    padding-right: 10%;
}
.contenidoOscuro{
	background-color: rgba(82,82,82,0.08);
	width:50%;
}
.claro,.oscuro{
	padding: 4%;
	width:100%;
}
.claro{ background-color: rgba(82,82,82,0.03); }
.oscuro{ background-color: rgba(82,82,82,0.08); }
.centrarVideo{ text-align: center; }
.tamanioImagen{
	width:80%;
	text-align: center;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
div#mibarra {
    padding-left: 0;
    padding-right: 0;
}
.imgEstrella {
    width: 8% !important;
    padding-left: 0% !important;
    float: left;
}
.descargas {
	display: flex;
    width: 100%;
    background-color: rgba(128,120,154,0.3); 
	border-radius: 15px;
	flex-wrap: wrap;
	padding: 3%;
}
.descargas img {
    width: 40px!important;
    float: left;
    cursor: pointer;
	min-width: 50px;
	padding-top: 15px;
}
.descargas img:hover{
	-webkit-transform: rotate(15deg);
	    -ms-transform: rotate(15deg);    
            transform: rotate(15deg);
}
.item_categoria_tablet,.item_categoria_celular{ display:none; }
.cajaCategoriasCelular{ display:none; }
.cajaCategoriasTablet{ display:none; }
.col-13 {width: 14%;}
.row::after {
    content: "";
    clear: both;
    display: block;
}
.imagenExperiencia img{ width: 100%;}
audio{
    width: 80%;
    margin-left: 10%;
	min-height: 60px;
	padding: 2%;
}
.controlAudio{
	width: 100%;
	float: left;
	clear: none; 
}
.play{
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
}
.barra{
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
}
.bar{ width: 100%; }
.boton{
	display: none;
	width: 10%;
}
.audioplayer {
    width: 100%;
	max-width: 480px;
    height: 60px;
    margin: 1.5% auto 1.5% auto;
    background: url(../img/CMS/BarraReproductor.png);
    background-size: contain 100%;
    background-repeat: round;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.playbutton {
    height: 60px;
    width: 60px;
    border: none;
    float: left;
    outline: none;
}
.downloadbutton {
    height: 50px;
    width: 60px;
    border: none;
    float: right;
    outline: none;
}
.play {
    background: url('../img/CMS/Play.png');
	cursor: pointer;
}
.pause{
    background: url('../img/CMS/Pause.png');
	cursor: pointer;
}
.download{
    background: url('../img/CMS/Btn_Descarga.png');
    cursor: pointer;
    border: none;
}
.play,
.download,
.pause {
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.timeline {
    width: 75%;
    height: 20px;
    margin-top: 20px;
    float: left;
    border-radius: 15px;
	background: url('../img/CMS/BarraProceso.png');
}
.timelinePodcast{
    width: 70%;
    height: 20px;
    margin-top: 20px;
    float: left;
    border-radius: 15px;
	background: url('../img/CMS/BarraProceso.png');
}
.playhead {
    width: 18px;
    height: 18px;    
    margin-top: 1px;
	background: url('../img/CMS/Indicador_BarraReproduccion.png');
	background-size: cover;
    cursor: pointer;
}
.video{ width:100%!important; }
.exclama-circulo{
	background-color: orange;
	border-radius: 100%;
	color: #fff;
	font-size: 19pt;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 50px;
}
.sugerencia_experiencia span{ color: #533C95; }
.sugerencia_experiencia,
.recurso_descargable{ list-style: none; }
.sugerencia_experiencia li,
.recurso_descargable li{ padding-bottom: 5px; }
.sugerencia_experiencia i,
.recurso_descargable i{
	border: 1px solid #533C95;
	border-radius: 100%;
	color: #533C95;
	font-size: 10pt;
	padding: 10px;
}

.recursos_item{
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 5%!important;
}
.recursos_item .espacio_recurso_item{ padding-bottom: 1%!important; }
.recursos_item span{ 
	color: #888; 
	font-size: 13pt;
}

/*modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fall-back color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	max-width: 600px;
}
#imagen_modal img{ width: 100%; }

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-left: 8%;
}

.titulo-cancion{
    margin-top: 2%;
    margin-bottom: 2%;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #484566;
    color: white;
}

.modal-body {padding: 2px 16px;}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
audio{
    width: 80%;
    margin-left: 10%;
	min-height: 60px;
	padding: 2%;
}

.controlAudio{
	width: 100%;
	float: left;
	clear: none; 
}

.play{
	float: left;
	/*width: 48%;*/
	margin: 0;
	padding: 0;
}
.barra{
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
}
.bar{ width: 100%; }
.boton{
	display: none;
	width: 10%;
}

/*flauta*/
.menu-flauta{ background-color: #80789A; }
.item-menu-flauta{
	color: rgba(0,0,0,0.3);
	font-family: 'poppins-medium';
	padding-bottom: 15px;
	padding-top: 15px;
}
.item-menu-flauta:hover,
.menu-flauta-activo{ 
	background-color: rgb(91,63,134);
	color: #e6e92f;
}
.contenedor_flauta{ padding: 1%!important; }
.titulo_unidad_flauta span{ 
	color: #DB197F;
	font-size: 0.8em!important;
}
.contenedor_flauta h2{ font-family: 'poppins-bold'; }
.contenedor_flauta h5,
.experiencia_flauta h5{
	border: 1px solid #666;
	border-radius: 25px;
	float: left;
	clear: left;
	padding: 15px!important;
}
/*.contenedor_flauta iframe { border-radius: 20px; }*/
.video_flauta{ width: 100%; }
.container_video_flauta{
	border: 1px solid transparent;
	border-radius: 20px;
	overflow: hidden;
	z-index: 2;
}
.card_recurso{
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	cursor: pointer;
	height: 200px;
	position: relative;
}
.titulo_recurso{ 
	font-family: 'poppins-bold'; 
	font-size: 14pt;
	line-height: 16pt;
	text-align: center;
}
.tipo_recurso{
	color: #fff;
	background-color: red;
	bottom: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	width: 100%;
}
.seccion_clara{ padding: 4%!important; }
.seccion_oscura{
	background-color: rgb(91,63,134);
	color: #fff;
	padding: 4%!important;
}
.seccion_contenido{ 
	background-color: #f7f8fb;
	padding: 3%!important;
}
.seccion_flauta_contenido{
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 10px 20px rgba(0,0,0,.15);
            box-shadow: 0 10px 20px rgba(0,0,0,.15);
	height: 100%;
	padding: 8%!important;
	width: 100%;
}



@media only screen and (max-width: 1780px){
	.categorias ul li{ min-width: 210px; }
}

@media only screen and (max-width: 1768px){
	.timelinePodcast{ width: 67%;}
}

@media only screen and (max-width: 1600px){
	.categorias ul li{ min-width: 195px; }	
	.descargas img{ min-width:39px; }	
	.listaFooter{ font-size:85%; }
	.timelinePodcast{ width: 59%; }
}
@media only screen and (max-width: 1450px){
	.categorias ul li{ min-width: 158px; }	
	.listaFooter{ font-size:65%; }
}
@media only screen and (max-width: 1300px){
	.categorias ul li{ min-width: 152px; }
	.descargas img{ min-width:33px; }	
	.fraseDestacada{ padding-top:18%; }	
	.listaFooter{ font-size:55%; }
	.timelinePodcast{ width: 58%; }
}

@media only screen and (max-width: 1200px){
	.timelinePodcast{ width: 50%; }
	.categorias ul li{ min-width: 126px; }
	.categorias ul li h5 a{ font-size: 0.8em!important;}
	.listaFooter{ font-size:50%; }	
	.descargas img{ min-width:29px;	}
}

@media only screen and (min-width: 1025px){
	.itemMenuDesplegable ul li p{ float:left; }
	.timelinePodcast{ width: 49%; }
	/* .categorias ul li{ min-width: 110px; } */
}

@media only screen and (max-width: 1024px){
	.categorias ul li{ min-width: 109px; }
	.categorias ul li h5 a{ font-size: 0.6em!important;}
	.navTablet{
		display: block;
		padding:1%;
	}		
	.descargas img{ min-width:50px; }
	.navComplete{ display: none; }
	.col-6{ 
		width:100%; 
		max-width: 100%;
	}
	.cajaMedia{ width:100%; }	
	.cajaPrincipal{ display:block; }
	.cajaCategorias{ display:none; }	
	.item_categoria{ display: none; }
	.panelDiv{ display:block; }	
	.categorias ul li h5{ margin-left: 3px; }	
	.modulosTablet ul li h5{ margin-left: 2px; }	
	.listaFooter{ display:none; }	
	.separador{ display: block; }	
	.item_categoria_tablet{ display: block; }
	.cajaCategoriasTablet{
		display:block;
		padding-top:10px;
		padding-bottom:10px;
	}
	.categorias ul li{ min-width:122px; }	
	.espaciado{ display:block; }
	.recursosDescargables{ margin-left: 0%; }	
	.ocultarTwitter{ display:none; }	
	.navPc{ max-width: none; }
}

@media only screen and (max-width: 800px){
	.categorias ul li{ min-width: 86px; }
}

@media only screen and (max-width: 720px){
	.categorias ul li{ min-width: 86px; }
	.timeline { width: 50%; }
	.timelinePodcast{ width: 63%; }
}

@media only screen and (max-width: 600px){
	.timelinePodcast{ width: 48%; }
	.item_categoria_celular{ display: block; }
	.cajaCategoriasCelular{
		display:block;
		padding-top:5px;
		padding-bottom:5px;
	}
	.item_categoria_tablet{ display:none; }
	.cajaCategoriasTablet{ display:none; }
	.categorias ul li{ min-width:70px; }
	.categorias ul li h5{ margin-left: 5px; }
	.modulosCelular ul li h5{ margin-left: -5px; }
	.logoMini{
		display: block;
		max-width: 50px;
	}
	.logoBatuta{ width: 100%; }
	.logosRedes { display: none; }
	.redesResponsive{
		display: block;
		width: 100%;	
	}
	.logoMinCultura{ width: 100%; }
	.recursosDescargables{
		flex: none;
		margin-left: 0%;
		max-width: 100%;
		width:100%;
	}
	.descargas .col-8{ 
		width:100%; 
		flex: none;
		max-width: 100%;
	}
	.ocultarTwitter{ display:none; }
	.twitter{ width: 30%; }
	.mainHeader{ min-height: 50px; }
	.navPc{
		width: 100%;
		margin-left: -17%;
	}
	.mainHeader nav ul li p{
		padding-top: 2.5%;
		font-size: 20px;
		margin-top: 6px;
	}
	.navPc ul{
		height: 100%;
		min-width: 378px;
	}
	.botonEntradaCMS p{
		font-size: 13px!important;
		margin-right: 20px;
		cursor: default;
	}
}

@media only screen and (max-width: 500px){
	.categorias ul li{ min-width:56px; }
	.cajaCompleta{
		padding-left: 0%;
		padding-right: 0%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cajaCompleta h1{ font-size: 21pt; }
	.texto_caja{ padding: 0%; }
	.resumen{ font-size: 11pt; }
}

@media only screen and (max-width: 400px){
	.mainHeader nav ul li p{ margin-right: 40px; }
	.categorias ul li{ min-width:40px; }
}