@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:300,400,500,900');

html, body {
    width: 100%;
    height: 100%;
	background: #1a1a1a;
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
.fondo {
    width: 100%;
    background-image: url(../img/bg_1.jpg);
    z-index: -1;
}
*/
/*
main {
    width: 100%;
    background-image: url(../img/bg_1.jpg);
}
*/

#intro{
    z-index: 5;
    position: relative;
}

section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 15% 10% 100px 10%;
    margin: auto;
    text-align: left;
    z-index: 5;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    font-family: 'Noto Serif KR', sans-serif;
    text-align: center;
}
article .main {
    max-width: 900px;
    padding: 40px 10px 25px 10px;
    margin: 0 auto 30px auto;
     z-index: 5;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Noto Serif KR', sans-serif;	
	font-size: 2.2em;
	color: #fff;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #a2a2a2;
}
article p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Noto Serif KR', sans-serif;
    font-size: 24px;
    font-weight: 600;	
	color: #fff;
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
#boxes {
	margin: 20px auto;
}
#boxes .og-grid {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#boxes .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
}
#boxes .og-grid li > a,
#boxes .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
#boxes .og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
#boxes .og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
#boxes .og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
#boxes .og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
#boxes .og-close::before,
#boxes .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#boxes .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#boxes .og-close:hover::before,
#boxes .og-close:hover::after {
	background: #333;
}
#boxes .og-fullimg,
#boxes .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#boxes .og-details {
	padding: 0 30px 0 30px;
}
#boxes .og-fullimg {
	text-align: center;
}
#boxes .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
#boxes .og-details h3 {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 20px;
}
#boxes .og-details p {
	color: #383838;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
#boxes .og-details a {
	height: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	background: #333;
	display: inline-block;
	margin: 10px 0;
	outline: none;
	transition: background 1s ease;
}
#boxes .og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
#boxes .og-details a:hover {
	background: #4b4b4b;
}
#boxes .og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

	#boxes .og-expander h3 { font-size: 32px; }
	#boxes .og-expander p { font-size: 13px; }
	#boxes .og-expander a { font-size: 12px; }

}
@media screen and (max-width: 650px) {
	#boxes .og-fullimg { display: none; }
	#boxes .og-details { float: none; width: 100%; }
	
}
/*OTROS*/

#main {
  background: rgba(0, 0, 0, 0.5);
}

section.slide {
    height: 90vh;
    width: 100%;
    position: relative;
}

section.slide .wrapper {
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* opacity: 0; */
    /* transition: opacity 1s ease-in-out; */
}

section.slide .quote-wrapper .quote-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1230px;
}

section.slide .quote-wrapper .quote-content-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
/*    max-width: 600px;*/
}

section.slide .quote-wrapper .quote-img {
    width: 50%;
}

section.slide .quote-wrapper .quote-img {
    width: 100%;
    margin-bottom: 20px;
}

figure {
    position: relative;
}

section.slide .quote-wrapper .quote-img img {
    display: block;
    width: 100%;
}

section.slide .quote-wrapper .quote-img span.caption {
    display: inline-block;
    text-align: left;
    width: 100%;
    font-family: "nyt-cheltenham-sh", georgia, times, serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8), 1px -1px 2px rgba(0, 0, 0, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.8);
}

.caption, figcaption {
    color: #666;
}

.caption, figcaption, .credit {
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 400;
    font-style: normal;
    font-family: nyt-cheltenham-sh,georgia,times new roman,times,serif;
}

#g-graphic #nytd-text {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 23059385;
}

section.slide .quote-wrapper .quote-img span.caption .caption-text {
    display: inline-block;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding-top: 7px;
}

section.slide .quote-wrapper .quote-img span.caption {
    display: inline-block;
    text-align: left;
    width: 100%;
    font-family: "nyt-cheltenham-sh", georgia, times, serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8), 1px -1px 2px rgba(0, 0, 0, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.8);
}

section.slide .quote-wrapper .quote-img span.caption span.credit {
    font-size: 13px;
}

