/*
Theme Name: Jaguar Bombas
Author: Retina Web
*/

:root {
    --color-primary: #12263a;
    --color-secondary: #ffcc33;
    --color-dark: #0b1724;
    --color-light: #f5f7fa;
    --paddingSection: 100px;

    --laranja: #EB9500;
    --branco: #fff;
    --preto: #191B1B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Karla', sans-serif;
    color: #EB9500;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2.2rem;
    line-height: 3.1rem;
    font-weight: 800;
}

h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
}

h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 600;
}

a{
    text-decoration: none;
}

p,
li,
ul,
ol {
    font-family: 'Raleway', sans-serif;
    color: #191B1B;
    font-size: 1.13rem;
    margin-bottom: 1.3rem;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

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

.container {
    width: min(90%, 1250px);
}
.container-left,
.container-right{
    overflow: hidden;
}

.pad-section{
    padding: var(--paddingSection) 0;
}

.white {
    color: #fff;
}

.text-center {
    text-align: center;
}
.wpcf7-spinner {
    display: none !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.50rem;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease !important;
    color: #fff;
    background-color: var(--laranja);
}

.btn:hover{
    background-color: var(--preto);
    color: var(--branco);
    border-radius: 150px;
}

.btn.btn-white{
    background-color: var(--branco);
    color: var(--laranja);
}

.btn.btn-white:hover{
    background-color: var(--laranja);
    color: var(--branco);
    
}
.btn.btn-white.hover-preto:hover{
    background-color: var(--preto);
    color: var(--branco);
}


.btn.btn-black{
    background-color: var(--preto);
    color: var(--branco);
}

.btn.btn-black:hover{
    background-color: var(--laranja);
    color: var(--branco);
}


/* Header */
.site-header {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    position: sticky;
    z-index: 50;
    top: 0;
    padding: 25px 0;
    transition: all 0.3s ease;
}
body.scrolled .site-header{
    padding: 12px 0;
}
.site-header__inner {
    display: flex;
    align-items: center;
    gap: 98px;
}

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}



.primary-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.menu--primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 25px;
}

.menu--primary > li {
    flex: 1 1 auto;
    min-width: 130px;
    list-style: none;
    position: relative;
    margin-bottom: 0;
}


.menu--primary a {
    color: var(--color-dark);
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
    transition: color 0.15s ease;
    font-size: 1rem;
}

.menu--primary > li.menu-item-has-children > a::after {
    content: '';
    border: 5px solid transparent;
    border-top-color: var(--color-dark);
    margin-left: 8px;
    transform: translateY(2px);
}

.menu--primary a:hover,
.menu--primary a:focus {
    color: var(--color-primary);
}

.menu--primary .sub-menu {
    list-style: none;
    margin: 0;
    padding: 12px 0;
    position: absolute;
    top: calc(100% + -2px);
    left: 0;
    min-width: 346px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1;
}

.menu--primary .sub-menu li {
    width: 100%;
}

.menu--primary .sub-menu a {
    width: 100%;
    padding: 10px 18px;
    justify-content: center;
}

.menu--primary li.menu-item-has-children:hover > .sub-menu,
.menu--primary li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) translateX(-30%);
}

.nav-toggle {
    background: none;
    border: 0;
    padding: 0.5rem;
    display: none;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle__line {
    width: 40px;
    height: 5px;
    display: block;
}



/* Footer */
footer {
    background-size: cover;
    background-position: center center;
}
.footer-cta {
    color: #fff;
    padding: 28px 0;
    border-bottom: 5px solid white;
    background: linear-gradient(to right, #191B1B 68%, transparent 0);
}

.footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-cta__text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.footer-main {
    color: #fff;
    padding: 30px 0 0px;
    position: relative;
    overflow: hidden;
}
.footer-main .col-lg-4{
    padding-left: 0;
}
.footer-main .col-lg-3,
.footer-main .col-lg-4,
.footer-main .col-lg-5 {
    border-bottom: 1px solid white;
}

.footer-brand {
    display: flex;
    justify-content: center;
}

.footer-brand__card {
    background-color: #fff;
    color: var(--color-dark);
    padding: 55px 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.footer-brand__logo {
    max-height: 100px;
    width: auto;
    margin: 0 auto 30px;
}

.footer-brand__text {
    margin: 0;
    font-size: 1.13rem;
    line-height: 1.9rem;
}

.footer-column-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0 0 18px;
    font-weight: 700;
    color: white;
    border-bottom: 1px solid white;
}

.menu--footer {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 8px 32px;
}

.footer-links {
    padding-left: 40px;
}

.menu--footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: opacity 0.15s ease;
}
.menu--footer li {
    margin-bottom: 25px;
    color: white;
}

.menu--footer a:hover,
.menu--footer a:focus-visible {
    opacity: 0.75;
}

.footer-contacts {
    padding-left: 30px;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: white;
    margin-bottom: 1rem;
}

.footer-contact-list a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-contact-list address {
    font-style: normal;
    font-weight: 500;
}

.contact-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}


.footer-bottom {
    color: #fff;
    padding: 30px 0;
}

.footer-bottom__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    font-size: 0.85rem;
}

.footer-bottom__links {
    display: flex;
    gap: 60px;
}

.footer-bottom__links a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom__copy {
    margin: 0;
    font-size: 13px;
    color: white;
}

.footer-bottom__copy br {
    display: none;
}

.footer-bottom__credit {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-bottom__credit a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    padding: 22px 25px;
    border: 1px solid #EB9500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    width: 100%;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    opacity: 0.5;
    font-size: 1.2rem;
}




/* Home */
.banner{
    overflow: hidden;
}

.banner .container{
    padding-left: 5%;
    margin-top: -100px;
}
.slider-banner__item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 75vh;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
h2.slider-banner__title{
    text-transform: uppercase;
}
p.slider-banner__description.white {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
}
p.slider-banner__destaque.white {
    font-family: 'Karla', sans-serif;
    font-size: 1.1rem;
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 40px;
}
span.destaque {
    background: var(--laranja);
    width: 2px;
}
.slider-banner__item a.btn.btn-white {
    padding: 0.45rem 3rem;
}


.slider-nav-fake {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    z-index: 3;
    position: relative;
}

.fake-prev,
.fake-next {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: white;
}

.fake-dots {
    display: flex;
    gap: 20px;
    align-items: center;
}

.fake-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: white;
}

.fake-dots button.active {
    background: var(--laranja);
    height: 5px;
    width: 15px;
    border-radius: 10px;
}



/* sobre */
.icon {
    position: absolute;
    background: white;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: 250ms all;
}
.icon:hover{
    transform: scale(1.15);
}
.icon:hover img{
    filter: brightness(0) saturate(100%) invert(68%) sepia(63%) saturate(4196%) hue-rotate(8deg) brightness(101%) contrast(101%);
}
.icon.icon-1{
    top: 15px;
}
.icon.icon-2 {
    right: 50px;
}
.icon.icon-3 {
    bottom: 60px;
    left: 60px;
}



section.inovacao-home {
    padding: 20px 0;
    border-top: 5px solid var(--laranja);
    border-bottom: 5px solid var(--laranja);
}
section.inovacao-home h2 {
    margin-bottom: 0;
    color: black;
    font-weight: 600;
}
section.inovacao-home h2 br{
    display: none;
}

section.diferenciais {
    background: url('assets/img/bg-inovacao.png');
    background-size: cover;
    background-position: center bottom;
}
section.diferenciais .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
    min-height: 285px;
}
section.diferenciais .card-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #EB9500 0%, #EBC400 100%);
    border-radius: 50%;
    padding: 30px;
    min-width: 188px;
    min-height: 188px;
}
section.diferenciais .card-item__image img{
    width: 100px;
}
section.diferenciais .card-item h3{
    color: var(--preto);
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.5rem;
}
section.diferenciais .card-item p.card-item__description {
    margin-top: 30px;
}

section.diferenciais .card-item:hover h3{
    color: var(--laranja);
}
section.diferenciais .card-item:hover .card-item__image{
    display: none;
}
section.diferenciais .card-item:hover p.card-item__description {
    display: block !important;
    font-size: 1.1rem;
    font-weight: 500;
}

section.produtos .produto-card .imagem {
    position: relative;
}

section.produtos .produto-card .imagem img {
    width: 85%;
}

section.produtos .produto-card .imagem .selo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

section.produtos .produto-card .imagem .selo img,
section.produtos .produto-card .imagem img.selo-produto{
    width: 100px;
}


