/* Util */
.navbar:not(.navbar-scrolled){
    border-bottom: 1px solid var(--secondary);
}

/* Header */
.page-header {
    padding-bottom: 2rem;
}

header {
    background: url(../../front_assets/img/public/background-header.jpg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-image-wrapper {
    background-color: var(--white);
    border: 5px solid var(--secondary);
    border-radius: 0.9375rem;
    padding: 0.5rem;
}

.header-image-wrapper img {
    border-radius: 0.9375rem;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

header p{
    color: var(--white);
    text-align: justify;
}

header .progress {
    background: none;
}

@media (hover: hover) and (pointer: fine) {

    .btn-see-other:hover {
        color: var(--white);
    }

}

@media only screen and (max-width: 767.98px) {

    .header-image-wrapper img {
        height: 300px;
    }

}

@media only screen and (max-width: 991.98px) {

    /* Header */
    .header-image-wrapper {
        padding: 0.375rem;
        width: 100%;
    }
}
