

.blog-menu{
	background:#F89011;
}

.blog-menu ul{
	display:flex;
    list-style-type:none;
    justify-content:space-between;
}

.blog-menu ul li{
	padding:45px 0 15px;
}

#menu-menu-blog li a{
	font-size:14px;
}

#menu-menu-blog .current-menu-item{
	border-bottom:3px solid #1E3948;
}

.text {
  max-width: 350px;
  flex-shrink: 0;
  z-index: 2;
  background: white;
}

.first-section .swiper-slide{
	border-radius:16px;
    overflow:hidden;
}

@media screen and (min-width:991px){
	
	.first-section{
		display:flex;
		align-items: end;
		gap:30px;
	}
	
	.card-blog.destaque img {
		width: 100%;
		max-width: 100%;
		height: 534px;
		object-fit: cover;
		display: block;
	}

	
	.secao-ultimas .first-section{
		padding-bottom:56px;
		border-bottom:1px solid #CCCCCC;
		margin-bottom:56px;
	}
	
	.first-section {
  		display: flex;
  		gap: 30px;
  		position: relative;
 		max-width: 1140px;
  		margin: 0 auto;
	}
	
	.first-section .swiper-container-wrapper {
  		flex: 1;
  		overflow: hidden;
  		position: relative;
	}
	
	.ultimos-posts-swiper {
  		margin-left: 0; /* Zera o deslocamento */
  		overflow: visible !important;
  		width: calc(100% + 100px); /* vaza para direita */
		clip-path: inset(0px -1000% 0 -1%);
	}
	
	/*
	.swiper-wrapper {
  		padding-right: 100px; 
	}
	*/
	.first-section .swiper-slide {
  		width: auto !important;
 		max-width: 350px;
  		flex-shrink: 0 !important;
	}
	
}

.ultimos-posts-swiper h1{
	font-weight: 700;
}

body a:hover{
		text-decoration:none;
}

#wrapper-menu__top{
	margin:2rem 0;
}


#wrapper-menu__top .row{
	align-items:center;
}

.search-form{
	display: flex;
    flex-direction: row-reverse;
	position:relative;
	height:31px;
}

.pesquisar{
	position:absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.3333 15.5L9.08333 10.25C8.66667 10.5833 8.1875 10.8472 7.64583 11.0417C7.10417 11.2361 6.52778 11.3333 5.91667 11.3333C4.40278 11.3333 3.12153 10.809 2.07292 9.76042C1.02431 8.71181 0.5 7.43056 0.5 5.91667C0.5 4.40278 1.02431 3.12153 2.07292 2.07292C3.12153 1.02431 4.40278 0.5 5.91667 0.5C7.43056 0.5 8.71181 1.02431 9.76042 2.07292C10.809 3.12153 11.3333 4.40278 11.3333 5.91667C11.3333 6.52778 11.2361 7.10417 11.0417 7.64583C10.8472 8.1875 10.5833 8.66667 10.25 9.08333L15.5 14.3333L14.3333 15.5ZM5.91667 9.66667C6.95833 9.66667 7.84375 9.30208 8.57292 8.57292C9.30208 7.84375 9.66667 6.95833 9.66667 5.91667C9.66667 4.875 9.30208 3.98958 8.57292 3.26042C7.84375 2.53125 6.95833 2.16667 5.91667 2.16667C4.875 2.16667 3.98958 2.53125 3.26042 3.26042C2.53125 3.98958 2.16667 4.875 2.16667 5.91667C2.16667 6.95833 2.53125 7.84375 3.26042 8.57292C3.98958 9.30208 4.875 9.66667 5.91667 9.66667Z' fill='%23A2A2A2'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center;
	left:20px;
	border:unset;
	background-color:transparent;
	margin-top:8px;
	width:20px;
	cursor:pointer;
}

.topo-infos-post h1{
	text-align:start;
}


.go-to{
	width:fit-content;
}

.go-to img{
	margin-right:5px;
}

.go-to a{
	font-size:12px;
	background:var(--vermelho);
	font-weight:700;
	color:#fff;
	padding: 8.6px 28px;
    border-radius: 100px;
	text-decoration:none;
	white-space: nowrap;
}

.go-to a:hover{
	background:var(--vermelho-escuro);
	color:#fff;
}

.wrapper-links{
	display:flex;
	flex-direction:row-reverse;
	gap:10px;
}

