/*
Theme Name: Promopages
Theme URI: https://promopages.com.br
Template: hello-elementor
Author: Promopages
Author URI: https://promopages.com.br
Description: Desenvolvido para Promopages
Version: 3.1.1.1732818123
Updated: 2024-11-28 15:22:03

*/

body{
	position:relative;
}

#linkdev {
    display: block;
    position: absolute;
    left: 1%;
    /* opacity: 0.9; */
    transition: all 0.5s;
    color: #999999d9;
    text-decoration: none;
    z-index: 99999;
    bottom: 0.7%;
    font-size: 11px;
	opacity:0.3;
}
#linkdev:hover{
	opacity:1;
	color:#fff;
}