<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    width: 100vw !important;
}

/* menu-toggler */
.menu-toggler{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-line1,
.menu-line2,
.menu-line3{
    width: 30px;
    height: 2px;
    background-color: #fff;
}

li.nav-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-nav{
    gap: 5px;
}

.nav-link:hover{
    color: #2D2D2D !important;
    transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.05) !important;
    cursor: pointer !important;
}
/* Parte 1 */
.bg-body-transparent {
    background-color: transparent !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

nav.navbar.navbar-expand-lg.bg-body-transparent {
    position: absolute;
    z-index: 9999;
    width: 100vw;
    padding: 0 20px;
}

.nav-link {
    color: #ffffff !important;
}

.catalogo a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 5px 10px;
}

.catalogo a:hover {
    text-decoration: none;
    color: #2d2d2d;
    background-color: #FFFFFF;
    border: 1px solid #2d2d2d;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid #ffffff !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    color: #ffffff !important;
    display: flex;
    justify-content: flex-end;
    margin: 25px 0 20px auto;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 20px;
}

.bannerHome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bannerHome-content img {
    display: flex;
    position: relative;
    z-index: -1;
    width: 100vw;
    height: 700px;
}

.texto-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    width: 100%;
    position: absolute;
}

.titulo-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo-outline {
    position: absolute;
    display: flex;
    font-family: TT-Commons-Black;
    font-size: 100px;
    color: #ffffff01;
    -webkit-text-stroke: 0.5px #ffffff;
    text-stroke: 0.5px #ffffff;
    display: inline-block;
    opacity: 0.35;
    z-index: 1;
}

.titulo-front {
    font-family: TT-Commons-ExtraLight;
    font-size: 70px;
    color: #ffffff;
    position: absolute;
    display: flex;
    z-index: 2;
}

.texto-home {
    font-family: TT-Commons-Regular;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    transform: translateY(70px);
    text-align: center;
    max-width: 500px;
    width: 100%;
}

/* Parte 2 */

.parte2-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 700px;
}

.bk-parte2 {
    display: flex;
    position: relative;
    z-index: -1;
    height: 700px;
}