section.servicos{
    padding: 0;
    background-color: #191B1B;
    color: #fff;
    overflow: hidden;
}

section.segmentos{
    background: url('assets/img/bg-segmentos.png');
    background-size: cover;
    background-position: center bottom;
}
section.segmentos .row{
    justify-content: center;
}
section.segmentos  .card-item {
    background-size: cover;
    position: relative;
    height: 234px;
    padding: 20px;
}
section.segmentos  .card-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EB9500 0%, #EBC400 100%);
    opacity: 0.9;
    transition: all 0.3s ease;
    z-index: 0;
}
section.segmentos  .card-item h3,
section.segmentos  .card-item a{
    z-index: 1;
    position: relative;
}
section.segmentos  .card-item:hover {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 15px;
}
section.segmentos .card-item:hover::after {
    opacity: 0;
}
section.segmentos .card-item:hover h3{
    display: none;
}
section.segmentos .card-item:hover a{
    border-radius: 150px;
    display: block !important;
}

.banner-cabecalho {
    height: 50vh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-cabecalho h1 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* Apresentação */
section.quem-somos {
    padding-top: 100px;
    overflow: hidden;
    background: url('assets/img/detalhe-sobre.png');
    background-size: 70%;
    background-position-x: 91%;
    background-position-y: -166%;
    background-repeat: no-repeat;
}
section.tour {
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.tour__video.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-tour {
    background-color: var(--preto);
    padding: 6rem 2rem;
}

.compromisso{
    overflow: hidden;
    position: relative;
}

.compromisso .container-left{
    position: relative;
}



.compromisso .container-left::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--preto);
    opacity: 0.9;
    z-index: -1;
}
.compromisso .container-left::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--preto);
    opacity: 0.9;
    z-index: -1;
}



/* Políticas Institucionais */
.mvv .col-lg-4{
    padding: 0 40px;
}

.mvv-card {
    background: linear-gradient(to bottom, #EC9602 0%, #ECC302 100%);
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 228px;
}

.mvv-card:hover {
    transform: translateY(-5px);
}

.mvv-card-icon {
    width: 110px;
}
.mvv__title{
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.mvv-active-card {
    background: var(--laranja);
    color: #000;
    padding: 70px 70px 70px 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mvv-active-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mvv-active-icon {
    width: 90px;
}

.mvv-active-left {
    flex: 0 0 16%;
}

.mvv-active-right {
    flex: 1;        
}

.mvv-active-title {
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

section.mvv.mvv-has-active .mvv-card{ 
    background: white;
}

section.mvv.mvv-has-active .mvv-card-icon{ 
    filter: brightness(0) saturate(100%) invert(80%) sepia(61%) saturate(4536%) hue-rotate(0deg) brightness(92%) contrast(101%);
}

section.mvv.mvv-has-active .mvv__title {
    color: var(--laranja);
}

.gestao-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0 8rem;
}

.gestao-arrow {
    background: #eba400;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
    font-size: 18px;
    transition: 0.2s;
    z-index: 10;
}
.gestao-arrow i {
    width: inherit;
}

.gestao-arrow:hover {
    background: #d68f00;
}

.gestao-slick {
    width: 100%;
    max-width: 1100px;
}
.gestao-item {
    padding: 10px 30px;
}
.gestao-card {
    background: white;
    padding: 30px 30px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.4);
    height: 329px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}
.gestao-icon {
    width: 70px;
    margin-bottom: 20px;
}

.gestao-card p {
    font-size: 16px;
    line-height: 30px;
    color: var(--preto);
    font-weight: bold;
}







/* Estrutura e Gestão Integrada */
section.estrutura{
    padding-top: 100px;
}

.card-estrutura{
    box-shadow: 0 0px 10px rgba(0,0,0,0.25);
    margin-bottom: 40px;
    transition: all 0.3s ease;
}



.card-estrutura .d-flex {
  flex: 1;
  display: flex;
  align-items: center;
}

.card-estrutura img {
  width: 20%;
  max-width: 45px;
  transition: opacity 0.3s ease;
}

.card-estrutura__title {
  width: 80%;
  margin: 0;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
}

.card-estrutura:hover img {
    display: none;
    opacity: 0;
}

.card-estrutura:hover .card-estrutura__title {
  width: 100%;
  text-align: center;
  font-weight: bold;

}

.card-estrutura__info {
  margin-top: 10px;
}

.card-estrutura__info ul{
  padding: 0;
  margin: 0;
}

.card-estrutura__info li {
    list-style: none;
    text-align: center;
    color: var(--preto);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--laranja);
    line-height: 2;
}

.card-estrutura__info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.card-estrutura__info li a {
  text-decoration: none;
  color: var(--preto);
  font-family: 'Karla', sans-serif;
}

.card-estrutura:hover .card-estrutura__info{
    display: block !important;
} 









/* P&D */
section.impulsiona {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: 70%;
    background-position-y: -214%;
}
.card-pd {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card-pd .icone {
    background: linear-gradient(180deg, #EB9500 0%, #EBC400 100%);
    border-radius: 50%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-pd .icone img {
    height: auto;
    width: 100px;
    aspect-ratio: 1;
    transition: opacity 0.3s ease;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(0%) hue-rotate(253deg) brightness(100%) contrast(100%);
}

.card-pd .card-pd__text {
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
  transition: all 0.3s ease;
}

.card-pd .btn.btn-white {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    margin-top: -20px;
    padding: 0.45rem 3rem;
}

.card-pd:hover .icone{
    padding: unset;
    background: unset;
    margin-bottom: 15px;
}
.card-pd:hover .icone img{
    filter: unset !important;
}

.card-pd:hover .btn.btn-white {
    margin-top: 10px;
    background-color: var(--laranja);
    color: var(--branco);
    border-radius: 150px;
    display: none;
}

.card-pd:hover .card-pd__text {
  display: block;
}

section.socioambiental{
    background-size: cover;
}

section.inovacao{
    background-size: cover;
}





/* Jaguar work service */
.accordion-item{
    border: none !important;
}
.accordion-header{
    margin-bottom: 15px;
}
.service-acc-btn {
    background: var(--preto) !important;
    color: #fff !important;
    padding: 40px 80px !important;
    font-weight: 700;
    font-size: 2.2rem;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-acc-btn::after {
    background-image: url('assets/img/arrow-white.png') !important;
    background-size: 32px;
    background-position: center;
    transform: rotate(0deg);
    transition: transform .3s ease;
    background-color: var(--laranja);
    padding: 30px;
    border-radius: 50%;
    border: 2px solid white;
}

.service-acc-btn:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-body {
    background: #ffff;
    padding: 3.5rem 4rem;
    border: 3px solid var(--preto);
}


/* Segmentos */
.segmento-card {
    background: #111;
    border: 2px solid var(--preto);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

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

.segmento-img {
    flex: 0 0 380px;
    max-width: 380px;
    z-index: 1;
    position: relative;
}

.segmento-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(to left, rgba(25,27,27,1), rgba(25,27,27,0));
    z-index: 2;
}

.segmento-content {
    padding: 30px;
    color: #ffffff;
    flex: 1;
    background: #191B1B;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.segmento-content h3 {
    color: #ffb100;
    font-weight: 700;
    margin-bottom: 15px;
}

.segmento-text p {
    color: #e2e2e2;
    margin-bottom: 10px;
}

.hidden-file {
    position: absolute;
    left: -9999px;
}

.fake-upload-btn {
    background: #e79a00;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
}

.curriculo-status {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.fake-upload-btn svg {
    margin-left: 4px;
}



/* Galeria de Fotos e Videos */
#galeriaTabs {
    border: 3px solid var(--laranja);
    margin-bottom: 5rem !important;
}
#galeriaTabs li.nav-item {
    width: 50%;
    margin-bottom: 0;
}
#galeriaTabs button {
    border: none;
    width: 100%;
    color: var(--laranja);
    font-weight: bold;
    font-size: 2rem;
    border-radius: 0;
}
#galeriaTabs button.active{
    background-color: var(--laranja);
    color: white;
}
.folder-tab {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.folder-tab span.folder-card-title {
    background-color: #A56902;
    padding: 10px 40px;
    border-radius: 50px 10px 0 0;
    text-align: center;
}
.folder-tab span.folder-card-title p{
    margin: 0;
    color: white;
    font-weight: bold;
}
.folder-body {
    background: var(--laranja);
    padding: 90px;
    border-radius: 10px 0 10px 10px;
}
#videos-lista .card {
    padding: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    border-radius: 0;
}
.modal video {
    width: 100%;
}
.video-item {
    padding: 0 50px;
}
.video-thumb {
   cursor: pointer;
}
.video-thumb img{
    width: 100%;
}




/* Galeria de Fotos Single */
.galeria-img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16/9;
}


/* Produtos */
.input-com-icone {
    background: url('https://cdn-icons-png.flaticon.com/512/622/622669.png') no-repeat right 30px center;
    background-size: 28px;
    padding: 20px;
    padding-right: 35px;
    border-radius: 20px;
    border: 1px solid #7d7d7d;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.input-com-icone::placeholder {
    color: #7d7d7d;
    opacity: 0.5;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.produto-destaque a{
    display: flex;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}
.produto-destaque .imagem {
    flex: 0 0 480px;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.produto-destaque .imagem img{
    width: 65%;
}
.produto-destaque .imagem .categoria-produto {
    border-radius: 150px;
    background: var(--laranja);
    color: white;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.produto-destaque .categoria-produto p {
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 0.8;
}
.produto-destaque .categoria-produto p strong {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: unset;
}
.produto-destaque a .descricao {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: var(--preto);
    padding: 40px;
}

.produto-card .imagem,
.produto-destaque .imagem {
    position: relative;
}


.produto-destaque .imagem img.selo-produto{
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 6rem;
    height: auto;
    z-index: 10;
}

.produto-card .imagem img.selo-produto{
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 6rem;
    height: auto;
    z-index: 10;
}


.produto-card {
    padding: 0 20px;
}
.produto-card a {
    display: flex;
    flex-direction: column;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
    height: 100%;
    transition: 250ms all;
}
.produto-card a:hover{
    transform: scale(1.05);
}
.produto-card a .imagem {
    background-color: white;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.produto-card a .descricao {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--preto);
    padding: 20px;
    padding-top: 5rem;
    padding-bottom: 45px;
    position: relative;
}
.produto-card .titulo-produto{
    font-weight: 700;
}
.produto-card .descricao-produto{
    font-size: 1rem;
    margin-bottom: 0;
}
.produto-card .categoria-produto {
    position: absolute;
    background: var(--laranja);
    padding: 15px 20px;
    font-size: 1.4rem;
    border-radius: 150px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: max-content;
    border: 3px solid white;
}
.produto-card .categoria-produto p {
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 0.8;
}
.produto-card .categoria-produto p strong {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: unset;
}








/* Single Produto */
/* ================================
   SEÇÃO 1 — INTRODUÇÃO DO PRODUTO
=================================== */

.sec-intro .titulo-intro {
    display: inline-flex;
    gap: 30px;
    background: #000;
    padding: 15px 55px 15px 15px;
    border-radius: 0px 80px 80px 0px;
    font-size: 14px;
    margin-bottom: 40px;
    align-items: center;
    border: 1px solid var(--laranja);
}
.sec-intro .titulo-intro h2, .sec-intro .titulo-intro p {
   margin-bottom: 0;
}

.downloads .btn {
    padding: 0.45rem 1.2rem;
    font-size: 1.1rem;
    gap: 10px;
}

.container-imagem-produto {
    position: relative; 
    display: inline-block;
    width: 100%;
}

.container-imagem-produto .selo-produto {
    position: absolute;
    bottom: -2rem;
    right: 1rem;
    width: 8rem;
    height: auto;
    z-index: 5;
}


/* ================================
   SEÇÃO 2 — BANNER INTERMEDIÁRIO
=================================== */

.sec-banner {
    padding: 80px 0;
    position: relative;
}
.sec-banner .btn:hover {
    border: 1px solid white;
}
.sec-banner .texto-banner {
    font-size: 18px;
    line-height: 1.6;
}

/* ================================
   SEÇÃO 3 — PRINCIPAIS CARACTERÍSTICAS
=================================== */

.sec-caracteristicas h2 {
    color: #d68c00;
    font-weight: 700;
}

.caract-item {
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    padding: 40px 20px;
}
.caract-item .d-flex{
    gap: 50px;
}

.caract-item .numero {
    position: relative;
    flex: 0 0 120px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    font-weight: 900;
    color: var(--laranja);
    font-family: 'Karla', sans-serif;
    line-height: 1;
}
.caract-item .numero::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 80%;
    background: var(--laranja);
    right: 0;
}
.caract-item .texto {
    display: flex;
    align-items: center;
}

/* ================================
   SEÇÃO 4 — BENEFÍCIOS EXCLUSIVOS
=================================== */

.sec-beneficios h2 {
    color: #d68c00;
    font-weight: 700;
}

.sec-beneficios .texto {
    font-size: 16px;
    line-height: 1.6;
}

.sec-beneficios .btn {
    font-weight: 600;
}

/* ================================
   SEÇÃO 5 — NI-HARD
=================================== */

.sec-ni-hard {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}

.sec-ni-hard h2 {
    color: var(--preto);
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}

.sec-ni-hard h2 a {
    color: var(--preto);
    text-decoration: underline;
}

.sec-ni-hard .texto {
    background: var(--preto);
    padding: 80px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.65);
}

.sec-caixa-preta {
    margin-top: -11rem;
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
}

.sec-ni-box {
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}

.btn-ni-hard{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 3.2rem;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease !important;
    color: #fff;
    background-color: var(--laranja);
    border: 1px solid var(--laranja);
}

.btn-ni-hard:hover {
    background-color: #000;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 150px;
}

.sec-ni-box .hr-ni {
    border-color: #444;
    opacity: 0.6;
}

.row.what-ni-hard{
    display: flex;
    justify-content: center;
}

#conteudoNiHard img{
    width: 220px;
    margin: 0 auto;
}

#conteudoNiHard h2{
    color: var(--laranja);
}

