@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-1: #2E2B3F;
    --color-2: #D100B9;
    --color-3: #211855;
    --color-4: #005FFF;
    --color-5: #0050d6;
    --color-6: #160F41;
    --font: "Montserrat", sans-serif;
}

html {
    overflow-x: hidden;
}

html.no-scroll {
    overflow: hidden;
}

body {
    font-family: var(--font);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Para garantir que o vÃƒÂ­deo cubra toda a ÃƒÂ¡rea da div */
}

.video-bg {
    background: linear-gradient(191deg, rgba(22, 15, 65, 0.22) 24.02%, #160F41 95.6%);
    width: 100%;
    height: 100%;
    border-radius: 32px;
    z-index: 1;
    position: absolute;
}

.galaxie.first::after {
    background: linear-gradient(191deg, rgba(22, 15, 65, 0.22) 24.02%, #160F41 95.6%);
    width: 100%;
    height: 100%;
    border-radius: 32px;
    z-index: 1;
    position: absolute;
}

ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #6D4395 94%, #0000) top/9px 9px no-repeat,
        conic-gradient(#0000 30%, #6D4395);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.loader {
    bottom: 0;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    background: #15131F;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header {
    background-color: #1C1929;
    transition: 0.6s all;
}


.header .nav-link {
    padding: 0 !important;
    margin-right: 23px;
    position: relative;
}

.header .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header a {
    color: #ffffff;
    transition: all 0.3s;
    font-size: 18px;
    position: relative;
}

.header .nav-link:hover {
    color: #ffffff;
}

.header .nav-link.ativo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 83%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1));
    opacity: 1;
}

.fixed {
    position: fixed;
    padding-top: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(5.449999809265137px);
    background: rgb(28 25 41 / 90%);
}

.remove-margin {
    margin-right: 0 !important;
}

.header .nav-link:hover {
    opacity: 0.6;
}

.header__social svg path{
    stroke: #6D4395;

}

.header__social--mobile {
    padding-left: 35px;
    padding-top: 20px;
}

.header__social svg:hover path {
    transition: all 0.3s
}

.header__social svg:hover path {
    stroke: var(--color-2);
}

.header__social {
    position: relative;
    z-index: 1;
}

.header.page .header__social {
    margin-right: 0;
}

.header__social a {
    margin-right: 25px;
}

.header__social a:last-child {
    margin-right: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;

}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    outline: none !important;
    border: none;
}

.border-gradient {
    background-image: linear-gradient(100.55deg, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1));

    width: 100%;
    height: 1px;
}

.header.page .navbar-collapse {
    margin-left: 0;
    justify-content: center;
}


.s-banner {
    background-color: #1C1929;
}

.s-banner__vetor {
    position: absolute;
    top: 0;
    right: 0;
}

.s-banner__carrousel {
    position: relative;
    top: 26px;
}

.s-banner__carrousel .swiper-slide,
.galaxie-mobile {
    height: 322px;
    width: 334px;
    position: relative;
}

.s-banner__carrousel .text {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 2;
}

.text a {
    color: #ffffff;
    letter-spacing: 4px;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
    transition: 0.5s all;
}

.text a:hover {
    opacity: 0.5;
}

.s-banner__carrousel .text h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
}

.s-banner__carrousel-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}



.galaxies {
    position: relative;
    top: 70px;
}

#vimeo-player {
    border-radius: 32px;
}

#player {
    height: 100% !important;
    max-width: 100% !important;
}

#player-container {
    height: 100%;
}

.galaxie__img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
}

.galaxie {
    transition: width 1s;
    height: 618px;
    border-radius: 32px;
    position: relative;
    box-shadow: 0px 0.738px 2.752px 0px rgba(0, 0, 0, 0.05), 0px 3.207px 5.364px 0px rgba(0, 0, 0, 0.08), 0px 7.793px 9.656px 0px rgba(0, 0, 0, 0.11), 0px 14.88px 17.446px 0px rgba(0, 0, 0, 0.12), 0px 24.854px 30.554px 0px rgba(0, 0, 0, 0.15), 0px 38.099px 50.799px 0px rgba(0, 0, 0, 0.18), 0px 55px 80px 0px rgba(0, 0, 0, 0.23);
}

.galaxie-mobile {
    border-radius: 16px;
}

.s-banner__carrousel .swiper-slide .galaxie__img,
.s-banner__carrousel .video-bg,
.s-banner__carrousel .swiper-slide video,
.s-banner__carrousel .text {
    border-radius: 16px;
}

.galaxie:hover {
    width: 100%;
}

.galaxie:not(:hover) {
    width: 50%;
}

.galaxie.first {
    width: 100%;
}

.galaxie .text {
    position: absolute;
    bottom: 0;
    padding: 60px;
    display: none;
    z-index: 2;
}



.galaxie h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    max-width: 506px;
}

.galaxie h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    max-width: 506px;
}

.s-sobre {
    padding-bottom: 100px;
    padding-top: 140px;
}

.s-sobre__divider {
    height: 2px;
    background-color: rgba(226, 226, 226, 1);
    z-index: -1;
    position: absolute;
    right: 0;
    width: 126%;
}

.s-sobre__img {
    height: 467px;
    object-fit: contain;
}

.s-sobre__textos p {
    padding-top: 22px;
}

.s-sobre__textos {
    position: relative;
}

.s-sobre__textos h2 {
    margin-bottom: 22px;
}

.s-sobre__textos h2 {
    color: var(--color-6);
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
}

.s-sobre__textos p {
    margin-bottom: 26px;
    color: rgba(74, 74, 74, 1);
    font-size: 16px;
    line-height: 28px;
    width: 73%;
    margin-left: auto;
}

