h5 {
    font-size: 15px;
}

.card-home-div {
    height: 300px !important;
}

.card-home {
    background-image: url("../imagens/molecula.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 5px;
}

.card-header-home {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card-content-home {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
}

.card-header-home:hover .card-content-home {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: drop-shadow(15px 10px 5px rgba(0, 0, 0, .5));
    filter: drop-shadow(15px 10px 5px rgba(0, 0, 0, .5));
    cursor: pointer;
}

.legend-title {
    font-size: 18px;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
}

.bg-white {
    background-color: #ffffff;
}

body {
    background-color: #f4f6f9;
}

.messages-system {
    position: fixed;
    right: 10px;
    margin-left: 10px;
    bottom: 0;
    z-index: 1;
}

.hide {
    display: none;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 4px !important;
}

.dialog-component {
    margin: auto !important;
    border-radius: 5px;
    border-width: 0.5px;
    padding: 0;
    min-width: 300px;
}

#quill-editor {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
}

.div-catalogo-site {
    max-height: 250px;
    overflow: scroll;
}

.div-catalogo-site::-webkit-scrollbar {
    display: none;
}

.carousel-page {
    position: relative;
    margin-bottom: 10px;
    /* Espaço entre título e imagem */
}

.carousel-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.carousel-title {
    text-align: center;
    margin-bottom: 10px;
    /* Espaço entre o título e a imagem */
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    /* Cor do título */
}

.carousel-image {
    width: 50%;
    height: 20rem;
    opacity: 0.8;
    border-radius: 8px;
    /* Adiciona cantos arredondados (opcional) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Adiciona sombra (opcional) */
    object-fit: contain;
}

.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.carousel-title {
    position: relative !important;
    margin: 0;
    font-size: 1.5rem;
    opacity: 1;
    margin-bottom: 10px;
}

.carousel .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    /* Ajuste conforme necessário */
    height: auto;
    z-index: 2;
    /* Certifique-se de que a logo esteja acima do carrossel */
}

.carousel-images img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-images img.active {
    opacity: 1;
    z-index: 1;
}

.carousel-banner {
    position: relative;
    max-width: 100%;
    height: 45vh;
    overflow: hidden;
}

.carousel-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.carousel-banner img.active {
    opacity: 1;
}

.carousel-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

a.text-decoration-none {
    display: block;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

a.text-decoration-none:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    cursor: pointer;
}

hr {
    height: 2px !important;
}

#cCarousel {
    position: relative;
    width: 100%;
    margin: auto;
}

#cCarousel .arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    color: white;
    background: #00000072;
    cursor: pointer;
}

#cCarousel #prev {
    left: 0px;
}

#cCarousel #next {
    right: 0px;
}

#carousel-vp {
    width: 80%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.br-footer-column {
    flex:1;
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#cCarousel #cCarousel-inner {
    display: flex;
    position: absolute;
    transition: 0.3s ease-in-out;
    gap: 10px;
    left: 0px;
}

