/* CSS Document */

*, ::after, ::before {
    box-sizing: border-box;
}


html{
	background-size:cover;
	background-attachment:fixed; 
	
} 

body{
	margin:0;
	padding:0;
	font-family: serif;
	color: #ccc;
	font-size:19px;
	line-height: initial;
	background-color: rgba(0, 0, 0, 0.74);
}

a {
    color: #FFff00;
    text-decoration: none;
}


h1{
    color: #FFFF00;
    font-size: 1.4em;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

h2{
    color: #FFFF00;
    font-size: 1.2em;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

h3{
    color: #FFFF00;
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

.donation-box-container,
.venta,
a.button,
button {
    display: inline-block;
    padding: 0.5em;
    font-size: 0.9em;
    background-color: #1b3361;
    border: none;
    color: white;
    text-align: center;
    border-radius: 0.5em;
}

.inner{
	max-width: 1740px;
	margin:0 auto;
}

#top-tools{
	position: absolute;
    right: 0;
    background-color: rgba(4, 38, 68, 0.74);
    padding: 0.3em 1em;
    border-radius: 0 0 0 0.5em;
}

#top-tools a {
    text-decoration: none;
}

#top-bar{
	/*background-color: rgba(27, 43, 76, 0.75);*/
	background-size:cover;
	text-align: center;
}

#main-logo{
	width: 760px;
	height:auto;
	margin:1.5em 0;
}

/**/

#top-menu  {
    background-color: #d20000;
    border-top: 1px solid #b51212;
    border-bottom: 1px solid #980505;
	position:relative;
	box-shadow: 4px 4px 10px black;
}

#top-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
	font-variant:small-caps;
	font-size:1.1em;
}

#top-menu ul p {
    text-transform: none;
    color: white;
    margin: 0;
    padding: 2em;
    float: left;
    width: 33%;
    height: 100%;
}

#top-menu ul ul{
	display: none;
	font-variant:normal;
	font-size:1em;
	position:absolute;
	width: 90%;
	left: 50%;
	margin-left:-45%;
	background-color: #25163b /*rgba(21, 37, 67, 0.98)*/;
	text-align:left;
	padding:1em;
	box-shadow:10px 10px 10px black;
	z-index:10000;
}

#top-menu li{
	display: inline-block;
	margin:0;
	padding:0;
	vertical-align: top;
}

#top-menu li a {
    display: block;
    color: white;
    padding: 0.4em;
    margin: 0 0.3em;
    text-decoration: none;
	cursor: pointer;
	font-size: 0.9em;
}

#top-menu li li a {
    padding: 1em 1.5em;
	color: yellow;
	font-variant:small-caps;
}

#top-menu li li {
    width: 33%;
    text-align: left;
}

#top-menu li li:hover {
    background-color:rgba(0,0,0,0.2);
}

#top-menu li a small {
    text-transform: none;
    display: block;
	color: #b2bdd0;
	font-variant:normal;
}

#top-menu.sticky {
    position: fixed;
    top: 0;
	width:100%;
	z-index:10000;
}

#top-menu:hover {
	
}

#top-menu li:hover {
	    background-color: #25153b /*rgba(21, 37, 67, 1)*/;
}

#top-menu li:hover ul{
	display: block;
}

/**/

#top-slider{
	height: 39vw;
}

.slide{
	
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

.content-wrap {
	max-width: 1000px;
	margin: 2em auto;
}

.content-wrap.modal {
    padding: 2em;
    margin: 0;
}

#main-content {
    padding: 0em 3em;
}

#main-content:after {
  content: "";
  display: table;
  clear: both;
}

#main-content .inner-wrap {
    background-color: #11203ec2;
    padding: 1em 3em;
}

#main-content.single {
    padding-left: 11em;
}

#footer{
	text-align: center;
    padding: 2em;
}


/**/

#side-menu {
    float: left;
}

#side-menu .inner{
    position: relative;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.35);;
    width: 10em;
    border-radius: 0 0 2em 0;
}

#side-menu ul,
#side-menu ul li{
    margin: 0;
    padding: 0;
    display: block;
    font-variant: small-caps;
}

#side-menu ul ul li{
	color: red;
	display: list-item;
	font-variant: none;
}

#side-menu ul ul{
    margin-left: 2em;
}

#side-menu a {
    color: #d4d9de;
    border-bottom: 1px solid #1c2d3c; 
    margin: 0.8em 0;
    display: block;
    line-height: 1em;
}

#side-menu ul ul a {
    border: none; 
    color: #22b7dd;
}

/**/

.slide{
	text-align: center;
}


/**/


.main-feature{
	text-align: center;
	margin-bottom: 2em;
}