.s-sobre__textos a {
    color: var(--color-6);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    transition: 0.3s all;
}

.s-sobre__textos a:hover {
    opacity: 0.6;
    transition: 0.3s all;
}

.s-cta {
    position: relative;
}

.s-cta__textos {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 100;
}

.cta__textos-wrapper{
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    margin-right: 12%;
    margin-left: 100px;
}

.s-cta__flex {
    max-width: 100%; /* garante que não estoure */
}

.s-cta__textos h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
}

.s-cta__textos p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: end;
}

.s-cta__subtitle {
    width: 50%;
    margin-left: auto;
}

.s-cta__elipse {
    position: absolute;
    bottom: 60px;
    z-index: -1;
}

.s-cta__img {
    display: block;
    width: 100%;
    height: 450px;
}

.s-numeros {
    padding-bottom: 115px;
    position: relative;
}

.s-numeros__numero {
    font-size: 143px;
    font-weight: bold;
    color: var(--color-6);
}

.s-numeros__infos {
    padding-top: 130px;
}

.s-numeros__infos h3 {
    text-align: center;
    font-size: 73px;
    color: #1C1929;
    font-weight: 300;

}

.s-numeros__infos h3 strong {
    font-weight: 700;
}

.s-numeros__vetor-esquerdo {
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 0;
}

.s-numeros__vetor-direito {
    position: absolute;
    top: 30%;
    z-index: -1;
    right: 0;
}

.s-numeros__vetor-esquerdo--mobile {
    position: absolute;
    right: 0;
}

.s-numeros__vetor-direito--mobile {
    position: absolute;
    right: 0;
    bottom: 250px;
}

.s-numeros__vetor-esquerdo--mobile {
    height: 134px;
    position: absolute;
    width: 134px;
    left: -47px;
    padding: 0;
    top: 35%;
}

.s-numeros__video iframe {
    height: 545px;
    width: 100%;
    border-radius: 30px;
}

.s-numeros__info {
    font-size: 18px;
}

.s-solucoes {
    background-color: #1C1929;
    padding-top: 53px;
    position: relative;
    height: 835px;
}

.circle {
    position: absolute;
}

.s-solucoes__text h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}

.s-solucoes__text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
}

.s-solucoes .line {
    background-color: rgba(226, 226, 226, 0.15);
    width: 122%;
    margin-bottom: 35px;
    margin-top: 27px;
    height: 1px;
}

.s-solucoes__text mark {
    padding: 0;
    font-weight: 700;
    background-color: unset;
    color: #8556B2;
}


.s-solucoes__item {
    padding: 35px;
    border-radius: 36px;
    background-color: #ffffff;
    height: 100%;
    transition: background-color 0.5s ease, color 0.5s ease;

}

.s-solucoes__item h3 {
    font-size: 22px;
    padding-top: 34px;
    padding-bottom: 25px;
    font-weight: 700;
    color: var(--color-6);
}

.s-solucoes__item p {
    font-size: 16px;
    color: rgba(74, 74, 74, 1);
    font-weight: 400;
}

.s-solucoes__vetor {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
}

.s-solucoes__vetor-mobile {
    position: absolute;
    top: 0;
    display: none !important;
    left: 0;
}

.swiper-solucoes .swiper-slide {
    width: 317px;
    margin: 0 auto;
}

.s-solucoes__items {
    position: relative;
    z-index: 10;
}

.s-clientes {
    background-color: var(--color-6);
    position: relative;
    padding-top: 130px;
}

.s-clientes__content {
    position: relative;
    z-index: 10;
}

.s-clientes h2 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}