.whatsapp a{
    padding: 4px 23px 6px;
    border: 1px solid var(--vermelho-escuro);
    border-radius: 100px;
	transition:0.5s;
}

.whatsapp a:hover{
	background:var(--vermelho-escuro);
	border:1px solid var(--vermelho-escuro);
	text-decoration:none!important;
}

.whatsapp a:hover path{
	fill:#fff;
}

#wrapper-menu__bottom{
	background:var(--vermelho);
}

#menu-menu-1{
	display:flex;
	justify-content:space-between;
	padding:0;
	list-style:none;
	padding: 0.8rem 0;
}

#menu-menu-1 li{
	display:flex;
	align-items:center;
}

#menu-menu-1 li a{
	font-size:12px;
	color:#fff;
}

/* Estrutura geral */

.blog-pagina,
.category .site-main,
.search .site-main,
.single-post .site-main{
    margin-top:-30px;
	overflow-x:hidden;
}

.category .menu-item-647 a,
.search .menu-item-647 a,
.single-post .menu-item-647 a{
    background:#1E3948;
    color:#fff;
}


.secao-ultimas{
	margin-top:59px;
}

.first-section .text{
	max-width:350px;
	width:100%;
	position:relative;
}

/* Títulos de seção */
.secao-ultimas h2,
.secao-populares h2,
.secao-posts-grid h2,
.secao-posts-grid h2{
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
	color:#101010;
}

.secao-ultimas h2{
	max-width:173px;
	margin-bottom:15px;
}

.secao-populares h2,
.secao-posts-grid h2{
	font-size:22px;
}

.blog .secao-posts-grid{
	margin-top:70px;
}

.secao-populares{
	margin-bottom:56px;
}

.secao-ultimas p {
    font-size: 18px;
    color:#666666;
	padding-right: 14px;
	margin-bottom:0;
}

.pgb-banner-unico img{
	width:100%;
	object-fit:contain;
    border-radius:16px;
    overflow:hidden;
}

.home .banner-ecommerce img{
	height:393px;
}
.card-blog.destaque a {
  position: relative;
  display: block;
  overflow: hidden;
}

.card-blog.destaque a::after {
  	content: "";
  	position: absolute;
  	inset: 0; /* shorthand para top: 0; right: 0; bottom: 0; left: 0; */
  	background: linear-gradient(180deg, rgba(44, 158, 209, 0.18) 0%, rgba(0, 34, 50, 0.81) 99.99%);
  	z-index: 1;
  	pointer-events: none; /* permite clicar no link normalmente */
	transition:0.5s;
	opacity:0.99;
}

/*
.card-blog.destaque a:hover::after{
background: linear-gradient(180deg, rgba(44, 158, 209, 0.18) 0%, rgba(0, 34, 50, 0.81) 65.99% 65.99%);
	transition:0.5s;
	opacity:1;
}
*/

.card-blog.destaque a img{
	transition:0.5s;
}

.card-blog.destaque a:hover img{
    transition:0.5s;
	transform:scale(1.2);
}

.secao-ultimas .first-section .swiper-slide:hover .btn-secundario path{
	fill:white;
}

.card-blog.destaque .info{
	position:absolute;
	bottom:0;
	z-index: 2;
	margin: 25px;
}

.card-blog.destaque .post-cat, article .post-categories li a{
    display:block;
    width:fit-content;
	color:#fff;
    font-size:14px;
    border:1px solid #F89011;
    border-radius:40px;
    padding:4px 10px;
    margin-bottom:10px;
}

article .post-categories li a{
	color:#A2A2A2;
}

article .post-categories li a:nth-child(1){
	display:none;
}

.card-blog.destaque h1 {
    font-size: 20px;
	color:#fff;
}
.card-blog .btn-secundario {
  	display: inline-block;
  	padding: 11px 16px;
	font-size:14px;
 	background:var(--yellow-800);;
  	color:#101010;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
  	font-weight: 700;
	width:100%;
}

.card-blog .btn-secundario svg{
	margin-left:5px;
}

