/*
Theme Name: CBYK 2025
Theme URI: https://cbyk.com/
Author: CBYK
Author URI: https://cbyk.com/
Description: CBYK 2025
Developer: Aron Medeiros
Developer URI: https://aronmedeiros.com.br/
Version: 1.0.20
Tags: 
*/

:root {
    --color-primary: #E35009;
    --color-secondary: #B3370B;
    --orange-400: #FB954D;
    --orange-100: #FFEBD3;
    --netruo-0: #F4F1EE;
    --netruo-100: #E1DAD3;
    --netruo-200: #CDC3B9;
    --netruo-300: #B8ADA0;
    --netruo-600: #736C62;
    --netruo-800: #484541;
    --netruo-900: #333130;
    --brand-50: #FFD3AD;
    --brand-950: #050201;
    --almost-black: #222;
    --bg-header: #050201;
    --text-header: #222;
    --white: #fff;
    --black: #000;
    --light: #6C757D;
    --white-light: #F9F9F9;
    --bg-default: #353434;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--almost-black);
    background: var(--white);
    font-family: Montserrat, sans-serif;
}

a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--almost-black);
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 1rem;
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

canva,
iframe {
    max-width: 100%;
}

.wp-caption,
picture,
figure,
video,
audio,
img {
    max-width: 100%;
    height: auto;
}

picture {
    margin: 0;
    padding: 0;
    display: block;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

dl li,
ol li,
ul li {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.has-text-align-center,
.aligncenter {
    text-align: center;
    margin: auto;
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.d-block {
    display: block;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

#breadcrumbs {
    margin: 0;
    font-size: 14px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    
    .d-md-block {
        display: block !important;
    }
}

header#masthead {
    background: var(--bg-header);
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
}

header#masthead.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(5, 2, 1, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    padding: 0px 0;
}

header#masthead.navbar-fixed nav.navbar {
    padding: 0;
}

.navbar-brand .logo-scroll {
    position: fixed;
    top: 50%;
    left: unset;
    right: 20px;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    opacity: 0;
    /* display: none; */
}

@media (min-width: 968px) {
    .navbar.scrolled .logo-scroll {
        opacity: 1;
        /* display: block !important; */
    }

    .navbar-brand .logo-normal,
    .navbar-brand .logo-scroll {
        transition: opacity 0.5s ease-in-out;
    }
        
    .navbar-brand {
        position: relative;
    }
    
    .navbar.scrolled .logo-normal {
        opacity: 0;
    }
}

body.menu-fixed {
    padding-top: 0;
}

body.menu-fixed #content {
    margin-top: 0;
}

header#masthead .logo-name {
    width: 150px;
}

header#masthead.navbar-fixed {
    height: 55px !important;
}

.navbar.scrolled .logo-name{
    height: auto !important;
}
.navbar.scrolled .navbar-brand .logo-scroll {
    width: 45px !important;
}

.navbar.scrolled .navbar-brand {
    padding: 5px 0 !important;
}

.pagination-wrapper {
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-wrapper .page-numbers li {
    margin: 0;
}

.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
    display: inline-block;
    padding: 10px 15px;
    background: #1f1e1e;
    color: var(--netruo-0);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.pagination-wrapper .page-numbers a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

.pagination-wrapper .page-numbers .current {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--white);
}

.pagination-wrapper .page-numbers .prev,
.pagination-wrapper .page-numbers .next {
    font-weight: 600;
}

