        /* GENERAL */
        
        @font-face {
            font-family: "Avenir-Medium";
            src: url(../assets/fonts/Avenir-Medium-09.ttf);
            font-weight: normal;
        }
        
        @font-face {
            font-family: "Avenir-Black";
            src: url(../assets/fonts/Avenir-Black-03.ttf);
            font-weight: bold;
        }
        
        @font-face {
            font-family: "ZillaSlab-Regular";
            src: url(../assets/fonts/ZillaSlab-Regular.ttf);
            font-weight: normal;
        }
        
        @font-face {
            font-family: "ZillaSlab-Regular";
            src: url(../assets/fonts/ZillaSlab-Bold.ttf);
            font-weight: bold;
        }
        
        @font-face {
            font-family: "AvenirNextCondensed";
            src: url(../assets/fonts/AvenirNext-Regular-08.ttf);
            font-weight: normal;
        }
        
        @font-face {
            font-family: "AvenirNextCondensed";
            src: url(../assets/fonts/AvenirNext-Bold-01.ttf);
            font-weight: bold;
        }
        
        @font-face {
            font-family: "AvenirNextCondensed";
            src: url(../assets/fonts/AvenirNext-Italic-05.ttf);
            font-weight: normal;
            font-style: italic;
        }
        
        @font-face {
            font-family: "AvenirNextCondensed";
            src: url(../assets/fonts/AvenirNext-BoldItalic-02.ttf);
            font-weight: bold;
            font-style: italic;
        }
        
        @font-face {
            font-family: "AvenirNextCondensed-DemiBold";
            src: url(../assets/fonts/AvenirNext-DemiBold-03.ttf);
            font-weight: bold;
        }
        /* Ocultar placeholder para pantallas grandes */
        
        @media (min-width:1025px) and (min-width:1281px) {
             ::-webkit-input-placeholder {
                /* WebKit browsers */
                color: transparent !important;
            }
             :-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: transparent !important;
            }
             ::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: transparent !important;
            }
             :-ms-input-placeholder {
                /* Internet Explorer 10+ */
                color: transparent !important;
            }
            input::placeholder {
                color: transparent !important;
            }
            textarea::-webkit-input-placeholder {
                /* WebKit browsers */
                color: transparent !important;
            }
            textarea:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: transparent !important;
            }
            textarea::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: transparent !important;
            }
            textarea:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                color: transparent !important;
            }
            textarea::placeholder {
                color: transparent !important;
            }
        }
        
        .container-fluid.px-5 {
            padding-left: 2rem !important;
            padding-right: 2rem !important;
        }
        
        @media (min-width: 1400px) {
            .container-fluid.px-5 {
                padding-left: 6rem !important;
                padding-right: 6rem !important;
            }
        }
        
        body {
            font-family: "Avenir-Medium";
            font-weight: normal;
            font-size: calc(12px + 0.25vw);
        }
        
        body p,
        body ul li,
        body ol li,
        body table td,
        body table th {
            font-family: "AvenirNextCondensed";
            font-size: calc(12px + 0.4vw);
        }
        
        strong,
        b {
            font-family: "Avenir-Black";
        }
        
        main {
            min-height: 40vh;
        }
        
        .modal {
            background-color: rgba(255, 255, 255, 0.8);
        }
        
        .modal-dialog {
            max-width: 1100px;
            top: 20%;
        }
        
        .modal-content {
            border: none;
        }
        
        .modal-header {
            padding: 1.5rem 1rem 1rem;
            border-bottom: 1px solid #000;
        }
        
        .modal-body {
            padding: 0.937rem 0;
        }
        
        .modal-document {
            max-width: 70%;
            margin: auto;
        }
        
        .modal-title {
            width: 100%;
            text-align: center;
            color: var(--color-article);
            font-family: 'ZillaSlab-Regular';
            font-size: calc(25px + 0.5vw);
            letter-spacing: 0.1vw;
        }
        
        .modal-doc-subtitle {
            font-family: "Avenir-Medium";
            font-size: calc(18px + 0.2vw);
            letter-spacing: 0.1vw;
        }
        
        .iconUP {
            background: #d07138;
            width: 50px;
            height: 50px;
            opacity: 0;
        }
        
        .iconUP.visible-arrow {
            position: fixed;
            right: 45px;
            bottom: 45px;
            opacity: 1;
            -webkit-transition: opacity 0.75s;
            -moz-transition: opacity 0.75s;
            -o-transition: opacity 0.75s;
            transition: opacity 0.75s;
        }
        
        @media (max-width: 768px) {
            .iconUP {
                width: 35px;
                height: 35px;
            }
            .iconUP.visible-arrow {
                right: 0px;
            }
        }
        
        .article-title-modal p {
            font-family: "AvenirNextCondensed";
            font-weight: bold;
        }
        
        .icon-modal-document {
            width: 30px !important;
            height: 30px !important;
            padding: 5px;
        }
        
        .form-inline .expansive {
            flex-grow: 1
        }
        
        .form-control:focus {
            box-shadow: none;
            color: inherit;
        }
        
        button,
        .btn {
            letter-spacing: 0.1vw !important;
            font-size: calc(10px + 0.1vw) !important;
            padding: 5px 15px !important;
        }
        /* header */
        
        header .toolbar .row-login-form {
            width: 100%;
        }
        
        header .toolbar label,
        header .toolbar input:not([type='text']),
        header .toolbar a,
        header #header_buscador a {
            font-size: calc(10px + 0.2vw);
            line-height: 0.938vw;
            color: #82a27b;
            text-transform: uppercase;
        }
        
        header .toolbar a:hover {
            color: #36495e;
        }
        
        header .background {
            background: url(../assets/img/background_header.jpg) #638b5a no-repeat center right;
            /*background-color: #d07138;*/
            min-height: 125px;
        }
        
        @media (max-width: 768px) {
            header .background {
                background-position-x: left;
                min-height: 80px;
            }
            header .toolbar label,
            header .toolbar input:not([type='text']),
            header .toolbar a,
            header #header_buscador a {
                font-size: calc(10px + 0.34vw);
                line-height: calc(10px + 0.34vw);
            }
        }
        
        header .navigation {
            background-color: #a2b695;
            min-height: 2.344vw;
        }
        
        header nav a {
            color: white;
            font-size: calc(12px + 0.08vw);
            letter-spacing: 0.05vw;
            line-height: calc(12px + 0.15vw);
            text-transform: uppercase;
            text-decoration: none;
        }
        
        header nav :is(a:hover, a.active) {
            color: #36495e;
        }
        
        header nav .sub-menu {
            display: none;
            width: 100%;
            position: absolute;
            margin-top: 10px;
            left: 0px;
            background-color: white;
            z-index: 9;
            column-count: 3;
            -moz-box-shadow: 0 40px 40px -25px rgba(0, 0, 0, .75);
            -webkit-box-shadow: 0 40px 40px -25px rgba(0, 0, 0, .75);
            box-shadow: 0 40px 40px -25px rgba(0, 0, 0, .75);
            padding-left: 6rem;
            padding-right: 6rem;
        }
        
        header nav .has-submenu:hover .sub-menu {
            display: flex;
        }
        
        header nav .has-submenu.sections:hover .sub-menu {
            display: block;
        }
        
        header nav .sub-menu a {
            color: #1d1d1b;
            line-height: calc(12px + 1vw);
            margin-left: -20px;
            text-indent: 20px;
        }
        
        header nav .sub-menu a:is(:hover, .active) {
            color: var(--section-hover);
        }
        
        .header_auth_menu #login_nav {
            max-width: 1000px;
        }
        
        header input {
            outline: 0 !important;
            border-width: 0 0 2px !important;
            border-color: #82a27b !important;
        }
        
        header input:focus {
            border-color: #82a27b !important;
        }
        
        header span.separator {
            color: white;
        }
        
        form#search_form label {
            font-family: 'Avenir-Black';
        }
        
        .bloque_login {
            position: absolute;
            width: 100%;
            z-index: 1;
            background: white;
            top: -100px;
            min-height: 39px;
            transition: top 0.4s ease 0s;
        }
        
        @media (max-width: 768px) {
            .bloque_login {
                transition: top 0.4s ease 0s;
                top: -230px;
            }
        }
        
        .bloque_login.show {
            transition: top 0.4s ease 0s;
            top: 0px;
        }
        
        .font-italic {
            font-style: italic;
        }
        /* BREADCUMBS */
        
        .breadcrumb li {
            font-size: calc(10px + 0.25vw);
        }
        
        .breadcrumb :is(a, span) {
            text-transform: uppercase;
            color: #5d5d5d;
        }
        /* FOOTER */
        
        footer {
            background-color: #d07138;
            color: #ffffff;
        }
        
        footer .socked #socked_menu {
            border-top: 2px solid white;
        }
        
        footer #footer_menu {
            margin-left: 13.4%;
        }
        
        footer a {
            color: #ffffff;
            text-decoration: none;
        }
        
        footer .col-footer-1 {
            width: 32%;
        }
        
        footer .col-footer-2 {
            width: 42%;
        }
        
        footer .col-footer-3 {
            width: 25%;
        }
        
        footer .inner-container {
            padding: 35px 0;
        }
        
        footer .separator {
            margin-top: 5px;
        }
        /* body */
        
        .col-revista p {
            font-size: calc(10px + 0.34vw);
        }
        
        .icons-home {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            padding-top: 4px;
        }
        
        .icons-home img {
            width: 10px;
            height: 10px;
        }
        
        .separatorline {
            margin-top: 40px;
            margin-bottom: 40px;
            height: 1px;
            width: 100%;
            background-color: black;
        }
        
        .list_articulos h2 {
            margin-bottom: 36px;
        }
        
        .list_articulos article {
            border-bottom: 1px solid black;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }
        
        .list_articulos article .category {
            font-family: "AvenirNextCondensed-DemiBold";
            font-size: calc(12px + 0.3vw);
            text-transform: uppercase;
        }
        
        .list_articulos article h3 {
            font-family: "AvenirNextCondensed-DemiBold";
            font-size: calc(12px + 0.47vw);
            line-height: calc(12px + 1vw);
            text-transform: uppercase;
        }
        
        .list_articulos article a {
            color: #000;
        }
        
        .list_articulos article .authors {
            font-family: "AvenirNextCondensed";
            font-size: 2vh;
            line-height: 2.3vh;
            text-transform: none;
        }
        
        .list_articles_monographics a {
            font-size: calc(12px + 0.47vw);
            text-transform: uppercase;
            font-family: "AvenirNextCondensed-DemiBold";
        }
        
        .list_articles_monographics h2 {
            font-size: calc(18px + 0.47vw);
            color: black;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0px;
        }
        /*.article-grid-container em {
    display: block;
    margin-bottom: -15px;
}*/
        
        .last_news h4 {
            font-family: "AvenirNextCondensed";
            font-size: calc(16px + 0.4vw);
            text-transform: uppercase;
        }
        
        .btn.min-heigh-button {
            font-family: "AvenirNextCondensed-DemiBold";
            color: #ce6b2f;
            text-transform: uppercase;
            font-size: calc(12px + 0.2vw) !important;
            letter-spacing: 0.057vw !important;
            padding-top: 1.3vw !important;
            padding-bottom: 1.3vw !important;
        }
        
        .bloque_noticias_internet article .category {
            font-family: 'AvenirNextCondensed';
            font-size: calc(20px + 0.4vw);
            font-weight: normal;
        }
        
        .bloque_noticias_internet article h3 {
            font-family: "AvenirNextCondensed";
            font-size: 0.938vw;
            text-transform: uppercase;
        }
        
        .bloque_destacados .category {
            font-family: 'ZillaSlab-Regular';
            font-size: 1.771vw;
        }
        
        .bloque_destacados .title_article {
            font-family: 'AvenirNextCondensed';
            /*font-size: 1.771vw;*/
            font-weight: normal;
        }
        
        .read-more {
            font-family: "AvenirNextCondensed-DemiBold";
            /*font-size: 0.938vw;*/
        }
        
        .bloque_mas_articulos article h3 {
            font-family: 'AvenirNextCondensed';
            font-size: 1.771vw;
            text-transform: none;
            font-weight: normal;
        }
        
        .bloque_mas_articulos article .description {
            font-family: "AvenirNextCondensed";
            font-size: 0.990vw;
            text-transform: none;
        }
        
        .bloque_mas_articulos article {
            border-bottom: 1px solid #ce6b2f;
            margin-bottom: 5px;
        }
        
        .bloque_mas_articulos .read-more {
            bottom: 0;
        }
        
        .pointer {
            cursor: pointer;
        }
        
        .bg-color-section,
        .bg-gris {
            border-radius: 10px;
            padding: 20px;
        }
        
        .bg-gris+.bg-gris {
            margin-top: -20px;
        }
        
        .bg-gris:last-of-type {
            margin-bottom: 30px;
        }
        
         :is(.bg-gris, .bg-color-section) h2 {
            margin-bottom: 10px;
        }
        
        .article-grid-container h1,
        .header-article,
        .header-article h2 {
            font-family: "ZillaSlab-Regular";
            font-weight: 900;
            font-size: calc(20px + 1.2vw) !important;
            color: var(--color-article);
        }
        
        .article-grid-container h2,
        .content-evaluation h2 {
            font-family: "ZillaSlab-Regular";
            font-weight: 700;
            font-size: calc(16px + 1vw);
            line-height: 36px;
            margin-bottom: 30px;
        }
        
        .article-grid-container h3 {
            font-family: "ZillaSlab-Regular";
            font-weight: normal;
            margin-bottom: 30px;
            font-size: calc(16px + 0.5vw);
        }
        
        .article-grid-container h4 {
            font-family: "AvenirNextCondensed";
            font-weight: bold;
        }
        
        .article-grid-container__menu-pict {
            min-width: 77px;
        }
        
        .circle-article {
            height: 50px;
            width: 50px;
            border-radius: 50%;
            margin: auto;
        }
        
        .circle-article:first-child {
            height: 60px;
            width: 60px;
            border: 5px solid white;
        }
        
        .circle-article>img {
            margin: auto;
        }
        
        .article-color,
        .article-grid-container h2,
        .article-grid-container h3 {
            color: var(--color-article);
        }
        
        .bg-color {
            background-color: var(--color-article);
        }
        
        .non-bg-color {
            background-color: #e8dfcd;
        }
        
        .article-grid-container .article-body:not(.article_old) table thead:first-child,
        .article-grid-container .article-body:not(.article_old) table th {
            background-color: var(--color-article);
        }
        
        .bg-first-circle {
            background: linear-gradient(90deg, transparent 55%, var(--color-article) 55%);
        }
        
        .bar-menu-article {
            background-color: var(--color-article);
        }
        
        .bar-menu-article {
            height: 40px;
            width: 5px;
            margin: 0px auto -5px;
        }
        
        .text-novedades {
            font-size: calc(18px + 0.8vw);
            font-family: 'ZillaSlab-Regular';
            font-weight: bold;
            line-height: 60px;
        }
        
        @media(max-width:375px) {
            .text-novedades {
                line-height: 1;
                padding-top: 5%;
                font-size: calc(15px + 0.8vw);
            }
        }
        
        .content-article__signatures-author {
            font-family: "AvenirNextCondensed-DemiBold";
        }
        
        .content-article__signatures-signature {
            font-family: "Avenir-Medium";
            white-space: pre-line;
        }
        
        .section-related-articles__title {
            font-size: calc(12px + 0.11vw);
        }
        
        .article-grid-container table {
            margin-top: 50px;
        }
        
        .article-grid-container table th,
        .article-grid-container table td {
            font-family: "AvenirNextCondensed";
            font-weight: normal;
        }
        
        .article-grid-container .article-body:not(.article_old) table th {
            text-align: center;
            color: white;
            line-height: 40px;
        }
        
        .article-grid-container .article-body:not(.article_old) table tr .subheader-tabla {
            background-color: #4d4d4c;
            display: block;
            margin: -10px 0px;
        }
        
        .article-grid-container .article-body:not(.article_old) table td {
            vertical-align: top;
            padding: 15px 25px;
        }
        
        .article-grid-container table td .title-tabla {
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            display: block;
            width: 100%;
        }
        
        .article-grid-container .article-body:not(.article_old) table tbody tr td:nth-child(odd) {
            background-color: #cbcccb;
        }
        
        .article-grid-container .article-body:not(.article_old) table tbody tr td:nth-child(even) {
            background-color: #e3e4e2;
        }
        
        .article-grid-container .article-body:not(.article_old) table tbody tr td {
            border-bottom: 2px solid white;
        }
        
        .article-grid-container table tbody tr:last-child td,
        .article-grid-container table tbody tr:nth-last-child(2) td {
            border-bottom: none;
        }
        
        .article-grid-container .article-body:is(.article_old) table tr td {
            border: 1px solid var(--color-article);
        }
        
        .article-grid-container .article-body:is(.article_old) table td p {
            margin-bottom: 0px;
        }
        
        .article-grid-container table tbody tr .footer-tabla {
            display: inline-block;
            background-color: #aaaaaa;
            font-family: "AvenirNextCondensed";
            font-style: italic;
            font-size: 12px;
            line-height: 17px;
            color: #000 !important;
        }
        
        .article-grid-container ul>li>.icon-list {
            margin-left: -45px;
            margin-right: 20px;
            color: var(--color-article);
        }
        
        .article-grid-container ul>li>ul>li>.icon-list {
            margin-left: -45px;
            margin-right: 3px;
            color: var(--color-article);
        }
        
        .article-grid-container ul>li>ul>li>.icon-list:before,
        .article-grid-container ol>li>ul>li .icon-list:before {
            display: none;
        }
        
        .article-grid-container ul>li {
            list-style: none;
            margin-bottom: 12px;
        }
        
        .article-grid-container ul>li>ul,
        .article-grid-container ol>li>ul {
            margin-top: 10px;
        }
        
        .article-grid-container ol>li {
            margin-left: -25px;
        }
        
        .article-grid-container ol>li::marker {
            color: var(--color-article);
        }
        
        .article-grid-container img {
            display: inline;
            max-width: 100%;
        }
        
        .article-grid-container table img {
            max-width: 100% !important;
        }
        
        .circle-vote {
            background: white;
            -webkit-transition: background 0.75s;
            -moz-transition: background 0.75s;
            -o-transition: background 0.75s;
            transition: background 0.75s;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            margin-left: 5px;
            border: 1px solid var(--color-article);
        }
        
        .circle-vote.active,
        .circle-vote.active-voted {
            background: var(--color-article);
            -webkit-transition: background 0.75s;
            -moz-transition: background 0.75s;
            -o-transition: background 0.75s;
            transition: background 0.75s;
        }
        
        .article-extra-section {
            background-color: #f1f1f0
        }
        
        .article-extra-section .bibliography {
            column-count: 2;
        }
        
        p.issn {
            font-size: calc(12px + 0.2vw);
        }
        
        #section-comments .all-comments {
            column-count: 2;
        }
        
        @media(max-width:768px) {
            #section-comments .all-comments {
                column-count: 1;
            }
            .modal-document {
                max-width: 90%;
            }
        }
        
        @media print {
            #section-comments .all-comments,
            .article-extra-section .bibliography {
                column-count: 1 !important;
            }
            .recomend-reading>div {
                width: 100% !important;
            }
            .article,
            #section-comments,
            .article-extra-section,
            .div-recomend {
                position: relative !important;
                display: block !important;
            }
            header,
            .breadcrumb,
            .section-related-articles,
            footer {
                display: none !important;
            }

            table tr {
                display: flex;
                flex-direction: column;
            }
            table tr td {
                padding: 5px !important;
            }
        }
        
        .comentary-article p {
            font-size: calc(10px + 0.2vw);
        }
        
        .recomend-reading> :is(ul, p) {
            /*display: inline-block;*/
        }
        
        #relatedArticles,
        .videoDocs,
        #publishComment,
        .content-result {
            opacity: 0;
            max-height: 0;
            transition: all 0.5s ease-out;
            overflow: hidden;
        }
        
        #relatedArticles.showArticle,
        .videoDocs.showVideo,
        #publishComment.active {
            opacity: 1;
            max-height: 100%;
            transition: all 0.5s ease-in;
        }
        
        .content-result.open {
            opacity: 1;
            max-height: 1200px;
            transition: all 0.5s ease-in;
        }
        
        .blog-footer {
            font-size: calc(12px + 0.2vw);
            font-weight: lighter;
        }
        /** ARCHIVES **/
        
        .filter-monographics {
            background-color: #e8dfcb;
        }
        
        .filter-monographics:not(:last-child) {
            border-right: 2px solid #fff;
        }
        
        .monographic-header {
            background-color: #d07138;
            font-size: calc(12px + 0.2vw);
            padding: 5px 15px !important;
        }
        
        .filter-monographics select {
            padding: 1px 2px 0px;
        }
        
        .filter-monographics :is(select, option, div) {
            font-family: "AvenirNextCondensed";
            font-size: calc(12px + 0.2vw);
        }
        
        .filter-monographics :is(select, option) {
            border: none;
            background-color: #e8dfcb;
        }
        
        .content-monographics a {
            color: black;
        }
        
        .content-monographics a:hover {
            color: #d07138;
        }
        
        .pagination {
            justify-content: flex-end;
        }
        
        .page-link {
            color: black;
        }
        
        .page-item.active .page-link {
            background-color: #e8dfcb;
            border-color: #e8dfcb;
        }
        /**************/
        /** SECTIONS **/
        
        .article-date {
            color: #6f6f6e;
        }
        
        .filter-sections:not(:last-child),
        .filter-bodysystem:not(:last-child) {
            border-right: 2px solid #fff;
        }
        
        .select2-container .select2-selection--multiple {
            border-radius: 0px !important;
            border: 1px solid #ced4da !important;
        }
        
        @media (max-width:768px) {
            .filter-sections:not(:last-child),
            .filter-bodysystem:not(:last-child),
            .filter-monographics:not(:last-child) {
                border-right: none;
            }
        }
        /**************/
        /** SEARCH **/
        
        .text-selected {
            background-color: yellow;
        }
        /************/
        
        @media (max-width: 1024px) {
            .container-fluid.px-5 {
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }
            /*table:not(.table-mono) thead th:not(:first-child) {
        display: none;
    }
    table:not(.table-mono) :is(td, th) {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }*/
            table:not(.table-mono) {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            .article-extra-section .bibliography {
                column-count: 1;
            }
            .comentary-article {
                width: 100%;
                max-width: 100%;
            }
        }
        
        @media (max-width: 770px) {
            header nav a {
                color: white;
                font-size: 2vh;
                line-height: 3vh;
            }
            button {
                font-size: calc(12px + 0.1vw) !important;
                padding: 2px 12px !important;
            }
        }
        
        @media (max-width: 1024px) {
            h2,
            .h2 {
                font-size: 25px;
                line-height: 26px;
            }
            .bloque_destacados .category {
                font-size: 25px;
                line-height: 26px;
            }
        }
        
        @media (max-width: 768px) {
            /* Ipad vertical */
            h2,
            .h2 {
                font-size: 25px;
                line-height: 26px;
            }
            .bloque_destacados .category {
                font-size: 25px;
                line-height: 26px;
            }
        }
        
        @media (max-width: 480px) {
            /*Movile*/
            .bloque_destacados .category {
                font-size: 25px;
                line-height: 26px;
            }
            h2,
            .h2 {
                font-size: 25px;
                line-height: 26px;
            }
        }
