/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,30): run-time error CSS1039: Token not allowed after unary operator: '-footer-lg-height'
(44,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(57,34): run-time error CSS1039: Token not allowed after unary operator: '-footer-md-height'
(72,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(76,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(116,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(120,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(231,41): run-time error CSS1039: Token not allowed after unary operator: '-table-responsive-title-width'
(231,79): run-time error CSS1039: Token not allowed after unary operator: '-table-responsive-title-padding'
(238,33): run-time error CSS1039: Token not allowed after unary operator: '-table-responsive-title-width'
(328,21): run-time error CSS1039: Token not allowed after unary operator: '-gray-dark'
 */
/* VARIAVEIS */
:root {
    --footer-lg-height: 324.8px;
    --footer-md-height: 372.8px;
    --table-responsive-title-width: 35%;
    --table-responsive-title-padding: 1%;
    --light-gray: #ececec;
    --breakpoint-max-md: 991.98px;
}

/* GERAL */
a {
    color: #1e73be;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

.form-group label.required::after,
.form-group span.required::after {
    content: " *";
    color: orangered;
}

a:hover {
    color: #67b7e1;
    text-decoration: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: calc(var(--footer-lg-height));
    background-color: var(--light-gray);
}

    body#tinymce {
        margin-bottom: auto !important;
    }

    body#body-intranet {
        margin-bottom: 70px;
    }

@media (max-width: 767.98px) {
    body {
        margin-bottom: calc(var(--footer-md-height));
    }

    .carousel-container {
        width: 100% !important;
    }

        .carousel-container img {
            height: 30vh;
        }
}

.row.row-title {
    padding: 3rem 1rem 0 1rem;
    overflow-x: hidden;
    background-color: var(--light-gray);
}

.row.row-image {
    background-color: var(--light-gray);
}

.row.row-container {
    padding: 3rem 1rem;
    overflow-x: hidden;
}

.row.row-title + .row.row-container,
.row.row-image + .row.row-container {
    padding-top: 0;
}

#go-to-top {
    background-color: rgb(51, 51, 51);
    color: white;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    right: 0 !important;
    left: auto;
    margin-right: 2rem;
    margin-bottom: -10px;
    opacity: 0.3;
    transition: opacity 0.2s;
    display: list-item;
    list-style-type: none;
}

    #go-to-top:hover {
        opacity: 0.6;
    }

/* CORES */
.bg-white {
    background-color: white;
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.row.row-container.row-container-bg {
    background-color: var(--light-gray);
}

    .row.row-container.row-container-bg:nth-child(even) {
        background-color: white;
    }

/* MENU */

.dropdown-menu.dropdown-submenu {
    left: 100%;
    top: 0%;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .dropdown-menu.dropdown-submenu {
        margin-left: 0.75rem;
        border: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

nav#nav-menu-principal {
    padding: 1rem 1rem;
}

nav#nav-menu-intranet {
    background-color: #2f3e4d;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: fixed;
    width: 100%;
    z-index: 2;
}

nav#nav-menu-secundario {
    background-color: #4571B5;
    /*background-color: #5f7c9a;*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 35px;
}

    nav#nav-menu-secundario li.nav-item {
        /*font-weight: bold;*/
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.7);
}

    .dropdown-menu .dropdown-item:active,
    .dropdown-menu .dropdown-item:hover {
        background-color: #f8f9fa;
        color: black;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: black;
    }

img#img-home {
    width: 165px;
    margin-right: 1rem;
}

img.flag {
    width: 2rem;
}

a.navbar-brand.navbar-brand-flag {
    margin: auto 0.25rem;
}

/* TABLE */
table.gridview {
    width: 100%;
}

@media (max-width: 767.98px) {
    table.gridview tr th {
        display: none;
    }

    table.gridview tr {
        border: 1px solid black;
    }

        table.gridview tr td {
            display: block;
            width: 100% !important;
            border: none;
        }

            table.gridview tr td[data-title] {
                padding: 0px;
                position: relative;
                padding-left: calc(var(--table-responsive-title-width) + var(--table-responsive-title-padding));
            }

                table.gridview tr td[data-title]:before {
                    content: attr(data-title)':';
                    position: absolute;
                    left: 0;
                    width: var(--table-responsive-title-width);
                    height: 100%;
                }

    .box-galeria {
        max-height: initial;
        margin-top: 10px;
    }
}

