/*
Theme Name: Wind 26
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Agência Virtue 2026
Author URI: https://wordpress.org
Description: 
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: 
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 *{
	 font-family: "Nunito Sans", sans-serif;
	 font-size: 16px;
 }
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}
.right-menu{
	display: flex;
}
.fora-video {
    position: relative;
    height: 650px;
    overflow: hidden;
    z-index: 1;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.content {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
}
/*.hero-banner .fora-video:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}*/

.fora-video .mascara {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}
.navbar{
	padding-top: 30px;
	padding-bottom: 30px;
}
.nav-link{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 17px;
	border-bottom: solid 3px transparent;
	color: #000000;
}
.nav-item{
	margin-left: 22px;
	margin-right: 22px;
}
.nav-link:hover{
	border-color: #03a906;
	color:#03a906 ;
}
.btn.btn-orcamento{
    border-color: #03a906;
	color:#03a906 ;
	border:solid 3px;
	border-radius: 30px;
	    padding: 7px 15.5px;
	margin-bottom: 18px;
	margin-right: 0px;
	    margin-top: 10px;
}
.fa-brands{
	font-size: 26px;
	color:#03a906;
}
.midia-social{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
.language-selector {
    display: inline-block;
	margin-left: 0px;
	margin-top: 00px;
}

.custom-select-wrapper {
    position: relative;
    cursor: pointer;
}

/* O segredo está aqui: largura e altura iguais + object-fit */
.flag-round {
    width: 32px !important;  /* Tamanho fixo */
    height: 32px !important; /* Tamanho fixo */
    border-radius: 50% !important;
    object-fit: cover !important; /* Corta as bordas da bandeira para caber no círculo */
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0;
}

/* Dropdown simples */
.custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.custom-select-wrapper:hover .custom-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Efeito ao passar o mouse nas opções */
.custom-option:hover {
    opacity: 0.8;
}
.fora-video h2{
	font-size: 16px;
	font-weight: 700;
	border-bottom: #03a906 solid 3px;
	padding-bottom: 15px;
	width: 235px;
}
.fora-video h1{
	font-weight: 300;
	font-size: 60px;
	width: 391px;
	line-height: 66px;
}
.btn-banner{
	background-color: #03a906;
	color: #000;
	border-radius: 30px;
	border: solid 3px transparent;
	padding: 5px 43px;
	margin-top: 12px;
}
.btn-banner:hover{
   border: solid 3px #03a906;
   color: #03a906;
}
.bloco-area-de-atuacao {
	background-color:#ebebeb;
	padding-top: 40px;
	padding-bottom: 39px;
}
.bloco-area-de-atuacao h2{
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: 300;
	margin-bottom: 22px;
}
.bloco-area-de-atuacao ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px; /* Adiciona o espaçamento nas bordas externas */
    box-sizing: border-box; /* Garante que o padding não aumente o tamanho da ul */
}

