/*
    hemisferio.space
*/
@import url("est.css");
@import url("f/font_style.css");
html, body {
    height: 100%;
}
body {
	color: #1a1a1a;
    background: #FFFEE5;
	font: normal 300 16px/1 'HK Grotesk', sans-serif;
}
h1,h2,h3,h4,h5,h6,strong {
    font-family: 'Agency FB', sans-serif;
    font-weight: normal;
}
.content {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 1200px;
}
section {
    display: none;
}
section.view-section {
    display: block;
}
section article {
    margin-top: 10vh;
    line-height: 1.4;
}
section article p {
    margin-bottom: 1.2em;
}
/*menu*/
.menu li {
    position: fixed;
    z-index: 10;
}
.menu li .txt {
    transform: rotate(90deg);
    transform-origin: 0 100%;
    cursor: pointer;
    background: #FFFEE5;
}
.menu li svg path {
    fill:none;
    stroke:#004106;
    stroke-width:2;
    stroke-miterlimit:10
}
.menu li[data-ruta="entrega"]:hover .txt div:before {
    margin-right: 1em;
}
.menu li:hover .txt div:before {
    background: #004106;
}
.menu li .txt div:before,
.arquitectos li h1:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #004106;
    margin-right: .6em;
    transition: margin .33s linear;
}
.txt div {
    font-weight: 400;
    font-size: 1.1em;
}
.menu li .txt span {
    display: inline-block;
    font-size: .6em;
    margin-right: 0.5em;
    position: relative;
    top: -.6em;
}
.menu li[data-ruta="entrega"] {
    top: 15vh;
    left: 0;
    padding-left: 2em;
}
.menu li[data-ruta="entrega"]:before {
    content: '\02190 click para iniciar';
    display: block;
    position: absolute;
    top: 0;
    left: 4em;
    animation: inicio 1s infinite ease-in reverse;
}
@keyframes inicio {
  to {left: 2.5em;}
}
header.prevista + nav .menu li[data-ruta="entrega"]:before {
    content: '';
}
.menu li[data-ruta="quees"] {
    top: 45vh;
    right: 0;
    padding-right: 2em;
}
.menu li[data-ruta="quees"] .txt {
    transform-origin: 100% 0;
}
.menu li[data-ruta="creditos"] {
    bottom: 0;
    right: 10vw;
}
.menu li[data-ruta="creditos"] .txt {
    transform: none;
    padding-bottom: .2em;
}
/**/
.menu li svg {
    position: relative;
}
.menu li path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: dash 2.5s  linear 0s normal forwards;
}
.menu li:hover path {
    animation: dash 2.5s ease-in-out 0s infinite alternate;
}
.menu li:nth-child(2) path {animation-delay: .4s;}
.menu li:nth-child(3) path {animation-delay: .7s;}
.menu li[data-ruta="entrega"] svg {
    width: 62px;
    left: -4em;
    top: -.75em;
}
.menu li[data-ruta="quees"] svg {
    width: 33px;
    right: -5em;
    top: -7em;
}
.menu li[data-ruta="creditos"] svg {
    width: 160px;
    left: -.8em;
}

.logos {
    padding-bottom: 30vh;
    text-align: center;
}
.logos h1 {
    height: 71px;
    text-indent: -9999px;
    background: url(img/logotipos.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin: 1.5em;
}
.logos h1.cidac {
    width: 109px;
    background-position: 0 0;
}
.logos h1.facultad {
    width: 117px;
    height: 79px;
    background-position: 0 -71px;
}
.logos h1.ugc {
    width: 212px;
    background-position: 0 -149px;
}
/*inicio*/
header {
    transition: all .33s linear;
}
header.presentacion {
    padding: 1rem;
    font-size: .75em;
    display: block;
    position: initial;
    height: auto;
    text-align: center;
}
header.prevista {
    text-align: left;
    font-size: .62em;
    padding-left: 3rem;
}
header.prevista * {
    display: inline-block;
}
header.prevista h2 {
    opacity: .4;
}
header.inicio {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header h1 {
    font-size: 3.2em;
    letter-spacing: .25em;
}
header h2 {
    font-size: 1.7em;
    letter-spacing: .3em;
}
.cols {
    display: flex;
}
.col {
    flex: 50%;
}
/**/
.arquitectos {
    margin-top: 10vh;
}
.arquitectos li {
    display: inline-block;
    margin: 3vh 6vw;
    cursor: pointer;
    vertical-align: top;
}
.arquitectos li path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: dash .5s  linear 0s normal forwards;
    fill:none;stroke:#69b772;stroke-width:3;stroke-miterlimit:10
}
.arquitectos li:nth-child(2) path {animation-delay: .4s}
.arquitectos li:nth-child(3) path {animation-delay: .8s}

.arquitectos li .retrato {
    overflow: hidden;
}
.arquitectos li img,
.projects li img {
    transition: filter .33s linear, transform .77s linear;
}
.arquitectos li:hover img {
    transform: scale(1.05);
    filter: invert(1);
}

.arquitectos li .info {
    margin-top: 1rem;
}
.arquitectos li h1:before {
    margin-right: .4rem;
}
.arquitectos li:hover h1:before {
    margin-right: .2rem;
    background: #69B772;
}
.arquitectos li h1 {
    font-size: 1.32em;
}
.arquitectos li span {
    display: block;
    /*color: #69B772;*/
    text-align: center;
    font-size: .7em;
    margin-top: 1.5rem;
}
.projects li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 1em .6em 1.5em;
    cursor: pointer;
}
.projects li .center-info {
    text-align: center;
    font-size: 1.3em;
    line-height: 10.5;
}
.projects li:hover img {
    filter: invert(1);
}
.projects li .info span {
    display: block;
    font-size: .75em;
}
.projects li .info h2 {
    font-size: 1.2em;
}
section[data-cual="entregas"] article {
    display: none;
}
section[data-cual="entregas"].niemeyer article[data-view="niemeyer"],
section[data-cual="entregas"].candela article[data-view="candela"],
section[data-cual="entregas"].dieste article[data-view="dieste"]{
    display: block;
}