/* FOOTER */
footer#footer, footer#footer-intranet {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

    footer#footer div.footer-bg {
        padding: 50px 0;
    }

        footer#footer div.footer-bg iframe#pucrio-rodape {
            width: 100%;
        }

    footer#footer div.footer-social, footer#footer-intranet div.footer-social {
        background-color: #F5F5F5;
        padding: 0.5rem 0px;
        font-size: smaller;
        color: #545454;
        line-height: 3rem;
        text-align: center;
    }

        footer#footer div.footer-social a, footer#footer-intranet div.footer-social a {
            line-height: 3rem !important;
            font-size: 2em;
        }

    footer#footer-intranet div.footer-social {
        background-color: #2f3e4d !important;
    }

/* SOCIAL */
a.a-social-link {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    a.a-social-link:hover {
        opacity: 1;
    }

    a.a-social-link.a-social-facebook {
        color: #3b5998;
    }

    a.a-social-link.a-social-twitter {
        color: #1DA1F2;
    }

    a.a-social-link.a-social-youtube {
        color: #c4302b;
    }

    a.a-social-link.a-social-whatsapp {
        color: #25D366;
    }

    a.a-social-link.a-social-linkedin {
        color: #0e76a8;
    }

    a.a-social-link.a-social-email {
        color: #5b5b5b;
    }

/* TITULO */
.container.container-title {
    border-bottom: solid 1px #c7c7c7;
    margin-bottom: 2rem;
    padding-bottom: 21px;
    text-align: center;
}

    .container.container-title * {
        /*    text-transform: uppercase;*/
        color: var(--gray-dark);
        font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
        font-weight: 500;
    }

    .container.container-title .title {
        font-size: 1.5rem;
    }


    .container.container-title span.title {
        margin-bottom: 8px;
        line-height: 1.2;
    }


    .container.container-title .subtitle {
        font-size: 1.1rem;
    }

    .container.container-title * {
        display: inline-block;
        position: relative;
    }

        .container.container-title *:after {
            border-bottom: solid 2px rgba(215, 78, 82, 0.30);
            content: "";
            display: block;
            margin-bottom: -30px;
            padding-bottom: 30px;
            width: 100%;
        }

    .container.container-title .title:after {
        border-bottom: solid 2px #d74e52;
    }

p.title {
    font-weight: bold;
    text-transform: uppercase;
}

/* TEXTO */
.container.container-text {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    text-align: justify;
}

/* FIGURE */
.figure .figure-caption {
    font-style: italic;
}

.figure.figure-equipe .figure-caption {
    display: block;
    font-size: 100%;
    font-style: normal;
}

.figure.figure-equipe .figure-caption-equipe-nome {
    font-weight: bold;
}

.figure.figure-equipe .figure-caption-equipe-cargo {
}

/* CARD NOTICIA */
.card.card-noticia {
    margin-bottom: 2rem;
}

    .card.card-noticia .card-body {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        height: 136.8px;
    }

    .card.card-noticia .card-legenda {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        color: #6c757d;
        text-transform: uppercase;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }

    .card.card-noticia .card-footer {
        font-size: 0.8rem;
    }

    .card.card-noticia a.card-link.card-img {
        padding-top: 65%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .card.card-noticia:hover a.card-link.card-img,
    .card.card-noticia:focus a.card-link.card-img {
        background-size: 105%;
    }

.noticia-data {
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: lowercase;
    text-align: right;
}

/* ALERT */
.alert.alert-compartilhar {
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    color: #818182;
    background-color: #fefefe;
    border-color: rgba(129, 129, 130, 0.2);
}

    .alert.alert-compartilhar .alert-compartilhar-social {
        font-size: 1.33333em;
        line-height: 0.75em;
        vertical-align: -.0667em;
        text-align: right;
        letter-spacing: 0.5em;
        /*float: right;*/
        /*margin-left: 2rem;*/
    }

        .alert.alert-compartilhar .alert-compartilhar-social a {
            /*margin-left: 0.5em;*/
        }

@media (max-width: 991.98px) {
    .alert.alert-compartilhar {
        text-align: center !important;
    }

        .alert.alert-compartilhar .alert-compartilhar-social {
            text-align: center;
            margin-top: 1rem;
        }
}

.table-content > tbody > tr > td {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
}

    .table-content > tbody > tr > td > ul > li {
        padding-top: 15px;
    }

.table-content tbody tr:nth-child(odd) {
    background: #ececec;
}

.table-content tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.table-gridview {
    width: 100%;
}

    .table-gridview > thead > tr > th, .table-gridview > tbody > tr > td {
        padding: 10px;
    }

    .table-gridview > thead > tr {
        text-transform: uppercase;
        font-size: 17px;
        border-bottom: 3px solid #6e277b;
        color: #394a5c;
    }

    .table-gridview > tbody > tr {
        font-family: cursive;
        font-size: 15px;
        font-weight: bold;
    }

        .table-gridview > tbody > tr:not(:first-child) {
            border-top: 3px solid #dfe4ea;
        }

        .table-gridview > tbody > tr:hover {
            background: #dfe4ea;
        }

        .table-gridview > tbody > tr.item-rascunho > td {
            color: #856404;
        }

        .table-gridview > tbody > tr.item-rascunho:hover {
            background: #fff3cd;
        }

        .table-gridview > tbody > tr.item-desativado > td {
            color: #721c24;
        }

        .table-gridview > tbody > tr.item-desativado:hover {
            background: #f8d7da;
        }

        .table-gridview > tbody > tr > td {
            padding-left: 15px;
            color: #4c637b;
        }

    .table-gridview .form-control {
        font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    }

table.bg-thead > thead > tr {
    border-bottom: 3px solid #2f3e4d;
}

.carousel-container {
    width: 70%;
    text-align: center;
    background-color: rgba(0, 0, 0, .85);
}

    .carousel-container img {
        height: 60vh;
        object-fit: contain;
    }

.img-right {
    position: absolute;
    right: 20px;
}

.form-check span > input[type="checkbox"], .form-check input[type="checkbox"] {
    display: none;
}

    .form-check span > input[type="checkbox"] + label, .form-check input[type="checkbox"] + label {
        font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
        padding-left: 40px;
    }

    .form-check span > input[type="checkbox"] + label, .form-check input[type="checkbox"] + label {
        background-image: url(images/check-out.png);
        background-repeat: no-repeat;
        background-size: 24px;
        height: 24px;
    }

    .form-check span > input[type="checkbox"] + label {
        margin-top: 30px;
    }

    .form-check input[type="checkbox"] + label {
        margin-top: 0;
    }

    .form-check span > input[type="checkbox"]:checked + label, .form-check input[type="checkbox"]:checked + label {
        background-image: url(images/check-in.png);
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    color: #212529;
    text-align: left;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #212529;
        background-color: #efefef;
    }

    .nav-pills .nav-link:hover {
        background-color: #efefef;
    }

body#tinymce .nav-editor {
    border: 1px solid white;
    margin-bottom: 2px;
    border-radius: 2px;
}

#body-intranet .container-title {
    padding-top: 20px;
}