.bloco-area-de-atuacao ul li {
    /* Ajuste para 3 itens por linha considerando o gap */
    width: calc(33.33% - (20px / 3));
    list-style: none;
    box-sizing: border-box;
	position: relative;
}
.bloco-area-de-atuacao ul li img {
	width: 100%;
	height: auto;
}
.bloco-area-de-atuacao .btn{
	font-weight: 700;
	color: #fff;
	border-radius: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: solid 3px #fff;
	padding: 1.5px 29px;
    cursor: auto;
}
.bloco-diferenciais{
	background-color: #000000;
	padding-top:76px ;
	padding-bottom: 60px;
}
.bloco-diferenciais ul{
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: space-around;
}
.bloco-diferenciais ul li{
	width: 140px;
	border: solid 3px transparent;
	border-radius: 30px;
	padding-top: 44px;
	padding-bottom: 40px;
}
.bloco-diferenciais ul li:hover{
	border-color: #03a906;
}
.bloco-diferenciais ul li:hover .ico-desktop{
	display: none;
}
.bloco-diferenciais ul li:hover .ico-mobile{
	display: block !important;
}
.bloco-diferenciais p{
	color: #dfe1de;
    text-align: center;
	margin-bottom: 11px;
}
.fora-ico{
	height: 82px;
	display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.bloco-diferenciais h2{
	font-size: 30px;
	text-align: center;
	color: #dfe1de;
	margin-bottom: 53px;
}
.bloco-diferenciais a{
	color: #dfe1de !important;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	opacity: 0;
}
.bloco-diferenciais ul li:hover p{
	color: #03a906;
}
.bloco-diferenciais ul li:hover a{
	opacity: 1;
}
.bloco-diferenciais .fa-download{
	margin-right: 8px;
	font-size: 10px;
}
.nota{
	display: flex;
}
.bloco-depoimentos{
	padding-top: 48px;
}

.bloco-depoimentos h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.bloco-depoimentos h3{
	font-size: 18px;
	font-weight: 700;
}
.bloco-depoimentos h4{
	font-size: 18px;
	font-weight: 400;
}
.fa-star{
	color: #03a906;
}
.flexslider.carousel{
    border: 0;
    padding-left: 45px;
    padding-right: 45px;
}
.bloco-video{
	background: url(images/bg-video-home.jpg)no-repeat center bottom;
	padding-bottom: 60px;
}
.newsletter {
    background-color: #03a906;
	padding-top: 21px;
    padding-bottom: 21px;
}
.newsletter h2 {
    color: #ebebeb;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0;
    line-height: normal;
}
.wpcf7{
	margin-top: 13px;
}
.wpcf7-form p {
    margin-bottom: 7px;
    border-radius: 30px;
    border: solid 3px #000;
	margin-bottom: 0;
}
.wrap-form-newsletter {
    display: flex;
}
.newsletter h2 {
    color: #000;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0;
    line-height: normal;
	width: 280px;
	line-height: 35px;
}
.newsletter h2 strong {
   font-size: 30px;
}
.wrap-form-newsletter p:nth-child(1) {
    width: calc(100% - 173px);
    margin-right: 10px;
    border-color: #000;
    border-radius: 30px;
}
.wrap-form-newsletter input,
 .wrap-form-newsletter p:has(input:focus) .label {
    color:#000 !important;
}
.wrap-form-newsletter input:focus label,
.wrap-form-newsletter p:has(input:focus){
   color:#000 !important;
   border-color:#000 !important;
}
span.label {
    padding-left: 20px;
    padding-top: 8px;
	width: 60px;
}
.wpcf7-form p label {
    display: flex;
    flex-direction: row;
}
.wpcf7-form label span {
    color: #a4a4a4;
	font-size: 16px;
}
.wpcf7-form-control-wrap input{
	border: 0;
	border-left: solid 1px #a4a4a4;
	border-radius: 0;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    background: transparent;
    color: #000;
    padding-left: 10px;
	padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 4px;
}
.wrap-form-newsletter .label{
    color:#000 !important;
    width: 90px;
}
input::placeholder {
  color: #000;
}
.wpcf7-form-control-wrap input:focus-visible{
	outline: none;
}
.wrap-form-newsletter p:nth-child(2) {
    border: 0;
}
input.btn-cadastrar-newsletter {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px !important;
    padding: 8.9px 45px;
	border: solid #000 #000 !important;
}
.newsletter .wpcf7-spinner{
    display: none;
}
.wpcf7-not-valid-tip{
	display: none;
}
.banners.banner-interno{
	padding-top: 50px;
    padding-bottom: 67px;
	
}
.banners.banner-interno p{
	color:#ffffff;
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 3px #03a906;
	width: 230px;
	padding-bottom: 11px;
	margin-bottom: 34px;
}
.banners.banner-interno h1{
	font-size: 60px;
	color:#ffffff;
}
.categorias-pai,
.subcategorias{
	list-style: none;
	padding-left: 0;
}
.categorias-pai a,
.subcategorias a{
	text-decoration: none;
	font-size: 12px;
}
.categorias-pai  a:hover,
.subcategorias a.active,
.categoria-pai a.active{
	color:#03a906;
}
.item-prod h2{
    margin-bottom: 3px;
	text-align: center;
}
.item-prod h2 a{
	font-size: 14px;
	color:#464646;
	text-decoration: none;
}
.item-prod h3{
	text-align: center;
}
.item-prod h3 a{
	font-size: 14px;
	color:#464646;
	font-weight: 700;
	text-decoration: none;
}
.item-prod {
	margin-bottom: 20px;
}
.item-prod > div{
	border-radius: 30px;
	border:solid 3px transparent;
	padding-bottom: 30px;
	padding-top: 20px;
	height: 255px;
}
.item-prod:hover > div{
	border:solid 3px #03a906;
}
.img-list-post{
	text-align: center;
}
h2.titulo-categorias{
	color:#03a906;
	font-size: 20px;
	font-weight: 700;
	margin-top: 50px;
}

.caixaBusca {
    width: 330px;
    border-bottom: none;
    margin-bottom: 18px;
}
.caixaBusca .campoBusca {
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #dedede;
    height: 42px;
    font-size: 13px;
    padding-left: 20px;
    outline: none;
	    border: 0;
	padding-right: 0;
}
.caixaBusca .search-button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #dedede;
    height: 42px;
    outline: none;
    padding: 0;
	    border: 0;
}
.caixaBusca .search-button {
    width: 15%;
    float: left;
    height: 42px;
    border: none;
}
.caixaBusca .campoBusca {
    width: 82%;
    height: 42px;
    border: 0;
    text-indent: 7px;
    font-weight: 300;
    padding: 0;
    font-size: 12px;
    float: left;
	padding-left: 15px;
}
.bloco-busca{
	justify-content: flex-end;
	margin-top: 40px;
}
.bloco-busca  .fa-search {
	color: #03a906;
}
footer{
  background-color: #ebebeb;
  padding-bottom: 70px;
}
.btn-download{
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 24px;
}
.btn-download:hover{
   background-color: #000;
   color: #fff;
}
.bloco-1-footer h2{
	font-size: 16px;
	color:#2b3332;
	font-weight: 700;
	margin-top: 80px;
	margin-bottom: 50px;
}
.bloco-1-footer p {
	color: #2b3332;
	margin-bottom:0 ;
}
.fora-logo-footer{
	display: flex;
	justify-content: flex-end;
}
h2.texto-experiencia{
	font-size: 24px;
	color: #343434;
	text-align: right;
    font-weight: 400;
    line-height: 24px;
    width: 157px;
}
.endereco-footer{
	margin-top: 56px;
    margin-bottom: 0;
}
.bloco-1-footer ul{
	list-style: none;
	padding-left: 0;
}
.bloco-1-footer li{
    margin-bottom: 12px;
}
.bloco-1-footer li a{
    text-decoration: none;
}
.midias-footer{
	display: flex;
	justify-content: flex-end;
	margin-top: 51px;
}
.fora-frase-experiencia{
	display: flex;
	justify-content: flex-end;
}
iframe{
	border-radius: 30px;
}
.owl-prev span,
.owl-next span{
	font-size: 0;
}
.owl-prev {
    position: absolute;
    top: 50%;
	left: -30px;
}
.owl-next{
	 position: absolute;
    top: 50%;
	right: -30px;
}
.owl-prev span::before{
	content: url(images/arrow-left.png);
}
.owl-next span::before{
	content: url(images/arrow-right.png);
}
.breadcrumb a,.breadcrumb span{
	font-weight: 700;
	color:#6a6a6a;
	margin: 0 5px;
	text-decoration: none;
}
footer li a:hover,
.breadcrumb a:first-child{
	color:#03a906 !important;
}
.bloco-contadores{
	padding-top: 95px;
	padding-bottom: 70px;
}
/* Adiciona o sinal de + antes do conteúdo de qualquer elemento com a classe .counter */
.counter::before {
    content: "+";
}
.bloco-contadores h2{
	font-size: 48px;
	color:#343434;
	font-weight: 300;
	margin-top: 21px;
    margin-bottom: 16px;
}
.bloco-contadores h3{
	font-size: 28px;
	color: #343434;
}
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 40px 0;
    font-family: inherit;
}

