body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
}

a {
    color: #2B293D;
    text-decoration: none;
}

a:hover {
    color: #842029;
}

h1, h2, h3, h4, h5, h6, . h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

img {
    max-width: 100%;
}

.c-pointer {
    cursor: pointer;
}

.bg-dark {
    background-color: #2B293D !important;

}

.text-dark {
    color: #2B293D !important;
}

.btn-dark {
    background-color: #2B293D !important;
    border-color: #2B293D !important;
}

.btn-dark:hover {
    background-color: #242234 !important;
    border-color: #242234 !important;
}


.navbar-principal {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.navbar-principal .nav-item {
    padding: 0 .7rem;
}

.navbar-principal .nav-item .nav-link {
    color: #fff;
    border-bottom: 4px solid transparent;
    padding: 1rem .3rem;
    font-size: 15px;
}

.navbar-principal .nav-item .nav-link:hover {
    border-bottom-color: #FFE047;
}


.banners-home {
    margin-bottom: 1.5rem;
}

.breadcrumb {
    background-color: rgba(var(--bs-light-rgb), 1);
    border-radius: 15px;
    transition: all 0.3s;

    font-size: 14px;
    padding: 5px 15px;
}

.breadcrumb a {
    font-weight: 600;
}

.evento {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    /*border: solid 1px gainsboro;*/
    background-color: #fbfbfb;
    color: #2B293D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.evento:hover {
    color: #2B293D;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.evento .data {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.evento .data .fw-bold {
    color: #4539B4;
}

.noticia {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.noticia:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.noticia .imagem {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    border: solid 5px #fff;
}

.noticia h5 {
    font-family: "Montserrat", serif;
    font-size: 18px;
}

#aguarde {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000000e;
    display: none;
}

#aguarde div {
    background-color: #ffffffa1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}


/* Garante que o Select2 tenha o mesmo estilo do form-control */
.select2-container .select2-selection--single {
    height: calc(3.5rem + 2px); /* Ajusta a altura igual ao input */
    border-radius: 0.375rem; /* Mesmo border-radius do form-control */
    border: var(--bs-border-width) solid var(--bs-border-color) !important; /* Mesma cor da borda */
    padding: 1.45rem 1rem; /* Mesmo padding do input */
    font-size: 1rem;
    line-height: 1.5;
}

/* Garante alinhamento do texto */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important; /* Ajuste para centralizar o texto */
    padding-left: 0 !important;
    color: #495057 !important; /* Mesma cor do texto do input */
    margin-top: -15px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

/* Ajuste do indicador de dropdown */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

/* Foco semelhante ao input */
.select2-container--default .select2-selection--single:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

footer {
    background-color: #2B293D;
    color: #fff;
    padding: 20px 0;
}


footer .lista-rodape {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

footer .lista-rodape li {
    display: block;
    position: relative;

}

footer .lista-rodape li:before {
    content: '» ';
}

footer a {
    color: #A9A9A9 !important;
    transition: all 0.2s;
}

footer a:hover {
    color: #fff !important;
}