body {
    background-color: #f5f5f5;
    color: #4e4e4e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
}

a {
    color: #1e1e1e;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #6a8eb7;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.text-hidden {
    text-shadow: 0px 0px 6px #000 !important;
    color: rgba(0,0,0,0) !important;
}

.lead-custome {
    font-size: 1.25rem;
    text-align: justify;
}

.box-shadow-full {
    position: relative;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
}

.title-box {
    margin-bottom: 2rem;
}

.title-a {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle-a {
    color: #4e4e4e;
}

.line-mf {
    width: 40px;
    height: 5px;
    background-color: #6a8eb7;
    margin: 0 auto;
}

.margin-navbar {
    margin-top: 56px;
}

/*--/ Title Left /--*/

.title-left {
    font-size: 2rem;
    position: relative;
}

.title-left:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #6a8eb7;
    width: 100px;
    bottom: -12px;
}

/*--/ Title s /--*/

.title-s {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
}

.skill-mf span {
    color: #4e4e4e;
}

.skill-mf .pull-right {
    float: right;
}

.skill-mf .progress {
    background-color: #cde1f8;
    margin: .5rem 0 1.2rem 0;
    border-radius: 0;
    height: .7rem;
}

.skill-mf .progress .progress-bar {
    height: .7rem;
    background-color: #6a8eb7;
}

.project-explanation p {
    font-size: 1.1rem;
    text-align: justify;
}

.alert-comment {
    border-left: solid 8px #faebcc !important;
    background-color: #fcf8e3;
    padding: 16px 16px 16px 24px;
}

/*# sourceMappingURL=styles.css.map*/