body.view-project section[data-cual="proyecto"] {
    display: block;
}
body.view-project .projects {
    display: none;
}
.material {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5em;
}
.material a,
.material span {
    display: block;
    cursor: pointer;
    font-weight: bold;
    color: #004106;
}
.material svg .path {
}
.material a:hover,
.material span:hover {
    color: #14ea28; 
}
.material a:hover svg path,
.material span:hover svg path,
.material svg:hover path {
    stroke: #14ea28; 
}
.material a:hover svg,
.material span:hover svg,
.material svg:hover {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: dash 2.5s ease-in infinite alternate;
}


@keyframes dash {
  to {
    stroke-dashoffset: 10;
  }
}
.material span.video {
    margin-bottom: 3em;
    margin-top: -1em;
}
.infoproject h2 {
    font-size: 1.35em;
    letter-spacing: .1em;
}
.infoproject span {
    font-size: .75em;
}
.credits-photo {
    display: block;
    transform-origin: -1.5em 100%;
    transform: rotate(270deg);
    position: absolute;
    bottom: 17%;
    font-size: .65em;
}
.credits-photo:before {
    content: 'Fotografías: ';
    display: inline-block;
    font-size: .85em;
}
.view-section.dieste + [data-cual="proyecto"] .credits-photo {
    max-width: 60vh;
    bottom: 8%;
}
.mediaproject {
    display: flex;
}
/**/
.gallery {
    position: relative;
}
img.large {
    max-height: 56.5vh;
}
ul.thumbs li {
    max-width: 100px;
    display: inline-block;
    margin-right: .5em;
    cursor: pointer;
    
}
ul.thumbs li img {
    filter: grayscale(1);
    transition: filter .44s linear;
}
ul.thumbs li:hover img {
    filter: grayscale(0);
}
#bigVideo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
#bigVideo.view {
    display: flex;
    align-items: center;
    justify-content: center;
}
.close {
    display: block;
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 10%;
    padding: 1em;
    background: red;
    color: #000;
    cursor: pointer;
    transition: transform .33s linear;
}
.close:hover {
    transform: rotate(270deg);
}
.arq-info {
    display: none;
}
.arq-info p {
    line-height: 1.2;
    padding-bottom: 1.5em;
}
.arq {
    font-size: 3em;
    margin-bottom: .7em;
}
[data-cual="proyecto"].infoniemeyer .projectview,
[data-cual="proyecto"].infocandela .projectview,
[data-cual="proyecto"].infodieste .projectview {
    display: none;
}
[data-cual="proyecto"].infoniemeyer #infoniemeyer {display: block;}
[data-cual="proyecto"].infocandela #infocandela   {display: block;}
[data-cual="proyecto"].infodieste #infodieste     {display: block;}


.next-project {
    position: absolute;
    right: 1em;
    bottom: 14vh;
    cursor: pointer;
    transition: all .33s linear;
}
.next-project {
    right: .5em;
}
.next-project:before {
    content: 'Siguiente proyecto';
    display: block;
    font-size: .75em;
    color: green;
}
.next-project.next-arq:before {
    content: 'Siguiente Arquitecto';
}
.next-project .txt {
    max-width: 265px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.next-project:hover path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: dash 2.5s ease-in-out 0s infinite alternate;
}
/*creditos*/
[data-cual="creditos"] h2,
[data-cual="creditos"] strong {
    font-size: 1.6em;
}
.copy {
    font-size: .8em;
    margin-top: 4em;
}
.copy a {
    color: green;
}
.read {
    display: inline-block;
    padding: .35em 1.2em;
    background: #004106;
    color: #FFFEE5;
    cursor: pointer;
    border: 2px solid;
}
.read:hover {
    color: #004106;
    background: #FFFEE5;
}
@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){
    .contvid {width: 100%; height: 100%;}
    .contvid video {width: 100%;}
}
/*1440*/
@media screen and (min-width: 90em){
    body {font-size: 1.15em;}
    header.inicio h1 {font-size: 4.2em;}
}
/*1280*/
@media screen and (max-width: 80em){	
}
/*1216*/
@media screen and (max-width: 76em){
}
/*960*/
@media screen and (max-width: 60em){
    .arquitectos svg { display: none;} 
    .menu li[data-ruta="entrega"]{top: 53vh; padding-left: 1em;}
    .menu li[data-ruta="quees"] {top: 70vh; padding-right: 1em;}
    header.inicio .txt {margin-top: -11em;font-size: .85em;}
    header h1 {font-size: 2.2em;}
    header h2 {font-size: 1.2em;letter-spacing: .2em;max-width: 90%;margin: 0 auto;}
    .content {padding: 0 3em;}
    [data-cual="entregas"] .content,
    .projectview .content {padding: 0 1em;}
    .arquitectos { margin: 6vh 0 0; padding-bottom: 10vh; text-align: center;}
    .infoproject {padding-left: 1em;}
    .projects li {width: 49%;}
    .mediaproject {display: block;padding: 1em;}
    .material {display: flex;flex-direction: row;justify-content: center;padding: 3em 0 0 0;}
    .material span.video {margin: 0 3em 0 0;}
    .credits-photo {transform: none;position: initial;bottom: initial;}
    .cols {display: block;}
    .next-project {padding-bottom: 7em; position: initial;text-align:right;padding-right: 4em;}
    .read { margin: 0 auto;display: block;width: 150px;}

}
/*640*/
@media screen and (max-width: 40em){
}