                                /* ==========================================================================
  /* ===== Styles  ===== */
                                /* 

1. General  
    1.1. Layout
    1.2. Paddings and Margins
    1.3. Colors
    1.4. 
    1.5

2. Layout
    2.1. Header
    2.2. Footer

3. Home
    3.1. Journal Description Section
    3.2. Additional Content Section
    3.3. Latest Issue Section
    3.3. Most Read Section  

/*
/*========================================================================== */
                                /* 1. General */
                                /* 1.1. Layout */
                                
                                html {
                                    font-size: 100%;
                                    position: relative;
                                }
                                
                                body {
                                    font: 600 1.125rem Calibri, sans-serif;
                                    background-color: #fffff5 !important;
                                    min-height: 100%;
                                }
                                /*
  .container {
   width: 1440px;
  }*/
                                /* 1.2. paddings and margins  */
                                
                                .no-padding {
                                    padding: 0 !important;
                                    margin: 0 !important;
                                }
                                
                                .mt-y-negative-2 {
                                    margin-top: -24px !important;
                                }
                                
                                .mb-y {}
                                
                                .mt-10 {
                                    margin-top: 10px;
                                }
                                
                                .mb-5 {
                                    margin-bottom: 5px;
                                }
                                
                                .mt-50 {
                                    margin-top: 50px;
                                }
                                
                                .pt-5 {
                                    margin-top: 5px !important;
                                }
                                
                                .mt-0 {
                                    margin-top: 0;
                                }
                                /* Links */
                                
                                a {
                                    color: #cf26b3;
                                }
                                
                                a:hover {
                                    color: #db7cad;
                                }
                                
                                .cl-0 {
                                    background-color: #fffff5;
                                }
                                
                                .cl-1 {
                                    color: #ffffff !important;
                                }
                                
                                .cl-2 {
                                    background-color: #f1e1cb;
                                }
                                
                                .cl-3 {
                                    color: #00a1ed;
                                }
                                
                                .cl-blue-light {
                                    color: #00a1ed;
                                }
                                
                                .cl-pink {
                                    color: #cf26b3;
                                }
                                
                                .cl-breadcrumb-pink {
                                    color: #cf26b3 !important;
                                }
                                
                                .bg-pink-dark {
                                    background-color: #91057A;
                                }
                                
                                .cl-5 {
                                    color: #001463;
                                }
                                
                                .bg-blue-dark {
                                    background-color: #001463;
                                }
                                
                                .bg-dark {
                                    background-color: #272727;
                                }
                                
                                .bg-pink {
                                    background-color: #cf26b3;
                                }
                                /*  BACKGROUNDS*/
                                
                                .bg-wrap {
                                    position: relative;
                                }
                                
                                .bg-wrap:before {
                                    content: ' ';
                                    display: block;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    width: 100%;
                                    height: 100%;
                                    opacity: 0.55;
                                    background: url('/templates/images/structure/bg-mask.png'), #f1e1cb;
                                    background-repeat: repeat;
                                    background-size: cover;
                                    background-position: center center;
                                }
                                
                                .bg-content {
                                    position: relative;
                                }
                                
                                .bg-1 {
                                    background-repeat: repeat;
                                    /* background:url("/templates/images/structure/bg-mask.png"), #fffff5; */
                                    /* background-size: cover;*/
                                    background: url("/templates/images/structure/bg-mask.png"), #f1e1cb;
                                    background-size: cover;
                                    background-position: center center;
                                    background-repeat: no-repeat;
                                }
                                
                                .bg-most-read-right {
                                    /*Positioning*/
                                    background: url('/templates/images/structure/plica-most-read-right.svg');
                                    background-repeat: no-repeat;
                                    background-position: right bottom, right top;
                                    background-size: 80%, 80%;
                                }
                                
                                .bg-issues-archive {
                                    background-position: right bottom, right top;
                                    /*Positioning*/
                                    background-image: url("/templates/images/structure/headers-issues-archieve.svg"), url("/templates/images/structure/circles.png");
                                    /*background-color:  #f1e1cb;*/
                                    background-repeat: no-repeat;
                                    background-size: 70%, 50%;
                                    margin-bottom: -60px !important;
                                }
                                
                                .bg-issue {
                                    background-position: right bottom, right top;
                                    /*Positioning*/
                                    background-image: url("/templates/images/structure/headers-issues-archieve.svg"), url("/templates/images/structure/circles.png");
                                    /*background-color:  #f1e1cb;*/
                                    background-repeat: no-repeat;
                                    background-size: 70%, 50%;
                                }
                                
                                .bg-about {
                                    background-position: right bottom, right top;
                                    /*Positioning*/
                                    background-image: url("/templates/images/structure/headers-issues-archieve.svg"), url("/templates/images/structure/circles.png");
                                    /*background-color:  #f1e1cb;*/
                                    background-repeat: no-repeat;
                                    background-size: 70%, 50%;
                                }
                                
                                .bg-aboutx {
                                    background-position: right bottom, right bottom;
                                    /*Positioning*/
                                    background-image: url("/templates/images/structure/headers-issues-archieve.svg"), url("/templates/images/structure/circles.png");
                                    background-repeat: no-repeat;
                                    background-size: 80%, 50%;
                                    opacity: 1;
                                }
                                
                                .bg-inner-1 {
                                    background-image: url("/templates/images/structure/subtracao.svg"), url("/templates/images/structure/bg-img-circles715x236.png");
                                    background-position: left top, right center;
                                    background-repeat: no-repeat, no-repeat;
                                }
                                
                                .bg-subtracao {
                                    background-image: url("/templates/images/structure/subtracao.svg");
                                    background-position: left top;
                                    background-repeat: no-repeat;
                                }
                                
                                .bg-subtracao-additional_content {
                                    background-image: url("/templates/images/structure/subtracao-additional_content.svg");
                                    background-position: left top;
                                    background-repeat: no-repeat;
                                }
                                
                                .bg-circles {
                                    background-image: url("/templates/images/structure/circles.png");
                                    background-position: right center;
                                    background-repeat: no-repeat;
                                }
                                
                                .bg-full-1 {
                                    /* background-position:  left top;*/
                                    background-repeat: repeat;
                                    /* background:url("/templates/images/structure/bg-mask.png"), #fffff5; */
                                    /* background-size: cover;*/
                                    background: url("/templates/images/structure/bg-mask.png"), #f1e1cb;
                                    background-size: cover;
                                    /* background-repeat: no-repeat;*/
                                    background-position: 50% 0;
                                }
                                
                                .bg-arquivo {
                                    background: url("/templates/images/structure/bg-pattern-1928x396-dark.svg"), #f1e1cb;
                                    background-size: cover;
                                    background-position: center center;
                                    background-repeat: no-repeat;
                                    background-position: 100% 100%;
                                }
                                
                                .bg-arquivo-pagination {
                                    background: url("/templates/images/structure/bg-pattern-1928x396-dark.svg"), #f1e1cb;
                                    background-repeat: no-repeat;
                                    background-position: 100% 100%;
                                    background-size: cover;
                                }
                                
                                .masthead {
                                    color: #841054;
                                    margin-bottom: 8px;
                                    padding: 9px 0 0;
                                }
                                
                                .masthead p {
                                    font-size: 33px;
                                    font-weight: 200;
                                    line-height: 1.25;
                                }
                                
                                .masthead h1 {
                                    font-size: 77px;
                                    letter-spacing: -2px;
                                    line-height: 1;
                                    margin-top: 0;
                                }
                                
                                .masthead input[type="text"] {
                                    background-color: #e8e8e8;
                                }
                                
                                .masthead .form-horizontal .dropdown-toggle {
                                    -moz-transition: all 0.2s ease-in-out 0s;
                                    color: #fff;
                                }
                                
                                .masthead-links {
                                    list-style: none outside none;
                                    margin: -13px 0 15px 5px;
                                }
                                
                                .masthead-links li {
                                    color: rgba(255, 255, 255, 0.25);
                                    display: inline;
                                    padding: 0 10px;
                                }
                                
                                .masthead-top-buttons .btn {
                                    border-radius: 0 14px 14px 14px;
                                    margin-left: 10px;
                                    width: 13px;
                                }
                                
                                .masthead-top-buttons .btn-group>.btn:first-child {
                                    border-radius: 0 14px 14px 14px;
                                    margin-left: 10px;
                                }
                                
                                #second-navbar {
                                    background-color: #f5f5f5;
                                    height: 42px;
                                    border-bottom: 1px solid #d4d4d4;
                                    margin-bottom: 20px;
                                }
                                
                                #second-navbar .navbar-inner {
                                    background-color: transparent;
                                    background-image: none;
                                    border: none;
                                    border-radius: 0;
                                    box-shadow: none;
                                }
                                
                                #main-breadcumb {
                                    margin-top: -6px;
                                    margin-bottom: 2px;
                                }
                                
                                .thumbnail {
                                    padding: 1px 10px 10px 10px;
                                }
                                
                                .thumbnail h3 {
                                    margin: 0;
                                }
                                
                                .thumbnails>li {
                                    margin-bottom: 10px;
                                }
                                
                                .biggerLegend {
                                    font-size: 25px;
                                }
                                
                                .biggerLegend i {
                                    color: #006699;
                                }
                                
                                #journalThumbnails {
                                    margin-bottom: 0px;
                                }
                                
                                #journalThumbnails p {
                                    font-size: 12px;
                                }
                                
                                #journalThumbnails img {
                                    width: 75px;
                                    height: 75px;
                                    float: left;
                                    margin-right: 12px;
                                    margin-bottom: 5px;
                                }
                                
                                #journalThumbnails small {
                                    font-size: 10px;
                                    color: #777777;
                                }
                                
                                #journalThumbnails h5,
                                h6 {
                                    margin: 0;
                                }
                                
                                #journalThumbnails h6 {
                                    text-transform: uppercase;
                                }
                                
                                #medisur-en li {
                                    text-align: center;
                                }
                                
                                div.sitemap {
                                    padding: 10px 19px 14px;
                                }
                                
                                .footer legend {
                                    font-size: 12px;
                                }
                                
                                div.explore {
                                    padding: 10px 19px 14px;
                                    background-color: #d0d8de;
                                }
                                
                                .certification {
                                    background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0 transparent;
                                }
                                
                                .certification .img-to-right {
                                    float: right;
                                    margin-left: 10px;
                                    margin-top: 10px;
                                }
                                /* TOC Home */
                                
                                .tocHome .tocSectionTitle {
                                    font-size: 14px;
                                }
                                
                                .tocHome .tocTitle {
                                    font-size: 12px;
                                }
                                
                                .tocHome small {
                                    font-size: 10px;
                                }
                                
                                .tocHome small {
                                    font-size: 10px;
                                }
                                
                                #home-issues-container {
                                    margin-top: 10px;
                                }
                                
                                #home-issues-container .nav-tabs {
                                    margin-bottom: 0px;
                                }
                                
                                .home-issues-body {
                                    border-right: 1px solid #dddddd;
                                    border-left: 1px solid #dddddd;
                                    border-bottom: 1px solid #dddddd;
                                    padding: 10px;
                                }
                                
                                #home-news-container {
                                    margin-top: 15px;
                                }
                                
                                #articles-mas-recientes-mas-leidos .nav-tabs {
                                    margin-bottom: 0px;
                                    border-bottom: none;
                                }
                                
                                #mas-leidos,
                                #ultimos-meses {
                                    font-size: 12px;
                                    border-right: 1px solid #ddd;
                                    border-left: 1px solid #ddd;
                                    border-bottom: 1px solid #ddd;
                                }
                                
                                #mas-leidos .table>td:first-child {
                                    border-top: none;
                                }
                                
                                .stat-boxes {
                                    display: inline-block;
                                    list-style: none outside none;
                                    margin: 2px 0 0;
                                    text-align: center;
                                }
                                
                                .stat-boxes li {
                                    background-color: #f6f6f6;
                                    background-image: -moz-linear-gradient(center top, #f9f9f9 0%, #ededed 100%);
                                    border: 1px solid #d5d5d5;
                                    box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.4);
                                    display: inline-block;
                                    line-height: 18px;
                                }
                                
                                .stat-boxes .right {
                                    color: #666666;
                                    font-size: 17px;
                                    text-align: center;
                                    margin-right: 5px;
                                }
                                
                                .stat-boxes .left,
                                .stat-boxes .right {
                                    float: left;
                                    text-shadow: 0 1px 0 #ffffff;
                                    padding: 20px 72px;
                                }
                                
                                .stat-boxes .left {
                                    border-right: 1px solid #dcdcdc;
                                    color: #666666;
                                    font-size: 17px;
                                    margin-right: 12px;
                                    text-align: center;
                                }
                                
                                .stat-boxes .left strong,
                                .stat-boxes .right strong {
                                    font-size: 26px;
                                    margin-bottom: 3px;
                                    margin-top: 6px;
                                }
                                
                                .stat-boxes .left strong,
                                .stat-boxes .right strong {
                                    display: block;
                                }
                                
                                .table-without-borders td {
                                    border-top: none;
                                }
                                
                                .toc-tabs {
                                    margin-right: 0px !important;
                                    border-right: none !important;
                                }
                                
                                .articlesTocContent {
                                    padding: 10px;
                                    border-right: 1px solid #dddddd;
                                    border-top: 1px solid #dddddd;
                                    border-bottom: 1px solid #dddddd;
                                    border-left: 1px solid #dddddd;
                                    min-height: 200px;
                                }
                                
                                .tocAuthors small {
                                    font-size: 80%;
                                }
                                
                                .archive-sidenav.affix {
                                    top: 40px;
                                }
                                
                                .archive-sidenav.affix-bottom {
                                    position: absolute;
                                    top: auto;
                                    bottom: 270px;
                                }
                                
                                .promo {
                                    margin-top: 20px;
                                    margin-bottom: 20px;
                                }
                                
                                .seals {
                                    margin-left: -18px;
                                    border-bottom: 1px solid #ddd;
                                }
                                
                                .seals .thumbnails img {
                                    display: inline;
                                    margin-left: 0;
                                    margin-right: 10px;
                                    max-width: 100%;
                                }
                                
                                .seals .thumbnails p {
                                    font-size: 10px;
                                    line-height: 13px;
                                }
                                
                                .seals .thumbnails {
                                    margin-bottom: 0px;
                                }
                                
                                .seals .thumbnail {
                                    padding: 9px 10px 0;
                                    border: none;
                                    border-radius: 0px;
                                    box-shadow: none;
                                }
                                
                                .send-paper-container {
                                    border: 1px dashed #959595;
                                    padding: 5px;
                                }
                                
                                .send-paper-content {
                                    background-color: #07bcd9;
                                    padding: 5px;
                                    position: relative;
                                }
                                
                                .send-paper-content:after {
                                    background: url("../img/bs-docs-masthead-pattern.png") repeat scroll center center transparent;
                                    bottom: 0;
                                    content: "";
                                    display: block;
                                    left: 0;
                                    opacity: 0.9;
                                    position: absolute;
                                    right: 0;
                                    top: 0;
                                }
                                
                                .send-paper-container .send-paper-content img {
                                    display: block;
                                    margin-right: auto;
                                    margin-left: auto;
                                    min-width: 100%;
                                }
                                
                                .send-paper-container .send-paper-content a {
                                    color: #fff;
                                    font-size: 14px;
                                }
                                
                                .footer-address {
                                    margin-left: -5px;
                                    margin-top: 10px;
                                }
                                
                                .footer-info p {
                                    font-size: 12px;
                                    margin-bottom: 0;
                                }
                                
                                a.icon:hover {
                                    text-decoration: none;
                                }
                                
                                table.borders-right-left-bottom {
                                    border-bottom: 1px solid #dddddd;
                                    border-right: 1px solid #dddddd;
                                    border-left: 1px solid #dddddd;
                                }
                                
                                legend.compactLegend {
                                    margin-bottom: 10px;
                                    border-bottom: none;
                                    background-color: #f5f5f5;
                                    padding: 0 0 0 10px;
                                }
                                
                                .no-top-border {
                                    border-top: none !important;
                                }
                                
                                .article_section {
                                    color: #e9322d;
                                    font-weight: bold;
                                }
                                
                                .news-container img {
                                    float: left;
                                    margin-right: 10px;
                                    width: 100px;
                                    height: 100px;
                                    background-color: #d4d4d4;
                                    padding: 5px;
                                    border-radius: 4px 4px 4px 4px;
                                }
                                
                                #article_nav {
                                    margin-bottom: -1px;
                                }
                                
                                #article_content {
                                    padding: 10px;
                                    border-left: 1px solid #dddddd;
                                    border-right: 1px solid #dddddd;
                                }
                                
                                .article_title h3 {
                                    line-height: 25px;
                                }
                                
                                ul.citation-tools {
                                    margin-bottom: 0px;
                                }
                                
                                #article img {
                                    display: block;
                                    margin-left: auto;
                                    margin-right: auto;
                                    border-left: 1px solid #dddddd;
                                    padding-right: 10px;
                                    max-width: 300px;
                                }
                                
                                .text-center {
                                    text-align: center;
                                }
                                /* 2. HEADER */
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    .navbar-brand-logo {
                                        padding-right: 5px;
                                    }
                                    .navbar-brand-logo img {
                                        max-height: 90%;
                                        margin-top: 5px;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 63.99875em) {
                                    .navbar-brand-logo img {
                                        max-height: 70.5%;
                                        width: auto;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) and (max-width: 74.99875em) {
                                    .navbar-brand-logo img {
                                        max-height: 80%;
                                        width: auto;
                                    }
                                }
                                /* 2.1. Navigation Bar */
                                
                                .navbar {}
                                
                                .navbar-brand {
                                    padding: 0px;
                                }
                                
                                .navbar-brand>img {
                                    height: 100%;
                                    padding: 7px 15px;
                                    width: auto;
                                }
                                
                                .navbar-inner {
                                    padding-right: 20px;
                                    padding-left: 20px;
                                }
                                
                                .navbar-inner:before,
                                .navbar-inner:after {
                                    display: table;
                                    line-height: 0;
                                    content: "";
                                }
                                
                                .navbar-inner:after {
                                    clear: both;
                                }
                                /* Add a dark background color with a little bit see-through */
                                
                                .navbar {
                                    letter-spacing: 4px;
                                    border-bottom: 0;
                                    text-transform: uppercase;
                                    font-size: 12px !important;
                                    background-color: #fffff5;
                                    /*  height: 200px !important; i assume your navbar size 100px*/
                                }
                                
                                .navbar-default {
                                    background-color: #fffff5;
                                    /*  border-color: #e7e7e7;*/
                                }
                                
                                .navbar-default.navbar-brand {
                                    color: #000;
                                }
                                
                                .navbar-default.navbar-brand:hover,
                                .navbar-default .navbar-brand:focus {
                                    color: #5e5e5e;
                                    background-color: transparent;
                                }
                                
                                .navbar-default .navbar-text {
                                    color: #fff;
                                }
                                /* Main Navigation Menu  */
                                
                                .navbar-default .navbar-nav>li {
                                    background-color: #001463;
                                    border-radius: 20px;
                                    margin-left: 4px;
                                    text-align: center;
                                }
                                
                                .navbar-default .navbar-nav>li:hover {
                                    color: #fff !important;
                                    text-transform: none;
                                    font-size: 18px;
                                    font-weight: bold;
                                    background-color: #cf26b3 !important;
                                    border-radius: 20px;
                                }
                                
                                .navbar-default .navbar-nav>li:focus-within {
                                    color: #fff !important;
                                    text-transform: none;
                                    font-size: 18px;
                                    font-weight: bold;
                                    background-color: #cf26b3 !important;
                                    border-radius: 20px;
                                }
                                
                                .navbar-default .navbar-nav {
                                    margin-top: 100px !important;
                                    margin-left: 100px;
                                }
                                
                                .navbar-default .navbar-nav>li>a {
                                    color: #fff !important;
                                    text-transform: none;
                                    font-size: 18px;
                                    font-weight: bold;
                                    margin: 1px 6px;
                                    padding: 1px 6px;
                                    text-align: center;
                                }
                                
                                .navbar-default .navbar-nav>li>a:hover,
                                .navbar-default .navbar-nav>li>a:focus {
                                    color: #fff !important;
                                    text-transform: none;
                                    font-size: 18px;
                                    font-weight: bold;
                                    text-align: center;
                                }
                                
                                .navbar-default .navbar-nav>.active>a,
                                .navbar-default .navbar-nav>.active>a:hover,
                                .navbar-default .navbar-nav>.active>a:focus {
                                    color: #555;
                                    background-color: #e7e7e7;
                                }
                                
                                .navbar-default .navbar-nav>.disabled>a,
                                .navbar-default .navbar-nav>.disabled>a:hover,
                                .navbar-default .navbar-nav>.disabled>a:focus {
                                    color: #ccc;
                                    background-color: transparent;
                                }
                                
                                .navbar-default .navbar-toggle {
                                    border-color: #ddd;
                                }
                                
                                .navbar-default .navbar-toggle:hover,
                                .navbar-default .navbar-toggle:focus {
                                    background-color: #ddd;
                                }
                                
                                .navbar-default .navbar-toggle .icon-bar {
                                    background-color: #888;
                                }
                                
                                .navbar-default .navbar-collapse,
                                .navbar-default .navbar-form {
                                    border-color: #e7e7e7;
                                }
                                
                                .navbar-default .navbar-nav>.open>a,
                                .navbar-default .navbar-nav>.open>a:hover,
                                .navbar-default .navbar-nav>.open>a:focus {}
                                
                                .navbar-default .navbar-nav .dropdown ul.dropdown-menu {
                                    background-color: #91057A !important;
                                    border-radius: 10px;
                                    border-color: #91057A;
                                }
                                
                                .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                                    color: #fff;
                                }
                                
                                .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
                                .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
                                    color: #fff;
                                    text-decoration-line: underline;
                                    background-color: transparent;
                                }
                                
                                .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
                                .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
                                .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
                                    color: #fffff5;
                                    background-color: #e7e7e7 !;
                                }
                                
                                .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
                                .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
                                .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
                                    color: #ccc;
                                    background-color: transparent;
                                }
                                
                                @media (max-width: 767px) {
                                    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
                                        color: #777;
                                    }
                                    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
                                    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
                                        color: #333;
                                        background-color: transparent;
                                    }
                                    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
                                    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
                                    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
                                        color: #555;
                                        background-color: #e7e7e7;
                                    }
                                    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
                                    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
                                    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
                                        color: #ccc;
                                        background-color: transparent;
                                    }
                                }
                                
                                .navbar-default .navbar-link {
                                    color: #fff;
                                }
                                
                                .navbar-default .navbar-link:hover {
                                    color: #333;
                                }
                                
                                .navbar-default .btn-link {
                                    color: #777;
                                }
                                
                                .navbar-default .footer {
                                    background-color: #edf0f2;
                                    padding: 32px;
                                    margin-top: 8px;
                                    position: absolute;
                                    border-top: 0px solid #dddddd;
                                    bottom: 0;
                                    width: 100%;
                                    /* Set the fixed height of the footer here */
                                    height: 60px;
                                }
                                /* Breadcrumbs
  --------------------------------------------------*/
                                
                                .breadcrumb {
                                    padding: 1em 1em;
                                    margin-bottom: 1em;
                                    list-style: none;
                                    background-color: transparent;
                                    border-radius: 0;
                                    border: none;
                                }
                                
                                .breadcrumb>li {
                                    display: inline-block;
                                }
                                
                                .breadcrumb>li a {
                                    color: #00a1ed;
                                }
                                
                                .breadcrumb+li:before {
                                    padding: 0 5px;
                                    color: #fff;
                                    content: "\00a0";
                                }
                                
                                .breadcrumb li.active {
                                    color: #fff;
                                }
                                
                                .span12 {
                                    width: 940px;
                                }
                                
                                .span11 {
                                    width: 860px;
                                }
                                
                                .span10 {
                                    width: 780px;
                                }
                                
                                .span9 {
                                    width: 700px;
                                }
                                
                                .span8 {
                                    width: 620px;
                                    margin-top: 0px;
                                }
                                
                                .span7 {
                                    width: 540px;
                                }
                                
                                .span6 {
                                    width: 460px;
                                }
                                
                                .span5 {
                                    width: 380px;
                                }
                                
                                .span4 {
                                    width: 300px;
                                }
                                
                                .span3 {
                                    width: 220px;
                                }
                                
                                .span2 {
                                    width: 140px;
                                }
                                
                                .span1 {
                                    width: 60px;
                                }
                                /*
.btn-primary:hover {
    border-color: #841054;
    background-color: #db7cad;
}

.btn-primary {
    border-color: #841054;
    background-color: #841054;
}
*/
                                
                                #navigationUser>li>a {
                                    color: #ffffff !important;
                                }
                                
                                #main-navigation>li>a {
                                    color: #fff !important;
                                    /*font-weight: bold;*/
                                }
                                /* blocos sidebar */
                                /* 
  
   change a height of a standard Bootstrap navbar.
  
  */
                                
                                .navbar {
                                    min-height: 100px;
                                }
                                
                                .navbar-brand {
                                    padding: 0 15px;
                                    height: 100px;
                                    line-height: 100px;
                                }
                                
                                .navbar-toggle {
                                    /* (80px - button height 34px) / 2 = 23px */
                                    margin-top: 23px;
                                    padding: 9px 10px !important;
                                }
                                
                                @media (min-width: 768px) {
                                    .navbar-nav>li>a {
                                        /* (80px - line-height of 27px) / 2 = 26.5px */
                                        padding-top: 26.5px;
                                        padding-bottom: 26.5px;
                                        line-height: 27px;
                                    }
                                    .navbar-brand {
                                        padding: 0 0px;
                                        height: 100px;
                                        line-height: 100px;
                                    }
                                }
                                /* remover border bottom da navegação*/
                                
                                .navbar.navbar-default {
                                    border: 0;
                                    -webkit-box-shadow: none;
                                    box-shadow: none;
                                }
                                
                                .navbar.navbar-default .navbar-collapse {
                                    border: 0;
                                    -webkit-box-shadow: none;
                                    box-shadow: none;
                                }
                                
                                @media screen and (min-width: 39.99875em) and (max-width: 63.99875em) {
                                    .navbar-default .navbar-nav {
                                        margin-top: 10px !important;
                                        margin-left: 50px;
                                    }
                                }
                                
                                @media screen and (max-width: 39.99875em) {
                                    .navbar-brand {
                                        padding: 0 0px;
                                    }
                                    .navbar-default .navbar-nav {
                                        margin-top: 0px !important;
                                        margin-left: 100px;
                                    }
                                }
                                /* Navs pills user navigation =======================================================================

*/
                                
                                #headerNavigationContainer ul.nav.nav-pills.tab-list>li>a {
                                    border-color: #cf26b3;
                                    background-color: #f6f6eb;
                                    color: #cf26b3 !important;
                                    box-shadow: 5px 5px 5px 5px #fff 0.9;
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 10px !important;
                                    text-transform: lowercase;
                                }
                                
                                #headerNavigationContainer ul.nav.nav-pills.tab-list .dropdown ul.dropdown-menu.dropdown-menu-right {
                                    background-color: #91057A !important;
                                    border-radius: 10px;
                                    border-color: #91057A;
                                    color: #fffff5 !important;
                                }
                                
                                #headerNavigationContainer ul.nav.nav-pills.tab-list .dropdown ul.dropdown-menu.dropdown-menu-right a {
                                    color: #fffff5 !important;
                                }
                                
                                #headerNavigationContainer ul.nav.nav-pills.tab-list .dropdown ul.dropdown-menu.dropdown-menu-right a:hover {
                                    color: #00a1ed !important;
                                }
                                /* full-width no padding */
                                
                                .container-fluid {
                                    width: 100%;
                                    padding-right: 0px;
                                    padding-left: 0px;
                                    margin-right: 0;
                                    margin-left: 0;
                                    overflow: hidden;
                                }
                                /* full-width main wrapper */
                                
                                .pkp_structure_main {
                                    width: 100%;
                                    padding-right: 0px;
                                    padding-left: 0px;
                                    margin-right: 0;
                                    margin-left: 0;
                                }
                                
                                section h1 {
                                    font-size: 2.5rem !important;
                                }
                                
                                section h2 {
                                    font-size: 1.8rem !important;
                                }
                                
                                .container {}
                                
                                .pkp_structure_page {}
                                /* full-width main wrapper for small */
                                
                                @media (max-width: 768px) {
                                    .container-fluid {
                                        width: 100%;
                                        padding-right: 0px;
                                        padding-left: 0px;
                                        margin-right: 0;
                                        margin-left: 0;
                                        overflow: hidden;
                                    }
                                    .container {
                                        padding-right: 10px;
                                        padding-left: 10px;
                                        margin-right: 10px;
                                        margin-left: 10px;
                                    }
                                }
                                
                                @media (min-width: 1440px) {
                                    .container {
                                        width: 1400px;
                                    }
                                }
                                /* Override the gallery links  articles*/
                                
                                a.galley-link {
                                    font-size: 1em;
                                    /*border: 1px solid #efefef;*/
                                    padding: 4px 12px;
                                    margin: 5px 0;
                                    text-transform: uppercase;
                                    /*border-radius: 20px;*/
                                    background: transparent !important;
                                    color: #cf26b3 !important;
                                }
                                
                                a.galley-link:hover {
                                    text-decoration: none;
                                    background: transparent !important;
                                    text-decoration: underline !important;
                                }
                                
                                a.galley-link:hover {
                                    text-decoration: none;
                                    background: transparent !important;
                                }
                                /* =====  3.1. Journal Description Section  ===== */
                                /* Wrap homepage journal description*/
                                
                                .pkp_page_index .journal-description {}
                                
                                section.journal-description {
                                    color: #001463;
                                    padding-top: 50px !important;
                                    padding-bottom: 50px !important;
                                }
                                
                                section.journal-description .journal-description-content {}
                                
                                section.journal-description .plica {}
                                
                                section.journal-description .circles {
                                    padding-top: 20%;
                                }
                                
                                section.journal-description .circles img {
                                    height: 100%;
                                    width: 600px;
                                }
                                
                                section.journal-description .journal-description-content .heading h1 {
                                    -webkit-text-stroke: 1px #707070 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 2em !important;
                                }
                                
                                section.journal-description .journal-description-content .heading h2 {
                                    -webkit-text-stroke: 1.11px #000 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                }
                                
                                section.journal-description .journal-description-content p {
                                    margin-left: 50px;
                                    line-height: 22px;
                                    padding-top: 32px;
                                    padding-bottom: 1em;
                                }
                                
                                section.journal-description .bottom-cell {
                                    background: #f0f4f7;
                                }
                                
                                section.journal-description .bottom-cell h1 {
                                    color: #000;
                                    padding: 40px 0 10px 0;
                                }
                                
                                section.journal-description .bottom-cell i {
                                    font-size: 2rem;
                                }
                                /* Mobile journal description*/
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.journal-description {
                                        padding-top: 3em !important;
                                        padding-bottom: 3em !important;
                                    }
                                    section.journal-description .plica {}
                                    section.journal-description .plica img {}
                                    section.journal-description .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.journal-description .journal-description-content p {
                                        margin-left: 0px;
                                    }
                                    section.journal-description .journal-description-content .issn {
                                        margin-left: 0;
                                        line-height: 22px;
                                        padding-top: 0px;
                                        padding-bottom: 0px;
                                    }
                                    section.journal-description .journal-description-content .indexacao {
                                        margin-left: 0;
                                        line-height: 22px;
                                    }
                                    section.journal-description .journal-description-content .btn-link:hover {
                                        background-color: #cf26b3;
                                        color: #fff;
                                        border-radius: 20px;
                                        padding-right: 20px;
                                        padding-left: 20px;
                                        margin-left: 0;
                                        padding-top: 5px;
                                        padding-bottom: 5px;
                                        margin-top: 30px !important;
                                    }
                                    section.journal-description .journal-description-content .btn-link {
                                        border-color: #cf26b3;
                                        background-color: #cf26b3;
                                        color: #fff;
                                        box-shadow: 5px 5px 5px 5px #fff 0.9;
                                        border-radius: 20px;
                                        padding-right: 20px;
                                        padding-left: 20px;
                                        margin-left: 0;
                                        padding-top: 5px;
                                        padding-bottom: 5px;
                                        margin-top: 30px !important;
                                    }
                                    section.journal-description .journal-description-content {
                                        padding-left: 0 !important;
                                    }
                                    section.journal-description .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.journal-description .plica {
                                        /* height: 50px;*/
                                    }
                                    section.journal-description .journal-description-content .heading h1 {
                                        margin-top: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.journal-description .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.journal-description .journal-description-content {
                                        margin-top: 0px !important;
                                    }
                                    section.journal-description .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.journal-description .journal-description-content .heading h1 {
                                        margin-top: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.journal-description .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.journal-description .journal-description-content {
                                        margin-top: 0px !important;
                                    }
                                    section.journal-description .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.journal-description .journal-description-content .heading h1 {
                                        margin-top: -0.5em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.journal-description .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.journal-description .journal-description-content {
                                        margin-top: 0px !important;
                                    }
                                    section.journal-description .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.journal-description .journal-description-content .heading h1 {
                                        margin-top: -1em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.journal-description .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.journal-description .journal-description-content {
                                        margin-top: 0px !important;
                                    }
                                    section.journal-description .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.journal-description .journal-description-content .heading h1 {
                                        margin-top: 2em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.journal-description .journal-description-content h1 {
                                        font-weight: 700;
                                    }
                                    section.journal-description .journal-description-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) and (max-width: 74.99875em) {
                                    section.journal-description .journal-description-content .heading h1 {
                                        margin-top: 1.5em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.journal-description .bottom-cell h1 {
                                        font-size: 1.5rem;
                                    }
                                }
                                
                                section.journal-description #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                
                                .issn {
                                    margin-left: 1em;
                                    line-height: 22px;
                                    padding-top: 0px;
                                    padding-bottom: 0px;
                                }
                                
                                .indexacao {
                                    margin-left: 1em;
                                    line-height: 22px;
                                }
                                
                                .indexacao p {
                                    padding-top: 0px;
                                    padding-bottom: 0px;
                                }
                                
                                .issn p {
                                    line-height: 17px;
                                    padding-top: 0px;
                                    padding-bottom: 0px;
                                }
                                
                                .read-more {
                                    /*border-color: #841054;*/
                                    margin-top: 15px;
                                }
                                
                                .read-more.call {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                
                                .btn-link:hover {
                                    background-color: #cf26b3;
                                    color: #fff;
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                
                                .btn-link {
                                    border-color: #cf26b3;
                                    background-color: #cf26b3;
                                    color: #fff;
                                    box-shadow: 5px 5px 5px 5px #fff 0.9;
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                
                                .btn-link.inverse:hover {
                                    /*  color: #001463;*/
                                    color: #cf26b3;
                                    background-color: #001463 !important;
                                    border-radius: 20px;
                                    padding-right: 15px;
                                    padding-left: 15px;
                                    margin-left: 15px;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px;
                                }
                                
                                .btn-link.inverse {
                                    /*border-color: #841054;*/
                                    background-color: #001463 !important;
                                    color: #cf26b3;
                                    /*  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 1);*/
                                    box-shadow: 5px 5px 5px 5px #fff 0.8;
                                    border: 1px solid;
                                    padding: 10px;
                                    border-radius: 20px;
                                    padding-right: 15px;
                                    padding-left: 15px;
                                    margin-left: 15px;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                /*  Additional_content Section - CALL  */
                                
                                section.additional_content {}
                                
                                section.additional_content .call {
                                    padding-top: 3em !important;
                                }
                                
                                section.additional_content .call .inner-content {
                                    padding-top: 50px;
                                }
                                
                                section.additional_content .call p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                    margin-bottom: -40px;
                                    margin-left: 50px !important;
                                }
                                
                                section.additional_content .call .heading {
                                    margin-left: 0;
                                    margin-top: -10px;
                                }
                                
                                section.additional_content .call .heading h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.additional_content .call .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                    line-height: 22px;
                                }
                                
                                section.additional_content .call .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                    line-height: 22px;
                                }
                                
                                section.additional_content .additional_content-content {
                                    color: #ffffff;
                                }
                                
                                section.additional_content .additional_content-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.additional_content .additional_content-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.additional_content .additional_content-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                /*Mobile Additional Content*/
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.additional_content .call .heading {
                                        margin-left: 0;
                                    }
                                    section.additional_content .plica {
                                        height: 50px;
                                    }
                                    section.additional_content .plica img {}
                                    section.additional_content .heading h2 {
                                        margin-top: 0px !important;
                                    }
                                    section.additional_content .call .inner-content {}
                                    section.additional_content .call {
                                        margin-bottom: 50px;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 63.99875em) {
                                    section.additional_content .plica {
                                        height: 50px;
                                    }
                                    section.additional_content .inner-content {
                                        margin-top: 25px !important;
                                    }
                                    section.additional_content .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.additional_content .call .heading {
                                        margin-left: 0;
                                    }
                                    section.additional_content .call {
                                        margin-bottom: 50px;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.additional_content .additional_content-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.additional_content .additional_content-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                /* 3.2. Additional_content Section - CALL GERAL  ===== */
                                
                                section.additional_content .call-tema-geral {
                                    margin-bottom: 10px;
                                }
                                
                                section.additional_content .call-tema-geral img {
                                    /* margin-left: -25px !important;*/
                                    margin-bottom: 0 !important;
                                }
                                
                                section.additional_content .call-tema-geral .head {
                                    margin-left: -25px !important;
                                }
                                
                                section.additional_content .call-tema-geral .inner-content {
                                    margin-top: 65px !important;
                                }
                                
                                section.additional_content .call-tema-geral .heading {
                                    margin-left: 0;
                                    margin-top: -10px;
                                }
                                
                                section.additional_content .call-tema-geral p {
                                    color: #001463;
                                    line-height: 22px;
                                    margin-bottom: -40px;
                                    margin-left: 50px !important;
                                }
                                
                                section.additional_content .call-tema-geral .heading h2 {
                                    -webkit-text-stroke: 1.11px #001463;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.additional_content .call-tema-geral .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    /* font-style: italic;*/
                                }
                                
                                section.additional_content .call-tema-geral .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.additional_content .additional_content-content {
                                    color: #ffffff;
                                }
                                
                                section.additional_content .additional_content-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.additional_content .additional_content-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.additional_content .additional_content-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.additional_content .additional_content-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.additional_content .additional_content-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 40em) and (max-width: 63.99875em) {
                                    section.additional_content .additional_content-content.heading {
                                        background-color: #350459;
                                    }
                                    section.additional_content .call-tema-geral .heading {
                                        margin-left: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.additional_content .plica {
                                        height: 50px;
                                    }
                                    section.additional_content .call-tema-geral .heading {
                                        margin-left: 0;
                                    }
                                    section.additional_content .heading h2 {
                                        margin-top: 0px !important;
                                    }
                                    section.additional_content .call-tema-geral .inner-content {
                                        margin-top: 0px !important;
                                        padding-top: 0;
                                    }
                                    section.additional_content .call-tema-geral {
                                        margin-bottom: 50px;
                                    }
                                }
                                
                                section.additional_content #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                /* 3.3. Latest issue Section  ===== */
                                
                                section.latest-issue {
                                    padding-top: 3em !important;
                                    padding-bottom: 3em !important;
                                }
                                
                                section.latest-issue .latest-issue-content {
                                    /* padding-top: 0px;*/
                                }
                                
                                section.latest-issue .ojs-brand {}
                                
                                section.latest-issue .ojs-brand img {
                                    max-width: 154px !important;
                                    max-height: 100px !important;
                                }
                                
                                section.latest-issue .latest-issue-content .heading {
                                    margin-left: -60px !important;
                                }
                                
                                section.latest-issue .latest-issue-content .heading h2 {
                                    -webkit-text-stroke: 1.11px #000;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                    margin-top: 40px !important;
                                }
                                
                                section.latest-issue .latest-issue-content p {
                                    color: #00A1ED;
                                    line-height: 20px;
                                    margin-left: 0;
                                    padding-top: 0;
                                }
                                
                                section.latest-issue .latest-issue-content .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                    padding-top: 0 !important;
                                    margin-top: 0;
                                }
                                
                                section.latest-issue .bottom-cell {
                                    text-align: center;
                                }
                                
                                section.latest-issue .latest-issue-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                .read-more.latest {
                                    /*border-color: #841054;*/
                                    text-align: center;
                                }
                                /* Latest Issue - Mobile*/
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.latest-issue .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.latest-issue .ojs-brand {
                                        text-align: center;
                                        margin-top: 20px;
                                    }
                                    section.latest-issue .latest-issue-content {
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .cover a img {
                                        line-height: 22px !important;
                                        padding-top: 0em !important;
                                        padding-bottom: 0em !important;
                                        margin-top: 0em !important;
                                    }
                                    section.latest-issue .latest-issue-content {
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading h2 {
                                        margin-left: 0 !important;
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading {
                                        margin-left: 0px !important;
                                    }
                                }
                                /* < 639.98px*/
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.latest-issue .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.latest-issue .ojs-brand {
                                        text-align: center;
                                        margin-top: 20px;
                                    }
                                    section.latest-issue .latest-issue-content {
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .cover a img {
                                        line-height: 22px !important;
                                        padding-top: 0em !important;
                                        padding-bottom: 0em !important;
                                        margin-top: 0em !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading h2 {
                                        margin-left: 0 !important;
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading {
                                        margin-left: 0px !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.latest-issue .latest-issue-content .heading h2 {
                                        margin-left: 0px !important;
                                        margin-top: 0 !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading h2 {
                                        margin-left: 0 !important;
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading {
                                        margin-left: 0px !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.latest-issue .plica {
                                        height: 50px;
                                    }
                                    section.latest-issue .latest-issue-content {
                                        margin-top: 50px !important;
                                    }
                                    section.latest-issue .ojs-brand {
                                        text-align: center;
                                    }
                                    section.latest-issue .latest-issue-content .heading h2 {
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .latest-issue-content {
                                        margin-top: 25px !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading h2 {
                                        margin-left: -60px !important;
                                        margin-top: 0px !important;
                                    }
                                    section.latest-issue .latest-issue-content .heading {
                                        margin-left: 0px !important;
                                    }
                                }
                                /* ==========================================================================
  /* =====  Issue Toc   ===== */
                                /*========================================================================== */
                                
                                .issue-toc {}
                                
                                .issue-toc .heading .issue-details {
                                    margin-left: 0;
                                    margin-top: 0px;
                                }
                                
                                .issue-toc .heading .issue-details p.published {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                    margin-left: 0 !important;
                                }
                                
                                .issue-toc .heading .issue-details p.published strong {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                .issue-toc .heading .issue-details .description p {
                                    color: #001463;
                                    font-size: 1em !important;
                                }
                                /* Issue-Toc mobile*/
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    .issue-toc {
                                        margin-top: 0;
                                    }
                                    .issue-toc .heading .issue-details {
                                        margin-top: 1px;
                                    }
                                    .issue-toc .heading .issue-details p.published {
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    .issue-toc .heading .issue-details .description p {
                                        margin-left: 0 !important;
                                    }
                                    .issue-toc {
                                        margin-top: 0;
                                    }
                                    .issue-toc .heading .issue-details {
                                        margin-top: 1px;
                                    }
                                    .issue-toc .heading .issue-details p.published {
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    .issue-toc .heading .issue-details .description p {
                                        margin-left: 0 !important;
                                    }
                                    .issue-toc {
                                        margin-top: 0;
                                    }
                                    .issue-toc .heading .issue-details {
                                        margin-top: 1px;
                                    }
                                    .issue-toc .heading .issue-details p.published {
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) and (max-width: 74.99875em) {
                                    .issue-toc .heading .issue-details .description p {
                                        margin-left: 0 !important;
                                    }
                                    .issue-toc {
                                        margin-top: 0;
                                    }
                                    .issue-toc .heading {}
                                    .issue-toc .heading .issue-details {
                                        margin-left: 0 !important;
                                        margin-top: 0px;
                                    }
                                }
                                /* =====  Article List  ===== */
                                
                                section.articles {}
                                
                                section.articles .heading {}
                                
                                section.articles .heading h2 {
                                    -webkit-text-stroke: 1.11px #000 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                    margin-left: -180px !important;
                                }
                                
                                section.articles .articles-list {
                                    color: #ffffff;
                                    list-style: none;
                                }
                                
                                section.articles .heading .issue-details p.published {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                section.articles .heading .issue-details p.published strong {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                section.articles .heading .issue-details .description p {
                                    color: #001463;
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.articles .heading h2 {
                                        margin-left: 0 !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.articles .heading h2 {
                                        margin-left: 0px !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.articles .heading h2 {
                                        margin-left: -70px !important;
                                    }
                                }
                                /* ==========================================================================
  /* =====  Most Read Section  ===== */
                                /*========================================================================== */
                                
                                section.most-read {
                                    padding-top: 50px !important;
                                    padding-bottom: 50px !important;
                                }
                                
                                section.most-read .most-read-right {
                                    margin-left: -170px;
                                }
                                
                                section.most-read .most-read-content {
                                    margin-top: 100px;
                                }
                                
                                section.most-read .most-read-right img {
                                    width: 100%;
                                }
                                
                                section.most-read p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                }
                                
                                section.most-read .most-read-content .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.most-read .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.most-read .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.most-read .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.most-read .most-read-content {
                                    color: #ffffff;
                                }
                                
                                section.most-read .most-read-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.most-read .most-read-content h2 {
                                    /* font-size: 1.25rem;*/
                                }
                                
                                section.most-read .most-read-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.most-read ul {
                                    color: #ffffff;
                                    list-style-type: none;
                                }
                                
                                section.most-read ul>li a {
                                    color: #fff !important;
                                }
                                
                                section.most-read .article-metric {
                                    color: #cf26b3 !important;
                                }
                                
                                section.most-read .read-more {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.most-read .most-read-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.most-read .most-read-content h2 {
                                        /* font-size: 0.75rem;*/
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 63.99875em) {
                                    section.most-read .most-read-content {
                                        margin-top: 40px !important;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.most-read .bottom-cell h1 {
                                        font-size: 1.5rem;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.most-read .plica img {
                                        margin-bottom: 0 !important;
                                    }
                                    section.most-read .most-read-content {
                                        margin-top: 0;
                                    }
                                }
                                
                                section.most-read #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                /* ==========================================================================
  /* =====  Article Summary   ===== */
                                /*========================================================================== */
                                
                                .article-summary {}
                                
                                .article-summary.media {
                                    margin-bottom: -20px;
                                }
                                
                                .article-summary.media .media-body .heading {}
                                
                                .article-summary.media .media-body {
                                    padding-left: 0px !important;
                                }
                                
                                .article-summary .media-body .media-heading {}
                                
                                .article-summary .media-body .media-heading p {
                                    margin-bottom: 0 !important;
                                    margin-top: 0 !important;
                                    padding: 0px 0px;
                                }
                                
                                .article-summary.media .media-body .meta {
                                    display: inline-block;
                                    padding: -20px 0px;
                                }
                                
                                .article-summary.media .media-body h3 a {
                                    color: #001463 !important;
                                    font-size: 1.1875rem !important;
                                    font-weight: bold;
                                }
                                
                                .article-summary.media .media-body h3 a>p {
                                    color: #001463 !important;
                                }
                                
                                .article-summary.media .media-body .meta .authors {
                                    color: #001463 !important;
                                    font-size: 1em !important;
                                    margin-top: 2px;
                                    font-weight: normal;
                                    display: inline-block;
                                }
                                
                                .article-summary.media .media-body .meta .btn-group {
                                    display: inline-block;
                                    margin-left: -10px !important;
                                    padding: 0px 0px;
                                    font-size: 1em;
                                    margin-right: -10px !important;
                                    font-size: 1em !important;
                                    margin-top: -2px;
                                }
                                
                                .article-summary .articles-list {
                                    color: #ffffff;
                                    padding-left: 0;
                                    list-style: none;
                                }
                                
                                .article-summary .heading .issue-details p.published {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                .article-summary .heading .issue-details p.published strong {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                .artarticle-summaryicles .heading .issue-details .description p {
                                    color: #001463;
                                }
                                /* ==========================================================================
  /* =====  Arquivo Section  ===== */
                                /*========================================================================== */
                                
                                section.arquivo {
                                    padding-top: 50px !important;
                                    padding-bottom: 50px !important;
                                }
                                
                                section.arquivo .arquivo-eduser {
                                    margin-bottom: -50px !important;
                                }
                                
                                section.arquivo p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                }
                                
                                section.arquivo .arquivo-eduser-content .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.arquivo .plica img {
                                    /*padding-top: -5px !important;*/
                                    margin-top: -70px !important;
                                }
                                
                                section.arquivo .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.arquivo .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.arquivo .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.arquivo .arquivo-content {
                                    color: #ffffff;
                                }
                                
                                section.arquivo .arquivo-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.arquivo .arquivo-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.arquivo .arquivo-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.arquivo .read-more {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                /* Arquivo Mobile*/
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.arquivo {
                                        /* margin-bottom: -10px !important;*/
                                    }
                                    section.arquivo .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.arquivo .plica img {
                                        padding-top: 10px !important;
                                    }
                                    section.arquivo .arquivo-eduser img {
                                        padding-top: 50px !important;
                                        padding-bottom: 0px;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 63.99875em) {
                                    section.arquivo .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.arquivo .plica img {
                                        margin-bottom: -50px !important;
                                    }
                                    section.arquivo .arquivo-eduser img {
                                        margin-top: 60px !important;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.arquivo .arquivo-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.arquivo .arquivo-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                section.arquivo .bottom-cell {
                                    background: #f0f4f7;
                                }
                                
                                section.arquivo .bottom-cell h1 {
                                    color: #000;
                                    padding: 40px 0 10px 0;
                                }
                                
                                section.arquivo .bottom-cell i {
                                    font-size: 2rem;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.arquivo .bottom-cell h1 {
                                        font-size: 1.5rem;
                                    }
                                }
                                
                                section.arquivo #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                /* ==========================================================================
  /* =====  arquivo-2 Section  ===== */
                                /*========================================================================== */
                                
                                section.arquivo-2 {}
                                
                                section.arquivo-2 p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                }
                                
                                section.arquivo .arquivo-eduser-content .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.arquivo-2 img {
                                    padding-top: -50px !important;
                                    margin-top: -50px !important;
                                }
                                
                                section.arquivo-2 .arquivo-2-eduser img.arquivo-2-eduser {
                                    margin-top: 30px !important;
                                }
                                
                                section.arquivo-2 .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.arquivo-2 .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.arquivo-2 .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.arquivo-2 .arquivo-2-content {
                                    color: #ffffff;
                                }
                                
                                section.arquivo-2 .arquivo-2-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.arquivo-2 .arquivo-2-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.arquivo-2 .arquivo-2-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.arquivo-2 .read-more {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.arquivo-2 {
                                        padding-top: 50px !important;
                                        padding-bottom: 0px !important;
                                        /*margin-top: -0.2em !important;*/
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.arquivo-2 .arquivo-2-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.arquivo-2 .arquivo-2-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 40em) and (max-width: 63.99875em) {
                                    section.arquivo-2 .arquivo-2-content.heading {
                                        background-color: #350459;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {}
                                /* ==========================================================================
  /* =====  Footer Section  ===== */
                                /*========================================================================== */
                                
                                footer {
                                    /*  background-color: #001463 !important  ;*/
                                    /*  border: 1px solid #dddddd;*/
                                    margin-top: 0;
                                    margin-bottom: 0;
                                    bottom: 0 !important;
                                    top: 0 !important;
                                    margin: 0 !important;
                                    padding: 0 !important;
                                }
                                
                                .pkp_structure_sidebar {
                                    padding: 0;
                                    /*  margin-top: 60px;*/
                                }
                                /* ==========================================================================
  /* =====  footer main Section  ===== */
                                /*========================================================================== */
                                
                                section.footer {
                                    padding-top: 50px !important;
                                    padding-bottom: 50px !important;
                                    margin-bottom: -0.6em !important;
                                    background-color: #001463 !important;
                                }
                                
                                section.footer p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                }
                                
                                section.footer .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.footer .heading h2 {
                                    margin-left: -130px;
                                }
                                
                                section.footer h4 {
                                    /*  font-size: 1.25rem;*/
                                    color: #fff;
                                    margin-left: 0 !important;
                                }
                                
                                section.footer .contacto {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                }
                                
                                section.footer .footer-content-contacto .contacto {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                }
                                
                                section.footer .footer-content-contactos .contactos {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                    font-size: 0.875rem;
                                }
                                
                                section.footer .footer-content .creative-commons {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                    padding-top: 5px;
                                }
                                
                                section.footer .footer-content .ipb-ese.img {
                                    opacity: 0.9 #001463;
                                    filter: opacity(50%);
                                }
                                
                                section.footer .creative-commons-logo {
                                    text-align: right;
                                }
                                
                                section.footer .creative-commons-logo img {
                                    opacity: 0.9 #001463;
                                    filter: opacity(50%);
                                }
                                
                                section.footer .footer-content-project .project-management {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                }
                                
                                section.footer .footer-content-partnership .partnership {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                    padding-bottom: 2rem;
                                }
                                /*
      section.footer  .footer-content .contactos .twitter::before {
       content: url('/templates/images/structure/facebook.svg');
       width: 32px;
      }*/
                                
                                section.footer .footer-content-contactos .contactos .name {
                                    line-height: 20px;
                                    color: #fff;
                                    font-weight: normal;
                                }
                                
                                section.footer .footer-eduser img.footer-eduser {
                                    margin-top: 30px !important;
                                }
                                
                                section.footer ul {
                                    color: #ffffff;
                                    list-style-type: none;
                                    margin-left: 0;
                                    padding-left: 0;
                                }
                                
                                section.footer .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.footer .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.footer .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.footer .footer-content h1 {
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.footer .footer-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.footer .footer-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                .fa-padding-right {
                                    padding-right: 0.5em;
                                }
                                
                                section.footer .read-more {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                /* footer Mobile  */
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.footer {
                                        background-color: #001463;
                                    }
                                    section.footer .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.footer .footer-content .contactos {
                                        /*  background-color:red;*/
                                        color: #000;
                                        width: 100%;
                                        padding: 40px 0 10px 0;
                                    }
                                    section.footer {
                                        /*   background-color:red;*/
                                        color: #fff;
                                        width: 100%;
                                        padding: 40px 0 10px 0;
                                        display: inline-block;
                                    }
                                    section.footer .footer-content .contacto {
                                        /*   background-color:red;*/
                                        color: #fff;
                                        width: 100%;
                                        padding: 40px 0 10px 0;
                                        display: inline-block;
                                    }
                                    section.footer .footer-content .partnership {
                                        /* background-color:red;*/
                                        color: #000;
                                        width: 100%;
                                        padding: 40px 0 10px 0;
                                        display: inline-block;
                                    }
                                    section.footer .footer-content .contacto {
                                        font-weight: 700;
                                    }
                                    section.footer .footer-content .project-management {
                                        font-weight: 700;
                                    }
                                    section.footer .footer-content-project .project-management {}
                                    section.footer .footer-content .partnership {
                                        font-weight: 700;
                                    }
                                    section.footer .footer-content-partnership .partnership {}
                                    section.footer .footer-content-project h4 {
                                        padding-top: 10px;
                                    }
                                    section.footer .footer-content .partnership {
                                        font-weight: 700;
                                    }
                                    section.footer .footer-content-partnership h4 {
                                        padding-top: 10px;
                                    }
                                    section.footer .creative-commons-logo {
                                        text-align: left;
                                    }
                                    section.footer .creative-commons-logo img {
                                        opacity: 0.9 #001463;
                                        filter: opacity(50%);
                                        padding-right: 0;
                                        margin-right: 0;
                                        right: 0;
                                        padding-bottom: 20px;
                                    }
                                    section.footer .footer-content-contacto .ipb-ese img {
                                        width: 50%;
                                    }
                                    section.footer .heading h2 {
                                        margin-left: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 63.99875em) {
                                    section.footer .footer-content-contacto .ipb-ese img {
                                        width: 50%;
                                    }
                                    section.footer .creative-commons-logo {
                                        text-align: left;
                                    }
                                    section.footer .heading h2 {
                                        margin-left: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.footer .footer-content h1 {
                                        font-weight: 700;
                                    }
                                    section.footer .footer-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                /* ==========================================================================
  /* =====  footer-copyright main Section  ===== */
                                /*========================================================================== */
                                
                                section.footer-copyright {
                                    padding-top: 2em !important;
                                    padding-bottom: 2em !important;
                                    margin-top: 0em !important;
                                    margin-bottom: 0em !important;
                                }
                                
                                section.footer-copyright p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                    text-align: center;
                                }
                                
                                section.footer-copyright .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.footer-copyright img {
                                    /*padding-top: -5px !important;*/
                                    /* margin-top: -114px !important;   */
                                }
                                
                                section.footer-copyright .footer-copyright-content ul {
                                    color: #ffffff;
                                    list-style-type: none;
                                    margin-left: 0;
                                    padding-left: 0;
                                }
                                
                                section.footer-copyright .footer-copyright-eduser img.footer-copyright-eduser {
                                    margin-top: 30px !important;
                                }
                                
                                section.footer-copyright .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.footer-copyright .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.footer-copyright .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.footer-copyright .copyright {
                                    color: #ffffff;
                                    text-align: center !important;
                                }
                                
                                section.footer-copyright .footer-copyright-content {
                                    color: #ffffff;
                                }
                                
                                section.footer-copyright .footer-copyright-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.footer-copyright .footer-copyright-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.footer-copyright .footer-copyright-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.footer-copyright .read-more {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.footer-copyright .footer-copyright-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.footer-copyright .footer-copyright-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 40em) and (max-width: 63.99875em) {
                                    section.footer-copyright .footer-copyright-content.heading {
                                        background-color: #350459;
                                    }
                                }
                                
                                section.footer-copyright #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                /* ==========================================================================
  /* =====  Journal Description Section  ===== */
                                /*========================================================================== */
                                
                                .bg-inner-3 {
                                    background-image: url("/templates/images/structure/subtracao.svg");
                                    background-position: left top;
                                    background-repeat: no-repeat;
                                }
                                
                                .display-flex-top {
                                    display: flex !important;
                                    align-items: top !important;
                                }
                                
                                .display-flex-center {
                                    display: flex !important;
                                    align-items: center !important;
                                }
                                
                                .vertical-align {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    flex-direction: row;
                                }
                                
                                .vcenter {
                                    display: inline-block;
                                    vertical-align: middle;
                                    float: none;
                                }
                                /* =====  about Pages  ===== */
                                /* =====  about  Section  ===== */
                                
                                section.about {
                                    color: #fff;
                                    padding-top: 50px !important;
                                    padding-bottom: 0px !important;
                                }
                                
                                section.about p {
                                    margin-left: 1em;
                                    line-height: 22px;
                                    padding-top: 1em;
                                    padding-bottom: 0px;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .about {}
                                
                                section.about .about-content {
                                    font-weight: bold !important;
                                }
                                
                                section.about .about-content p {
                                    padding-top: 10px;
                                }
                                
                                section.about .plica img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 0em;
                                }
                                
                                section.about .headers img {
                                    margin: 0;
                                    padding: 0;
                                    height: 100%;
                                    width: 100%;
                                }
                                
                                section.about .headers {
                                    margin: 0;
                                    padding: 0;
                                    height: 100%;
                                    width: 100%;
                                }
                                
                                section.about .heading h1 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 50px !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                }
                                
                                section.about .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    padding-top: 40px !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                }
                                
                                section.about .about-content {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: bold !important;
                                    padding-top: 0;
                                }
                                
                                section.about .about-content.trabalhos li {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0.5em;
                                }
                                
                                section.about .about-content.politica-acesso p {
                                    padding-bottom: 50px;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.about .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about .about-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2rem !important;
                                    }
                                    section.about .heading h2 {
                                        margin-top: -3rem !important;
                                    }
                                    section.about .about-content .heading h1 {
                                        margin-top: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.about .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about .about-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.about .heading h2 {
                                        margin-top: -4rem !important;
                                    }
                                    section.about .heading h1 {
                                        margin-top: -0.5em !important;
                                    }
                                    section.about .plica img {
                                        margin-left: 0em;
                                        padding-top: 0em !important;
                                        padding-bottom: 0em !important;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.about .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about .about-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.about .heading h2 {
                                        margin-top: -5rem !important;
                                    }
                                    section.about .heading h1 {
                                        margin-top: -1em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.about .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about .about-content {
                                        margin-top: 0px !important;
                                    }
                                    section.about .heading h2 {
                                        margin-top: 25px !important;
                                    }
                                    section.a .about-content .heading h1 {
                                        margin-top: 2em !important;
                                    }
                                }
                                /* ==========================================================================
  /* =====  about-avaliacao  Section  ===== */
                                /*========================================================================== */
                                
                                section.about-avaliacao {
                                    color: #001463;
                                    padding-top: 50px !important;
                                    padding-bottom: 50px !important;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .about-avaliacao {}
                                
                                section.about-avaliacao .about-avaliacao-right-1 {
                                    margin-left: -260px;
                                }
                                
                                section.about-avaliacao .about-avaliacao-content {
                                    margin-top: 100px;
                                }
                                
                                section.about-avaliacao .about-avaliacao-right-1 img {
                                    width: 87%;
                                    transform: rotate(116deg);
                                    margin-top: -2.5em;
                                }
                                
                                section.about-avaliacao .heading h2 {
                                    -webkit-text-stroke: 1.11px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.about-avaliacao .heading h3 {
                                    -webkit-text-stroke: 1.11px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.about-avaliacao .about-avaliacao-content {
                                    color: #001463;
                                    font-style: normal !important;
                                }
                                
                                section.about-avaliacao .about-avaliacao-content p {
                                    color: #001463;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    margin-left: 1em;
                                    line-height: 22px;
                                    padding-top: 0.5em;
                                    padding-bottom: 0.5em;
                                }
                                
                                section.about-avaliacao .about-avaliacao-content ul {
                                    color: #001463;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    line-height: 22px;
                                    list-style-type: none;
                                    list-style-type: none;
                                    /* margin-left: 0;*/
                                    /* padding-left: 0;*/
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.about-avaliacao .about-avaliacao-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.about-avaliacao .about-avaliacao-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.about-avaliacao .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.about-avaliacao .about-avaliacao-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.about-avaliacao .about-avaliacao-content p {
                                        padding-top: 10px;
                                    }
                                    section.about-avaliacao .plica img {
                                        margin-left: 0em;
                                        margin-top: 1em;
                                        margin-bottom: -1em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.about-avaliacao .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about-avaliacao .about-avaliacao-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.about-avaliacao .heading h2 {
                                        margin-top: -5rem !important;
                                    }
                                    section.about-avaliacao .heading h1 {
                                        margin-top: -1em !important;
                                    }
                                    section.about-avaliacao .plica img {
                                        margin-left: 0em;
                                        margin-top: 2em;
                                        margin-bottom: 1em;
                                    }
                                    section.about-avaliacao .about-avaliacao-right-1 img {
                                        width: 75%;
                                        transform: rotate(116deg);
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.about-avaliacao .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about-avaliacao .about-avaliacao-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.about-avaliacao .heading h2 {
                                        margin-top: 5rem !important;
                                    }
                                    section.about-avaliacao .heading h1 {
                                        margin-top: -1em !important;
                                    }
                                    section.about-avaliacao .plica img {
                                        margin-left: 0em;
                                        margin-top: 2em;
                                        margin-bottom: 1em;
                                    }
                                    section.about-avaliacao .about-avaliacao-right-1 img {
                                        width: 80%;
                                        transform: rotate(116deg);
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.about-avaliacao .circles {
                                        padding-top: 90% !important;
                                    }
                                    section.about-avaliacao .about-avaliacao-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.about-avaliacao .heading h2 {
                                        margin-top: 5rem !important;
                                    }
                                    section.about-avaliacao .heading h1 {
                                        margin-top: -1em !important;
                                    }
                                    section.about-avaliacao .plica img {
                                        margin-left: 0em;
                                        margin-top: 2em;
                                        margin-bottom: 1em;
                                    }
                                    section.about-avaliacao .about-avaliacao-right-1 img {
                                        width: 85%;
                                        transform: rotate(116deg);
                                        margin-top: 0em;
                                    }
                                }
                                /* ==========================================================================
  /* =====  Editorial-Team Page  ===== */
                                /*========================================================================== */
                                /* ==========================================================================
  /* =====  Editorial-Team  Section  ===== */
                                /*========================================================================== */
                                
                                section.editorial-team {
                                    color: #fff;
                                    padding-top: 50px !important;
                                    padding-bottom: 50px !important;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .editorial-team {}
                                
                                section.editorial-team .editorial-team-content {
                                    margin-left: -100px;
                                }
                                
                                section.editorial-team .editorial-team-right img {
                                    /*  vertical-align: middle !important;*/
                                    width: 100%;
                                }
                                
                                section.editorial-team .editorial-team-right {
                                    padding-top: 23rem;
                                }
                                
                                section.editorial-team .heading h1 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 0em !important;
                                    padding-left: 0em !important;
                                    margin-left: -3rem !important;
                                    line-height: 46px;
                                }
                                
                                section.editorial-team .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 0em !important;
                                    padding-left: 0em !important;
                                    margin-left: -3rem !important;
                                    line-height: 46px;
                                }
                                
                                section.editorial-team .heading h3 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 0em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.editorial-team .editorial-team-content h4 {
                                    color: #001463 !important;
                                    margin-top: 1em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                }
                                
                                section.editorial-team .editorial-team-content p {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.editorial-team .editorial-team-content p a {
                                    color: #fffff5;
                                    font-weight: bold;
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.editorial-team .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.editorial-team .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.editorial-team .editorial-team-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.editorial-team .editorial-team-content p {
                                        padding-top: 10px;
                                    }
                                    section.editorial-team .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.editorial-team .editorial-team-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.editorial-team .editorial-team-content p {
                                        padding-top: 0;
                                    }
                                    section.editorial-team .heading h2 {
                                        margin-top: -5rem !important;
                                    }
                                    section.editorial-team .heading h1 {
                                        margin-top: -1em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.editorial-team .plica img {
                                        margin-left: 0em;
                                        margin-top: 0em;
                                        margin-bottom: 1em;
                                    }
                                    section.editorial-team .editorial-team-right img {
                                        width: 75%;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.editorial-team .editorial-team-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.editorial-team .heading h2 {
                                        margin-top: 5rem !important;
                                    }
                                    section.editorial-team .heading h1 {
                                        margin-top: 1em !important;
                                        margin-left: -2.8em !important;
                                    }
                                    section.editorial-team .plica img {
                                        margin-left: 0em;
                                        margin-top: 0em;
                                        margin-bottom: 1em;
                                    }
                                    section.editorial-team .editorial-team-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.editorial-team .heading h2 {
                                        margin-top: 0rem !important;
                                    }
                                    section.editorial-team .heading h1 {
                                        -webkit-text-stroke: 1.11px #fff !important;
                                        /* stroke width and color */
                                        color: transparent;
                                        -webkit-font-smoothing: antialiased !important;
                                        font-weight: bold !important;
                                        margin-top: 3rem !important;
                                        padding-left: 0em !important;
                                        margin-left: -6rem !important;
                                        line-height: 46px;
                                    }
                                    section.editorial-team .plica img {
                                        margin-left: 0em;
                                        margin-top: 0 !important;
                                        margin-bottom: 1em;
                                    }
                                    section.editorial-team .editorial-team-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                }
                                /* ==========================================================================
  /* =====  privacy Page  ===== */
                                /*========================================================================== */
                                /* ==========================================================================
  /* =====  privacy  Section  ===== */
                                /*========================================================================== */
                                
                                section.privacy {
                                    color: #001463;
                                    padding-top: 3em !important;
                                    padding-bottom: 3em !important;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .privacy {}
                                
                                section.privacy .plica img {
                                    margin-top: 0 !important;
                                }
                                
                                section.privacy .plica-privacy-right {
                                    padding-left: 50px;
                                }
                                
                                section.privacy .plica-privacy-right img {
                                    /*  vertical-align: middle !important;*/
                                }
                                
                                section.privacy .heading h1 {
                                    -webkit-text-stroke: 1.11px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 1.5em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.privacy .heading h2 {
                                    -webkit-text-stroke: 1.11px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.privacy .heading h3 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.privacy .privacy-content h4 {
                                    color: #001463 !important;
                                    margin-top: 1em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                }
                                
                                section.privacy .privacy-content {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    columns: #001463;
                                    margin-left: 3em;
                                }
                                
                                section.privacy .privacy-content p {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.privacy .privacy-content p a {
                                    color: #fffff5;
                                    font-weight: bold;
                                }
                                
                                section.privacy .privacy-content.publicacao p {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.privacy .privacy-content.publicacao {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: normal;
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.privacy .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.privacy .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.privacy .privacy-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.privacy .privacy-content p {
                                        padding-top: 10px;
                                    }
                                    section.privacy .plica img {
                                        margin-left: 0;
                                        margin-top: -2em !important;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.privacy .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.privacy .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.privacy .privacy-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.privacy .privacy-content p {
                                        padding-top: 10px;
                                    }
                                    section.privacy .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.privacy .privacy-content {
                                        margin-top: 0px !important;
                                        margin-bottom: 2em !important;
                                        margin-left: -2em !important;
                                    }
                                    section.privacy .heading h1 {
                                        margin-top: 1em !important;
                                        margin-left: -2em !important;
                                    }
                                    section.privacy .plica img {
                                        margin-left: 0em;
                                        margin-top: 0em;
                                        margin-bottom: 1em;
                                    }
                                    section.privacy .plica-privacy-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.privacy .heading h2 {
                                        margin-top: 0rem !important;
                                    }
                                    section.privacy .plica img {
                                        margin-left: 0em;
                                        margin-top: -3em !important;
                                        margin-bottom: 1em;
                                    }
                                    section.privacy .plica-privacy-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                }
                                /* ==========================================================================
  /* =====  issues-archive  Section  ===== */
                                /*========================================================================== */
                                
                                section.issues-archive {
                                    color: #001463;
                                    padding-top: 3em;
                                    padding-bottom: 0em;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .issues-archive {}
                                
                                section.issues-archive .plica img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 0em;
                                    width: 600px;
                                    margin-bottom: -2em;
                                }
                                
                                section.issues-archive .plica-2 img {
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 0em;
                                }
                                
                                section.issues-archive .plica-issues-archive-right {
                                    /* padding-top: 15em;*/
                                }
                                
                                section.issues-archive .plica-issues-archive-right img {
                                    margin-bottom: -2em !important;
                                    width: 100%;
                                }
                                
                                section.issues-archive .heading h1 {
                                    -webkit-text-stroke: 1.11px #cf26b3 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 1em !important;
                                    line-height: 46px;
                                }
                                
                                section.issues-archive .heading h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    line-height: 46px;
                                }
                                
                                section.issues-archive .heading h3 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.issues-archive .issues-archive-content h4 {
                                    color: #001463 !important;
                                    margin-top: 1em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                    font-size: 1.375em;
                                }
                                
                                section.issues-archive .issues-archive-content {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    columns: #001463;
                                }
                                
                                section.issues-archive .issues-archive-content.trabalhos {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: normal;
                                }
                                
                                section.issues-archive .issues-archive-content.trabalhos li {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0.5em;
                                    ;
                                }
                                
                                section.issues-archive .issues-archive-content p {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.issues-archive .issues-archive-content p a {
                                    color: #fffff5;
                                    font-weight: bold;
                                }
                                
                                section.issues-archive .issues-archive-content p.intro {
                                    font-weight: bold;
                                }
                                
                                .series.lead {
                                    margin-bottom: 0 !important;
                                    padding-bottom: 0 !important;
                                }
                                
                                .issue-summary.media {
                                    margin-bottom: 0 !important;
                                    padding-bottom: 0 !important;
                                    margin-top: 0.5em !important;
                                }
                                
                                .media-body .media-heading {
                                    margin-bottom: 0 !important;
                                    padding-bottom: 0 !important;
                                    margin-top: 0 !important;
                                }
                                
                                .issue-summary.media .media-body .media-heading .series.lead a.title {
                                    margin-bottom: 0 !important;
                                    padding-bottom: 0 !important;
                                    color: #001463 !important;
                                    font-size: 1.3em !important;
                                    font-weight: bold;
                                    text-decoration: none;
                                    line-height: 22px;
                                }
                                
                                .issue-summary.media .media-body .media-heading .series.lead a.title:hover {
                                    color: #cf26b3 !important;
                                }
                                /* Reset margins on headings for tighter default spacing*/
                                
                                .media-heading {
                                    margin-top: 0 !important;
                                    margin-bottom: 0 !important;
                                }
                                
                                section.issues-archive .issues-archive-content.publicacao p {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.issues-archive .issues-archive-content.publicacao {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: normal;
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.issues-archive {
                                        color: #001463;
                                        padding-top: 2em;
                                        padding-bottom: 0em;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 3em;
                                    }
                                    section.issues-archive .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                    }
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0em;
                                        margin-top: -100px;
                                        margin-left: -40em !important;
                                    }
                                    section.issues-archive .plica-issues-archive-right {
                                        padding-top: 2em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.issues-archive {
                                        color: #001463;
                                        padding-top: 2em;
                                        padding-bottom: 0em;
                                    }
                                    section.issues-archive .issues-archive-content.heading {
                                        background-color: #350459;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 3em;
                                    }
                                    section.issues-archive .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                    }
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0em;
                                        margin-top: -100px !important;
                                        margin-left: -40em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 62.4875em) {
                                    section.issues-archive {
                                        color: #001463;
                                        padding-top: 1em;
                                        padding-bottom: 0em;
                                    }
                                    section.issues-archive .issues-archive-content.heading {
                                        background-color: #350459;
                                    }
                                    section.issues-archive .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                    }
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0;
                                        margin-top: -100px;
                                        margin-left: -40em;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 3em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 62.4875em) and (max-width: 63.99875em) {
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0;
                                        margin-top: -100px;
                                        margin-left: -40em;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 6em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) and (max-width: 74.93625em) {
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0;
                                        margin-top: -100px;
                                        margin-left: -40em;
                                        display: none;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 6em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 74.93625em) and (max-width: 87.49875em) {
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0;
                                        margin-top: -100px;
                                        margin-left: -50em;
                                        display: none;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 6em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 87.49875em) {
                                    section.issues-archive .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0;
                                        margin-top: -100px;
                                        margin-left: -59em;
                                    }
                                    section.issues-archive .issues-archive-content {
                                        padding-bottom: 6em;
                                    }
                                }
                                /* ==========================================================================
  /* =====  issue  Section  ===== */
                                /*========================================================================== */
                                
                                section.issue {
                                    color: #001463;
                                    padding-top: 2em;
                                    padding-bottom: 3em;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .issue {}
                                
                                section.issue .plica img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 0em;
                                    width: 600px;
                                    margin-bottom: 0em;
                                }
                                
                                section.issue .heading h1 {
                                    -webkit-text-stroke: 1.11px #cf26b3 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 1em !important;
                                    line-height: 46px;
                                }
                                
                                section.issue .heading h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    line-height: 46px;
                                }
                                
                                section.issue .heading h3 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.issue .issue-content h4 {
                                    color: #001463 !important;
                                    margin-top: 1em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                    font-size: 1.375em;
                                }
                                
                                section.issue .issue-content {
                                    line-height: 22px;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    columns: #001463;
                                }
                                
                                section.issue .issue-content p {
                                    line-height: 22px !important;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.issue .issue-content p a {
                                    color: #fffff5;
                                    font-weight: bold;
                                }
                                
                                section.issue .issue-content p.intro {
                                    font-weight: bold;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.issue {
                                        color: #001463;
                                        padding-top: 2em;
                                        padding-bottom: 0em;
                                    }
                                    section.issue .issue-content {
                                        padding-bottom: 3em;
                                    }
                                    section.issue .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: -1em;
                                    }
                                    section.issue .plica-issue-right {
                                        padding-top: 2em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.issue {
                                        color: #001463;
                                        padding-top: 2em;
                                        padding-bottom: 0em;
                                    }
                                    section.issue .issue-content {
                                        padding-bottom: 3em;
                                    }
                                    section.issue .plica img {
                                        margin-left: -1em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                    }
                                    section.issue .plica-issue-right {
                                        padding-top: 2em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.issue {
                                        color: #001463;
                                        padding-top: 2em;
                                        padding-bottom: 0em;
                                    }
                                    section.issue .issue-content.heading {
                                        background-color: #350459;
                                    }
                                    section.issue .issue-content {
                                        padding-bottom: 3em;
                                    }
                                    section.issue .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                    }
                                    section.issue .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0em;
                                        margin-top: -100px !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.issue {
                                        color: #001463;
                                        padding-top: 1em;
                                        padding-bottom: 0em;
                                    }
                                    section.issue .issue-content.heading {
                                        background-color: #350459;
                                    }
                                    section.issue .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                    }
                                    section.issue .plica-2 img {
                                        line-height: 22px;
                                        padding-top: 0;
                                        margin-top: -100px;
                                        margin-left: -100em !important;
                                    }
                                    section.issue .issue-content {
                                        padding-bottom: 3em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.issue {
                                        color: #001463;
                                        padding-top: 2em;
                                        padding-bottom: 0em;
                                    }
                                    section.issue .plica img {
                                        line-height: 22px;
                                        padding-top: 0;
                                    }
                                    section.issue .issue-content {
                                        margin-top: 0em;
                                        padding-bottom: 6em;
                                    }
                                }
                                /* ==========================================================================
  /* =====  contact  Section  ===== */
                                /*========================================================================== */
                                
                                section.contact {
                                    color: #001463;
                                    padding-top: 2em !important;
                                    padding-bottom: 3em !important;
                                }
                                
                                .pkp_page_index .contact {}
                                
                                section.contact .plica img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 0em;
                                }
                                
                                section.contact .plica-contact-right {
                                    /* padding-top: 15em;*/
                                }
                                
                                section.contact .plica-contact-right img {
                                    margin-top: -8.1em !important;
                                    width: 100%;
                                }
                                
                                section.contact .heading h1 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.contact .heading h2 {
                                    -webkit-text-stroke: 1px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    font-size: 1.25rem !important;
                                }
                                
                                section.contact .contact-content .contact.primary h2 {
                                    -webkit-text-stroke: 1px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                }
                                
                                section.contact .contact-content .contact.support h2 {
                                    -webkit-text-stroke: 1px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                }
                                
                                section.contact .contact-content .email_header h2 {
                                    -webkit-text-stroke: 1px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    margin-top: 0;
                                }
                                
                                section.contact .contact-content {
                                    line-height: 22px;
                                    columns: #001463;
                                }
                                
                                section.contact .contact-content hr {
                                    display: none;
                                }
                                
                                section.contact .contact-content p {
                                    line-height: 22px !important;
                                    padding-bottom: 0em;
                                    margin-bottom: 0;
                                }
                                
                                section.contact .contact-content p a {
                                    color: #fffff5;
                                    font-weight: bold;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.contact {
                                        padding-top: 1em !important;
                                        padding-bottom: 2em !important;
                                    }
                                    section.contact .heading h1 {
                                        margin-top: 0 !important;
                                        padding-bottom: 0 !important;
                                    }
                                    section.contact .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        margin-top: -1em !important;
                                    }
                                    section.contact .contact-content {}
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.contact {
                                        padding-top: 1em !important;
                                        padding-bottom: 2em !important;
                                    }
                                    section.contact .plica-contact-right {
                                        padding-top: 2em;
                                    }
                                    section.contact .heading h1 {
                                        margin-top: 0 !important;
                                        padding-bottom: 0 !important;
                                    }
                                    section.contact .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        margin-top: 0 !important;
                                        margin-bottom: 0 !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.contact {
                                        padding-top: 1em !important;
                                        padding-bottom: 2em !important;
                                    }
                                    section.contact .plica-contact-right {
                                        padding-top: 2em;
                                    }
                                    section.contact .heading h1 {
                                        padding-top: 0px !important;
                                        padding-bottom: 0 !important;
                                    }
                                    section.contact .heading h2 {
                                        padding-top: 0 !important;
                                        padding-bottom: 0 !important;
                                    }
                                    section.contact .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        margin-top: 1em !important;
                                        margin-bottom: -3em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.contact .heading h1 {
                                        margin-top: 0 !important;
                                        padding-bottom: 0 !important;
                                    }
                                    section.contact .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        margin-top: -2em !important;
                                        margin-bottom: -3em !important;
                                    }
                                    section.contact .plica-contact-right img {
                                        width: 18em;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.contact .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                        text-align: center;
                                    }
                                    section.contact .plica-contact-right img {
                                        margin-top: 0em;
                                        width: 18em;
                                    }
                                }
                                /* ==========================================================================
  /* =====  arquivo-pagination pagination Section  ===== */
                                /*========================================================================== */
                                
                                section.arquivo-pagination {
                                    padding-top: 5em !important;
                                    padding-bottom: 5em !important;
                                    margin-top: 0em !important;
                                    margin-bottom: 0em !important;
                                }
                                
                                section.arquivo-pagination p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                }
                                
                                section.arquivo-pagination .heading h2 {
                                    -webkit-text-stroke: 1.11px #fff !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.arquivo-pagination img {
                                    /*padding-top: -5px !important;*/
                                    margin-top: -114px !important;
                                }
                                
                                section.arquivo-pagination .arquivo-pagination-eduser img.arquivo-pagination-eduser {
                                    margin-top: 30px !important;
                                }
                                
                                section.arquivo-pagination .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.arquivo-pagination .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.arquivo-pagination .heading-2 h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.arquivo-pagination .arquivo-pagination-content {
                                    color: #ffffff;
                                }
                                
                                section.arquivo-pagination .arquivo-pagination-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.arquivo-pagination .arquivo-pagination-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.arquivo-pagination .arquivo-pagination-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.arquivo-pagination .read-more {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.arquivo-pagination .arquivo-pagination-content h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.arquivo-pagination .arquivo-pagination-content h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 40em) and (max-width: 63.99875em) {
                                    section.arquivo-pagination .arquivo-pagination-content.heading {
                                        background-color: #350459;
                                    }
                                }
                                
                                section.arquivo-pagination .bottom-cell {
                                    background: #f0f4f7;
                                }
                                
                                section.arquivo-pagination .bottom-cell h1 {
                                    color: #000;
                                    padding: 40px 0 10px 0;
                                }
                                
                                section.arquivo-pagination .bottom-cell i {
                                    font-size: 2rem;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.arquivo-pagination .bottom-cell h1 {
                                        font-size: 1.5rem;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.arquivo-pagination .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                }
                                
                                section.arquivo-pagination #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                /* ==========================================================================
// Pager pagination
*/
                                
                                .paginacao {
                                    padding: 10px;
                                    text-align: center !important;
                                }
                                
                                .pager li>a {
                                    /*border-color: #841054;*/
                                    background-color: #001463;
                                    color: #cf26b3;
                                    /*  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 1);*/
                                    box-shadow: 5px 5px 5px 5px #fff 0.8;
                                    border: 1px solid;
                                    padding: 10px;
                                    border-radius: 20px;
                                    padding-right: 15px;
                                    padding-left: 15px;
                                    margin-left: 15px;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                
                                .pager li>a:hover,
                                .pager li>a:focus {
                                    /*  color: #001463;*/
                                    color: #cf26b3 !important;
                                    background-color: #001463 !important;
                                    box-shadow: 5px 5px 5px 5px #fff 0.8;
                                    border: 1px solid;
                                    padding: 10px;
                                    border-radius: 20px;
                                    padding-right: 15px;
                                    padding-left: 15px;
                                    margin-left: 15px;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                    text-decoration: underline !important;
                                }
                                /* ==========================================================================
  /* =====  Atual Page   ===== */
                                /*========================================================================== */
                                /* ==========================================================================
  /* =====  Issue Toc-2   ===== */
                                /*========================================================================== */
                                
                                .issue-toc-2 {}
                                
                                .issue-toc-2 .heading {}
                                
                                .issue-toc-2 .heading .issue-details {
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 22px;
                                }
                                
                                .issue-toc-2 .heading .issue-details .volume {
                                    line-height: 22px;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    margin-top: 0 !important;
                                }
                                
                                .issue-toc-2 .heading .issue-details h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 0em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                .issue-toc-2 .sections .section.articles .heading h3 {
                                    -webkit-text-stroke: 1.11px #707070 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                .issue-toc-2 .sections .section.articles .media-heading {
                                    line-height: 22px;
                                }
                                
                                .issue-toc-2 .heading .issue-details p.published {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                .issue-toc-2 .heading .issue-details p.published strong {
                                    color: #001463 !important;
                                    font-size: 0.875em !important;
                                }
                                
                                .issue-toc-2 .heading .issue-details .description p {
                                    color: #001463;
                                    font-size: 1em !important;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    .issue-toc-2 {
                                        margin-top: -2em !important;
                                        padding-bottom: 3em;
                                        margin-left: 0em !important;
                                    }
                                    .issue-toc-2 .heading {
                                        margin-top: 0em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                    }
                                    .issue-toc-2 .sections .section {
                                        margin-top: -2em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                    }
                                    .issue-toc-2 .sections .section.articles {}
                                    .issue-toc-2 .sections .section.articles .heading h3 {
                                        margin-top: 3em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 46px;
                                    }
                                    .issue-toc-2 .sections .section.articles .articles-list {
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    .issue-toc-2 {
                                        margin-top: -2em !important;
                                        padding-bottom: 3em;
                                        margin-left: -1em !important;
                                    }
                                    .issue-toc-2 .sections .section.articles .heading h3 {
                                        margin-top: 3em !important;
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                        line-height: 46px;
                                    }
                                    .issue-toc-2 .sections .section.articles .articles-list {
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                    }
                                    .issue-toc-2 .sections .section {
                                        margin-top: -2em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    .issue-toc-2 {
                                        margin-top: -2em !important;
                                        padding-bottom: 3em;
                                        margin-left: -1em !important;
                                    }
                                    .issue-toc-2 .sections .section.articles .heading h3 {
                                        margin-top: 3em !important;
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                        line-height: 46px;
                                    }
                                    .issue-toc-2 .sections .section.articles .articles-list {
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                    }
                                    .issue-toc-2 .sections .section {
                                        margin-top: -2em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    .issue-toc-2 {
                                        margin-top: -2em !important;
                                        padding-bottom: 3em;
                                        margin-left: -1em !important;
                                    }
                                    .issue-toc-2 .sections .section.articles .heading h3 {
                                        margin-top: 3em !important;
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                        line-height: 46px;
                                    }
                                    .issue-toc-2 .sections .section.articles .articles-list {
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                    }
                                    .issue-toc-2 .sections .section {
                                        margin-top: -2em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    .issue-toc-2 {
                                        margin-top: -2em !important;
                                        padding-bottom: 3em;
                                        margin-left: -1em !important;
                                    }
                                    .issue-toc-2 .sections .section.articles .heading h3 {
                                        margin-top: 3em !important;
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                        line-height: 46px;
                                    }
                                    .issue-toc-2 .sections .section.articles .articles-list {
                                        padding-left: 0em !important;
                                        margin-left: 1em !important;
                                    }
                                }
                                /* =====  submissions Section - CALL  ===== */
                                /*========================================================================== */
                                
                                section.submissions.call {
                                    padding-top: 2em !important;
                                    padding-bottom: 0 !important;
                                    padding-right: 30px;
                                }
                                
                                section.submissions.call p {
                                    color: #00A1ED;
                                    line-height: 22px;
                                }
                                
                                section.submissions.call .heading h1 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.submissions.call .heading h1.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.submissions.call .heading h1 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.submissions.call .heading h2 {
                                    -webkit-text-stroke: 1.11px #cf26b3;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.submissions.call .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    font-style: italic;
                                }
                                
                                section.submissions.call .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.submissions .submissions-content {
                                    color: #ffffff;
                                }
                                
                                section.submissions .submissions-content p {
                                    padding-bottom: 3em;
                                    margin-left: 1em;
                                }
                                
                                section.submissions .submissions-content .acesso p {
                                    /* color: #ffffff;*/
                                    padding-bottom: 1em;
                                }
                                
                                section.submissions .submissions-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.submissions .submissions-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.submissions .submissions-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.submissions .acesso .read-more.call {
                                    /*border-color: #841054;*/
                                    text-align: left;
                                    margin-left: 0;
                                }
                                
                                section.submissions.call .condicoes .read-more.call {
                                    text-align: left;
                                    margin-left: 0;
                                    margin-top: 2em;
                                }
                                
                                section.submissions.call .registo .read-more.call a.btn-link {}
                                
                                section.submissions.call .registo .read-more.call a.btn-link.reg {
                                    border-color: #cf26b3;
                                    background-color: #cf26b3;
                                    color: #fff;
                                    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
                                    border: 1px;
                                }
                                
                                section.submissions.call .condicoes .read-more.call a.btn-link.reg {
                                    border-color: #cf26b3;
                                    background-color: #fff;
                                    color: #cf26b3;
                                    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
                                    border: 1px;
                                    padding-left: 10px;
                                    padding-right: 10px;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.submissions.call {
                                        padding-top: 2em !important;
                                        padding-bottom: 2em !important;
                                        padding-right: 0;
                                    }
                                    section.submissions .heading h2 {
                                        margin-top: 0 !important;
                                        padding-left: 0 !important;
                                        margin-left: 0 !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0 !important;
                                        margin-left: 0 !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .submissions-content {
                                        margin-top: 0 !important;
                                        padding-left: 0 !important;
                                        margin-left: 0 !important;
                                        line-height: 22px;
                                    }
                                    section.submissions .submissions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.submissions.call {
                                        padding-top: 2em !important;
                                        padding-bottom: 2em!important;
                                        padding-right: 0;
                                    }
                                    section.submissions .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .submissions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions .submissions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.submissions.call {
                                        padding-top: 2em !important;
                                        padding-bottom: 2em !important;
                                        padding-right: 0;
                                    }
                                    section.submissions .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .submissions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions .submissions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.submissions.call .submissions-content {
                                        margin-top: 0 !important;
                                        margin-bottom: -1.2em !important;
                                        margin-left: -2em !important;
                                    }
                                    section.submissions.call .submissions-content p {
                                        padding-bottom: 3em;
                                        margin-left: 1em;
                                    }
                                    section.submissions.call .submissions-content .acesso p {
                                        /* color: #ffffff;*/
                                        padding-bottom: 1em;
                                    }
                                    section.submissions.call .heading h2 {
                                        margin-left: -1em !important;
                                        margin-top: 0em !important;
                                    }
                                    section.submissions.call .heading h2.title-2 {
                                        margin-left: 0em !important;
                                        margin-top: -1em !important;
                                    }
                                    section.submissions.call .heading h2 strong.title-3 {
                                        -webkit-text-stroke: 0px #000 !important;
                                        /* stroke width and color */
                                        color: #fff;
                                        -webkit-font-smoothing: antialiased;
                                        /* font-weight: bold;*/
                                        display: inline-block;
                                        font-weight: bold;
                                        font-style: normal !important;
                                    }
                                    section.submissions .heading h1 {
                                        margin-left: 0 !important;
                                        margin-top: -1em !important;
                                    }
                                    section.submissions.call .plica img {
                                        margin-left: 0em;
                                        margin-top: -2em;
                                        margin-bottom: 1em;
                                    }
                                    section.submissions.call .head-up img {
                                        margin-bottom: -6em !important;
                                        margin-left: 0.4em !important;
                                    }
                                    section.submissions .plica-submissions-right img {
                                        width: 80%;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.submissions.call {
                                        margin-bottom: 0em;
                                    }
                                    section.submissions.call .heading {
                                        margin-top: 0em !important;
                                    }
                                    section.submissions.call .heading h2 {
                                        margin-top: 1em !important;
                                    }
                                    section.submissions.call .plica img {
                                        margin-top: -2em !important;
                                        margin-left: 0em;
                                        margin-bottom: 1em;
                                    }
                                    section.submissions.call .submissions-content {
                                        margin-top: 0em !important;
                                        margin-bottom: -0.9em !important;
                                        margin-left: 1em !important;
                                    }
                                    section.submissions.call .submissions-content p {
                                        margin-top: 0em !important;
                                        margin-bottom: -0.9em !important;
                                        margin-left: 0 !important;
                                    }
                                    section.submissions.call .plica-submissions-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                    section.submissions.call .head-up img {
                                        margin-left: 1em !important;
                                    }
                                }
                                /* ==========================================================================
  /* =====  submissions Section - CALL GERAL  ===== */
                                /*========================================================================== */
                                
                                section.submissions.call-geral {
                                    padding-top: 0 !important;
                                    padding-bottom: 0 !important;
                                }
                                
                                section.submissions.call-geral .plica img {
                                    margin-left: -1em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                }
                                
                                section.submissions.call-geral p {
                                    color: #001463;
                                    line-height: 22px;
                                }
                                
                                section.submissions.call-geral .heading h2 {
                                    -webkit-text-stroke: 1.11px #001463;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased;
                                    font-weight: bold;
                                    display: inline-block;
                                }
                                
                                section.submissions.call-geral .heading h2.title-2 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: normal;
                                    /* font-style: italic;*/
                                }
                                
                                section.submissions.call-geral .heading h2 strong.title-3 {
                                    -webkit-text-stroke: 0px #000 !important;
                                    /* stroke width and color */
                                    color: #fff;
                                    -webkit-font-smoothing: antialiased;
                                    /* font-weight: bold;*/
                                    display: inline-block;
                                    font-weight: bold;
                                    font-style: normal !important;
                                }
                                
                                section.submissions .submissions-content {
                                    color: #ffffff;
                                }
                                
                                section.submissions .submissions-content h1 {
                                    font-size: 2.55rem;
                                    font-weight: 700;
                                    color: #fff;
                                }
                                
                                section.submissions .submissions-content h2 {
                                    font-size: 1.25rem;
                                }
                                
                                section.submissions .submissions-content h3 {
                                    font-size: 1.2rem;
                                    font-weight: 600;
                                }
                                
                                section.submissions.call-geral .registo .read-more.call {
                                    text-align: left;
                                    margin-left: 0;
                                }
                                
                                section.submissions.call-geral .condicoes .read-more.call {
                                    text-align: left;
                                    margin-left: 0;
                                    margin-top: 2em;
                                }
                                
                                section.submissions.call-geral .registo .read-more.call a.btn-link {}
                                
                                section.submissions.call-geral .registo .read-more.call a.btn-link.reg {
                                    border-color: #cf26b3;
                                    background-color: #cf26b3;
                                    color: #fff;
                                    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
                                    border: 1px;
                                }
                                
                                section.submissions.call-geral .condicoes .read-more.call a.btn-link.reg {
                                    border-color: #cf26b3;
                                    background-color: #fff;
                                    color: #cf26b3;
                                    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
                                    border: 1px;
                                    padding-left: 10px;
                                    padding-right: 10px;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.submissions.call-geral {
                                        padding-top: 0px !important;
                                        padding-bottom: 50px !important;
                                    }
                                    section.submissions.call-geral .heading h2 {
                                        margin-top: 25px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .submissions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions .submissions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.submissions.call-geral {
                                        padding-top: 0px !important;
                                        padding-bottom: 50px !important;
                                        padding-right: 0px;
                                    }
                                    section.submissions .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions .submissions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions .submissions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions .plica img {
                                        margin-left: 0 !important;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.submissions.call-geral {
                                        padding-top: 0 !important;
                                        padding-bottom: 50px !important;
                                        padding-right: 0;
                                    }
                                    section.submissions.call-geral .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions.call-geral .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions.call-geral .submissions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions .submissions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions.call-geral .plica img {
                                        margin-left: -10px !important;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.submissions.call-geral {
                                        margin-top: 2em !important;
                                        padding-bottom: 2em !important;
                                        padding-right: 0;
                                    }
                                    section.submissions.call-geral .submissions-content {
                                        margin-top: 1em !important;
                                        margin-bottom: 2em !important;
                                        margin-left: -2em !important;
                                    }
                                    section.submissions.call-geral .heading h2 {
                                        margin-left: -1em !important;
                                        margin-top: 1.5em !important;
                                    }
                                    section.submissions.call-geral .heading h2.title-2 {
                                        margin-left: 0em !important;
                                    }
                                    section.submissions.call-geral .heading h2 strong.title-3 {
                                        -webkit-text-stroke: 0px #000 !important;
                                        /* stroke width and color */
                                        color: #fff;
                                        -webkit-font-smoothing: antialiased;
                                        /* font-weight: bold;*/
                                        display: inline-block;
                                        font-weight: bold;
                                        font-style: normal !important;
                                    }
                                    section.submissions.call-geral .heading h1 {
                                        margin-top: 1em !important;
                                        margin-left: -2em !important;
                                    }
                                    section.submissions.call-geral .plica img {
                                        margin-left: -1em;
                                        margin-top: 0em;
                                        margin-bottom: 1em;
                                    }
                                    section.submissions.call-geral .plica-submissions-right img {
                                        width: 80%;
                                        margin-top: -50px !important;
                                    }
                                    section.submissions.call-geral .registo .read-more.call {
                                        /*border-color: #841054;*/
                                        text-align: left !important;
                                        margin-left: 0 !important;
                                    }
                                    section.submissions.call-geral .condicoes .read-more.call .btn-link.inverse {
                                        text-align: left !important;
                                        margin-left: -2em !important;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.submissions.call-geral .heading h2 {
                                        margin-top: 2em !important;
                                    }
                                    section.submissions.call-geral .plica img {
                                        margin-left: -1em;
                                        margin-top: 0 !important;
                                        margin-bottom: 1em;
                                    }
                                    section.submissions.call-geral .submissions-content {
                                        margin-top: 0 !important;
                                        margin-bottom: 2em !important;
                                        margin-left: 0 !important;
                                    }
                                    section.submissions.call-geral .submissions-content p {
                                        margin-top: 0 !important;
                                    }
                                    section.submissions.call-geral .plica-submissions-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                    section.submissions.call-geral .head-down img {}
                                }
                                /* ==========================================================================
  /* =====  submissions-conditions  Section  ===== */
                                /*========================================================================== */
                                
                                section.submissions-conditions {
                                    color: #001463;
                                    padding-top: 3em !important;
                                    padding-bottom: 3em!important;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                .pkp_page_index .submissions-conditions {}
                                
                                section.submissions-conditions .plica img {
                                    margin-left: 0em;
                                    padding-top: 0em !important;
                                    padding-bottom: 0em;
                                    margin-top: 0 !important;
                                }
                                
                                section.submissions-conditions .plica-right-1 img {
                                    margin-left: 0em;
                                    padding-top: 0em !important;
                                    padding-bottom: 0em;
                                    margin-top: -4em !important;
                                }
                                
                                section.submissions-conditions .plica-right-2 img {
                                    margin-left: 0em;
                                    padding-top: 2em !important;
                                    padding-bottom: 0em;
                                    margin-top: -8em !important;
                                }
                                
                                section.submissions-conditions a {
                                    color: #cf26b3 !important;
                                }
                                
                                section.submissions-conditions .circles img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 5em;
                                    width: 600px;
                                }
                                
                                section.submissions-conditions .heading h2 {
                                    -webkit-text-stroke: 1.11px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.submissions-conditions .heading h3 {
                                    -webkit-text-stroke: 1.11px #001463 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                    line-height: 46px;
                                }
                                
                                section.submissions-conditions .submissions-conditions-content {
                                    color: #001463;
                                    font-style: normal !important;
                                    width: 100%;
                                }
                                
                                section.submissions-conditions .submissions-conditions-content p {
                                    color: #001463;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    margin-left: 1em;
                                    line-height: 22px;
                                    padding-top: 0.5em;
                                    padding-bottom: 0.5em;
                                    font-style: normal !important;
                                }
                                
                                section.submissions-conditions .submissions-conditions-content ul.list-group {
                                    color: #001463;
                                    font-style: normal !important;
                                    font-weight: normal;
                                    line-height: 22px;
                                    list-style-type: none;
                                    list-style-type: none;
                                    margin-left: 0;
                                    padding-left: 0;
                                    display: inline !important;
                                    background-color: transparent !important;
                                    width: 100%;
                                }
                                
                                section.submissions-conditions .submissions-conditions-content ul.list-group li.list-group-item {
                                    border: none;
                                    background-color: transparent !important;
                                    margin-bottom: 4px !important;
                                    /* importante*/
                                    display: inline-flex !important;
                                    width: 100%;
                                }
                                
                                section.submissions-conditions .submissions-conditions-content ul.list-group li.list-group-item p {
                                    border: 1px solid #cf26b3 !important;
                                    padding: 5px !important;
                                    margin-bottom: 8px !important;
                                    background-color: transparent !important;
                                    border-radius: 0;
                                    width: 100%;
                                }
                                
                                section.submissions-conditions .submissions-conditions-content ul.list-group li.list-group-item::after {
                                    content: url('/templates/images/structure/plica-item.svg');
                                    display: inline-flex !important;
                                }
                                
                                @media print,
                                screen and (max-width: 30em) {
                                    section.submissions-conditions {
                                        padding-top: 2em !important;
                                        padding-bottom: 2em!important;
                                    }
                                    section.submissions-conditions .plica-instrucoes img {
                                        margin-left: 0;
                                        margin-top: 2em;
                                        margin-bottom: -1em !important;
                                    }
                                    section.submissions-conditions .plica-declaracoes img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: -1em !important;
                                    }
                                    section.submissions-conditions .heading h2 {
                                        margin-top: 0 !important;
                                        padding-left: 0 !important;
                                        margin-left: 0 !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions-conditions .heading h1 {
                                        margin-top: 0 !important;
                                        padding-left: 0 !important;
                                        margin-left: 0 !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions-conditions .submissions-conditions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions-conditions .submissions-conditions-content p {
                                        padding-top: 10px;
                                    }
                                    section.submissions-conditions .plica img {
                                        margin-left: 0;
                                        margin-top: 0;
                                        margin-bottom: -1em !important;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 30em) and (max-width: 39.99875em) {
                                    section.submissions-conditions .plica img {
                                        margin-left: 0;
                                        margin-top: 2em !important;
                                        margin-bottom: -1em;
                                    }
                                    section.submissions-conditions .plica-instrucoes img {
                                        margin-left: 0;
                                        margin-top: 2em !important;
                                        margin-bottom: -1em;
                                    }
                                    section.submissions-conditions .plica-declaracoes img {
                                        margin-left: 0;
                                        margin-top: 2em;
                                        margin-bottom: -1em !important;
                                    }
                                    section.submissions-conditions {
                                        padding-top: 0px !important;
                                        padding-bottom: 2em !important;
                                        padding-right: 0px;
                                    }
                                    section.submissions-conditions .heading h2 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions-conditions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions-conditions .submissions-conditions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions-conditions .submissions-conditions-content p {
                                        padding-top: 10px;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 39.99875em) and (max-width: 48em) {
                                    section.submissions-conditions .plica img {
                                        margin-left: 0;
                                        margin-top: 0em !important;
                                        margin-bottom: 0;
                                    }
                                    section.submissions-conditions .plica-instrucoes img {
                                        margin-left: 0;
                                        margin-top: 1em !important;
                                        margin-bottom: 0;
                                    }
                                    section.submissions-conditions .plica-declaracoes img {
                                        margin-left: 0;
                                        margin-top: 0 !important;
                                        margin-bottom: 0;
                                    }
                                    section.submissions-conditions .heading h2 {
                                        margin-top: -2em !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions-conditions .heading h1 {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        padding-top: 0 !important;
                                    }
                                    section.submissions-conditions .submissions-conditions-content {
                                        margin-top: 0px !important;
                                        padding-left: 0em !important;
                                        margin-left: 0em !important;
                                        line-height: 22px;
                                    }
                                    section.submissions-conditions .submissions-conditions-content p {
                                        padding-top: 10px;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 48em) and (max-width: 63.99875em) {
                                    section.submissions-conditions .plica img {
                                        margin-left: 0;
                                        margin-top: 0em !important;
                                        margin-bottom: 0;
                                    }
                                    section.submissions-conditions {
                                        margin-top: 0px !important;
                                        margin-bottom: 0em !important;
                                    }
                                    section.submissions-conditions .submissions-conditions-content {
                                        margin-top: 0 !important;
                                        margin-bottom: 2em !important;
                                    }
                                    section.submissions-conditions .heading h2 {
                                        margin-top: -1em !important;
                                    }
                                    section.submissions-conditions .heading h1 {
                                        margin-top: 1em !important;
                                        margin-left: -2em !important;
                                    }
                                    section.submissions-conditions .plica-instrucoes img {
                                        margin-left: 0 !important;
                                        margin-top: 0em;
                                        margin-bottom: 0;
                                    }
                                    section.submissions-conditions .plica-declaracoes img {
                                        margin-left: 0 !important;
                                        margin-top: -1em !important;
                                        margin-bottom: 0;
                                    }
                                    section.submissions-conditions .plica-submissions-conditions-right img {
                                        width: 80%;
                                        margin-top: 0em;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 63.99875em) {
                                    section.submissions-conditions .heading h2 {
                                        margin-top: 2em !important;
                                    }
                                    section.submissions-conditions .plica img {
                                        margin-left: 0em;
                                        margin-top: 0 !important;
                                        margin-bottom: 1em;
                                    }
                                    section.submissions-conditions .submissions-conditions-content {
                                        margin-top: 0 !important;
                                        margin-bottom: 2em !important;
                                        margin-left: 0 !important;
                                    }
                                    section.submissions-conditions .plica-submissions-conditions-right img {
                                        width: 23rem !important;
                                        margin-top: 0em;
                                    }
                                }
                                /*Language*/
                                
                                .pkp_block {
                                    background-color: transparent !important;
                                    border: none !important;
                                }
                                
                                .pkp_block.block_language .content {
                                    background-color: transparent !important;
                                    border: none !important;
                                }
                                
                                .pkp_block.block_language .content ul li {
                                    background-color: transparent !important;
                                    border: none;
                                    display: inline;
                                }
                                
                                .pkp_block.block_language .content ul {
                                    background-color: transparent !important;
                                    border: none !important;
                                }
                                /* ==========================================================================
  /* =====  acesso Section  ===== */
                                /*========================================================================== */
                                
                                section.login {
                                    color: #001463;
                                    padding-top: 5em !important;
                                    padding-bottom: 5em !important;
                                    margin-top: 0em !important;
                                    margin-bottom: 0em !important;
                                }
                                
                                .identity {
                                    width: 100%;
                                }
                                
                                section.register {
                                    color: #001463;
                                    padding-top: 5em !important;
                                    padding-bottom: 5em !important;
                                    margin-top: 0em !important;
                                    margin-bottom: 0em !important;
                                }
                                
                                section.register .heading h2 {
                                    -webkit-text-stroke: 1.11px #000 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                }
                                
                                section.register .identity {
                                    width: 100%;
                                }
                                
                                section.register .identity .fields label {
                                    width: 100%;
                                }
                                
                                section.register .login .fields label {
                                    width: 100%;
                                }
                                /* Wrap homepage journal description and additional content in margins*/
                                
                                section.login .plica img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 0em;
                                    width: 600px;
                                }
                                
                                section.login .circles img {
                                    margin-left: 0em;
                                    line-height: 22px;
                                    padding-top: 0em;
                                    padding-bottom: 0em;
                                    margin-top: 5em;
                                    width: 600px;
                                }
                                
                                section.login .heading h2 {
                                    -webkit-text-stroke: 1.11px #000 !important;
                                    /* stroke width and color */
                                    color: transparent;
                                    -webkit-font-smoothing: antialiased !important;
                                    font-weight: bold !important;
                                    margin-top: 3em !important;
                                    padding-left: 0em !important;
                                    margin-left: 0em !important;
                                }
                                
                                section.login p {
                                    margin-left: 1em;
                                    line-height: 22px;
                                    padding-top: 2em;
                                    padding-bottom: 1em;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.login .login h1 {
                                        font-size: 1.75rem;
                                        font-weight: 700;
                                    }
                                    section.login .login h2 {
                                        font-size: 0.75rem;
                                    }
                                }
                                
                                @media print,
                                screen and (min-width: 40em) and (max-width: 63.99875em) {}
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    section.login .bottom-cell h1 {
                                        font-size: 1.5rem;
                                    }
                                }
                                
                                @media print,
                                screen and (max-width: 39.99875em) {
                                    section.login .bottom-cell h1 {
                                        font-size: 1rem;
                                    }
                                    section.login .plica img {
                                        margin-left: 0em;
                                        line-height: 22px;
                                        padding-top: 0em;
                                        padding-bottom: 0em;
                                        margin-top: 0em;
                                        width: 25%;
                                    }
                                }
                                
                                section.login #typed {
                                    text-decoration: underline;
                                    font-weight: 700;
                                }
                                
                                .issn {
                                    margin-left: 1em;
                                    line-height: 22px;
                                    padding-top: 0px;
                                    padding-bottom: 0px;
                                }
                                
                                .indexacao {
                                    margin-left: 1em;
                                    line-height: 22px;
                                }
                                
                                .indexacao p {
                                    padding-top: 0px;
                                    padding-bottom: 0px;
                                }
                                
                                .issn p {
                                    line-height: 17px;
                                    padding-top: 0px;
                                    padding-bottom: 0px;
                                }
                                
                                .read-more {
                                    /*border-color: #841054;*/
                                    margin-top: 15px;
                                }
                                
                                .read-more.call {
                                    /*border-color: #841054;*/
                                    text-align: right;
                                    margin-top: 15px;
                                }
                                
                                .btn-link:hover {
                                    background-color: #cf26b3;
                                    color: #fff;
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                
                                .btn-link {
                                    border-color: #cf26b3;
                                    background-color: #cf26b3;
                                    color: #fff;
                                    box-shadow: 5px 5px 5px 5px #fff 0.9;
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                
                                .btn-link.inverse:hover {
                                    /*  color: #001463;*/
                                    color: #cf26b3;
                                    background-color: #001463;
                                    border-radius: 20px;
                                    padding-right: 15px;
                                    padding-left: 15px;
                                    margin-left: 15px;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px;
                                }
                                
                                .btn-link.inverse {
                                    /*border-color: #841054;*/
                                    background-color: #001463;
                                    color: #cf26b3;
                                    /*  box-shadow: 0 1px 0 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 1);*/
                                    box-shadow: 5px 5px 5px 5px #fff 0.8;
                                    border: 1px solid;
                                    padding: 10px;
                                    border-radius: 20px;
                                    padding-right: 15px;
                                    padding-left: 15px;
                                    margin-left: 15px;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 30px !important;
                                }
                                
                                .alert.alert-info {
                                    background-color: transparent !important;
                                    border: none;
                                    color: #001463;
                                }
                                
                                ul.no-style {
                                    color: #ffffff;
                                    list-style-type: none;
                                }
                                
                                ul.no-style li {
                                    float: left;
                                }
                                
                                ul.no-style li a {
                                    display: block !important;
                                    text-align: center;
                                    padding-top: 16px;
                                    padding-right: 10px;
                                    text-decoration: none;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    ul.no-style li a {
                                        padding-top: 10px;
                                    }
                                    ul.no-style li {
                                        float: right;
                                    }
                                }
                                
                                .form-control.border {
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 1px !important;
                                    border: 1;
                                    border-color: #cf26b3;
                                    background-color: #f6f6eb !important;
                                    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.6);
                                    border: 1px;
                                    height: 30px;
                                    font-size: 10px;
                                    line-height: 30px;
                                }
                                
                                .btn-search {
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 12px;
                                    margin-left: 12px;
                                    padding-top: 2px;
                                    padding-bottom: 5px;
                                    border-color: #cf26b3;
                                    background-color: #f6f6eb !important;
                                    border: 1px;
                                    height: 30px;
                                    font-size: 14px;
                                    line-height: 30px;
                                }
                                
                                .border {
                                    border-radius: 20px;
                                    padding-right: 20px;
                                    padding-left: 20px;
                                    margin-left: 1em;
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                    margin-top: 1px !important;
                                    border-color: #cf26b3;
                                    background-color: #f6f6eb !important;
                                    border: 1px;
                                    height: 30px;
                                    font-size: 14px;
                                    line-height: 30px;
                                }
                                
                                .navbar-form {
                                    padding: 0 0 0px 0px;
                                    margin-right: 0;
                                    margin-left: 0;
                                }
                                
                                @media print,
                                screen and (max-width: 63.99875em) {
                                    .navbar-form {
                                        padding: 0 0 0px 0px;
                                        margin-right: 0;
                                        margin-left: 0;
                                        border: 0;
                                    }
                                }

                                .galley_view {
                                   
                                    overflow-y: visible !important;}