section.slide .quote-wrapper .quote {
    width: 50%;
    margin-left: 30px;
    border-top: 1px rgba(255, 255, 255, 0.25) solid;
}

#g-graphic #nytd-text {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 23059385;
}

section.slide .quote-wrapper .quote p {
    text-indent: 0;
    width: 80%;
    font-size: 20px;
    line-height: 1.333333333333333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.slide .quote-wrapper .quote p {
    position: relative;
    font-family: "nyt-cheltenham-sh", georgia, times, serif;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    line-height: 1.566666666666667;
    text-align: left;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8), 1px -1px 2px rgba(0, 0, 0, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.8);
    text-indent: -5px;
}

section.slide .quote-wrapper .quote-img {
    width: 50%;
}

 section.slide .quote-wrapper .quote {
    width: 50%;
    margin-left: 30px;
    border-top: 1px rgba(255, 255, 255, 0.25) solid;
}

#g-graphic #nytd-text {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 23059385;
}
section.slide {
    height: 80vh;
    width: 100%;
    position: relative;
}
#g-graphic #nytd-text {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 23059385;
}
img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}
.g-lazy {
    display: block;
    width: 100%;
    height: auto;
}
.g-lazy.ll-init {
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.g-lazy.ll-loaded {
    opacity: 1;
}
#g-graphic #nytd-text section.slide .quote-wrapper .quote-img img {
    display: block;
    width: 100%;
}

/** otro de texto **/
p, li, dt, dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
    font-weight: 400;
    font-style: normal;
    font-family: georgia,times new roman,times,serif;
}
section.slide .text-wrapper p {
    position: relative;
    font-family: "nyt-cheltenham", georgia, times, serif;
    font-size: 24px;
    line-height: 1.166666666666667;
    font-weight: 500;
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8), 1px -1px 2px rgba(0, 0, 0, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.8);
    text-align: left;
    letter-spacing: 0.015em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

section.slide .text-wrapper p {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.090909090909091;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    max-width: 810px;
    text-align: center;
}

section.slide .title-wrapper p.byline-dateline:before {
    content: "";
    display: block;
    width: 100px;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    margin: 12px 0 17px 0;
}

section.slide .title-wrapper p.byline-dateline {
    text-align: center;
}

section.slide .title-wrapper p.byline-dateline {
    font-size: 12px;
    font-family: "nyt-cheltenham-sh", "nyt-cheltenham", georgia, times, serif;
    font-weight: 500;
    width: calc(100% - 50px);
    margin: 0 auto;
    max-width: 600px;
    text-align: left;
}

section.slide .title-wrapper p.byline-dateline .byline {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.75) !important;
}

.line{
  border-top: 1px rgba(255, 255, 255, 0.2) solid;  
    width: 200px;
    margin: 0 auto;
    text-align: center;
}


#g-graphic #nytd-text section.slide .title-wrapper h1 {
    font-size: 30px;
    line-height: 1.1;
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    margin: 0 25px 0 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8);
    text-align: left;
}

#g-graphic #nytd-text section.slide .title-wrapper p.byline-dateline .byline {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.75) !important;
}

.viewport-medium-10 #g-graphic #nytd-text section.slide .quote-wrapper .quote .mobile-quote {
  display: none;
}

#g-graphic #nytd-text section.slide {
    height: 90vh;
    width: 100%;
    position: relative;
}

section.slide .quote-wrapper .quote p {
    position: relative;
    font-family: "nyt-cheltenham-sh", georgia, times, serif;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1.566666666666667;
    text-align: left;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8), 1px -1px 2px rgba(0, 0, 0, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.8);
    text-indent: -5px;
}

section.slide .quote-wrapper .quote-img {
    width: 100%;
    margin-bottom: 20px;
}

#g-graphic #nytd-text section.slide {
    height: 90vh;
    width: 100%;
    position: relative;
}

.signer{
    font-family: helvetica;
    color: grey;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
}
.signer a{
    color: #fff;
}

.big-quote{
    margin-top: 200px;
    margin-bottom: 200px;
}