.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #03a906;
    color: #03a906;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Hover */
.nav-links .page-numbers:hover {
    background-color: #03a906;
    color: #fff;
}

/* Página atual */
.nav-links .page-numbers.current {
    background-color: #03a906;
    color: #fff;
    border-color: #03a906;
    cursor: default;
}

/* Reticências */
.nav-links .page-numbers.dots {
    border: none;
    color: #777;
    cursor: default;
}

/* Próximo / Anterior */
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    font-size: 18px;
    padding: 0 14px;
}

/* Desabilitado (caso apareça) */
.nav-links .page-numbers.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.title-view-produto{
	font-size: 34px;
	color:#383838;
	font-weight: 400;
}
.title-view-produto:after{
    content: '';
    background-color: #03a906;
    width: 100px;
    height: 3px;
    display: flex;
    margin-top: 20px;
}
#thumb-carousel .owl-item{
    border: solid 2px transparent !important;
}
#related_posts{
    margin-top: 50px;
}
/* =========================================
   ESTILOS DO CARROSSEL DE PRODUTOS
   ========================================= */

/* 1. Define uma altura fixa para as imagens grandes */
#main-carousel .galeria-item {
    width: 100%;
    height: 450px; /* Ajuste esta altura conforme o layout do site da Wind */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; /* Fundo branco para imagens menores */
    border-radius: 8px; /* Opcional: deixa os cantos arredondados */
    overflow: hidden;
}