.s-clientes p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.gradient {
    background: #15131F;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}

.s-clientes__items {
    padding-top: 40px;
}

.s-clientes__carrousel .swiper-wrapper {
    align-items: end;
}

.s-clientes__carrousel .swiper-button-prev {
    background-image: url("../img/prev.svg") !important;
    background-repeat: no-repeat;
}

.s-clientes__carrousel .swiper-button-next {
    background-image: url("../img/next.svg") !important;
    background-repeat: no-repeat;
}

.s-clientes__carrousel .swiper-button-next::after,
.s-clientes__carrousel .swiper-button-prev::after {
    content: "";
}

.cliente {
    position: relative;
    transition: 0.5s all;
}

.cliente__img {
    filter: grayscale(1);
    transition: 0.5s all;
    height: 334px;
    object-fit: scale-down;
}

.cliente__img:nth-child(4) {
    position: relative;
    bottom: -18px;
}

.cliente:hover .cliente__bg {
    transform: scale(1.1);
}

.cliente:hover .circle {
    transform: scale(1);
}

.cliente:hover .cliente__img {
    filter: grayscale(0);
}

.cliente__bg {
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s all;
}

.cliente .circle {
    background-color: rgba(255, 255, 255, 0.11);
    width: 300px;
    border-radius: 50%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    transition: 0.5s all;
    transform: scale(1.1);
}

.cliente__info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.cliente__posicao {
    font-size: 13px;
    display: inline-block !important;
    font-weight: 700;
    color: #1C1929;
    background: white;
    padding: 2px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.cliente__time {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

.cliente__info {
    position: absolute;
    right: 0;
    text-align: start;
}

.contact-form {
    padding-top: 130px;
    background-color: #15131F;
    padding-bottom: 170px;
}

.contact-form h1 {
    color: #F3F0EC;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 41px;
}

.contact__sub {
    color: #F3F0EC;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form__title {
    position: relative;
    z-index: 1;
}

.contact-form__title a {
    color: #fff;
    font-weight: 400;
}

.input-contact {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #005FFF;
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 20px;
    color: #ffffff;
    font-family: var(--main-font);
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #005FFF -233.85%, rgba(0, 95, 255, 0.18) 149.36%, rgba(234, 207, 134, 0.17) 149.4%);
    border-image-slice: 1;
}

.nome-input {
    padding-top: 0;
}

.input-contact::placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}

.input-msg {
    height: 176px;
}

.wpcf7-not-valid-tip {
    font-family: var(--main-font);
    color: #d100b9 !important;
    position: relative;
    top: 12px;
}


.button-pages {
    border-radius: 4px;
   /* background: linear-gradient(101deg, #005FFF -8.91%, #D100B9 98.06%); */
    background: transparent;
    box-shadow: 0px 5px 31px 2px rgba(0, 0, 0, 0.45);
    border: 1px solid #FFF;
    font: normal 400 16px/normal var(--main-font);
    color: #ffffff;
    text-transform: uppercase;
    width: 100% !important;
    padding: 16px 24px 15px 24px;
    text-align: start;
    text-decoration: none;
    display: block;
    width: fit-content;
    height: 56px;
}

.button-pages:hover {
    color: #fff !important;
    background: linear-gradient(101deg, #005FFF -8.91%, #D100B9 98.06%);
    border:none;
}

.button-pages:active {
    color: #fff !important;
}

.button-pages img {
    margin-left: 24px;
    position: relative;
    top: 6px;
}

.btn-submit img {
    position: absolute;
    right: 23px;
    top: 23px;
}

.button-form {
    margin-top: 26px;
    width: 100%;
    cursor: pointer;
    height: 56px;
    padding-top: 16px;
    position: relative;
}

.btn-submit {
    position: relative;
}

.politic-info {
    opacity: 0.7;
    color: #FFF;
}

.politic-info a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    border-color: unset !important;
    border: unset !important;
    color: #fff !important;
    position: relative;
    top: -17px;
}


.sobre {
    padding-top: 100px;
}

.sobre h1 {
    font-size: 45px;
    font-weight: 700;
    color: var(--color-6);
    border-bottom: 1px solid rgba(161, 161, 161, 0.40);
    padding-bottom: 15px;
}



.sobre__subtitle {
    font-size: 35px;
    color: var(--color-6);
    font-weight: 700;
    padding-top: 48px;
    line-height: 130%;
    /* 46.159px */
}

.sobre__content {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;
}

.sobre__info-1 {
    border-image: linear-gradient(to right, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1)) 1;
    border: 1px solid;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1)) 1;
    /* Para navegadores WebKit */
    border-image-slice: 1;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.sobre__info-1 p {
    margin-bottom: 0;
}

.sobre__info-2 {
    padding-bottom: 15px;
    font-size: 18px;
    padding-top: 36px;
    font-weight: 700;
    color: #4A4A4A;
}
.menu ul:first-child a[href*="politica-de-privacidade"] {
    display: none !important;
}

.footer__bot-2 p {
    line-height: 189%;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer__bot-2 {
    margin-bottom: 37px;
}

.footer__bot-2 p a {
    color: white;
    text-decoration: underline;
}

.principios {
    background: linear-gradient(95deg, #EEE 39.43%, rgba(238, 238, 238, 0.00) 95.44%);
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}

.principios__img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    bottom: 0;
    object-fit: cover;
}

.principios__img-vetor {
    position: absolute;
    bottom: -112px;
    right: 0;
}

.principios h2 {
    font-weight: 700;
    font-size: 35px;
    color: var(--color-6);
}

.principios__items {
    padding-top: 25px;
}

.principio__item h3 {
    color: var(--color-4);
    font-weight: 700;
    font-size: 21px;
    font-style: italic;
}

.principio__item p {
    color: #4A4A4A;
    margin-bottom: 0;
    font-size: 16px;
}

.principio__item p:last-child {
    width: 900px;
    position: relative;
    z-index: 1;
}

.principio__item {
    margin-bottom: 30px;
}

.principio__item:last-child {
    margin-bottom: 0;
}

.socios {
    padding-top: 100px;
    padding-bottom: 100px;
}

.socios .d-flex{
    margin-bottom: 70px;
}

.socios .line,
.escritorios .line {
    background: linear-gradient(to right, rgba(0, 95, 255, 1), rgba(209, 0, 185, 1));
    width: 125px;
    height: 1px;
}

.socios h2,
.escritorios h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--color-6);
}

.socios__items,
.escritorios__items {
    padding-top: 0px;
}

.socios__img {
    position: relative;
    width: 256px;
    margin: 0 auto;
}

.socios__img svg {
    position: absolute;
    top: 0;
    left: 27px;
}

.socios__img img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    object-fit: cover;
}

.socios__items h3 {
    color: #4A4A4A;
    font-weight: 700;
    font-size: 24px;
    padding-top: 21px;
    margin-bottom: 0;
}

.socios__items .cargo {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-4);
}

.escritorios {
    padding-top: 137px;
}

.escritorios .row+.row {
    margin-top: 1.2rem;
}

.escritorios .escritorios__img {
    border-radius: 2.5rem;
    width: 100%;
    height: 318px;
    object-fit: cover;
}

.escritorios .endereco {
    font-size: 18px;
}

.escritorios .endereco header {
    background-color: #160F41;
    border-radius: 2rem;
    color: white;
}

.escritorios .endereco header .bi.bi-geo-alt {
    float: left;
}

.escritorios .endereco header h3 {
    margin-left: 4.5rem;
}

.escritorios__label{
    font-size: 18px;
    color: #1C1929;
    font-weight: 400;
}

.escritorios__cidade{
    font-size: 25px;
    color: #1C1929;
    font-weight: 700;
}

.escritorios__address{
    padding-top: 24px;
}

.escritorios__endereco{
    margin-top:15px;
}