.card-blog .btn-secundario svg path{
	fill:#000;
}
/* Populares */
.grid-populares {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.card-popular {
    flex: 1;
    min-width: 240px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    padding:0 0 40px
}

.card-popular h3, .card-popular .post-categories{
	padding:0 15px;
}

.card-popular > a{
	width:100%;
    height:218px;
    margin-bottom:16px;
    transition:0.5s;
    overflow:hidden;
}

.card-popular:hover a::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.5s;
    opacity: 0.99;
    background: linear-gradient(180deg, rgba(248, 144, 17, 0) 28.04%, rgba(248, 144, 17, 0.2) 100%);
    bottom: 98px;
    width: 100%;
    height: 217px;
}

.card-popular img {
    position:relative;
  	width: 100%;
	height:218px;
  	border-radius: 8px 8px 0 0;
	object-fit:cover;
    transition:0.5s;
}

.card-popular:hover img{
    transition:0.5s;
	transform:scale(1.2)
}
.card-popular .ranking {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(from var(--yellow-800) r g b / 0.8);
  color:#1C1C1C;
  font-size: 16px;
  padding: 13px 16px;
  font-weight: bold;
  border-radius:0 8px 0 8px;
  z-index:1;
}
.card-popular .categoria a{
  	font-size: 12px;
  	color: #A2A2A2;
	text-decoration:underline;
}

.card-popular .categoria{
	margin-top: 1.5rem;
}

.card-popular h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
  color:#1C1C1C;
}

/* Grid posts adicionais */

.grid-posts {
  	display: flex;
  	justify-content:space-between;
	flex-wrap:wrap;
	padding: 10px;
	row-gap:32px;
}

.search .grid-posts{
	margin-top:16px;
}

.search h1{
	font-weight:400;
	margin-top: 2rem;
}

.category .grid-posts,
.search .grid-posts{
	margin-top:16px;
	row-gap: 2rem;
}

.category h1,
.search h1{
	font-size:24px;
	font-weight:700;
	margin-top:16px;
    color:#1C1C1C;
}

.secao-posts-grid .card-blog img {
	width:100%;
  	height: 343px;
	object-fit:cover;
	border-radius:8px;
}

.category .secao-posts-grid .card-blog img,
.search .secao-posts-grid .card-blog img{
    transition:0.5s;
	border-radius:unset;
	transition:0.5s;
}

.secao-posts-grid .card-blog:hover img{
    transition:0.5s;
	transform:scale(1.2);
}

.secao-posts-grid .card-blog{
	max-width:350px;
	width:100%;
	padding: 16px 20px 16px;
	border-radius:12px;
    overflow:hidden;
	transition:0.5s;
    border:1px solid #CCCCCC;
}

.search .secao-posts-grid .card-blog{
	max-width:540px;
}

.category .secao-posts-grid .card-blog,
.search .secao-posts-grid .card-blog{
	max-width:540px;
	padding:unset;
}

.secao-posts-grid .card-blog:hover{
	box-shadow: 0px 4px 4px 0px #00000026;
	transition:0.5s;
}

.category .secao-posts-grid .card-blog:hover,
.search .secao-posts-grid .card-blog:hover{
	box-shadow:unset;
}

.category .secao-posts-grid .card-blog > a,
.search .secao-posts-grid .card-blog > a{
	overflow:hidden;
	max-height: 343px;
    height: 100%;
	border-radius:unset!important;
}

.category .post-categories,
.search .post-categories,
.category .card-blog h3,
.search .card-blog h3,
.category .card-blog p,
.search .card-blog p{ 
	padding:0 15px;
}

.blog .post-categories > a{
	display:none
}

.secao-posts-grid .post-categories p{
	display:none;
}

.category .secao-posts-grid .card-blog:hover img,
.search .secao-posts-grid .card-blog:hover img{
	transform:scale(1.1);
	transition:0.5s;
}

.category .secao-posts-grid .card-blog:hover h3,
.search .secao-posts-grid .card-blog:hover h3{
	text-decoration:underline;
}

.category .breadcrumb,
.search .breadcrumb{
	max-width:1140px!important;
    padding:0 15px!important;
    margin-top: 4rem !important;
    margin-left:auto;
    margin-right:auto;
}

.secao-posts-grid .card-blog > a{
	position:relative;
	display:block;
	height:343px;
	overflow:hidden;
	border-radius:8px;
	margin-bottom:16px;
}

.search .secao-posts-grid .card-blog > a{
	border-radius:0;
}

.secao-posts-grid .card-blog .meta{
	padding: 66px 14px 16px;
    gap:10px;
}

