/* Custom */

.col-form-label {
    font-weight: 600;
}

.form-inline {
    display: flow !important;
}

.form-group {
    display: flex !important;
}

#interna .todas-noticias {
    padding-left: 1rem !important;
}

.data-mosaico-noticias {
    margin-bottom: 4px;
    display: block;
    font-weight: 600;
    font-size: 1em;
}

.chapeu-mosaico-noticias {
    display: block;
    font-size: 1em;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.chapeu-mosaico-noticias::before {
    content: " ";
    width: 40px;
    height: 4px;
    background: #06acff;
    display: block;
    text-indent: -3000px;
}


@media (max-width: 767px) {
    .mosaico .item-mosaico:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0000005c), to(#212121));
        background-image: -o-linear-gradient(#0000005c, #212121);
        background-image: linear-gradient(#0000005c, #212121);
    }

    .mosaico .item-mosaico {
        height: 250px;
    }

    .image-container img {
        width: 90px !important;
        height: 90px !important;
    }

    .servicos {
        min-height: 500px;
        padding: 0;
    }

    .servicos h2 {
        margin-bottom: 0;
    }

    #interna .conteudo-interna {
        min-height: 120vh !important;
    }
}


/* @media (max-width: 767px) {
    .servicos a {
        background: #0f5abc;
        text-decoration: none;
        color: #fff;
        position: relative;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
    }

    .servicos a:hover:after {
        content: none;
    }
} */

.pagination>.disabled>a {
    padding-left: 12px;
}

header #portal-searchbox .btn-busca:after {
    background-image: url(https://dee.ufcg.edu.br/images/dee/buscar_icon.png);
}

#interna .publicacao-dados, #interna .documentByLine {
    padding: 0;
    border-bottom: none;
    border-top: none;
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol !important;
}

.mosaico {
    margin: 0;
}

.image-container img {
    width: 150px;
    height: 150px;
}

#interna h2 {
    margin: 0 0 1rem 0;
}

#interna h3 {
    margin-bottom: 1rem;
}

#interna h4 {
    margin-bottom: 1rem;
}

h4, h5 {
    font-weight: bold;
}

body {
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol !important;
}

p {
    font-size: 18px;
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol;
}

dl, ol, ul {
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol;
}

strong {
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol !important;
}

::marker {
    font-weight: 500;
}

#interna .conteudo-interna ul {
    padding-left: revert;
}

.servicos a {
    width: 100%;
}

/* Nome do site */

header #logo {
    font-weight: 600;
    font-size: 1.4rem;
}

header #logo .portal-title-1 {
    text-transform: none;
    font-size: 0.9rem;
}

header #logo img {
    margin: 0 5px 0 0;
    height: 73px;
}

@media only screen and (max-width: 424px) {
    header #logo .portal-title-1 {
        font-size: 0.7rem;
        text-transform: none;
    }
}

@media only screen and (min-width: 991px) {
    header #logo {
        font-size: 2.07rem;
        font-weight: 600;
    }

    header #logo .portal-title-1 {
        font-size: 1rem;
        text-transform: none;
    }
}

/* Busca */

header #portal-searchbox .btn-busca {
    padding: .8rem 2.5rem .8rem 2rem;
}


/* Scrolled menu */

.header-bg {
    width: 100%;
    height: 110px;
    background-color: #0f5abc;
    position: relative
}

.header-bg.scrolled {
    height: 170px;
}

header .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 18px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header .search-wrapper-bg {
    background-color: #0f5abc;
    width: 100%;
}

header .search-wrapper-bg.fixed {
    position: fixed;
    top: 0;
    z-index: 999994;
}

@media (min-width: 576px) {
    header .search-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    header .search-wrapper {
        max-width: 720px;
    }

}

@media (min-width: 992px) {
    header .search-wrapper {
        max-width: 960px;
    }

    .servicos a {
        hyphens: none;
    }

    .tile-default {
        min-height: 258px;
    }

}

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

@media (min-width: 1232px) {
    header .search-wrapper {
        min-width: 1200px;
        max-width: 1200px;
    }
}

/* Dropdown Menu */

.nav-dropdown {
    flex-grow: 1;
}

.menu-drop {
    list-style: none;
    display: flex;
    justify-content: left;
    padding: 0;
    margin: 0;
    background-color: #0f5abc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-drop-item {
    position: relative;
}

.menu-drop-item:hover {
    background-color: #1e4a7a;
    transition: background-color 0.3s ease;
}

.menu-drop-item a, not-link {
    display: block;
    padding: 15px 40px 15px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 501;
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol;
}

.menu-drop-item.dropdown::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
    border: none !important;
}

.dropdown-item {
    position: relative;
}

.dropdown-item:hover {
    background-color: #00000012;
}

.dropdown-item a {
    padding: 10px 20px;
    color: black;
    text-decoration: none;
    display: block;
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol;
}

.dropdown-item.dropdown::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid black;
}


.menu-drop-item:hover>.dropdown-menu,
.dropdown-item:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
    -webkit-clip-path: inset(-8px -8px -8px 0px);
    clip-path: inset(-8px -8px -8px 0px);
}

/* Menu Lateral */

.box-menu {
    width: 65%;
    background: #fff;
    position: fixed;
    left: -65%;
    top: 0;
    bottom: 0;
    color: #333;
    padding: 2rem 0;
    box-shadow: 0 8px 6px -6px #ccc;
    overflow-y: auto;
    z-index: 1000;
    transition: left 0.3s ease;
}

