/* Preenchimento (padrão) */
.wp-block-button.is-style-fill .wp-block-button__link {
  width: 100%;
  position: relative;
  border-radius: 29px;
  background-color: black!important;
  height: 51.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.9px 32.2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  color: #ffffff!important;
  font-family: Inter;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  background-color: #333;
}

/* Preenchimento Sucesso */
.wp-block-button.is-style-preenchimento-sucesso .wp-block-button__link {
  width: 100%;
  position: relative;
  border-radius: 29px;
  background-color: #1dbf92;
  height: 51.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.9px 32.2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-family: Inter;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-preenchimento-sucesso .wp-block-button__link:hover {
  background-color: #17a77c;
	color:#ffffff!important
}

/* Brilho Laranja */
.wp-block-button.is-style-brilho-laranja .wp-block-button__link {
  width: 100%;
  position: relative;
  box-shadow: 4px 4px 26px #ff8325;
  border-radius: 29px;
  background-color: #ff8325;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.9px 32.2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  color: #000;
  font-family: Inter;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-brilho-laranja .wp-block-button__link:hover {
  box-shadow: 6px 6px 30px #ffa04d;
  background-color: #000000!important;
	color:#ffffff!important;
}

/* Brilho Dark */
.wp-block-button.is-style-brilho-dark .wp-block-button__link {
  width: 100%;
  position: relative;
  box-shadow: 4px 4px 26px #ff8325;
  border-radius: 29px;
  background-color: #000;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.9px 32.2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-family: Inter;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-brilho-dark .wp-block-button__link:hover {
  box-shadow: 6px 6px 30px #ff8325;
  background-color: #ff8325!important;
  color:#ffffff!important
}

/* Saiba Mais Outline */
.wp-block-button.is-style-saiba-mais-outline .wp-block-button__link {
  position: relative;
  border-radius: 21.49px;
  border: 1px solid #ad4b00;
  box-sizing: border-box;
  width: 100%;
  height: 34.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.9px 32.2px;
  text-align: center;
  font-size: 18px;
  color: #ad4b00;
  font-family: Inter;
	background-color: transparent!important;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-saiba-mais-outline .wp-block-button__link:hover {
  background-color: #ad4b00;
  color: #000000!important;
}


.author-img  {
	width: 38px;
	height: 37px;
	border-radius: 100%!important;
	margin-bottom: 10px;
}


.blog-carrossel1-wrapper {
	position: relative;
}

.blog-carrossel1-viewport {
	overflow: hidden;
	width: 100%;
}

.blog-carrossel1 {
	display: flex;
	transition: transform 0.4s ease;
}

.carrossel-item {
	min-width: 50%; 
	box-sizing: border-box;
	padding: 5px;
	position: relative;
}

.carrossel-img {
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
}

.carrossel-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: end;
	background: rgba(0,0,0,.6);
	color: #fff;
	opacity: 0;
	transition: opacity .3s;
	text-align: start;
	padding: 20px 20px 35px;
}

.carrossel-img:hover .carrossel-overlay {
	opacity: 1;
}


.carrossel-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 5px;
}

.carrossel-date {
	font-size: .85rem;
	opacity: .9;
}

.carrossel-next {
	position: absolute;
	top: 50%;
	right: -55px; 
	transform: translateY(-50%);
	background: #AD4B00;
	color: #fff;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	padding: 0px 20px 4px 20px;
	border-radius: 100%;
	z-index: 10;
}



/* Mobile: 1 slide por vez */
@media (max-width:768px){
	.carrossel-item{min-width:100%}
}


.uc-ajax-search__input-wrapper-inner {
	margin-right: -46px;

}
.tab-more-btn {
	color: black;
	font-family: "Inter";
}
input[type="email"] {
	width: 60%;
	height: 60px;
	flex-shrink: 0;
	border-radius: 15px;
	background: #FFF;
	padding-left: 20px; 
}

.newsletter-form {
	display: flex;
	justify-content: center;

}
.newsletter_submit {
	width: 40%;
	margin-left: 10px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 15px;
	background: #000;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 109%;
}

.elementor-posts .elementor-post {
	opacity: 0;
	transform: translateY(20px);
}
.blog-tabs-widget .tabs-nav {
	display: flex;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin-bottom: 35px;
	justify-content: space-between;
	border-bottom: 1px #C8C8C8 solid;
	font-weight: 700;
	width: 100%; 
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch; 
}

.blog-tabs-widget .tabs-nav::-webkit-scrollbar {
	height: 3px;
}
.blog-tabs-widget .tabs-nav::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.3);
	border-radius: 3px;
}

@media (max-width: 768px) {
	.blog-tabs-widget .tabs-nav {
		justify-content: flex-start;
		gap: 15px; 
	}
}