.accordion-item-ni {
    background-color: transparent !important;
    margin-bottom: 25px;
}

.accordion-item-ni h2 {
    font-weight: 700;
    font-size: 2.2rem;
}

.accordion-body-ni {
    background: #fff;
    padding: 2rem 3rem;
    border: 1px solid var(--branco);
    margin-bottom: 50px;
}

.accordion-btn-ni {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    border-top-left-radius: none;
    border-top-right-radius: none;
    padding: 2rem 4rem;
    font-weight: 700;
    font-size: 1.8rem;
}

.accordion-btn-ni:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-btn-ni:not(.collapsed) {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-body-ni {
    background-color: #1a1a1a !important;
}

#accordionNiHard .accordion-header {
    margin-bottom: 15px;
}

#accordionNiHard .accordion-button::after {
    background-size: 28px;
    transform: rotate(0deg);
    background-color: var(--laranja);
    background-image: url(assets/img/arrow-white.png) !important;
    background-position: center center;
    transition: transform 0.3s;
    padding: 22px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-image: initial;    
}

/* ================================
   SEÇÃO 6 — APLICAÇÕES (TEXTO + IMAGEM)
=================================== */

.sec-aplicacoes h2 {
    color: #d68c00;
    font-weight: 700;
}

.sec-aplicacoes .btn {
    font-weight: 600;
}

.sec-aplicacoes img {
    border-radius: 10px;
}

.sec-aplicacoes .pe-lg-grande p{
    padding-right: 3rem;
}

.sec-aplicacoes .carousel-control-prev,
.sec-aplicacoes .carousel-control-next {
    display: none;
}

/* ================================
   SEÇÃO 7 — SEGMENTOS (CARDS)
=================================== */

.sec-segmentos {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-segmentos  .card-item {
    background-size: cover;
    position: relative;
    height: 234px;
    padding: 20px;
}
.sec-segmentos  .card-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EB9500 0%, #EBC400 100%);
    opacity: 0.9;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-segmentos  .card-item h3{
    text-align: left;
}
.sec-segmentos  .card-item h3,
.sec-segmentos  .card-item p{
    z-index: 1;
    position: relative;
}
.sec-segmentos  .card-item:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.sec-segmentos .card-item:hover::after {
    background: white;
}
.sec-segmentos .card-item:hover h3{
    color: var(--laranja);
    text-align: center;
}
.sec-segmentos  .card-item:hover p{
    display: block !important;
}












/* Blog */
.single-post__inner{
	padding:6rem 0;
}

#sidebar .sidebar__item .tags {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}
#sidebar  ul.lista-categorias li{
    margin-bottom: 30px;
}

