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

.sticky{
    position: sticky;
    inset: 0 auto auto 0;
    z-index: 1050;
    background-color: var(--main);
    box-shadow: 0px 8px 30px -8px #7090b040;
}

.sticky::before{
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: clamp(10px,100vw,23.02083vw);
    height: 100%;
    background: url(../../assets/img/bgfx.svg) repeat-x left center,#F5F5F5;
}

.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: flex-start;
    max-height: 95px;
    margin-right: 22px;
    padding: 0;
}

.sticky .navbar-brand a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 50%;
    background-color: var(--white);
    margin-bottom: -11px;
    transform: translateY(-11px);
    -webkit-transform: translateY(-11px);
    -moz-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    -o-transform: translateY(-11px);
    padding: 7px;
}

.sticky .navbar-brand img{
    min-width: 167px;
}

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

.sticky .header1{
    width: 100%;
    min-height: 35px;
    background-color: var(--orange);
}

.sticky .header1::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
    width: 100%;
    height: 35px;
    background-color: var(--orange);
}

.sticky .header2{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.sticky .header2>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
}

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

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

.sticky .header2 .menu>*:not(:last-child){
    margin-right: clamp(.5rem,1.04166vw,20px);
}

.sticky .header2 .menu>* a,
#offcv ul li a{
    color: var(--white);
}

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

.sticky .header2 .menu>*.menu-item-has-children{
    position: relative;
}

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

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

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

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

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

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

.sticky .header2 .menu>*.menu-item-has-children .sub-menu>*:last-child{
    margin-bottom: 0;
}

.sticky .header2 .rss,
#offcv .rss{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: .8rem;
    margin-left: auto;
}

.sticky .header2 .rss>*,
#offcv .rss>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 35px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    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 .header2 .rss>* svg path,
#offcv .rss>* svg path{
    fill: var(--title);
}

.sticky .header2 .rss>*:hover,
#offcv .rss>*:hover{
    background-color: var(--orange);
}

.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{
    background-color: var(--orange);
}

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

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

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

#offcv .custom-logo-link{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
    padding: 7px;
}

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

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

#offcv .offcanvas-body ul .sub-menu{
    border-left: 3px solid var(--white);
    padding-left: .8rem !important;
}

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

/* 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:1480px){
    .sticky::before {
        width: clamp(10px,100vw,19vw);
    }
}

@media(max-width: 1260px){
    .sticky .menu>*{
        margin-right: 1vw;
    }
    .sticky .menu>* a{
        text-align: center;
    }
}

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

@media(max-width: 992px){
    .sticky::before,
    .sticky .headers{
        display: none;
    }
    .sticky,
    .sticky .navbar{
        height: fit-content;
    }
    .sticky .navbar{
        align-items: center;
    }
}

@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 ! */