.main-feature .excerpt {
    display: inline-block;
    width: 23%;
    margin: 0.5%;
    padding: 1.5%;
	vertical-align:top;
	background-color: rgba(4, 38, 68, 0.74); /*rgba(4,16,36,0.83);*/
	border-top: 1px solid red;
	font-family: serif !important;
	font-size: 1em !important;
} 

.excerpt span{
	font-family: georgia, serif !important;
	font-size: 1em !important;
}

.excerpt p {
    text-align: left !important;
}

.excerpt-image img {
    max-width: 100%;
    height: 9em !important;
    display: block;
    width: auto !important;
    margin: 0 auto;
}

.excerpt-image img {
    display: none;
}

.excerpt-image {
    height: 0;
    width: 100%;
    padding-top: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.excerpt-image a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.single .excerpt-image {
    background-size: contain;
}

.single .excerpt-image {
    height: 21em;
    padding: 0;
    margin-bottom: 1em;
    /* background-size: contain; */
}


 .image-info{
    margin-bottom: 2em;
    text-align: center;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.43137254901960786);
}


/**/

.secondary-feature{
	text-align: center;
	width: 75%;
	float:left;
	margin-bottom: 2em;
}

.secondary-feature .excerpt {
    display: inline-block;
    width: auto;
    margin: 0 1% 1em;
    padding: 1.5%;
    vertical-align: top;
    background-color: rgba(4, 38, 68, 0.74);
	border-top: 1px solid red;
	width: 47%;
    float: left;
}

.secondary-feature .excerpt p{
    text-align: left;
}

.secondary-feature .excerpt img{
	float: left;
	margin-right: 1em;
	max-height: 7em;
    width: auto;
	margin-top: 1em;
}

.secondary-feature  .excerpt-image  {
	height: 0;
    padding-top: 40%;
    width: 40%;
    float: left;
    margin-right: 1em;
}

.secondary-feature h3{
	text-align:left;
}


/**/

.tertiary-feature {
    width: 23%;
    float: right;
    margin-right: 2%;
}

.tertiary-feature p {
    background-color: rgba(4, 38, 68, 0.74);
    text-align: left;
    padding: 1em;
	border-top: 1px solid #FFff00;
    margin: 0 0 1em;
}

.tertiary-feature p::first-letter {
  font-weight: normal;
  font-size:1.5em;
  color: #FFff00;
}


.tertiary-feature a {
    color: #ccc;
}


/**/

#bottom-menu {
    clear: both;
    background-color: rgba(37, 22, 59, 0.68);
	text-align: center;
	padding: 2em 0;
}

#bottom-menu ul {
    margin: 0;
	padding:0;
}

#bottom-menu li li {
    display: block;
	border-left: none;
    margin: 0.1em;
    padding: 0.1em;
}
#bottom-menu li {
    display: inline-block;
    vertical-align: top;
	text-align:left;
	border-left: 1px solid #3d4b6b;
    margin: 0.5em;
    padding: 0.5em;
}

#bottom-menu li li a{
	border-bottom:none;
	text-transform:none;
	color: white;
	font-variant: normal;
    font-size: 0.9em;
}
#bottom-menu li a{
	text-decoration:none;
	font-variant: small-caps;
    font-size: 1.2em;
    color: #FFff00;
}

/**/

#search-form {
    padding: 1em;
    margin: 0;
    position: absolute;
    z-index: 10000000;
    background-color: black;
    right: 0;
    width: 300px;
    display: none;
    text-align: center;
}

#search-form input[type="text"] {
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    
}

#search-form  button {
    margin-top:0.5em;
    width: 100%;
}

#search-form.sticky {
    position: fixed;
    top: 2.4em;
}

/**/

.single .article-summary{
    background-color: rgba(4, 22, 39, 0.74);
    padding: 2%;
    margin: 0 1% 2% 1%;
    width: 40%;
    float: left;
    border-top: 1px solid #d30000;
}

.article-summary img{
    max-width: 100%;
}

.single .inner:after {
  content: "";
  display: table;
  clear: both;
}

.excerpt span.leer {
    text-align: left !important;
    display: block;
    font-size: 0.8em !important;
}

.modal-blackout{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 10000;
}

.modal-video{
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    z-index: 10001;;
}

.modal-video-closer {
    border: 1px solid #ccc;
    position: fixed;
    top: 0;
    right: 0;
    color: #ccc;
    z-index: 10003;
    font-size: 2em;
    padding: 0;
    background-color: #00000087;
    cursor: pointer;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
}

.modal-video-closer:hover{
	border: 1px solid #fff;
    color:  #fff;
}

.single .article-summary:after {
  content: "";
  display: table;
  clear: both;
}

body #at4-share, body #at4-soc {
    top: 40% !important;
    bottom: auto;
}


/**/