#sidebar  ul.lista-categorias li a{
    color: var(--preto);
    text-decoration: none;
    font-size: 1rem;
}

.card-post {
    border: 0.125rem solid var(--laranja);
    box-shadow: 0 0 0.75rem #0006;
    margin-bottom: 50px;
    max-width: 100%;
    text-decoration: none;
    padding: 20px;
}
.card-post .col-md-4 {
    padding: 0;
}

.card-post h2 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-transform: inherit;
}

.card-post p.card-post__content {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.card-post time.text-dark{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.form-search .input-group {
    border: 0.05rem solid #191B1B;
    border-radius: 0.55rem;
    overflow: clip;
}

.form-search .input-group::placeholder{
    color: black;
}

.form-search .input-group .btn-outline-secondary{
    background-color: transparent;
    color: black;
}

.tag-cloud-link {
    padding: 0.7rem 2rem;
    background: var(--laranja);
    color: var(--preto);
    text-align: center;
    border-radius: 0.5rem;
    min-width: 7rem;
    transition: 300ms;
    text-decoration: none;
}

.pagination a.page-link {
	background-color: #F6C100;
	border: 0;
	color:white;
}

.pagination a.page-link:hover {
	box-shadow:0 0 0.75rem #0006;
}
.pagination .link-number {
	aspect-ratio: 1;
}


/* Single - Blog */
.blog-content {
    border: 0.125rem solid var(--laranja);
    box-shadow: -5px 7px 0.55rem #0006;
    padding: 50px;
}

.blog-content :is(h2,h3,h4,h5,h6){
	margin-top:2rem;
	font-weight:bold;
	color: var(--laranja);
}

.blog-content .img img {
    max-width: 100%;
    max-height: 445px;
    object-fit: cover;
    border-radius: 15px;
}


.conteudo-blog img, .conteudo-blog div:has( > img){
	max-width:100%;
}
.conteudo-blog h2{
	font-size:2rem;
    line-height: 1.2;
}
.conteudo-blog h3{
	font-size:1.75rem;
    line-height: 1.2;
}
.conteudo-blog h4{
	font-size:1.4rem;
    line-height: 1.2;
}
.conteudo-blog h5{
	font-size:1.25rem;
    line-height: 1.2;
}
.conteudo-blog h6{
	font-size:1.25rem;
    line-height: 1.2;
}
.conteudo-blog li{
    margin-bottom: 5px;
}

.conteudo-blog blockquote {
	border-left: 1rem solid var(--laranja);
	padding-left: 1rem;
}

.conteudo-blog a{
	color: var(--laranja);
	font-weight: bold;
	transition:300ms;
}

.conteudo-blog a:hover{
	opacity:0.8;
}

.conteudo-blog {
	margin-bottom: 5rem;
}

.conteudo-blog iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

.sidebar__item {
    margin-top: 60px;
}

.sidebar__item h3 {
    font-size: 1.2rem;
    color: var(--preto);
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar__item.tag h3{
    color: var(--laranja);
}









/* ================================
   AJUSTES GERAIS
=================================== */

.text-white p, .text-white h2, .text-white h3, .text-white h4 {
    color: #fff;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none !important;
    padding: 4px 10px !important;
    color: var(--laranja) !important;
    background-color: white !important;
    font-weight: bold !important;
    border: 2px solid var(--laranja) !important;
    border-radius: 50% !important;
}
.wp-pagenavi span.current{
    background-color: var(--laranja) !important;
    color: white !important;
}

.footer-bottom__copy a{
    color: white;
}

/* ==========================================================================
   ALERTA CONTACT FORM 7 (NOVO PADRÃO)
   ========================================================================== */

/* 1. Estrutura base da caixa de alerta */
body .wpcf7 form .wpcf7-response-output {
    display: block !important;
    margin: 30px auto 0 auto !important;
    padding: 16px 24px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    max-width: 450px !important;
    border: 2px solid transparent !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    line-height: 1.5 !important;
}

/* 2. STATUS: Erro de Validação (Obrigatórios vazios) */
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.failed .wpcf7-response-output {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    color: #721c24 !important;
}

/* 3. STATUS: Sucesso (Mensagem Enviada) */
body .wpcf7 form.sent .wpcf7-response-output {
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    color: #155724 !important;
}

/* 4. STATUS: Spam bloqueado */
body .wpcf7 form.spam .wpcf7-response-output {
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
    color: #856404 !important;
}

/* ==========================================================================
   TRAVA ANTI-SPAM (Cliques Múltiplos)
   ========================================================================== */
body .wpcf7 form.submitting input[type="submit"] {
    pointer-events: none !important; /* Desabilita fisicamente o clique do mouse */
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}





/* ================================
   Ajustes Finais
=================================== */

.btn {
    padding: 0.55rem 3.2rem;
}
a.btn.btn-white.hover-preto.footer-cta__button{
    padding: 0.55rem 1.5rem;
}
body.page-template-page-apresentacao iframe{
    width: 100%;
    aspect-ratio: 16/9;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid red !important;
}
.politicas :is(h2,h3,h4,h5,h6){
	margin-top: 40px;
}
section.error-404{
    padding: 50px 0;
}
.form-control:focus {
    color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
span.play-btn.position-absolute.top-50.start-50.translate-middle {
    background: white;
    padding: 20px 15px;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* AJUSTES RESPONSIVOS */

@media (max-width: 1600px){
    :root {
        --paddingSection: 80px;
    }
    .container {
        max-width: 1100px;
    }
    .site-logo img {
        max-width: 200px;
    }
    .menu--primary > li {
        min-width: 115px;
    }
    .menu--primary a {
        padding: 6px 0;
        font-size: 0.9rem;
    }
    h2 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    h3 {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    h4 {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    h5 {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    h6 {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

    p.slider-banner__description.white {
        font-size: 1rem;
    }
    p.slider-banner__destaque.white {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .btn {
        font-size: 1.1rem;
    }
    .slider-banner__item a.btn.btn-white {
        padding: 0.45rem 2.5rem;
    }
    p, li, ul, ol {
        font-size: 1rem;
    }
    section.diferenciais .card-item {
        min-height: 225px;
    }
    section.diferenciais .card-item__image {
        min-width: 158px;
        min-height: 158px;
    }
    section.diferenciais .card-item h3 {
        font-size: 1.3rem;
    }
    section.diferenciais .card-item:hover p.card-item__description {
        font-size: 1rem;
        line-height: 1.1;
    }
    section.produtos .produto-card .imagem .selo img {
        width: 85px;
    }
    .produto-card .categoria-produto p {
        font-size: 1rem;
    }
    .produto-card .categoria-produto p strong {
        font-size: 1.9rem;
    }
    section.segmentos  .card-item {
        height: 204px;
    }
    .menu--footer a {
        font-size: 0.9rem;
    }
    .menu--footer li {
        margin-bottom: 15px;
    }
    .footer-brand__card {
        padding: 40px 30px;
    }
    .footer-contact-list li {
        font-size: 0.8rem;
    }
    .footer-brand__text {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .footer-cta__text {
        font-size: 1.3rem;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    section.quem-somos {
        background-position-y: -450%;
    }
    .mvv-card-icon {
        width: 90px;
    }
    .gestao-icon {
        width: 50px;
    }
    .gestao-card {
        padding: 20px 20px;
        height: 299px;
    }
    .gestao-card p {
        font-size: 14px;
        line-height: 24px;
    }
    .banner-cabecalho h1 {
        font-size: 2rem;
    }
    .card-estrutura__title {
        font-size: 0.9rem;
    }
    section.impulsiona {
        background-size: 57%;
        background-position-x: 79%;
        background-position-y: 190%;
    }
    .card-pd .icone img {
        width: 80px;
    }
    .downloads .btn {
        font-size: 0.9rem;
        gap: 5px;
    }
    .sec-segmentos  .card-item {
        height: 204px;
    }
    .service-acc-btn {
        padding: 30px 80px !important;
        font-size: 2rem;
    }
    .segmento-img {
        flex: 0 0 320px;
        max-width: 320px;
    }
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
        padding: 18px 22px;
        margin-bottom: 20px;
    }
    .wpcf7 input::placeholder,
    .wpcf7 textarea::placeholder{
        font-size: 1.1rem;
    }
    .card-post h2 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .card-post p.card-post__content {
        font-size: 1rem;
    }
    .tour .video-thumb {
        height: 440px;
    }
    .produto-card a .descricao {
        padding: 15px;
        padding-top: 3.5rem;
        padding-bottom: 30px;
    }
    span.play-btn.position-absolute.top-50.start-50.translate-middle {
        font-size: 30px;
    }
	.produto-card {
		padding: 0 10px;
	}
	#conteudoNiHard img{
	    width: 200px;
	}
	.accordion-btn-ni {
        padding: 1rem 3rem;
        font-size: 1.5rem;
    }
    #accordionNiHard .accordion-button::after {
        background-size: 18px;
        padding: 18px;
    }
    .btn-ni-hard {
        font-size: 1.1rem;
    }

}


@media (max-width: 1440px){
:root {
    --paddingSection: 70px;
}
p, li, ul, ol{
    font-size: 0.9rem;
}
.container {
    max-width: 1000px;
}
.banner-cabecalho {
    height: 48vh;
}
.site-header {
    padding: 20px 0;
}
.site-logo img {
    max-width: 180px;
}
.menu--primary > li {
    min-width: 100px;
}
.menu--primary a {
    font-size: 0.8rem;
}
.fake-dots {
    gap: 15px;
}
.fake-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
}
h2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
}
h3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h6 {
    font-size: 0.8rem;
    line-height: 1.3rem;
}

.slider-banner__item {
    min-height: 80vh;
}
.footer-brand__logo {
    max-height: 70px;
    margin: 0 auto 20px;
}
.footer-brand__text {
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.footer-column-title {
    font-size: 1.2rem;
    margin: 0 0 15px;
}
.menu--footer a {
    font-size: 0.8rem;
}
.footer-cta__text {
    font-size: 1.2rem;
}
.footer-cta {
    padding: 18px 0;
}
.btn {
    font-size: 1rem;
}
.produto-card .categoria-produto p {
    font-size: 0.8rem;
}
.produto-card .categoria-produto p strong {
    font-size: 1.7rem;
}
.produto-card a .descricao {
    padding-top: 3.5rem;
}
section.diferenciais .card-item__image img {
    width: 80px;
}
section.diferenciais .card-item__image {
    min-width: 148px;
    min-height: 148px;
}
section.diferenciais .card-item {
    min-height: 195px;
}
section.diferenciais .card-item:hover p.card-item__description {
    font-size: 0.9rem;
    line-height: 1;
}

.produto-card .descricao-produto {
    font-size: 0.8rem;
}
.produto-card a .descricao {
    padding-top: 3.2rem;
}
section.segmentos  .card-item {
    height: 184px;
}
.footer-contacts {
    padding-left: 5px;
}
section.quem-somos {
    background-position-y: 250%;
    background-position-x: 80%;
    background-size: 60%;
}
.tour .video-thumb {
    height: 390px;
}
.mvv-card-icon {
    width: 75px;
}
.mvv-active-card {
    padding: 50px 70px 50px 30px;
}
.gestao-item {
    padding: 10px 20px;
}
.gestao-card p {
    font-size: 13px;
    line-height: 22px;
}
.card-estrutura img {
    max-width: 35px;
}
.card-estrutura__title {
    font-size: 0.8rem;
}
section.impulsiona {
    background-size: 60%;
    background-position-x: 79%;
    background-position-y: 190%;
}
.card-pd .icone {
    padding: 30px;
}
.produto-destaque .imagem {
    flex: 0 0 380px;
    max-width: 380px;
}
.produto-destaque a .descricao {
    padding: 30px;
}
.downloads .btn {
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
}
.sec-banner {
    padding: 60px 0;
}
.sec-segmentos  .card-item {
    height: 184px;
}
.service-acc-btn {
    padding: 20px 80px !important;
    font-size: 1.7rem;
}
.service-acc-btn::after {
    background-size: 26px;
    padding: 25px;
}
.segmento-img {
    flex: 0 0 280px;
    max-width: 280px;
}
#galeriaTabs button {
    font-size: 1.6rem;
}
.folder-body {
    padding: 70px;
}
.card-post h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
}
.card-post p.card-post__content {
    font-size: 0.9rem;
    line-height: 1rem;
}
.tag-cloud-link {
    padding: 0.5rem 1.5rem;
    min-width: 6rem;
}

p.slider-banner__description.white {
    margin-bottom: 20px;
}
.btn.fake-upload-btn,
.btn.wpcf7-submit {
    font-size: 0.9rem;
}
span.play-btn.position-absolute.top-50.start-50.translate-middle {
    font-size: 22px;
}
.liga-ni img{
	width: 280px;	
}
.btn-ni-hard {
    font-size: 1rem;
}
#conteudoNiHard img {
    width: 180px;
}
.accordion-btn-ni {
    padding: 1rem 2rem;
    font-size: 1.4rem;
}


}


@media (max-width: 1366px){
    .site-header {
        padding: 15px 0;
    }
    section.quem-somos {
        background-position-y: 180%;
        background-position-x: 80%;
        background-size: 60%;
    }
    .tour .video-thumb {
        height: 360px;
    }
    section.liga-ni .col-lg-5 img{
        max-width: 70%;
    }



}


@media (max-width: 1280px){

:root {
--paddingSection: 50px;
}
p, li, ul, ol {
    font-size: 0.8rem;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.banner-cabecalho h1 {
    font-size: 1.5rem;
}
.banner-cabecalho {
    height: 42vh;
}
.tour .video-thumb {
    height: 290px;
}
.icon img {
    width: 35px;
}
section.diferenciais .card-item__image img {
    width: 70px;
}
section.diferenciais .card-item__image {
    min-width: 138px;
    min-height: 138px;
}
section.quem-somos {
    background-position-y: 150%;
    background-position-x: 88%;
    padding-top: 60px;
    background-size: 60%;
}
.tour .video-thumb {
    height: 340px;
}
.card-tour {
    padding: 3rem 2rem;
    width: 80%;
    margin: 0 auto;
}
section.impulsiona {
    background-size: 60%;
    background-position-x: 87%;
    background-position-y: 120%;
}
.produto-destaque .categoria-produto p {
    font-size: 0.9rem;
}
.produto-destaque .categoria-produto p strong {
    font-size: 1.8rem;
}
.produto-destaque .imagem {
    flex: 0 0 360px;
    max-width: 360px;
}
.produto-card .categoria-produto p strong {
    font-size: 1.4rem;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    padding: 15px 20px;
    margin-bottom: 10px;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    font-size: 1rem;
}
section.liga-ni .col-lg-5 img{
    max-width: 60%;
}
#conteudoNiHard img {
    width: 160px;
}
#accordionNiHard .accordion-button::after {
    background-size: 12px;
    padding: 12px;
}

}


@media (max-width: 1024px){

.site-header {
    padding: 15px 0;
}
.container {
    width: min(100%, 100%);
}
.banner-cabecalho {
    height: 35vh;
}
section.servicos {
    padding: 10px 0;
}
section.servicos .col-lg-7{
    padding-right: 0;
}
section.segmentos  .card-item {
    padding: 15px;
}
.footer-cta__text {
    font-size: 1.1rem;
}
.footer-links {
    padding-left: 10px;
}
.footer-bottom__links {
    gap: 30px;
}
.compromisso .container-left,
.compromisso .container-left .col-lg-7{
    padding-right: 0 !important;
}
.caract-item .numero {
    flex: 0 0 120px;
    max-width: 120px;
    font-size: 4rem;
}
.service-acc-btn {
    padding: 20px 80px !important;
    font-size: 1.5rem;
}
.service-acc-btn::after {
    background-size: 20px;
    padding: 22px;
}
.accordion-body {
    padding: 2.5rem 3rem;
}
#galeriaTabs {
    margin-bottom: 4rem !important;
}
#galeriaTabs button {
    font-size: 1.5rem;
}
#sidebar  ul.lista-categorias li a {
    font-size: 0.9rem;
}
.blog-content {
    padding: 25px;
}
section.quem-somos {
    background-position-y: 130%;
    background-position-x: 95%;
    background-size: 70%;
}
section.sec-beneficios .container-right{
    padding-left: 0 !important;
}
.impulsiona img{
	width: 350px;
}
.blog .pad-section p.card-post__content{
	padding: 0 !important;
}
#conteudoNiHard img {
    width: 140px;
}



}


