/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2026 | 18:18:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.cs_header {
	position: relative;
	z-index: 10;
}

.cs_section_hero  .cs_section_fundo {
	position: absolute;
	width: 100%;
	height: 110%;
}

.cs_section_hero  .cs_section_fundo_medio {
	position: absolute;
	width: 100%;
	height: 110%;
}

.cs_section_hero  .cs_section_fundo_frente{
	position: absolute;
	width: 100%;
	height: 110%;
}



.cs_button {
    transition:
        background-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;

}

.cs_button:hover {
    transform: translateY(-3px);
}



.cs_link a {
    color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;

}

.cs_link a:hover {
    opacity: .5;
}





.cs_post_link .wp-block-post-excerpt__more-link {
	color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;
}

.cs_post_link .wp-block-post-excerpt__more-link:hover {
	opacity: .5;
}



.cs_post_title a {
	color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;
}

.cs_post_title a:hover {
	opacity: .5;
}





.cs_post_category a {
	color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;
}

.cs_post_category a:hover {
	opacity: .5;
}





.cs_post_tag a {
	color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;
}

.cs_post_tag a:hover {
	opacity: .5;
}




.cs_search button {
    transition:
        background-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;

}

.cs_search button:hover {
    transform: translateY(-3px);
}




.cs_breadcrumbs a {
	color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;
}

.cs_breadcrumbs a:hover {
	opacity: .5;
}







.cs_commentary input[name="submit"] {
    transition:
        background-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;

}

.cs_commentary input[name="submit"]:hover {
    transform: translateY(-3px);
}





.cs_pagination_link {
    color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;

}

.cs_pagination_link:hover {
    opacity: .5;
}






.cs_contact_form .ff-btn-submit {
    transition:
        background-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;

}

.cs_contact_form .ff-btn-submit:hover {
    transform: translateY(-3px);
}

.cs_contact_form a {
    color: inherit;
    text-decoration: none;
    transition: 
		opacity .2s ease,
		transform .2s ease;

}

.cs_contact_form a:hover {
    opacity: .5;
}



/* Table of Contentes - Lucky WP */
.lwptoc-baseItems {
    letter-spacing: 0px;
    line-height: 1.5;
}

.lwptoc-baseItems .lwptoc_title {
	font-size: var(--wp--preset--font-size--x-large);	
}


.qlwapp__button.qlwapp__button--button {
	border-radius: 10px;
}