body {
	font-family: "Poppins",sans-serif !important;
	position: relative;
	overflow-x: hidden;
}
body .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
body .owl-theme .owl-nav [class*=owl-]:focus {
	border: 0;
	outline: inherit;
}
body.admin-bar {
	margin-top: -32px;
}
#wpadminbar {
	display: none;
}
header {
	transition: padding 0.3s ease, box-shadow 0.3s ease;
}
header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
/*SCROLL */
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: #F7F7F7;
}
*::-webkit-scrollbar-thumb {
  background-color: #FF3D00;
  border-radius: 10px;
  border: 2px solid #FF3D00;
}

#wrapper-mobile, .search-form .close-btn, body .ultimas .owl-dots, .mobileonly {
	display: none;
}

/*customização header*/
#wrapper-menu__top {
	background: #FFFFFF;
    padding: 14px 0 0;
	border-bottom: 0;
	box-shadow: none;
}
#wrapper-menu__top .row {
	align-items: center;
}
#wrapper-menu__top .row:last-child {
	background: transparent;
	margin-top: 14px;
	position: relative;
	z-index: 1;
}
#wrapper-menu__top .row:last-child:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #F7F7F7;
	box-shadow: 0 8px 18px rgba(28, 28, 28, 0.08);
	z-index: 0;
}
#wrapper-menu__top .row:last-child > * {
	position: relative;
	z-index: 1;
}
#wrapper-menu__top img {
	max-height: 50px;
	width: auto;
}
#search-box {
	padding: 8px 42px;
    border-radius: 90px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #1C1C1C;
	border: 1px solid #E8E1DC;
	background: #FFFFFF;
	height: 34px;
	box-shadow: none;
}
#search-box::placeholder {
    color: #A8A19B;
}
#search-box:focus {
	border-color: #FF3D00;
	box-shadow: 0 0 0 2px rgba(255, 61, 0, 0.1);
	outline: 0;
}
.search-form {
	position: relative;
}
.pesquisar {
	background: url(/rainha-dos-gabinetes/wp-content/themes/BLOGRAINHADOSGABINETES/assets/images/search.svg) no-repeat;
    font-size: 0;
    width: 30px;
    height: 26px;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 9px;
	border: 0;
	filter: brightness(0) saturate(100%) invert(60%) sepia(8%) saturate(295%) hue-rotate(348deg) brightness(95%) contrast(88%);
}
.pesquisar:hover {
	background: url(/rainha-dos-gabinetes/wp-content/themes/BLOGRAINHADOSGABINETES/assets/images/search.svg) no-repeat;
	border: 0;
	width: 30px;
    height: 26px;
    background-position: center;
	filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(3026%) hue-rotate(4deg) brightness(103%) contrast(105%);
}
.btn-contato {
	border-radius: 83px;
    background: #FF3D00;
    font-family: Inter;
	color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    width: auto;
	min-width: 112px;
	padding: 7px 18px;
	border: 1px solid #FF3D00;
	transition: all .2s ease-in-out;
}
.btn-contato:hover {
	background: #D93400;
	border-color: #D93400;
	color: #FFFFFF;
	text-decoration: inherit;
}
#posts-destaques .more-posts a:hover {
	background: #D93400;
	color: #FFFFFF;
	text-decoration: inherit;
}
.menuNZTEC {
	list-style: none;
    margin-bottom: 0;
    justify-content: space-between;
	gap: 48px;
    padding-left: 0;
    margin-top: 0;
    padding: 12px 0;
    border-top: 0;
	background: transparent;
}
.menuNZTEC li a {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	color: #1C1C1C;
	transition: color .2s ease-in-out;
}
.menuNZTEC li a:hover {
	color: #FF3D00;
	text-decoration: inherit;
}
.orcamento {
	text-align: end;
}
/*fim customização header*/

