﻿body {
    font-family: 'Poppins';
    background-color: #fff;
    color: #4a4a49;
}

.user-top {
    padding: 30px 0px;
}


    .user-top ul li a {
        color: #000;
        font-size: 16px;
    }

    .user-top ul li.current a:after {
        content: "|";
        font-size: 14px;
        margin: 0px 10px;
    }

.title-desc {
    font-size: 20px;
    color: #000;
    height: 100%;
    text-transform: uppercase;
    margin: 50px 0 0 120px;
}

    .title-desc span {
        margin-left: 120px;
    }

.content-breadcrumb {
    height: auto;
    min-height: 138px;
    background-color: #b51323;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

    .content-breadcrumb .breadcrumb {
        float: right;
        margin-bottom: 4px;
        font-size: 12px;
        background-color: rgba(255, 255, 255, 0.1);
        font-weight: 500;
        color: #fff;
    }

.page-title {
    float: left;
    color: #fff;
    font-size: 24px;
    margin-top: 4px;
    text-transform: uppercase;
}


.top-escudo {
    float: right;
    padding: 25px 0px;
}

.top-site-link {
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
}

    .top-site-link li a {
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        padding-right: 11px;
        padding-left: 10px;
        padding-top: 0 !important;
        position: inherit;
        display: inherit;
    }

        .top-site-link li a:hover {
            color: #b51323;
        }

    .top-site-link li {
        display: inline-block;
    }

#selloNorticDesktop {
    display: flex;
}
.left{
    width: 50%;
}
.right{
    width: 50%;
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}



@media (max-width: 767.98px) {
    .page-logo {
        padding: 0;
        height: auto;
        float: none;
        position: inherit;
        z-index: 1;
        background-color: #fff;
        box-shadow: none;
    }

        .page-logo img {
            width: 94px;
        }

    .title-desc {
        margin-left: 0px;
        font-size: 14px;
        color: #000;
        height: auto;
        margin-left: 0px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        margin-left: 30px;
        margin-bottom: 30px;
    }

        .title-desc span {
            margin-left: 0px;
            text-align: center;
        }

    .top-escudo {
        float: initial;
        padding: 0px;
        text-align: center;
    }

      .p-menu {
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
        opacity: 0;
    }  


        .p-menu ul li {
            border-bottom: 1px solid #e7e7e7;
        }

    .body-container {
        max-width: none;
    }
}



.p-menu {
    clear: both;
    transition: opacity 1s ease-out;
    
    /* background-color: #fff !important; */
    font-family: 'Poppins';
  
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

    .p-menu li a.active {
        
        background-color: #edf5fe;
       
      
      
    }

    .p-menu li {
        border-bottom: 1px solid #eee;
     
       
    }

        .p-menu li a {
            color: #6c757d;  
            /* text-transform: uppercase; */
        }

            .p-menu li a:hover {
                background-color: #edf5fe !important;
                
            }

.main-content {
    background-color: #fff;
   
}


footer {
    background-color: #003876;
    margin-top: 180px;
    color: white;
}

.content-footer {
    text-align: center;
    padding: 30px 0px 20px 80px;
}

footer .line-footer {
    font-size: .9em;
    padding: 40px 0 2em 0;
    border-bottom: 1px solid #d2d4d6;
    color: #93a5a6;
}

#info-copyright {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.content-footer h4 {
    /* color: #0c2a5e; */
    font-weight: 400;
}

#info-institucional {
    margin-top: 30px;
}

.content-breadcrumb .breadcrumb {
    color: #bbb;
}

.content-breadcrumb .breadcrumb {
    color: #bbb;
}

li.breadcrumb-item.active {
    color: #fff;
}


.menu-btn a {
    color: #fff; /*#b51323*/
    font-size: 26px;
}

