header .logo-desktop,
header .logo-mobile-menu {
    width: 220px;
    margin: 1rem 0
}

/* FOOTER */
footer {
    background-color: #F7F7F7;
    margin-top: 3rem;
}

footer .logo-desktop {
    max-width: 200px;
}

footer h3 {
    margin-top: 0;
    font-size: 1.125rem;
    color: var(--dark)
}

footer .footer__nav li a:not(.btn) {
    display: block;
    padding: 8px 0;
    font-size: .875rem;
    color: var(--dark);
    transition: .3s
}

footer .footer__nav li a i {
    font-size: .625rem
}

footer .footer__nav li a:hover {
    color: var(--primary-color-dark)
}

footer .address :is(span, a):not(.btn) {
    color: var(--dark);
    font-size: .875rem;
    line-height: 25px;
    transition: .3s;
    padding: 8px 0;
}

footer .address a:not(.btn):hover {
    color: var(--primary-color-dark)
}

.copyright-footer .btn.selos {
    min-height: unset;
}

@media screen and (max-width: 992.05px) {
    footer .social {
        justify-content: center;
    }
}

.card.card--23 {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column nowrap;
    gap: 1rem;
    background-color: var(--dark);
    background-image: linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply, normal;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
    height: 100%
}

.card.card--23:focus-within,
.card.card--23:hover {
    box-shadow: 0 0 0 2px var(--secondary-color)
}

.card.card--23 .card__title {
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 0 0 .25rem var(--dark);
    margin: 0;
    min-height: calc(1.25rem * 2 * 1.3)
}

.card.card--23 .card__link {
    z-index: 1;
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    padding: .5rem .75rem;
    font-size: .875rem;
    text-transform: uppercase;
    transition: var(--transition);
    color: var(--light);
    font-weight: 600;
    border: 2px solid currentColor;
    border-radius: 99px
}

.card.card--23 .card__link>span {
    width: 0;
    max-width: fit-content;
    opacity: 0;
    transition: var(--transition)
}

.card.card--23 .card__link:focus>span,
.card.card--23 .card__link:hover>span {
    width: 100px;
    opacity: 1;
    margin-right: .5rem
}

.card.card--23 .card__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    backface-visibility: visible
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.shadow-19 {
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
    margin-bottom: 0
}

.title-subtitle span {
    display: block;
    font-size: .9rem;
    color: #000;
    line-height: 1rem;
    letter-spacing: .25rem;
    text-transform: uppercase
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
    display: grid;
    place-items: center;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    overflow: hidden
}

.clientes .clientes__item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 auto;
    opacity: .75;
    border-radius: var(--bs-border-radius-sm);
    transition: opacity var(--transition)
}

.clientes .clientes__item:hover img {
    opacity: 1
}

.blog-aside .sub-menu{
    max-height: 400px;
    overflow-y: auto;
}
.blog-tag-list__cards{
    max-height: 300px !important;
    overflow-y: auto;
}

.tab-content iframe{
    width: 100%;
    max-width: 500px;
}
/* ============== BANNERS ================= */
.banner-page {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.bread {
    background: var(--background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 40px 0;
    color: var(--light);
}

.bread #breadcrumb :is(li, a) {
    color: var(--light);
}

@media (min-width: 1320px) {
    .banner .splide__content {
        max-width: 1320px !important;
    }
    .banner__title{
        font-size: 4rem;
    }
    .banner__text{
        font-size: 1.375rem;
    }
}
@media (min-width: 1600px) {
    .banner .splide__content {
        max-width: 1440px !important;
    }
}


/* ============== CARDS/BOX ================= */
.mvv {
    padding: 24px;
}

.card--prod {
    border-radius: 30px;
    overflow: hidden;
    border: 0;
}

.card--prod .card-body {
    background-color: #FAFAFA;
}


/* ====================== CONTATO ======================= */
.box-form {
    border-radius: 16px;
    background: rgba(26, 26, 26, 0.45);
    backdrop-filter: blur(9px);
    padding: 24px;
}

.box-form label {
    color: var(--light);
    font-size: 16px;
}

.box-form :is(input, select, textarea) {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    color: var(--light);
    border-color: transparent !important;
}

.box-form :is(input, select, textarea)::placeholder {
    color: #FAFAFA;
}

.cta-btn {
    background-color: #fff;
    padding: 16px;
    border-radius: 32px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #fafafa;
}

.contato-box {
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 16px;
}

.contato__topic {
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: var(--light);
    margin: 10px 0;
}

.contato__topic a:hover {
    color: #fafafa;
}

.contato__icon {
    width: 67px;
    height: 67px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background-color: #E52B30;
    color: #fff !important;
    border-radius: 16px;
    font-size: 2.1875rem;
}

.contact {
    display: flex;
    align-items: center;
}

.form--contato :is(input, select, textarea) {
    border-radius: 16px;
    border: 1px solid #C6C6C6;
    padding: 16px;
}

/* ============== HEADER e FOOTER ================ */
footer i{
    color: var(--primary-color);
}
footer .footer-map{
    width: 100%;
    height: 250px;
}
@media screen and (min-width: 968px) {
    header:not(.headerFixed) {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: transparent !important;
        z-index: 9999;
    }
    
    header:not(.headerFixed) .offcanvas-body>ul>li>a {
        color: #FFF;
    }
    header:not(.headerFixed) .navbar-expand-lg .navbar-nav .nav-link{
        color: #eee;
    }
    
    .container-medium{
        max-width: 990px;
    }
}


/* UTILS */
.title-1 {
    position: relative;
}

.title-1::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 4px;
    margin-right: 3px;
}

.bg {
    background: var(--background);
}

.bg-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-17 {
    font-size: 1.0625rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-38 {
    font-size: 2.375rem;
}

.fs-40 {
    font-size: 2.5rem;
}

.pt-30 {
    padding-top: 30px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bg {
    background: var(--background);
}

.bg-cta {
    background: var(--background);
    border-radius: 16px;
}

.bg-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.br-16 {
    border-radius: 16px;
}

.br-30 {
    border-radius: 30px;
}

body {
    background-color: #fff;
}

@media (max-width:576px){
    .mobile-center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}