.gallery {
    padding: 1em;
}

.gallery img {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}


.last-update {
	margin: 1em 0;
	color: rgba(255, 255, 255, 0.5);
}

/**/

table img {
    max-width: 100%;
    vertical-align: top;
    display: block;
    height: auto;
}

#top-menu li.menu-mobile {
    display: none;
}

#top-menu a.current-item {
    color: #18243d;
    background-color: #f5f504;
}

#top-menu li:hover a.current-item {
    background-color: #25163b;
    color: #fff;
}

#top-menu li:hover li a.current-item {
    background-color: #25163b;
    color: #fefe03;
}

#top-menu li:hover  li:hover a.current-item {
    background-color: transparent;
}

#top-menu li li a.current-item {
    border: 1px solid;
    background-color: #25163b;
}

/**/

#social-links {
    position: fixed;
    left: 1px;
    width: auto;
    top: 50%;
    margin-top: -100px;
    font-family: arial;
    font-size: 0.7em;
    background-color: #051f36;
    border-radius: 0 5px 5px 0;
    padding: 2px;
}

#social-links a {
    display: block;
}

#social-links img {
    width: 3em;
    height: 3em;
    margin-bottom: 2px;
    background-color: white;
}

.addthis-smartlayers {
    display: none;
}

.search-entry h2 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 2em;
}

#main-content .addthis-smartlayers {
    display: block;
}

#search-pager {
    text-align: center;
    padding: 2em 1em;
}

.page-num {
    display: inline-block;
    border: 1px solid;
	width: 1.6em;
	line-height: 1.5em;
    text-align: center;
}

.addthis_inline_share_toolbox {
    margin-top: 2em;
}

.video-thumb {
    display: inline-block;
    position: relative;
}

.video-thumb::after {
    display: block;
    position: absolute;
    content: "▶";
    color: rgba(255,255,255,0.5);
    border: 8px solid rgba(255,255,255,0.5);
    width: 80px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    line-height: 70px;
    padding-left: 6px;
    font-size: 37px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.video-thumb:hover:after {
    color: rgba(255,255,255,0.9);
    border: 8px solid rgba(255,255,255,0.9);
}



table.sponsors {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: white;
}

table.sponsors td {
    text-align: center !important;
    padding: 10px;
}

table.sponsors td img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.es-festival-29-aliados #main-content .inner-wrap {
    background-color: white;
    color: #777;
}

.breadcrumbs {
    font-size: 0.7em;
    text-align: right;
}

.breadcrumbs a {
    color: #79a1c7;
}

.breadcrumbs i {
    color: #fff;
    font-size: 0.6em;
}

.breadcrumbs a:hover {
    color: #f9f905;
}

.extracto a {
    color: #ccc;
}

.extracto a:hover {
    color: #ddd;
}

div#main-content .breadcrumbs {
    display: block !important;
    float: none !important;
}

.lang-item{
	display: none !important;
}

.venta{
    width: min-content;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    min-width: 300px;
    justify-content: center;
    align-items: center;
}

.venta > strong {
    grid-column: span 2;
    text-align: left;
    display: block;
    margin: 0.5em 0;
}

.buy-button {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0.5em;
    color: yellow;
}

.venta-image {
    width: 130px;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.venta.showtitle .venta-image {
    width: 80%;
    margin: 0 auto 1em;
}


.venta-image img{
    display: none;
}

.venta-button{
    flex-grow: 1;
    margin-left: 1em;
}

.venta.showtitle strong {
    text-align: center;
    color: yellow;
}
.venta.showtitle {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.venta.showtitle .venta-button {
    flex-grow: 0;
    font-size: 1.1em;
}

.venta.showtitle strong {
    flex-grow: 1;
}

span.rechazada {
    background-color: red;
    padding: 1px 5px;
    border-radius: 5px;
    color: white;
    display: inline-block;
}

span.aprobada {
    background-color: green;
    padding: 1px 5px;
    border-radius: 5px;
    color: white;
    display: inline-block;
}

.donation-box-container{
	max-width: 320px;
    margin: 0 auto;
    display: block;
    padding: 1em;
}

.other-donation-input input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
}

.other-donation-input {
    padding: 5px;
    border: 1px solid yellow;
    margin: 7px 0;
    border-radius: 5px;
}

.other-donation-input button {
    background-color: #0a1d42;
    margin-top: 5px;
}

.tienda div#main-content,
.ventas div#main-content {
    padding: 1em;
}

.tienda #main-content .inner-wrap,
.ventas #main-content .inner-wrap {
    padding: 1em;
}

.es-festival-35-programacion h4 {
    border-bottom: 2px solid;
    text-align: left !important;
}