@media (max-width: 767.98px) {
    .page-logo img {
        width: 80px;
    }

    .title-desc {
        font-size: 12px;
    }

    .content-footer h4 {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .page-logo img {
        width: 180px;
    }

    .title-desc {
        font-size: 11px;
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .menu-btn a {
        color: #fff; /*#b51323*/
        font-size: 24px;
    }


    .page-title {
        font-size: 16px;
    }

    .content-breadcrumb {
        min-height: 100px;
        padding-top: 30px;
    }
}

.showMenu {
    display: block !important;
    opacity: 1 !important;
}


.folder-card {
    padding: 10px;
    margin: 7px 2px;
    background-color: #fff;
    /* box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid #e0e0e0; */
    transition: all 0.5s ease;
    display: block;

}

    .folder-card .folder-card-title {
        font-size: 18px;
        vertical-align: bottom;
        color: #080f16;
        line-height: 28px;
        margin-left: 10px;
        text-align: left;
       
    }
    .entry-content p+p {
         margin-top: 1px;  
    }
    .folder-card .folder-card-content img {
        width: 100px;
    }

    .folder-card .folder-card-content {
        margin: 5px 0px 5px 0px;
    }

    .folder-card .folder-card-btn a {
        color: #b51323;
    }

    .folder-card .folder-card-link {
        text-decoration: none;
    }

    .folder-card:hover {
       background-color: #edf5fe;
       border-radius: 12px;
       color: #003773;
    }

        .folder-card:hover .folder-card-title {
            color: #003773;
        }

 

.body-title {
    color: #003670;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.main-content p {
    line-height: 1.5em;
    color: ##003670;
    font-weight: 300;
  
    
}

    .main-content p strong {
        font-weight: 700;
    }



.dropzone.cs-drop {
    max-height: 50px;
    border: 2px dashed rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 25px 20px;
    width: 100%;
}


    .dropzone.cs-drop .dz-message span::before {
        content: "\f0ee";
        font-family: FontAwesome;
        display: block;
        font-size: 38px;
        color: #b51323;
    }

.user-block {
    list-style: none;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}

    .user-block li {
        display: inline-block;
        float: left;
        text-transform: uppercase;
    }

        .user-block li a {
            padding: 0px;
            border-left: 1px solid #000;
            padding-left: 10px;
            margin-left: 10px;
            color: whitesmoke;
        }

            .user-block li a:hover {
                text-decoration: underline;
            }

.p-menu .sub-menu {
    position: absolute;
    left: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 200px;
    color: #fff;
    top: 0;
    list-style: none;
    z-index: 1001;
    margin-left: 2px;
    width: 90%;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}


.p-menu .sub-menu-m {
    left: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 200px;
    color: #fff;
    top: 0;
    list-style: none;
    z-index: 1001;
    margin-left: 2px;
    width: 80%;
    display: none;
}


    .p-menu .sub-menu-m li {
        width: 100%;
        padding: 10px 16px;
    }

        .p-menu .sub-menu-m li a {
            padding: 0px 16px;
            width: 100%;
            text-decoration: none;
        }

        .p-menu .sub-menu-m li:hover {
            background-color: whitesmoke !important;
        }



.p-menu .nav-item {
    position: relative;
}

.p-menu .sub-menu li {
    width: 100%;
    padding: 10px 16px;
}

    .p-menu .sub-menu li a {
        padding: 0px 16px;
        width: 100%;
        text-decoration: none;
    }

    .p-menu .sub-menu li:hover {
        background-color: whitesmoke !important;
    }

.p-menu li:hover > .sub-menu,
.p-menu li .sub-menu:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}


@media (max-width: 767.98px) {
    .p-menu .sub-menu {
        position: initial;
        background-color: #821317;
        min-width: 100%;
        color: #fff;
        width: 100%;
        display: none;
        opacity: 0;
        margin: 0;
        border-bottom: none;
        border-top: 1px solid #fff;
    }

    .p-menu .sub-menu-m {
        position: initial;
        background-color: #8c1418;
        min-width: 100%;
        color: #fff;
        width: 100%;
        margin: 0;
        border-bottom: none;
        border-top: 1px solid #fff;
    }

    header.header .title-page {
        letter-spacing: 0.5px;
    }
}

@media (min-width: 768px) {
    .showMenu {
        display: none !important;
        opacity: 0 !important;
    }
}

a.nav-link.nav-link-items:after {
    content: "\f0da";
    font-family: fontAwesome;
    right: 0;
    position: absolute;
    margin-right: 10px;
}


a.nav-link.active .p-menu{
    background-color: #edf5fe !important;
    padding: 10px 0;
  
}

.menu-btn {
    padding: 10px 0;
    background-color: #003876; /* #dbdbdb */
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}



header.header {
    margin-bottom: 40px;
    padding: 18px 15px;
}

    header.header .right-header {
        position: absolute;
        top: 1em;
        right: 0;
        text-align: right;
    }

.right-header .image-dom-top {
    text-align: center;
}

header .header-container {
    position: relative;
}

header.header .left-header {
    float: left;
    max-width: 70%;
}

header.header .title-page {
    display: inline-block;
    font-size: 24px;
    color: #596e7f;
    font-weight: 400;
    padding: 0 0 0 1em;
    letter-spacing: 1.2px;
    vertical-align: middle;
    line-height: 1.2;
    margin-top: 36px;
}

    header.header .title-page span {
        font-size: 22px;
    }


header.header .page-logo {
    float: left;
    border-right: 1px solid #e8e8e8;
    padding: 0 5px 0 0;
}


@media (max-width: 1076px) {

    header.header .page-logo a img {
        max-width: 120px;
    }

    header.header .title-page {
        font-size: 26px;
        margin-top: 26px;
    }

        header.header .title-page span {
            font-size: 16px;
        }
}

@media (max-width: 896px) {
    header.header .page-logo a img {
        max-width: 100px;
    }

    header.header .title-page {
        font-size: 20px;
        margin-top: 20px;
    }

        header.header .title-page span {
            font-size: 14px;
        }

    header.header .page-logo {
        padding: 0 25px 0 0;
    }

    .right-header .image-dom-top img {
        max-width: 200px;
    }
}

@media (max-width: 680px) {
    header.header .page-logo a img {
        max-width: 80px;
    }

    header.header .title-page {
        font-size: 18px;
        margin-top: 18px;
    }

        header.header .title-page span {
            font-size: 12px;
        }

    header.header .page-logo {
        padding: 0 15px 0 0;
    }

    .right-header .image-dom-top img {
        max-width: 180px;
    }

    header.header .title-page {
        letter-spacing: 0.5px;
    }
}


@media (max-width: 575.98px) {

    header.header .left-header {
        max-width: 100%;
        float: none !important;
        text-align: center;
    }

    header.header .right-header {
        position: initial;
    }

    header.header .page-logo a img {
        max-width: 180px;
    }

    header.header .page-logo {
        padding: 0 5px 0 0;
        /* float: none !important; */
    }


    header.header .title-page {
        font-size: 16px;
        margin-top: 20px;
    }

        header.header .title-page span {
            font-size: 10px;
        }

    header.header .title-page {
        letter-spacing: 0.5px;
    }
}

@media (max-width: 720px) {



    header.header {
        margin-bottom: 10px;
    }


    ul#menu-subfooter {
        list-style: none;
        margin: 1em 0;
        padding: 0;
    }

        ul#menu-subfooter li {
            display: inline-block;
            padding: 0 .5em;
            border: none !important;
        }

            ul#menu-subfooter li a {
                color: #596d7e;
                font-size: 12px;
            }

                ul#menu-subfooter li a:hover {
                    color: #af191e;
                }

            ul#menu-subfooter li:last-child {
                border: none;
            }

    div#sellos-Nortic {
        text-align: center !important;
    }

        div#sellos-Nortic img {
            max-width: 60px;
            height: auto;
        }
}