@media (max-width: 768px) {
    .pagination-wrapper .page-numbers {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .pagination-wrapper .page-numbers a,
    .pagination-wrapper .page-numbers span {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    
    .pagination-wrapper .page-numbers .prev,
    .pagination-wrapper .page-numbers .next {
        font-size: 0.85rem;
        padding: 8px 10px;
    }
}

.pagination-numeric-wrapper {
    margin-top: 40px;
}

.pagination-numeric {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--netruo-900);
    border: 2px solid var(--netruo-800);
    color: var(--netruo-0);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.bg-black {
    background-color: var(--black) !important;
}

.pagination-number:hover {
    background: var(--color-primary);
    border-color: var(--color-secondary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--color-secondary-rgb), 0.3);
}

.pagination-number.active {
    background: var(--color-primary);
    border-color: var(--color-secondary);
    color: var(--white);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(var(--color-primary-rgb), 0.5);
}


@media (max-width: 768px) {
    .pagination-numeric {
        gap: 6px;
    }
    
    .pagination-number {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .pagination-numeric {
        gap: 4px;
    }
    
    .pagination-number {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

header#masthead nav.navbar {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

header#masthead nav.navbar .navbar-brand a {
    display: block;
    max-height: 76px;
}

header#masthead nav.navbar #mobile-nav {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li {
    margin-bottom: 0;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li a {
    color: var(--netruo-0);
    padding: 0 12px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
}

.fixcolor,
.fixcolor a {
    color: var(--netruo-0) !important;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li .dropdown-menu li:hover a,
header#masthead nav.navbar #mobile-nav ul.navbar-nav li a:hover,
header#masthead nav.navbar #mobile-nav ul.navbar-nav li.active a {
    color: var(--color-primary);
    font-weight: 500;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li .dropdown-menu {
    display: none;
    min-width: 13.5rem;
    margin: 1rem 0 0;
    z-index: 1000;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    padding: 20px 5px;
    background-color: #1f1e1e;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li .dropdown-menu li a {
    font-size: 18px;
    font-weight: 500;
    padding: 0 26px;
    display: block;
    margin-bottom: 0;
    color: var(--netruo-0);
    min-height: 40px;
    line-height: 40px;
    transition: all 0.3s;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li a.dropdown-toggle {
    color: var(--netruo-0) !important;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: all 0.3s;
}

header#masthead nav.navbar #mobile-nav ul.navbar-nav li a.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

header#masthead nav.navbar .dropdown-menu.show {
    display: block !important;
}

@media (min-width: 968px) {
    header#masthead nav.navbar .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    header#masthead nav.navbar .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media (max-width: 968px) {
    header#masthead nav.navbar {
        max-width: 100%;
        padding: 5px 15px;
    }

    header#masthead nav.navbar #mobile-nav {
        z-index: 99999;
        position: fixed;
        top: 86px;
        bottom: 0;
        left: -100%;
        width: 100%;
        min-height: 100vh;
        overflow-y: auto;
        background: var(--bg-header);
        border-top: 1px solid var(--netruo-0);
        display: block;
    }

        
    header#masthead .navbar.scrolled #mobile-nav {
        top: 55px;
    }

    header#masthead nav.navbar #mobile-nav.show {
        right: 0;
        left: 0;
    }

    header#masthead nav.navbar #mobile-nav ul.navbar-nav li .dropdown-menu {
        background-color: var(--black);
        margin: 0;
        padding: 5px 0;
    }
    header#masthead nav.navbar #mobile-nav ul.navbar-nav li .dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    header#masthead nav.navbar #mobile-nav ul.navbar-nav li .dropdown-menu li a {
        color: var(--netruo-100);
        padding: 10px 15px;
    }

    header#masthead nav.navbar .navbar-toggler {
        background-color: transparent;
        padding: 0;
        font-size: inherit;
        line-height: 0;
        border: unset;
        border-radius: unset;
    }

    header#masthead nav.navbar .barras-search,
    header#masthead nav.navbar .navbar-toggler .linhasmr {
        position: relative;
        width: 50px;
        height: 50px;
    }

    header#masthead nav.navbar .navbar-toggler .linhasmr>span {
        background-color: var(--netruo-0);
        height: 2px;
        right: 10px;
        position: absolute;
        top: 0;
        width: 28px;
        border-radius: 10px;
        transition: all 0.3s ease 0s;
    }

    header#masthead nav.navbar.navbar-toggler .linhasmr .b1,
    header#masthead nav.navbar .navbar-toggler .linhasmr .b2,
    header#masthead nav.navbar .navbar-toggler .linhasmr .b3 {
        transform: unset;
        -webkit-transform: unset;
        width: 28px;
    }

    header#masthead nav.navbar .navbar-toggler .linhasmr .b1 {
        top: 14px;
    }

    header#masthead nav.navbar .navbar-toggler .linhasmr .b2 {
        top: 22px;
    }

    header#masthead nav.navbar .navbar-toggler .linhasmr .b3 {
        top: 30px;
    }

    header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b1 {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 22px;
    }

    header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b2 {
        width: 0;
    }

    header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b3 {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 22px;
    }

    header#masthead nav.navbar #mobile-nav ul.navbar-nav {
        display: block;
    }

    header#masthead nav.navbar #mobile-nav {
        padding: 20px 0;
    }

    header#masthead nav.navbar #mobile-nav ul.navbar-nav li a {
        display: block;
        text-align: center;
        padding: 15px 0;
    }
}

.separator {
    opacity: 0.8;
    background: linear-gradient(90deg, #261306 -0.64%, #A83C08 42.43%, #E35009 96.76%);
    height: 5px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px rgba(227, 80, 9, 0.5);
}

.banner-rotativo {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 500px;
    overflow: hidden;
    background: var(--netruo-0);
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
}

.banner-container:active {
    cursor: grabbing;
}


.banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile background image for banner slides */
@media (max-width: 768px) {
    .banner-slide[data-bg-mobile]:not([data-bg-mobile=""]) {
        background-image: var(--bg-mobile) !important;
    }
}

.banner-content {
    width: 100%;
    max-width: 1320px;
    z-index: 2;
    position: relative;
    text-align: center;
}

.banner-text {
    width: 60%;
    margin: auto;
}

.banner-text h1, 
.banner-text h2, 
.banner-text h3, 
.banner-text h4, 
.banner-text h5, 
.banner-text h6, 
.banner-text p {
    color: var(--netruo-0);
}

.banner-text h1,
.banner-text h2,
.banner-text h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.banner-text h1 {
    font-size: 3.6rem;
    color: var(--color-primary);
}

.banner-text p {
    color: var(--white-light);
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.196px;
    width: 80%;
    margin: auto;
}

.banner-action {
    margin-top: 2rem;
}

.btn-banner {
    display: inline-block;
    background: transparent;
    color: var(--netruo-0);
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
}

.btn-banner:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--netruo-0);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}



.banner-logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.banner-logo img {
    max-height: 100px;
    width: auto;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .banner-rotativo {
        height: 75vh;
        min-height: 450px;
    }
    .banner-text {
        width: calc(100% - 84px);
        margin: auto;
    }
    .banner-text h1,
    .banner-text h2,
    .banner-text h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .banner-text h1,
    .banner-text h2,
    .banner-text h3 {
        font-size: 2.5rem;
    }
    
    .banner-text p {
        font-size: 1.2rem;
        width: 100%;
    }
    
    
    .banner-logo {
        bottom: 15px;
    }
    
    .banner-logo img {
        max-height: 30px;
    }
}

@media (max-width: 480px) {
    .btn-banner {
        background-color: var(--color-primary);
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .banner-logo img {
        max-height: 25px;
    }
}

.bg-home {
    background: linear-gradient(180deg, var(--black) 0%, #1f1e1e 50%, var(--black) 100%);
}

.about-section {
    padding: 80px 0;
    background: var(--black);
}

.about-content {
    text-align: center;
}

.about-text {
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.about-text h2::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -25px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.about-text p {
    font-size: 16px;
    line-height: 20px;
    color: var(--netruo-300);
    font-weight: 400;
}

@media (max-width: 480px) {
    .about-section {
        padding: 40px 0;
    }
    .about-text h2 {
        font-size: 2rem;
        padding: 0 10px;
    }
    .about-text h2::after {
        right: -10px;
        width: 32px;
        height: 32px;
    }
    
    #banner-pages.banner-interno .banner-content h1 {
        font-size: 2rem;
        padding: 0 10px;
    }
    #banner-pages.banner-interno .banner-content h1::after {
        right: -10px;
        width: 40px;
        height: 40px;
    }
}



.content-card {
    background: #1f1e1e;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.content-card-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    color: var(--netruo-300);
    transition: color 0.3s ease;
}

.content-card:hover .content-card-arrow {
    color: var(--color-primary);
}

.content-card-image {
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: height 0.5s ease;
}

.content-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-card:hover .content-card-image {
    height: 130px;
}

.content-card-content {
    padding: 24px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.content-card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--netruo-200);
    margin: 0;
    margin-bottom: 10px;
    line-height: 32px;
}

