/*
    hemisferio.space
*/
@import url("gridlex.css");
/*@import url("f/font_style.css");*/

body {
	color: #1a1a1a;
	font: normal 300 16px/1 'Courier New', monospace;
    /*padding-top: 75px;*/
}
.content {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 1280px;
}
h1,h2,h3,h4,h5,h6 {
    /*font-family: 'Courier New', monospace;*/
}
.elparche {font-size: 1.23em; display: inline-block; vertical-align: middle;}
.elparche a {
    display: block;
    width: 160px;
    height: 40px;
    background: url(img/el-parche-artist-residency.jpg) no-repeat 50% 50%;
    background-size: contain;
    color: transparent;}
.elparche span {
    display: block;
    font-size: .75em;
}
header {
    width: 100%;
    background: #fff;
    padding: 1.22em 0;
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: transform 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: transform 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000), padding 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
    background: none;
    mix-blend-mode: multiply;
} 
header.scrollUp {
    transform: translateY(-100%);
}
header.transparent {
    background: #fff;
    mix-blend-mode: normal;
}
header .content {
    display: flex;
    justify-content: space-between;
}
header nav {
    display: inline-block;
    vertical-align: middle;
    
}
header nav li {
    display: inline-block;
    margin-right: .75em;
}
header nav li a {
    display: block;
    position: relative;
    padding: .3em .2em;
}
header nav li.activo a:before,
header nav li a:hover:before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 2px solid;
    position: absolute;
    bottom: -2px;
    left: 0;
}
header nav a {
    color: #000;
}
footer h1 {
    display: inline-block;
}
footer .content {
    margin-top: 12vh;
    position: relative;
    padding-bottom: 7vh;
}
.social {
    position: absolute;
    top: 0;
    right: 0;
}
.social li {
    display: inline-block;
}
.social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(img/social-sprite.png);
}
.social li.fb a { background-position: 0 -40px;}
/**/
/****slider****/
.slider,
.slider-media {
    position: relative;
    text-align: center;
}
.slider ul > li,
.slider-media ul > li {display: none; width: 100%; position: relative;}
.slider li img {width: 100%; display: block; margin: 0 auto; max-height: 100vh;}
.slider ul > li:first-child,
.slider-media ul > li:first-child {display: block;}
.slider span.caption {
    display: block;
    width: 80%;
    max-width: 760px;
    /*position: absolute;*/
    bottom: 2em;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    padding: 1em;
    background: rgb(255 255 255 / 38%);
}
.flex-control-nav {
    text-align: center;
    position: relative;
    z-index: 3;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 .15em;
}
.flex-control-nav li a {
    display: block;
    color: #000;
    width: 14px;
    height: 14px;
    font-size: .01em;
    background: #000;
    border: 2px solid;
    cursor: pointer;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
    background: none;
}
.flex-direction-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.flex-direction-nav li {
    width: 50% !important;
    display: block !important;
}
.flex-direction-nav li a {
    display: block;
    height: 100%;
    color: transparent;
    position: relative;
}
.flex-direction-nav li a:before {
    content: '';
    display: block;
    width: 40px;
    height: 56px;
    background: url(img/social-sprite.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}
.flex-direction-nav li a.flex-prev:before {
    background-position: 0 -79px;
}
.flex-direction-nav li a.flex-next:before {
    background-position: 0 -135px;
    position: absolute;
    right: 0;
}
.slider-media {
    height: 45vh;
}
.slider-media .mediacenter {
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: url(img/portada-podcast.png) no-repeat 50% 50%;*/
    background-size: contain;
}
.slider-media img {
    max-height: 100%;
}
.slider-media .mediacenter h1 {
    background: #f1f3f4;
    padding: .5em;
}
/**/
.titulo-seccion {
    text-align: center;
    font-size: 1.23em;
    text-transform: uppercase;
}
.articles-menu {
    /*max-width: 1280px;*/
    padding: 0 1em;
    margin: 0 auto 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.articles-menu:nth-child(even) {
}
.articles-menu li {
    display: inline-block;
    width: 33.3%;
    padding: 1em;
}
.articles-menu li a {
    color: #000000;
}
.articles-menu li img {
    width: 100%;
}
.articles-menu li a:hover {
    /*filter: invert(1);*/
    color: blue;
}
.articles-menu li a.miniatua {
    display: block;
    overflow: hidden;
}
.articles-menu li a.miniatua img {
    transition: all 1.33s linear;
}
.articles-menu li a.miniatua:hover img {
    transform: scale(1.11);
}
.articles-menu h2, .articles-menu h3 {
    /*font-family: 'Consolas', sans-serif;*/
}

.articles-menu li h2 {
    margin-top: 1rem;
    font-size: 1.15em;
}
.articles-menu li h3 {
    margin-top: .35rem;
    font-size: .85em;
}
/*proyecto*/
.info-proyecto {
    max-width: 600px;
    padding-top: 12vh;
    text-align: center;
    margin: 0 auto 3em;
}
.info-proyecto h1 {
    font-size: 1.35em;
}
.info-proyecto p {
    font-size: 1.15em;
}
.extendido {
    margin-top: 12vh;
}
.extendido p {
    padding-bottom: 1.3em;
}
/*temp*/
.full {
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 3em;
    height: 63vh;
}
@media screen and (orientation: portrait) {
}
/*480*/
@media screen and (min-width: 30em){
	body {text-rendering: optimizeSpeed;}	
}
/*768*/
@media screen and (min-width: 48em){	
}
/*960*/
@media screen and (min-width: 60em){
}
/*1240*/
@media screen and (min-width: 76em){	
}
/*1440*/
@media screen and (min-width: 90em){
}
/*1280*/
@media screen and (max-width: 80em){	
}
/*1216*/
@media screen and (max-width: 76em){
}
/*960*/
@media screen and (max-width: 60em){
    .articles-menu li {width: 50%;}
    video {max-width: 100%;}
}
/*640*/
@media screen and (max-width: 40em){
    .articles-menu li {width: 100%;}
    .full {font-size: 1.5em;}
}
@media screen and (max-width: 60em) and (orientation: landscape) {
    header {position: initial;}
}