.escritorios__telefone{
    margin-top: 4px;
}

.escritorios__endereco, .escritorios__telefone{
    font-size: 18px;
    margin-bottom: 0;
    color: #4A4A4A;
    font-weight: 400;
}

.escritorios__line{
    width: 100%;
    height: 1px;
    background: rgba(161, 161, 161, 0.40);
    margin-top: 45px;
    margin-bottom: 56px;
}

.escritorios__subtitulo{
    width: 80%;
}

.escritorios h2{
    width: 70%;
}

.escritorios__telefone a {
    color: #4A4A4A;

}

.parceiros {
    padding-bottom: 130px;
}

.parceiros h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--color-6);
}

.parceiros__items {
    padding-top: 70px;
}

.servicos__header {
    position: relative;
    background-color: var(--color-6);
}

.servicos__header--img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.servicos__texts {
    padding-top: 77px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.servicos__texts h1 {
    font-size: 53px;
    color: #ffff;
    font-weight: 700;
}

.servicos__texts p {
    font-size: 27px;
    color: #ffff;
    font-weight: 300;

}

.servicos__img {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.servicos__items {
    padding-bottom: 90px;
    position: relative;
}

.servicos__item {
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.servicos__item h3 {
    color: var(--color-6);
    font-weight: 700;
    font-size: 26px;
    padding-top: 30px;
    margin-bottom: 16px;
}

.servicos__item p {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
}

.servicos__item a {
    color: var(--color-6);
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s all;
}

.servicos__item a:hover {
    opacity: 0.6;
}

.servicos__items-img {
    position: absolute;
    right: 0;
    top: -273px;
}

.item {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.item:after {
    content: "";
    position: absolute;
    top: -24px;
    height: 180px;
    right: 0;
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, rgba(0, 95, 255, 0), rgba(0, 95, 255, 1), rgba(0, 95, 255, 0)) 1;
}


.last-col:after {
    border: none;
}

.parceiros__items .row>.col-md-3:last-child {
    margin-bottom: 0;
}

.row-border {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0, 95, 255, 0), rgba(0, 95, 255, 1), rgba(0, 95, 255, 1), rgba(0, 95, 255, 0)) 1;
}

.row-border:last-child {
    border-bottom: none !important;
    /* Remova a borda inferior */
}

.error {
    height: 40vh;
    display: flex;
    align-items: center;
}

.error h1 {
    font-size: 35px;
    color: var(--color-6);
}

@media (min-width: 992px) {
    .parceiros__items .row:nth-child(4n + 1) {
        clear: both;
    }
}

.parceiros--servicos {
    background-color: var(--color-6);
}

.parceiros--servicos h2 {
    color: #fff;
}

.arrow span {
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: 5px solid var(--color-4);
    border-right: 5px solid var(--color-4);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

.header-page-politic {
    background: linear-gradient(89deg, #676766 -4.87%, #D9D9D9 68.04%, #707070 107.93%);
    padding-top: 65px;
    padding-bottom: 65px;
}

.header-page-politic h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 35px;
}

.header-page-politic p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}

.header-page-politic p strong {
    font-weight: 700;
}

.content-pattern {
    position: relative;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 75px;
}


.content-pattern--politics--bg {
    background: linear-gradient(90deg, rgba(239, 239, 239, 1) 41%, rgba(255, 255, 255, 1) 39%);
}

.content-pattern__items--politcs {
    display: grid;
    justify-content: space-between;
    align-items: baseline;
    column-gap: 90px;
    grid-template-columns: 1fr 1.5fr;
}

.content-pattern--indices {
    display: inline-grid;
}

.content-pattern--indices a {
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    color: #160F41;
}

.content-pattern--indices a::first-letter {
    color: #005FFF;
    font-weight: 800;
}

.politic__subindice li {
    color: #160F41;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.content-pattern--politic h2 {
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    margin-top: 40px;
    color: #160F41;
}

.content-pattern--politic h2::first-letter {
    color: #005FFF;
    font-weight: 800;
}

.content-pattern__questions p {
    color: #160F41;
    font-weight: 400;
}

.content-pattern__questions span {
    color: #005FFF;
    font-weight: 800;
    margin-right: 5px;
}

#dropdown-clientes .dropdown-menu {
    height: 15rem;
    overflow-y: scroll;
}

.footer {
    background-color: var(--color-1);
}

.footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
    color: white;
}

.footer__cnpj {
    padding-left: 60px;
    font-size: 14px;
}

.footer__cnpj .number {
    margin-left: 20px;
    position: relative;
}

.footer__cnpj .number b{
    font-weight: 600;
}

.footer__cnpj .number:before {
    position: absolute;
    content: "";
    background-color: var(--color-2);
    width: 1px;
    height: 18px;
    left: -10px;
}

.footer__divider {
    background-color: #ffffff;
    height: 1px;
    width: 100%;
}

.footer__social a {
    margin-right: 27px;
}

.footer__social a:last-child {
    margin-right: 0;
}

.footer__social img{
    width: 27px;
}

.footer__bot {
    padding-bottom: 23px;
    padding-top: 30px;
}

.footer__menus {
    gap: 100px;
}

.footer__menus a {
    color: #ffffff;
    font-weight: 400;
}

.footer a:hover {
    opacity: 0.5;
    transition: 0.3s all;
}

.footer__menus li {
    margin-bottom: 10px;
}

#menu-footer-col-2 {
    margin-left: 74px;
}

.footer__contato a,
.footer__contato {
    color: #ffffff;
    font-weight: 300;
}

.footer__copy {
    background: rgba(0, 0, 0, 0.16);
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 12px;
    color: #ffffff;
}

.footer__copy p {
    margin-bottom: 0;
}

