.wrapper {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .wrapper {
        width: 80%;
    }
}

.carousel-size {
    width: 100%;
}

.carousel-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.destaque {
    width: 100%;
    background-color: #ffffff;
    border-radius: 6.175px;
    object-fit: scale-down;
    object-position: center;
    display: block;
    aspect-ratio: 16/9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.destaque:hover {
    transform: scale(1.1);
}

.news-img {
    display: block;
    height: 200px;
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.news-title{
    font-size: 20px;
    font-weight: 600;
}

.news-title:hover {
    text-decoration: underline !important;
}

.news-img:hover {
    transform: scale(1.1);
}

.img-hover {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-hover:hover {
    transform: scale(1.1);
}

.site-img {
    width: 100%;
    /* height: 500px; */
    border-radius: 6.175px;
    object-fit: scale-down;
    object-position: center;
    display: block;
    aspect-ratio: 16/9;
}

.navbar-site i {
    margin-bottom: 3px;
}

.card-img-top {
    object-fit:cover;
}

.dropdown-item:hover {
    background-color: inherit;
    color: #fff;
}

.btn,
.nav-item,
.dropdown-item,
.footer-links li {
    opacity: .8;
}


.btn:hover,
.nav-item:hover,
.footer-links li:hover,
.dropdown-item:hover {
    opacity: 1;
}

.nav-item,
.dropdown-item,
.dropdown button,
.btn:hover,
.offcanvas-body .bi {
    color: #fff !important;
}

.text-sm {
    color: rgb(161, 161, 170);
    font-size: 12px;
    font-weight: 500;
}

.input-search {
    min-width: 100%;
    border: none;
    padding: .75em 0;
    padding-left: 8px;
    border-radius: 6.175px;
    background-color: inherit !important;
}

.input-search:focus {
    outline: 1px solid #1b84ff;
}

.button-search {
    position: absolute;
    right: 1px;
    top: 55%;
    transform: translateY(-50%);
    height: auto;

    border: none;
    background-color: inherit;
}

.button-search:hover {
    background-color: rgb(225, 225, 225);
    border-radius: 6.175px;
}

.card-body h5 {
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#carousel {
    position: relative;
}

.carousel-dots button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
}

.offcanvas-body,
.offcanvas-body button {
    font-size: 16px !important;
    color: #fff !important;
}

.bi-list {
    font-size: 1.75rem !important;
}

.btn-toggle-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.btn-close {
    color: white !important;
}

.bi-chevron-right {
    margin-right: 0.5em;
    transition: transform 0.3s ease;
}

.page-link.active,
.active > .page-link {
    z-index: 3;
    color: #252f4a !important;
    background-color: #e7e5e4 !important;
}

[data-bs-theme="dark"] .page-link.active,
[data-bs-theme="dark"] .active > .page-link {
    color: #e7e5e4 !important;
    background-color: #252f4a !important;
}

.video-container {
    position: relative;
    max-width: 100%;
}

.video-container iframe {
    border-top-right-radius: 6.175px !important;
    border-top-left-radius: 6.175px !important;

}

.busca {
    font-size: 16px;
}

hr {
    border-color: #d4ddd7;
}

.estrutura-typography span {
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    transition: opacity 0.3s ease;
}

.hidden-link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    z-index: 999;
    color: transparent;
}

.text-news {
    font-size: 18px !important;
    text-align: justify;
}

.title-news {
    font-size: 28px !important;
    font-weight: bold;
}

.subtitle-news,
.ph-line-vertical {
    color: #78716c !important; font-size: 14px !important; font-weight: 300;
}

.ph {
    font-size: 16px !important;
}

.primary-header {
    z-index: 10;
    transition: box-shadow 250ms;
}

.primary-header.sticking{
    box-shadow: 2px 0 5px #78716c;
}

.card-rounded-div {
    border-top-left-radius: 6.175px;
    border-top-right-radius: 6.175px;
}

.marquee-wrapper {
    overflow: hidden;
    display: flex;
}

.marquee-wrapper:hover div{
    animation-play-state: paused;
}

.marquee {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;

    animation: marquee-images 75s linear infinite;
}

.marquee-item{
    margin-left: 16px;
}

.marquee-img {
    width: 250px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@keyframes marquee-images {
    to {
        transform: translateX(calc(-100% - 16px));
    }
}
