.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#000000;--e-global-color-text:#F2F2F2;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:300;--e-global-typography-accent-line-height:1.5em;background-color:#0D0D0D;font-family:"Noto Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{color:#F2F2F2;font-family:"Noto Sans", Sans-serif;font-size:2.5rem;line-height:1em;}.elementor-kit-6 h2{color:#F2F2F2;font-family:"Noto Sans", Sans-serif;font-size:2rem;line-height:1em;}.elementor-kit-6 h3{color:#F2F2F2;font-family:"Noto Sans", Sans-serif;font-size:1.5rem;line-height:1.5em;}.elementor-kit-6 h4{font-family:"Noto Sans", Sans-serif;font-size:1.25rem;line-height:1.5em;}.elementor-kit-6 h5{font-family:"Noto Sans", Sans-serif;line-height:1.5em;}.elementor-kit-6 h6{font-family:"Noto Sans", Sans-serif;font-size:1rem;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-post__title a {
  display: -webkit-box;        /* Cria um container flexível */
  -webkit-line-clamp: 2;       /* Limita a 2 linhas */
  -webkit-box-orient: vertical;/* Orientação vertical */
  overflow: hidden;            /* Esconde o que passar do limite */
  text-overflow: ellipsis;     /* Aplica o "..." no final */
}

.elementor-post.category-blog {
  position: relative; /* necessário para posicionar o pseudo-elemento */
}

.elementor-post.category-blog::before {
  content: "BLOG"; /* texto do logo */
  position: absolute;
  top: 10px;      /* distância do topo do post */
  right: 10px;    /* distância da direita do post */
  background: #ff0000; /* cor de fundo do logo */
  color: #ffffff;      /* cor da fonte */
  font-weight: bold;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 10;
  text-transform: uppercase;
}

.elementor-post.category-japonesas {
  position: relative; /* necessário para posicionar o ::before */
}

.elementor-post.category-japonesas::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;   /* largura da bandeira */
  height: 30px;  /* altura da bandeira */
  background: url("https://upload.wikimedia.org/wikipedia/en/9/9e/Flag_of_Japan.svg") no-repeat center;
  background-size: cover;
  border: 1px solid #ccc; /* borda opcional para destacar */
  border-radius: 2px;     /* deixa os cantos levemente arredondados */
  z-index: 10;
}


.elementor-post.category-brasileira {
  position: relative; /* necessário para posicionar o ::before */
}

.elementor-post.category-brasileira::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;   /* largura da bandeira */
  height: 30px;  /* altura da bandeira */
  background: url("https://upload.wikimedia.org/wikipedia/en/0/05/Flag_of_Brazil.svg") no-repeat center;
  background-size: cover;
  border: 1px solid #ccc; /* borda opcional para destacar */
  border-radius: 2px;     /* deixa os cantos levemente arredondados */
  z-index: 10;
}

  .elementor-post.category-onlyfans {
    position: relative; /* necessário para posicionar o ::before */
  }
  
  .elementor-post.category-onlyfans::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 130px;   /* largura da bandeira */
    height: 30px;  /* altura da bandeira */
    background: url("https://upload.wikimedia.org/wikipedia/commons/c/cc/OnlyFans_logo.svg") no-repeat center;
    /*background-color: #ccc;*/
    background-size: contain;
    border: 0px solid #ccc; /* borda opcional para destacar */
    border-radius: 2px;     /* deixa os cantos levemente arredondados */
    z-index: 10;
  }
  
  .elementor-post.category-americana {
    position: relative; /* necessário para posicionar o ::before */
  }
  
  .elementor-post.category-americana::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;   /* largura da bandeira */
    height: 30px;  /* altura da bandeira */
    background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Flag_of_the_United_States_%28Web_Colors%29.svg/640px-Flag_of_the_United_States_%28Web_Colors%29.svg.png") no-repeat center;
    /*background-color: #ccc;*/
    background-size: cover;
    border: 1px solid #ccc; /* borda opcional para destacar */
    border-radius: 2px;     /* deixa os cantos levemente arredondados */
    z-index: 10;
  }
  
    .elementor-post.category-gay {
    position: relative; /* necessário para posicionar o ::before */
  }
  
  .elementor-post.category-gay::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;   /* largura da bandeira */
    height: 30px;  /* altura da bandeira */
    background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Gay_Pride_Flag.svg/640px-Gay_Pride_Flag.svg.png") no-repeat center;
    /*background-color: #ccc;*/
    background-size: cover;
    border: 1px solid #ccc; /* borda opcional para destacar */
    border-radius: 2px;     /* deixa os cantos levemente arredondados */
    z-index: 10;
  }
  
  .elementor-post__title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}


/* Borda em todas as imagens dos posts (site inteiro) */
.elementor-post__thumbnail {
    border: 1px solid #f1f1f1; /* espessura e cor da borda */
    border-radius: 8px;        /* cantos arredondados */
    overflow: hidden;          /* mantém borda arredondada */
}
  
  
.elementor-post.tag-fotos {
  position: relative; /* necessário para posicionar o ::after */
}

.elementor-post.tag-fotos::after {
  content: "Fotos"; 
  position: absolute;
  bottom: 35px;   /* distância da borda inferior */
  right: 05px;    /* distância da borda direita */
  background-color: #B33333; /* fundo vermelho */
  color: #fff;    /* texto branco */
  font-size: 14px; /* ajuste conforme necessário */
  font-weight: bold;
  padding: 0px 5px; /* espaço interno */
  border-radius: 5px; /* cantos arredondados */
  opacity: 0.8;   /* levemente transparente (opcional) */
  z-index: 10;
}/* End custom CSS */