.secao-posts-grid .card-blog a .meta{
	position:absolute;
	bottom: 0;
	background: linear-gradient(180deg, rgba(30, 57, 72, 0) 0%, #1E3948 100%);
	margin:0;
    width:100%;
}

.grid-posts .categorias{
	display:none;
}

.category .secao-posts-grid .card-blog a .meta,
.search .secao-posts-grid .card-blog a .meta{
	width:100%;
	justify-content:unset;
	gap:8px;
}

.card-blog .meta {
 	color: #fff;
  	font-size: 12px;
  	display: flex;
  	justify-content: start;
    gap:8px;
	margin-bottom:30px;
	margin-top: 12px;
}

.card-blog .meta span{
	border-radius: 24px;
    border: 1px solid #fff;
    padding: 3px 12px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	text-transform:Capitalize;
}

.card-blog .meta span svg{
	margin-right:5px;
}


article .post-categories{
	list-style:none;
	padding-left:0;
}

/*

article .post-categories li a{
  	font-size: 12px;
  	color:#A2A2A2;
  	display: block;
	text-decoration:underline;
}
*/

article .post-categories li:not(article .post-categories li:nth-child(2)){
	display:none;
}

.category .card-blog h3,
.search .card-blog h3{
	font-size:24px;
	margin-bottom: 1rem;
} 

.card-blog h3 {
  	font-size: 20px;
  	font-weight: 700;
	color:#101010;
}
.card-blog p {
  	font-size: 16px;
  	color:#666666;
    margin:13px 0;
}

.card-blog .categoria{
	margin-top:20px;
	margin-bottom: 9px;
}

.card-blog .btn-leia-mais {
  	padding: 8px 24px;
 	background: none;
  	border: 2px solid var(--yellow-800);
  	color:#49454F;
  	border-radius: 4px;
  	font-weight: bold;
  	cursor: pointer;
  	transition: all 0.3s ease;
	font-size:14px;
	width:100%;
}
.card-blog:hover .btn-leia-mais{
  background:var(--yellow-800);
  color: #1C1C1C;
}

body .first-section .swiper-button-next, body .first-section .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, -24%);
}

.first-section .swiper-button-next{
	right:unset;
	left:15%!important;
}

body.blog .swiper-button-prev:after,
body.blog .swiper-button-next:after{
	border:1px solid var(--yellow-800);
	padding: 11px 10px 9px;
    border-radius: 100px;
	font-size:unset;
	transition:0.5s;
}

body.blog  .swiper-button-prev:hover:after,
body.blog  .swiper-button-next:hover:after{
	background:var(--yellow-800);
}

body.blog .swiper-button-prev:after{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M8.43529 13.4583L7.49955 14.3941L0.605469 7.5L7.49955 0.605927L8.43529 1.54167L3.16446 6.8125H15.062V8.1875H3.16446L8.43529 13.4583Z' fill='%231C1C1C'/%3E%3C/svg%3E");
}

body.blog .swiper-button-next:after{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M7.56471 13.4583L8.50045 14.3941L15.3945 7.5L8.50045 0.605927L7.56471 1.54167L12.8355 6.8125H0.937953V8.1875H12.8355L7.56471 13.4583Z' fill='%231C1C1C'/%3E%3C/svg%3E");
}

body.blog .swiper-button-prev{
	left: var(--swiper-navigation-sides-offset, 0px)!important;
}

body .produtos-destaque .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 11px) !important;
}

.post-views{
	display:none;
}

.topo-infos-post{
	flex-direction:column-reverse;
	padding:0!important;
}

.topo-infos-post h1{
	font-size:32px;
	font-weight:700;
	color:#101010;
	margin-bottom:5px;
}

/* Tooltip */

.copy-link-wrapper {
  position: relative;
  display: inline-block;
}

.copy-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.copy-link-btn .tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}

.copy-link-btn:hover .tooltip {
  	visibility: visible;
  	opacity: 1;
	color:#fff!important;
}


.single .meta{
	display:flex;
	justify-content:space-between;
	align-items: center;
    margin-bottom:1rem;
}

.single .meta .data{
	display:flex;
	gap: 20px;
}

#post_content > .container > .row{
	justify-content:start;
    align-items:start;
	margin:0;
}

#post_content > .container > .row .col-lg-12{
	padding:0;
}

#post_content > .container > .row .col-lg-12, .breadcrumb{
	max-width:921px!important;
}