.content-card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--netruo-200);
    flex-grow: 1;
    margin-bottom: 0;
}

.content-card-action {
    margin-top: auto;
}

.content-card-action .btn {
    display: inline-block;
    margin: 14px 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 90px;
    transition: all 0.3s ease;
}

.content-card-action .btn-primary {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--netruo-0);
}

.content-card-action .btn-primary:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    transform: translateY(-2px);
}

.clients-section {
    position: relative;
    overflow: hidden;
}

.clients-content {
    text-align: center;
}

.clients-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin: 20px 0;
    padding: 20px 0;
    position: relative;
    display: inline-block;
}

.clients-title::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -25px;
    width: 45px;
    height: 45px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 480px) {
    .clients-title {
        font-size: 2rem;
        padding: 20px;
    }
    .clients-title::after {
        right: 12px;
        width: 40px;
        height: 40px;
    }
}


.clients-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.clients-carousel-wrapper {
    overflow: hidden;
    margin: 0 -15px;
    width: 100%;
}

.clients-carousel {
    display: flex;
    transition: none;
    gap: 0;
    padding: 0;
    width: auto;
}

.clients-carousel-item {
    flex: 0 0 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    min-height: 160px;
    padding: 0;
    white-space: nowrap;
    width: max-content;
}

.clients-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.client-logo {
    max-width: 120px;
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(100%) brightness(0.8);
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 40px;
}

.client-logo:last-child {
    margin-right: 0;
}

.client-logo:hover {
    opacity: 1;
    filter: grayscale(0%) brightness(1);
}

@media (max-width: 768px) {
    .clients-carousel-item {
        gap: 40px;
        min-height: 60px;
        padding: 0 15px;
    }
    
    .client-logo {
        max-width: 80px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .clients-carousel-item {
        gap: 30px;
        min-height: 50px;
        padding: 0 10px;
    }
    
    .client-logo {
        max-width: 60px;
        height: 40px;
    }
}

.unidades-negocio-section {
    padding: 80px 0;
}

.unidades-negocio-content {
    text-align: center;
}

.unidades-negocio-text {
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.unidades-negocio-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.unidades-negocio-text h2::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -25px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.unidades-negocio-text p {
    font-size: 16px;
    line-height: 20px;
    color: var(--netruo-300);
    font-weight: 400;
}

.unidades-negocio-cards {
    margin-top: 40px;
}

.unidade-card {
    background: #1f1e1e;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #1f1e1e;
    border-right: 1px solid var(--color-primary);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.unidade-card:hover {
    border: 1px solid var(--color-primary);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.35);
}

.unidade-card-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    color: var(--color-primary);
    transition: color 0.3s ease; 
}

.unidade-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.unidade-card-icon svg {
    width: auto;
    height: 55px;
    margin-bottom: 8px;
    fill: var(--color-primary) !important;
    transition: color 0.3s ease;
}

.unidade-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 10px 0;
    line-height: 28px;
}

.unidade-card-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--brand-50);
    margin: 0 0 15px 0;
    line-height: 20px;
}

.unidade-card-text {
    font-size: 1rem;
    line-height: 20px;
    color: var(--netruo-0);
    flex-grow: 1;
    margin-bottom: 0;
    letter-spacing: 0.03em;
}

.unidade-card-action {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.unidade-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    border-radius: 50%;
    color: var(--netruo-0);
    text-decoration: none;
    transition: all 0.3s ease;
}

.unidade-card-btn:hover {
    background: var(--color-secondary);
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(227, 80, 9, 0.4);
    color: var(--white);
}

.unidade-card-btn svg {
    width: 24px;
    height: 24px;
}

@media (min-width: 768px) {
    .unidade-card-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .unidade-card-subtitle {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .unidade-card-text {
        font-size: 1.1rem;
        line-height: 1.3;
        display: none;
    }

    .unidade-card-content {
        transition: all 0.6s ease;
        transform-style: preserve-3d;
        perspective: 1000px;
        position: relative;
        height: 100%;
    }

    .unidade-card-icon,
    .unidade-card-title,
    .unidade-card-subtitle {
        transition: transform 0.6s ease, opacity 0.3s ease;
        transform: rotateY(0deg);
        position: relative;
        z-index: 2;
        opacity: 1;
    }

    .unidade-card-text {
        transition: transform 0.6s ease;
        transform: rotateY(180deg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        backface-visibility: hidden;
        z-index: 1;
    }

    .unidade-card-content:hover .unidade-card-icon,
    .unidade-card-content:hover .unidade-card-title,
    .unidade-card-content:hover .unidade-card-subtitle {
        transform: rotateY(-180deg);
        opacity: 0;
    }

    .unidade-card-content:hover .unidade-card-text {
        transform: rotateY(0deg);
    }

    .arrow-flip {
        background: #1f1e1e;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
        border-radius: 0 20px 0 0;
        z-index: 1;
    }
    .arrow-flip svg {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .arrow-flip {
        display: none;
    }

    .unidades-negocio-section {
        padding: 60px 0;
    }
    
    .unidades-negocio-text h2 {
        font-size: 2rem;
        padding: 0 10px;
    }
    
    .unidades-negocio-text h2::after {
        right: 16px;
        top: -20px;
        width: 32px;
        height: 32px;
    }
    
    .unidade-card {
        padding: 25px;
        min-height: 250px;
    }
    
    .unidade-card-title {
        font-size: 1.5rem;
        line-height: 28px;
    }
    
    .unidade-card-subtitle {
        font-size: 1rem;
        line-height: 22px;
    }
    
    .unidade-card-text {
        font-size: 0.9rem;
    }
    
    .unidade-card-btn {
        width: 45px;
        height: 45px;
    }
}

.blog-section {
    padding: 80px 0;
}

.blog-content {
    text-align: left;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}

.blog-text {
    flex: 1;
    max-width: 70%;
}

.blog-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.blog-text h2::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -25px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-text p {
    font-size: 16px;
    line-height: 20px;
    color: var(--netruo-300);
    font-weight: 400;
}

.blog-action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.btn-blog {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--netruo-0);
    border: 2px solid var(--color-primary);
    padding: 15px 50px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.btn-blog svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--color-primary);
}

.btn-blog:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--white);
}

