:root {
    --graphite: #1f1f1f;
    --dark-gray: #2d2d2d;
    --gray: #54585A;
    --medium-gray: #707372;
    --light-gray: #b2b4b2;
    --ice: #f4f4f4;
    --ice-medium: #F5F5F5;
    --ice-dark: #E5E5E5;
    --white: #fff;
    --yellow: #fae100;
    --black: #000;
    --lilac: #c267e7ff;
    --lilac-dark: #a64dc9ff;
    --lilac-light: #d9a2f5ff;
    --bs-btn-border-radius: 4px;
    --bs-btn-padding: 0.25rem 0.75rem;
    --original-gray: #282431;
    --red: #ff0000;
    --transition: var(--transition);
    --bs-body-font-family: "Cera";
    --header-height: 100px;
}
a{
    text-decoration: none;
}
.offline-card {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 440px;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}
.offline-card .btn {
    margin-top: 1rem;
}
.offline-card label {
    font-weight: 600;
    padding: 0 0 0.5rem;
}
.offline-card .offline-logo {
    margin-bottom: 1rem;
}
.modal-backdrop {
    --bs-backdrop-zindex: 999;
}
.btn {
    border-radius: var(--bs-btn-border-radius);
    -moz-border-radius: var(--bs-btn-border-radius);
    -ms-border-radius: var(--bs-btn-border-radius);
    -o-border-radius: var(--bs-btn-border-radius);
    -webkit-border-radius: var(--bs-btn-border-radius);
    padding: var(--bs-btn-padding);
    font-weight: 600;
}
body {
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    background-color: var(--ice-medium) !important;
}
.float-start.item-image {
    margin: 0 1rem 1rem 0;
}
.float-end.item-image {
    margin: 0 0 1rem 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-link {
    cursor: pointer;
}
header.header.sempremmso {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
/* Style the back-to-top button */
.back-to-top-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.back-to-top-link i {
    line-height: 50px;
}
/* Show the button when the user scrolls down 300px */
@media (min-width: 768px) {
    .back-to-top-link.show {
        display: block;
    }
}
/* Change button background color on hover */
.back-to-top-link:hover {
    background-color: #0056b3;
}
/* Button animation on hover */
.back-to-top-link:hover {
    transform: scale(1.1);
}
.btn-primary {
    color: #000;
    background-color: var(--yellow);
    border-color: var(--yellow);
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-gray {
    color: var(--white);
    background-color: var(--graphite);
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-white {
    color: var(--graphite);
    background-color: var(--white);
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px var(--graphite) !important;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active {
    color: var(--gray);
    background-color: #ffe924;
    border-color: #ffe924;
    outline: none;
}
.btn-gray:hover,
.btn-gray.focus,
.btn-gray:focus,
.btn-gray:active {
    color: var(--white);
    background-color: var(--gray);
    border-color: var(--gray);
    outline: none;
}
.alert.alert-primary {
    background-color: var(--yellow) !important;
    color: var(--graphite) !important;
    border-color: var(--yellow) !important;
}
.btn-white:hover,
.btn-white.focus,
.btn-white:focus,
.btn-white:active {
    color: var(--white);
    background-color: var(--gray);
    border-color: var(--gray);
    outline: none;
}
.btn {
    border: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0.5rem 1.5rem;
}
.btn.skewx {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
}
.btn.skewx span {
    display: block;
    transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    -o-transform: skewX(12deg);
}
input[type*="text"],
input[type*="password"],
textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}
a {
    color: var(--gray);
}
/* .login {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-top: 5rem;
} */
/* Estilos gerais */
.login-form {
    position: relative;
    padding: 2rem;
    background: #E5E5E5;
    width: auto;
}
.container .login {
    max-width: 100% !important;
}
.view-login {
    background-color: var(--ice-dark);
}
.login {
    width: 100%;
    /* min-height: 100vh; */
    background-color: #fff;
    margin: 0;
    /* display: flex;
    justify-content: flex-end; */
    /* Alterado para alinhar à direita */
}
/* Estilos para o lado esquerdo da página */
/* .wrapper-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
} */
.wrapper-login p {
    padding: 2px;
    color: rgb(218, 214, 214);
    font-size: 18px;
}
.wrapper-login h3 {
    color: rgb(66, 63, 63);
    font-size: 22px;
    font-family: Poppins, sans-serif;
}
.login {
    background-image: url("/images/image_3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.view-login .component {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Estilos para o formulário de login */
.login {
    background-color: rgb(243, 243, 243);
    display: flex;
    justify-content: end;
}
.wrapper-login {
    background-color: var(--ice-dark);
}
/* .login-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    height: 100vh;
    width: 80%;
    max-width: 700px;
} */
.login-continue .form-login {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-right: 1rem;
    padding: 25px;
    background-color: var(--ice);
}
.img-logo {
    width: calc(100% - 80px)
}
.login-continue input,
.login-continue .input-password-toggle {
    border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
    .login-form {
        padding: 1rem;
        /* Reduzindo o padding */
    }
    .login-continue {
        padding: 10px;
        /* Reduzindo o padding */
        max-width: 100%;
        /* Utilizando toda a largura disponível */
    }
    .wrapper-login h3 {
        font-size: 18px;
        /* Reduzindo o tamanho da fonte */
    }
    .login {
        max-width: 100%;
    }
}
.login-continue h3 {
    color: rgb(66, 63, 63);
    margin-bottom: 18px;
    font-size: 22px;
    font-family: Poppins, sans-serif;
}
.login-continue label {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    color: rgb(119, 118, 118);
}
.reset-password {
    justify-content: center;
}
.header-login {
    position: absolute;
    top: 0;
    right: 0px;
    color: var(--white);
    display: block;
    padding: 0;
    width: 104%;
    font-size: 20px;
    background-color: var(--gray);
    margin-top: 0.7rem;
    margin-right: -8px;
    line-height: 38px;
    opacity: 1 !important;
    text-shadow: none;
    z-index: 3;
    padding-left: 2.5rem;
}
form#com-users-login__form {
    margin-top: 2rem;
}
.header {
    background-color: var(--black);
    overflow-x: hidden;
}
.header,
.header .nav-link,
.header .btn {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}
.header .navbar-brand {
    position: relative;
    z-index: 1;
}
.header .navbar-brand::before {
    position: absolute;
    content: "";
    background-color: var(--yellow);
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
}
.header.sempremmso img.logo {
    width: 127px !important;
    height: 81px;
    overflow: hidden;
    background-position-x: right;
    background-position-y: top;
    margin-top: -3px;
}
.header .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
}
.header .navbar-nav {
    justify-content: space-between;
    width: 100%;
}
.header .navbar-nav>.nav-item::first-child>.nav-link {
    padding-left: 0;
}
.header .navbar-nav .nav-item .nav-link {
    border-bottom: transparent solid 10px;
    /* Definindo a borda inicialmente transparente */
    transition: border-bottom 0.3s ease;
    /* Adicionando uma transição suave */
}
.header .navbar-nav .nav-item .nav-link:hover {
    border-bottom: var(--yellow) solid 10px;
    /* Alterando a cor da borda quando o mouse estiver sobre o link */
}
.navbar-expand-lg .offcanvas .offcanvas-body {
    flex-wrap: wrap;
}
.module-languages {
    align-self: center;
}
.module-breadcrumbs {
    position: relative;
    z-index: 0;
    color: var(--white);
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    align-self: flex-end;
}
.module-breadcrumbs span {
    color: var(--white)
}
.module-breadcrumbs::before {
    position: absolute;
    content: "";
    background-color: var(--ice-dark);
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    top: 8px;
}
ol.mod-breadcrumbs.breadcrumb {
    padding: 0 !important;
    --bs-breadcrumb-margin-bottom: 0 !important;
}
ol.mod-breadcrumbs.breadcrumb li {
    margin-top: 0.4rem;
}
.mod-languages .lang-active {
    background-color: transparent !important;
}
.mod-languages li {
    background-color: transparent !important;
}
.mod-languages .lang-active a {
    color: var(--white) !important;
    font-weight: 800 !important;
}
.mod-languages li a {
    color: var(--white) !important;
    font-weight: 400 !important;
}
.header__top-right {
    background-color: var(--gray);
    display: flex;
    justify-content: space-between;
    padding: calc(var(--bs-gutter-x)* .5);
    margin-top: 5rem;
}

.title-header h1 {
    display: flex;
    flex-direction: column;
}


.view-login .section_top_menus {
    align-items: normal;
}
div#notifications-display {
    display: flex;
    justify-content: end;
    /* margin-top: 0.5rem; */
    background-color: transparent;
}
div#notifications-display button {
    background-color: transparent;
    color: var(--yellow);
    font-size: 1.6rem;
    border: none;
    display: flex;
}
.joms-module--hellome .joms-hcard .joms-avatar {
    width: 34px !important;
}
.module-title {
    position: relative;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right:  calc(var(--bs-gutter-x)*.5);
    margin-bottom:  calc(var(--bs-gutter-x)*.5);
}
.module-title::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    /* Altura da linha */
    background-color: #BBBBBB;
    /* Cor da linha */
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
}
.latest-custom .item {
    padding-top: calc(var(--bs-gutter-x)*.5);
    padding-bottom: calc(var(--bs-gutter-x)*.5);
}
/* category */
.latest-custom .item .category {
    font-family: 'Cera';
    font-style: normal;
    font-weight: 300;
    font-size: calc(var(--bs-gutter-x)*.5);
    text-transform: uppercase;
    /* identical to box height, or 20px */
    color: #545454;
}
/* title */
.latest-custom .item .title,
.latest-custom .item-atualizacao-escritorio .title {
    font-family: 'Cera';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 105%;
    /* or 29px */
    color: #545454;
    margin-bottom: 10px;
}
.latest-custom .item-atualizacao-escritorio {
	display: flex;
	align-items: center;
	padding-top: calc(var(--bs-gutter-x)*.5);
	padding-bottom: calc(var(--bs-gutter-x)*.5);
}
.latest-custom .item-atualizacao-escritorio .indice {
    font-size: 40px;
    line-height: 1.5;
    /* Ajusta para evitar espaçamento desnecessário */
    font-weight: 700;
    font-family: 'Cera', sans-serif;
    color: #545454;
    margin-bottom: 10px;
}
.item-atualizacao-escritorio .left {
    color: #545454;
    border-right: 6.5px solid #FAE100;
}
.latest-custom .item-atualizacao-escritorio .tag {
    margin-top: 5px;
    /* Opcional: Ajusta a distância entre título e tags */
}
.likes {
    /* margin-top: calc(var(--bs-gutter-x)*.5); */
    margin-left: calc(var(--bs-gutter-x)*.85);
}
.likes .inner {
    font-size: 15px;
    border: 0.5px solid #e3e5e7;
    border-radius: 10px;
    padding: calc(var(--bs-gutter-x)*.5);
}
.latest-custom .item-atualizacao-escritorio>* {
    box-sizing: border-box;
    /* Garante que padding e border não afetem tamanho */
}
.latest-custom .item-atualizacao-escritorio .right {
    flex-shrink: 0;
}

.latest-custom .likes{
    margin-bottom: calc(var(--bs-gutter-x)*.5);
}
.access-news {
    text-align: right; 
    padding-right: calc(var(--bs-gutter-x)*.5);
}
.access-news .btn {
    margin-right: 20px;
    background-color: #cecfcf !important;
    color: #514e57;
    font-size: .85rem;
}
.access-news .btn:hover {
    background-color: #b4b6b6 !important;
}
.access-news a {
    display: inline-block;
}

/* Estilo para a janela modal */
/*.modal {*/
/*    display: none; !* Oculta a janela por padrão *!*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5); !* Fundo semi-transparente *!*/
/*    z-index: 1000;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.modal-content {*/
/*    background: white;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    max-width: 500px;*/
/*    width: 80%;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
/*    position: relative;*/
/*}*/
.com-users-registration label,
.mod-login label {
    text-transform: uppercase;
}
.com-users-registration .invalid,
.mod-login .invalid {
    color: red;
}
.view-registration #back-top {
    display: none;
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}
.close-modal:hover {
    color: #333;
}
.latest-custom .item .title a {
    font-family: 'Cera';
    color: #545454;
}
/* image */
.latest-custom .item .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.latest-custom .item .read-more {
    margin-top: 0rem;
    padding: 0 0.5rem;
}
.resiliente-rodape {
    padding: 30px;
    background: var(--gray);
}
.logo-rodape img {
    height: 80px !important;
    width: auto !important;
}
.resiliente-rodape .social a {
    background: var(--gray);
    display: block;
    width: 26px;
    text-align: center;
    color: var(--yellow);
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
    border: 1px solid var(--yellow);
}
button#back-top {
	background-color: var(--yellow);
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
}
#back-top .i-back-top {
    color: var(--black) !important;
}
.mod-breadcrumbs__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #707372;
    width: 100%;
    height: 1px;
    margin-left: -10%;
}
.mod-breadcrumbs span,
.mod-breadcrumbs a {
    color: var(--ice-dark);
    text-decoration: none;
}
a.joms-button--reaction:before {
    content: "\f164";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--yellow);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.joms-text--title a,
