.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 90px;
}

.header {
    & .nav-item {
        color: var(--dark);
        font-size: .9rem;
        text-decoration: none;
        font-family: var(--heading-font);
        text-transform: capitalize;
        font-weight: 500;
        margin: 0 1rem 0 1rem;
        border-bottom: 2px solid var(--white);
        padding-bottom: 2px;
        display: inline-block;
    }
}





.title {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 2rem;
}




.mt-5 {
    margin-top: 0px;
}



.card {
    border-radius: 0;
}

/* .recent-posts .card {
    border-radius: 0 !important;
    border: 0 !important;
} */


.card-body .btn.btn-link {
    border-bottom: 1px solid;
    border-radius: 0 !important;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 0.9rem;
}



.recent-posts .btn-link {
    display: inline-block;
    text-align: left;
    padding-left: 0;
    font-weight: 100;
    font-size: .9rem;
}


.container {
    padding: 0 2svw;
    width: 80svw;
    max-width: 1920px;
}


.hero {
    & .hero-inner {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        padding: 5rem 2svw;
        flex-grow: 0;
        height: 100%;

    }
}

.hero {
    & .hero-inner {
        & .hero-content {
            display: block;
            margin: 10px 0 0px;
            color: var(--white);

        }
    }
}










/*** manter os links com underline iguais em todo o lado ***/

.recent-posts {
    &.boxes {
        & .normal {
            & .btn-link {
                display: inline-block;
                text-align: left;
                padding-left: 0;
                font-weight: 500 !important;
                font-size: .9rem;
            }
        }
    }
}


/** menus e main nav ****/

.header .navbar-nav {
    justify-content: right;
}

.header {
    & .nav-item {
        color: var(--dark);
        font-size: .9rem;
        text-decoration: none;
        font-family: var(--heading-font);
        text-transform: capitalize;
        font-weight: 500;
        margin: 0 1rem 0 1rem;
        border-bottom: 2px solid var(--white);
        padding-bottom: 0;
        display: inline-block;
    }
}

.header {
    & .nav-item {

        &:hover,
        &.active {
            border-bottom: 0px solid var(--dark);
        }
    }
}


.header .nav-item.active {
    color: var(--green) !important;
}




/*** logo ***/

.header .navbar-brand {
    height: 90px !important;
    max-height: 100%;
    padding: 5px 0 5px 0px;
}

.header {
    & .logo {
        height: 100%;
    }
}



/** LANG ***/

.language-selector-custom {
    & .btn {
        color: var(--white);
        font-size: 10px;
        width: 40px;
        height: 40px;
        margin-left: 2svw;
        border-radius: 50%;
    }
}


/*** quand o titulo esta nas blue boxes a border é diferente ****/

.blue .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 2rem;
}

.header .nav-item.active {
    color: var(--blue) !important;
}

.header {
    & .nav-item {

        &:hover,
        &.active {
            border-bottom: 0px solid var(--dark);
            color: var(--blue) !important;
        }
    }
}


.card-body {
    flex: 1 1 auto;
    padding: 20px;
    color: var(--bs-card-color);
}

.our-work {
    .recent-posts .container .content {
        margin-top: 0 !important;
    }

    .recent-posts {
        background-color: #efefef;
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 70px;
    }
}