.btn-blog:hover svg {
    color: var(--white);
}

.blog-cards {
    margin-top: 40px;
}

.blog-card {
    background: #1f1e1e;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.blog-card-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    color: var(--netruo-300);
    transition: color 0.3s ease;
}

.blog-card:hover .blog-card-arrow {
    color: var(--color-primary);
}

.blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.blog-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--netruo-0);
    margin: 0 0 10px 0;
    line-height: 25.2px;
    min-height: 75px;
}

.blog-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--netruo-0);
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 10px 0;
}

.blog-card-author-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-card-author-name {
    font-size: 0.9rem;
    color: var(--netruo-0);
    font-weight: 500;
}

.titles-meta {
    padding: 12px 0 0 !important;
    margin: 0 !important;
}

.titles-meta .category,
.titles-meta .reading-time {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 600;
    line-height: 16.8px;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.blog-card-reading-time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--netruo-0);
}

.reading-time-icon {
    font-size: 0.8rem;
}

.blog-card-category {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    color: var(--netruo-0);
}

@media (max-width: 768px) {
    .blog-card-title {
        min-height: auto;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    .blog-card-title {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    
    .blog-card-excerpt {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    
    .blog-card-reading-time {
        font-size: 0.8rem;
    }
    
    .blog-card-category {
        font-size: 0.8rem;
        padding: 3px 6px;
    }
    
    .blog-card-author-avatar {
        width: 28px;
        height: 28px;
    }
    
    .blog-card-author-name {
        font-size: 0.85rem;
    }

    .blog-section {
        padding: 60px 0;
    }
    
    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .blog-text {
        max-width: 100%;
    }
    
    .blog-text h2 {
        font-size: 2rem;
    }
    
    .blog-text h2::after {
        right: -22px;
        top: -10px;
        width: 32px;
        height: 32px;
    }
    
    .blog-header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .blog-text {
        max-width: 100%;
        text-align: center;
    }
    
    .blog-action {
        order: 2;
    }
    
    .blog-action-desktop {
        display: none;
    }
    
    .blog-action-mobile {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (min-width: 769px) {
    .blog-action-desktop {
        display: flex;
    }
    
    .blog-action-mobile {
        display: none;
    }
}

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--netruo-0);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 50px;
    background: var(--color-primary);
    transition: all 0.3s ease;
}

.category-link:hover {
    background: var(--color-secondary);
    color: var(--netruo-0);
}

.impresa-section {
    padding: 80px 0;
}

.impresa-content {
    text-align: left;
}

.impresa-header {
    margin-bottom: 50px;
}

.impresa-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.impresa-text h2::after {
    content: '';
    position: absolute;
    top: -18px;
    right: -25px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.impresa-text p {
    font-size: 16px;
    line-height: 20px;
    color: var(--netruo-300);
    font-weight: 400;
}

.impresa-cards {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .impresa-section {
        padding: 60px 0;
    }
    
    .impresa-text h2 {
        font-size: 2rem;
    }
    
    .impresa-text h2::after {
        right: -22px;
        top: -16px;
        width: 32px;
        height: 32px;
    }
    
    .impresa-content {
        text-align: center;
    }
    
    .impresa-text {
        max-width: 100%;
    }
}

.ai-section {
    position: relative;
    background-color: transparent;
    background-image: url('inc/assets/images/bg-ai-min.png');
    background-size: 70%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.ai-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
    padding: 0;
}

.ai-text {
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ai-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.ai-text h2::after {
    content: '';
    position: absolute;
    top: -15px;
    right: 35px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.ai-text p {
    font-size: 16px;
    line-height: 20px;
    color: var(--netruo-300);
    font-weight: 400;
}

.btn-ai {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--netruo-0);
    color: var(--brand-950);
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--white);
}

.btn-ai:hover {
    background: var(--white);
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .ai-section {
        background-size: 140% 100%;
    }
    .ai-content {
        padding: 20px 0;
    }
    
    .ai-text h2 {
        font-size: 2rem;
        padding: 0 10px;
    }
    
    .ai-text h2::after {
        right: 0px;
        width: 32px;
        height: 32px;
    }
    
    .ai-text {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .btn-ai {
        padding: 12px 24px;
        font-size: 1rem;
    }
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(227, 80, 9, 0.3);
    border: 2px solid var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(227, 80, 9, 0.4);
}

.back-to-top svg {
    width: 20px;
    height: 20px;
    color: var(--white);
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 15px;
    }
    
    .back-to-top svg {
        width: 18px;
        height: 18px;
    }
}

#modalCookie {
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

#modalCookie.show {
    display: block;
}

#modalCookie > div.bodymodal {
    width: 365px;
    position: fixed;
    padding: 30px 25px;
    background: #1f1e1e;
    z-index: 999999;
    margin: auto;
    font-size: 14px;
    color: var(--netruo-0);
    bottom: 50px;
    left: 10px;
    border-radius: 20px 0 20px 20px;
    text-align: center;
    line-height: 1.6;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(227, 80, 9, 0.2);
}

#modalCookie > div.bodymodal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

#modalCookie > div.bodymodal a {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 600;
}

#buttonAceitoCookie {
    border-radius: 50px;
    padding: 12px 24px;
    width: 100%;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: var(--netruo-0);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

#buttonAceitoCookie:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 80, 9, 0.4);
}

