/* user.css */
html {
  overflow-y: scroll;
}
@font-face {
  font-family: 'Didact Gothic';
  src: url('../fonts/DidactGothic-Regular.woff2') format('woff2'),
       url('../fonts/DidactGothic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body, h1,h2,h3,h4,h5,h6,a {
  font-family: 'Didact Gothic', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}
.header .container-nav {
    width: 100%;
}
.header.container-header {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}
.header .grid-child:first-child {
    display: none;
}
.header .container-nav .mod-menu {
    width: 100%;
}
.header .container-nav #mod-menu111 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.navbar-brand {
    display: none !important;
}
.container-banner {
    display: flex;
    align-items: center;
}
.mlogo {
    order: 1;
    flex-shrink: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.mlogo img {
    height: 300px;
    width: auto;
}
.mheaderimg {
    order: 2;
    flex: 1;
    height: 320px;
    overflow: hidden;
}
.mheaderimg .mod-custom,
.mheaderimg p {
    height: 100%;
    margin: 0;
}
.mheaderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.logo-header {
    text-align: center;
    margin-top: 0;
    transform: translateY(-330px);
    position: relative;
    z-index: 10;
    pointer-events: none;
}
.header-logo {
    width: 30vw;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
}
body.phome .logo-header {
    margin-bottom: -290px;
}

#nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
#nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
}

@media screen and (max-width: 800px) {
    .logo-header {
        transform: translateY(-180px);
    }
    .header-logo {
        width: 50vw;
        padding: 20px;
    }
    body.phome .logo-header {
        margin-bottom: -100px;
    }
}
.container-component {
    padding-left: 80px;
}

@media screen and (max-width: 480px) {
    .mheaderimg {
        height: 220px;
    }
    .logo-header {
        transform: translateY(-120px);
    }
    .header-logo {
        width: 65vw;
        padding: 15px;
    }
    body.phome .logo-header {
        margin-bottom: -70px;
    }
}

.container-header .mod-menu :where(.mod-menu__sub:not(.mod-menu__sub *)) {
    width: 280px;
    min-width: 280px;
    padding: 0;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
    z-index: 30;
    position: absolute;
}
.mod-list li .mod-menu__sub {
    padding-left: 0;
}
.mod-menu__sub .nav-item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mod-menu__sub .nav-item:last-child {
    border-bottom: none;
}
.container-header .mod-menu .mod-menu__sub a {
    display: block;
    padding: 10px 20px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgb(56, 92, 56);
    text-decoration: none;
}
.container-header .mod-menu .mod-menu__sub a:hover,
.container-header .mod-menu .mod-menu__sub li.current a,
.container-header .mod-menu .mod-menu__sub li.active a {
    background-color: #c2de9a;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .mod-list li {
        padding: .7px 0;
    }
    #nav-toggle {
        display: flex;
        margin-left: auto;
    }
    .header.container-header {
        flex-wrap: wrap;
    }
    .container-nav {
        margin-right: 0;
        width: 100%;
    }
    .header .container-nav #mod-menu111 {
        display: none;
    }
    .header .container-nav #mod-menu111.nav-open {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #385c38;
        text-align: center;
    }
    #mod-menu111 > .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #mod-menu111 > .nav-item > a,
    #mod-menu111 .mod-menu__toggle-sub {
        display: block;
        width: 100%;
        padding: 7px 20px;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        justify-content: center;
    }
    .container-header .grid-child {
        padding: 0;
    }
    #mod-menu111 .mod-menu__sub {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #mod-menu111 .mod-menu__sub a {
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    #mod-menu111 .mod-menu__sub a:hover,
    #mod-menu111 .mod-menu__sub li.active a {
        background-color: rgba(255, 255, 255, 0.15);
    }
    .container-component {
        padding-left: 0;
    }
}

@media screen and (max-width: 600px) {
.mlogo img {
	height: auto;
	width: auto;
	max-width: 200px;
}
}
@media screen and (max-width: 460px) {
.mlogo img {
	max-width: 150px;
}
}
@media screen and (max-width: 360px) {
.mlogo img {
	max-width: 110px;
}
}


