#main-carousel .galeria-item img {
    width: 100%;
    height: 100%;
    /* 'contain' garante que a peça inteira apareça sem cortar. 
       Se quiser que ela preencha todo o espaço (cortando as bordas), troque para 'cover' */
    object-fit: contain; 
}

/* 2. Deixa as miniaturas todas do mesmo tamanho também */
#thumb-carousel .galeria-thumb-item {
    height: 80px; /* Altura padrão para as miniaturas */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    height: 98px;
}

#thumb-carousel .galeria-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 'cover' é ótimo para miniaturas ficarem padronizadas */
}
.breadcrumb{
	margin-top: 38px;
}

.codigo-prod-view{
	color:#03a906;
	font-weight: 700;
	margin-bottom: 7px;
}
.titulo-relacionados:after{
	content: '';
	width: 230px;
	height: 3px;
	background: #03a906;
	display: block;
    margin-top: 20px;
}
#related_posts .item-prod{
	margin-top: 30px;
}
.inner-view-produto{
     border: solid 2px  #03a906;
     border-radius: 15px;
    padding: 90px 70px;
}
.page-id-28 .bloco-contato h2{
	margin-top: 20px;
}
.cor-item{
    border-radius: 5px;
}
#btn-whats-app-footer{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#menu-whats-opcoes3{
    bottom: 0;
    right: 75px;
}
.btn-whats:hover{
    color: #000 !important;
}
.box-catalogo h3 {
    line-height: normal;
    margin-top: 30px;
}
.fora-downloads {
    padding-top: 80px;
    padding-bottom: 100px;
}
.wpcf7-form p label{
	display: flex;
	flex-direction: row;
}
.wpcf7{
	margin-left: 0px;
}
.bloco-6 iframe{
	border-radius: 15px;
}
.wpcf7-form p{
	margin-bottom: 7px;
	border-radius: 15px;
	border: solid 2px #c3c3c3;
}
.wpcf7-form p:has(input:focus),
.wpcf7-form p:has(input:active), 
.wpcf7-form .fora-msg:has(textarea:focus),
.wpcf7-form .fora-msg:has(textarea:active){
  border: 2px solid #14cc64; /* Altere para a cor desejada */
  color:#2b3332;
}
.wpcf7-form p:has(input:focus) .label,
.wpcf7-form p:has(input:active) .label, 
.wpcf7-form .fora-msg:has(textarea:focus) .label,
.wpcf7-form .fora-msg:has(textarea:active) .label,
.wpcf7-form p:has(input:focus) input,
.wpcf7-form p:has(input:active) input, 
.wpcf7-form .fora-msg:has(textarea:focus) input,
.wpcf7-form .fora-msg:has(textarea:active) input

{
   color:#2b3332;
}
 .wpcf7-form p:has(input:focus) .label,
