/*
Theme Name: Mentoria Seja Podederosa
Theme URI: https://alvaron.com.br
Template: hello-elementor
Author: Alvaron
Author URI: https://alvaron.com.br
Description: Criado para Shai Graeff
Version: 3.3.0.1744918254
Updated: 2025-04-17 19:30:54

*/

body{
	position:relative;
}

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