.footer__contato{
    filter: brightness(0) invert(1);
}

.hover {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 10.12%, rgba(153, 153, 153, 0.2) 87.26%);
}


.last-col {
    border: none;
}

@media(min-width:0px) and (max-width:566px) {
    .s-banner {
        height: unset;
        padding-top: 100px;
    }

    .sobre {
        padding-top: 155px;
    }

    .contact-form {
        padding-top: 190px;
    }

}

@media(max-width:556px) {


    #section-materias h2{
        font-size: 35px !important;
    }

    .servicos__header--img {
        height: 500px;
    }

    #recent-posts-new h2{
        font-size: 35px !important;
    }


    .s-numeros__infos h3 {
        font-size: 40px;
    }

    .s-numeros__infos {
        padding-top: 70px;
    }

    .s-numeros {
        padding-bottom: 70px;
    }

    .s-sobre__img {
        height: auto;
    }

    .servicos__items {
        bottom: 150px;
        padding-bottom: 1px;
    }

    .navbar-brand img {
        max-width: 210px;
    }

    .s-sobre {
        padding-bottom: 35px;
    }

    .s-numeros__video iframe {
        height: 300px;
    }

    .s-solucoes__text h2 {
        font-size: 30px;
    }

    .s-solucoes__text p {
        font-size: 18px;
        width: 212px;
        margin-left: auto;
        border-bottom: none;
    }

    .s-solucoes__items {
        padding-top: 0;
    }

    .s-solucoes__text,
    .s-solucoes__items {
        position: relative;
        z-index: 1;
    }

    .s-solucoes__items {
        padding-top: 47px;
    }

    .s-solucoes__text mark {
        color: #ffffff;
    }

    .s-solucoes__item h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .s-solucoes__item {
        width: 317px;
        height: 325px;
        padding: 31px;
        overflow: hidden;
    }



    .cliente__info {
        left: 0;
    }

    .s-clientes__items {
        padding-top: 20px;
    }

    .s-clientes h2 {
        font-size: 30px;
    }

    .s-clientes p {
        width: 214px;
    }

    .cliente .circle {
        width: 260px;
        height: 260px
    }

    .cliente__bg {
        width: 240px;
        height: 240px;
    }

    .s-clientes__carrousel .swiper-button-prev {
        background-image: url("../img/prev-mobile.svg") !important;
    }

    .s-clientes__carrousel .swiper-button-next {
        background-image: url("../img/next-mobile.svg") !important;
    }

    .s-clientes__carrousel .swiper-button-prev {
        left: 0px;
    }

    .s-clientes__carrousel .swiper-button-next {
        right: -9px;
    }

    .cliente__img {
        width: 100%;
    }

    .sobre h1,
    .socios h2,
    .principios h2,
    .parceiros h2 {
        font-size: 30px;
    }

    .sobre__subtitle {
        font-size: 27px;
    }

    .contact-form h1 {
        font-size: 32px;
    }

    .contact-form h1 br {
        display: none;
    }

    .contact__sub br {
        display: none;
    }

    .contact-form {
        padding-bottom: 100px;
    }

    .socios .line {
        width: 55px;
    }

    .servicos__texts h1 {
        font-size: 35px;
    }

    /*
    .fixed-header{
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .s-sobre{
        padding-top: 500px !important;
    }

    */
}

@media(max-width:991px) {
    .servicos__texts {
        padding-top: 152px;
    }

    .footer__bot-2 p a {
        color: #fff;
        text-decoration: underline;
    }

    .servicos__img {
        top: 319px !important;
    }

    .navbar {
        padding-bottom: 22px;
    }

    .header a {
        font-size: 20px;
    }

    .s-sobre {
        padding-top: 101px;
    }

    .navbar-collapse {
        margin-left: 0;
        padding-top: 20px;
        position: absolute;
        top: 83px;
        z-index: 10;
        background: #1C1929;
        padding-bottom: 35px;
        left: 0;
        width: 100%;
    }

    .header.page .navbar-collapse {
        background-color: #110C31;
    }

    .navbar-nav {
        padding-left: 35px;
        padding-right: 35px;
    }

    .s-sobre__textos h2 {
        font-size: 30px;
    }

    .s-cta__textos {
        position: absolute;
        height: 100%;
        top: 0;
        background: #2e2b3fb8;
    }

    .s-cta__subtitle {
        width: 100%;
        padding-bottom: 33px;
        margin-right: 0;
    }

    .s-cta__flex {
        height: 100%;
        flex-direction: column;
        background: #15131fbd;
    }

    .cta__textos-wrapper{
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        height: 100%;
        margin-right: 0;
        margin-left: 0;
        flex-direction: column;
        justify-content: space-between;
    }

    .s-cta__img--mobile {
        width: 100%;
        object-fit: cover;
        height: 500px;
    }

    .s-cta__textos p {
        text-align: start;
        width: 92%;
    }

    .s-cta__textos h2 {
        font-size: 30px;
        padding-top: 46px;
    }

    .s-clientes {
        padding-top: 45px;
    }

    .s-numeros {
        padding-top: 50px;
    }

    .gradient {
        background: #15131F;
    }

    .footer__top {
        padding-bottom: 23px;
    }

    .footer__divider {
        opacity: 0.3;
    }

    .footer__menus {
        padding-bottom: 17px;
    }

    .footer__contato {
        padding-top: 27px;
    }

    .footer__social--mobile {
        padding-top: 27px;
    }

    .footer__cnpj {
        padding-left: 0;
    }

    #menu-footer-col-2 {
        margin-left: 0;
    }

    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.footer__bot-2 {}