@media (max-width: 768px) {
    #modalCookie > div.bodymodal {
        width: calc(100% - 20px);
        margin: 0px auto;
        font-size: 13px;
        padding: 25px 20px;
        border-radius: 30px 0 30px 30px;
        left: 10px;
        right: 10px;
    }
    
    #modalCookie > div.bodymodal::before {
        width: 35px;
        height: 35px;
    }
}

footer#footer {
    background-color: var(--black);
    overflow: hidden;
}

footer#footer #footer-content {
    padding: 80px 0 40px;
}

footer#footer #footer-content a {
    font-weight: 400;
}

footer#footer .border-footer {
    border-bottom: 1px solid var(--netruo-600);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

footer#footer .menus {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

footer#footer .menus ul {
    margin: 0;
    padding: 0;
}

footer#footer .menus li {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer#footer .menus a,
footer#footer .footer-content {
    width: 80%;
    color: var(--netruo-300);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer#footer .menus a:hover {
    color: var(--color-primary);
}

footer#footer .logo-footer {
    width: 230px;
}

footer#footer #redes-sociais {
    margin-top: 20px;
    display: inline-flex;
    gap: 10px;
}

footer#footer #redes-sociais a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #6F6D66;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
}

footer#footer #redes-sociais a:hover {
    border-color: var(--color-primary);
}

footer#footer #redes-sociais img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

footer#footer .footer-content h3,
footer#footer h2 {
    color: var(--netruo-600);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0;
}

footer#footer .copyright {
    background-color: #1f1e1e;
    padding: 12px;
}
footer#footer .copyright p {
    margin: 0;
    color: var(--netruo-0);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    footer#footer .logo-footer {
        width: 180px;
        margin: 0 auto;
        display: block;
    }
    
    footer#footer #redes-sociais {
        width: 100%;
        margin: 20px auto 20px;
        justify-content: center;
    }
    
    footer#footer .menu-footer-container,
    footer#footer .footer-content {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    
    footer#footer .menus a {
        width: 100%;
        text-align: center;
    }
    
    footer#footer h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    
    footer#footer .border-footer {
        display: none;
    }
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-auto {
    margin: auto;
}
#banner-pages.banner-interno {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

#banner-pages.banner-interno .banner-content h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    position: relative;
    display: inline-block;
}

#banner-pages.banner-interno .banner-content h1::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -25px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-pages {
    background-color: var(--black);
    padding: 40px 0 0;
}

.bg-transparent {
    background-color: transparent;
}

.bg-pages #postSingle {
    padding: 0;
    color: var(--netruo-0);
}

#banner-pages.banner-interno #breadcrumbs {
    margin: 10px 0 0;
}

#banner-pages.banner-interno #breadcrumbs span,
#banner-pages.banner-interno #breadcrumbs .breadcrumb_last {
    color: var(--orange-100);
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
}

.bg-pages #postSingle h2,
.bg-pages #postSingle h3,
.bg-pages #postSingle h4,
.bg-pages #postSingle h5,
.bg-pages #postSingle h6,
.bg-pages #postSingle p,
.bg-pages #postSingle ul,
.bg-pages #postSingle ol,
.bg-pages #postSingle li,
.bg-pages #postSingle strong {
    color: var(--netruo-0);
}

#postSingle {
    justify-content: center;
}

#postSingle article.post header.entry-header .chapeu {
    color: var(--netruo-0);
    font-size: 14px;
    background-color: var(--color-primary);
    display: table;
    padding: 3px 15px;
    border-radius: 25px;
    font-weight: 500;
}

#postSingle article.post header.entry-header {
    border-bottom: 1px solid var(--white-light);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#postSingle article.post header.entry-header h1 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0;
}

#postSingle article.post header.entry-header .date,
#postSingle article.post header.entry-header .autor {
    font-size: 14px;
    margin: 0;
}

#postSingle article.post header.entry-header .date {
    color: var(--light);
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 15px;
}

#postSingle article.post header.entry-header .autor {
    color: var(--color-primary);
    font-weight: 700;
}

#postSingle article.post .post-thumbnail {
    margin: 15px 0;
}

#postSingle article.post .post-thumbnail img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#postSingle article.post .entry-content figcaption,
#postSingle article.post .post-thumbnail figcaption {
    color: var(--light);
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1rem;
}

#postSingle article.post .entry-content figure {
    display: block;
    margin: auto;
    text-align: center;
}

#postSingle article.post .entry-content p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: var(--almost-black);
}

#postSingle article.post .entry-content p iframe {
    display: block;
    margin: auto;
}
#postSingle article.post .entry-content .tagContent {
    max-width: 100%;
    word-break: break-all;
    display: inline-block;
}

#postSingle article.post .entry-content .tagEndPost {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px 10px 0;
    display: block;
    height: 40px;
    font-weight: 600;
}

@media (max-width: 768px) {
    #postSingle article.post header.entry-header h1 {
        font-size: 1.4em;
    }
}

#postSingle article.post .entry-content .share-section {
    margin: 30px 0 10px 0;
}

#postSingle article.post .entry-content .share-section .share-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}

#sharelink button,
#sharelink a {
    color: var(--netruo-0);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

#sharelink a img,
#sharelink a svg,
#sharelink button img,
#sharelink button svg {
    fill: var(--netruo-0);
    width: 20px;
    max-height: 20px;
    filter: invert(1);
}

#sharelink .facebook {
    background: #3b5998;
}

#sharelink .linkedin {
    background: #007bb5;
}

#sharelink .whatsapp {
    background: #1eea5f;
}