/* página galeria criada */
.link-galeria {
    color: #0c5460;
}

.link-galeria-excluir {
    color: #721c24;
    float: right;
}

    .link-galeria-excluir:hover {
        color: #d42837;
    }

.galeria-checkbox {
    position: absolute;
    margin: 2%;
}

.box-galeria {
    max-height: 150px;
    margin-top: 15px;
}

.img-galeria-default {
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(230,230,230,1);
    box-shadow: 0px 0px 2px 0px rgba(230,230,230,1);
}

    .img-galeria-default:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
        box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
    }

.img-galeria {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: .5s;
}

    .img-galeria:hover {
        filter: grayscale(0);
        transform: scale(1.1);
    }

.galeria-checkbox input[type="checkbox"] {
    display: none;
}

    .galeria-checkbox input[type="checkbox"] + label {
        padding-left: 20px;
        cursor: pointer;
    }

    .galeria-checkbox input[type="checkbox"] + label {
        background-image: url(images/check-out.png);
        background-repeat: no-repeat;
        background-size: 20px;
        height: 20px;
    }

    .galeria-checkbox input[type="checkbox"]:checked + label {
        background-image: url(images/check-in.png);
    }

.radio-list-icon > tbody > tr > td > input[type="radio"],
.radio-list-control > tbody > tr > td > input[type="radio"],
.radio-list-flag > tbody > tr > td > input[type="radio"] {
    display: none;
}

    .radio-list-flag > tbody > tr > td > input[type="radio"]:checked + label {
        filter: grayscale(0);
        transform: scale(1.1);
    }

    .radio-list-flag > tbody > tr > td > input[type="radio"] + label {
        margin-left: 5px;
        filter: grayscale(100%);
        transition: .5s;
        cursor: pointer;
    }

.radio-list-flag {
    float: right;
}

.list-text-left {
    float: left !important;
}

.radio-list-control > tbody > tr > td > input[type="radio"] + label {
    margin-right: 20px;
    background-image: url(images/radio-check-out.png);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 22px;
    padding-left: 30px;
}

