/*body {
    overflow: hidden;
}

body.scroll {
    overflow: auto;
}*/

@font-face {
    font-family: 'Jules Text';
    font-style: normal;
    font-weight: 800;
    src: url("/fonts/v2.x/v2.1/jules/julestext-black-webfont.woff") format("woff")
}

audio {
    width: 40rem;
    margin: 0 auto;
    display: block;
}

.articulo .articulo-cuerpo> p {
    font-weight: 400;
}

.articulo-encabezado .firma {
    text-align: center;
}
.articulo-encabezado .firma:before {
    margin: 15px auto;
}

body,
.articulo__apertura,
.articulo-cuerpo {
    background: transparent!important;
}

.apertura {
    display: block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100vh;
    width: 100%;
}

.apertura_contenedor {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.titulo_apertura {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 12;
    width: 90%;
    max-width: 800px;
    z-index: 999;
}

.titulo_apertura .logo {
    display: inline-block;
    width: 120px;
    height: 60px;
    text-indent: -9999px;
    background: url("/elpais/iconos/v2.x/v2.2/logos/eps_logo_blanco.svg") 0 0 no-repeat;
    background-size: 100% auto;
}

.titulo_apertura h1 {
    font-family: "Jules Text";
    font-size: 70px;
    font-weight: 900;
    line-height: 80%;
    color: #fff;
	letter-spacing:-3px;
}

.titulo_apertura span {
    display: block;
    font-weight: 400;
    line-height: 100%;
	margin-top: 20px;
    font-size: 24px;
	letter-spacing:-1px;
}

.presentacion {
    background: url('/especiales/2020/finlandia-y-la-formula-de-la-felicidad/img/apertura-fondo-movil.jpg') no-repeat center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

.presentacion button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 22px 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.presentacion button span {
    width: 85px;
    height: 85px;
}

.comenzar {
	border-radius: 20px;
	padding: 22px 20px;
	z-index: 11;
    font-family: "Jules Text";
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	line-height: 3;
}

.comenzar span {
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url('/elpais/iconos/v2.x/v2.1/eps/play-video.svg') no-repeat left center;
	transition: all 0.5s;
	vertical-align: middle;
	background-size: 100% auto;
	display: block;
	margin: 0 auto;
}

.comenzar:hover span {
	transition: all 0.5s;
	transform: scale(1.1) rotate(90deg);
}

.button-scroll {
    cursor: pointer;
    position: absolute;
    top: 80vh;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    color: white;
    font-size: 0.75rem;
    line-height: 0;
    text-transform: uppercase;
    border: 0.125rem solid white;
    font-weight: 600;
    padding: 1rem 0.875rem;
    border-radius: 1.1875rem;
    animation: hazScroll 0.8s infinite;
    z-index: 8;
}

@keyframes hazScroll {
	0% { margin-top: 10px; }
	60% { margin-top: 0; }
	100% { margin-top: 10px; }
}

.apertura_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-inde {
    display: block;
    max-width: 640px;
    margin: 0 auto 40px;
}

.img-inde img {
    margin: 0 auto 20px;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes aparece {
    to {
        opacity: 1;
    }
}

@keyframes transforma {
    to {
        transform: translateX(0);
    }
}


/* NOTICIA ESPECIAL > EXTRAS */

.articulo_especial .articulo-cuerpo > h3 {
	font-family: 'Jules Text';
	font-size: 20px;
	font-weight: 900;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	line-height: 50px;
    padding-bottom: 1.5rem;
    position: relative;
    margin: 2.5rem auto 4rem;
    line-height: 120%;
	width: 90%;
	max-width: 400px;
	text-transform: uppercase;
}


.articulo_especial .articulo-cuerpo > h3 span {
	display: block;
	font-family: 'Jules Text';
	font-weight: 900;
	font-size: 60px;
	color: #000;
	text-align: center;
	position: relative;
    line-height: 2.6;
    margin-bottom: 20px;
}

.articulo_especial .articulo-cuerpo > h3 span:before {
    content: '';
    background: #fecb34;
    width: 150px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
}

.articulo_especial .articulo-titulares .articulo-titulo,
.articulo_especial .articulo-titulares .articulo-titulo--cursiva {
    display: none;
    /* ocultamos el titulo de la noticia porque está en la apertura */
}

.ocultar-movil {
    display: none;
}

.articulo_especial .compartir__interior {
    text-align: center;
}

.creditos {
    padding: 50px 0;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 60px auto;
}

.finlandia .creditos h2 {
	font-family: 'Jules Text';
    font-weight: 900!important;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 50px;
    padding-bottom: 50px;
	text-transform:uppercase;
}

.epilogo:after,
.epilogo:before,
.finlandia .creditos h2:after {
    content:'';
    height: 2px;
    width: 175px;
    background-color: #fecb34;
    display: block;
    margin: 60px auto 0;
}

.epilogo:before {
    margin: 60px auto;
}

.creditos p {
    font-family: 'Jules Text';
    font-weight: 100;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 35px;
}

.creditos p span {
    font-weight: 400;
}

.footer img {
    width: 164px;
    margin: 0 auto 40px;
}

.articulo_especial .firma--vertical ~ .articulo-introduccion,
.articulo_especial .articulo-introduccion {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}


.articulo-apertura .articulo-datos+.articulo-introduccion:before {
    margin: 0 auto 20px;
}


.compartir a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 999999;
    position: relative;
}

.articulo-cuerpo .iframe-video {
    margin: 60px auto;
    min-width: 620px;
    /* width: 572px; 
    height: 350px;*/
}

.articulo_especial .articulo-cuerpo > p, .articulo .articulo-cuerpo > p {
	font-family: "Jules Text";
    font-size: 1.255rem;
    line-height: 160%;
	letter-spacing: 0;
	margin-bottom: 2.1875rem;
}

@media (min-width: 62.5rem) { /* 1000PX */

    .ocultar-escritorio {
        display: none;
    }

    .ocultar-movil {
        display: block;
    }

    .articulo_especial .articulo-trust,
    .articulo_especial #compartir_inferior,
    .articulo_especial #articulo-tags,
    .articulo_especial .articulo-cuerpo>p,
    .articulo_especial .articulo-cuerpo>ol,
    .articulo_especial .articulo-cuerpo>ul,
    .articulo_especial .articulo-cuerpo>h1,
    .articulo_especial .articulo-cuerpo>h2,
    .articulo_especial .articulo-cuerpo>h3,
    .articulo_especial .articulo-cuerpo>h4,
    .articulo-cuerpo>section:not(.sumario_include):not(.sumario_foto),
    .articulo_especial .articulo-cuerpo blockquote,
    .articulo_especial .articulo-cuerpo .publi_luto_vertical {
        max-width: 40rem;/* le ponemos el ancho a los párrafos */
        margin-left: auto;
        margin-right: auto;
    }
	
	.articulo_especial .articulo-cuerpo>h3 {
        max-width: 400px;
    }
}

@media (max-width: 1024px) {

    .presentacion button {
        bottom: 10vh;
        padding: 22px 20px 10px;
        font-size: 16px;
    }
    .comenzar {
        line-height: 2;
    }
    .presentacion button span {
        width: 60px;
        height: 60px;
    }

    .compartir-social {
        width:  100px;
    }
}
@media (max-width: 768px) {

    audio {
        width: 90%;
    }

    .articulo_especial .articulo-cuerpo > h3 span {
        line-height: 3;
        font-size: 57px;
    }

    .articulo__apertura,
    .articulo-tags,
    .articulo_especial .articulo-cuerpo > p {
        padding: 0 0.625rem 1rem;
    }

    .articulo-cuerpo .iframe-video {
        width: 100%;
        min-width: 90%;
        height: 400px;
    }

}

@media (min-width: 48rem) {
    
    /* 768PX */
    .apertura {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 100vh;
    }

    .apertura_contenedor {
        height: 100vh;
    }

    .presentacion {
        background: url('/especiales/2020/finlandia-y-la-formula-de-la-felicidad/img/apertura-fondo.jpg') no-repeat center;
        background-size: cover;
    }
}

@media (min-width: 64rem) {  /* 1024PX */

    .titulo_apertura h1 {
        font-size: 115px;
        line-height: 80%;
		letter-spacing:-4px;
    }

    .titulo_apertura span {
        font-size: 28px;
    }

    .titulo_apertura .logo {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 425px) {

    .articulo .articulo-cuerpo > p {
        padding: 0 15px;
    }
    .articulo_especial .articulo-cuerpo > h3 {
        font-size: 18px;
        padding: 0 15px;
    }
	
	.articulo_especial .articulo-cuerpo > p, .articulo .articulo-cuerpo > p {
    font-size: 1.225rem;
    line-height: 150%;
    }
	
	.finlandia .creditos h2 {
	    font-size: 22px;
    }

    .articulo-cuerpo .iframe-video {
        width: 100%;
        min-width: 90%;
        height: 200px;
    }
}

/* ARREGLOS GALERIAS */

.mosaico.contentFixedElement {
    width: 90vw;
    margin: auto;
}

.mosaico .img-block-fixed img {
    width: 70vw;
}

.mosaico .text-fixed span {
    font-family: 'Jules Text';
    font-weight: 100;
    font-size: 19px;
    line-height: 27px;
    width: 20%;
    background-color: #fff;
    padding: 40px;
    margin: 40px 0;
    border-left: 2px solid #fecb34;
}

.mosaico .img-block-fixed img.vertical {
    width: auto;
    margin-left: 50%;
}

.mosaico .content-img-fixed {
    width: 90vw;
}

.mosaico .absolute_bottom .content-img-fixed:nth-child(1) {
    opacity: 0;
}

@media only screen and (min-width: 1000px) {
    .salida_articulo_especial .articulo__contenedor {
        background: transparent!important;
    }
}

@media  (max-width: 768px) {
    .mosaico .text-fixed span {
        width: 100%;
    }

    .mosaico .img-block-fixed img {
        width: 100%;
        height: auto;
    }

    .mosaico .img-block-fixed {
        width: 100%;
    }

    .mosaico .img-block-fixed img.vertical {
        width: 100%;
        margin-left: 0;
    }
}

/* PERFILES */

.perfiles .img-block-fixed img.vertical {
    margin: 0 0 0 auto;
}

.perfiles .img-block-fixed img.right {
    width: 55%;
    margin-left: 50%;
}

.perfiles .img-block-fixed img.horizontal {
    width: 100%;
    margin-left: 0;
}

.perfiles .text-fixed p {
    height: auto;
    display: block;
}

.perfiles .text-fixed p:last-child {
    margin-bottom: 0;
}

.perfiles .text-fixed span {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.profile {
    width: 50%;
    min-width: 50%;
    background: #fff;
    padding: 40px;
    border-left: 1px solid #fecb34;
    margin-left: 50px;
}

.block-profile {
    max-width: 90vw;
    margin: 120px auto;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.block-profile.profile-left {
    flex-direction: column;
    align-items: center;
}

.block-profile.profile-left img {
    margin: 0 0 20px;
}

.text-profile h4 {
	font-family: 'Jules Text';
    font-weight: 800;
    font-size: 50px;
    color: #000;
    line-height: 50px;
    margin-bottom: 20px;
}

.text-profile p {
    font-weight: 100;
}

.text-profile .intro {
	font-family: 'Jules Text';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.text-profile .description {
	font-family: "Jules Text";
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.text-profile .text-profile-title {
	font-family: "Jules Text";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    margin: 20px 0 10px;
	line-height: 130%;
}

.bar_happy {
	font-family: "Jules Text";
    font-weight: 100;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	line-height: 130%;
    margin-bottom: 10px;
}
.bar_number {
    padding-left: 44px;
}

.bar_number span {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
}

.bar_space {
    margin-bottom: 5px;
    background-color: #efefef;
    height: 5px;
    width: 100%;
}

.bar_progress {
    width: 0;
    transition: all 2s;
}

.perfiles .bar_space .bar_progress {
    background-color: #fecb34;
    display: block;
    height: 5px;
}

@media (max-width: 768px) {

    .block-profile {
        flex-direction: column;
    }

    .profile {
        width: 100%;
        padding: 15px;
        margin: 10px;
    }

    .text-profile h4 {
        font-size: 36px;
		line-height: 36px;
    }

    .profile .text-profile p {
        padding: 0 0 5px;
    }

    .text-profile .intro {
        margin-bottom: 10px;
    }

    .text-profile .description {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .img-block-fixed img.vertical {
        width: 100%;
        margin-left: 0;
    }

    .perfiles .img-block-fixed img.horizontal,
    .perfiles .img-block-fixed img.right,
    .perfiles .img-block-fixed img.vertical {
        width: 100%;
        margin-left: 0;
    }
}
