button {
    cursor: pointer !important;
}

.curriculo {
    margin-top: 2rem;
    position: relative;
    padding: 8px 106px;
    background-color: var(--botao);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 3px solid var(--secundaria);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 var(--botao);
    box-shadow: 0 0 0 var(--botao);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
}

.bot2 {
    background-color: #0e121b;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 #6B9369);
    filter: drop-shadow(0 0 0 #6B9369);
    z-index: -5;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 #6B9369);
    filter: drop-shadow(0 0 0 #6B9369);
    z-index: -5;
    -webkit-transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01)
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 #6B9369);
    filter: drop-shadow(0 0 0 #6B9369);
    z-index: -5;
    -webkit-transition: all 2s cubic-bezier(0, 0.4, 0, 1.01);
    transition: all 2s cubic-bezier(0, 0.4, 0, 1.01)
}

.star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 #6B9369);
    filter: drop-shadow(0 0 0 #6B9369);
    z-index: -5;
    -webkit-transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
    transition: all .8s cubic-bezier(0, 0.4, 0, 1.01)
}

.star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 #6B9369);
    filter: drop-shadow(0 0 0 #6B9369);
    z-index: -5;
    -webkit-transition: all .7s cubic-bezier(0, 0.4, 0, 1.01);
    transition: all .7s cubic-bezier(0, 0.4, 0, 1.01)
}

.star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 #6B9369);
    filter: drop-shadow(0 0 0 #6B9369);
    z-index: -5;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.curriculo:hover {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 25px var(--secundaria);
    box-shadow: 0 0 25px var(--secundaria)
}

.curriculo:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #6B9369);
    filter: drop-shadow(0 0 10px #6B9369);
    z-index: 2
}

.curriculo:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #6B9369);
    filter: drop-shadow(0 0 10px #6B9369);
    z-index: 2
}

.curriculo:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #6B9369);
    filter: drop-shadow(0 0 10px #6B9369);
    z-index: 2
}

.curriculo:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #6B9369);
    filter: drop-shadow(0 0 10px #6B9369);
    z-index: 2
}

.curriculo:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #6B9369);
    filter: drop-shadow(0 0 10px #6B9369);
    z-index: 2
}

.curriculo:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #6B9369);
    filter: drop-shadow(0 0 10px #6B9369);
    z-index: 2
}

.fil0 {
    fill: #6B9369;
}