/*
Theme Name: InBrain
Theme URI: https://alvaron.com.br
Template: hello-elementor
Author: InBrain
Author URI: https://alvaron.com.br
Description: Desenvolvido para In Brain
Version: 3.4.6.1770049241
Updated: 2026-02-02 16:20:41

*/
body{
	position:relative;
}
#linkdev {
    display: block;
    position: absolute;
    left: 0.3%;
    opacity: 0.1;
    transition: all 0.5s;
    color: #fff;
    text-decoration: none;
    z-index: 99999;
    bottom: 0.1%;
    font-size: 10px;
}
#linkdev:hover{
	opacity:1;
}