/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    background-color: #EFEFEE;
}
.tk-museo-sans, body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
}
a, h1, h2, h3, h4, .h2{
   font-family: 'Roboto Condensed', sans-serif;
    color: #f04c23;
}
.typo-body-primary {
    font-weight: 400 !important;
}

@media (min-width: 1024px){
    .main-header .header-container {
        max-width: 1200px;
        position: unset
    }
    .menu-cell nav{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .menu-cell {
        width: 100%;
        height: 57px;
        background: #58b947 url(/media/oe1nfzxa/bg-nav.jpg) no-repeat center top;
        position: absolute ;
        bottom: 0;
        left: 0;
    }
    .main-header {
        height: 189px;
    }
    .module-header-search input[type=text]{
        height: 50px;
        margin-left: 20px;
    }
    .search-cell{
        margin-top: 10px;
    }
    .module-hero .hero-slider {
        height: 325px;
    }
    .module-hero .bg-container .slick-slide {
       height:325px !important;
    }
    .module-hero .container .inner-container{
       height:325px !important;
    }
}
.main-header .menu-cell ul:not(.dropdown-menu) li {
    line-height: 57px;
    padding: 0 20px;
    transition: all 0.3s ease;
    margin: 0;
}
.main-header .menu-cell ul:not(.dropdown-menu) li:hover {
    background: #fff;
}
.main-header .menu-cell ul:not(.dropdown-menu) li a{
    line-height: 57px;
    font-size: 26px;
    color: #fff;
}
.main-header .menu-cell ul:not(.dropdown-menu) li:hover a{
    color: #58b947;
}
.phoneHead a {
    font-size: 30px;
    line-height: 50px;
    color: #58b948;
    font-weight: bold;
    padding-right: 20px;
}
*/