.es-festival-35-programacion .event-time {
    float: left;
    background-color: yellow;
    border-radius: 0.5em;
    color: black;
    padding: 5px;
    margin-right: 1em;
}

.es-festival-35-programacion .day-title {
    background-color: #FFFF00; 
    color: #0e1b32; 
    padding: 5px; 
    border-radius: 10px;
    font-variant: small-caps;
    margin-top: 3em;
    margin-bottom: 2em;
    text-align: center;
}

@media screen and (max-width: 1300px) {
	#top-menu ul {
		font-size:1em;
	}
}

@media screen and (max-width: 1200px) {
	#top-menu ul {
		font-size:0.9em;
	}
}

@media screen and (max-width: 1085px) {
	#top-menu ul {
		font-size:0.8em;
	}
}

@media screen and (max-width: 980px) {
	
	

	body {
	    font-size: 5vw;
	}
	
	img,iframe{
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	#main-logo {
	    width: 90%;
	    height: auto;
	    margin: 1em auto 1em;
	    display: inline-block;
	}
	
	#top-slider {
	    height: 46vw;
	}
	
	#top-tools {
	    padding: 0.2em;
	    display: none;
	}
	
	#top-tools a {
	    margin: 0 0.3em;
	}
	
	#top-menu li {
	    display: none;
	}
	
	#top-menu li.menu-home {
	    display: block;
	}
	
	#top-menu li.menu-mobile {
	    display: block;
	}
	
	#top-menu li.menu-search {
	    display: block;
	}
	
	#main-content.single {
	    padding: 0em;
	}
	
	#bottom-menu {
	    padding: 2em;
	}
	
	#bottom-menu li {
	    display: block;
	    border: none;
	}
	
	#search-form {
	    width: 100%;
	}
	
	#main-content {
	    padding: 1em;
	}
	
	.main-feature .excerpt {
	    display: block;
	    width: 100%;
	    margin: 0;
	    padding: 6vw;
	}
	
	.secondary-feature {
	    width: 100%;
	    float: none;
	}
	
	.secondary-feature .excerpt {
	    display: block;
	    width: 100%;
	    margin: 0;
	    padding: 6vw;
	    float: none;
	}
	
	.tertiary-feature {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	
	#bottom-menu li,
	#bottom-menu li li {
	    display: block;
	    border-left: none;
	    margin: 0.5em;
	    font-size: 6vw;
	    padding: 0.1em;
	}
	
	#footer {
	    padding-bottom: 5em;
	    word-break: break-word;
	}
	
	.menu-home,
	.menu-mobile,
	.menu-search{
		display: inline-block !important;
    	width: 32%;
	}
	
	#top-menu ul p {
	    text-transform: none;
	    color: white;
	    margin: 0;
	    padding: 2em;
	    float: left;
	    width: auto;
	    height: auto;
	}
	
	#top-menu ul ul {
    	display: block;
	    position: static;
	    margin-left: 0;
	    box-shadow: none;
	    background-color: transparent;
	    padding: 0 6vw;
	}
	
	#top-menu li li {
	    display: block;
	    width: auto;
	}
	
	#top-menu ul p {
	    display: none;
	}
	
	.mobile-shown {
    	padding: 1em !important;
	    background-color: #26153b;
	}
	
	.mobile-shown > a {
	    font-size: 1.2em;
	    background-color: #d40001;
	}
	
	.mobile-shown.lang-item{
		display: inherit !important;
	}
	
	.single .excerpt-image {
    	height: 60vw;
	}
	
	#main-content .inner-wrap {
	    background-color: #11203ec2;
	    padding: 6vw;
	}
	
	#side-menu {
	    float: none;
	    display: none;
	}
	
	.content-wrap {
	    margin: 0;
	}
	
	.single .article-summary {
		width: auto;
		float: none;
		margin: 0;
		padding: 1em 0;
		background: none;
	}
	
	#main-content.single h1{
	    padding:  0 1em;
	}
	
	#social-links {
	    position: fixed;
	    left: 1px;
	    width: 100%;
	    top: auto;
	    bottom: 0;
	    margin-top: -0;
	    font-family: arial;
	    font-size: 0.7em;
	    background-color: #051f36;
	    border-radius: 0 5px 5px 0;
	    padding: 1vw;
	    text-align: center;
	}
	
	#social-links a {
	    display: inline-block;
	    vertical-align: middle;
	}
	
	#social-links img {
	    width: 9vw;
    	height: 9vw;
	    margin: 0 1vw;
	    margin-bottom: 0;
	    background-color: white;
	}
	
	#top-menu li a small{
		display: none;
	}
	
	/*.secondary-feature .excerpt > *{
		display: none;
	}
	
	.secondary-feature .excerpt > h3{
		display: block;
		margin: 0;
	}*/
}