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

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

body {
    background: #2a2e39;
    color: #dbdbdb;
    font-weight: 400;
    font-size: 1em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

a:hover, a:focus {
    outline: none;
}

/*******************************************************************************

		Estilos de Utuqu

*******************************************************************************/

:root {
    --anchura-maxima: 1200px;
    --relleno-columnas: 1rem;
    --relleno-columnas-negativo: -1rem;
    --color-primario: #333745;
    --color-secundario: #DDDDDD;
    --color-negativo: #FF4136;
    --color-positivo: #3D9970;
    --color-informativo: #0074D9;
    --color-parrafo: #333745;
    --color-titulares: #333745;
    --color-texto-negativo: #FFFFFF;
    --color-invertido-titulares: #FFFFFF;
}


/*******************************************************************************

		Estilos de El Diario

*******************************************************************************/


/***********  BASIC  ***********/

#wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}

p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

p.pie_pagina {
    font-size: 0.8em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

strong {
    font-weight: 700;
}

hr {
    border-bottom: 0;
    margin: 2em auto;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 3em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 2.5em;
    font-family: 'Poppins', sans-serif;
}

h4 {
    font-size: 1.8em;
    font-family: 'Poppins', sans-serif;
}

h5 {
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h6 {
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.8em;
        font-family: 'Poppins', sans-serif;
    }
    h4 {
        font-size: 1.5em;
        font-family: 'Poppins', sans-serif;
    }
    h5 {
        font-size: 1.2em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }
    h6 {
        font-size: 1em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.2em;
        font-family: 'Poppins', sans-serif;
    }
    h4 {
        font-size: 1em;
        font-family: 'Poppins', sans-serif;
    }
    h5 {
        font-size: 0.9em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }
    h6 {
        font-size: 0.8em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }
}

.meta_info {
    padding: 20px;
    text-shadow: 2px 2px 8px rgba(51, 55, 69, 0.5);
}

.meta_info h1 {}

.heading_portada h1 span {
    background-color: #333745;
    padding: 0px 10px;
}

.heading_portada h3 {
    text-shadow: 2px 2px 8px #333745;
}

h4.meta_autor {
    background: #92cdcf;
    padding: 10px 15px;
    width: auto;
    margin: 0 auto;
    color: #333745;
    font-size: 1em;
    display: inline-block;
    margin-top: 30px;
}

h4.meta_autor strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


/***********  HEADER  ***********/

header {
    position: fixed;
    top: 0;
    z-index: 5000;
    width: 100%;
}


/* Title bar */

header .title-bar {
    background: #333745;
    font-size: 1em;
    line-height: 58px;
}

header .title-bar .header_toggle {
    display: inline-block;
    width: 16px;
    margin-right: 15px;
}

header .title-bar .header_toggle .icon-bar {
    width: 24px;
    height: 3px;
    margin-top: 5px;
    display: block;
    background: #fff;
}

header .title-bar .header_toggle:hover .icon-bar {
    width: 24px;
    height: 3px;
    margin-top: 5px;
    display: block;
    background: #92cdcf;
}

header .title-bar .brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}

header .title-bar ul, header .title-bar li {
    line-height: 62px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .title-bar ul {
    float: right;
    width: auto;
    height: 62px;
}

header .title-bar li {
    display: inline-block;
}

header .title-bar ul.colabora img {
    max-height: 40px;
}

header .title-bar a {
    color: #fff;
}

header .title-bar a:hover {
    color: #92cdcf;
}

@media screen and ( max-width:991px) {
    header .title-bar ul.colabora {
        display: none;
    }
}

@media screen and (max-width:480px) {
    header .title-bar {
        line-height: 40px;
    }
    header .title-bar .header_toggle .icon-bar {
        width: 20px;
        height: 2px;
        margin-top: 4px;
    }
    header .title-bar .brand {
        font-size: 1.2em;
    }
    header .title-bar ul, header .title-bar li {
        line-height: 40px;
        height: 40px;
    }
}


/* Menu bar */

header .top-bar {
    background: #92cdcf;
    font-size: 1em;
    padding: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    -moz-box-shadow: inset 0 2px 8px #598182;
    -webkit-box-shadow: inset 0 2px 8px #598182;
    box-shadow: inset 0 2px 8px #598182;
}

header .top-bar ul, header .top-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

header .top-bar ul.main_menu {
    overflow: hidden;
    width: auto;
    float: left;
}

header .top-bar ul.menu_creditos {
    width: auto;
    float: right;
}

header .top-bar ul button {
    background: transparent;
    border: 0;
}

header .top-bar ul.colabora {
    background: #333745;
    padding: 25px 0;
}

header .top-bar ul.main_menu a {
    border-bottom: 1px solid #7fafb3;
}

header .top-bar a, header .top-bar button {
    color: #333745;
    padding: 20px 0;
    margin-top: 0;
    line-height: 1.5em;
    display: block;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

header .top-bar a:hover, header .top-bar button:hover {
    background: #333745;
    color: #92cdcf;
}

@media screen and (min-width:992px) {
    header .top-bar {
        text-align: left;
        padding: 0 15px;
    }
    header .top-bar li {
        float: left;
    }
    header .top-bar ul.colabora {
        display: none;
    }
    header .top-bar a, header .top-bar button {
        padding: 0 30px;
        margin-top: 2px;
        line-height: 56px;
        border: 0;
    }
}

@media screen and (max-width:991px) {
    header .top-bar ul.main_menu {
        border-left: 5px solid #7fafb3;
        border-right: 5px solid #7fafb3;
        border-top: 5px solid #4a5b66;
        float: none;
    }
    header .top-bar ul.menu_creditos {
        float: none;
        text-align: center;
        background: #7fafb3;
    }
    header .top-bar ul.menu_creditos button {
        display: inline-block;
    }
}


/* Menu elementos animados */

header .title-bar a, header .top-bar a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.share_block {
    margin-left: 20px !important;
}

.share_block a {
    width: 32px;
    height: 32px;
    margin: 15px 2px;
    display: inline-block;
    display: block;
}

.share_block a path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.share_block a:hover path {
    stroke: #92cdcf;
}

@media screen and (max-width:991px) {
    .share_block {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:480px) {
    .share_block a {
        width: 20px;
        height: 20px;
        margin: 10px 5px;
    }
    .share_block a svg {
        height: 100%;
        width: auto;
    }
}


/***********  LOADING  ***********/


/* Capa que oculta */

.cargando {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    background: #333745;
    top: 0;
    left: 0;
}

.cargando img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader .cargando {
    height: 0;
}

.loader .cargando img {
    opacity: 0;
}


/***********  GUIA SCROLL  ***********/

.scroll_btn {
    cursor: pointer;
    position: absolute;
    width: 36px;
    height: 41px;
    bottom: 20px;
    left: 50%;
    margin-left: -18px;
    background: url(img/scroll.gif);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    z-index: 1000;
    display: none;
}

.scroll_btn.active {
    opacity: 1;
    display: block;
}


/***********  OVERLAY  ***********/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    background: rgba(51, 55, 69, 0.9);
    padding-top: 62px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.overlay p {
    color: #fff !important;
}

.overlay.active {
    opacity: 1;
    z-index: 6000;
}

.overlay .entendido {
    width: auto;
    padding: 10px 20px;
    background: #92cdcf;
    color: #333745;
    opacity: 1;
    float: none;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    text-shadow: none;
}

.overlay .cruz {
    position: absolute;
    right: 30px;
    top: 92px;
    z-index: 4500;
    opacity: 1;
    width: 42px;
    height: 42px;
}

.overlay .cruz svg {
    width: 100%;
    height: auto;
}

.overlay .cruz polygon {
    fill: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.overlay .cruz:hover polygon {
    stroke: #92cdcf;
}

.overlay {
    text-align: center;
}

.overlay h4 {
    margin-bottom: 30px
}

.overlay hr {
    border-top: 1px solid transparent;
}

.wrapper_overlay {
    padding: 0 5%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .overlay.instructions {
        display: none;
    }
}


/***********  ESTILOS TITULOS  ***********/

.meta_info, .meta_info h1, .meta_info h3, .meta_autor {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.meta_info {
    opacity: 0;
}

.effects .meta_info {
    opacity: 1;
}

.meta_info h1 {
    opacity: 0;
    margin: 10px 0;
}

.effects .meta_info h1 {
    opacity: 1;
    margin: 0 0 20px 0;
}

.meta_info h3 {
    opacity: 0;
}

.effects .meta_info h3 {
    opacity: 1;
}

.meta_autor {
    opacity: 0;
}

.effects .meta_autor {
    opacity: 1;
}

#progressBar {
    border: 1px solid #aaa;
    color: #fff;
    width: 295px;
    height: 20px;
}

#progress {
    background-color: #ff0000;
    height: 20px;
    display: inline-block;
}

.fp-table {
    overflow: hidden;
}

.modal {
    z-index: 9000;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100%
}

.modal video {
    max-width: 100%;
    width: 100%;
}
