@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: Coiny;
    src: url('../fonts/coiny/Coiny-Regular.ttf');
}

@font-face {
    font-family: AGALEGA-Regular;
    src: url('../fonts/galega/AGALEGA-Regular.otf');
}

@font-face {
    font-family: universaljack;
    src: url('../fonts/universalJack/universaljack.otf');
}

/*[ FIM FONT ]*/

/* INICIO CLASS FONT AGALEGA */
.font-agalega {
    font-family: AGALEGA-Regular, sans-serif;
    color: #2a5d91;
}

/* FIM CLASS FONT AGALEGA */

/* INICIO CLASS FONT UNIVERSALJACK */
.font-universaljack {
    font-family: universaljack, sans-serif;
    color: #2a5d91;
    font-size: 25px;
}

/* FIM CLASS FONT UNIVERSALJACK */

/* INICIO CLASS FONT COINY */
.font-coiny {
    font-family: Coiny, sans-serif;
}

/* FIM CLASS FONT COINY */

/* INICIO ACCORDION(COLLAPSE) BOOTSTRAP */
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordionOne {
    color: green;
}

.accordionTwo {
    color: red;
}

/* FIM ACCORDION(COLLAPSE) BOOTSTRAP */
.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
    padding: 0.5rem 1rem;
}

.btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
    padding: 0.5rem 1rem;
}

.btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

/* INICIO CAROUSEL */
#carouselExampleIndicators .carousel-inner {
    min-height: 525px;
}

/* FIM CAROUSEL */

/* INICIO BOTÃO DOWNLOAD EXCEL E PDF */

/* FIM BOTÃO DOWNLOAD EXCEL E PDF*/

/* INICIO CONSENTIMENTO COOKIES */
#cookie-consent {
    height: 50px;
    line-height: 36px;
}

/* FIM CONSENTIMENTO COOKIES */

h3 {
    margin-top: 11px;
}

body {
    color: #515356;
    font-size: 14.5px;
    background-color: #f5f5f5;
}

td {
    text-align: center;
    vertical-align: middle;
}

.vertical-line {
    border-left: 3px solid gainsboro;
    transform: translateX(50%);
}

.section-logged {
    padding-top: 125px;
}

.section-colaborador {
    padding-top: 20px;
    margin-bottom: 56px;
}

.initial-page {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 10px;
    color: rgba(30, 115, 145, 1);
}

/*  INICIO TITULO NAV  */
.navbar-brand {
    font-family: Coiny, sans-serif;
    font-size: 16px;
    color: #000000;
}

.navbar-default .navbar-brand {
    color: #000000;
}

.bg-light {
    background-color: #ffffff !important;
}

/*  FIM TITULO NAV  */

/* INICIO HEADER ERRORS */
.errors__header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    background-image: url("../images/bannerFotoFundo_comunidade2020-01.png");
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.img-banner-errors-comunidade {
    width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-errors {
    padding-top: 125px;
}

@media (max-width: 768px) {
    .errors__header {
        margin-top: -30px;
    }

    .section-errors {
        padding-top: 60px;
    }

    .icon-error {
        display: none;
    }

    .img-banner-errors-comunidade {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

/* FIM HEADER ERRORS */

/*INÍCIO PÁGINA 403 */
.body_content * {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    margin: 40px 0 20px;
}

.lock {
    border-radius: 5px;
    width: 55px;
    height: 45px;
    background-color: #333;
    animation: dip 1s;
    animation-delay: 1.5s;
}

.lock::before, .lock::after {
    content: "";
    position: absolute;
    border-left: 5px solid #333;
    height: 20px;
    width: 15px;
    left: calc(50% - 12.5px);
    box-sizing: content-box !important;
}

.lock::before {
    top: -30px;
    border: 5px solid #333;
    border-bottom-color: transparent;
    border-radius: 15px 15px 0 0;
    height: 30px;
    animation: lock 2s, spin 2s;
}

.lock::after {
    top: -10px;
    border-right: 5px solid transparent;
    animation: spin 2s;
}

@keyframes lock {
    0% {
        top: -45px;
    }
    65% {
        top: -45px;
    }
    100% {
        top: -30px;
    }
}

@keyframes spin {
    0% {
        transform: scaleX(-1);
        left: calc(50% - 30px);
    }
    65% {
        transform: scaleX(1);
        left: calc(50% - 12.5px);
    }
}

@keyframes dip {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.text-center {
    text-align: center;
}

/*FIM PÁGINA 403 */


/*INICIO CARROUSEL HOME */
.carousel-indicators .active {
    background-color: #252424;
}

.carousel-indicators li {
    background-color: hsla(0, 14%, 78%, 0.5);
}

.carousel-indicators {
    bottom: -30px;
}

/*FIM CARROUSEL HOME */


/* INICIO TEXTO INPUT FILE */
.custom-file-label:after {
    content: "Buscar";
}

/* FIM TEXTO INPUT FILE */

/* INICIO COLOR SGQ */
.color-SGQ {
    color: rgb(6, 145, 16);
}

/*FIM COLOR SGQ */

/* INICIO COLOR ICONES SEÇÃO DOCUMENTOS */
.fa-file-excel {
    color: #207245;
}

.fa-file-word {
    color: #295497;
}

.fa-file-pdf {
    color: #ff1b0e;
}

/* FIM COLOR ICONES SEÇÃO DOCUMENTOS */

/* INICIO SEÇÕES INFORMATIVOS */
img {
    max-width: 100%;
    height: auto;
}

.color-informative {
    color: #3030c1;
}

.hr-informative {
    border-top: 1px solid #14477E;
}

.fa-circle-check {
    color: #207245;
}

.fa-circle-xmark {
    color: #ff1b0e;
}

.box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-align {
    text-align: center;
    vertical-align: middle !important;
}

/* FIM SEÇÕES INFORMATIVOS */

/*INICIO STYLE SIDEBAR (APP.HOME.BLADE) */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/*
i,
span {
    display: inline-block;
}
*/

/* INICIO SWEET ALERT */
.swal2-title {
    font-size: 1.35em !important;
}

/* FIM SWEET ALERT */

/* INICIO (PROGRAMAS DOS PROJETOS) */
#projectDescription, .transition-container {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s, height 0.5s ease-in-out;
}

#projectDescription.show, .transition-container.show {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.message-container {
    width: 100%;
    margin-bottom: 20px; /* Espaço abaixo das mensagens para separá-las do restante do formulário */
}

#cpf-message, #user-name {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa; /* Cor de fundo para destacá-las */
    border: 1px solid #ced4da; /* Borda para destaque */
    border-radius: 5px;
    width: 100%;
}

.hidden {
    display: none !important;
}

.error-text {
    color: red;
    font-weight: bold;
}

.validation-message {
    color: red; /* Cor da mensagem de validação */
    font-size: 14px; /* Tamanho da fonte */
    margin-top: 5px; /* Espaçamento superior */
    display: none; /* Inicialmente esconde a mensagem */
}

.validation-message.show {
    display: block; /* Mostra a mensagem quando a classe show é adicionada */
}

/*Defina a largura desejada para as colunas  */
#dataTableDeclarations td {
    text-align: left;
}

