.elementor-kit-5{--e-global-color-primary:#43BAFF;--e-global-color-secondary:#7141B1;--e-global-color-text:#1B1D21;--e-global-color-accent:#1F2124;--e-global-color-c0d7cb5:#A6B5B5;--e-global-color-6f8079a:#211E3B;--e-global-color-0bd4ed4:#091636;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:800;--e-global-typography-7e239fb-font-family:"Nunito Sans";--e-global-typography-7e239fb-font-size:16px;--e-global-typography-7e239fb-font-weight:600;--e-global-typography-7e239fb-text-transform:uppercase;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:#000000;font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-5 h2{color:#020202;font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-5 h3{color:#000000;font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h3{font-size:20px;}.elementor-kit-5 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.quadrado {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Mantém altura igual à largura */
}

.quadrado > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/*LARGURA UTIL AUTOMATICA*/
/*WIDESCREEN e DESKTOP*/
@media (min-width: 1367px) {
	.e-con {--content-width: 1280px;}
}

/*LAPTOP*/
@media (min-width: 1201px) and (max-width: 1366px){
	.e-con {--content-width: 1100px;}
}

/*TABLET PAISAGEM*/
@media (min-width: 1025px) and (max-width: 1200px){
	.e-con {--content-width: 924px;}
}

/*TABLET RETRATO*/
@media (min-width: 881px) and (max-width: 1024px){
	.e-con {--content-width: 780px;}
}

/*CEULAR PAISAGEM*/
@media (min-width: 768px) and (max-width: 880px){
	.e-con {--content-width: 728px;}
}

/*CELULAR RETRATO*/
@media (max-width: 767px){
	.e-con {--content-width: 360px;}
}

/* Esconder ícones nas páginas de blog, post e arquivos */
body.blog .esconder-em-posts,
body.single-post .esconder-em-posts,
body.archive .esconder-em-posts {
  display: none !important;
}

/* Mostrar "Perfecta Blog" e título do post apenas nessas páginas */
body.blog .mostrar-em-posts,
body.single-post .mostrar-em-posts,
body.archive .mostrar-em-posts {
  display: block !important;
  
}

/* Esconder por padrão */
.mostrar-em-posts {
  display: none;
}



/*POST NAVIGATION*/
.post-navigation a {
  display: block;
  padding: 20px 24px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #111;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  min-height: 140px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.post-navigation a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.75);
  z-index: 1;
  border-radius: 16px;
}

.post-navigation a span,
.post-navigation a .nav-title {
  position: relative;
  z-index: 2;
  display: block;
}

.post-navigation a span.nav-subtitle {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.post-navigation a .nav-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.post-navigation a:hover::before {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
}/* End custom CSS */