.container{
    max-width: calc(1180px + 140px);
    padding: 0 20px;
}

.sticky{
    position: sticky;
    z-index: 1050;
    inset: 0 auto auto 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--line);
    /* box-shadow: 0px 8px 30px -8px #7090b040; */
}

.sticky::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 0 auto auto;
    width: clamp(10px,80vw,1920px);
    height: 43px;
    background-color: var(--main);
}

.sticky .container,
.sticky .navbar{
    height: inherit;
}

.sticky .navbar{
    position: initial;
    align-items: stretch;
    padding: 0;
}

.sticky .navbar-brand{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-right: 1px solid var(--line);
    background-color: var(--white);
    margin: 0;
    padding: 14px 2rem 14px 0;
}

.sticky .navbar-brand img{
    width: auto;
    height: 71px;
}

.sticky .navbar .headers{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
}

.sticky .navbar .headers>*{
    display: flex;
    display: -webkit-flex;
    height: 100%;
}

.sticky .navbar .headers .header1{
    align-items: stretch;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    grid-gap: 9px;
    /* background-color: var(--main); */
}

.sticky .navbar .headers .header1 .rss,
#offcv .rss{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
}

.sticky .navbar .headers .header1 .rss>*,
#offcv .rss>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 25px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FFFFFF47;
}

.sticky .navbar .headers .header1 .rss>* svg,
#offcv .rss>* svg{
    width: 14px;
    height: 14px;
}

.sticky .navbar .headers .header1 .espec,
#offcv .espec{
    color: var(--white);
    background-color: #FFFFFF26;
    padding: 12px 1rem;
}

.sticky .navbar .headers .header2{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 10px;
    min-height: 60px;
}

.sticky .navbar .headers .header2>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    padding-left: 2.33rem;
}

.sticky .menu{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    grid-gap: 10px;
    width: fit-content;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sticky .menu>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.sticky .menu>* a,
#offcv ul li a{
    color: #5E6F64;
    font-size: 18px;
    line-height: 21px;
}

.sticky .menu>*:not(:last-child)>a{
    border-right: 1px solid var(--line);
    padding-right: 10px;
}

.sticky .menu>*.current-menu-item>a{
    color: var(--main);
    font-weight: 500;
}

.sticky .menu>*.menu-item-has-children>a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 7px;
}

.sticky .menu>*.menu-item-has-children>a::after{
    content: url(../../assets/img/arrowd.svg);
}

.sticky .menu>*.menu-item-has-children .sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 235px;
    width: fit-content;
    background-color: var(--white);
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}

.sticky .menu>*.menu-item-has-children:hover .sub-menu{
    display: block;
}

.sticky .menu>*.menu-item-has-children .sub-menu>*{
    width: 100%;
    padding: 7px 10px;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
    color: #809A8A;
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a::before{
    content: '';
    min-width: 20px;
    max-width: 20px;
    height: 1px;
    background-color: var(--main);
}

.sticky .gtranslate_wrapper{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}

.sticky .gt_switcher{
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content !important;
    font-family: var(--roboto) !important;
    overflow: visible !important;
}

.sticky .gt_switcher .gt_selected{
    width: fit-content;
}

.sticky .gt_switcher .gt_selected>a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 11px;
    font-size: 16px !important;
    line-height: 19px !important;
    border: none !important;
    padding: 0 !important;
    width: fit-content !important;
}

.sticky .gt_switcher .gt_selected>a img,
.sticky .gt_switcher .gt_option>* img{
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover;
    -o-object-fit: cover;
}

.sticky .gt_switcher .gt_selected>a::after{
    position: initial !important;
    margin-left: 3px;
}

.sticky .gt_switcher .gt_option{
    position: absolute !important;
    inset: calc(100% - 5px) auto auto 0;
    height: fit-content !important;
    max-height: unset !important;
    border: 1px solid #E3E3E3 !important;
    border-radius: 5px;
    background-color: var(--white);
}

.sticky .gt_switcher .gt_option>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
    color: #5E6F64 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 8px 10px !important;
}

.sticky .navbar-toggler{
    box-shadow: none;
}

.sticky .navbar-toggler{
    border: none;
}

.sticky .navbar-toggler .navbar-toggler-icon{
    background-image: url(../../assets/img/barsy.svg);
    transition: all .3s ease-in-out;
}

.toggled{
    background-image: url(../../assets/img/xx.svg) !important;
    transform: rotateZ(180deg) !important;
    transition: all .3s ease-in-out !important;
}

/* OFFCANVAS */

#offcv{
    z-index: 1060;
    background-color: #F8F8F8;
}

#offcv .offcanvas-header{
    justify-content: end;
}

#offcv .offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#offcv .logo a{
    margin-bottom: 2rem;
    display: block;
}

#offcv .offcanvas-body ul{
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

#offcv .offcanvas-body ul li{
    padding: 5px 0 !important;
    margin: 0 !important;
}

#offcv .menu .sub-menu{
    border: 1px solid var(--line);
    border-radius: 5px;
    margin-top: 5px;
}

#offcv .menu .sub-menu>*{
    padding: 7px 10px !important;
}

#offcv .rss{
    margin-bottom: 1rem;
}

#offcv .rss>*,
#offcv .espec{
    background-color: var(--main);
}

#offcv .espec{
    display: block;
    display: -webkit-block;
}

/* OFFCANVAS ! */

/* WHATSAPP */

.wpp{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 200;
    position: fixed;
    bottom: 37px;
    right: 36px;
    z-index: 1040;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 46px;
    padding: 0 27px;
    color: #fff !important;
    border-radius: 10px;
    background-color: #25D366;
    box-shadow: 0 3px 25px rgba(37, 211, 102, 50%);
}

.wpp svg{
    margin-right: 14px;
}

/* WHATSAPP ! */

/* MEDIA QUERIES */

@media(max-width:1200px){
    .sticky .navbar-brand{
        padding: 10px 1rem 10px 0;
    }
    .sticky .navbar .headers .header2>*:has(.menu){
        padding-left: 1rem;
    }
    .sticky .menu>* a{
        white-space: nowrap;
        font-size: 16px;
        line-height: 19px;
    }
}

@media(max-width: 992px){
    .sticky::before{
        display: none;
        display: -webkit-none;
    }
    .sticky .navbar .headers{
        display: none;
        display: -webkit-none;
    }
    .sticky,
    .sticky .navbar{
        height: fit-content;
    }
    .sticky .navbar{
        align-items: center;
    }
    .sticky .navbar-brand{
        padding: .3125rem 1rem .3125rem 0;
    }
}

@media(max-width: 768px){
    .wpp{
        padding: 0 1rem;
    }
    .wpp svg{
        margin-right: 0;
    }
    .sticky .header1,
    .wpp .t{
        display: none;
    }
}

@media(min-width: 768px){
    .container{
        padding: 0 70px;
    }
}


/* MEDIA QUERIES ! */