.joms-stream__meta a {
    color: var(--graphite);
}
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary.rounded {
    border-radius: 50%;
    width: 191px;
    /*Tamanhodobotão,ajusteconformenecessário*/
    height: 43px;
    /*Tamanhodobotão,ajusteconformenecessário*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.register-container {
    background-color: #F7F7F7;
    /* Cor de fundo cinza claro */
    /* width: 100%; */
    /* Ocupa 100% da largura da div */
    /* position: fixed; */
    /* Fixa a div para que ocupe toda a largura da tela */
    bottom: 0;
    /* Alinha a div no final da tela */
    left: 0;
    /* Alinha a div à esquerda da tela */
    z-index: 999;
    /* Coloca a div em cima de outros elementos */
    /* padding: 20px 0; */
    height: 15rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    align-items: center;
    margin-right: 1rem;
}
.view-login .header__top-right {
 
    margin-top: 0 !important;
}
.btn.btn-secondary.rounded.register-btn {
    background-color: var(--yellow);
    border-radius: 20px !important;
    padding: 12px;
    color: var(--gray);
    font-weight: 600;
}
.btn.btn-primary.rounded {
    background-color: #C3C3C3;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    color: #fff !important;
}
.busca-sempremmso .filter-branch {
    display: flex;
}
.busca-sempremmso .control-group {
    padding-right: 10px;
    width: 33%;
}
.busca-sempremmso .modal-content {
    border-radius: 0 !important;
}
.busca-sempremmso .form-select {
    border-radius: 0 !important;
}
.control-group input {
    border-radius: 5px;
}
.controls .btn {
    border-radius: 5px;
}
.login-buttons {
    position: relative;
    right: 0;
    margin: 0.5rem;
    border-radius: 0;
    /* padding: 0.875rem 2.25rem; */
}
.skewX {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
}
.skewX span {
    transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    -o-transform: skewX(12deg);
    display: block;
}
.texto-centralizado {
    margin: 0px 20px;
    color: white;
    font-size: 32px;
    font-weight: inherit;
}
.modal-login {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.modal-dialog-entrar {
    margin-top: 8%;
}
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.btn-register {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    padding: 0.875rem 2.25rem;
}
.btn-login {
    background-color: transparent;
}
.com-users-login__reset {
    color: rgb(119, 118, 118);
}
.body-login {
    padding-top: 0px !important;
}
.latest-custom.popular-articles {
    background-color: var(--white);

    padding-bottom: 1rem;
}
/* .module-content, .module-content>div{
    height: 100%;
    background-position: top center;
    background-size: cover;
} */
.glassdoor .mod-custom {
    background-color: var(--white);
}

.galeria-fotos .card-img-top {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.galeria-fotos .card:hover .card-img-top {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
#joms-app--aboutme-special .joms-list__row {
    background: transparent !important;
}
.profile .colEsquerda {
    padding: 0;
    background: #D9D9D9;
    margin-left: 10px;
    margin-top: 1rem;
}

#joms-app--aboutme-special .colEsquerda .joms-list__row > li{
    border-bottom: 1px solid #D9D9D9;
}

.joms-button--primary.joms-button--full-small , .joms-button--primary.joms-button--full{
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    color: #000 !important;
    border: 0;
}

.readmore a.btn.btn-secondary:hover {
    background: transparent;
}

.jomsocial .joms-focus__link,
.jomsocial .joms-focus__link li {
    background: #000;
}
.jomsocial .joms-focus__link a,
.jomsocial .joms-focus__link {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-family: "Cera", sans-serif;
    font-weight: 400;
}
.jomsocial .joms-focus__link li {
    padding: 15px 14px;
    border-color: #6f7372;
}
.profile #joms-app--aboutme-special .joms-text--light {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.profile #joms-app--aboutme-special a {
    color: #000 !important;
    text-transform: uppercase;
}
.joms-button--primary:hover,
.joms-button--add:hover,
.joms-button--login:hover,
.joms-button__approve:hover,
.joms-postbox-tab .joms-postbox-save:hover,
.joms-postbox-tab .joms-postbox-done:hover,
.joms-focus__button--add:hover,
.joms-button--primary:active,
.joms-button--add:active,
.joms-button--login:active,
.joms-button__approve:active,
.joms-postbox-tab .joms-postbox-save:active,
.joms-postbox-tab .joms-postbox-done:active,
.joms-focus__button--add:active,
.joms-button--primary:focus,
.joms-button--add:focus,
.joms-button--login:focus,
.joms-button__approve:focus,
.joms-postbox-tab .joms-postbox-save:focus,
.joms-postbox-tab .joms-postbox-done:focus,
.joms-focus__button--add:focus {
    background: #ffe924 !important;
    text-decoration: none;
    color: #424242 !important;
}
.joms-button--primary,
.joms-button--add,
.joms-button--login,
.joms-button__approve,
.joms-postbox-tab .joms-postbox-save,
.joms-postbox-tab .joms-postbox-done,
.joms-focus__button--add {
    background: var(--yellow) !important;
    color: #fff !important;
}
.profile .joms-module__footer {
    margin-left: 10px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--black);
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.page-link {
    z-index: 3;
    color: var(--black);
    background-color: var(--ice-dark);
}
.page-link:hover {
    z-index: 2;
    color: var(--black);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.apresentacao-header::after {
    content: "";
    background-image: url('/images/events-image-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-position: right top;
}
.view-registration .component {
    background-color: white;
}
.main-top>.module>.inner,
.main-top>.module>.inner .module-content {
    height: 100%;
}
.main-top>.module>.inner {
    display: flex;
    flex-direction: column;
}
.main-top>.module>.inner .module-content {
    background-color: var(--white);
}
.main-top>.module.galeria-fotos>.inner .module-content,
.main-top>.module.post-home>.inner .module-content {
    background-color: transparent;
}
.joms-comment__reply {
    background: var(--white) !important;
}
.mod-utilidades img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.custom-card {
    width: 100%;
    /* Ocupa toda a largura da coluna */
    height: 200px;
    /* Altura fixa para os cards */
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Ajusta o conteúdo para o final do card */
    background-color: #333;
    /* Cor de fundo padrão */
    color: #fff;
    /* Cor do texto */
    border-radius: 8px;
    /* Bordas arredondadas */
    position: relative;
    /* Necessário para o posicionamento absoluto do título */
}
.custom-card.active {
    border: 10px solid var(--yellow);
}
a.custom-card {
    text-decoration: none;
}
.custom-card:hover {
    background-color: #444;
    /* Alteração suave na cor de fundo */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* Sombra suave ao redor do card */
}
.custom-card-title {
    font-size: 18px;
    color: #EEEEEE;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    /* Garante que o título ocupe a altura total */
}
.custom-card.card-1 {
    background-image: url('../../../../../images/evento/iStock-1181256498.png');
    background-size: cover;
    background-position: center;
}
.custom-card.card-2 {
    background-image: url('../../../../../images/evento/iStock-625736338.png');
    background-size: cover;
    background-position: center;
}
.custom-card-title span {
    display: block;
    /* Garante que cada palavra fique em uma nova linha */
    margin: 0;
    line-height: 1.2;
}
/**/
/* Título acima do checkbox */
.lgpd-title {
    font-size: 10px;
    color: #898D8D;
    margin-bottom: 5px;
}
/* Mensagem ao lado do checkbox */
.lgpd-checkbox-label {
    font-size: 10px;
    color: #898D8D;
    margin-left: 8px;
    line-height: 1.5;
}
/* Texto explicativo abaixo do checkbox */
.lgpd-disclaimer {
    font-size: 8px;
    color: #898D8D;
    margin-top: 8px;
    line-height: 1.4;
}
body joomla-alert {
    width: auto;
    display: table;
    min-width: none;
    margin: calc(var(--bs-gutter-x) * 0.5) auto;
    position: fixed;
    top: var(--header-height);
    left: 50%;
    transform: translateX(-50%);
    padding: var(--bs-gutter-x);
    z-index: 100000;
}
body joomla-alert .joomla-alert--close {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
[class*="position-two-columns"]>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
[class*="position-two-columns"]>div>.module{
    margin: var(--bs-gutter-x) 0;
}
.position-two-columns-left-a,
.position-two-columns-right-a{
    padding-top: var(--bs-gutter-x);
}
.module-name-community_activitystream .joms-stream__container {
        overflow-y: auto;
}

/* Customização da barra de rolagem */
.module-name-community_activitystream .joms-stream__container::-webkit-scrollbar {
    width: 17px;
    /* Largura da barra de rolagem */
}
/* Cor da barra de rolagem (trilho) */
.module-name-community_activitystream .joms-stream__container::-webkit-scrollbar-track {
    background-color: #545454C2;
    /* Cor cinza */
}
/* Cor e estilo do botão de rolagem (thumb) */
.module-name-community_activitystream .joms-stream__container::-webkit-scrollbar-thumb {
    background-color: #FAE100;
    /* Cor amarela */
    border: 0;
    /* Espaçamento ao redor do thumb */
}
.activitystreamcustom .joms-comment{
    background-color:   var(--white);
}
.footer{
    
    background-color: var(--gray);
    color: var(--white);
    padding: 3rem 0;
}
.footer a{
    color: var(--white);
}
.footer .copyright {
	font-size: 11px;
}
.footer-social a {
	font-size: 1rem;
	background: var(--yellow);
	display: block;
	text-align: center;
	height: 1.5rem;
	width: 1.5rem;
	color: var(--gray);
}

[class*="position-two-columns"] .module-content {
background-color: var(--white);
}

.module-content .swiper {
    background-color: var(--white);
}
.module-content [class*="CardContainer-sc"] {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.section_top_menus .joms-hcard__info {
	width: auto !important;
	padding: 14px !important;
	background: var(--gray);
	z-index: 100;
	align-items: center;
	height: 100%;
	position: relative;
	margin-left: auto;
	max-width: none;
	display: flex !important;
	justify-content: flex-end
}

.toggle-perfil {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: white !important;
    cursor: pointer;
    font-weight: 400;
    padding-left: 4px;

}

.items-perfil {
    display: none;
    position: absolute;
    background-color: #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100px;
    margin-top: 2.5rem;
    z-index: 1;
}

.joms-module--hellome .joms-hcard {
    width: 100%;
    border: 0;
    display: contents;
}

.joms-hcard__info {
    position: relative;
    bottom: 0;
}

.items-perfil a.logout {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.items-perfil:hover {
    background-color: var(--ice);
}
.component {
	position: ;
}
.component .icons {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
}

.header__top-right .btn-login [class*="fas"],
.header__top-right .btn-login svg {
    color: var(--yellow);
   color: var(--yellow);
   fill: var(--yellow);
}
/* Container para a galeria de imagens */
.sigFreeContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 15px;


}

/* Definir o tamanho das imagens dentro de cada item */
.sigFreeThumb {
    flex: 0 0 calc(16.666% - 15px); /* 6 imagens por linha em telas grandes */
    box-sizing: border-box;
}

/* As imagens devem se ajustar ao tamanho do contêiner */
.sigFreeThumb img {
    width: 100% !important;
    height: auto !important;
}
/* Responsividade para telas médias (até 1200px) */
@media (max-width: 1440px) {
    .sigFreeThumb {
        flex: 0 0 calc(20% - 15px); /* 4 imagens por linha em monitores médios */
    }
}

/* Responsividade para telas médias (até 1200px) */
@media (max-width: 1200px) {
    .sigFreeThumb {
        flex: 0 0 calc(25% - 15px); /* 4 imagens por linha em monitores médios */
    }
}

/* Responsividade para telas pequenas (até 768px) */
@media (max-width: 768px) {
    .sigFreeThumb {
        flex: 0 0 calc(50% - 15px); /* 2 imagens por linha em tablets e dispositivos pequenos */
    }
}

/* Responsividade para dispositivos móveis (até 480px) */
@media (max-width: 480px) {
    .sigFreeThumb {
        flex: 0 0 100%; /* 1 imagem por linha em dispositivos móveis */
    }
}

/* Ajustes para os títulos da galeria */
.page-header h1, .page-header h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* Alinhar o botão de edição à direita */
.icons .float-end {
    text-align: right;
    margin-top: 10px;
}

/* Ajustar o conteúdo da galeria */
.com-content-article__body {
    padding: 15px;
}

/* Garantir que as imagens dentro do link da galeria sejam clicáveis */
.sigFreeLink {
	display: block;
	width: 100% !important;
	height: auto !important;
}
 /* Contêiner principal para o posicionamento absoluto dos ícones */
.joms-comment__reply {
    position: relative;
}

.joms-comment__reply .joms-icon {
	position: absolute;
	top: 50%;
	right: 80px !important;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	line-height: 1em;
	cursor: pointer;
}
.joms-comment__reply .joms-icon:hover, .joms-comment__reply .joms-icon:focus, .joms-comment__reply .joms-icon:active {
	color: #000;
	fill: #000;
}
.joms-comment__reply .joms-icon--emoticon {
	margin-right: 24px;
}
.joms-comment__reply .joms-icon svg {
    width: 100%;
    height: 100%;
}

.joms-icon--add {
    right: 80px !important;
}

.joms-icon--emoticon {
    right: 110px;
}
.joms-comment__reply span {
	display: block;
	text-align: right;
	padding-left: 0;
}
.joms-textarea__wrapper .joms-textarea:focus,
.joms-textarea__wrapper .joms-textarea:active {

	border: 1px solid #ccc !important;
}
.section_top_menus .row {
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
    width: 100%;
}
.toggle-perfil, .module-name-community_notifications .joms-icon {
	fill: var(--yellow);
	color: var(--yellow) !important;
}
.module-name-community_notifications .joms-icon {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.module-name-community_notifications .joms-button--hellome{
padding: 0;
}
.module-name-community_notifications {
    display: flex !important;
    align-items: center;
}
.section_top_menus {
	display: inline-flex;
	align-items: center;
}
.joms-button--hellome{
    background-color: transparent;
    padding: 0.5rem;
}

.joms-notifications, .joms-notifications a {
	color: var(--yellow) !important;
	padding: 0.5rem;
}

.joms-action--hellome{
    width: auto !important;
}

.apresentacao-header{
    padding: 8px;
    margin-bottom: 15px;
    background:#cacdcc;
    position: relative;
}

.apresentacao-header::after {
	content: "";
	background-image: url('../images/events-image-right.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: right top;
}

.caixa-texto{
    padding: 15px;
}

.eventos .joms-page__title{
font-size: 18px !important;
}

.apresentacao-header .caixa-texto {
	font-size: 14px;
	padding-top: 30px;
	padding-left: 3.2rem;
	padding-bottom: 30px;
	color: #000000;
	font-family: "Cera";
	z-index: 1;
}

.apresentacao-header .caixa-texto p{
    font-family: "Cera";
    
}
    
.apresentacao-header h3{
    color: #fae100;
    font-size: 40px;
    line-height: 1.25em;
}
.jomsocial .joms-dropdown > li:hover {
	background: #000 !important;
}
.joms-module__wrapper--main .joms-tab__content, .joms-middlezone .joms-tab__content{
    padding: 14px !important;
}
.joms-app--wrapper{
    margin-right: 0 !important;
}
.likes .fa-thumbs-up {
    font-size: 0.75rem; vertical-align: middle; margin-right: 5px; margin-bottom: 5px;
	background: #2397F3;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em;
}

.joms-notifications {
	display: flex;
}


/* Estilo para o contêiner do formulário */
.com-finder__form {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

/* Legenda oculta */
.com-finder__search-legend,
.com-finder__search-advanced {
    display: none;
}

/* Estilo para o campo de busca */
.js-finder-search-query {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    flex: 1;
    min-width: 300px;
}

/* Botões de busca */
.com-finder .btn-primary {
   
   
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.com-finder .btn-primary:hover {
   
}

.com-finder .btn-secondary {
    background-color: #6e6e6e; /* Cinza médio */
    border-color: #6e6e6e;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.com-finder .btn-secondary:hover {
    background-color: #525252; /* Variante mais escura */
}

/* Container dos resultados */
.com-finder__results {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin: calc(var(--bs-gutter-x) * 2) auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Mensagem explicativa */
.com-finder__explained p {
    font-size: 16px;
    color: #6e6e6e;
    margin-bottom: 15px;
    font-style: italic;
}

/* Lista de resultados */
.com-finder__results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Itens individuais dos resultados */
.result__item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

/* Título do resultado */
.result__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #053989;
}

.result__title-link {
    text-decoration: none;
    color: #053989;
    transition: color 0.3s ease;
}

.result__title-link:hover {
    color: #0080c5;
}

/* URL do resultado */
.result__title-url {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-top: 3px;
}

/* Descrição do resultado */
.result__description {
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    line-height: 1.6;
}

/* Marcação destacada */
.result__description mark {
    background-color: #fffa90;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Taxonomia do resultado */
.result__taxonomy {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #555;
}

.result__taxonomy-item span {
    font-weight: bold;
    color: #053989;
}

/* Contador de resultados */
.com-finder__counter {
    text-align: right;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

/* Paginação */
.com-finder__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/* Estilo dos botões de paginação */
.search-pagination {
    text-align: center;
}

.search-pagination a {
    padding: 8px 12px;
    background-color: #053989;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.search-pagination a:hover {
    background-color: #0080c5;
}


/* Grupo de inputs */
.input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Filtros avançados */
#advancedSearch {
    margin-top: 20px;
}

.com-finder__tips {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
}

.com-finder__filter .control-group {
    margin-bottom: 15px;
}

.com-finder__filter label {
    font-weight: bold;
    margin-bottom: 5px;
}

.com-finder__filter .form-select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Espaçamento geral */
.com-finder .form-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