/*customização paginação*/
.pagination {
	justify-content: center;	
}
.page-numbers {
	display: flex;
	align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.page-numbers .current {
	background: #FF3D00;
    height: 26px;
    width: 26px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.page-numbers li a {
	height: 26px;
    width: 26px;
    text-align: center;
	font-size: 12px;
    color: #1C1C1C;
    line-height: 18px;
	font-weight: 800;
	transition: color .2s ease-in-out;
}
.page-numbers li a:hover {
	color: #FF3D00;
	text-decoration: inherit;
}
.page-numbers li p {
	margin-bottom: 0;
}
/*fim customização páginação*/

/*customização conteúdo*/
.more-posts {
	text-align: center;	
}
#posts-principais {
	margin-top: 3rem;
}
#posts-principais .controle-posts .row {
	align-items: center;
}
#posts-principais .controle-posts {
	border-bottom: 1px solid #F0EDEA;
	padding-bottom: 2rem;
}
.ultimasblog h1 {
	font-size: 42px;
    font-weight: 700;
    line-height: 45.3px;
    letter-spacing: -0.02em;
	margin-bottom: 3rem;
	color: #1C1C1C;
}
.ultimasblog p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #4F4A46;
}
.ultimas.owl-carousel figure img {
	width: 100%;
    height: 554px;
    object-fit: cover;
}
.ultimas .box-conteudo-blog-list-conteudo {
	position: relative;
}
.ultimas .box-conteudo-blog-list-conteudo:before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 61, 0, 0.12) 0%, rgba(144, 45, 0, 0.78) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ultimas .box-conteudo-blog-list-conteudo h1 {
	font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
}
.ultimas .box-conteudo-blog-list-conteudo h1 a {
	color: #fff;
	text-decoration: inherit;
}
.ultimas .single-categories a {
	font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
}
.ultimas .single-categories a:hover {
	text-decoration: inherit;
}
.ultimas .infos-post {
	position: absolute;
    bottom: 7%;
    left: 5%;
}
.ultimas .linha-autordata {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	text-transform: capitalize;
}
.ultimas .data, .ultimas .autor {
	border: 0.5px solid rgba(255, 255, 255, 0.85);
    padding: 3px 12px;
    border-radius: 24px;
	background: rgba(255, 61, 0, 0.18);
}
.ultimas .autor svg path {
	fill: #FF3D00;
}
.ultimas .link-post {
	padding: 6px 15px 6px 15px;
    border-radius: 41px;
    border: 1px solid #FF3D00;
    margin-top: 2rem;
    width: 292px;
	transition: all .2s ease-in-out;
}
.ultimas .link-post {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.link-post.button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.4s ease;
}
.link-post.button svg {
    position: absolute;
    top: 6px;
    left: 35%;
    transition: transform 0.4s ease;
}
.link-post:hover svg {
    transform: translateX(800%);
	filter: invert(1);
}
.ultimas .link-post:hover {
	background: #FF3D00;
	cursor: pointer;
	color: #FFFFFF;
	border-color: #FF3D00;
}
.ultimas .link-post {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #fff;
}
#posts-destaques {
	padding-top: 4rem;
}
#posts-destaques .textodestaque h2 {
    margin-bottom: 1rem;
	font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1C1C1C;
}
.bannerdestaque {
	margin-bottom: 4rem;
}
.dentro-post figure {
	overflow: hidden;
	border-radius: 0 16px;
}
.dentro-post img {
	width: 100%;
	height: 343px;
	object-fit: cover;
	border-radius: 0 16px;
}
.dentro-post, #category .post--image, .related .imagem-relacionados-blog {
	position: relative;
}
.dentro-post .post .post-categories {
	margin-bottom: 0px;
}
.dentro-post .post .post-categories li a,
.archive .post .post-categories li a {
	color: #a2a2a2;
	font-size: 12px;
	text-decoration: underline;
}
.Home .post--image::before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 61, 0, 0) 0%, rgba(116, 39, 8, 0.92) 100%);
	width: 92%;
	height: 343px;
	top: 0;
	border-radius: 0 16px;
}
#posts-destaques .post--category, .ultimas .single-categories, .ultimas .linha-autordata, #category .post--category {
	display: flex;
    gap: 10px;
}
#posts-destaques .post--category h2 {
	font-family: Poppins;
	font-size: 19.75px;
	font-weight: 700;
	line-height: 29.62px;
	letter-spacing: -0.02em;
	text-align: left;
}
#posts-destaques .read-more, .single-post .read-more  {
	padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #FF3D00;
    border-radius: 100px;
    font-size: 14.36px;
    font-weight: 700;
    line-height: 12.54px;
    color: #1C1C1C;
	margin-bottom: 4rem;
	transition: all .2s ease-in-out;
}
#posts-destaques .more-posts a {
	background: #FF3D00;
    padding: 8px 50px;
    border-radius: 71px;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
	transition: all .2s ease-in-out;
}
#posts-destaques .read-more:hover, .single-post .read-more:hover {
	background: #FF3D00;
	color: #FFFFFF;
	text-decoration: inherit;
}
#post_content .controle-infosposts {
	display: flex;
    justify-content: space-between;
	margin-bottom: 1rem;
}
#post_content .linha-autordata {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	text-transform: capitalize;
}
#post_content .imagem-principal-blog img {
	height: 368px;
    object-fit: cover;
    border-radius: 0 16px;
}
#post_content .post--title {
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -0.02em;
	color: #1C1C1C;
	margin-bottom: 17px;
}
.breadcrumbs {
	padding: 2rem 6rem 1rem;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: #1c1c1c;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 692px;
}
.breadcrumbs a {
	color: #1c1c1c;
	transition: color .2s ease-in-out;
}
.breadcrumbs a:hover {
	color: #FF3D00;
	text-decoration: inherit;
}
#post_content .post--text h2 {
	font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #1C1C1C;
}
#post_content .post--text h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: -0.02em;
	color: #1C1C1C;
}
#post_content .post--text {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #4F4A46;
}
#post_content .post--text a {
	color: #FF3D00;
}
#post_content .post-tags {
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #F0EDEA;
    padding-bottom: 1rem;
	padding-top: 1rem;
    padding-left: 6rem;
}
#post_content .post-tags p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #FF3D00;
}
.post-tags a, .related .post--category a {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #8B827A;
	text-decoration: underline;
}
.post-tags a:hover, .related .post--category a:hover {
	color: #FF3D00;
}
#post_content .post-header, #post_content .post--text {
	padding: 0 6rem;
}
#posts-relacionados figure img {
	width: 270px;
    height: 165px;
    object-fit: cover;
    border-radius: 0 16px;
}
.related {
	width: 49%;
}
#posts-relacionados {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#posts-relacionados .box-prox-relacionado {
	display: flex;
	gap: 20px;
}
#posts-relacionados .imagem-rel {
	position: relative;
}
#posts-relacionados .linha-autordata {
	position: absolute;
    bottom: 68px;
    left: 20px;
    display: grid;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