.breadcrumb{
	background:transparent!important;
}

.breadcrumb a, .breadcrumb{
	color:#A2A2A2;
	font-size:12px;
}

.breadcrumb{
	gap:5px;
	margin-top:15px;
	margin-bottom:9px!important;
	padding-left:0 !important;
}

.wrapper-share-post ul{
	padding-left:0;
	list-style-type:none;
	gap:12px;
}


.single .img-fluid{
	width:100%;

}

.imagem-principal-blog img{
	margin-bottom:3rem;
    border-radius:16px;
    overflow:hidden;
}

.single h2{
	font-size:24px;
	font-weight:700;
}
/*
.single h2,
.single h3,
.single h4{
	margin-bottom:1rem;
    color:#101010;
}
*/
.post--text a, .post--text a:hover{
	color:var(--yellow-800);
}


.single h3{
	font-size:20px;
	font-weight:700;
}

.single h4{
	font-size:18px;
	font-weight:700;
}

.single p{
	color:#666666;
	font-weight:300;
	line-height: 1.8;
}

.single .post--text img{
	width:100%;
	margin:1rem 0;
    border-radius:16px;
    overflow:hidden;
}

.single .secao-posts-grid{
	width: 100%;
}

.single .grid-posts h3{
	font-size:18px;
}

.single .grid-posts{
	padding: 0;
    padding-top: 15px;
}

.single .secao-posts-grid::before{
	content:"Veja também";
	font-size:24px;
	font-weight:700;
	color:#1C1C1C;
}


.produtos-destaque-container img{
	width:100%;
	height:222px;
}

.single .titulo-produto{
	font-size:14px;
	font-weight:400;
	color:#1C1C1C;
}

@media screen and (min-width:991px){
	.single .produtos-destaque-container{
		max-width: 870px;
    	padding: 0 27px;
    	margin: 0px -40px;
	
	}
}

.single .row{
	align-items:center;
}

.produtos-destaque{
	display:flex;
	justify-content:center;
	margin-top: 40px;
}

.btn-confira{
	display:block;
	text-align:center;
	width:100%;
	border:1px solid #D04040;
	color:#1C1C1C;
	font-weight:700;
	border-radius:100px;
	transition:0.5s;
	padding: 5px 0;
}

.btn-confira:hover{
	background:#D04040;
	color: #1C1C1C;
}

/* Footer */

.single #footer{
	margin-top:70px;
}

#footer{
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	gap: 5rem;
  	color: #1C1C1C;
	border-top: 1px solid #2390C5;
    margin-top: 33px;
    padding: 39px 0 0;
}

.footer-col {
  flex: 1 1 30%;
  max-width: 285px;
}

.footer-col h3{
	color:#2390C5;
	font-size:16px;
	font-weight:600;
	margin-bottom: 1.5rem;
	text-align:start;
}

#footer .footer-col:nth-child(2){
	text-align:center;
}

.logo-redes {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.redes, .redes a{
	display:flex;
	align-items:center;
	justify-content:center;
}

.redes{
	gap:8px;
}

.redes a{
	width:34px;
	height:34px;
	border:1px solid #ECECEC;
}

.descricao {
  	font-size: 12px;
    margin-bottom: 1rem;
    color: #A2A2A2;
    font-weight: 400;
	margin: 2rem 0;
}

.parceiro-btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.parceiro-btn span {
  display: block;
  font-weight: normal;
  margin-top: 4px;
}

.contato-item {
  	display: flex;
  	align-items: center;
	justify-content:center;
  	gap: 0.5rem;
  	margin-bottom: 0.8rem;
	border:1px solid #ECECEC;
	padding: 11.5px 0;
}

.contato-item a,
.contato-item a:hover{
	color:#1C1C1C;
}

.contato-item span{
	font-size:14px;
}

.contato-item img {
  width: 20px;
  height: 20px;
}

.qr-box {
  	display: flex;
  	align-items: center;
  	gap: 1rem;
  	background-color:#ECECEC;
	padding: 1rem 1rem 1rem 2.5rem;
  	margin-top: 1rem;
  	border-radius: 4px;
}

.qr-box img {
  width: 63px;
  height: 63px;
}

.qr-box strong {
  	color:#2390C5;
	font-size:14px;
}

.qr-box span{
	color:#3F3F3F;
	font-size:12px;
}

.footer-col #menu-menu-3 {
	padding-left:0;
	list-style:none;
	line-height: 32px;
}