@media(max-width: 991px) {
    .segmento-card {
        flex-direction: column;
    }
    .segmento-img {
        max-width: 100%;
        height: 240px;
    }
    #conteudoNiHard img {
        width: 220px;
        margin: 0 auto;
    }
    .sec-aplicacoes{
        padding-bottom: 0;
    }
    .sec-aplicacoes img {
        margin: 40px auto 0;
    }
    .sec-ni-hard h2 {
        width: 100%;
    }
    .sec-aplicacoes .pe-lg-grande p {
        padding-right: 0rem;
    }
    .sec-aplicacoes .container-left .btn {
        display: flex;
        width: 40%;
        margin: 0 auto;         
    }
    .container-imagem-produto{
        margin-bottom: 40px;
    }
}


@media (min-width: 769px) {

    .mobile-menu-panel,
    .mobile-submenu-panel {
        display: none !important;
    }
}


@media (max-width: 768px) {

img.detalhe {
    position: absolute;
    left: 0;
    top: -70px;
    z-index: 0;
}
p, li, ul, ol {
    font-size: 1rem;
}
p{
    text-align: center;
}
h2 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    text-align: center;
}
h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
}
h4 {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
}
h5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
}
h6 {
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
}

.nav-toggle__line {
    background-color: var(--laranja);
}
.sec-intro img,
.sec-aplicacoes img {
    margin-top: 20px;
}