.wpcf7-form p:has(input:active) .label, 
.wpcf7-form .fora-msg:has(textarea:focus) .label,
 .wpcf7-form .fora-msg:has(textarea:active) .label,
 .wpcf7-form p:has(input:focus) input,
 .wpcf7-form p:has(input:active) input, 
 .wpcf7-form .fora-msg:has(textarea:focus) input,
.wpcf7-form .fora-msg:has(textarea:active) input

{
   color:#03a906;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap input{
	width: 100%;
	display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea
{
	border-radius:15px;
	background: transparent;
	color:#a4a4a4;
	padding-left: 0;
	padding-bottom: 7px;
    padding-top: 7px;
	border: 0;
	
}
.wpcf7-form-control-wrap textarea{
	height: 60px;
	resize: none;
	padding-left: 10px;
}
.wpcf7-form label span{
	color:#a4a4a4;
}
span.label{
	padding-left: 20px;
    padding-top: 8px;
	width: 197px;
}
.wpcf7-select {
    height: 38px;
    border: 0;
    background-color: transparent;
    width: 100%;
    color: #a4a4a4;
}
input[type="submit"] {
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #03a906;
    border: 0;
    box-shadow: none;
    float: right;
}
.linha-do-tempo-wrapper {
    padding-bottom: 55px;
    padding-top: 0;
	position: relative;
}
.linha-do-tempo-wrapper:after{
	content: url(images/bolinhas-carrossel-sobre.png);
	position: absolute;
	top: 232px;
    z-index: 99;
	left: 50%;
    transform: translateX(-50%);
}
.linha-do-tempo-inner {
    //display: inline-flex;
}
.box-de-dois-itens:first-child {
    background: url(images/borda-nossa-historia-1.jpg) no-repeat right 273px !important;
}
.box-de-dois-itens {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 300px;
}
.item {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.fora-imagem-hist {
    margin-bottom: 0px;
	height: 205px;
	width: 300px;
	border-radius: 30px;
	overflow: hidden; /* corta o excesso */
}
.fora-imagem-hist img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* faz o efeito cover */
    object-position: center; /* centraliza o corte */

}
.owl-item:nth-child(even) .item {
    flex-direction: column-reverse;
}
.owl-item:nth-child(even) .item .fora-desc-item {
	margin-bottom: 76px;
	margin-top: 0px;
}
.owl-item .item .fora-desc-item {
	margin-top: 76px;
}
.fora-desc-item > div {
    background-color: #dedede;
    border-radius: 30px;
    height: 205px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 40px;
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
	width: 300px;
}
.fora-desc-item  p{
	font-size: 12px;
}
.fora-desc-item h2 {
    font-size: 20px;
    font-weight: 700;
    color: #03a906;
    text-align: center;
    margin-bottom: 5px;
}
.linha-do-tempo-wrapper   .owl-prev span::before{
	content: url(images/seta-left.png);
}
.linha-do-tempo-wrapper   .owl-next span::before{
	content: url(images/seta-right.png);
}
.linha-do-tempo-wrapper .owl-prev {
    position: absolute;
    top: 224px;
    left: 0px;
}
.linha-do-tempo-wrapper .owl-next {
    position: absolute;
    top: 224px;
    right: 0px;
}
.item-img > div {
    position: relative; /* necessário */
    overflow: hidden;   /* opcional, mas recomendado */
	border-radius: 30px;
}

.item-img img {
    display: block;
    width: 100%;
}

 .item-img .mascara {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 169, 6, 0.7); /* cor da máscara */
	opacity: 0;
	    transition: all 0.2s linear;
}
.mais-zoom{
	background: url(images/ico-mais-zoom.png)no-repeat center center;
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	opacity: 0;
	transition: all 0.2s linear;
}
.img-baixo-sobre{
	margin-top: 20px;
	margin-bottom: 35px;
}
.item-img:hover .mascara,
.item-img:hover .mais-zoom{
	opacity: 1;
}
.titulo-linha-tempo{
	text-align: center;
	font-size: 30px;
	color:#000;
	margin-bottom: 38px;
}
.nossa-missao{
	background-color: #000;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 97px;
}
.nossa-missao article{
	max-width: 873px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.nossa-missao article p{
	text-align: center;
	margin-bottom: 0;
	
}
.nossa-missao h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 39px;
}
.bloco-linha-do-tempo{
	padding-top: 45px;
}
.texto-sobre-1{
	padding-top: 50px;
	padding-bottom: 70px;
}
.texto-sobre-1 .btn{
	color: #fff;
	font-weight: 700;
}
.texto-sobre-1 .btn:hover{
	color: #03a906;
}
.fora-contato{
	background-color: #dedede;
	padding-top: 40px;
    padding-bottom: 60px;
}
.fora-contato h2{
	font-size: 30px;
	color: #343434;
	font-weight: 300;
	margin-bottom: 20px;
}
.fora-imagem{
	border-radius: 15px;
	overflow: hidden;
}
.item-post h2{
	line-height: 20px;
}
.item-post h2 a{
	font-size: 20px;
	color:#03a906;
	font-weight: 700;
	text-decoration: none;
}
.item-post p{
	font-size: 12px;
}
.posts{
	padding-top: 35px;
}
.visu-post {
	padding-top: 35px;
}
.visu-post h1{
	font-size: 34px;
    color: #383838;
    font-weight: 400;
	margin-bottom: 20px;
}
.fora-imagem-view-post img{
	max-width: 100%;
	height: auto;
}
.visu-post article{
	margin-top: 30px;
	padding-bottom: 30px;
}
.imagem-servico{
    width: 100%;
    height: 300px;
}
.inner-box-download img {
    margin-left: -44px;
    margin-right: 40px;
    max-width: 132px;
}
.inner-box-download {
    border: solid 1px #14cc64;
    display: flex;
    flex-direction: row;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
}
.box-catalogo {
    padding-left: 40px;
    margin-bottom: 45px;
}
.box-catalogo h3 a {
    font-size: 24px;
    color: #343434;
    font-weight: 300;
    text-decoration: none;
}
.fora-downloads ul{
    list-style: none;
}
.titulo-tipo-doc {
    font-size: 35px;
    color: #343434;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 12px;
}
.titulo-tipo-doc:after {
    width: 200px;
    height: 2px;
    content: '';
    background-color: #14cc64;
    display: block;
}
.box-catalogo .btn {
    background: url(images/ico-btn-download.png) no-repeat 15px center;
    padding-left: 40px;
}
#detalhes-produto {
    width: 100%;       /* Ocupa toda a largura */
    float: none;       /* Remove flutuação se houver */
    clear: both;       /* FORÇA a quebra de linha: nada pode ficar ao lado dele */
    display: block;    /* Garante comportamento de bloco */
    margin-top: 20px;  /* Espaçamento visual */
    margin-bottom: 20px;
    
    /* Se estiver usando Flexbox (Bootstrap 4/5): */
    flex: 0 0 100%;    /* Ocupa 100% no flex container */
    position: relative;
    border: solid 1px;
    border-radius: 30px;
    padding: 20px;
}
#fechar-detalhes {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}
#fechar-detalhes-2 {
    position: absolute;
    right: 10px;
}
.ver-detalhes {
    font-size: 14px;
    text-transform: uppercase;
    color: #464646;
    margin-top: 20px;
}
.ver-detalhes {
    cursor: pointer;
}
#unidades .produto{
    margin-bottom: 10px;
}
/* Oculta o input de arquivo real */
.wpcf7-form-control.custom-file-input {
    display: none; 
}