.blog-tabs-widget .tabs-nav li {
	margin-right: 20px;
	padding: 5px 10px;
	transition: color 0.3s, color 0.3s;
	font-family: "Source Serif Pro", Sans-serif;
	font-size: 20px;
	color: #ADADAD;
}


.blog-tabs-widget .tabs-nav li.active {
	color: #000000;
	border-bottom:  1px solid #C8C8C8;
}


.blog-tabs-widget .tabs-content .tab {
	display: flex;        
	flex-wrap: wrap;     
	gap: 20px;          
	display: none;    
}

.blog-tabs-widget .tabs-content .tab.active {
	display: flex;
}

.blog-tabs-widget .tab-post-content {
	display: flex;
	flex-direction: column;
	width: 74%;
}
.blog-tabs-widget .tab-post {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 15px;
	width: 100%;
}

.blog-tabs-widget .tabs-content .tab .tab-post {
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 15px;
}

.tabs-nav li.active {
	position: relative;
}

.tabs-nav li.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #AD4B00;
	border-radius: 3px 3px 0 0; /* arredonda as extremidades */
}

.blog-tabs-widget .tab-post-thumb {
	width: 61%;
	height: 161px;
	overflow: hidden;       
}

.blog-tabs-widget .tab-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;   /* mantém proporção e preenche */
	display: block;
}


@media (min-width: 1068px) {
	/* Posts ímpares (primeira coluna) */
	.blog-tabs-widget .tabs-content .tab .tab-post:nth-child(odd) {
		padding: 0px 55px 0px 0px;

	}

	.blog-tabs-widget .tabs-content .tab .tab-post:nth-child(even) {
		padding: 0px 0px 0px 55px;
	}
}

@media (max-width: 768px) {
	.blog-tabs-widget .tabs-content .tab .tab-post {
		width: 100%;
	}
}



/* Título do post */
.blog-tabs-widget .tab-post-title a  {
	color: #AD4B00!important;
}
.blog-tabs-widget .tab-post-title {
	margin: 0 0 6px;
	font-family: "Inter", Sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 25px;
}



/* Excerpt do post */
.blog-tabs-widget .tab-post-excerpt {
	font-size: 14px;
	color: #555;
	line-height: 1.4;
}

    /* ===== Banner Principal (blog_inicial) ===== */
.blog-banner-main {
    margin-bottom: 25px;
	margin-top: 65px;
	margin-left: 15px;
	margin-right: 15px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.blog-banner-main .blog-banner-img {
    width: 100%;
    height: 400px; /* ajuste conforme necessário */
    position: relative;
    display: flex;
    align-items: end;
	padding-bottom:35px;
    justify-content: flex-start;
    padding-left: 50px;
}

.blog-banner-main .blog-banner-text-wrapper {
    color: #fff;
    max-width: 70%;
}

.blog-banner-main .blog-banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	font-family: "Source Serif Pro", Sans-serif;
}

.blog-banner-main .blog-banner-subtext {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.blog-banner-main .blog-banner-cta { display: inline-block; }
.blog-banner-main .banner-btn {
    display: inline-block;
    padding: 12px 28px;
    background: transparent;
    color: #fff;
    border-radius: 21.491px;
	border: 1px solid #FFF;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.2s ease;
}
.blog-banner-main .banner-btn:hover {
	color: #fff!important;
    background: #AD4B00;
    transform: translateY(-2px);
}

/* ===== Banner Post (blog_post) ===== */
.blog-banner-post {
    margin-bottom: 30px;
    margin-top: 50px;

    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.blog-banner-post .blog-banner-img {
    width: 100%;
    height: 350px; /* diferente do main */
    position: relative;
    display: flex;
    align-items: center; /* texto vertical centralizado */
    justify-content: center; /* texto centralizado horizontalmente */
    padding: 0 20px;
}

.blog-banner-post .blog-banner-text-wrapper {
    color: #fff;
    max-width: 80%;
    text-align: center;
}

.blog-banner-post .blog-banner-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.blog-banner-post .blog-banner-subtext {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.4;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.blog-banner-post .blog-banner-cta { display: inline-block; }
.blog-banner-post .banner-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #FF8325;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}
.blog-banner-post .banner-btn:hover {
    background: #AD4B00;
    transform: translateY(-2px);
}

/* ===== Responsivo ===== */
@media (max-width: 768px) {
    .blog-banner-main .blog-banner-img {
        height: 600px;

		margin-left: 10px;
		margin-right: 10px;
    }
    .blog-banner-main .blog-banner-title { font-size: 3.8rem; }
    .blog-banner-main .blog-banner-subtext { font-size: 1rem; }

    .blog-banner-post .blog-banner-img { height: 400px; }
    .blog-banner-post .blog-banner-title { font-size: 2.5rem; }
    .blog-banner-post .blog-banner-subtext { font-size: 0.9rem; }
}