.box-menu.menu-ativo {
    left: 0;
}

.box-menu ul li a:hover {
    text-decoration: underline;
}

.fechar-menu {
    position: absolute;
    top: 14px;
    right: 23px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    z-index: 1001;
    font-weight: bold;
}

.box-menu ul {
    padding-left: 16px;
}

.box-menu .coluna-menu {
    margin-bottom: 1.6rem;
}

.overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
}

.overlay.ativo {
    opacity: 1;
    left: 0;
}

@media only screen and (max-width: 991px) {
    .nav-dropdown {
        display: block;
    }

    .menu-drop {
        display: none;
    }

    .dropdown-menu {
        position: relative;
    }

    .menu-drop-item:hover>.dropdown-menu,
    .dropdown-item:hover>.dropdown-menu {
        display: none;
    }

    .dropdown-menu .dropdown-menu {
        position: static;
        left: auto;
        top: auto;
        box-shadow: none;
    }
}

@media only screen and (min-width: 992px) {

    header .header-icons,
    header .header-icons .ico-navegacao {
        display: none;
    }

}

.below-content {
    border-top: 0px;
    padding-top: 20px;
    margin-top: 0px;
}

/* Acesso Rápido */

.acesso-rapido-2-botoes {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 10px;
}

.acesso-rapido-2-botoes-fim {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}

.acesso-rapido-1-botao {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 10px;
}

.acesso-rapido-1-botao-fim {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}

.acesso-rapido-2-botoes a,
.acesso-rapido-2-botoes-fim a,
.acesso-rapido-1-botao a,
.acesso-rapido-1-botao-fim a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    box-sizing: border-box;
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol;
}

.botao {
    background-color: #0f5abc;
    color: white;
    border: none;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    max-width: 100%;
    box-sizing: border-box;
    hyphens: auto;
    overflow-wrap: break-word;
    border-radius: 5px;
}

.botao:hover {
    background-color: #1e4a7a;
}

.botao a {
    text-decoration: none;
    color: inherit;
}

.botao a:hover {
    text-decoration: none;
}

@media (min-width: 300px) {
    .acesso-rapido-1-botao, .acesso-rapido-1-botao-fim, .acesso-rapido-2-botoes, .acesso-rapido-2-botoes-fim {
        margin: 0px 15px;
    }

    .botao {
        width: 100%;
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .acesso-rapido-1-botao, .acesso-rapido-1-botao-fim, .acesso-rapido-2-botoes, .acesso-rapido-2-botoes-fim {
        max-width: 510px;
        margin: 0 auto;
    }

}

@media (min-width: 870px) {
    .acesso-rapido-1-botao, .acesso-rapido-1-botao-fim, .acesso-rapido-2-botoes, .acesso-rapido-2-botoes-fim {
        max-width: 690px;
        margin: 0 auto;
    }

}

@media (min-width: 1050px) {
    .acesso-rapido-1-botao, .acesso-rapido-1-botao-fim, .acesso-rapido-2-botoes, .acesso-rapido-2-botoes-fim {
        max-width: 830px;
        margin: 0 auto;
    }

    .botao {
        font-size: 18px;
    }
}

@media (min-width: 1270px) {
    .botao {
        font-size: 18px;
    }
}

/* Rodapé */

.footer .footer-capes .endereco {
    margin-top: 0;
}

.footer {
    bottom: 0;
    left: 0;
    right: 0;
}

#interna .conteudo-interna {
    min-height: 75vh;
}

/* Rodapé end */

.cards {
    margin-bottom: 10px;
}

.card {
    margin-bottom: 10px;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 700;
}

.mod-articles-category-title {
    font-size: 20px;
}

.field-value p {
    font-size: 16px !important;
}

.servico {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cardaltura {
    padding-top: 50px;
    padding-bottom: 50px;
}

#interna figcaption {
    margin-left: 0%;
    float: none;
    text-align: center;
}

#interna img {
    max-width: 100%;
    height: auto;
}

header #logo img {
    float: left;
    margin: 0 10px 0 0;
}

header #logo .portal-title-1 {
    display: block;
    float: none !important;
}

.mosaico .item-mosaico .chamada-mosaico a {
    font-size: 1.3em;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}

.mosaico .item-mosaico .chamada-mosaico a:hover {
    color: #43acf8;
    text-decoration: none;
}

.mosaico .item-mosaico .chamada-mosaico {
    bottom: 10px !important;
}

.mosaico .item-mosaico .chamada-mosaico .chapeu-mosaico:before {
    content: " ";
    width: 40px;
    height: 4px;
    background: #06acff;
    display: block;
    text-indent: -3000px;
}

.super-destaque a {
    font-size: 2em !important;
}

.super-destaque .chamada-super-destaque {
    bottom: 10% !important;
}

#logo a {
    text-decoration: none;
}

header .header-accessibility #siteaction-international>a {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 25px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
}

header .header-accessibility #siteaction-international>a:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../img/globo.png);
    width: 18px;
    height: 18px;
    -webkit-filter: none;
    filter: none;
}

header .header-accessibility #siteaction-contraste>a {
    margin-left: 20px;
}

header .header-accessibility {
    width: auto;
}

@media only screen and (max-width : 1920px) {

    header #logo {
        margin: 0 0 0 0;
    }

    header .header-wrapper {
        height: 110px;
    }

}