.folder-info {
    display: flex;
    margin-left: 82px;
    margin-top: -16px;
    color: #db9898;
}

    .folder-info p {
        font-size: 12px;
        margin: 2px 18px 0px 0;
    }

        .folder-info p:first-child {
            float: left;
            margin-right: 18px;
        }

.not-found {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 49px;
}

    .not-found .code {
        display: inline-block;
        vertical-align: middle;
    }

        .not-found .code h2 {
            font-size: 140px;
            color: #af191d;
            text-align: center;
            margin: 0px;
            padding: 0px;
        }

    .not-found .logo {
        display: inline-block;
        vertical-align: middle;
        border-right: solid rgb(175, 25, 28) 3px;
        padding-right: 40px;
        margin-right: 40px;
    }

        .not-found .logo img {
            vertical-align: middle;
        }

    .not-found .message {
        font-size: 28px;
        text-align: center;
        margin: 40px 0px;
    }

    .not-found .not-found-content {
    }

@media (max-width: 575.98px) {

    .not-found .code h2 {
        font-size: 90px;
    }

    header.header .title-page {
        letter-spacing: 0.5px;
        /* display: none !important; */
    }

    .not-found .logo img {
        width: 120px;
    }

    .not-found .logo {
        border-right: solid rgb(175, 25, 28) 2px;
        padding-right: 20px;
        margin-right: 20px;
    }

    .not-found .message {
        font-size: 24px;
    }
}



ul#menu-subfooter {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

    ul#menu-subfooter li {
        display: inline-block;
        padding: 0 1em;
        border-right: 1px solid #93a5a6;
    }

        ul#menu-subfooter li a {
            color: #24bdf2;
        }

            ul#menu-subfooter li a:hover {
                color: #7bc142;
            }

        ul#menu-subfooter li:last-child {
            border: 0;
        }

div#sellos-Nortic {
    text-align: right;
}




.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.search-results img {
    float: left;
    max-width: 26px;
    margin-right: 12px;
}

.search-table tr th {
    border: none;
}

.search-table tr td {
    border: none;
}

.search-table thead {
    background-color: rgba(0, 95, 236, 0.08);
}


.no-padding-t {
    padding: 0px;
}


input[type=search], textarea, select {
    color: #8e8e8d;
    background: #f9f9f9;
    border: 0;
    padding: .6em 1em;
    margin: .2em 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form.search button {
    width: 12%;
    background: #f9f9f9;
    cursor: pointer;
    color: #8e8e8d;
    border: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form.search input, form.search button {
    float: left;
    margin: 0;
    padding: .5em;
}

    form.search button:hover {
        background: #b11f24;
        color: #fff;
    }


.sub-menu li.active {
    background: #0b51a1;
}

.sub-menu-m li.active {
    background: #0b51a1;
}

.site-link-footer {
    margin: 1.5em 0 1.5em 0;
    padding: 0;
    font-size: 80%;
    text-align: center;
}

    .site-link-footer li {
        padding: 0 0.6em;
        border-right: 1px solid #ccc;
    }

        .site-link-footer li:last-child {
            padding: 0 0.6em;
            border-right: 0px;
        }

        .site-link-footer li a {
            color: #24bef2;
            text-transform: none;
        }
        .nav-link {
            display: block;
            padding: 1rem 2rem 1rem;
           
            color: #003876;
        }
         
        #mainMenu {
            /* border: 1px #e6e9eb solid; */
            border-radius: 5px;
            margin-top: 10px;
        }
        .sub-menu {
            margin-left: 20px;
            border: 0px  
        }
        
        .sub-menu-m:hover {

         background:#e6e9eb;
         border-radius: 10px;
        }

        .nav-link:hover {
            background:#eef5ff;
       
        }