.logo-header {
    width: 56px;
    height: 56px;
}

.header-text {
    word-spacing: 2.3px;
    line-height: 1.5rem;
    /*text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;*/
}


.nav-link.menu-link {
    text-transform: uppercase;
    font-size: 12px !important;
}

.horizontal-logo {
    display: block;
}

.h-logo {
    height: 40px;
}

.logo-container {
    float: left;
    margin-right: 8px;
}

#head-container .navbar-brand span {
    display: block;
}

.navbar-brand .sub-title {
    font-size: 11px;
    font-style: italic;
    color: #da251c;
}

.navbar-brand .main-title {
    text-transform: uppercase;
    font-weight: 700;
}


@media screen and (min-width: 1024px) {
    #topnav-hamburger-icon {
        display: none;
    }

    #nav-height {
        height: 46.5px;
    }

    .horizontal-logo, #nav-portal {
        padding: 0 calc(1.5rem / 2);
    }
}

@media screen and (min-width: 800px) {
    #l-width {
        width: 535px;
    }
}

@media screen and (max-width: 800px) {
    #l-width {
        width: 340px;
    }

    .header-text {
        font-size: 14px;
        word-spacing: 0px;
        line-height: 1rem;
    }

    .logo-header {
        width: 40px;
        height: 40px;
    }

    .h-logo {
        height: 35px;
    }

    #nav-portal {
        padding: 0 calc(1.5rem / 4);
    }

    .navbar-brand-box.horizontal-logo {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    #l-width {
        width: 280px;
    }

    .header-text {
        font-size: 12px;
    }

    .logo-header {
        width: 30px;
        height: 30px;
    }

    .horizontal-logo, #nav-portal {
        padding: 0;
    }
}

@media screen and (min-width: 992px){
    #header-nav{
        padding-top: 0;
        padding-bottom: 0;
    }

    #head-container{
        max-width: 800px;
    }
}

#list-info .element-item .card {
    min-height: 330px;
}

.start-end-content{
    min-height: 82px;
}