.parte2-front {
    display: flex;
    position: absolute;
    gap: 20px;
    margin: auto;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.parte2-img {
    border-right: 1px solid #707070;
    padding: 20px;
    width: 550px;
    display: flex;
    position: relative;
    z-index: 1200;
}

.parte2-textos {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parte2-titulo-content h2 {
    font-family: TT-Commons-Bold;
    font-size: 48px;
    color: #2D2D2D;
}

.parte2-linha-horizontal {
    transform: translateX(-100px);
    width: 650px;
    opacity: 1;
    color: #707070;
}

.parte2-texto-principal {
    font-family: TT-Commons-Regular;
    font-size: 22px;
    max-width: 450px;
    width: 100%;
}

.parte2-link {
    text-decoration: none;
    font-family: TT-Commons-Light;
    color: #2D2D2D;
    border: 1px solid #2D2D2D;
    border-radius: 12px;
    padding: 5px 10px;
    max-width: 150px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.parte2-link:hover {
    background-color: #2D2D2D;
    color: #ffffff;
    transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}

/* Parte 3 */

.parte3-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bk-parte3 {
    display: flex;
    width: 100vw;
    height: auto;
    position: relative;
    z-index: -1;
}

.bk-parte3 img {
    width: 100vw;
}

.parte3-textos {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    position: absolute;
    justify-content: space-around;
}

.parte3-titulos {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.parte3-titulo-outline {
    display: flex;
    font-family: TT-Commons-Black;
    font-size: 100px;
    color: #ffffff01;
    -webkit-text-stroke: 0.5px #2D2D2D;
    text-stroke: 0.5px #2D2D2D;
    display: inline-block;
    opacity: 0.35;
    z-index: 1;
    position: absolute;
    text-transform: uppercase;
    line-height: 80px;
    width: 300px;
    word-break: break-all;
}

.parte3-titulo-front {
    font-family: TT-Commons-Bold;
    font-size: 40px;
    color: #2D2D2D;
    position: absolute;
    display: flex;
    z-index: 2;
    text-transform: uppercase;
    transform: translateX(-20px);
}

.destaques-materiais {
    display: flex;
    gap: 20px;
}

.destaques-materiais-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parte3-link-material {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.parte3-imagem-material {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.parte3-tipo-material {
    text-decoration: none;
    font-family: TT-Commons-ExtraLight;
    font-size: 25px;
    color: #2D2D2D;
    text-transform: uppercase;
    display: flex;
    position: relative;
    z-index: 1;
    transform: translateY(-50px);
}

.parte3-link-material:hover .parte3-imagem-material {
    transform: translateY(-20px);
    transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}

.parte3-link-material:hover .parte3-tipo-material {
    transform: translateY(0px);
    transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}



/* Parte 4 */

.swiper-parte4 {
    width: 100vw;
    height: 450px;
    background-color: #2D2D2D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
}

.slide-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pensador-card {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-color: #2D2D2D;
    color: #ffffff;
    padding: 50px 0;
    margin: auto;
}

.pensador-img {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50%;
    object-fit: cover;
}

.frase-pensador {
    font-family: TT-Commons-Extra-LightItalic;
    text-align: end;
    font-size: 25px;
}

.pensador-texto-content p:nth-child(1) {
    font-family: TT-Commons-Bold;
    text-align: start;
    font-size: 20px;
}

.pensador-texto-content p:nth-child(2) {
    font-family: TT-Commons-Regular;
    text-align: start;
    font-size: 16px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #2D2D2D;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 100px) !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 100px) !important;
    left: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 100px) !important;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: transparent;
}




/* Parte 5 */
.parte5-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 75px auto;
}

.parte5-titulos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


.parte5-titulo-outline {
    position: absolute;
    display: flex;
    font-family: TT Commons Black;
    font-size: 100px;
    color: #ffffff01;
    -webkit-text-stroke: 0.5px #2D2D2D;
    text-stroke: 0.5px #2D2D2D;
    display: inline-block;
    opacity: 0.35;
    z-index: 1;
}

.parte5-titulo-front {
    font-family: TT Commons ExtraLight;
    font-size: 70px;
    color: #2D2D2D;
    position: absolute;
    display: flex;
    z-index: 2;
}


.projetos-content-home {
    column-count: 4;
    column-gap: 0px;
    padding: 25px 0;

}

.projeto-card-home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.projeto-link-home {
    text-decoration: none;
    display: grid;
    align-content: center;
    justify-items: center;
    position: relative;
    overflow: hidden;
}

.projeto-img-home {
    display: block;
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.projeto-caption-home {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    bottom: 0;
    top: 0;
    font-family: TT-Commons-Bold;
    font-size: 1.5rem;
    background-color: #2d2d2d50;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
}

.projeto-link-home:hover .projeto-caption-home {
    opacity: 1;
    transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
    cursor: pointer;
}

.projeto-link-home:hover .projeto-img-home {
    transform: scale(1.05);
    transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}


/* Parte 6 */

.parte6-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2D2D2D;
    position: relative;
    height: 300px;
}

.bk-parte6 {
    position: relative;
    z-index: 1;
}

.parte6-textos {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    gap: 40px;
}

.titulo-parte6-content {
    border-right: 1px solid #707070;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 0;
    align-items: end;
}

.titulo-parte6-content h2 {
    font-family: TT-Commons-Thin;
    text-transform: uppercase;
    font-size: 40px;
}

.titulo-parte6-content h4 {
    font-family: TT-Commons-Thin;
    font-size: 18px;
}

.parte6-linha-horizontal {
    width: 450px;
    opacity: 1;
    color: #707070;
    position: absolute;
    transform: translate(120px, 40px);
}

.link-parte-6 a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2D2D2D;
    background-color: #ffffff;
    border: 1px solid #2D2D2D;
    font-family: TT-Commons-Light;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 12px;
}

.link-parte-6 a:hover {
    color: #ffffff;
    background-color: #2D2D2D;
    border: 1px solid #ffffff;
    transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}






/* RodapÃ© */

.rodape {
    background-color: #131313;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px 0;
    z-index: -1;
    position: relative;
}

.linhaVerticalRodape {
    height: 80px;
    border: 1px solid #928F8F;
}

.logoRodape {
    width: 130px !important;
    height: auto;
}

.rodapeEndereco {
    max-width: 300px;
    color: #928F8F;
}

.telefoneRodape {
    font-family: TT-Commons-Medium;
    text-decoration: none;
    color: #928F8F;
    font-size: 20px;
}

.redesRodape {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rodapeIcons {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
}

/* Responsivo Home */

@media(max-width: 991px) {
    .bannerHome-content img {
        object-fit: cover;
    }
    .parte2-img {
        width: 400px;
    }

    .destaques-materiais {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .parte3-imagem-material {
        width: 150px;
        height: 150px;
    }

    .parte3-tipo-material {
        transform: translateY(-60px);
        display: none;
        opacity: 0;
        font-size: 18px;
    }

    .parte3-titulo-outline {
        display: flex;
        font-family: TT-Commons-Black;
        font-size: 80px;
        color: #ffffff01;
        -webkit-text-stroke: 0.5px #2D2D2D;
        text-stroke: 0.5px #2D2D2D;
        display: inline-block;
        opacity: 0.35;
        z-index: 1;
        position: absolute;
        text-transform: uppercase;
        line-height: 60px;
        width: 250px;
        word-break: break-all;
    }

    .parte3-link-material:hover .parte3-imagem-material {
        transform: translateY(-10px);
        transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
    }

    .parte3-link-material:hover .parte3-tipo-material {
        transform: translateY(0px);
        transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
        display: flex;
        opacity: 1;
    }
    .pensador-img{
        width: 150px !important;
        height: 150px !important;
    }
    .frase-pensador {
        font-family: TT-Commons-Extra-LightItalic;
        text-align: end;
        font-size: 20px;
        width: 350px;
    }
    .pensador-texto-content p:nth-child(1) {
        font-family: TT-Commons-Bold;
        text-align: start;
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
    .pensador-texto-content p:nth-child(2) {
        font-family: TT-Commons-Regular;
        text-align: start;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    .swiper-button-prev img,.swiper-button-next img {
        width: 80px !important;
    }
    .parte5-titulo-outline {
        font-size: 80px; 
    }

    .parte5-titulo-front {
        font-size: 50px;
    }

    .projeto-caption-home {
        font-size: 1.2rem;
    }

    .projetos-content-home {
        column-count: 3;
        column-gap: 0px;
        padding: 25px 0;
    }

    .parte6-content {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2D2D2D;
        position: relative;
        height: 200px;
    }

    .parte6-textos {
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        gap: 20px;
        text-align: center;
    }

    .titulo-parte6-content {
        border-right: 1px solid #707070;
        display: flex;
        flex-direction: column;
        padding: 0 20px 0 0;
        align-items: center;
    }

    .titulo-parte6-content h2 {
        font-family: TT-Commons-Thin;
        text-transform: uppercase;
        font-size: 22px;
    }

    .parte6-linha-horizontal {
        width: 450px;
        opacity: 1;
        color: #707070;
        position: absolute;
        transform: translate(20px, 20px);
    }

    .titulo-parte6-content h4 {
        font-family: TT-Commons-Thin;
        font-size: 16px;
    }

    .link-parte-6 a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #2D2D2D;
        background-color: #ffffff;
        border: 1px solid #2D2D2D;
        font-family: TT-Commons-Light;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 14px;
    }

    .bk-parte6 img{
        width: 1200px;
    }

    .rodape {
        background-color: #131313;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 25px 0;
        z-index: -1;
        position: relative;
        gap: 20px;
    }

    .linhaVerticalRodape {
        width: 80px;
        height: 1px;
        border: none;
        background: #927F8F;
    }
}


@media (max-width:500px) {
    .bannerHome-content img {
        height: 500px;
    }
    .titulo-outline {
        font-size: 50px;
    }
    .titulo-front {
        font-size: 40px;
    }
    .texto-home {
        font-size: 14px;
        transform: translateY(50px);
        max-width: 350px;
    }
    .parte2-front {
        flex-direction: column;
    }
    .parte2-img {
        width: 300px;
        border-right: none;
        padding: 0;
        margin: 0;
    }
    .parte2-textos {
        max-width: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .parte2-titulo-content h2 {
        font-family: TT-Commons-Bold;
        font-size: 35px;
        color: #2D2D2D;
        text-align: center;
    }

    .parte2-linha-horizontal {
        transform: translateX(0px);
        width: 350px;
        opacity: 1;
        color: #707070;
    }

    .parte2-texto-principal {
        font-family: TT-Commons-Regular;
        font-size: 18px;
        max-width: 450px;
        width: 100%;
        text-align: center;
    }

    .parte2-link {
        text-decoration: none;
        font-family: TT-Commons-Light;
        color: #2D2D2D;
        border: 1px solid #2D2D2D;
        border-radius: 12px;
        padding: 5px 10px;
        max-width: 120px;
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .bk-parte3 {
        display: flex;
        width: 100vw;
        height: 600px;
        position: relative;
        z-index: -1;
    }

    .parte3-textos {
        display: flex;
        flex-direction: column;
        gap: 100px;
        position: absolute;
        justify-content: center;
        align-items: center;
    }

    .parte3-titulo-outline {
        display: flex;
        font-family: TT-Commons-Black;
        font-size: 60px;
        color: #ffffff01;
        -webkit-text-stroke: 0.5px #2D2D2D;
        text-stroke: 0.5px #2D2D2D;
        display: inline-block;
        opacity: 0.35;
        z-index: 1;
        position: absolute;
        text-transform: uppercase;
        line-height: 40px;
        width: 180px;
        word-break: break-all;
        text-align: center;
    }

    .parte3-titulo-front {
        font-family: TT-Commons-Bold;
        font-size: 30px;
        color: #2D2D2D;
        position: absolute;
        display: flex;
        z-index: 2;
        text-transform: uppercase;
        transform: translateX(0px);
        text-align: center;
    }

    .pensador-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
        background-color: #2D2D2D;
        color: #ffffff;
        padding: 50px 0;
        margin: auto;
    }

    .frase-pensador {
        font-family: TT-Commons-Extra-LightItalic;
        text-align: center;
        font-size: 18px;
        width: 250px;
    }

    .pensador-texto-content p:nth-child(1) {
        font-family: TT-Commons-Bold;
        text-align: center;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .pensador-texto-content p:nth-child(2) {
        font-family: TT-Commons-Regular;
        text-align: center;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .pensador-img {
        width: 100px !important;
        height: 100px !important;
    }

    .swiper-button-prev img, .swiper-button-next img {
        width: 50px !important;
    }

    .parte5-titulo-outline {
        font-size: 50px;
    }

    .parte5-titulo-front {
        font-size: 30px;
    }

    .parte5-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 50px auto 25px auto;
    }

    .projetos-content-home {
        column-count: 2;
        column-gap: 0px;
        padding: 25px 0;
    }

    .projeto-caption-home {
        font-size: 1.0rem;
    }

    .rodapeEndereco {
        max-width: 300px;
        color: #928F8F;
        text-align: center;
        font-size: 12px;
    }

    .telefoneRodape {
        font-family: TT-Commons-Medium;
        text-decoration: none;
        color: #928F8F;
        font-size: 16px;
    }

    .rodapeIcons {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain;
    }
}

@media (max-width:380px) {
    .bannerHome-content img {
        height: 400px;
    }

    .titulo-outline {
        font-size: 40px;
    }

    .titulo-front {
        font-size: 30px;
    }

    .texto-home {
        font-size: 12px;
        transform: translateY(50px);
        max-width: 300px;
    }

    .parte2-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 600px;
    }

    .bk-parte2 {
        display: flex;
        position: relative;
        z-index: -1;
        height: 600px;
    }

    .parte2-img {
        width: 250px;
        border-right: none;
        padding: 0;
        margin: 0;
    }

    .parte2-titulo-content h2 {
        font-family: TT-Commons-Bold;
        font-size: 30px;
        color: #2D2D2D;
        text-align: center;
    }

    .parte2-linha-horizontal {
        transform: translateX(0px);
        width: 250px;
        opacity: 1;
        color: #707070;
    }

    .parte2-texto-principal {
        font-family: TT-Commons-Regular;
        font-size: 14px;
        max-width: 270px;
        width: 100%;
        text-align: center;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto;
        right: 10px !important;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto;
        left: 30px !important;
    }

    .titulo-parte6-content {
        border-right: none;
        display: flex;
        flex-direction: column;
        padding: 0 0px 0 0;
        align-items: center;
    }

    .parte6-linha-horizontal {
        width: 250px;
        opacity: 1;
        color: #707070;
        position: absolute;
        transform: translate(0px, 15px);
    }

}</pre></body></html>