html {
	max-width: 100% !important;
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}
body {
	max-width: 100% !important;
    font-family: "Bree Serif", serif !important;
    padding-right: 0px !important;
    min-width: 100% !important;
    overflow-x: hidden !important;
}
.bree {
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}
.fs-1-2 {
    font-size: 1.2rem;
}
.title {
    font-size: 3rem !important;
}
.title > span {
    font-size: 4.5rem !important;
}
.modal-open {
    overflow-y: auto;
}
a {
	color: inherit;
	box-shadow: none !important;
    text-decoration: none;
}
a:active {
	border: none;
	box-shadow: none !important;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.bold {
    font-weight: bold !important;
}
.b { border: 1px solid red !important; }
.c { border: 1px solid yellow !important; }
.cursor-pointer { cursor: pointer !important; }
.table > tbody > tr > td {
    vertical-align: middle;
}
.form-control:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.container-fluid {
    width: 94% !important;
}
/* ========== TOPO */
.nav-area {
    background-color: #FFF;
    height: 120px;
    border-radius: 28px;
    box-shadow: 0 0 5px #292929;
    position: absolute;
    top: 30px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 92% !important;
    padding: 15px 0;
    z-index: 10;
}
.nav-logo {
    height: 80px;
}
.menu {
    list-style: none;
}
.menu li a {
    color: #214987;
}
.menu li a:hover, .menu li a.active {
    color: #FFF;
    background-color: #214987;
    border-radius: 22px;
}
.btn {
    border-radius: 50px;
}
.btn-warning a, .textBlue {
    color: #214987 !important;
}
.textBlue p {
    color: #214987 !important;
}
.btn-warning {
    border-color: #F1A437;
    background-color: #F1A437;
}
.btn-warning:hover, .btn-warning:active {
    border-color: #d18e30;
    background-color: #d18e30;
}
.nav-action {
    box-shadow: 0 0 5px #525252;
}
.carousel {
    height: 540px;
}
.carousel-inner img {
    height: 540px;
    object-fit: cover;
}
.carousel-item {
    position: relative; /* Garante que o texto fique posicionado dentro do slide */
}
.carousel-item h2 {
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    left: 50%; /* Centraliza horizontalmente */
    transform: translate(-50%, -50%); /* Garante centralização perfeita */
    color: white; /* Deixa o texto visível */
    text-align: center;
    background: rgba(0, 0, 0, 0.5); /* Fundo semitransparente para legibilidade */
    padding: 10px 20px;
    border-radius: 10px;
}
.defaultBorder {
    padding-bottom: 5px;
    border-bottom: 6px solid #214987;
    box-shadow: 0px 10px 0px#F2A436;
}
.newsList {
    flex-wrap: wrap;
    list-style: none;
}
.newsList li {
    width: 530px;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}
.imgContainer {
    border-radius: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.imgContainer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.imgContainer h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.6rem;
    text-align: center;
    width: 80%;
    z-index: 2;
}
footer {
    height: 100px;
    background-color: #004987;
}
.socialFooter {
    right: 10%;
}
.membersList {
    flex-wrap: wrap;
    list-style: none;
}
.memberPhoto {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
}
.memberPhoto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-label {
    font-size: 1.6rem;
    text-indent: 20px;
}
.form-label span {
    color: red !important;
}
.defaultForm {
    border-radius: 14px;
    height: 50px;
}
.form-control {
    border-radius: 14px;
}
@media only screen and (max-width: 1024px){
    .dmn {
        display: none !important;
    }
    .tcm {
        text-align: center !important;
    }
    .socialFooter {
        right: 4%;
        font-size: 0.4rem !important;
    }
    .fix1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .fix2 {
        font-size: 2rem !important;
    }
    .nav-mobile {
        border-radius: 10px;
        top: 10px !important;
        left: 5% !important;
        z-index: 100000 !important;
        width: 90% !important;;
        height: 60px !important;;
        background-color: #FFF !important;
    }
    .logo-mobile {
        height: 50px !important;
    }
    .btn-nav {
        border: none !important;
        background-color: #004987 !important;
    }
    .navListMobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #004987;
        z-index: 90000;
        display: none;
    }
    .navListMobile .active, .navListMobile a:hover {
        background-color: #FFF !important;
        color: #004987 !important;
    }
    .btnBackToTop, .btnBackToTop:hover {
        width: 32px;
        height: 32px;
        text-align: center;
        padding: 0 !important;
        border: 10px;
        color: #FFF;
        box-shadow: 0 0 10px #000;
        border: 2px solid #FFF;
        background-color: #004987 !important;
        position: fixed;
        bottom: 3%;
        right: 3%;
    }
}