.block-megaMenu{
    padding-top: 2rem;
}

.block-megaMenu__section__title{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #324E51;
    margin-bottom: 1rem;
}
.block-megaMenu__section__title:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #F4B153;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -3px;
}
.block-megaMenu__item__description{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.3rem;
}

.block-megaMenu__item__subtitle::before{
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.block-megaMenu__item-list--69{
    display: flex;
    flex-wrap: wrap;
}
.tbm-item.level-1.open>.tbm-submenu{
    background: #f1efeb; 
}
.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background-color: #f1efeb;
    color: black;
}

.tb-megamenu .tb-block .block-megaMenu__item {
    max-width: 90%;
    align-self: center;
}
.tb-megamenu .tb-block .block-megaMenu__item a{
    padding: 0.5rem 1rem;
}

.block-megaMenu__item__subtitle{
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.block-megaMenu__section{
    margin-bottom: 1.5rem;
}

.tb-megamenu .nav > li > span.tb-megamenu-no-link{
    padding-top: 1.2 !important;
    padding-bottom: 1.2 !important;
}
.tbm.tbm--mobile .tbm-button{
    margin: 0;
    border: none;
    background: none;
}
.tbm-button-container span:nth-child(2),
.tbm-button-container span:nth-child(3){
    top: calc(50% - 0.1075rem);
}
.tbm-button-container{
    width: 1.5rem;
    height: 1rem;
}
.tbm-button-container span{
    background: #008000;
    /* width: 25px; */
    height: 3px;
}

/* @media screen and (max-width: 1780px){

} */

@media screen and (max-width: 991px) {
    .tb-megamenu-item.level-1.mega{
        text-align: left;
    }
    p.block-megaMenu__item__description {
    display: none;
    }
    .block-megaMenu {
        padding-top: 1rem;
    }
    .tb-megamenu .tb-block .block-megaMenu__item a {
        padding: 0 1.5rem;
    }
    .tbm.tbm--mobile .tbm-collapse{
        padding-top: 0;
    }
}

ul.block-megaMenu__item-list.block-megaMenu__item-list--69 {
    column-gap: 5rem;
    align-items: end;
}

.navbar.navbar--main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.wrapper-logos-navbar{
    width: 100%;
    padding: 0 0.625rem;
}
.wrapper-utils-navbar{
    width: 85%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    column-gap: 0.938rem;
    padding: 0 0.625rem;
}
.wrapper-utils-menu{
    width: 15%;
    display: flex;
    justify-content: flex-end;
}
.tbm,
.tbm.tbm--mobile .tbm-nav {
    background-color: #174e51;
}
.tbm-link.level-1{
    color: #fff;
    font-weight: 500;
}
.block-megaMenu__item-list{
    list-style: none;
    padding: 0;
}
.tbm-submenu-toggle{
    background-color: #174e51;
    color: #fff;
}
.tbm-submenu-toggle:hover{
    background-color: #e9e8e4;
    color: #000;
}
.tbm.tbm--mobile .tbm-item{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.tbm.tbm--mobile .tbm-submenu-toggle{
    border: none;
}

@media screen and (max-width: 992px) {
    .wrapper-utils-navbar{
        background: rgb(240, 240, 240);
    }
    .wrapper-utils-menu{
        background: rgb(240, 240, 240);
    }
}

@media screen and (max-width: 1200px) {
    .tbm{
        position: static;
    }
    .tbm.tbm--mobile.tbm--mobile-show .tbm-collapse{
        left: 0;
    }
    .block-megaMenu__section{
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .wrapper-utils-menu{
        padding: 0 0.625rem;
        height: 80px;
        align-items: center;
        background: rgb(240, 240, 240);
    }
}

@media screen and (min-width: 992px) {
    .wrapper-logos-navbar{
        width: 60%;
    }
    .wrapper-utils-navbar{
        width: 30%;
        justify-content: flex-end;
    }
    .wrapper-utils-menu{
        width: 10%;
        justify-content: center;
    }

}

@media screen and (min-width: 1201px) {
    .wrapper-logos-navbar{
        width: 50%;
    }
    .wrapper-utils-navbar{
        width: 50%;
    }
    .wrapper-utils-menu{
        width: 100%;
    }
    .block.block--menuprincipalv2-2{
        width: 100%;
    }
    .tbm .tbm-item--has-dropdown .tbm-toggle::after {
        margin-top: 2px;
        content: "\f107";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 0;
        color: #4c8f43;
        border: 0;
        transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
    }
    .tbm .tbm-item--has-dropdown:hover .tbm-toggle::after {
        transform: rotate(180deg);
    }
    .tbm-item.level-1{
        flex-grow: 1;
        border: 0;
    }
    .tbm-link-container>.tbm-link{
        justify-content: center;
        gap: 8px;
    }
    .tbm-item.level-1.open>.tbm-submenu{
        border: none;
        z-index: 999;
    }

}