/*botones*/
.actions {
    display: block;
    padding-left: 0;
}
.actions li {
    display: inline-block;
/*    padding-right: 1rem;*/
    text-align: center;
}
.actions li .button {
    color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
    width: 100px;
    margin: 5px;
}

:root .button {
    display: inline-block;
    position: relative;
/*    padding: .5em 1em .625em;*/
    padding: 9px;
    background-color: rgba(253,152,0,0.05);
    border: 1px solid rgba(253, 0, 0, 0.4);
    border-radius: .1875rem;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
    color: #fd0000;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button::before, .button::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    margin-left: -.75rem;
    top: 50%;
    margin-top: -.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    opacity: 0;
    transition: all .25s linear;
}

.actions li .button2 {
    color: #fd0000;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
}

:root .button2 {
    display: inline-block;
    position: relative;
    padding: .5em 1em .625em;
    background-color: rgba(253,152,0,0.05);
    border: 1px solid rgba(253, 0, 0, 0.4);
    border-radius: .1875rem;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
    color: #fd0000;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.actions li .button2 {
    color: #fff;
    background-color: #fd0000;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
}

.block-header.show nav {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
}

a:active,
a:hover {
    outline: 0
}
:root .button:hover,
:root .button:focus {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(225, 225, 225, 0.2);
    transform: translateY(-1px)
}
:root .background-dark .button:hover,
:root .background-dark .button:focus {
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06)
}
:root .button-primary:hover,
:root .button-primary:focus {
    background-color: #fd0000;
    border: 1px solid transparent !important;
    color: #fff
}
nav a:hover,
nav a:focus {
    color: rgba(0, 0, 0, 0.4)
}
.background-dark nav a:hover,
.background-dark nav a:focus {
    color: rgba(255, 255, 255, 0.65)
}

@media only screen and (max-width: 1270px) {
  .growl-exp {
    height: 280px;
  }
}

@media only screen and (max-width: 900px) {
  .growl-exp {
    height: 196px;
  }
  section h1 {
    font-size: 30px;
    line-height: 1.1;
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    margin: 0 25px 0 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8);
    text-align: left;
    }
    section p {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.75) !important;
    text-align: left;
    }
    .line {
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    width: 200px;
    margin: 25px 0px;
    text-align: center;
    }
    .quote-wrapper .quote-img {
    width: 100%;
    margin-bottom: 20px;
    }
    .quote-wrapper .quote-img {
    width: 100%;
    }   
}

@media only screen and (max-width: 600px) {
    section.slide .quote-wrapper .quote-img {
    width: 80%;
    margin-bottom: 20px;
    }
    section.slide .quote-wrapper .quote-content-wrapper {
    width: calc(100% - 0px);
    margin: 0 auto;
    /* max-width: 600px; */
    }
    section.slide .quote-wrapper .quote-img {
    width: 80%;
    margin-bottom: 20px;
    }
    section.slide .quote-wrapper .quote-img span.caption {
    display: inline-block;
    text-align: left;
    width: 240px;
    }
    section.slide .quote-wrapper .quote {
    width: 100%;
    margin-left: -330px;
    margin-top: 230px;
    border-top: 1px rgba(255, 255, 255, 0.25) solid;
    }
    section.slide .quote-wrapper .quote p {
    position: relative;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    }
    section.slide .wrapper {
    position: relative;
    width: 100%;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    }
    section.slide {
    height: 75vh;
    width: 100%;
    position: relative;
    margin-bottom: 200px;
    } 
    #intro {
    margin-bottom: 100px;
    }
    section .main {
    max-width: 1100px;
    padding: 30% 10% 100px 10%;
    margin: auto;
    text-align: left;
    z-index: 5;
    }
    section.slide .text-wrapper p {
    font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .actions .button {
    display: block;
    width: 100% !important;
    }
    .actions .button2 {
    display: block;
    width: 100%;
    }
    .actions li {
    display: block;
    padding-right: 0;
    margin-bottom: .5rem;
    }
}