#sharelink .twitter {
    background: #55acee;
}

#sharelink .share {
    background: var(--color-primary);
}

.share-section {
    margin: 20px 0;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--color-primary);
}

#sharelink button:hover,
#sharelink a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.leia-mais-section .blog-card-image,
.page-template-page-blog .blog-card-image {
    height: 180px;
}

.leia-mais-section .blog-card-content,
.page-template-page-blog .blog-card-content {
    padding: 16px;
}

.leia-mais-section .blog-card-title,
.page-template-page-blog .blog-card-title {
    font-size: 16px;
    min-height: 52px;
}

.leia-mais-section .blog-card {
    background: var(--netruo-0);
}

.leia-mais-section .blog-card-author-name,
.leia-mais-section .blog-card-title,
.leia-mais-section .blog-card-reading-time,
.leia-mais-section .blog-card-category {
    color: var(--almost-black);
}

.leia-mais-section .titles-meta .category,
.leia-mais-section .titles-meta .reading-time {
    color: var(--color-primary);
}

#dataAuthor {
	box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
	background-color: #1f1e1e;
	border-radius: 5px;
	margin-top: 40px;
	padding: 20px;
}
#dataAuthor .row {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#dataAuthor .avatar {
	position: relative;
	text-align: center;
}
#dataAuthor .avatar img {
	position: relative;
	padding: 4px;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin: auto;
}
#dataAuthor .subtitle {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
	color: var(--orange-100);
}
#dataAuthor .title {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 600;
	color: var(--brand-50);

}
#dataAuthor .description {
	font-size: 14px;
	margin: 0;
	color: var(--orange-100);
}

@media (max-width: 768px) {
	#dataAuthor .title {
		font-size: 14px;
	}
	#dataAuthor .description {
		font-size: 12px;
	}
	#dataAuthor .subtitle {
		font-size: 12px;
	}
	#dataAuthor .avatar img {
		height: 100px;
		width: 100px;
		margin-bottom: 15px;
	}
}

.wp-block-buttons {
    margin: 20px 0;
}

.wp-block-button {
    margin: 0 10px 10px 0;
}

.wp-block-button__link {
    display: inline-block;
    padding: 15px 30px;
    background: var(--color-primary);
    color: var(--netruo-0);
    border: 2px solid var(--color-primary);
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wp-block-button__link:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--netruo-0);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.wp-block-button__link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 80, 9, 0.3);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--color-primary);
    color: var(--white);
}

.wp-block-button.is-style-fill .wp-block-button__link {
    background: var(--color-primary);
    color: var(--white);
    border: 2px solid var(--color-primary);
}

@media (max-width: 768px) {
    .wp-block-button__link {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .wp-block-button {
        margin: 0 5px 10px 0;
    }
}

.cta-section {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.cta-text h2 {
    color: var(--netruo-0);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.cta-text p {
    color: var(--netruo-0);
    font-size: 1.2rem;
    margin: 0;
    opacity: 0.9;
    line-height: 1.5;
}

.cta-button {
    flex-shrink: 0;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--netruo-0);
    color: var(--color-primary);
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--netruo-0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-cta:hover {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.btn-cta svg {
    transition: transform 0.3s ease;
}

.btn-cta:hover svg {
    transform: translateX(5px);
}

/* Responsividade CTA */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .cta-text h2 {
        font-size: 2rem;
    }
    
    .cta-text p {
        font-size: 1.1rem;
    }
    
    .btn-cta {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .cta-text h2 {
        font-size: 1.8rem;
    }
    
    .cta-text p {
        font-size: 1rem;
    }
    
    .btn-cta {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* ===== CONTACT FORM 7 STYLING ===== */
.wpcf7 {
    max-width: 100%;
    margin: 0 auto;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: var(--netruo-0);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}



/* Form wrapper for better integration */
.wpcf7-form-wrapper {
    background: var(--white-light);
    padding: 60px 0;
    margin: 40px 0;
}

.wpcf7-form-wrapper .container {
    max-width: 900px;
}

.text-right {
    text-align: right !important;
}

/* Form Fields Container */
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

/* Input Fields */
.wpcf7-form-control {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--netruo-800);
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    background: var(--netruo-0);
    color: var(--almost-black);
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin: 8px 0 10px;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(227, 80, 9, 0.1);
    transform: translateY(-1px);
}

.wpcf7-form-control::placeholder {
    color: #999;
    font-style: italic;
}

/* Textarea */
.wpcf7-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    border-radius: 10px;
}

/* Select */
.wpcf7-select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 40px;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
}

/* Checkbox and Radio */
.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--color-primary);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.wpcf7-list-item-label {
    color: var(--almost-black);
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
    flex: 1;
}

/* Acceptance Field Specific */
.wpcf7-acceptance {
    margin: 20px 0;
}

.wpcf7-acceptance .wpcf7-list-item {
    align-items: flex-start;
    gap: 12px;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    accent-color: var(--color-primary);
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.5;
    color: var(--almost-black);
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 600;
}

.wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}

/* Submit Button */
.wpcf7-submit {
    background: var(--color-primary) !important;
    color: var(--netruo-0);
    border: 2px solid var(--color-primary) !important;
    padding: 14px 18px 14px 18px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(227, 80, 9, 0.2) !important;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 20px 20px !important;
    padding-right: 50px !important;
}

.wpcf7-submit:hover {
    background: var(--color-secondary) !important;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 20px 20px !important;
    border-color: var(--color-secondary) !important;
    box-shadow: 0 8px 10px rgba(227, 80, 9, 0.4) !important;
    color: var(--white);
    transform: translateX(2px);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

.wpcf7-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 80, 9, 0.3) !important;
}

.justify-content-end {
	justify-content: end !important;
}

