.container{
    max-width: calc(1183px + 140px);
}

.sticky{
    position: fixed;
    z-index: 1050;
    inset: 0 auto auto 0;
    width: 100%;
    border-bottom: 1px solid #ffffff66;
    background: linear-gradient(0deg, #0000000a 0%, #0000000a 100%), #6e776833;
/*     backdrop-filter: blur(6px); */
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.sticky .container{
    max-width: 100%;
    padding: 0 25px;
}

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

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

.sticky .navbar-brand{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 2rem;
    padding: 11px 0 9px;
}

.sticky .navbar-brand img{
/*     width: clamp(10px,100%,132px); */
	width: auto;
	height: 52px;
}

.sticky .navbar>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 100%;
    grid-gap: 2rem;
}

/* .sticky .navbar>*:has(.menu)::before{
    content: '';
    display: block;
    display: -webkit-block;
    width: clamp(10px,100%,428px);
    height: 1px;
    background-color: #FFFFFF38;
} */

.sticky .menu{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

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

.sticky .menu>*:not(:last-child){
    margin-right: clamp(10px,1.51041vw,29px);
}

.sticky .menu>* a,
#offcv ul li a{
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--white);
    /* font-size: 16px; */
    font-size: 15px;
    font-weight: 300;
    /* line-height: 18px; */
    line-height: 18px;
}

.sticky .menu>* a::before,
#offcv ul li a::before{
    content: '';
    position: absolute;
    inset: auto auto -2px 0;
    width: 0;
    height: 2px;
    background-color: var(--white);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .menu>*:hover>a::before,
#offcv ul li:hover>a::before,
.sticky .menu>*.current-menu-item>a::before{
    width: 100%;
}

.sticky .menu>*.current-menu-item>a{
    font-weight: 700;
}

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

.sticky .menu>*.menu-item-has-children::after{
    content: '▾';
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-left: clamp(10px,1.51041vw,29px);
}

.sticky .menu>*.menu-item-has-children .sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 235px;
    width: fit-content;
    background: var(--white);
    border-bottom: 4px solid var(--main);
    box-shadow: 0px 0px 8px #7090b040;
    padding: 1rem;
}

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

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

.sticky .menu>*.menu-item-has-children .sub-menu>* a{
    display: block;
    display: -webkit-block;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}

.sticky .menutoggler{
    cursor: pointer;
    width: 54px;
    /* height: 24px; */
    margin-left: clamp(1rem,3.48vw,67px);
    background: url(../../assets/img/barsy.svg) no-repeat center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .menutoggler.active{
    width: 31px;
    /* height: 31px; */
    background: url(../../assets/img/xx.svg) no-repeat center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.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;
    border-right: 1px solid #ffffff66;
    background: linear-gradient(0deg, #0000000a 0%, #0000000a 100%), #6e776833;
    backdrop-filter: blur(6px);
}

#offcv .btn-close{
    background-color: var(--white);
}

#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: 10px 0 !important;
    margin: 0 !important;
}

#offcv .local,
#offcv .rss,
#offcv .rss>*{
    display: flex;
    align-items: start;
    gap: 8px;
}

#offcv .local{
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 1rem;
}

#offcv .rss,
#offcv .rss>*{
    align-items: center;
}

#offcv .rss>*{
    justify-content: center;
    width: 28px;
    aspect-ratio: 1/1;
    background-color: #E3E1F3;
    border-radius: 50%;
}

#offcv .rss>* svg path{
    fill: var(--text2);
}

#offcv .local svg{
    min-width: fit-content;
    margin-top: 3px;
}

/* OFFCANVAS ! */

/* WHATSAPP */

.wpp{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 200;
    position: fixed;
    inset: auto auto 8rem 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: 1260px){
    .sticky .menu>*{
        margin-right: 1vw;
    }
    .sticky .menu>* a{
        text-align: center;
    }
}

@media(max-width:1200px){
    .sticky .navbar-brand{
        margin-right: 4vw;
    }
    .sticky .menu>*>a{
        white-space: nowrap;
    }
}

@media(max-width: 992px){
    .sticky .navbar>*:has(.menu),
    .sticky .menutoggler{
        display: none;
        display: -webkit-none;
    }
    .sticky,
    .sticky .navbar{
        height: fit-content;
    }
    .sticky .navbar{
        align-items: center;
    }
    .sticky .navbar-brand{
        padding: 9px 0;
    }
    .wpp{
        inset: auto auto 5.5rem 1rem;
        padding: 0 1rem;
    }
    .wpp svg{
        margin-right: 0;
    }
    .wpp .t{
        display: none;
    }
}

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


/* MEDIA QUERIES ! */