/*
Theme Name: BSCA
Theme URI: http://profit.ancorathemes.com/
Description: Profit is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: advertising, agency, architecture, blog, blogging, construction business, corporate, creative agency, design bureau, design studio, marketing, portfolio, publishing, web design, web studio
Text Domain: profit
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}


/* novo css */

.color-green-ul{
	color: #447E54
}
.section-news-home .sc_blogger_item {
	background-color: #447E54 !important;
  color: #fff !important; 
}

.section-news-home .sc_blogger_item_title a{
  color: #fff !important; 
}

.section-news-home  .sc_blogger_item_meta a{
	color: #fff !important
}

.section-news-home .sc_blogger_item_button a{
	color: #fff !important
}

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

.nav-arrow-label{
	color: #447E54 !important;
	font-weight: bold !important;
}


/* membros */

.membro-categoria{
  display:inline-block;
  background: #F1F1ED;
  color: #447E54;
  font-weight: 600;
  letter-spacing: .06em;
  padding: .55em .9em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 0px;
}

.membro-nome{
  margin: 20px 0px;
  color:  #447E54 ;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 20px;
}

.membro-local{
  margin: 0;
  color:  #447E54 ;
  font-weight: 600;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 1.2;
}


/* pagina noticias */

.nav-links .page-numbers.current, .comments_pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li span.current, .esg-filters div.esg-navigationbutton.selected{
		background-color: #447E54 !important;
  color: #FBAE40 !important;
	border-color: #447E54 !important;
    font-weight: 500; 
}

.esg-filters div.esg-navigationbutton, .woocommerce nav.woocommerce-pagination ul li a, .page_links > a, .comments_pagination .page-numbers, .nav-links .page-numbers{
	color: #447E54 !important;
border-color: #447E54 !important;
    font-weight: 500;
}
.navigation{
	display: flex;
    justify-content: center;
}

.post_header_single{
	text-align: left;
}

.post_header_single .post_meta.post_meta_categories a:not(.post_sponsored_label){
	background-color: #447E54 !important;
}

/* (opcional) manter a 2ª linha verde também */
.post_item.archive-second-row {
  	background: #447E54;
    color: #fff;
    padding: 32px 30px;
    min-height: 450px;
}

/* 3ª linha verde */
.post_item.archive-third-row {
  background: #447E54;
    color: #fff;
    padding: 32px 30px;
    min-height: 450px;
}
.post_item.archive-third-row .post_categories a {
	color: #fff;
}


/* reforço para links/textos */
.post_item.archive-third-row a,
.post_item.archive-second-row a {
  color: #fff !important;
}

/* o trecho injetado vem logo após o texto do título, dentro do <h*> */
.archive-second-row .archive-injected-intro,
.archive-third-row  .archive-injected-intro {
  display: block;          /* quebra em nova linha */
  margin-top: .4rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  opacity: .95;
}

/* se o card é verde, garanta contraste */
.post_item.archive-second-row .archive-injected-intro,
.post_item.archive-third-row  .archive-injected-intro { color: #fff; }









/* INÍCIO - ESTILIZAÇÃO DO COMPONENTE DOS FUTUROS EVENTOS NA HOME */
.pixit-events-tabs { --gap: 16px; }
.pixit-tabs-nav {
	display:flex;
	gap:16px;
	flex-wrap:wrap;

	/* linha fina contínua sob toda a área das abas */
	border-bottom:1px solid rgba(255,255,255,0.56);
}
/* botões das abas */
.pixit-tab {
	appearance:none;
	background:transparent;
	border:0;
	/* borda inferior "reservada" para o estado ativo */
	border-bottom:3px solid transparent;
	padding:10px 14px;
	margin:0;

	color: rgba(255, 255, 255, 0.56);           
	font-weight:600;
	line-height:1;
	cursor:pointer;
	transition:border-color .2s ease, opacity .2s ease;
}
.pixit-tab.is-active {
	border-bottom-color:#fff;      /* fica mais grossa que a linha base */
}
.pixit-tab:hover { opacity:.9; }
.pixit-tab:focus-visible {
	outline:2px solid rgba(255,255,255,0.5);
	outline-offset:2px;
}
.pixit-tab[aria-selected="true"] { color: #FFF; border-bottom-color:#fff; }
.pixit-tab-panel[hidden] { display:none; }
.pixit-tabs-panels { position:relative; }
.pixit-tab-panel[hidden] { display:none; }
.pixit-events-list { list-style:none; padding:0; margin:0; }
.pixit-event + .pixit-event { border-top:1px solid rgba(255, 255, 255, 0.56); }
.pixit-event-link { display:grid; grid-template-columns: 220px 1fr 320px 24px; align-items:center; gap:20px; padding:24px 0; text-decoration:none; }
.pixit-event-link:hover { color: #C6C7C3; }
.pixit-event-dateblock { display:flex; flex-direction:column; gap:4px; opacity:.9; }
.pixit-event-title { display:block; font-weight:700; }
.pixit-event-region, .pixit-event-venue, .pixit-event-time { opacity:.8; font-size:.95em; } 
.pixit-event-loc { display:flex; flex-direction:column; gap:2px; }
.pixit-venue-title { font-weight:600; }
.pixit-venue-street { opacity:.85; font-size:.95em; }
.pixit-event-arrow { font-size:18px; }
@media (max-width: 1024px) {
	.pixit-event-link {
		grid-template-columns: 180px 1fr 240px 20px;
	}
}

@media (max-width: 768px) {
	.pixit-event-link {
		/* empilha em mobile: data/hora em cima, depois título, depois loc, seta no fim */
		grid-template-columns: 1fr 24px;
		grid-template-rows: auto auto auto;
	}
	.pixit-event-dateblock { grid-column:1 / -1; order:-2; }
	.pixit-event-main { grid-column:1 / -1; order:-1; }
	.pixit-event-loc { grid-column:1 / -1; order:0; margin-top:4px; }
}

/* FIM - ESTILIZAÇÃO DO COMPONENTE DOS FUTUROS EVENTOS NA HOME */

/* enventos */

.btn-flutuante {
  position: fixed;
  top: 180px;   /* distância do header da tela */
  right: 0px;    /* distância da lateral direita */
  z-index: 99999;  /* garante que fique por cima de tudo */
}

@media (max-width: 600px) {
 .btn-flutuante {
  position: fixed;
  bottom: 80px;   /* distância do rodapé da tela */
  top: auto;   /* distância do header da tela */
  right: 0px;    /* distância da lateral direita */
  z-index: 99999;  /* garante que fique por cima de tudo */
}
}