#posts-relacionados .data, #posts-relacionados .autor {
	padding: 3px 12px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 24px;
	background: rgba(255, 61, 0, 0.18);
}
#posts-relacionados .read-more {
	margin-top: 1rem;
}
.titulo-post-rel {
	font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #1C1C1C;
}
.titulo-post-rel:hover {
	color: #FF3D00;
}
.excerpt-action-mobile {
	border: 1px solid #FF3D00;
    text-align: center;
    border-radius: 100px;
	padding: 4px;
}
.excerpt-action-mobile a {
	font-size: 14.36px;
	font-weight: 700;
	line-height: 21.54px;
	color: #1C1C1C;
}
.excerpt-action-mobile:hover {
	background: #FF3D00;
}
.excerpt-action-mobile:hover a {
	color: #FFFFFF;
	text-decoration: inherit;
}
.related .imagem-relacionados-blog:before {
	content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 61, 0, 0) 0%, rgba(116, 39, 8, 0.92) 100%);
    width: 100%;
    height: 90px;
    bottom: 0px;
    border-radius: 0 20px 0px 20px;
}
#vejamais .titulo-veja {
	border-bottom: 1px solid #F0EDEA;
	margin-bottom: 2rem;
}
#vejamais h2 {
	font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #1C1C1C;
}
#vejamais #category h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.02em;
	color: #1C1C1C;
}
/*fim customização conteúdo*/