.animated-element {
    will-change: transform;
    /* Otimiza as animaÃƒÂ§ÃƒÂµes */
    transform: translateX(-100%);
    /* Inicialmente escondido para a esquerda */
    transition: transform 0.3s ease-out;
    /* Suaviza a transiÃƒÂ§ÃƒÂ£o, opcional dependendo do efeito desejado */
}

@media(max-width:1024px) {
    .s-sobre__textos p br {
        display: none;
    }

    .s-sobre__divider {
        left: 0;
    }
}

@media(min-width:566px) and (max-width:1024px) {
    .sobre {
        padding-top: 185px;
    }

    .sobre h1 {
        font-size: 35px;
    }

    .principios h2,
    .socios h2,
    .parceiros h2 {
        font-size: 32px;
    }

    .sobre__subtitle {
        font-size: 30px;
    }
}

@media(max-width:1200px) {
    .s-solucoes {
        height: auto;
        padding-bottom: 40px;
    }

    #section-podcast{
        padding-top: 150px !important;
    }
}

@media(min-width:900px) and (max-width:1200px) {
    .servicos__texts {
        padding-top: 131px;
    }

    .servicos__items {
        padding-top: 150px;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .s-cta__textos {
        top: 9%;
    }

    .swiper-solucoes {
        position: relative;
        bottom: -55px;
    }

    .border-gradient {
        margin-top: 15px !important;
    }
}

@media(max-width:996px) {

    .blog-item{
        padding-bottom: 30px;
    }

    .principio__item p:last-child {
        width: 100%;
    }

    .content-pattern--politics--bg {
        background: #ffffff;
    }

    .content-pattern {
        padding-top: 0;
    }

    .header-page-politic {
        padding-top: 149px;

    }

    .header-page-politic h1 {
        font-size: 27px;
    }

    .content-pattern__items {
        display: block;
    }

    .content-pattern__title {
        font-size: 24px;
        margin-top: 35px;
        padding-bottom: 35px;
    }

    .content-pattern--indices {
        visibility: hidden;
        height: 0;
        border: 1px solid #E3E3E3;
        width: 106%;
        background: #F3F0EC;
        padding: 10px;
        position: relative;
        left: -9px;
    }

    .politic__indice:nth-child(1) {
        visibility: visible;
        background: transparent;
        border: 1px solid #DBDBDB;
        padding: 15px;
        color: #0C0C0C;
        font-size: 16px;
        margin-bottom: 0;
        position: relative;
    }

    .politic__subindice {
        padding: 15px;
        padding-top: 0 !important;
    }

    .content-pattern--indices.active .politic__indice:nth-child(1) {
        border: none;
    }

    .content-pattern--indices a {
        font-size: 16px;
        color: #0C0C0C;
        padding: 15px;
        margin-bottom: 17px;
        padding-bottom: 0;
    }

    .content-pattern--politic {
        padding-top: 20px;
    }

    .content-pattern--indices.active {
        visibility: visible;
        height: auto;
    }

    .content-pattern--politic h2:first-child {
        margin-top: 40px;
    }

    .politic__indice:nth-child(1)::after {
        content: ">";
        position: absolute;
        transform: rotate(90deg);
        width: 10px;
        height: 20px;
        background-repeat: no-repeat;
        right: 14px;
        top: 17px;
    }

    .content-pattern--indices.active .politic__indice:nth-child(1)::after {
        transform: rotate(270deg);
    }

    .servicos-duplicated__item h3{
        font-size: 32px !important;
    }
}

@media(min-width:996px) and (max-width:1024px) {
    .header {
        padding-top: 11px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }

    .s-banner {
        padding-top: 102px;
    }

    .navbar-collapse {
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .header__social--mobile {
        padding-left: 0;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .header__social {
        margin-right: 143px;
    }

}

@media(min-width:1400px) and (max-width:1919px) {
    .s-solucoes {
        height: 900px;
    }

}

@media(min-width:1200px) {
    .servicos__items {
        bottom: 92px;
        padding-bottom: 1px;
    }

}

@media(max-width:1200px) {
    .header {
        padding-top: 11px;
        width: 100%;
        z-index: 1000;
        position: fixed;
    }

    .nav-item {
        margin-bottom: 10px;
    }

    .header .nav-link {
        display: inline-block;
    }

    .s-banner__vetor {
        display: none;
    }

    .header__social {
        margin-right: 0;
    }

    .header.page {
        padding-bottom: 0;
        height: auto;
    }

    .servicos__img {
        top: 260px;
    }
}

@media(max-width:1023px) {
    .row-border {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .item {
        border: none;

    }

    .item:after {
        border: none;
    }
}

@media(max-width:1920px) {
    .s-sobre__textos h2 br {
        display: none;
    }

    .s-sobre__textos p {
        width: 100%;
    }
}

@media(min-width:1920px) {
    .container {
        max-width: 1440px;
    }

    .container--alt {
        max-width: 1320px;
    }

    .header .navbar-collapse {
        margin-right: 140px;
    }


    .principios__img-vetor {
        position: absolute;
        bottom: -88px;
        right: 150px;
    }
}


@media(min-width:1921px) {
    .s-cta__img {
        width: 100%;
    }
}

@media(min-width:2560px) {
    .principios__img {
        height: 100%;
    }
}

/* SERVIÃƒâ€¡OS DUPLICATED */

.servicos-duplicated__header {
    position: relative;
    background-color: var(--color-6);
}

.servicos-duplicated__header--img {
    width: 100%;
    height: 406px;
    background: linear-gradient(260deg, #15131F -0.06%, rgba(21, 19, 31, 0.30) 36.23%);
    object-fit: cover;
}

.servicos-duplicated__texts {
    position: absolute;
    top: 0;

    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    height: 406px;
    justify-content: center;
    gap: 35px;
}

.servicos-duplicated__texts h1 {
    font-size: 45px;
    color: #ffff;
    font-weight: 700;
    margin-bottom: 0;
}

.servicos-duplicated__texts p {
    font-size: 17px;
    color: #ffff;
    font-weight: 300;
    line-height: 27px;
    width: 75%;
    margin-bottom: 0;
    z-index: 1;
}

.servicos-duplicated__texts p strong{
    font-weight: 700;
}

.servicos-duplicated__img {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.servicos-duplicated__items {
    padding-bottom: 50px;
    position: relative;
    background: white;
    padding-top: 59px;
}

.servicos-duplicated__items h2{
    font-size: 45px;
    color: #1C1929;
    font-weight: 700;
    margin-bottom: 47px;
}

.servicos-duplicated__item {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.servicos-duplicated__item img {
    width: 40px;
}

.servicos-duplicated__item h3 {
    color: #1C1929;
    font-weight: 700;
    font-size: 35px;
    padding-top: 30px;
    margin-bottom: 16px;
}

.servicos-duplicated__item p {
    color: #1C1929;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.servicos-duplicated__item a {
    color: var(--color-6);
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s all;
}

.servicos-duplicated__item a:hover {
    opacity: 0.6;
}

.servicos-duplicated__items-img {
    position: absolute;
    right: 0;
    top: -340px;
}

#recent-posts-new {
    padding-top: 59px;
    padding-bottom: 56px;
    background: #1C1929;
}

#recent-posts-new h2{
    color: white;
    margin-bottom: 0;
    font-size: 45px;
    padding-bottom: 43px;
    font-weight: 700;
}

#recent-posts-new h3{
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.post-meta{
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.post-excerpt{
    font-size: 16px;
    color: white;
    line-height: 160%;
    margin-bottom: 24px;
    font-weight: 400;
}

.button a{
    letter-spacing: 3.6px;
    color: white;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.5s all;
}

.button a:hover{
    opacity: 0.5
}

.post-meta .date{
    font-weight: 700;
}

.entry-meta{
    margin-bottom: 15px;
    margin-top: 15px;
}

.entry-title{
    font-weight: bold;
}

@media(max-width:556px){
    .servicos-duplicated__header--img {
        height: 570px;
    }
    .servicos-duplicated__items {
        padding-bottom: 50px;
    }
    .servicos-duplicated__texts h1 {
        font-size: 35px;
    }

    .escritorios{
        padding-top: 80px;
    }

    .escritorios__item{
        padding-bottom: 20px;
    }

    .escritorios__titulo, .escritorios__subtitulo, .escritorios h2{
        width: 100%;
    }
}
@media(max-width:991px){
    .servicos-duplicated__img {
        top: 319px !important;
    }
    .servicos-duplicated__img {
        top: 319px !important;
    }
    .escritorios__titulo br{
        display: none;
    }
}
@media(min-width:900px) and (max-width:1200px) {
    .servicos-duplicated__texts {
        padding-top: 131px;
    }

    .servicos-duplicated__texts p{
        width: 100%;
    }

    .servicos-duplicated__items {
        padding-top: 0px;
    }
}
@media(max-width:1200px){
    
    .servicos-duplicated__img {
        top: 260px;
    }
}
@media(max-width: 440px){
    .servicos-duplicated__texts{
        margin-top: 40px;
    }

    .servicos-duplicated__texts h1{
        text-align: center;
    }
    .servicos-duplicated__texts p {
        width: 100%;
        text-align: center;
    }
    .servicos-duplicated__items h2{
        font-size: 35px;
        text-align: center;
    }
    .servicos-duplicated__item{
        margin-bottom: 0;
    }

}
@media(max-width: 410px){
    .servicos-duplicated__texts {
        margin-top: 123px;
    }
}

#section-podcast{
    padding-top: 93px;
    padding-bottom: 72px;
}

.podcast__logo{
    padding-bottom: 33px;
}

.podcast__desc{
    font-size: 16px;
    color: #15131F;
    font-weight: 400;

}

.podcast__links{
    padding-top: 20px;
}

.podcast__link{
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-right: 32px;
    transition: 0.5s all;
    color: #1C1929;
}

.podcast__link:hover{
    opacity: 0.5;
}

.episodios h2 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 114px;

}

.episodios img{
    border-radius: 20px;
}

.title_destaque{
    border-radius: 80px;
    background: rgba(109, 67, 149, 0.60);
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 18px 14px 18px;
    margin-top: 30px;
}

.podcast__links{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.destaques{
    bottom: 75px;

}
.episodios{
    position: relative;
}

.episodios-prev{
    position: absolute;
    display: flex;
    left: -16px;
    top: 14%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 33.029px;
    height: 33.029px;
    border-radius: 33.029px;
    background: rgba(239, 239, 239, 0.70);
    box-shadow: 0 22px 80px 0 rgba(0, 0, 0, 0.27), 0 14.259px 46.852px 0 rgba(0, 0, 0, 0.20), 0 8.474px 25.481px 0 rgba(0, 0, 0, 0.16), 0 4.4px 13px 0 rgba(0, 0, 0, 0.14), 0 1.793px 6.519px 0 rgba(0, 0, 0, 0.11), 0 0.407px 3.148px 0 rgba(0, 0, 0, 0.06);
}


.episodios-next{
    position: absolute;
    display: flex;
    right: -16px;
    top: 14%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 33.029px;
    height: 33.029px;
    border-radius: 33.029px;
    background: rgba(239, 239, 239, 0.70);
    box-shadow: 0 22px 80px 0 rgba(0, 0, 0, 0.27), 0 14.259px 46.852px 0 rgba(0, 0, 0, 0.20), 0 8.474px 25.481px 0 rgba(0, 0, 0, 0.16), 0 4.4px 13px 0 rgba(0, 0, 0, 0.14), 0 1.793px 6.519px 0 rgba(0, 0, 0, 0.11), 0 0.407px 3.148px 0 rgba(0, 0, 0, 0.06);
}

.materias-prev{
    position: absolute;
    display: flex;
    left: 0px;
    top: 40%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 33.029px;
    height: 33.029px;
    border-radius: 33.029px;
    background: rgba(239, 239, 239, 0.70);
    box-shadow: 0 22px 80px 0 rgba(0, 0, 0, 0.27), 0 14.259px 46.852px 0 rgba(0, 0, 0, 0.20), 0 8.474px 25.481px 0 rgba(0, 0, 0, 0.16), 0 4.4px 13px 0 rgba(0, 0, 0, 0.14), 0 1.793px 6.519px 0 rgba(0, 0, 0, 0.11), 0 0.407px 3.148px 0 rgba(0, 0, 0, 0.06);

}

.materias-next{
    position: absolute;
    display: flex;
    right: 0px;
    top: 40%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 33.029px;
    height: 33.029px;
    border-radius: 33.029px;
    background: rgba(239, 239, 239, 0.70);
    box-shadow: 0 22px 80px 0 rgba(0, 0, 0, 0.27), 0 14.259px 46.852px 0 rgba(0, 0, 0, 0.20), 0 8.474px 25.481px 0 rgba(0, 0, 0, 0.16), 0 4.4px 13px 0 rgba(0, 0, 0, 0.14), 0 1.793px 6.519px 0 rgba(0, 0, 0, 0.11), 0 0.407px 3.148px 0 rgba(0, 0, 0, 0.06);

}

.materias-next svg, .materias-prev svg{
    width: unset;
    height: unset;
}

.destaques-wrapper {
    position: relative;
}

.bg-episodios{
    height: 264px;
    width: 100%;
    background: #15131f;
    position: absolute;
    bottom: 0;
}

.destaques .button{
    margin-top: 23px;
}

    /* NA MIDIA CSS */
.na-midia__hero{
    position: relative;
    display: flex;
    justify-content: center;
    background: url(https://galaticoscapital.com/wp-content/themes/galaticos/assets/img/bg-servicos.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0;
}
.na-midia__hero .container{
    position: relative;
}
.na-midia__hero .row{
    width: 100%;
}
.na-midia__hero .na-midia__hero-img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.na-midia__texts{
    display: flex;
    align-items: center;
}
.na-midia__texts .col-md-5{
    justify-content: center;
    flex-direction: column;
    display: flex;gap: 20px;
}
.na-midia__texts h1{
    color: #fff;
    margin: 0;
}
.na-midia__texts h3{
    color: #fff;
    margin: 0;
}
.na-midia__texts p{
    color: #F3F0EC;
    margin: 0;
}
.na-midia__texts .links-spotify-youtube{

}
.na-midia__texts .links-spotify-youtube ul{
    display: flex;
    gap: 10px;
}
.na-midia__texts .col-md-7{
    z-index: 1;
}
.na-midia__texts .col-md-7 .destaques{

}
.na-midia__texts .col-md-7 .destaques .carousel-indicators{
    margin-bottom: -50px;
    display: flex;
    align-items: center;
}
.na-midia__texts .col-md-7 .destaques .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.na-midia__texts .col-md-7 .destaques .swiper-button-prev, .na-midia__texts .col-md-7 .destaques .swiper-button-next{
    margin-top: -60px;
} 
.na-midia__texts .col-md-7 .destaques .swiper-wrapper {
    height: 500px;
}
.na-midia__texts .col-md-7 .destaques .swiper-pagination .swiper-pagination-bullet{
    height: 10px;
    width: 10px;border-radius: 50%;
    background-color: #D9D9D9;
}
.na-midia__texts .col-md-7 .destaques .swiper-pagination .swiper-pagination-bullet-active{
    height: 16px;
    width: 16px;
    background-color: #D9D9D9;
}
.na-midia__texts .col-md-7 .destaques .destaque{
    height: 452px;
    padding: 0 10px;
}

.na-midia__texts .col-md-7 .destaques .destaque a {
    height: 100%;
    display: block;
    position: relative;
}

.na-midia__texts .col-md-7 .destaques .destaque a img {
    width: 100% !important;
    display: block !important;
    position: relative;
    height: 100% !important;
}
.na-midia__texts .col-md-7 img{
    width: 100%;
    border-radius: 40px;
}
#section-materias{
    background: #15131f ;
    padding-top: 59px;
    padding-bottom: 56px;
}

#section-materias h2{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px;
}

.imagem-materia-new{
    width: 100%;
    height: 247px;
    border-radius: 10px;
    object-fit: cover;
}

.imagem-veiculo-new{
    width: 100px;
}

#section-materias .materias .swiper-button-prev::after, #section-materias .materias .swiper-button-next::after{
    content: "";
}


.na-midia__item{
    max-width: 405px;
}

.materias  .button a{
    margin-top: 24px;
    display: block;
}

#section-materias .na-midia__item {
    position: relative;
    z-index: 1;
}

#section-materias .na-midia__item a {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.materias-prev::after,
.materias-next::after {
    display: none;
}

.slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.slider-header h2 {
    margin: 0;
}

.slider-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}



.materias-prev:hover,
.materias-next:hover {
    background: transparent;
}


.materias-prev.swiper-button-disabled,
.materias-next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

#section-materias .na-midia__item h3{
    color: #F3F0EC;
    line-height: 160%;
    font-size: 16px;
    font-weight: 400;
}


@media (min-width: 1200px) {
    .header .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}