.img-about {
    width: 100%;
    height: 150%;
    overflow: hidden;
    margin-top: 14rem;
}

.img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contact {
    width: 100%;
    height: 40rem;
}

.img-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.img-service img {
    width: 75%;
    height: 20rem;
}

.img-icon img {
    width: 60px;
    height: 60px;
}

.service img {
    border-radius: 15px;
}

.brand-slider {
    overflow: hidden;
}

.brand-slider .swiper-wrapper {
    align-items: center;
}

.auto-container {
    position: static;
    max-width: 1350px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.single-service-technical-area.single-partner {
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    max-width: 10rem !important;
    height: 10rem !important;
    padding: 0% !important;
}

.img-partner img {
    display: block;
    width: auto !important;
    max-width: 8rem;
    object-fit: contain;
    margin: 0 auto;
    padding: 0 auto;
}

.support-modal button {
    border: none;
    margin-left: -1.8rem !important;
    color: rgb(139, 143, 153);
}

.support-modal .far {
    margin-right: .7rem;
}


/* Ajustes para o botão do menu lateral */
.newsletter-btn {
    all: unset;
    cursor: pointer;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 16px;
    font-family: "DM Sans", serif;
    font-weight: 700;
    height: 55px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f2f2f2;
    color: #5d666f;
}

.side-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 2000;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
}

.side-bar.active {
    transform: translateX(0);
    /* mostra o sidebar */
}

/* Overlay que cobre a tela */
.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

.sidebar-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.menu-btn {
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-left: 20px !important;
    width: 35px !important;
}

.menu-btn span {
    width: 25px;
    height: 3px;
    background-color: #fcf5f5;
    border-radius: 2px;
}

.mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5rem;
    margin-left: 5rem;
    width: 200px;
}

.mobile-buttons button {
    width: 200px;
    max-width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    font-family: "DM Sans", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 56px;
    color: rgb(32, 40, 45);
    background: none;
    border-bottom: 1px solid rgb(243, 243, 243);
    outline: none;
    padding: 12px 0 17px 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Fim do menu lateral */


/* Ajustes nos links do footer */
.quick-link-inner ul.links {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.quick-link-inner ul.links li {
    padding: 0;
    margin-bottom: 10px;
}

.quick-link-inner ul.links li button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    color: #8b8f99;
    margin-left: .1rem !important;
    border-radius: 6px;
    text-align: left;
    font-family: "DM Sans", serif;
    font-size: 16px;
    cursor: pointer;
}

.quick-link-inner ul.links li button i {
    min-width: 20px;
    margin-right: 8px;
}

/* Fim link do footer */



/* Ajustes Na Div da section portfolio */
/* Somente cards dentro da seção Portfólio */
/* .portfolio-section .swiper-slide{
    background-color: #222;
} */

.portfolio-section .single-testimonials-style-five {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 50rem;
    align-items: stretch;
}

.portfolio-section .single-testimonials-style-five .thumbnail.img-service {
    width: 100% !important;
    height: 35rem;
    margin-top: -2.2rem !important;
    margin-bottom: 15px;
}

.portfolio-section .single-testimonials-style-five .thumbnail.img-service img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 1rem;
    object-fit: cover;
}

.portfolio-section .single-testimonials-style-five .inner-content .name-area h5.title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #222;
}

.portfolio-section .single-testimonials-style-five .inner-content .name-area p.disc {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* FIM Portfolio */


/* Responsividade das minhas section */

/* @media only screen and (max-width: 767px) {
    .open-partner {
        width: 10rem;
        height: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .open-partner h2,
    .open-partner span {
        font-size: 20px !important;
        text-align: center !important;
    }
} */

/* Ajuste para telas menores */
@media (max-width: 768px) {
    /* .img-partner img {
        max-width: 120px;
    } */
}

@media (max-width: 480px) {
    .single-service-technical-area.single-partner {
        max-width: 7rem !important;
        height: 7rem !important;
    }

    .img-partner img {
        display: block;
        width: auto !important;
        max-width: 6rem;
        object-fit: contain;
        margin: 0 auto;
        padding: 0 auto;
    }
}

/* Fim responsividade */