.footer-col #menu-menu-3 a{
	font-size:14px;
	color:#1C1C1C;
}

.copy{
	width: 100%;
    text-align: center;
	border-top: 1px solid #2390C5;
	padding-top: 1rem;
}

.copy p{
	font-size:14px;
}

.page-numbers{
	padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.pagination{
	justify-content:center;
	margin-top:2rem;
	margin-bottom: 5rem;
}

.page-numbers{
	font-weight:800;
	color:#1C1C1C;
}

.page-numbers:hover{
	color:#1C1C1C;
}

.page-numbers.current{
	background:#43A3D1;
	padding: 1px 10px;
    border-radius: 4px;
}

.banner-mob{
	display:none;
}

.mob{
	display:none;
}

.topo-img-post .meta span{
	font-size:14px;
	color:#666666;
	text-transform:capitalize;
}

/* AVATAR RODAPÉ */
#border-avatar {
	width: 80px;
	height: 80px;
	background-color: #fff;
	position: sticky;
	bottom: 1rem;
	left: calc(100vw - 7rem);	
	display: block;
	border-radius: 50%;
	border: 2px solid var(--vermelho);
	z-index: 2;
}

#border-avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

.card-blog.destaque img{
	border-radius:16px;
}

@media (max-width: 991px){

	.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .single-post p{
		margin:revert
	}

	.single p{
		font-size:14px;
	}

	#menu-menu-blog{
		display:none;
	}

	.blog-menu{
		background:transparent;
	}

	.blog-pagina, .category .site-main, .search .site-main, .single .site-main{
		margin-top:0;
	}

	.blog-menu ul li{
		padding:15px;
        background:#F89011;
	}

	.blog-menu ul{
		display:unset;
	}	
	
	.mob{
		display:block;
	}
	
	.banner-desk{
		display:none;
	}
	
	.banner-mob{
		display:block;
	}
	
	.grid-posts{
		margin-top:16px;
	}

	.grid-posts{
		margin-top:0;
	}
	
	
	body.no-scroll {
  		overflow: hidden;
  		height: 100vh;
	}

	
	.wrapper--menu button{
		border:unset;
		background:transparent;
	}
	
	.wrapper--menu button:focus{
		outline:none;
	}
	
	.secao-ultimas .first-section{
		flex-direction:column;
		align-items:start;
	}
	
	.first-section .text{
		display:flex;
        flex-direction:column;
		align-items:start;
		max-width: 100%;
		margin-bottom:32px;
        gap:10px;
	}
	
	.secao-ultimas h2, .secao-populares h2, .secao-posts-grid h2{
		font-size:24px;
	}
	
	.secao-ultimas h2{
		margin-bottom:0;
	}
	
	.secao-ultimas p{
		font-size:14px;
        color:#666666;
	}
	
	body .first-section .swiper-button-prev:after, 
	body .first-section .swiper-button-next:after{
        display:none;
		padding: 5px 4.5px 3px;
	}
	
	body .first-section .swiper-button-next, body .first-section .swiper-button-prev{
		top: var(--swiper-navigation-top-offset, -36%);
	}
	
	.first-section .swiper-button-next{
		left: 9% !important;
	}
	
	.secao-ultimas {
    	margin-top: 30px;
	}
	
	.card-blog.destaque img{
		height:433px;
		width: 100%;
        object-fit: cover;
	}
	
	.card-blog.destaque h1{
		font-size:16px;
	}

    .card-blog.destaque .post-cat, 
	article .post-categories li a{
		font-size:12px;
        padding: 1.5px 10px;
	}
	
	.card-blog.destaque .meta{
		flex-direction:column;
	}
	
	.card-blog.destaque .info{
		margin:13px;
	}
	
	.card-blog .meta{
		font-size:10px;
		gap: 8px;
		margin-bottom:16px;
	}
	
	.card-blog .btn-secundario{
		font-size:12px;
	}

	.card-popular h3{
		font-size:16px;
	}
	
	.secao-populares h2{
		font-size:22px;
		margin-top:40px;
	}
	
	.card-popular{
		margin-bottom:16px;
        padding: 0 0 16px;
	}
	
	.secao-posts-grid .card-blog{
		padding:16px;
		max-width:100%;
	}

	.single .card-blog h3{
		font-size:16px;
        margin-top: 6px;
	}

	.card-blog p{
		font-size:14px;
	}

	.card-blog .btn-leia-mais{
		background:#F89011;
	}

	.blog .secao-posts-grid{
		margin-top:48px;
	}
	
	.secao-posts-grid .card-blog:not(.secao-posts-grid .card-blog:last-child){
		margin-bottom:16px;
	}
	
	.grid-posts{
		padding-top:0;
	}
	
	.secao-posts-grid .card-blog a .meta{
		max-width:100%;
		width:100%;
		justify-content:start;
		gap:8px;
	}
	
	.secao-posts-grid .card-blog:hover{
		box-shadow:unset;
	}
	
	/*footer*/
	
	.footer-col h3{
		text-align:center;
	}
	
	#footer{
		gap:40px;
		flex-direction: column;
    	align-items: center;
		max-width: 93%;
	}
	
	.footer-col #menu-menu-3{
		text-align:center;
	}
	
	.category h1,
	.search h1{
		font-size:22px;
		margin-top: 24px;
        margin-bottom: 16px;
	}
	
	.category .secao-posts-grid .card-blog img,
	.category .secao-posts-grid .card-blog > a,
	.search .secao-posts-grid .card-blog img,
	.search .secao-posts-grid .card-blog > a{
		border-radius:4px;
        margin-bottom:0;
	}

	.category .secao-posts-grid .card-blog > a,
	.search .secao-posts-grid .card-blog > a{
		margin:16px 16px 0;
	}

	.secao-posts-grid .card-blog img{
		border-radius:4px;
	}
	
	.breadcrumb{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block!important;
		max-width: 100%; 
	}
	
	.breadcrumb svg{
		margin-left:5px;
		margin-right:5px;
	}
	
	.topo-infos-post h1{
		font-size:24px;
		text-align:start;
		margin-bottom: 10px;

	}

	.single .meta .data{
		justify-content:space-between;
	}
	
	.desk{
		display:none;
	}
	
	.single .meta{
		justify-content:space-between;
	}
	
	.wrapper-share-post ul{
		justify-content:center;
	}
	
	.topo-img-post .meta span{
		font-size:12px;
	}
	
	.single .img-fluid{
		height:197px;
		object-fit:cover;
	}
	
	.produtos-destaque-container img{
		width:100%;
		object-fit:cover;
		margin-bottom:3rem;
	}

	.single-post .breadcrumb{
		margin-bottom: 0rem !important;
	}
	
	.single .secao-posts-grid .card-blog > a{
		border-radius:8px;
		overflow: hidden;
        height: 158px;
        margin-bottom:0;
	}

	.single article .post-categories li a{
		margin-bottom:0;
	}

	.single .card-blog p:nth-child(3){
		margin: 0;
		display: none;
	}

	.single h2{
		font-size:20px;
	}
	
	#footer{
		margin-top:70px;
	}
	
	.single #footer{
		margin-top:96px;
	}
	
	.category .card-blog h3,
	.search .card-blog h3{
		font-size:16px;
	}

	.category .breadcrumb,
	.search .breadcrumb{
		margin-top: 1rem !important;
	}
	
	.single .swiper-button-prev:after, .single .swiper-button-next:after{
    	padding: 6px 4px 4px;
	}
	
	.single .swiper-button-next, 
	.single .swiper-button-prev{
		top: var(--swiper-navigation-top-offset, 65%);
	}

	.secao-posts-grid .card-blog img,
    .secao-posts-grid .card-blog > a,
    .category .secao-posts-grid .card-blog > a,
    .search .secao-posts-grid .card-blog > a{
		height:158px;
        border-radius:4px;
	}

	.category .post-categories > a,
	.search .post-categories > a{
		display:none;
	}

	.category .post-categories,
	.search .post-categories{
		margin-top:16px;
	}

	
}

@media (max-width: 768px) {
  .grid-populares,
  .grid-posts {
    flex-direction: column;
    display: block;
  }

  #border-avatar {
		width: 60px;
	  height: 60px;
	  left: calc(-5rem + 100vw);
  }
}

@media (max-width: 380px){
	.pesquisar{
		right:15%;
	}
	.secao-ultimas p{
		padding-right:0;
	}
	
	.first-section .text{
		gap: 10px;
	}
	

}