.radio-list-control > tbody > tr > td > input[type="radio"]:checked + label {
    background-image: url(images/radio-check-in.png);
}

.radio-list-icon > tbody > tr > td > input[type="radio"] + label {
    color: #73777A;
    cursor: pointer;
    margin-right: 20px;
}

.radio-list-icon > tbody > tr > td > input[type="radio"]:checked + label {
    color: #004085;
    border-bottom: 2px solid #004085;
}

.flag-active img {
    transform: scale(1.15);
}

.flag-grayscale img {
    filter: grayscale(100%);
}

.flag-not-active img {
    filter: grayscale(60%);
}

.form-group .text-warning, .form-group .text-danger {
    display: none;
}

.has-feedback .text-warning, .has-feedback .text-danger {
    display: block !important;
}

.has-feedback .form-control {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* btn xm bootstrap 4 */
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.text-italic {
    font-style: italic;
}

    .text-italic a {
        font-family: "Gotham-Book", Helvetica, Arial, sans-serif !important;
        font-weight: normal;
    }

.text-riscado {
    text-decoration: line-through;
}

.text-cursive-success {
    font-family: cursive;
    font-size: 15px;
    color: #155724;
}

.text-cursive-info {
    font-family: cursive;
    font-size: 15px;
    color: #0c5460;
}

.text-cursive-warning {
    font-family: cursive;
    font-size: 15px;
    color: #856404;
}

.text-cursive-danger {
    font-family: cursive;
    font-size: 15px;
    color: #721c24;
}

.text-cursive-primary {
    font-family: cursive;
    font-size: 15px;
    color: #004085;
}

.text-cursive-secondary {
    font-family: cursive;
    font-size: 15px;
    color: #383d41;
}

.text-cursive-dark {
    font-family: cursive;
    font-size: 15px;
    color: #1b1e21;
}

.aviso-modal .text-cursive-success,
.aviso-modal .text-cursive-info,
.aviso-modal .text-cursive-warning,
.aviso-modal .text-cursive-danger,
.aviso-modal .text-cursive-primary,
.aviso-modal .text-cursive-secondary,
.aviso-modal .text-cursive-dark {
    margin-left: 25px;
}

.small-info {
    float: right;
    margin-right: 1%;
    font-style: italic;
    padding-top: 10px;
}

.div-info {
    padding-top: 30px;
    margin-bottom: 20px;
}

.grid-up-down {
    display: grid;
    grid-template-columns: auto;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin-bottom: 2px;
}

.grid-caret-up-down {
    display: grid;
    margin-right: .5em;
    color: silver;
}

.clicked {
    color: #394A5C;
}

.grid-up-down:hover {
    background: #d8d8d8;
}

.grid-up-down.disabled {
    color: #909090;
}

.small-detalhe {
    font-style: italic;
    color: #909090;
    padding-left: 15px;
}

.button-flutuante {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 2rem;
    z-index: 2;
    border: none;
    background-color: transparent;
    padding: 5px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .button-flutuante {
        display: none;
        bottom: 10%;
        right: 1.6rem;
    }

    .span-img, .span-info-img {
        display: grid;
        width: 100%;
        margin-left: 0;
    }
}

table.table-eng-integracao {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

    table.table-eng-integracao > thead {
        background: #D4D4D4;
    }

        table.table-eng-integracao > thead > tr > th, .table-eng-integracao > tbody > tr > td {
            padding: 1rem;
            border: 1px solid #D4D4D4;
            table-layout: fixed;
            vertical-align: top;
        }

.span-img, .span-info-img {
    display: grid;
    width: 60%;
    margin-left: 20%;
}

.span-info-img {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

ol.list-decimal {
    counter-reset: item;
}

    ol.list-decimal > li {
        display: block;
    }

        ol.list-decimal > li:before {
            content: counters(item, ".") " ";
            counter-increment: item;
        }

        ol.list-decimal > li > ol > li:last-child,
        ol.list-decimal > li > ul > li:last-child {
            margin-bottom: 1rem;
        }

        ol.list-decimal > li p:first-child,
        ol.list-decimal > li > ul > li:first-child,
        ol.list-decimal > li > ol > li:first-child {
            margin-top: 1rem;
        }

        ol.list-decimal > li p,
        ol.list-decimal > li > ul > li,
        ol.list-decimal > li > ol > li {
            margin-left: 1.5rem;
        }

.nav-text {
    font-size: 13px;
}