.card-segmento {
    margin-bottom: 20px;
}
p.slider-banner__destaque.white {
    justify-content: center;
}
.slider-nav-fake {
    justify-content: center;
}
.banner .container {
    padding-left: 0%;
}



/* NAV DESKTOP NÃO PARTICIPA */
.primary-nav {
    display: none !important;
}

/* BOTÃO HAMBURGUER */
.nav-toggle {
    display: flex;
    margin-left: auto;
    z-index: 10002;
}

/* MENU MOBILE PRINCIPAL */
.mobile-menu-panel {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 10000;
    transform: translateX(-100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column;
}

.mobile-menu-panel.is-open {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.mobile-menu-nav {
    flex: 1;
    overflow-y: auto;
}

.mobile-menu-list {
    list-style: none;
    padding: 24px;
    margin: 0;
    border-top: 3px solid var(--laranja);
}

.mobile-menu-list > li > a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: var(--color-dark);
    text-align: center;
    font-size: 1.1rem;
}

/* DESATIVA SUBMENU INLINE */
.mobile-menu-list .sub-menu {
    display: none !important;
}

.mobile-menu-footer {
    text-align: center;
}
.mobile-menu-footer .top {
    padding: 20px;
    background: var(--preto);
}
.mobile-menu-footer .bottom{
    padding: 20px;
    background-color: var(--laranja);
}

/* SUBMENU MOBILE (TELA CHEIA) */
.mobile-submenu-panel {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 10001;
    transform: translateX(100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column;
}

.mobile-submenu-panel.is-open {
    transform: translateX(0);
}

.mobile-submenu-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-top: 3px solid var(--laranja);
    border-bottom: 3px solid var(--laranja);
}

.mobile-submenu-title {
    flex: 1;
    margin: 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--preto);
}

.mobile-submenu-back {
    background: none;
    border: 0;
    font-size: 1.2rem;
    cursor: pointer;
}

.mobile-submenu-list {
    flex: 1;
    padding: 24px;
    margin: 0;
}

.mobile-submenu-list li {
    list-style: none;
}

.mobile-submenu-list a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: var(--color-dark);
    font-size: 1.1rem;
    text-align: center;
}

.mobile-menu-close .nav-toggle__line:nth-child(2) {
    opacity: 0;
}
.mobile-menu-close .nav-toggle__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.mobile-menu-close .nav-toggle__line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

section.sobre .sobre__content{
    align-items: center !important;
}