.cCarousel-item {
    width: 250px;
    height: 365px;
    border: 2px solid white;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cCarousel-item img {
    width: 100%;
    object-fit: contain;
    background-size: cover;
    background-position: center;
    min-height: 150px;
    color: white;
}

.cCarousel-item .infos {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: white;
    color: black;
}

.cCarousel-item .infos button {
    background: #222;
    padding: 10px 30px;
    border-radius: 15px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.img-publicacao {
    max-width: 100%;
    max-height: 300px;
}

.br-accordion .item[active]+.content {
    border: 0;
    display: flex;
    flex-direction: column;
}

.br-accordion .item {
    border: 0;
}

.br-accordion {
    border: 0;
}

.title {
    font-size: 14px !important;
}

.br-item.header {
    color: #fff;
}

.no-max {
    max-width: none !important;
}

.squares-container {
    top: 0;
    bottom: 0;
    right: 0;
}

.squares-container div {
    background-color: var(--border-color);
}

.header-responsive-menu {
    display: none !important;
}

.endereco-letter p {
    font-size: 14px !important;
}

.menu-title span {
    font-weight: bold;
    text-align: center;
    color: #1351b4;
    display: block;
}

.image-card {
    width: 18rem;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-duvida {
    color: white !important;
}

.fundo-duvida {
    background-color: #5d5c5c !important;
    width: 100% !important;
    display: flex;
    justify-content: start;
    padding: 0.5rem;
}

.fundo-faq {
    background-color: var(--border-color) !important;
}

hr.cor-branca {
    border: 0;
    border-top: 5px solid #FFFFFF;
    margin-top: 20px;
    margin-bottom: 0px;
    height: 10px !important;
}

.link-sem-underline {
    -webkit-tap-highlight-color: red !important;
    background-color: unset !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.link-sem-underline:hover {
    background: transparent !important;
}

.letter-gestao {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.no-gutter {
    --bs-gutter-x: 0;
}

.image-card-large {
    width: 100%;
    max-width: 30rem;
    height: 18rem;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.header-image {
    flex: 1;
    max-width: fit-content;
}

.header-image img {
    max-height: var(--header-logo-size);
}

.tarjaBanner-pageSobreMaior {
    width: 35%;
    bottom: 0;
    background-color: #92D9BB;
}

.tarjaBanner-pageSobreMaior-span {
    font-size: 48px;
    font-weight: bold;
}

.font-pageSobre {
    font-size: 28px;
    z-index: 1;
    font-weight: bold;
}

.tarjaBanner-pageSobre {
    position: absolute;
    left: -2rem;
    right: 1rem;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #2E8367;
}

/* Remover fundo de foco */
.br-tab .tab-item button:focus,
.br-tab .tab-item a:focus {
    outline: none;
    background-color: transparent;
}

/* Remover o efeito de hover */
.br-tab .tab-item button:not(:disabled):hover,
.br-tab .tab-item a:not(:disabled):hover {
    background-image: none;
    background-color: transparent;
}

/* Altera a cor da tab ativa */
.br-tab .tab-item.active button {
    border-bottom: 4px solid var(--active, #0c326f);
    color: var(--active, #0c326f);
}

/* Para a tab com bordas personalizadas */
.br-tab .tab-item button {
    border-left: 2px solid transparent;
    border-right: 2px solid var(--tab-border-color, #0c326f);
    border-top: 0;
    border-bottom: 4px solid transparent;
    border-radius: 0 8px 8px 0;
    padding: var(--tab-size) var(--tab-padding);
}

/* Personalizando para as tabs com temas específicos */

/* Para a tab 'normal' */
.br-tab.normal .tab-item.active button {
    border-bottom: 4px solid#0c326f;
    color:#0c326f;
    border-right: 2px solid#0c326f;
    background-color: #0c326f;
    color: #fff;
}

/* Para a tab 'sobre' */
.br-tab.sobre .tab-item.active button {
    border-bottom: 4px solid #92D9BB;
    color: #92D9BB;
    border-right: 2px solid #92D9BB;
    background-color: #92D9BB;
    color: #fff;
}

/* Para a tab 'noticias' */
/* .br-tab.noticias .tab-item.active button {
    border-bottom: 4px solid #AED9B4;
    color: #AED9B4;
    border-right: 2px solid #AED9B4;
    background-color: #AED9B4;
    color: #fff;
} */

/* Para a tab 'todos' */
/* .br-tab.todos .tab-item.active button {
    border-bottom: 4px solid #B8E0D2;
    color: #B8E0D2;
    border-right: 2px solid #B8E0D2;
    background-color: #B8E0D2;
    color: #fff;
} */

/* Estilizando a div .content para ter bordas arredondadas, borda e uma caixa visível */
.header-site .content {
    display: none;
    opacity: 0;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid var(--border-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: opacity 0.3s ease, display 0s 0.3s;
    position: absolute;
    z-index: 999;
}

/* Estilizando os links dentro da caixa */
.header-site .content a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: background-color 0.3s ease;
}

/* Efeito hover para os links */
.header-site .content a:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

/* Colocando a caixa de conteúdo visível quando o mouse estiver sobre o item */
.header-site .content.show {
    display: block;
    opacity: 1;
}

.title-minor {
    font-size: 12px !important;
    font-weight: bold;
}

.not-bg:hover {
    background-image: unset !important;
    box-shadow: unset !important;
    transform: unset !important;
}

.mini-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));  /* 5 minicards por linha */
    gap: 15px !important;  /* Espaçamento entre os minicards */
}

/* Estilo para cada item (minicard) */
.mini-cards .item {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;

    transition: all 0.3s ease-in-out;
    padding: 10px;
    font-size: 14px; /* Reduzido para um tamanho mais compacto */
}

.mini-cards .item span{
    color: white;
}

.mini-cards .content {
    display: none;  /* Começa com o conteúdo oculto */
    padding: 10px;
    margin-top:  10px;
    font-size: 12px; /* Tamanho menor do texto */
    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;
}

.mini-cards .item.open .content {
    display: block;  /* Exibe o conteúdo quando o item estiver aberto */
}

.mini-cards .item .header {
    background-color: none;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.mini-cards .item .header .title {
    font-size: 14px;
}

.br-border-radius {
    border-radius: 10px !important;
}

.br-accordion .item[active]+.content {
    border-bottom: 0 !important;
    display: block !important;
}

.border-azul {
    border-color: #1351b4 !important;
}

.br-xfieldset-azul {
    border-color: #1351b4 !important;
    color: #ffffff;
    background-color: #1351b4 !important;
    border-radius: 10px !important;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.br-accordion-azul {
    border-radius: 10px !important;
    border: 1px solid var(--border-color) !important;
    color: #1351b4 !important;
    background-color: #1351b4 !important;
}

.br-accordion-azul span {
    color: #ffffff;
}

.not-hover:hover {
    background: none !important;
}

.coluna-status button {
    border: none;
    font-size: 20px;
    background: none;
    display: flex;
    justify-self: center;
}

.coluna-status button:hover {
    opacity: .7;
}

.laravel-livewire-table td {
    align-content: center;
}

.header-avatar span.avatar-name {
    padding: 0 8px;
}

.br-notification .notification-header {
    padding: 5px 15px 15px;
}

.br-notification .menu-panel {
    height: auto;
    max-width: none;
    padding: 0;
}

.br-header .header-actions .dropdown.show .br-notification {
    width: auto;
}

.br-notification .br-menu nav ul li a {
    padding: 10px;
}

.br-notification .br-menu nav ul li:last-child {
    margin-bottom: 15px;
}

.text-align-center {
    text-align: center;
}

#avatar-dropdown-trigger {
    height: auto;
    padding: var(--spacing-scale-base);
}

.btn-logout {
    text-align: center;
    padding: 15px;
}

.col-um-dados-cadastrais {
    max-width: 21%;
}

.br-step.vertical[data-label=left] .step-info {
    text-align: right;
}

input[readonly] {
    background-image: linear-gradient(rgba(var(--color-rgb), var(--hover)), rgba(var(--color-rgb), var(--hover)));
}

.btn-opcoes-grid {
    padding: 6px 20px;
    margin-right: 20px;
}

.menu-opcoes-grid {
    top: 40px;
}

.menu-opcoes-grid a.dropdown-item {
    text-decoration: none;
}

.menu-opcoes-grid a.dropdown-item span i {
    min-width: 24px;
    text-align: left;
}

.br-input input:not(:disabled):hover {
    background-image: none;
}

.br-select {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .responsive-text {
        font-size: 10px !important;
    }
    .font-pageSobre {
        font-size: 24px;
    }
    .tarjaBanner-pageSobreMaior-span {
        font-size: 42px;
    }
}

@media (max-width: 770px) {
    #carousel-vp {
        width: 510px;
    }
    .br-footer-column {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .responsive-menu {
        display: none !important;
    }
    .header-responsive-menu {
        display: block !important;
    }
    .message-duvida {
        font-size: 20px !important;
    }
    .responsive-text {
        font-size: 10px !important;
    }
    .responsive-text h3 {
        font-size: 1rem !important;
    }
    .font-pageSobre {
        font-size: 12px;
    }
    .tarjaBanner-pageSobreMaior-span {
        font-size: 22px;
    }
    .mini-cards .item span{
        font-size: 8px !important;
    }
    .mini-cards .content {
        font-size: 8px !important;
    }

    .br-tab .tab-item button {
        padding: 8px 15px;  /* Ajustando o padding para telas menores */
        font-size: 12px;  /* Reduzindo o tamanho da fonte para telas menores */
    }

    .br-tab .tab-item.active button {
        font-size: 12px;  /* Reduzindo a fonte da tab ativa */
    }
}

@media (max-width: 510px) {
    #carousel-vp {
        width: 250px;
    }
    .br-footer-column {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .message-duvida {
        font-size: 20px !important;
    }
    .font-pageSobre {
        font-size: 9px;
    }
    .tarjaBanner-pageSobreMaior-span {
        font-size: 18px;
    }
    .mini-cards .item span{
        font-size: 6px !important;
    }
    .mini-cards .content {
        font-size: 6px !important;
    }
}
