.home-titulo-section{
	font-size: 20px;
    margin: 50px auto 15px;
    position: relative;
    width: fit-content;
	color: #fff7bb;
    background: linear-gradient(45deg, #d5a051 0%, #f8e4c6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-titulo-section::after{
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    height: 0;
    border-top: 2px solid #e1bee763;
    border-bottom: 2px solid #6a1b9a4f;
}
.home-sub-titulo-section{
    font-family: "Viga", sans-serif;
    font-size: 40px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 400;
    background: linear-gradient(45deg, #6A1B9A 0%, #E1BEE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

#bloco-conteudo-hero{
    min-height: 73vh;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 0 60px;
}
#bloco-conteudo-hero .home-titulo-hero {
    font-family: "Comfortaa", sans-serif;
    font-size: 37px;
    margin-bottom: 15px;
    font-weight: 700;
    background: linear-gradient(45deg, #d5a051 0%, #f8e4c6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
    letter-spacing: -1px;
}
#bloco-conteudo-hero .home-sub-titulo-hero{
    font-family: "Comfortaa", sans-serif;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
}
#bloco-conteudo-hero .home-paragrafo-hero{
	margin: 30px 0 0;
	font-style: italic;
}

#bloco-conteudo-destaques{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 250px;
    z-index: 0;
    background: linear-gradient(0deg, #222222 0%, #333333 100%);
    box-shadow: 0 0 50px #00000099, inset 0 0 80px #00000099;
}
#bloco-conteudo-destaques::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #232323;
    position: absolute;
    top: -5px;
	z-index: 1;
}
#bloco-conteudo-destaques::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #181818;
    position: absolute;
    bottom: -5px;
	z-index: 1;
}
#bloco-conteudo-destaques .container{
	overflow: visible;
	z-index: 2;
}
.bloco-destaque-home{
	column-gap: 0;
	position: relative;
	z-index: 0;
}
.bloco-destaque-home .wp-block-column{
    background: #222222b5;
    padding: 40px;
    box-shadow: 0px 0px 25px #00000033;
    backdrop-filter: blur(10px);
}
.bloco-destaque-home .wp-block-column:nth-child(1){
	border-radius: 15px 0 0 15px;
	position: relative;
	z-index: 1;
}
.bloco-destaque-home .wp-block-column:nth-child(2){
	padding: 60px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}
.bloco-destaque-home .wp-block-column:nth-child(3){
	border-radius: 0 15px 15px 0;
	position: relative;
	z-index: 1;
}
#bloco-conteudo-servicos{
	min-height: 100vh;
    padding: 40px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bloco-conteudo-servicos .container{
	overflow: visible;
}
#bloco-conteudo-servicos .home-bloco-servico-itens{
	gap: 10px;
}
#bloco-conteudo-servicos .home-bloco-servico-itens .wp-block-column{
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #00000033;
}
#bloco-conteudo-servicos .home-bloco-servico-itens img{
    width: 110px;
    margin-bottom: -20px;
    top: -30px;
    position: relative;
}
#bloco-conteudo-servicos .home-bloco-servico-itens h2{
	font-size: 18px;
    font-family: 'Viga';
    font-weight: 500;
    margin: 0px;
}
#bloco-conteudo-servicos .home-bloco-servico-itens p{
	
}

#bloco-conteudo-novidades{
    min-height: 100vh;
    padding: 40px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bloco-conteudo-novidades .container{
	overflow: visible;
}
.conteudo-novidades-itens{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    overflow: visible;
    gap: 30px;
}
.conteudo-novidades-itens li{
    display: flex;
    flex-basis: 31.63%;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 1px 10px #00000026, inset 0 0 5px #673ab736;
    position: relative;
    background: linear-gradient(to top right, #4242423d 0%, #2121213d 50%, #4242423d 100%);
    border-radius: 25px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: 0.5s;
}
.conteudo-novidades-itens li:hover{
	transform: translateY(-10px);
}
.conteudo-novidades-itens a{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	position: relative;
	height: 100%;
}
.home-post-imagem-novidades{
    display: block;
    width: 100%;
    padding-top: 66%;
    background-size: cover;
    background-position: center;
    border-radius: 24px 24px 0 0;
}
.info-novidades-end-cont::before{
    content: "";
    display: block;
    width: 100%;
	border-top: 1px solid #e1bee763;
    border-bottom: 1px solid #6a1b9a4f;
}
.info-novidades-end-cont p{
	margin: 0 0 20px;
	font-weight: 300;	
}
.info-novidades-end-cont h2{
    background: linear-gradient(45deg, #BA68C8 0%, #E1BEE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin: 15px 25px 35px;
    line-height: 30px;
}
.info-novidades-end-cont h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 0;
	border-top: 2px solid #e1bee763;
    border-bottom: 2px solid #6a1b9a4f;
    width: 50%;
}
@media (max-width: 1365px){
	
}