@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../Roboto-Regular.ttf'); /* IE9 Compat Modes */
    src: local(''),
    url('../Roboto-Regular.ttf') format('truetype')
}

body {
    scroll-behavior: smooth;
    font-family: 'Roboto';
}

.navbar {
    /*background: transparent;*/
    /*background: white;*/
    padding: 0;
}

.brand-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    height: 100%;
}

.logo img {
    height: 100%;
}

.navbar-brand {
    font-size: 24px;
    /*color: #FBBA4F !important;*/
    text-transform: uppercase;
    line-height: 1;
    margin-right: 0;
}

.navbar-brand + span {
    color: white !important;
    text-transform: uppercase;
    margin-left: 8px;
    align-self: flex-end;

}

.info-header {
    color: white;
    display: flex;
    font-size: 16px;
    line-height: 1.75;
    align-items: center;
}

.info-header div {
    margin-right: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.info-header div svg {
    margin-right: 12px;
}

.navbar-toggler {
    background: transparent;
    border: 2px solid white !important;
    height: 50px;
    width: 50px;
    justify-content: center;
    display: flex;
    align-items: center;

}

.navbar-toggler.active {
    border: 2px solid #0f6f98 !important;
}

.navbar-toggler span {
    color: #010324 !important;
}

.navbar {

    display: block;

}

.navbar > .container {
    height: 110px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: flex;
    }
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky {
    z-index: 1000;
}

.hamburger-menu {
    display: flex;
    color: #131313;
    height: 100vh;
    align-items: flex-start !important;
    justify-content: space-between;


}

.hamburger-menu .main-menu-pages {
    /*font-family: Rubik;*/
    font-weight: bold;
    font-size: 35px;
    padding-left: 50px;
}

.main-menu-pages a {
    color: #131313;
    text-decoration: none;
    transition: padding-left 0.1s ease-in;
}

.main-menu-pages a:hover {
    color: #0f6f98;
    cursor: pointer;
    padding-left: 15px;

}

.hamburger-info div {
    margin: 25px 0;
    font-size: 22px;
}

.collapse, .collapsing {
    display: flex;
    justify-content: center;
}

.collapse.show #main_header {
    display: none !important;
}

.hamburger-info div svg {
    margin-right: 10px;
}

.line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line.active {
    stroke: #0f6f98;
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

@media (max-width: 998px) {
    #main_header .container {
        justify-content: center;
    }

    #main_header .info-header div {
        display: none !important;
    }

    .hamburger-menu {
        height: auto;
        transition: all 5s;
    }
}

@media (max-width: 460px) {
    .main-menu-pages div span {
        font-size: 25px;
    }

    .hamburger-info div {
        font-size: 18px;
    }

    .hamburger-info img {
        width: 20px;
    }
}

@media (max-width: 360px) {
    #main_header .container > div {
        flex-direction: column;
        justify-content: flex-end !important;
    }
}

@media (max-width: 768px) {

}



main {
    padding-top: 100px;
}

#main_header {
    z-index: 100;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, white 50%, transparent 50%);
}

.nav-logo img {
    width: 475px;
    height: 328px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .nav-logo img {
        height: auto;
    }
}

#main_header {
    transition: all 0.2s ease-in;
}

.header-hamburger-logo {
    display: none;
}

.brand-container {
    height: 100%;
}

#hamburgerMenu {
    position: fixed;
    background: white;

    z-index: 999;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in;

    top: 0;
    padding-top: 100px;
}
.hamburger-menu {
    overflow: auto;
}
button:focus-visible {
    outline: none;
}

.header-main-logo path {
    fill: #fff;
}

.header-main-logo.active path {
    fill: #0f6f98;
}