.diferenciais-accordion .accordion-item {
    border: 0;
    margin-bottom: 40px;
    background: transparent;
}
.diferenciais-accordion .accordion-item button:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}
.diferenciais-accordion .accordion-button {
    background: linear-gradient(90deg, #EB9500 0%, #EBC400 100%);
    color: var(--preto);
    border-radius: 6px;
    padding: 12px 14px;
}

.diferenciais-accordion .accordion-icon {
    background: #fff;
    width: 74px;
    height: 74px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 11px;
}

.diferenciais-accordion .accordion-title {
    flex: 1;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
}

.diferenciais-accordion .accordion-body {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    border: none;
    background: transparent;
}

section.servicos {
    padding: 50px 0;
}
section.servicos .col-lg-5.d-flex.align-items-start{
    align-items: center !important;
}

section.servicos .servicos__image {
    margin-top: 30px;
}
.footer-cta {
    padding: 0;
    background: var(--laranja);
}
.footer-cta-top{
    padding: 14px;
    background-color: var(--preto);
}
.footer-cta-bottom{
    padding: 14px;
}
.footer-cta__inner {
    flex-direction: column;
    text-align: center;
}
.footer-main__grid {
    grid-template-columns: 1fr;
    text-align: center;
}

  .footer-links {
        text-align: left;
    }

    .menu--footer {
        grid-template-columns: 1fr;
    }

    .footer-contact-list li {
        justify-content: center;
    }

    .footer-contact-list a {
        word-break: break-word;
    }

    .footer-bottom__inner {
        flex-direction: column;
        text-align: center;
    }


.footer-main .col-lg-4 {
    padding-left: 10px;
}
.footer-brand__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.footer-brand__logo {
    max-height: 110px;
}
.menu--footer a {
    font-size: 1.1rem;
}
.menu--footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-column-title {
    font-size: 1.6rem;
    margin: 50px 0 40px;
    padding-bottom: 20px;
    text-align: center;
}
.footer-main .col-lg-3, .footer-main .col-lg-4, .footer-main .col-lg-5 {
    border-bottom: none;
}
.footer-contact-list li {
    font-size: 1.1rem;
    align-items: center;
}
.footer-contacts .contatos {
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
li.footer-contact-address {
    border-bottom: 1px solid white;
    padding-bottom: 30px;
}
.footer-bottom__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.footer-bottom__links a {
    font-size: 1.1rem;
}
.footer-bottom {
    padding-bottom: 0;
}
.footer-bottom .col-lg-7{
    padding: 20px 0;
    background-color: var(--laranja);
}

section.sobre img{
    margin: 0 auto;
    display: block;
}


.banner-cabecalho {
    height: 30vh;
}

.d-flex.flex-column.align-items-start{
    align-items: center !important;
}
.compromisso .container-left::before,
.compromisso .container-left::after{
    display: none;
}


.gestao-wrapper {
    padding: 0 4rem;
}

.mvv .col-lg-4 {
    padding: 0 10px;
}
.mvv-active-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}
.mvv-active-card {
    padding: 50px 30px 50px 30px;
}
section.estrutura .row{
    justify-content: center;
	row-gap: 3rem;
}
.card-estrutura{
    height: 100%;
}
.card-estrutura .d-flex {
    flex-direction: column;
}
.card-estrutura__title {
    font-size: 1rem;
}
.card-estrutura img {
    max-width: 55px;
}
.card-estrutura:hover img {
    display: flex;
    opacity: 1;
}
.card-estrutura img {
    display: flex;
    opacity: 1;
}
.card-estrutura .card-estrutura__title {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.card-estrutura .card-estrutura__info {
    display: block !important;
}
section.gestao-integrada img, section.impulsiona img {
    margin: 0 auto 15px;
    display: block;
}


section.sec-intro .row {
    flex-direction: column-reverse;
}
.downloads{
    flex-direction: column;
}
section.quem-somos {
    background-position-y: 90%;
    background-position-x: 156%;
    background-size: 110%;
}
.compromisso .col-lg-5.col-md-12.col-xs-12.col-sm-12.d-flex.flex-column.justify-content-center.align-items-start.d-none.d-md-flex{
    padding-right: 10px !important;
}


.card-post h2,
.card-post p.card-post__content,
.sidebar__item h3{
    text-align: left;    
}
aside#sidebar{
    margin-top: 40px;
}
.blog-content :is(h2,h3,h4,h5,h6, p, li, ul, a) {
    text-align: left;
}   
section.error-404 {
    text-align: center;
}

section.sec-beneficios{
    text-align: center;
}
.sec-beneficios h2 {
    margin-top: 50px;
}
section.liga-ni .col-lg-5 img {
    max-width: 40%;
    margin: 0 auto;
}
section.services .accordion-body p{
    text-align: left;
}
.segmento-img {
    flex: 0 0 290px;
    max-width: 100%;
}
.segmento-card {
    height: 100%;
}
.segmento-content {
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
.segmento-img::after {
    content: '';
    position: absolute;
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(25,27,27,1), rgba(25,27,27,0));
    z-index: 2;
}
span.play-btn.position-absolute.top-50.start-50.translate-middle {
    padding: 15px 11px;
    border-radius: 50%;
    font-size: 18px;
}
.gestao-card {
    height: 219px;
}
.compromisso p{
	padding: 0 50px;	
}
.slider-banner__item a.btn.btn-white {
    padding: 0.45rem 2.5rem;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.page-template-page-politicas-institucionais img {
	margin: 0 auto;
}
.gestao-integrada p,
.estrutura p.text-center {
	padding: 0 50px;	
}	
section.gestao-integrada img,
section.impulsiona img	{
	margin-bottom: 0;	
}	
.container-imagem-produto .selo-produto {
    position: absolute;
    bottom: -1rem;
    right: 1rem;
    width: 6rem;
    height: auto;
    z-index: 5;
}


}


@media (max-width: 560px){

    .container {
        width: min(90%, 90%);
        max-width: 90%;
    }
    p, li, ul, ol {
        font-size: 1.1rem;
    }
    .btn {
        font-size: 1.2rem;
        border-radius: 150px;
    }
    footer {
        background-position: center bottom;
    }
    
    h2.slider-banner__title br{
        display: none;
    }

    .slider-banner__item .btn.btn-white {
        background-color: var(--laranja);
        color: var(--branco);
    }
    
   
    .slider-banner__item {
        min-height: 87vh;
    }
    section.sobre .sobre__content {
        margin-bottom: 40px;
    }
    section.inovacao-home h2 br{
        display: block;
    }
    .diferenciais-accordion .accordion-icon {
        width: 64px;
        height: 64px;
    }
    section.segmentos  .card-item, section.segmentos  .card-item:hover {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 154px;
    }
    section.segmentos  .card-item h3 br{
        display: none;
    }
    section.segmentos .card-item:hover h3 {
        display: block;
    }
    section.segmentos .card-item:hover::after {
        opacity: 0.9;
    }
    section.segmentos .card-item a {
        border-radius: 150px;
        display: block !important;
    }
    .banner-cabecalho {
        height: 180px;
    } 
    .banner-cabecalho h1 {
        font-size: 1.2rem;
        padding-right: 30vw;
    }
    section.quem-somos {
        background-position-y: 100%;
        background-position-x: 70%;
        background-size: 130%;
    }
    .tour .video-thumb {
        height: 200px;
    }
    .card-tour {
        width: 100%;
    }
    section.tour {
        background-size: 300%;
    }
    .compromisso .container-left, 
    .compromisso .container-left .col-lg-7 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .compromisso .container-left{
        width: 90%;
        margin: 0 auto;
    }
    .card-compromisso .text {
        padding: 50px;
        border: 2px solid var(--preto);
    }
    .card-compromisso .img img{
        width: 100%;
    }
    section.socioambiental {
        padding-top: 28rem;
    }

    section.inovacao {
        background-size: cover;
        background-position: bottom center;
        padding-bottom: 27rem;
    }

    .card-estrutura {
        height: inherit;
        padding: 30px !important;
    }
    .card-estrutura img {
        max-width: 65px;
    }

    section.impulsiona {
        background-size: 150%;
        background-position-x: 80%;
        background-position-y: 110%;
    }

    .card-pd .icone {
        padding: unset;
        background: unset;
        margin-bottom: 15px;
    }
    .card-pd .icone img {
        filter: unset !important;
    }
    .card-pd .card-pd__text {
        display: block;
    }

    .card-pd:hover .btn.btn-white,
    .card-pd .btn.btn-white {
        display: none;
    }

    .sec-intro .titulo-intro {
        display: flex;
        gap: 10px;
        padding: 20px;
        border-radius: 80px 80px 80px 80px;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .downloads .btn {
        font-size: 1rem;
    }

    .caract-item .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .caract-item .numero {
        flex: unset;
        max-width: unset;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 5px solid var(--laranja);
    }

    .caract-item .numero::after {
        display: none;
    }

    .sec-ni-hard .texto {
        padding: 50px;
    }
    section.sec-aplicacoes.pad-section {
        padding-bottom: 0;
    }
    .sec-aplicacoes .btn {
        margin: 0 auto 30px;
        display: block;
    }

    .sec-segmentos  .card-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        row-gap: 1.5rem;
    }
    .sec-segmentos .card-item h3 {
        color: var(--laranja);
        text-align: center;
        margin-bottom: 0;
    }
    .sec-segmentos  .card-item p {
        display: block !important;
        margin-bottom: 0;
    }
    .sec-segmentos .card-item::after {
        background: white;
    }

    .service-acc-btn {
        padding: 15px 15px !important;
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .service-acc-btn::after {
        background-size: 16px;
        padding: 18px;
    }
    .accordion-header {
        margin-bottom: 0px;
    }
    .accordion-item {
        margin-bottom: 25px !important;
    }

    .accordion-body {
        padding: 2rem 2rem;
        text-align: center;
    }

    .segmento-img {
        flex: 0 0 400px;
        max-width: 400px;
    }

    .segmento-content {
        align-items: center;
        justify-content: center;
    }

    #galeriaTabs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 10px 10px;
    }

    #galeriaTabs li.nav-item {
        width: 100%;
    }
    .folder-body {
        padding: 80px;
    }

    #videos-lista .card {
        padding: 15px;
    }

    section.blog .container .row:first-of-type,
    section.single-post-blog .row:first-of-type {
        flex-direction: column-reverse;
    }
    section.blog .container a.row:first-of-type {
        flex-direction: column;
    }

    aside#sidebar {
        margin-bottom: 70px;
        display: flex;
        flex-wrap: wrap;
    }
    .form-search{
        width: 100%;
    }
    .sidebar__item {
        margin-top: 20px;
        width: 50%;
    }
    #sidebar .sidebar__item .tags {
        justify-content: center;
        flex-wrap: wrap;
    }

    .form-search .input-group input{
        padding: 15px;
    }
    .card-post .col-md-8{
        padding: 0;
    }
    .card-post h2{
        margin-top: 30px;
    }
    .card-post h2,
    .card-post p.card-post__content{
       text-align: left;
    }

    .blog-content {
        padding: 15px;
    }


    .conteudo-blog h2 {
        font-size: 1.5rem;
    }
    .conteudo-blog h3 {
        font-size: 1.3rem;
    }
    .conteudo-blog h4{
        font-size: 1.2rem;
    }
    .conteudo-blog h5{
        font-size: 1.1rem;
    }
    .conteudo-blog h6{
        font-size: 1rem;
    }