/*customização categoria*/
#category .page-heading h1 {
	font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1C1C1C;
	padding-top: 2rem;
    padding-bottom: 1rem;
}
#category .post--image figure {
	overflow: hidden;
    border-radius: 0 20px;
}
#category .post--image img {
	height: 320px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
	transition: all .2s ease-in-out;
}
#category .linha-autordata {
	position: absolute;
    bottom: 15px;
    left: 20px;
    display: flex;
    gap: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	text-transform: capitalize;
}
#category .data, #category .autor {
	padding: 3px 10px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 42px;
	background: rgba(255, 61, 0, 0.18);
}
.home #category .autor svg path {
	fill: #FF3D00;
}
.archive #category .autor svg path {
	fill: #FF3D00;
}
#vejamais #category .autor svg path {
	fill: #FF3D00;
}
#category .post--category a {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	color: #A2A2A2;
	text-decoration: underline;
}
#category .post--category a:nth-child(n+4), .ultimas .single-categories a:nth-child(n+4),
.related .post--category a:nth-child(n+4) {
    display: none;
}
#category .post-categories {
	padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
}
#category .post--text h2 {
	font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.02em;
}
.home #category .post--text h2 {
	font-size: 20px;
	line-height: 29px;
	margin-top: .5rem;
}
#category .post--text h2 a {
	color: #1C1C1C;
	transition: color .2s ease-in-out;
}
#category .post--text h2 a:hover {
	color: #FF3D00;
	text-decoration: inherit;
}
#category .post--text p {
	font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #4F4A46;
	margin-bottom: 24px;
}
.title--search {
	margin-top: 2rem;
}
.home .more-posts {
	margin-bottom: 4rem;
	margin-top: 2rem;
}
.archive .taxonomy-description,
.archive .no-results p {
	color: #4F4A46;
}
.archive #category .post--category a {
	color: #A2A2A2;
}
.archive #category .post--text h2 a {
	color: #1C1C1C;
}
.archive #category .post--text p {
	color: #4F4A46;
}
/*fim customização categoria*/

/*customização categoria*/
#category .content-post {
	display: flex;
    flex-wrap: wrap;
	gap: 44px;
}
#category .content-post article {
	width: 48%;	
}
#share {
	position: relative;
	gap: 5px;
}
#share svg {
	width: 25px;
}
.single #post_content .autor svg path,
.single #post_content .post-tags svg path,
.single #share svg path {
	fill: #FF3D00;
}
.single #share a:hover svg path {
	fill: #D93400;
}
#copy-message {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fundoblue {
	position: absolute;
    background: linear-gradient(180deg, rgba(255, 61, 0, 0) 0%, rgba(116, 39, 8, 0.92) 100%);
    width: 100%;
    height: 90px;
    bottom: 0px;
    border-radius: 0 0px 0px 20px;
}
#vejamais #category {
	padding: 0 2rem;
}
#posts-relacionados .data {
	width: 67%;
}
.bannerdestaque img {
	width: 100%;
}
/*fim customização categoria*/

/*404*/
#pagina_erro .pagerror img{
  width: 100%;
}
#pagina_erro .mensagen{
text-align: center;
}
#pagina_erro .mensagen small{
  letter-spacing: 0.2px;
  color: #151515;
}
#pagina_erro .mensagen h2{
  letter-spacing: 0.2px;
  color: #151515;
  margin: 20px 0 30px;
}
#pagina_erro .mensagen a{
	font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: 1.8px;
    color: #151515;
    border: 1px solid #FF3D00;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    transition: all .15s linear;
    background: #FF3D00;
}
#pagina_erro .mensagen a:hover {
  border: 1px solid #D93400;
  background: #D93400;
  color: #151515;
}
/*fim 404*/

/*footer*/
#footer {
	border-top: 1px solid #F0EDEA;
	padding: 40px 0;
	padding-bottom: 1rem;
}
#footer .coluna1 p {
	font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #6F6761;
    max-width: 252px;
    margin-top: 1rem;
}
#footer .coluna2 .area-contato {
	display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom: 10px;
}
#footer .contato-texto {
	display: grid;
}
#footer .contato-texto a, #footer .menuFooter li a {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: #1C1C1C;
	transition: color .2s ease-in-out;
}
#footer .contato-texto a:hover, #footer .menuFooter li a:hover {
	color: #FF3D00;
	text-decoration: inherit;
}
#footer .icone svg path {
	fill: #FF3D00;
}
#footer .coluna3 h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FF3D00;
}
#footer .menuFooter {
	padding: 0;
    list-style: none;
}
#copyright .texto-copy {
	border-top: 1px solid #F0EDEA;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
}
#copyright p {
	text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
	color: #6F6761;
}
#copyright p strong {
	font-weight: 600;
	color: #1C1C1C;
}
#copyright .desenvolvimento {
	gap: 8px;
	font-size: 12px;
	line-height: 18px;
}
#copyright .desenvolvimento a {
	display: inline-flex;
	align-items: center;
}
#copyright .desenvolvimento img {
	height: 16px;
	width: auto;
}
.ultimas .owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	transition: all .3s ease-in-out;
}
.home #posts-principais .ultimas .owl-prev {
	background: url(/rainha-dos-gabinetes/wp-content/themes/BLOGRAINHADOSGABINETES/assets/images/arrow_circle_left.svg) no-repeat;
	background-size: 100%;
	width: 55px;
    height: 55px;
}
.home #posts-principais .ultimas .owl-next {
	background: url(/rainha-dos-gabinetes/wp-content/themes/BLOGRAINHADOSGABINETES/assets/images/arrow-branca.svg) no-repeat;
	background-size: 100%;
	width: 55px;
    height: 55px;
}
/*fim customização footer*/