#dataTableDeclarations .justify-text {
    text-align: justify;
}

#dataTableDeclarations td, th {
    vertical-align: middle;
}

.col-service {
    width: 30%;
    word-wrap: break-word;
}

.cursor {
    cursor: pointer;
}

/* FIM (PROGRAMAS DOS PROJETOS) */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 340px;
    max-width: 340px;
    background-color: #14477e;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .display-redes-sociais-mobile {
    display: none;
}

#sidebar .display-redes-sociais-desktop {
    display: initial;
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .display-redes-sociais-desktop {
    display: none;
}

#sidebar.active .display-redes-sociais-mobile {
    display: initial;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .sidebar-header h6,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    width: auto;
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background-color: #FFFFFF;
    color: #14477e;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 0 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li .collaborator {
    color: #fff !important;
    background: #0a88a5 !important;
}

#sidebar ul li .collaborator:hover {
    color: #bec5c6 !important;
    background: #076372 !important;
}

#sidebar ul li a i {
    margin-right: 10px;
    width: 20px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: linear-gradient(to bottom, #14477e, #979797);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #212c59;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.withoutCursor {
    cursor: context-menu;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 115px;
        max-width: 115px;
        text-align: center;
        margin-left: -115px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #logoHomeCel.active {
        display: none;
    }

    #sidebar .sidebar-header h3,
    #sidebar .sidebar-header h6,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebarCollapse span {
        display: none;
    }

    .col-service {
        width: auto;
    }
}

/*FIM STYLE SIDEBAR (APP.HOME.BLADE)  */

/* INICIO STRENGHT PASSWORD VALIDATOR */
/*==========================requirements style============================*/
.invalid {
    color: #848482;
    transition: all .1s ease-in;
}

.invalid:before {
    content: "";
    padding-right: 15px;
}

.invalidPass {
    background: rgba(192, 57, 43, 0.85);
}

.valid {
    color: #3CBC3C;
    transition: all .2s ease-in;
    animation-name: grow;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.valid strong {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1),
    5px 10px 5px rgba(0, 0, 0, 0.05),
    -5px 10px 5px rgba(0, 0, 0, 0.05);
}

.valid::before {
    content: "\2713 ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -5px;
    position: relative;
    font-weight: 800;
    animation-name: grow;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-backface-visibility: hidden;
}


/*==========================requirements logic============================*/

.pswd_info {
    font-size: 12px;
    text-align: left;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in;
}

.shake {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes grow {
    50% {
        transform: scale(1.1);
    }
}

/* FIM STRENGHT PASSWORD VALIDATOR */

/* INICIO ESTILIZAÇÃO LISTA DE ATRIBUIÇÕES SUPORTE E TIC */

ul.listaatribuicoes {
    margin-top: -15px;
}

ul.listaatribuicoes li {
    padding-top: 15px;
}

/* FIM ESTILIZAÇÃO LISTA DE ATRIBUIÇÕES SUPORTE E TIC */

/* INICIO SCROLL TOP */

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #5a5c69;
}

.scroll-to-top i {
    font-weight: 800;
}

/* FIM SCROLL TOP */

/* INICIO LISTA NUMERADA ESTILIZADA */
ul.numbered-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}

ul.numbered-list li {
    position: relative;
    padding: 5px 0 5px 30px;
}

ul.numbered-list li:before {
    content: counter(li);
    counter-increment: li;
    width: 1.5em;
    height: 1.5em;
    background-color: #14477e;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    padding-top: 2px;
    top: 4px;
}

/* FIM LISTA NUMERADA ESTILIZADA */

/* INICIO MEDIA QUERIES */
@media (min-width: 768px) {
    .nav-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    #cookie-consent {
        height: initial;
        line-height: 25px;
    }

    .iframe-siga-nos {
        display: none;
    }

    .nav-desktop {
        display: none;
    }

    #button-sidebar-text {
        display: none;
    }

    .navbar-right {
        display: none;
    }

    .vertical-line {
        display: none;
    }

    .home-destaques {
        margin-top: 25px;
    }
}

@media (min-width: 1280px) {
    .modal-lg {
        max-width: 1200px;
    }
}

/* FIM MEDIA QUERIES */
