*{
    /*font-family: 'Inter', sans-serif !important;*/
    font-weight: 200;
    color:#FFFFFF;
}
body{
    background-color: black !important;
}

a, .nav-link, a i{
    color:#0df080;
    text-decoration: none;
}
a i{
    font-size: .9rem;
    margin-left: 1rem;

}
a:hover,.nav-link:hover, a:hover i{
    color:#089d54;
    /* border-bottom: 3px solid #081178; */
}
.color_verde{
    color:#0df080;
}
.texto50{
    opacity:.5;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
h1, h2, h3, h4{
    font-family: Manrope, Inter, sans-serif;
}

p{
    font-size: 1rem;
    font-weight: 200;
}
q{
    font-family: monospace !important;
    font-weight: 400;
}
.card{
    border:0px;
    border-radius: 0px;
    margin-bottom:5rem;
}
.card-body{
    background-color: black !important;
}
.tag-services{
    color:#c8ffe2;
}
img{
    width:100%;
}

.li_proj_type{
    color:#787878;
}

#aboutme{
    background-color: #FFF;
    padding-top:300px;
    min-height: 80vh;
}
    #aboutme h2, #aboutme p, #aboutme h4{
        color:black;
    }

img#logo_top {
    width: 80px !important;
}

footer{
    background: #000;
}
footer h1,
footer a,
footer p{
    color:#0df080;
}
    footer a:hover{
        color:#089d54 !important;
    }
