body {
 background: white;
}

/*links não visitados*/
ul, li, a:link {
    color: rgb(255, 0, 0);
}

/*links visitados*/
ul, li, a:visited{
    color: #000000;
}

/*Links Hover, passa o cursor sobre o link*/
ul, li, a:hover{
    color: rgb(47, 188, 47);
}

 /*Links Ativos, quando clicados*/
 ul, li, a:active{
    color: #ffffff;
 }

 .carrossel-topo {
    display: block;
 }

.bg-green {
    background-image: linear-gradient(to right, rgb(47, 188, 47) , rgb(0, 203, 169))!important;
    border-radius: 15px;
}
.bg-red {
    background-image: linear-gradient(to right, rgb(255, 0, 0) , rgb(211, 93, 93))!important;
    border-radius: 15px;
}

.navbar-topo {
    background-image: linear-gradient(to right, rgb(47, 188, 47) , rgb(0, 203, 169));
}

.btn-degrade {
    background-image: linear-gradient(to right, rgb(47, 188, 47) , rgb(0, 203, 169));
    color: white;
    border-radius: 30px;
}
.btn-degrade:hover {
    background: red;
    color: white;
    transition: none;
}
.btn-playstore {
    background-image: linear-gradient(to right, rgb(47, 188, 47) , rgb(0, 203, 169));
    color: white;
}

.btn-playstore:hover {
    background: white;
    color: black;
}

.btn-appstore:hover {
    background: white;
    color: black;
}

.xfind:visited {
    color: rgb(169, 0, 0);
 }
 .xfind:hover {
    color: rgb(255, 0, 0);
    text-decoration: none;
 }


    