/* Estiliza o label para parecer um botão */
.custom-file-label {
    background-color: #03a906; /* Cor de fundo do seu botão */
    color: #fff; /* Cor do texto */
    padding: 10px 15px; /* Espaçamento interno */
    border-radius: 15px; /* Cantos arredondados */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
    display: inline-block; /* Permite aplicar padding e margem */
    text-align: center;
    /* Adicione outros estilos como fonte, margem, etc. */
}

/* Estilo de hover (opcional) */
.custom-file-label:hover {
    background-color: #03a906; /* Cor de fundo ao passar o mouse */
}
#anexo1,
.custom-option.active{
    display: none;
}
#file-name-display{
    margin: 0 !important;
}
.container-upload p{
    border: 0;
}
.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}
.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #3e9b67;
}
.cookieDesc a:hover{
  color: #fff;
}
.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}
  #btn-whats-app-footer img{
        max-width: 55px;
    }
 .process-container {
            width: 100%;
            max-width: 1200px;
            position: relative;
            padding-top: 20px;
			margin-bottom: 30px;
        }

        /* Container dos passos */
        .steps-wrapper {
            display: flex;
            justify-content: space-between;
            position: relative;
            gap: 20px;
        }

        /* Linha conectora (Fica atrás dos círculos) */
        .timeline-line {
            position: absolute;
            top: 25px; /* Metade da altura do círculo (50px / 2) */
            left: 0;
            right: 0;
            height: 3px;
            background-color: #03a906; /* Cinza claro para a base */
            z-index: 0;
            /* Se quiser a linha verde fixa, troque #e0e0e0 por #38c172 */
        }

        .step-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            position: relative;
            z-index: 1; /* Fica acima da linha */
            cursor: default;
        }

        /* Círculo do Passo */
        .step-number {
            width: 50px;
            height: 50px;
            background-color: #ffffff; /* Fundo branco inicial */
            border: 3px solid #03a906; /* Borda Verde */
            color: #03a906; /* Número Verde */
            font-size: 22px;
            font-weight: 800;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            transition: all 0.3s ease; /* Suavidade na transição */
            flex-shrink: 0; /* Garante que não amasse */
        }

        /* Efeito HOVER no círculo */
        .step-item:hover .step-number {
            background-color: #03a906; /* Preenche de verde */
            color: #ffffff; /* Número fica branco */
            transform: scale(1.1); /* Leve aumento para destaque */
            box-shadow: 0 6px 12px rgba(56, 193, 114, 0.4);
        }

        /* Conteúdo de Texto */
        .step-content {
            background-color: #dedede;
            padding: 20px;
            border-radius: 12px;
            text-align: center; /* Centralizado fica mais elegante neste layout */
            border: 3px solid #dedede;
            transition: transform 0.3s ease;
            height: 100%;
        }

        .step-item:hover .step-content {
            border-color: #03a906;
            background-color: #fff;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        }

        .step-title {
            color: #03a906;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }

        /* Título verde no hover também */
        .step-item:hover .step-title {
            color: #38c172;
        }

        .step-text {
            color: #666;
            font-size: 12px;
            line-height: 1.5;
            margin: 0;
        }
        .list-cat-footer{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 24px;
            row-gap: 8px;
            padding-left: 0;
            margin: 0;
            list-style: none;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .steps-wrapper {
                flex-direction: column;
                gap: 0;
            }
            .timeline-line {
                width: 3px;
                height: 100%;
                left: 25px; /* Centralizado verticalmente com os círculos */
                top: 0;
                right: auto;
            }
            .step-item {
                flex-direction: row;
                text-align: left;
                margin-bottom: 30px;
                align-items: flex-start;
            }
            .step-number {
                margin-right: 20px;
                margin-bottom: 0;
            }
            .step-content {
                text-align: left;
                width: 100%;
            }
            .bloco-diferenciais ul {
                display: flex;
                flex-direction: row;
                list-style: none;
                justify-content: space-around;
                flex-wrap: wrap; /* Permite quebrar linha */
            }
        .bloco-diferenciais ul li {
            width: 48%; /* Quase 50% para caber 2, deixando um respiro */
            margin-bottom: 20px; /* Espaço entre as linhas */
        }
        .fora-video h1 {
            width:100%;
            font-size: 30px;
            line-height: normal;
        }
        .bloco-area-de-atuacao ul{
            flex-direction: column;
        }
        .bloco-area-de-atuacao ul li{
            width: 100%;
        }
        .fora-video{
            height: 500px;
        }
        .linha-do-tempo-wrapper:after {
                content: ""; /* Conteúdo vazio */
                display: block; /* Torna um bloco para aceitar largura/altura */
                
                /* Define o tamanho da caixa onde a imagem vai ficar */
                width: 78%; 
                height: 50px; /* IMPORTANTE: Ajuste a altura conforme a proporção da sua imagem */
                
                /* Configuração da imagem */
                background-image: url(images/bolinhas-carrossel-sobre-mobile.png);
                background-size: contain; /* Faz a imagem caber dentro da largura/altura definidas */
                background-repeat: no-repeat;
                background-position: center; /* Centraliza a imagem */
                
                /* Centralizar o bloco se necessário */
                margin: 0 auto; 
                margin-top: -14px;
            }
            .fora-imagem-hist,
            .box-de-dois-itens,
            .fora-desc-item > div{
                width: 100%;
            }
            .fora-desc-item > div {
                padding-bottom: 20px;
            }
            .item-img{
                margin-bottom: 20px;
            }
            .item-post h2{
                margin-top: 20px;
            }
            .box-denuncias h2{
                margin-top: 20px;
            }
            .box-videos{
                margin-top: 20px;
            }
        }
		.titulo-processo{
			font-size: 30px;
			font-weight: 300;
			color: #000;
			text-align: center;
			margin-top: 44px;
		
		}
		.titulo-saber-mais{
			width: 340px;
			line-height: 40px;
		}
		
		.fora-msg {
			height: 110px;
			border: solid 2px #c3c3c3;
			border-radius: 15px;
		}
		.fora-msg p {
    		border: 0;
		}
		.wpcf7-form p:has(input:focus), .wpcf7-form p:has(input:active), .wpcf7-form .fora-msg:has(textarea:focus), .wpcf7-form .fora-msg:has(textarea:active) {
			border: 2px solid #03a906;
			color: #2b3332;
		}
		 textarea:focus {
			color: #a4a4a4;
			outline: none;
		}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
	.bloco-depoimentos .container{
		max-width: 1170px;
	}
}
/* Apenas para telas menores que 992px (padrão LG do Bootstrap) */
@media (max-width: 991.98px) {
    
    /* Estado INICIAL do menu (Fechado) */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 80%;       /* Largura da gaveta */
        max-width: 300px; /* Largura máxima */
        height: 100vh;
        background-color: #ffffff; /* Cor de fundo do menu */
        z-index: 1050;    /* Ficar acima de tudo */
        
        padding: 20px;
        box-shadow: 4px 0 15px rgba(0,0,0,0.1); /* Sombra na direita */
        
        /* A Mágica do Slide */
        transform: translateX(-100%); /* Esconde totalmente à esquerda */
        transition: transform 0.3s ease-in-out;
        
        /* Correção para o Bootstrap não usar display:none */
        display: block !important; 
        
        /* Permite scroll se o menu for muito alto */
        overflow-y: auto;
    }

    /* Estado ABERTO do menu (Quando o JS do Bootstrap adiciona .show) */
    .navbar-collapse.show {
        transform: translateX(0); /* Traz para a tela */
        
        /* Truque para criar o fundo escuro (backdrop) sem criar div extra */
        box-shadow: 0 0 0 100vw rgba(0,0,0,0.5); 
    }

    /* Ajustes visuais internos para mobile */
    .navbar-nav {
        margin-top: 40px; /* Espaço para o botão fechar */
        margin-bottom: 20px;
    }
    
    .right-menu {
        display: flex;
        flex-direction: column; /* Empilha os itens no mobile */
        gap: 15px;
    }

    /* Botão de fechar (X) dentro do menu */
    .mobile-close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1060;
    }
    
    /* Se usar o botão X padrão do bootstrap, aumente um pouco */
    .btn-close {
        font-size: 1.2rem; 
        filter: invert(0); /* Garante que seja preto (ou invert(1) para branco) */
    }
    .fora-video .mascara {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .wrap-form-newsletter p:nth-child(2){
        border: 0;
    }
    .endereco-footer {
        margin-top: 0;
        margin-bottom: 33px;
    }
    .wpcf7-form-control-wrap textarea{
        width: 100%;
    }
    #menu-whats-opcoes3 {
        right: 70px;
    }
    #menu-whats-opcoes{
        right: -50px !important;
    }
}