/*
CTC Separate Stylesheet
Updated: 2026-05-02 00:46:43
*/


* a{
  text-decoration: none;
}

/* Diminuir a fonte do resumo no arquivo do blog */
.ast-article-single .entry-content p, .ast-article-single .entry-summary p, 
.ast-blog-single-element .entry-content p, .ast-blog-single-element .entry-summary p {
    font-size: 24px; /* Ajuste o tamanho aqui */
}

/* Substitua 123 pelo ID real do seu post */
.post-100 .entry-title a{
    color: #FF0000 !important;
}
.post-185 .entry-title a{
    color: #000000 !important;
}

h2 a{
	color: #fffb1782 !important;
}

/* FORMATACAO TAG CLOUDS */
.wp-block-tag-cloud{
text-align: center;
line-height:19px !important;
}

.tag-link-position-1, .tag-link-position-50 { 
  font-size: 40px !important;
  color: #ff0000;
  transform: rotate(90deg);
  display: inline-block;
  transform-origin: left top;
}

.tag-link-position-2, .tag-link-position-33, .tag-link-position-19, .tag-link-position-23 { 
  font-family: 'Times New Roman', Times, serif;
  font-size: 50px !important; 
  color: #ffff00; 
}

.tag-link-position-31, .tag-link-position-40, .tag-link-position-24 { 
  font-size: 45px !important; 
  color: #ff0000;
  transform: rotate(90deg); 
}
.tag-link-position-67, .tag-link-position-30, .tag-link-position-9 { 
  font-size: 50px !important; 
  font-weight: bold;
  color: #ffff00; 
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.tag-link-position-66, .tag-link-position-69 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 94px !important;
  color: #50086d;
}


.tag-link-position-29, .tag-link-position-3, .tag-link-position-13{ 
  font-size: 29px !important; 
  color: #ff0000; 
}

.tag-link-position-41, .tag-link-position-51, .tag-link-position-70, .tag-link-position-78{ 
  font-size: 36px !important; 
  color: #F549ff;
}

.tag-link-position-66, .tag-link-position-71, .tag-link-position-80{
  transform: rotate(90deg);
  display: inline-block;
  transform-origin: left top;
  opacity: 0.5;
}

.tag-link-position-100, .tag-link-position-77, .tag-link-position-81{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 100px !important;
  transform: rotate(90deg);
  display: inline-block;
  transform-origin: center;
  opacity: 0.4;
}
.tag-link-position-90, .tag-link-position-92 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 94px !important;
  color: #ffa808;
}


/* Estilizar o contêiner da citação */
.quotes-llama-auto {
    background-color: #000000 !important;
    border-left: 5px solid #333;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

/* Estilizar o texto da citação */
.quotes-llama-gallery-author {
    font-size: 18px;
    font-style: italic;
    color: #00aa00;
}

.wp-block-quote h1{
    font-family: Calibri; 
		font-size: 50px;
    font-style: italic;
		line-height: 37px;
    color: #ffcc00;
		text-align:left;
}
.wp-block-quote h2{
    font-family: Calibri; 
		font-size: 70px;
    font-style: italic;
		line-height: 37px;
    color: #ff0000;
		text-align:left;
}
.wp-block-quote h3{
    font-family: Times; 
		font-size: 50px;
    font-style: italic;
		line-height: 37px;
    color: #ff00ff;
		text-align:left;
}
.wp-block-quote h4{
    font-family: Times; 
		font-size: 37px;
    font-style: italic;
		line-height: 37px;
    color:#33ccff !important;
		text-align:left;
}
.wp-block-quote h5{
    font-family: Times; 
		font-size: 67px;
    font-style: italic;
		line-height: 37px;
    color:#555 !important;
		text-align:left;
}


.coisaPalavra1{
  font-family:'Gill Sans'; 
	font-size: 37px !important;
  font-style: normal;
  color:#afe576 !important;
}
.coisaPalavra2{
  font-family:'Courier New', Courier, monospace; 
	font-size: 27px !important;
  font-style: normal;
  background-color: #ffcc00;
  color:#000 !important;
}