/* Response Messages */
.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    border: none;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.wpcf7-spam-blocked {
    background: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

.wpcf7-acceptance-missing {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Validation Messages */
.wpcf7-not-valid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

/* Loading State */
.wpcf7-submit:disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Form Layout Variations */
.wpcf7-form.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.wpcf7-form.two-columns .wpcf7-form-control-wrap:last-child,
.wpcf7-form.two-columns .wpcf7-textarea-wrap,
.wpcf7-form.two-columns .wpcf7-acceptance {
    grid-column: 1 / -1;
}

/* Row layout for form fields */
.wpcf7-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.wpcf7-form-row .wpcf7-form-control-wrap {
    flex: 1;
}

/* Form title styling */
.wpcf7-form h3,
.wpcf7-form h2 {
    color: var(--almost-black);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.wpcf7-form p {
    color: var(--netruo-0);
    text-align: left;
}

.wpcf7-form label {
    font-size: 14px;
    font-weight: 600;
    color: var(--netruo-0);
	display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wpcf7-form-wrapper {
        padding: 40px 0;
        margin: 20px 0;
    }
    
    .wpcf7-form {
        gap: 20px;
        padding: 30px 15px;
        margin: 0 15px;
    }
    
    .wpcf7-form-control {
        padding: 12px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .wpcf7-submit {
        padding: 15px 50px 15px 30px;
        font-size: 14px;
        min-width: 150px;
        align-self: stretch;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 30px center !important;
        background-size: 20px 20px !important;
    }
    
    .wpcf7-form.two-columns {
        grid-template-columns: 1fr;
    }
    
    .wpcf7-form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .wpcf7-form h3,
    .wpcf7-form h2 {
        font-size: 1.5rem;
    }
    
    .wpcf7-form p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .wpcf7-form-wrapper {
        padding: 30px 0;
        margin: 15px 0;
    }
    
    .wpcf7-form {
        gap: 15px;
        padding: 20px 10px;
        margin: 0 10px;
    }
    
    .wpcf7-form-control {
        padding: 10px 14px;
    }
    
    .wpcf7-submit {
        padding: 12px 45px 12px 25px;
        font-size: 13px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 25px center !important;
        background-size: 18px 18px !important;
    }
    
    .wpcf7-form h3,
    .wpcf7-form h2 {
        font-size: 1.3rem;
    }
}

/* Dark Theme Support */
.bg-pages .wp-block-contact-form-7-contact-form-selector {
	margin-top: 20px;
}

.bg-pages .wpcf7-form-wrapper {
    background: var(--black);
}

.bg-pages .wpcf7-form {
    background: #1f1e1e;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-pages .wpcf7-form h3,
.bg-pages .wpcf7-form h2 {
    color: var(--netruo-0);
}

.bg-pages .wpcf7-form p {
    color: var(--white-light);
}

.bg-pages .wpcf7-form-control {
    background: var(--netruo-900);
    border-color: var(--netruo-800);
    color: var(--netruo-0);
}

.bg-pages .wpcf7-form-control:focus {
    border-color: var(--color-primary);
    background: #333;
}

.bg-pages .wpcf7-form-control::placeholder {
    color: #aaa;
}

.bg-pages .wpcf7-list-item-label {
    color: var(--netruo-0);
}

.bg-pages .wpcf7-not-valid-tip {
    color: #ff6b6b;
}

.bg-pages .wpcf7-acceptance .wpcf7-list-item-label {
    color: var(--netruo-0);
}

.bg-pages .wpcf7-acceptance .wpcf7-list-item-label a {
    color: var(--color-primary);
}

.bg-pages .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--color-secondary);
}

/* ===== SWIPER CUSTOM STYLES ===== */
/* Banner Swiper */
.banner-swiper {
    height: 100%;
    width: 100%;
}

.banner-swiper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    color: var(--netruo-0);
    background: var(--color-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner-swiper .swiper-button-next:hover,
.banner-swiper .swiper-button-prev:hover {
    background: var(--color-secondary);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.banner-swiper .swiper-button-next:after,
.banner-swiper .swiper-button-prev:after {
    display: none;
}

@media (max-width: 576px) {
    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}

@media (max-width: 992px) {
    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}


/* About and Unidades Negocio Swiper */
.about-swiper .swiper-pagination,
.unidades-negocio-swiper .swiper-pagination,
.culture-flow-swiper .swiper-pagination,
.blog-mobile-dots,
.impresa-mobile-dots {
    position: relative;
    margin-top: 30px;
    bottom: auto;
    left: auto;
    top: auto;
    transform: none;
}

.about-swiper .swiper-pagination-bullet,
.unidades-negocio-swiper .swiper-pagination-bullet,
.culture-flow-swiper .swiper-pagination-bullet,
.blog-mobile-dots .swiper-pagination-bullet,
.impresa-mobile-dots .swiper-pagination-bullet {
    background: var(--color-secondary);
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.about-swiper .swiper-pagination-bullet:hover,
.unidades-negocio-swiper .swiper-pagination-bullet:hover,
.culture-flow-swiper .swiper-pagination-bullet:hover,
.about-swiper .swiper-pagination-bullet-active,
.unidades-negocio-swiper .swiper-pagination-bullet-active,
.culture-flow-swiper .swiper-pagination-bullet-active,
.blog-mobile-dots .swiper-pagination-bullet-active,
.impresa-mobile-dots .swiper-pagination-bullet-active  {
    background: var(--color-primary);
    transform: scale(1.2);
}

/* Blog Mobile Carousel */
.about-carousel-container,
.impresa-carousel-container,
.unidades-negocio-carousel-container,
.blog-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.about-carousel-item,
.impresa-carousel-item,
.unidades-negocio-carousel-item,
.blog-carousel-item {
    height: auto;
    display: flex;
    flex-direction: column;
}

/* ===== LANGUAGE SELECTOR ===== */
.skiptranslate, #goog-gt-tt { 
    display: none !important; 
} 

body{ 
    top: 0 !important; 
}

.language-selector {
    position: relative;
    display: inline-block;
    transition: margin-right 0.3s ease;
}

.navbar.scrolled  .language-selector {
    margin-right: 70px;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0 5px 0 0;
    font-size: 20px;
    position: relative;
    margin-right: 15px;
}

.language-btn::after {
    content: '';
    position: absolute;
    top: 42%;
    right: -15px;
    transform: translateY(-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.language-selector.active .language-btn::after {
    transform: translateY(-50%) rotate(315deg);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: calc(44px + 20px);
    display: none;
    z-index: 1000;
    margin-top: 5px;
}

.language-selector.active .language-dropdown {
    display: block;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(44px + 20px);;
    padding: 5px 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    transition: background 0.2s ease;
}

.language-option:hover {
    background: rgba(255, 255, 255, 0.25);
}

.language-option .flag-icon {
    width: 40px;
    height: 27px;
    object-fit: cover;
    border-radius: 4px;
}

.language-option .lang-name {
    color: var(--almost-black);
}

.flag-icon {
    width: 44px;
    height: 31px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

@media (max-width: 968px) {
    .navbar.scrolled .logo-name {
        height: auto;
    }
    /*.navbar.scrolled .logo-normal {
        display: none !important;
    }
    .navbar.scrolled .logo-scroll {
        display: block !important;
        opacity: 1;
    }

    .navbar.scrolled .logo-scroll {
        right: -5px;
    }
    */
    .navbar .language-selector {
        margin-right: 0 !important;
    }

    header#masthead.navbar-fixed {
        padding: 5px 0;
    }
    
    header#masthead.navbar-fixed nav.navbar {
        padding: 0px 15px;
    }
    header#masthead .logo-name {
        width: 120px;
    }
    header#masthead.navbar-fixed .logo-name {
        width: 100px;
    }
}

.ai-section-container {
    background-image: url('inc/assets/images/bg_black-min.png');
}

/* ===== CULTURA CBYK SECTION ===== */
.culture-section {
    padding: 80px 0 0;
    background: #000;
    position: relative;
    overflow: hidden;
}

.culture-section .container {
    position: relative;
    z-index: 2;
}

.culture-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 48px;
}

.culture-eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--orange-100);
    display: inline-block;
    margin-bottom: 20px;
}

.culture-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    margin-top: 3rem;
}