.fake-upload-btn, .curriculo-status, input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-warning.px-4.py-2 {
    margin: 0 auto;
    display: block;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn,
label.btn.fake-upload-btn{
    margin: 0 auto 30px;
    display: block;
    width: 100%;
}
section.sec-beneficios .btn {
    margin: 0 auto;
    display: block;
}
.sec-ni-hard {
    padding-bottom: 20px;
}
.card-post time.text-dark {
    font-size: 14px;
}
.video-item {
    padding: 0 30px;
}

.footer-contact-list address br{
    display: none;
}


.gestao-wrapper {
    padding: 0 2rem;
}
.sec-beneficios h2 {
    margin-top: 40px;
}

.diferenciais-accordion .accordion-body {
   margin-top: 25px;
}

.produto-card .categoria-produto {
    padding: 15px 40px;
}
.produto-card .categoria-produto p {
    font-size: 1.1rem;
}
.produto-card .categoria-produto p strong {
    font-size: 1.9rem;
}
.produto-card a .descricao {
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}
aside#sidebar,
section.blog .col-lg-3.mt-5.mt-lg-0.col-md-12.col-xs-12.col-sm-12{
    margin-top: 0px !important;
}
.card-post h2, .card-post p.card-post__content, .sidebar__item h3 {
    text-align: center;
}
.btn.fake-upload-btn,
.btn.wpcf7-submit {
    font-size: 1.2rem;
}

body.page-template-page-contato .wpcf7 .btn1{
    order: 8;
}

body.page-template-page-contato .wpcf7 .btn2{
    order: 7;
}
.container-imagem-produto {
    width: 100%;
}
.sec-intro img{
    margin-top: 0px;
    margin-bottom: 0;
}
.container-imagem-produto .selo-produto{
    aspect-ratio: auto;
    object-fit: inherit;    
}
section.sec-intro .row {
    margin-top: 0 !important;
}
section.sec-beneficios .col-lg-5.col-md-12.col-xs-12.col-sm-12{
    padding-left: 35px;
}
.sec-segmentos .card-item h3 br {
    display: none;
}
section.liga-ni .col-lg-5 img {
    max-width: 60%;
    margin: 20px auto;
}
section.services .accordion-body p {
    text-align: center;
}


.gestao-wrapper {
    padding: 0 0rem;
    position: relative;
}
.gestao-item {
    padding: 10px 10px;
}
.gestao-card {
    height: 296px;
}
section.gestao-integrada img, section.impulsiona img {
    margin: 0 0 10px 0;
    display: block;
}
.gestao-card p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
.gestao-wrapper .slick-dotted.slick-slider {
    margin-bottom: 70px;
}
.gestao-wrapper .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.gestao-icon {
    width: 65px;
}
button.gestao-prev.gestao-arrow.slick-arrow {
    left: 20px;
    bottom: 0;
    position: absolute;
}
button.gestao-next.gestao-arrow.slick-arrow {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.compromisso p {
    padding: 0 0;
}
section.estrutura {
    padding-top: 50px;
}
.gestao-integrada p, .estrutura p.text-center {
    padding: 0 0;
}	
section.estrutura .row {
   row-gap: 0rem;
}	
section.gestao-integrada img,
section.impulsiona img 	{
	margin-bottom: 0;
}	
.pad-section p {
    padding: 0 0;
}
.liga-ni .accordion h2{
	padding: 0 0;
}	
.liga-ni h2{
	padding: 0 50px;
}	
.sec-caixa-preta {
    margin-top: -3rem;
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
}
.sec-ni-box {
    padding: 30px 15px;
}
.accordion-btn-ni {
    padding: 1rem 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
}
#conteudoNiHard h2 {
    padding: 0 20px;
}
#conteudoNiHard h2.accordion-header{
    padding: 0 0;
}
#conteudoNiHard img {
    width: 180px;
}
.container-imagem-produto .selo-produto {
    bottom: 0rem;
    right: 0rem;
}
.sec-aplicacoes .container-left .btn {
    display: flex;
    width: 100%;
    margin: 0 auto;         
    
}


}
@media (max-width: 400px){
    
    p, li, ul, ol {
        font-size: 1rem;
    }
    .site-logo img,
    .mobile-menu-header img{
        max-width: 140px;
    }
    h2.slider-banner__title {
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: center;
    }
    .mobile-menu-list > li > a, .mobile-submenu-list a {
        padding: 2px 0;
        font-size: 1rem;
    }

    .diferenciais-accordion .accordion-button {
        padding: 10px 12px;
    }
    .diferenciais-accordion .accordion-icon {
        width: 54px;
        height: 54px;
        padding: 8px;
    }
    .diferenciais-accordion .accordion-title {
        font-size: 1.4rem;
    }
    .sec-ni-hard .texto {
        padding: 40px;
    }
    .segmento-img {
        flex: 0 0 300px;
        max-width: 320px;
    }

    .menu--footer a,
    .footer-contact-list li,
    .footer-bottom__links a{
        font-size: 1rem;
    }
    .footer-brand__text {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .produto-card .categoria-produto {
        padding: 15px 30px;
    }
    .produto-card .categoria-produto p {
        font-size: 0.9rem;
    }
    .produto-card .categoria-produto p strong {
        font-size: 1.6rem;
    }

}

@media (max-width: 375px){

    .banner-cabecalho h1 {
        font-size: 1rem;
    }

    p, li, ul, ol {
        font-size: 0.9rem;
    }
    .btn {
        font-size: 0.9rem;
    }
    .site-logo img ,
    .mobile-menu-header img{
        max-width: 120px;
    }
    .mobile-menu-list {
        padding: 10px;
    }
    .mobile-menu-header {
        padding: 10px;
    }
    .mobile-menu-footer .top,
    .mobile-menu-footer .bottom{
        padding: 10px;
    }
    .mobile-menu-list > li > a,
    .mobile-submenu-list a{
        font-size: 0.9rem;
    }
    .mobile-menu-list li{
        margin-bottom: 10px;
    }
    .diferenciais-accordion .accordion-icon {
        width: 54px;
        height: 54px;
    }
    .diferenciais-accordion .accordion-title {
        font-size: 1.3rem;
    }  
    
    .footer-cta__text {
        font-size: 1rem;
    }
    .footer-brand__text {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    h2.slider-banner__title {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    p.slider-banner__description.white {
        font-size: 0.9rem;
    }
    p.slider-banner__destaque.white {
        font-size: 0.9rem;
    }


    h2 {
        font-size: 1.5rem;
        line-height: 2.2rem;
        text-align: center;
    }
    h3 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    h4 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    h5 {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
    h6 {
        font-size: 1rem;
        line-height: 1.3rem;
    }  

    .footer-brand__card {
        padding: 20px 30px;
    }

    .icon img {
        width: 25px;
    }
    .icon {
        padding: 10px;
    }
    .icon.icon-2 {
        right: 0px;
    }
    .icon.icon-3 {
        bottom: 20px;
        left: 20px;
    }
    .card-compromisso .text {
        padding: 30px;
    }
    .mvv-active-icon {
        width: 70px;
    }
    .mvv-active-card {
        padding: 30px 30px 30px 30px;
    }
    section.inovacao {
        padding-bottom: 22rem;
    }
    section.estrutura {
        padding-top: 60px;
    }
    .caract-item .numero {
        padding-bottom: 10px;
    }
    .caract-item .d-flex {
        gap: 20px;
    }

    .sec-ni-hard .texto {
        padding: 30px;
    }   
    .footer-column-title {
        font-size: 1.5rem;
        margin: 40px 0 30px;
    }

    .menu--footer a,
    .footer-contact-list li,
    .footer-bottom__links a{
        font-size: 0.9rem;
    }

    .service-acc-btn {
        font-size: 1rem;
    }

    .accordion-body {
        padding: 1.5rem 1.5rem;
        text-align: center;
    }

    .segmento-img {
        flex: 0 0 240px;
        max-width: 300px;
    }
    .folder-body {
        padding: 70px;
    }
    .card-pd .icone img {
        width: 60px;
    }
    .caract-item .numero {
        max-width: 120px;
        font-size: 3rem;
    }
    .produto-card .categoria-produto {
        padding: 15px 20px;
    }
    .produto-card .categoria-produto p strong {
        font-size: 1.4rem;
    }
    #conteudoNiHard img {
        width: 160px;
    }
    .accordion-btn-ni {
        font-size: 1.05rem;
    }


}
@media (max-width: 330px){

    .banner-cabecalho {
        height: 24vh;
    }
    .nav-toggle__line {
        width: 30px;
        height: 4px;
    }
    .mobile-menu-list > li > a, .mobile-submenu-list a {
        padding: 2px 0;
        font-size: 0.8rem;
    }
        
    .site-logo img, .mobile-menu-header img {
        max-width: 100px;
    }
    p, li, ul, ol {
        font-size: 0.8rem;
    }
    .diferenciais-accordion .accordion-button {
        padding: 8px 12px;
    }
    .diferenciais-accordion .accordion-icon {
        width: 44px;
        height: 44px;
        padding: 8px;
    }
    .diferenciais-accordion .accordion-title {
        font-size: 1rem;
    }

    h2.slider-banner__title {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }

    .tour .video-thumb {
        height: 150px;
    }
    .card-tour {
        padding: 2rem 1.5rem;
    }
    .card-compromisso .text {
        padding: 20px;
    }

    section.socioambiental {
        padding-top: 26rem;
    }

    section.inovacao {
        padding-bottom: 19rem;
    }

    .input-com-icone {
        background: url('https://cdn-icons-png.flaticon.com/512/622/622669.png') no-repeat right 10px center;
        background-size: 18px;
        padding: 15px;
        padding-right: 10px;
        border-radius: 20px;
        border: 1px solid #7d7d7d;
        background-color: white;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    .input-com-icone::placeholder {
        font-size: 0.9rem;
    }
    .service-acc-btn {
        font-size: 0.9rem;
    }
    .service-acc-btn::after {
        background-size: 12px;
        padding: 13px;
    }

    .segmento-img {
        flex: 0 0 200px;
        max-width: 260px;
        height: 200px;
    }
    #galeriaTabs button {
        font-size: 1.2rem;
    }
    .folder-body {
        padding: 60px;
    }

    .card-post {
        padding: 10px;
    }
	.liga-ni h2{
		padding: 0 20px;
	}	

}