@media (min-width: 1100px) {
	.home #posts-principais .ultimas .owl-next {
		position: absolute;
    	right: 16%;
		top: 0;
	}
	.home #posts-principais .ultimas .owl-prev {
		position: absolute;
		left: 0;
	}
	.ultimas.owl-theme .owl-nav {
		position: absolute;
    	top: 40%;
    	left: -7%;
		width: 100%;
	}
	.ultimas.owl-carousel .owl-stage-outer {
    	position: relative;
	}
	.dentro-post img:hover {
		transform: scale(1.2);
		height: 343px;
		transition: all .3s ease-in-out;
	}
	#category .post--image img:hover {
		transform: scale(1.2);
    	height: 320px;
    	transition: all .3s ease-in-out;
	}
	.home #posts-principais .ultimas .owl-prev:hover {
		background: url(/rainha-dos-gabinetes/wp-content/themes/BLOGRAINHADOSGABINETES/assets/images/leftarrowhover.svg) no-repeat;
	}
	.home #posts-principais .ultimas .owl-next:hover {
		background: url(/rainha-dos-gabinetes/wp-content/themes/BLOGRAINHADOSGABINETES/assets/images/arrow-right-hover.svg) no-repeat;
		background-position: center;
	}
	#posts-principais .container {
		position: relative;
	}
	#posts-principais .ultimas {
		left: 28%;
    	height: auto;
    	position: relative;
    	right: 0;
    	width: calc(100% + 20vw);
    	margin-left: -5vw;
	}
	#posts-relacionados .titulo-post {
		height: 78px;
    	overflow: hidden;
	}
	#vejamais #category .post--text p {
		height: 40px;
		overflow: hidden;
	}
	#wrapper-menu__top .row:first-child {
		padding: 5px 0;
	}
	.home #posts-destaques .read-more {
		margin-bottom: 2rem;
	}
	.home #posts-destaques .dentro-post .post {
		padding: 1rem;
		transition: all .2s ease-in-out;
	}
	.home #posts-destaques .dentro-post .post:hover {
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
		border-radius: 16px;
	}
	.home #category .post--text p {
		height: 67px;
    	overflow: hidden;
	}
	.ultimas .box-conteudo-blog-list-conteudo h1, .home #category .post--text h2 {
		height: 80px;
    	overflow: hidden;
	}
	#vejamais #category h2 {
		height: 85px;
    	overflow: hidden;
	}
	
}
/*customização mobile*/
@media (max-width: 991px) {
	.bannerdestaque img, .ultimas .link-post, #category .content-post article, #posts-relacionados .related,
	#wrapper-mobile .logo-mobile img {
		width: 100%;
	}
	#wrapper-menu__top, .desktoponly {
		display: none;
	}
	#wrapper-mobile, .mobileonly, #posts-relacionados {
		display: block;
	}
	/*customização sidebar lateral mobile*/
	.container-fluid.mobileonly {
		padding: 0;
		position: relative;
		display: block;
		margin-top: 0;
	}
	#wrapper-mobile, .boxtopo-menumobile {
		background: #FFFFFF;
		padding: 1rem 0;
		border-bottom: 1px solid #F0EDEA;
		box-shadow: 0 4px 18px rgba(28, 28, 28, 0.06);
	}
	#wrapper-mobile {
		border-bottom: 0;
	}
	#wrapper-mobile .row {
		align-items: center;
	}
	#wrapper-mobile .logo-mobile img,
	.boxtopo-menumobile .logo-menu img {
		max-height: 30px;
		width: auto;
	}
	#wrapper-mobile .menu-burguer svg path {
		fill: #FF3D00;
	}
	.mobileonly .menumobile {
		display: block;
		padding-top: 10px;
		width: 100%;
	}
	.sticky {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		box-shadow: 0px 3px 25px #00000029;
		left: 0;
	}
	.secondary-nztec-navigation {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		-moz-transition: opacity 0.6s, visibility 0s 0.6s;
		-o-transition: opacity 0.6s, visibility 0s 0.6s;
		-webkit-transition: opacity 0.6s, visibility 0s;
		-webkit-transition-delay: 0s, 0.6s;
		transition: opacity 0.6s, visibility 0s 0.6s;
	}
	.secondary-nztec-navigation.open {
		opacity: 1;
		visibility: visible;
		-moz-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	.sec-nav-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-image: linear-gradient(-45deg, rgba(28, 28, 28, 0.25), rgba(28, 28, 28, 0.65));
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.sidebar-nav-wrap {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		-moz-transform: translateX(285px);
		-ms-transform: translateX(285px);
		-webkit-transform: translateX(285px);
		transform: translateX(285px);
		background: #fff;
		position: absolute;
		z-index: 1001;
		text-align: left;
		-moz-transition: -moz-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-moz-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1);
		box-shadow: -1px 0 1px rgba(0, 0, 0, 0.1);
		overflow-y: scroll;
	}
	.sidebar-nav-wrap .fechar-sidebar a {
		color: #FF3D00;
		font-size: 16px;
	}
	.sidebar-nav-wrap .fechar-sidebar svg path {
		fill: #FF3D00;
	}
	.secondary-nztec-navigation.open .sidebar-nav-wrap {
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-moz-transition: -moz-transform 0.3s 0.1s;
		-o-transition: -o-transform 0.3s 0.1s;
		-webkit-transition: -webkit-transform 0.3s;
		-webkit-transition-delay: 0.1s;
		transition: transform 0.3s 0.1s;
	}
	.sidebar-nav {
		margin-top: 30px;
		text-align: center;
	}
	#menu-menu-2{
		list-style: none;
		margin: 0;
	}
	#menu-menu-2 li a{
		font: normal normal normal 16px/24px Poppins;
		color: #1C1C1C;
		font-weight: 500;
	}
	.menu-blogsidebar {
		margin-bottom: 1rem;
	}
	.fechar-sidebar {
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 2;
	}
	.sidebar-nav-wrap #menu-menu-2 {
		display: block;
		padding: 0;
		background: #FFFFFF;
	}
	.sidebar-nav-wrap #menu-menu-2 li {
		border-bottom: 1px solid #F0EDEA;
    	padding: 1rem;
    	padding-left: 23px;
	}
	#menu-menu-2 li:last-child {
		border-bottom: 0;
	}
	.menu-mobile {
		margin-bottom: 2rem;
	}
	.sidebar-nav-wrap .redes-sociais ul {
		display: flex;
		gap: 14px;
	}
	.sidebar-nav-wrap .redes-sociais .box-rede {
		width: 34px;
		height: 34px;
		background: #FF3D00;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sidebar-nav-wrap .redes-sociais .box-rede a {
		display: flex;
	}
	.categoriatitulo {
		margin: 1rem 0;
	}
	.categoriatitulo, .redes-sociais {
		padding-left: 2rem;	
	}
	.logo-menu img {
		padding-left: 22px;
	}
	.categoriatitulo p, .redes-sociais p {
		color: #131313;
		font-size: 16px;
		font-style: normal;
		font-weight: 900;
		line-height: 21px;
		text-transform: uppercase;
	}
	.redes-sociais p {
		padding-bottom: 10px;
	}
	#footer {
		text-align: center;
	}
	#footer .coluna1 p {
		max-width: 100%;
		text-align: center;
	}
	#footer .coluna2 .area-contato {
		justify-content: center;
	}
	
	.ultimas.owl-carousel figure img {
		width: 100%;
		height: 264px;
	}
	.ultimas .single-categories a {
		font-size: 9px;
	}
	.ultimas .box-conteudo-blog-list-conteudo h1 {
		font-size: 13px;
		line-height: 14px;
	}
	/*fim customização sidebar lateral mobile*/
	.orcamento {
		text-align: initial;
		padding-left: 21px;
	}
	.ultimasblog h1 {
		font-size: 28px;
		line-height: 30.2px;
		margin-top: 1rem;
	}
	.ultimasblog {
		display: flex;
		align-items: center;
    	gap: 30px;
	}
	.ultimasblog p {
		font-size: 12px;
		line-height: 18px;
	}
	.ultimas .linha-autordata {
		font-size: 6px;
	}
	.link-post:hover svg {
		transform: translateX(200%); 
	}
	.link-post.button svg {
		left: 60%;
		top: 2px;
	}
	.ultimas .link-post {
		width: 96%;
		max-width: 100%;
	}
	.ultimas .link-post {
		line-height: 13px;
		font-size: 12px;
	}
	.pesquisar {
		right: 6px;
		left: unset;
		top: 4px;
	}
	#search-box {
		padding-left: 1rem;
		padding-right: 38px;
		border-radius: 90px;
	}
	.breadcrumbs {
		padding: 1rem 0;
		max-width: 322px;
	}
	#post_content .post-header, #post_content .post--text {
		padding: 0;
	}
	#post_content .post-header {
		display: grid;
	}
	.single .post-heading {
		order: 3;
	}
	#post_content .controle-infosposts {
		display: grid;
		justify-content: center;
		order: 2;
	}
	#share {
		display: flex;
    	justify-content: center;
	}
	#posts-relacionados figure img {
		width: 210px;
	}
	#post_content .post--title {
		font-size: 24px;
		line-height: 36px;
	}
	.single #post_content .post--title {
		text-align: center;
	}
	#post_content .post--text {
		font-size: 14px;
		line-height: 21px;
	}
	#post_content .post--text h2 {
		font-size: 22px;
		line-height: 33px;
	}
	#post_content .post--text h3 {
		font-size: 18px;
		line-height: 27px;
	}
	.ultimas.owl-theme .owl-nav {
		position: absolute;
    	top: -53%;
    	left: -2%;
	}
	#posts-principais .controle-posts {
		border-bottom: 0;
	}
	#posts-destaques {
		padding-top: 0;
	}
	.ultimas .nav-btn img {
		width: 35px;
	}
	#posts-relacionados .read-more {
		margin-top: 0;
	}
	#posts-relacionados .linha-autordata {
		bottom: 18px;
	}
	#post_content .post-tags {
		padding-left: 0;
	}
	#vejamais #category {
		padding: 0 3rem;
	}
	#vejamais #category .post--image img {
		height: 210px;
	}
	.wrapper--menu {
		text-align: end;	
	}
	#footer .coluna3 h3 {
		margin-top: 2rem;
	}
	#posts-relacionados .box-prox-relacionado {
		height: 200px;
    	overflow: hidden;
    	align-items: center;
	}
	.home #posts-principais .ultimas .owl-prev, .home #posts-principais .ultimas .owl-next {
		width: 40px;
		height: 40px;
	}
	#copyright .texto-copy {
		display: grid;
		gap: 1rem;
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar {
    	margin-top: -46px;
	}
}

@media (max-width: 600px) { 
	.ultimas.owl-theme .owl-nav {
		top: -57%;
		margin-top: 0;
	}
	.ultimas .data, .ultimas .autor {
		padding: 3px 6px;
	}
	.ultimas .box-conteudo-blog-list-conteudo h1 {
		font-size: 9px;
	}
	.ultimas .single-categories a {
    	font-size: 7px;
	}
	#post_content .linha-autordata {
		margin-bottom: 1rem;
	}
	#posts-relacionados .box-prox-relacionado {
		height: auto;
	}
	#copyright p {
		font-size: 12px;
	}
	#copyright p {
		justify-content: center;
		text-align: center;
	}
	#footer .container {
		width: 90%;
		padding: 2rem;
	}
}

@media (max-width: 414px) {
	#posts-relacionados figure img {
		width: 100%;	
	}
	.post-tags a, .related .post--category a {
		font-size: 7px;
	}
	#search-box {
		font-size: 10px;
	}
	#posts-relacionados .box-prox-relacionado {
		display: block;
	}
	#posts-relacionados .linha-autordata {
    	bottom: 18px;
	}
	#posts-relacionados .box-prox-relacionado {
		height: auto;
	}
}
/*fim customização mobile*/
