:root {
    --vermelhoPlanalto: #CE2D29;
    --azulPlanalto: #243B70;
    --azulDestaque: #02246C;
    --cinzaSuave: #F2F2F2;
    --cinzaTexto: #666666;
}

/*****************************************************/
@font-face {
    font-family: 'Intro';
    src: url('../css/font/IntroBlackAlt.woff2') format('woff2'),
        url('../css/font/IntroBlackAlt.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('../css/font/IntroLightAlt.woff2') format('woff2'),
        url('../css/font/IntroLightAlt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('../css/font/IntroBoldAlt.woff2') format('woff2'),
        url('../css/font/IntroBoldAlt.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('../css/font/IntroBookAlt.woff2') format('woff2'),
        url('../css/font/IntroBookAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('../css/font/IntroRegularAlt.woff2') format('woff2'),
        url('../css/font/IntroRegularAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('../css/font/IntroThinAlt.woff2') format('woff2'),
        url('../css/font/IntroThinAlt.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/***********************************************************/


/* Animação */

[data-anime] {
    opacity: 0;
    transition: all 0.5s;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
    transform: translate3d(0, -50px, 0);
}

[data-anime="bottom"] {
    transform: translate3d(0, 50px, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}


body {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    background: var(--cinzaSuave);
}

.header {
    width: 100%;
    padding: 15px 0;
    border-bottom: solid 1px #E6E6E6;
    position: fixed;
    z-index: 1000;
    background-color: rgba(253, 253, 253, 0.849);
    backdrop-filter: blur(14px) contrast(123%);
}

.header ul,
.header ul li,
.header li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header .principal ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

@media (max-width: 1400px) {
    .header .principal ul {
        gap: 17px;
    }
}

@media (max-width: 1200px) {
    .header .logoHeader {
        width: 100%;
        height: auto;
    }

    .header .principal ul li a {
        font-size: 15px;
    }

    .header .principal ul {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-align: center;
    }
}


.header .principal ul li a {
    color: var(--azulDestaque);
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.5s;
}

.header .principal ul li a:hover {
    color: var(--vermelhoPlanalto);
    transition: all 0.5s;
}

.header .principal .current-menu-item a {
    color: var(--vermelhoPlanalto);
}

.header .boxWhatsFlags {
    display: flex;
    background: var(--cinzaSuave);
    border-radius: 15px;
    align-items: center;
    gap: 13px;
    width: fit-content;
    padding: 10px 7px 10px 6px;
    float: right;
    margin: 3px 0 0 0;
}

.header .boxWhatsFlags img {
    border-radius: 8px;
    width: 41px;
    height: 30px;
    padding: 0;
    margin: 0 4px;
}

.header .boxWhatsFlags .fa-whatsapp {
    color: #fff;
    background: var(--azulPlanalto);
    padding: 10px 15px;
    border-radius: 15px 0 0 15px;
    font-size: 32px;
    transition: all 0.5s;
}

.header .boxWhatsFlags .fa-whatsapp:hover {
    background: var(--azulDestaque);
    transition: all 0.5s;
}


/********* HERO SLIDER *************/
.sliderHero{
    padding: 90px 0 0 0;
}

.hero-slide {
    padding: 120px 90px 0px 90px;
}



.hero-slide .hero-slide-content {
    padding: 0 0 0 0;
    width: 45%;
    display: grid;
    justify-content: center;
}

.hero-slide .hero-slide-images {
    width: 55%;
}

.hero-slide .hero-titulo {
    font-family: 'Intro';
    color: var(--azulPlanalto);
    font-size: 33px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 -31px 4px;
}

.hero-slide .estilo-1 {
    font-size: clamp(40px, 18cqw, 170px);
    line-height: 1.1;
    font-family: 'Intro';
    font-weight: 700;
    background: #0085DA;
    background: linear-gradient(to right, #0085DA 0%, #042C45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slide .estilo-2 {
    font-size: 170px;
    font-family: 'Intro';
    font-weight: 700;
    line-height: 150px;
    background: #0085DA;
    background: #5777C2;
    background: linear-gradient(to left, #5777C2 0%, #02246C 50%, #CE2D29 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slide .hero-subtitulo {
    font-family: 'Intro';
    color: var(--azulPlanalto);
    font-size: 60px;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0 30px 4px;
}

.hero-slide .botSaibaMais a {
    background: #CE2D29;
    background: linear-gradient(90deg, rgba(206, 45, 41, 1) 0%, rgba(60, 41, 99, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    margin: 0 0 0 10px;
    border-radius: 11px;
    font-weight: 700;
}

.boxDots {
    background: var(--azulPlanalto);
    margin: -5px 0 0 0;
}

/********************************** HOME ******************************/

.boxCarrosselProdutos {
    background: #243B70;
    background: linear-gradient(180deg, rgba(36, 59, 112, 1) 54%, rgba(0, 102, 166, 1) 100%);
    padding: 20px 0 85px 0;
    margin: 0;
}

.boxCarrosselProdutos h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.boxCarrosselProdutos p {
    color: #fff;
    font-size: 18px;
    font-weight: 760;
    width: 100%;
    text-align: center;
}


/***** SLIDER CATEGORIAS *******/
.carrosselProdutos {
    padding: 0 50px;
}

.carrossel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 50px;
}

.categorias-carrossel {
    overflow: hidden;
    width: 100%;
}

.categorias-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.categoria-card {
    flex-shrink: 0;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.cat-capa-container {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding: 15px;
}

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

.cat-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-size: 14px;
}

.cat-tag-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
}

.cat-tag-svg {
    width: 100%;
    height: auto;
}

.cat-info {
    padding: 20px 35px 35px 35px;
    display: flex;
    justify-content: space-between;
}

.cat-info img {
    width: 100px;
    height: auto;
}

.cat-info a {
    background: #CE2D29;
    background: linear-gradient(90deg, rgba(206, 45, 41, 1) 0%, rgba(102, 40, 75, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 8px;
    font-size: 15px;
}

.cat-info a:hover {
    background: var(--azulDestaque);
    text-decoration: none;
}


.cat-title {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
    color: var(--azulPlanalto);
    padding: 0 70px 0 35px;
    height: 51px;
}

.cat-link {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.cat-link:hover {
    text-decoration: underline;
}

.carrossel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carrossel-btn:hover {
    background: #f8f8f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carrossel-prev {
    left: 0;
}

.carrossel-next {
    right: 0;
}

@media (max-width: 768px) {
    .carrossel-container {
        padding: 0 40px;
    }

    .carrossel-btn {
        width: 35px;
        height: 35px;
    }
}


/***************** HOME ********************/
.alighContent {
    display: grid;
    align-content: center;
}

.sobreAPlanaltoHome {
    padding: 100px 0;
    background: url(../images/bgQuadriculado.webp) no-repeat bottom right;
}

.sobreAPlanaltoHome h1 {
    color: var(--vermelhoPlanalto);
    font-size: 30px;
    font-weight: 700;
}

.sobreAPlanaltoHome h3 {
    color: #666666;
    font-size: 22px;
    font-weight: 700;
}

.sobreAPlanaltoHome h2 {
    color: var(--azulDestaque);
    font-size: 22px;
    font-weight: 800;
}

.sobreAPlanaltoHome p {
    font-size: 18px;
    color: var(--cinzaTexto);
    line-height: 180%;
    margin: 14px 0;
}

.sobreAPlanaltoHome a {
    background: #CE2D29;
    background: linear-gradient(90deg, rgba(206, 45, 41, 1) 0%, rgba(102, 40, 75, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 8px;
    font-size: 15px;
    width: fit-content;
}

.sobreAPlanaltoHome a:hover {
    background: var(--azulDestaque);
    text-decoration: none;
}

.sobreAPlanaltoHome a .fa-caret-right {
    margin: 0 0 0 20px;
}

.sobreAPlanaltoHome img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

/*****/
.assistenciaTecnicaPortfolio {
    padding: 100px 0 0 0;
}


.assistenciaTecnicaPortfolio .assistenciaTecnica {
    background: var(--azulPlanalto);
    padding: 30px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    min-height: 248px;
    align-items: center;
}

.assistenciaTecnicaPortfolio .assistenciaTecnica h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 9px 0;
}

.assistenciaTecnicaPortfolio .assistenciaTecnica p {
    font-size: 18px;
    font-weight: 400;
}

.assistenciaTecnicaPortfolio .assistenciaTecnica a {
    background: #00FF81;
    color: var(--azulDestaque);
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 8px;
    font-size: 15px;
    width: fit-content;
    font-weight: 500;
}

.assistenciaTecnicaPortfolio .assistenciaTecnica a:hover {
    background: #fff;
    text-decoration: none;
    color: #02246C;
}

.assistenciaTecnicaPortfolio .assistenciaTecnica a .fa-caret-right {
    margin: 0 0 0 20px;
}

.assistenciaTecnicaPortfolio .assistenciaTecnica img {
    margin: 33px 43px 33px 33px;
    width: 110px;
}

/*****/
.assistenciaTecnicaPortfolio .portfolio {
    background: var(--vermelhoPlanalto);
    padding: 30px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    min-height: 248px;
}

.assistenciaTecnicaPortfolio .portfolio h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 9px 0;
}

.assistenciaTecnicaPortfolio .portfolio p {
    font-size: 18px;
    font-weight: 400;
}

.assistenciaTecnicaPortfolio .portfolio a {
    background: #fff;
    color: var(--azulDestaque);
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 8px;
    font-size: 15px;
    width: fit-content;
    font-weight: 500;
}

.assistenciaTecnicaPortfolio .portfolio a:hover {
    background: #02246C;
    text-decoration: none;
    color: #fff;
}

.assistenciaTecnicaPortfolio .portfolio a .fa-caret-right {
    margin: 0 0 0 20px;
}

.assistenciaTecnicaPortfolio .portfolio img {
    margin: 33px 43px 33px 33px;
    width: 110px;
}

.assistenciaTecnicaPortfolio .portfolio .content {
    width: 60%;
}

.pecasDeReposicao {
    width: 100%;
    padding: 100px 0 50px 0;
}

.pecasDeReposicao h2 {
    width: 100%;
    text-align: center;
    color: var(--azulPlanalto);
    font-size: 30px;
    font-weight: 800;
}

.pecasDeReposicao p {
    width: 100%;
    text-align: center;
    color: var(--cinzaTexto);
    font-size: 18px;
    font-weight: 500;
}

.sliderPecas {
    width: 100%;
    padding: 0px 100px;
}

.cardPecas {
    text-align: center;
    background: #fff;
    border-radius: 29px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 25px;
}

.cardPecas img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.cardPecas h4 {
    font-size: 19px;
    color: var(--azulPlanalto);
    font-weight: 600;
    height: 50px;
    padding: 0 100px 0 0;
}

.swiper-wrapper {
    margin-top: 25px;
    margin-bottom: 35px;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px)) !important;
}

.swiper-pagination-bullet-active {
    background: var(--vermelhoPlanalto) !important;
}

.pecasReposicaoSubpages {
    padding: 50px;
    background: #EBEBEB;
}

/************************************************************/

.satistacaoEmAtenderVoce {
    background: var(--vermelhoPlanalto);
    width: 100%;
    background-image: url(../images/bgQuadrculadoVermelho.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 40px 0;
    height: 225px;
    color: #fff;
}

.satistacaoEmAtenderVoce h2 {
    font-weight: 700;
    font-size: 25px;
}

.satistacaoEmAtenderVoce img {
    margin: -136px 0 0 50px;
}


/******/
.nossasFiliais {
    padding: 100px 0;
    background: url(../images/bgQuadriculado.webp) no-repeat bottom right;
}

.nossasFiliais h1 {
    color: var(--vermelhoPlanalto);
}

.nossasFiliais .cardsFiliais {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
}

.nossasFiliais .titSection {
    font-size: 30px;
    color: var(--azulPlanalto);
    font-weight: 800;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}

.nossasFiliais .subTitSection {
    font-size: 18px;
    color: var(--cinzaTexto);
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.nossasFiliais .cardFilial {
    border-radius: 25px;
}

.nossasFiliais .cardFilial .size-tnb-filiais-card {
    width: 100%;
    height: auto;
    border-radius: 25px 25px 0 0;
}

.nossasFiliais .cardFilial .contentFiliais {
    padding: 30px;
    height: 290px;
}

.nossasFiliais .cardFilial .contentFiliais .imgTitl {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.nossasFiliais .cardFilial .contentFiliais .imgTitl img {
    border-radius: 100px;
    border: solid 5px var(--vermelhoPlanalto);
}

@media (max-width: 768px) {
    .nossasFiliais .contentFiliais {
        grid-template-columns: 1fr;
    }
}


.nossasFiliais .cardFilial .contentFiliais h3 {
    font-size: 25px;
    color: var(--azulPlanalto);
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.nossasFiliais .cardFilial .contentFiliais span {
    font-size: 18px;
    color: var(--azulPlanalto);
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.nossasFiliais .cardFilial .contentFiliais h4 {
    font-size: 14px;
    color: var(--cinzaTexto);
    font-weight: 500;
    margin: 12px 0;
    padding: 0;
}

.nossasFiliais .cardFilial .contentFiliais h4 img {
    margin: 6px 10px 10px 0;
    padding: 0;
    width: 25px;
    float: left;
}

.nossasFiliais .cardFilial .contentFiliais h4 strong {
    color: var(--azulDestaque);
    font-weight: 900;
    font-size: 18px;
}

.nossasFiliais .cardFilial .contentFiliais p {
    color: #666666;
    font-size: 14px;
    font-weight: 800
}

.nossasFiliais .cardFilial .contentFiliais p strong {
    color: var(--azulPlanalto);
    font-size: 14px;
    font-weight: 500
}

.nossasFiliais .cardFilial .contentFiliais p img {
    margin: 5px 10px 50px 0;
    padding: 0;
    width: 26px;
    float: left;
    height: auto;
}




/************************ FOOTER ****************************/
.footer .barraRodape {
    width: 100%;
    background: var(--azulDestaque);
    padding: 20px 0;
}

.footer .barraRodape .contactSocialIcons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.footer .barraRodape .contactSocialIcons ul,
.footer .barraRodape .contactSocialIcons ul li,
.footer .barraRodape .contactSocialIcons li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .barraRodape .contactSocialIcons .socialIcons {
    margin: 0 0 0 0;
    float: right;
}

.footer .barraRodape .contactSocialIcons .socialIcons ul {
    display: flex;
    gap: 15px;
}

.footer .barraRodape .contactSocialIcons .whatsApp a {
    color: #fff;
    background: var(--vermelhoPlanalto);
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 8px;
    transition: all 0.5s;
    font-weight: 700;
}

.footer .barraRodape .contactSocialIcons .whatsApp a:hover {
    background: #fff;
    transition: all 0.5s;
    color: var(--vermelhoPlanalto);
}

.footer .barraRodape .contactSocialIcons .socialIcons ul li a {
    color: #fff;
    font-size: 35px;
    transition: all 0.5s;
}

.footer .barraRodape .contactSocialIcons .socialIcons ul li a:hover {
    color: var(--vermelhoPlanalto);
    transition: all 0.5s;
}

.contentFooter {
    padding: 60px 0 40px;
}

.contentFooter h2 {
    color: #c41e3a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contentFooter ul,
.contentFooter ul li,
.contentFooter li {
    list-style-type: none;
}

/* Menu Institucional */
.contentFooter .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contentFooter .footer ul li {
    margin-bottom: 12px;
}

.contentFooter .footer ul li a {
    color: var(--azulPlanalto);
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.contentFooter .footer ul li a:before {
    content: '▶';
    color: #c41e3a;
    margin-right: 10px;
    font-size: 12px;
}

.contentFooter .footer ul li a:hover {
    color: #c41e3a;
}

/* Seção de Contatos */
.contentFooter .col-lg-4 p,
.contentFooter .col-lg-4 div {
    margin-bottom: 20px;
    color: var(--azulPlanalto);
}

.contentFooter .col-lg-4 p .fab,
.contentFooter .col-lg-4 p .fas,
.contentFooter .col-lg-4 p .far {
    float: left;
    margin: 7px 10px 20px 0;
    font-size: 30px;
}

.contentFooter .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contentFooter .contact-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #c41e3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contentFooter .contact-icon img,
.contentFooter .contact-icon svg {
    width: 20px;
    height: 20px;
    color: #c41e3a;
}

.contentFooter .contact-info {
    flex: 1;
}

.contentFooter .contact-label {
    font-size: 14px;
    color: var(--azulPlanalto);
    margin-bottom: 3px;
}

.contentFooter .contact-value {
    font-size: 18px;
    font-weight: bold;
    color: var(--azulPlanalto);
}

.contentFooter .contact-value a {
    c color: var(--azulPlanalto);
    text-decoration: none;
}

.contentFooter .contact-value a:hover {
    color: #c41e3a;
}

.contentFooter .gtranslate_wrapper img {
    border-radius: 8px;
    width: 41px;
    height: 30px;
    padding: 0;
    margin: 0 4px;
}

/* E-mail */
.contentFooter .email-section {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contentFooter .email-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #c41e3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contentFooter .email-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.contentFooter .email-info a {
    font-size: 16px;
    font-weight: bold;
    color: var(--azulPlanalto);
    text-decoration: none;
}

.contentFooter .email-info a:hover {
    color: #c41e3a;
}

/* Bandeiras */
.contentFooter .flags {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.contentFooter .flags img {
    width: 35px;
    height: 25px;
    border-radius: 3px;
}

/* Endereço */
.contentFooter .address-section {
    display: flex;
    align-items: flex-start;
}

.contentFooter .address-icon {
    width: 40px;
    height: 40px;
    background-color: #c41e3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contentFooter .address-icon svg,
.contentFooter .address-icon img {
    width: 20px;
    height: 20px;
    color: #fff;
}

.contentFooter .address-info {
    flex: 1;
}

.contentFooter .address-info p {
    margin: 0;
    font-size: 16px;
    color: var(--azulPlanalto);
    line-height: 1.6;
}


.contentFooter .logogrupoSelo {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}

/* Responsividade */
@media (max-width: 991px) {

    .contentFooter .col-lg-3,
    .contentFooter .col-lg-4 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .contentFooter {
        padding: 40px 0 30px;
    }

    .contentFooter h2 {
        font-size: 20px;
    }

    .contentFooter .contact-value {
        font-size: 16px;
    }
}


.copyrightPolitica {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 35px 0;
    background: #fff;
}

.copyrightPolitica p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--cinzaTexto);
}

.copyrightPolitica p a {
    text-decoration: none;
    color: var(--cinzaTexto);
}

/************************ SUBPAGINS *****************************/
.headerSubpages {
    width: 100%;
    padding: 150px 0 90px 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(2, 36, 108, 0.9) 34%, rgba(24, 84, 148, 0.9) 100%), url("../images/bgHeaderPages.webp") left bottom no-repeat;
}

.headerSubpages h1 {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    float: left;
    padding: 60px 0 0 0;
}

.headerSubpages span {
    font-size: 16px;
    font-weight: medium;
}


.headerSubpages .breadcrumbs {
    background: #0085DA;
    color: #fff;
    border-radius: 10px;
    padding: 9px 15px;
}

.oComecoDeTudo {
    padding: 0 0 50px 0;
}

.oComecoDeTudo p {
    color: var(--cinzaTexto);
    font-size: 16px;
    font-weight: 500;
    line-height: 198%;
    text-align: justify;
}

.oComecoDeTudo h2 {
    color: var(--azulPlanalto);
    font-size: 24px;
    margin: 25px 0 20px 0;
    font-weight: 900;
}

.oComecoDeTudo .bx {
    margin: 40px 0 0 0;
}


.oComecoDeTudo .card-fundador {
    background: #fff;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 5px 1px #E8E8E8;
    box-shadow: 0px 0px 5px 1px #E8E8E8;
    margin: -250px 0 20px 0
}

.oComecoDeTudo .card-fundador img {
    width: 100%;
    height: auto;
    border-radius: 18px 18px 0 0;
}

.oComecoDeTudo .card-fundador .info {
    padding: 24px;
    height: 120px;
}

.oComecoDeTudo .card-fundador .info p {
    text-align: left;
    color: var(--azulDestaque);
    font-weight: 800;
    margin: 0;
    line-height: 130%;
}

.oComecoDeTudo .card-fundador .info p span {
    color: var(--cinzaTexto);
    font-weight: 400;
}

.oComecoDeTudo .card-fundador .info span {
    color: var(--vermelhoPlanalto);
    font-size: 16px;
}

.institucional {
    background: url(../images/bgQuadriculadoCinza.svg) no-repeat right bottom #fff;
    padding: 100px 0
}

.institucional img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.institucional p strong {
    color: var(--azulPlanalto);
    font-size: 22px;
    font-weight: 800;
    padding: 0 0 0 0;
    text-align: left;
}

.institucional p {
    color: var(--cinzaTexto);
    font-size: 18px;
    font-weight: 400;
    padding: 0 60px 0 0;
    line-height: 211%;
    text-align: justify;
}

.boxNossaMissao {
    padding: 0 150px;
}

@media (max-width: 1600px) {

    .boxNossaMissao {
        padding: 0 50px;
    }

}

.nossaMissao {
    background: url(../images/bgIgualdadeSalarioRelato.webp) no-repeat top var(--azulPlanalto);
    padding: 0;
    color: #fff;
    border-radius: 25px;
}

.nossaMissao h2 {
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.nossaMissao p {
    font-size: 18px;
    line-height: 170%;
    text-align: justify;
    padding: 0 30px 0 0;
}

.boxNossaMissao img {
    width: 100%;
    height: auto;
    margin: 0 0px 0 12px;
    border-radius: 30px;
}

.nossaMissao iframe {
    border-radius: 30px;
}

.nossaMissao .alighContentImg {
    padding: 0px;
    border-radius: 0;
}

.nossaMissao .alighContentImg img {
    border-radius: 0;
    margin: 80px 0 0 90px;
}

.nossaMissao a {
    background: #CE2D29;
    background: linear-gradient(90deg, rgba(206, 45, 41, 1) 0%, rgba(102, 40, 75, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 8px;
    font-size: 15px;
    margin: 0px 0 0 100px;
}

.nossaMissao .imgRelatorio {
    margin: 70px 0px 0 12px;
}

@media (max-width: 1300px) {

    .nossaMissao iframe {
        width: 100%;
        height: 100%;
    }

}


/***** Igualdade Salarial ***************/




/********* Equipamentos *****************/
.nossoEquipamentos .imgEquipamentos {
    margin: -50px 0 -60px -50px;
    width: 118%;
}

.contentEquipamentos {
    padding: 50px 0;
    background: url(../images/bgQuadriculado.webp) no-repeat bottom right;
}

.contentEquipamentos .categoria-card {
    margin-bottom: 25px;
}

.contentEquipamentos .categoria-card .cat-title {
    padding: 0 150px 0 35px;
}

.contentEquipamentos .categoria-card .cat-capa-container {
    height: 320px;
}


/************ Produtos abertos ******************/
.planalto-tax-container {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    gap: 40px;
}

.planalto-sidebar {
    width: 320px;
}

.planalto-content {
    flex: 1;
    min-width: 0;
}

.cat-header {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 280px;
    margin: -200px 0 30px 0;
}

.cat-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.cat-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 110px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 4px;
}

.cat-tag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 28px;
    padding: 28px 40px 40px 40px;
    margin-bottom: 20px;
    margin: -50px 10px 0 0;
}

.sidebar-box h3 {
    font-size: 20px;
    padding: 0 0 30px 10px;
    color: var(--azulPlanalto);
    margin: 6px 0 20px 0;
    border-bottom: solid 1px #A3AEC5;
    font-weight: 800;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-list li {
    margin-bottom: 8px;
    padding: 9px 0 15px 0;
}

.product-list a {
    color: var(--vermelhoPlanalto);
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0px 10px 0;
}

.product-list .fa-caret-right {
    font-size: 34px;
    margin: -3px 10px 0 0;
    float: left;
}

.product-list a:hover,
.product-list a.active {
    color: var(--azulPlanalto);
    text-decoration: none;
}

.sidebar-video {
    margin: 30px 10px 0 0;
}

.sidebar-video iframe {
    width: 100%;
    border-radius: 18px;
    height: 230px;
    margin: 0 0 0 0;
}

.main-product-display {
    min-height: 400px;
    position: relative;
}

.specs-container {
    display: flex;
    gap: 6px;
    background: var(--azulDestaque);
    padding: 20px 20px 0px 20px;
    border-radius: 24px;
    margin-bottom: 70px;
}

.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    justify-content: center;
    align-items: center;
}

.product-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 15px;
    margin: 25px 0;
}

.product-gallery a {
    display: block;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: 0.3s;
}

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

.planalto-tabs-nav {
    display: flex;
    gap: 5px;
    border-bottom: 2px solid #eee;
    margin: 30px 0 -2px 30px;
}

.tab-btn {
    color: #fff;
    background: var(--vermelhoPlanalto);
    padding: 20px;
    border-radius: 15px 15px 0 0;
    border: none;
}

.tab-btn:hover {
    background: #bb001f;
}

.tab-btn.active {
    color: #fff;
    background: var(--azulPlanalto);
    padding: 20px;
    border-radius: 15px 15px 0 0;
}

.tab-panel {
    display: none;
    line-height: 1.8;
    color: #555;
    animation: fadeIn 0.4s ease;
}

.tab-panel.active {
    display: block;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.specs-table th {
    background: var(--azulPlanalto);
    color: #fff;
    text-align: left;
    padding: 0;
    font-size: 12px;
    text-align: center;
    height: 66px;
    font-weight: 500;
}

.specs-table td {
    padding: 13px 15px;
    border: 1px solid #eee;
    background: #fff;
    color: var(--azulPlanalto);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
}

.product-description p {
    font-size: 18px;
    line-height: 180%;
}

.planalto-tabs-content {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/**************************************/

.comercialHeader {
    padding: 170px 0 60px 0;
}

.comercialHeader .imgComercialHeader {
    margin: -80px 0 -60px 0;
    float: right;
}


.card {
    background: #f0f0f0;
    border-radius: 0;
    padding: 28px 28px 24px;
    width: 100%;
    border: none;
}

.name {
    font-size: 22px;
    font-weight: 800;
    color: #1a2a4a;
    margin-bottom: 4px;
}

.title {
    font-size: 14px;
    color: #555;
    margin-bottom: 18px;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #00FF81;
    border-radius: 12px;
    padding: 10px 13px;
    text-decoration: none;
    margin-bottom: 12px;
    transition: filter 0.2s;
    width: fit-content;
}

.whatsapp-btn:hover {
    filter: brightness(0.93);
}

.whatsapp-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.whatsapp-icon svg {
    width: 100%;
    height: 100%;
}

.whatsapp-text .label {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

.whatsapp-text .number {
    font-size: 17px;
    font-weight: 800;
    color: #02246C;
    letter-spacing: 0.3px;
    margin: -5px 0 0 0;
}

/* Email Block */
.email-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    text-decoration: none;
    margin-bottom: 18px;
    transition: filter 0.2s;
}

.email-btn:hover {
    filter: brightness(0.96);
}

.email-icon {
    width: 38px;
    height: 36px;
    flex-shrink: 0;
    color: #1a2a4a;
}

.email-icon svg {
    width: 100%;
    height: 100%;
}

.email-text .label {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.email-text .address {
    font-size: 18px;
    font-weight: 700;
    color: #1a2a4a;
    margin: -8px 0 -3px 0;
}

/* Regions */
.regions {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}

.regions .regions-label {
    color: #042C45;
    font-weight: 700;
}

.contentCardsContato {
    border-bottom: solid 1px #d1d1d1;
}

.contentCardsContato .category-header {
    color: var(--vermelhoPlanalto);
    font-size: 20px;
    text-transform: uppercase;
    padding: 40px 0 0 30px;
    font-weight: 700;
}


/********** CONTATO *********************/
/* Geral */
.contato-section {
    padding: 60px 0;
}

.title-contato {
    color: #1a3673;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 25px;
}

/* Botões WhatsApp */
.wa-card {
    display: flex;
    align-items: center;
    background: #00ff84;
    color: #1a3673;
    padding: 15px 25px;
    border-radius: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: transform 0.3s;
    width: 100%;
    max-width: 350px;
}

.wa-card:hover {
    transform: translateX(10px);
    color: #1a3673;
    text-decoration: none;
}

.wa-icon {
    font-size: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.wa-info strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.wa-info span {
    font-size: 0.9rem;
    font-weight: 400;
}

/* Estilo do Formulário */
.form-container {
    padding-top: 10px;
}

.custom-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.flex-select {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.flex-select label {
    min-width: 120px;
    margin-bottom: 0;
    color: #666;
}

.form-container .selectLocal {
    width: 100% !important;
}



.form-container .wpcf7-text {
    width: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    background: #fff !important;
    color: #444 !important;
}

.form-container .wpcf7-select {
    width: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    color: #444 !important;
}



.wpcf7-textarea {
    height: 150px;
    width: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    background: #fff !important;
    color: #444 !important;
}

/* Checkbox Aceite */
.acceptance-wrapper {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

.acceptance-wrapper input {
    margin-right: 10px;
    transform: scale(1.3);
}

/* Botão Enviar */
.btn-submit {
    background: linear-gradient(90deg, #c0392b 70%, #5d254a 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.btn-submit:hover {
    opacity: 0.9;
}

/* Responsivo */
@media (max-width: 768px) {
    .custom-form-grid {
        grid-template-columns: 1fr;
    }

    .flex-select {
        flex-direction: column;
        align-items: flex-start;
    }
}



/* Estilização do formulário - lado direito */
.paginaDeContato .col-lg-6:last-child {
    background: #fff;
}

.paginaDeContato .col-lg-6:last-child h2 {
    color: #d32f2f;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.paginaDeContato .col-lg-6:last-child p {
    color: #5C5C5C;
}

.paginaDeContato .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.paginaDeContato .wpcf7-form>p:first-of-type {
    margin-top: 0;
}



.paginaDeContato .wpcf7-form p {
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.paginaDeContato .wpcf7-form p label {
    color: #5C5C5C;
    color: #5C5C5C;
    padding: 12px 0 0 0;
}

.paginaDeContato .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

.paginaDeContato .wpcf7-text,
.paginaDeContato .wpcf7-email,
.paginaDeContato .wpcf7-tel,
.paginaDeContato .wpcf7-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: white;
}

.paginaDeContato .wpcf7-select:focus,
.paginaDeContato .wpcf7-text:focus,
.paginaDeContato .wpcf7-email:focus,
.paginaDeContato .wpcf7-tel:focus,
.paginaDeContato .wpcf7-textarea:focus {
    outline: none;
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}

.paginaDeContato .wpcf7-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.paginaDeContato .wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
    font-family: inherit;
}

.paginaDeContato .wpcf7-submit {
    background: #d32f2f;
    color: white;
    padding: 13px 50px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-end;
    position: relative;
}

.paginaDeContato .wpcf7-submit:after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
    font-size: 14px;
}

.paginaDeContato .wpcf7-submit:hover {
    background: #b71c1c;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(211, 47, 47, 0.4);
}

.paginaDeContato .wpcf7-spinner {
    display: none;
}

.paginaDeContato .wpcf7-response-output {
    margin-top: 15px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
}

.paginaDeContato .wpcf7-validation-errors {
    background: #ffebee;
    border: 1px solid #ef5350;
    color: #c62828;
}

.paginaDeContato .wpcf7-mail-sent-ok {
    background: #e8f5e9;
    border: 1px solid #66bb6a;
    color: #2e7d32;
}

.paginaDeContato .hidden-fields-container {
    display: none;
}

.paginaDeContato .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}


.txtOuvidoria {
    color: var(--cinzaTexto);
    font-size: 18px;
    line-height: 180%;
    padding: 0 110px 0 0;
}





/* ============================================================
   MOBILE CSS - Planalto
   Versão responsiva otimizada para dispositivos móveis
   Breakpoints: 576px, 768px, 991px
   ============================================================ */

/* ---- VARIÁVEIS (mantidas) ---- */
:root {
    --vermelhoPlanalto: #CE2D29;
    --azulPlanalto: #243B70;
    --azulDestaque: #02246C;
    --cinzaSuave: #F2F2F2;
    --cinzaTexto: #666666;
}

/* ============================================================
   RESET MOBILE BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

/* ============================================================
   HEADER MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .header {
        padding: 10px 0;
    }

    .header .principal ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        padding: 10px 15px;
    }

    .header .principal ul li a {
        font-size: 13px;
        padding: 4px 6px;
    }

    .header .boxWhatsFlags {
        float: none;
        margin: 1px auto 0;
        justify-content: center;
        padding: 8px 10px;
        gap: 8px;
    }

    .header .boxWhatsFlags img {
        width: 32px;
        height: 23px;
        margin: 0 2px;
    }

    .header .boxWhatsFlags .fa-whatsapp {
        font-size: 24px;
        padding: 8px 12px;
    }

    .header .logoHeader {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {

    .header {
        padding: 8px 0;
    }

    .header .principal ul {
        display: none;
        /* Menu hamburguer recomendado para mobile pequeno */
    }

    /* Se quiser exibir o menu, descomente abaixo e comente o display:none acima */
    /*
    .header .principal ul {
        flex-direction: column;
        gap: 4px;
        padding: 8px 10px;
    }
    .header .principal ul li a {
        font-size: 14px;
        display: block;
        padding: 8px 12px;
        border-bottom: 1px solid #eee;
    }
    */

    .header .boxWhatsFlags {
        gap: 6px;
        padding: 6px 8px;
    }

    .header .boxWhatsFlags img {
        width: 28px;
        height: 20px;
    }

    .header .boxWhatsFlags .fa-whatsapp {
        font-size: 20px;
        padding: 6px 10px;
    }
}

/* ============================================================
   HERO SLIDER MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .hero-slide {
        padding: 100px 20px 30px 20px;
        flex-direction: column;
    }

    .hero-slide {
        flex-direction: column;
        padding: 0;
    }

    .hero-slide .hero-slide-content {
        width: 100%;
        text-align: center;
        justify-items: center;
    }

    .hero-slide .hero-slide-images {
        width: 100%;
        margin-top: 20px;
        margin-bottom: -18px;
    }

    .hero-slide .hero-titulo {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 -20px 0;
    }

    .hero-slide .estilo-1 {
        font-size: clamp(36px, 12vw, 90px);
        line-height: 1.1;
    }

    .hero-slide .estilo-2 {
        font-size: clamp(40px, 13vw, 100px);
        line-height: 1;
    }

    .hero-slide .hero-subtitulo {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

    .hero-slide .botSaibaMais a {
        padding: 10px 22px;
        margin: 0;
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    .hero-slide {
        padding: 90px 15px 20px 15px;
    }

    .hero-slide .hero-titulo {
        font-size: 24px;
        line-height: 24px;
    }

    .hero-slide .estilo-1 {
        font-size: 72px;
        margin: 10px 0 0 0;
    }

    .hero-slide .estilo-2 {
        font-size: 72px;
        margin: 10px 0 0 0;
    }

    .hero-slide .hero-subtitulo {
        font-size: 28px;
        line-height: 32px;
    }
}

/* ============================================================
   CARROSSEL DE PRODUTOS MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .boxCarrosselProdutos {
        padding: 20px 0 60px 0;
    }

    .boxCarrosselProdutos h1 {
        font-size: 22px;
        padding: 0 20px;
    }

    .boxCarrosselProdutos p {
        font-size: 15px;
        padding: 0 20px;
    }

    .carrosselProdutos {
        padding: 0 15px;
    }

    .carrossel-container {
        padding: 10px 35px;
    }

    .cat-capa-container {
        height: 200px;
        padding: 10px;
    }

    .cat-title {
        font-size: 16px;
        padding: 0 40px 0 20px;
        height: auto;
        min-height: 44px;
    }

    .cat-info {
        padding: 15px 20px 25px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .cat-info img {
        width: 70px;
    }

    .cat-info a {
        font-size: 13px;
        padding: 8px 14px;
    }

    .carrossel-btn {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {

    .carrossel-container {
        padding: 10px 28px;
    }

    .cat-capa-container {
        height: 180px;
    }

    .cat-title {
        font-size: 15px;
        padding: 0 15px;
    }

    .cat-info {
        padding: 12px 15px 20px 15px;
    }
}

/* ============================================================
   SOBRE A PLANALTO HOME MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .sobreAPlanaltoHome {
        padding: 60px 0;
        background-size: 200px;
    }

    .sobreAPlanaltoHome h1 {
        font-size: 22px;
    }

    .sobreAPlanaltoHome h2 {
        font-size: 18px;
    }

    .sobreAPlanaltoHome h3 {
        font-size: 18px;
    }

    .sobreAPlanaltoHome p {
        font-size: 15px;
        line-height: 160%;
    }

    .sobreAPlanaltoHome a {
        font-size: 14px;
        padding: 9px 18px;
    }

    .sobreAPlanaltoHome img {
        border-radius: 20px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {

    .sobreAPlanaltoHome {
        padding: 40px 0;
    }

    .sobreAPlanaltoHome p {
        font-size: 14px;
        line-height: 155%;
    }
}

/* ============================================================
   ASSISTÊNCIA TÉCNICA / PORTFÓLIO MOBILE
   ============================================================ */
@media (max-width: 768px) {
    .hero-slide {
        flex-direction: column;
        padding: 20px;
        margin: 80px 0 0 0;
    }
}


@media (max-width: 991px) {

    .assistenciaTecnicaPortfolio {
        padding: 60px 0 0 0;
    }

    .assistenciaTecnicaPortfolio .assistenciaTecnica,
    .assistenciaTecnicaPortfolio .portfolio {
        display: flex;
        align-items: flex-start;
        min-height: auto;
        padding: 25px;
        margin-bottom: 15px;
        text-align: c;
        gap: 30px;
    }

    .assistenciaTecnicaPortfolio .assistenciaTecnica h2,
    .assistenciaTecnicaPortfolio .portfolio h2 {
        font-size: 20px;
    }

    .assistenciaTecnicaPortfolio .assistenciaTecnica p,
    .assistenciaTecnicaPortfolio .portfolio p {
        font-size: 15px;
    }

    .assistenciaTecnicaPortfolio .assistenciaTecnica img,
    .assistenciaTecnicaPortfolio .portfolio img {
        margin: 0 0 20px 0;
        width: 80px;
    }
}

@media (max-width: 576px) {

    .assistenciaTecnicaPortfolio .assistenciaTecnica h2,
    .assistenciaTecnicaPortfolio .portfolio h2 {
        font-size: 18px;
    }

    .assistenciaTecnicaPortfolio .assistenciaTecnica p,
    .assistenciaTecnicaPortfolio .portfolio p {
        font-size: 14px;
    }
}

/* ============================================================
   PEÇAS DE REPOSIÇÃO MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .pecasDeReposicao {
        padding: 60px 0 30px 0;
    }

    .pecasDeReposicao h2 {
        font-size: 22px;
        padding: 0 15px;
    }

    .pecasDeReposicao p {
        font-size: 15px;
        padding: 0 15px;
    }

    .sliderPecas {
        padding: 0 20px;
    }

    .cardPecas {
        padding: 18px;
        border-radius: 20px;
    }

    .cardPecas h4 {
        font-size: 16px;
        height: 36px;
        padding: 0;
    }

    .pecasReposicaoSubpages {
        padding: 25px 15px;
    }
}

/* ============================================================
   SATISFAÇÃO EM ATENDER VOCÊ MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .satistacaoEmAtenderVoce {
        height: auto;
        padding: 30px 0;
    }

    .satistacaoEmAtenderVoce h2 {
        font-size: 20px;
        padding: 0 15px;
    }

    .satistacaoEmAtenderVoce img {
        margin: 15px 0 0 0;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 10px auto 0;
    }
}

@media (max-width: 576px) {

    .satistacaoEmAtenderVoce h2 {
        font-size: 18px;
        text-align: center;
    }
}

/* ============================================================
   NOSSAS FILIAIS MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .nossasFiliais {
        padding: 60px 0;
        background-size: 200px;
    }

    .nossasFiliais .titSection {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .nossasFiliais .subTitSection {
        font-size: 15px;
    }

    .nossasFiliais .cardFilial {
        margin-bottom: 20px;
    }

    .nossasFiliais .cardFilial .contentFiliais {
        padding: 20px;
        height: auto;
        min-height: 250px;
    }

    .nossasFiliais .cardFilial .contentFiliais h3 {
        font-size: 20px;
    }

    .nossasFiliais .cardFilial .contentFiliais span {
        font-size: 15px;
    }

    .nossasFiliais .cardFilial .contentFiliais h4 {
        font-size: 13px;
    }

    .nossasFiliais .cardFilial .contentFiliais h4 strong {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .nossasFiliais {
        padding: 40px 0;
    }

    .nossasFiliais .cardsFiliais {
        border-radius: 16px;
        padding: 12px;
    }

    .nossasFiliais .cardFilial .contentFiliais .imgTitl {
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* ============================================================
   FOOTER MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .footer .barraRodape {
        padding: 15px 0;
    }

    .footer .barraRodape .contactSocialIcons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer .barraRodape .contactSocialIcons .socialIcons {
        float: none;
    }

    .footer .barraRodape .contactSocialIcons .socialIcons ul {
        gap: 10px;
        justify-content: center;
    }

    .footer .barraRodape .contactSocialIcons .socialIcons ul li a {
        font-size: 28px;
    }

    .footer .barraRodape .contactSocialIcons .whatsApp a {
        font-size: 14px;
        padding: 8px 16px;
    }

    .contentFooter {
        padding: 40px 0 25px;
    }

    .contentFooter h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .contentFooter .footer ul li {
        margin-bottom: 8px;
    }

    .contentFooter .footer ul li a {
        font-size: 14px;
    }

    .contentFooter .contact-value {
        font-size: 15px;
    }

    .contentFooter .logogrupoSelo {
        justify-content: center;
        margin-top: 20px;
    }

    .copyrightPolitica {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
    }

    .copyrightPolitica p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {

    .contentFooter {
        padding: 30px 0 20px;
    }

    .contentFooter .contact-icon,
    .contentFooter .email-icon,
    .contentFooter .address-icon {
        width: 34px;
        height: 34px;
    }

    .contentFooter .contact-info,
    .contentFooter .email-info,
    .contentFooter .address-info p {
        font-size: 14px;
    }

    .contentFooter .gtranslate_wrapper img {
        width: 34px;
        height: 24px;
    }
}

/* ============================================================
   SUBPAGES HEADER MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .headerSubpages {
        padding: 110px 0 60px 0;
        background-size: cover;
    }

    .headerSubpages h1 {
        font-size: 22px;
        padding: 30px 0 0 0;
    }

    .headerSubpages span {
        font-size: 14px;
    }

    .headerSubpages .breadcrumbs {
        font-size: 13px;
        padding: 7px 12px;
    }
}

@media (max-width: 576px) {

    .headerSubpages {
        padding: 90px 0 40px 0;
    }

    .headerSubpages h1 {
        font-size: 18px;
        padding: 20px 0 0 0;
    }
}

/* ============================================================
   O COMEÇO DE TUDO MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .oComecoDeTudo p {
        font-size: 14px;
        line-height: 175%;
    }

    .oComecoDeTudo h2 {
        font-size: 20px;
    }

    .oComecoDeTudo .bx {
        margin: 25px 0 0 0;
    }

    .oComecoDeTudo .card-fundador {
        margin: 0 0 20px 0;
        border-radius: 14px;
    }

    .oComecoDeTudo .card-fundador .info {
        height: auto;
        min-height: 100px;
        padding: 18px;
    }

    .oComecoDeTudo .card-fundador .info p {
        font-size: 14px;
    }
}

/* ============================================================
   INSTITUCIONAL MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .institucional {
        padding: 60px 0;
        background-size: 150px;
    }

    .institucional p {
        font-size: 15px;
        padding: 0 15px 0 0;
        line-height: 180%;
    }

    .institucional p strong {
        font-size: 18px;
    }

    .institucional img {
        border-radius: 20px;
        margin-bottom: 25px;
    }
}

/* ============================================================
   NOSSA MISSÃO MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .boxNossaMissao {
        padding: 0 15px;
    }

    .nossaMissao {
        border-radius: 18px;
    }

    .nossaMissao h2 {
        font-size: 19px;
    }

    .nossaMissao p {
        font-size: 15px;
        padding: 0;
        line-height: 155%;
    }

    .nossaMissao .alighContentImg img {
        margin: 30px 0 0 0;
        width: 100%;
        padding: 10px 0 0 40px;
    }

    .nossaMissao a {
        margin: 15px 0 20px 40px;
        font-size: 14px;
    }

    .nossaMissao iframe {
        width: 100%;
        height: 220px;
    }

    .boxNossaMissao img {
        margin: 0 0 15px 0;
        border-radius: 20px;
    }

    .nossaMissao .imgRelatorio {
        margin: 20px 0 0 0;
    }
}

/* ============================================================
   NOSSOS EQUIPAMENTOS MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .nossoEquipamentos .imgEquipamentos {
        margin: 0;
        width: 100%;
        float: none;
    }

    .contentEquipamentos {
        padding: 30px 0;
        background-size: 200px;
    }

    .contentEquipamentos .categoria-card {
        margin-bottom: 20px;
    }

    .contentEquipamentos .categoria-card .cat-title {
        padding: 0 30px 0 20px;
    }

    .contentEquipamentos .categoria-card .cat-capa-container {
        height: 220px;
    }
}

/* ============================================================
   PRODUTOS ABERTOS / SIDEBAR MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .planalto-tax-container {
        flex-direction: column;
        gap: 20px;
        margin: 20px 15px;
    }

    .planalto-sidebar {
        width: 100%;
        order: 2;
        /* Sidebar vai abaixo do conteúdo em mobile */
    }

    .planalto-content {
        order: 1;
    }

    .sidebar-box {
        margin: 20px 0 15px 0;
        padding: 20px 25px 30px 25px;
    }

    .sidebar-box h3 {
        font-size: 17px;
        padding: 0 0 20px 0;
    }

    .product-list a {
        font-size: 15px;
    }

    .product-list .fa-caret-right {
        font-size: 26px;
        margin: -2px 8px 0 0;
    }

    .sidebar-video {
        margin: 20px 0 0 0;
        display: none;
    }

    .sidebar-video iframe {
        height: 200px;
    }

    .cat-header {
        margin: 20px 0 20px 0;
    }

    .planalto-tabs-nav {
        margin: 20px 0 -2px 0;
        gap: 4px;
        flex-wrap: wrap;
    }

    .tab-btn,
    .tab-btn.active {
        padding: 12px 14px;
        font-size: 13px;
        border-radius: 10px 10px 0 0;
    }

    .planalto-tabs-content {
        padding: 18px;
        border-radius: 0 0 15px 15px;
    }

    .specs-container {
        flex-direction: column;
        gap: 4px;
        padding: 15px 15px 0 15px;
        border-radius: 16px;
        margin-bottom: 40px;
    }

    .specs-table th {
        font-size: 11px;
        height: 50px;
        padding: 5px;
    }

    .specs-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .product-description p {
        font-size: 15px;
        line-height: 160%;
    }

    .product-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-gallery a {
        height: 140px;
    }
}

@media (max-width: 576px) {

    .planalto-tax-container {
        margin: 15px 10px;
    }

    .planalto-tabs-nav {
        gap: 3px;
    }

    .tab-btn,
    .tab-btn.active {
        padding: 10px 12px;
        font-size: 12px;
    }

    .product-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .product-gallery a {
        height: 120px;
    }
}

/* ============================================================
   COMERCIAL HEADER MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .comercialHeader {
        padding: 120px 0 40px 0;
    }

    .comercialHeader .imgComercialHeader {
        float: none;
        margin: 20px auto 0;
        display: block;
        max-width: 280px;
    }

    .card {
        padding: 20px;
    }

    .name {
        font-size: 18px;
    }

    .whatsapp-btn {
        padding: 8px 12px;
    }

    .whatsapp-text .number {
        font-size: 15px;
    }

    .email-btn {
        padding: 10px 14px;
    }

    .email-text .address {
        font-size: 15px;
    }

    .regions {
        font-size: 15px;
    }

    .contentCardsContato .category-header {
        font-size: 17px;
        padding: 25px 0 0 15px;
    }
}

/* ============================================================
   CONTATO MOBILE
   ============================================================ */
@media (max-width: 991px) {

    .contato-section {
        padding: 40px 0;
    }

    .title-contato {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .wa-card {
        padding: 12px 18px;
        max-width: 100%;
    }

    .wa-icon {
        font-size: 32px;
        margin-right: 12px;
    }

    .wa-info strong {
        font-size: 1rem;
    }

    .form-container {
        padding-top: 5px;
    }

    .custom-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
    }

    .flex-select {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 15px;
    }

    .flex-select label {
        min-width: unset;
    }

    .btn-submit {
        padding: 12px 28px;
        font-size: 15px;
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    .paginaDeContato .col-lg-6:last-child h2 {
        font-size: 20px;
    }

    .paginaDeContato .wpcf7-form p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .paginaDeContato .wpcf7-text,
    .paginaDeContato .wpcf7-email,
    .paginaDeContato .wpcf7-tel,
    .paginaDeContato .wpcf7-textarea {
        padding: 11px 14px;
        font-size: 14px;
    }

    .paginaDeContato .wpcf7-submit {
        padding: 12px 35px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    .txtOuvidoria {
        font-size: 15px;
        padding: 0;
        line-height: 165%;
    }


}

@media (max-width: 576px) {

    .contato-section {
        padding: 30px 0;
    }

    .title-contato {
        font-size: 18px;
    }

    .wa-card {
        padding: 10px 14px;
    }

    .wa-icon {
        font-size: 28px;
    }

    .wa-info strong {
        font-size: 0.95rem;
    }

    .paginaDeContato .wpcf7-textarea {
        min-height: 120px;
    }

    .txtOuvidoria {
        font-size: 14px;
        padding: 0;
    }
}

/* ============================================================
   SWIPER / PAGINAÇÃO MOBILE
   ============================================================ */
@media (max-width: 768px) {

    .swiper-wrapper {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }

    .menuMobile ul li a {
        color: var(--azulDestaque);
        font-size: 20px;
        padding: 20px 0;
        width: 100%;
        float: left;
        font-weight: 600;
    }

    .boxWhatsFlags {
        display: flex;
        background: var(--cinzaSuave);
        border-radius: 15px;
        align-items: center;
        gap: 13px;
        width: fit-content;
        padding: 10px 7px 10px 6px;
        float: right;
        margin: 3px 0 0 0;
    }

    .boxWhatsFlags img {
        border-radius: 8px;
        width: 41px;
        height: 30px;
        padding: 0;
        margin: 0 4px;
    }

    .boxWhatsFlags .fa-whatsapp {
        color: #fff;
        background: var(--azulPlanalto);
        padding: 10px 15px;
        border-radius: 15px 0 0 15px;
        font-size: 32px;
        transition: all 0.5s;
    }

    .boxWhatsFlags .fa-whatsapp:hover {
        background: var(--azulDestaque);
        transition: all 0.5s;
    }



}

/* ============================================================
   ANIMAÇÕES - desabilita em mobile para performance
   ============================================================ */
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {

    [data-anime] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ============================================================
   UTILITÁRIOS GERAIS MOBILE
   ============================================================ */

/* Esconder em mobile */
@media (max-width: 576px) {
    .hide-mobile {
        display: none !important;
    }
}

/* Centralizar textos em mobile */
@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center !important;
    }
}

/* Padding horizontal padrão para containers em mobile */
@media (max-width: 768px) {

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Espaçamento reduzido entre seções em mobile */
@media (max-width: 768px) {

    section,
    .section {
        margin-bottom: 10px;
    }
}

/* Imagens arredondadas menores em mobile */
@media (max-width: 576px) {
    .border-radius-mobile {
        border-radius: 16px !important;
    }

    .sidebar-video-container {
        display: none;
    }
}