.culture-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange-100);
    margin: 0;
    position: relative;
    padding-right: 40px;
}

.culture-title::after {
    content: '';
    position: absolute;
    top: -8px;
    right: 18px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 11.256H33.756V33.756L45 45V0H0L11.244 11.244H11.256V11.256Z" fill="%23E35009"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.culture-badge {
    display: block;
    background: rgba(227, 80, 9, 0.2);
    color: var(--white);
    border: 1px solid rgba(227, 80, 9, 0.6);
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.culture-description {
    color: var(--netruo-300);
    font-size: 1.05rem;
    line-height: 1.7;
}

.culture-panel {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.culture-panel-header span {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--netruo-200);
    font-size: 0.8rem;
}

.culture-values-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.culture-value-card {
    background: #1f1e1e;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    min-height: 180px;
}

.culture-value-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(227, 80, 9, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange-100);
    margin-bottom: 16px;
}

.culture-value-card h3 {
    font-size: 1.05rem;
    color: var(--white);
    margin-bottom: 6px;
}

.culture-value-card p {
    color: var(--netruo-300);
    font-size: 0.95rem;
    line-height: 1.5;
}

.culture-flow-header h3 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 8px;
}

.culture-flow-header p {
    color: var(--netruo-300);
    max-width: 680px;
}

.culture-flow-steps {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
}

.culture-flow {
    width: 100%;
    max-width: 100%;
}

.culture-flow-container {
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Desktop Grid - Mostra os 5 itens lado a lado */
.culture-flow-desktop {
    width: 100%;
}

.culture-flow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}

.culture-flow-item {
    width: 100%;
}

/* Mobile Carousel */
.culture-flow-mobile {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.culture-flow-swiper {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

.culture-flow-swiper .swiper-wrapper {
    width: 100%;
    display: flex;
}

.culture-flow-swiper .swiper-slide {
    height: auto;
    width: auto;
    flex-shrink: 0;
}

.culture-flow-card {
    border: 1px solid rgba(227, 80, 9, 0.18);
    border-radius: 18px;
    padding: 18px;
    background: #1b1b1b;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.culture-flow-card strong {
    color: var(--white);
    font-size: 1rem;
}

.culture-flow-card span {
    color: var(--netruo-300);
    font-size: 0.9rem;
}

/* Responsive adjustments para culture-flow-grid */
@media (max-width: 1400px) {
    .culture-flow-grid {
        gap: 16px;
    }
}

@media (max-width: 1200px) {
    .culture-flow-grid {
        gap: 15px;
    }
    
    .culture-flow-card {
        padding: 16px;
        min-height: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .culture-flow-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .culture-title {
        font-size: 1.5rem;
    }
}

.flow-icon {
    width: 42px;
    height: 42px;
    /* border-radius: 50%; */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    color: var(--orange-100);
    margin-bottom: 8px;
    /* background: rgba(255, 255, 255, 0.03); */
    margin: 0 auto;
}

.culture-value-icon svg,
.flow-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: var(--orange-100) !important;
}

.culture-value-icon svg {
    width: 40px;
    height: 40px;
}

.culture-pillars-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.culture-pillar-card {
    border-radius: 24px;
    overflow: hidden;
    background: #1f1e1e;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
}

.culture-pillar-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.culture-pillar-content {
    padding: 22px;
}

.culture-pill-label {
    color: var(--netruo-200);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.culture-pillar-content h4 {
    margin: 10px 0;
    color: var(--white);
    font-size: 1.3rem;
}

.culture-pillar-content p {
    color: var(--netruo-300);
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .culture-section {
        padding: 60px 0;
    }

    .culture-panel {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .culture-heading {
        text-align: left;
    }

    .culture-badge {
        width: 100%;
        text-align: center;
    }

    .culture-panel {
        padding: 20px;
    }
}