.container{

    max-width: calc(1180px + 140px);

    padding: 0 20px;

}



.sticky{

    position: sticky;

    z-index: 1040;

    inset: 0 auto auto 0;

    background-color: var(--white);

    /* box-shadow: 0px 8px 30px -8px #7090b040; */

}



.sticky .container,

.sticky .navbar{

    position: initial;

    height: inherit;

}



.sticky .navbar{

    align-items: stretch;

    padding: 0;

}



.sticky .navbar-brand{

    position: relative;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    background-color: var(--white);

    margin: 0;

    padding-right: clamp(1rem,2.70vw,52px);

}



.sticky .navbar-brand img{

    width: auto;

    height: 86px;

}



.sticky .header1{

    position: relative;

    display: flex;

    display: -webkit-flex;

    align-items: stretch;

    background-color: var(--white);

    padding: 9px 0;

}



.sticky .header1 .rss,

.sticky .header1 .mails,

.sticky .header1 .tels{

    display: flex;

    display: -webkit-flex;

    align-items: center;

    border-left: 1px solid var(--line);

    padding: 0 clamp(.5rem,1.04166vw,20px);

}



.sticky .header1 .rss{

    grid-gap: 7px;

}



.sticky .header1 .rss>*{

    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    width: 39px;

    aspect-ratio: 1/1;

    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 .header1 .rss>* svg path{

    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 .header1 .rss>*:hover{

    background-color: var(--main);

}



.sticky .header1 .rss>*:hover svg path{

    fill: var(--white);

}



.sticky .header1 .mails,

.sticky .header1 .tels{

    grid-gap: 1rem;

}



.sticky .header1 .mails .t,

.sticky .header1 .tels .t{

    color: #AAADB6;

    font-family: var(--sca);

    font-size: 12px;

    line-height: 21.293px;

    letter-spacing: 0.06px;

}



.sticky .header1 .mails .mailp,

.sticky .header1 .tels .telp{

    color: var(--title2);

    font-size: 14px;

    font-weight: 700;

    line-height: 22px;

}



.sticky .header1 .tels{

    border-right: 1px solid var(--line);

    margin-right: clamp(.5rem,1.04166vw,20px);

}



.sticky .header2{

    display: flex;

    display: -webkit-flex;

    align-items: stretch;

}



.sticky .header2::before{

    content: '';

    position: absolute;

    z-index: -1;

    inset: auto 0 0 auto;

    width: clamp(10px,93vw,76vw);

    height: 45px;

    background: url(../../assets/img/headerbg.svg) repeat,var(--black);

}

.sticky .header2 .dbtn{
    color: var(--white);
    background-color: var(--red);
}

.sticky .header2 .dbtn::after{
    content: url('data:image/svg+xml;utf8,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L8 4.50342L0 9V4.50342V0Z" fill="white"/></svg>');
}



@media(min-width:2260px){

   .sticky .header2::before{

        max-width: 68vw;

    } 

}



.sticky .header2>*{

    position: relative;

}



.sticky .header2>*:has(.menu){

    display: flex;

    display: -webkit-flex;

    align-items: stretch;

    width: fit-content;

    padding-left: clamp(.5rem,1.04166vw,20px);

}



.sticky .menu{

    display: flex;

    display: -webkit-flex;

    align-items: stretch;

    width: fit-content;

    list-style: none;

    margin: 0;

    padding: 0;

}



.sticky .menu>*{

    display: flex;

    display: -webkit-flex;

    align-items: center;

}



.sticky .menu>*:not(:last-child){

    margin-right: clamp(.5rem,1.04166vw,20px);

}



.sticky .menu>* a,

#offcv ul li a{

    color: var(--white);

    font-size: 16px;

    font-weight: 300;

    /* line-height: 21.293px; */

}



.sticky .menu>*.current-menu-item>a{

    font-weight: 700;

    letter-spacing: 0.024px;

}



.sticky .menu>*.menu-item-has-children,

#offcv ul li.menu-item-has-children>a{

    position: relative;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    grid-gap: 5px;

}



#offcv ul li.menu-item-has-children>a{

    justify-content: flex-start;

    -webkit-justify-content: flex-start;

    margin-bottom: 5px;

}



.sticky .menu>*.menu-item-has-children::after,

#offcv ul li.menu-item-has-children>a::after{

    content: url('data:image/svg+xml;utf8,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.32324 1.33838L6.64659 6.66172L11.9699 1.33838" stroke="white" stroke-width="1.06467"/></svg>');

}



.sticky .menu>*.menu-item-has-children .sub-menu{

    display: none;

    list-style: none;

    position: absolute;

    top: 100%;

    min-width: 310px;

    width: fit-content;

    background: var(--white);

    border: 1px solid #E3E3E3;

    margin-top: 9px;

    padding: 12px;

}



.sticky .menu>*.menu-item-has-children:hover .sub-menu{

    display: block;

}



.sticky .menu>*.menu-item-has-children .sub-menu::before{

    content: url('data:image/svg+xml;utf8,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 0L33 14H0L16.5 0Z" fill="white"/></svg>');

    position: absolute;

    inset: auto 0 100%;

    text-align: center;

    height: 14px;

    filter: drop-shadow(0 -1px 0px rgba(0,0,0,20%));

    -webkit-filter: drop-shadow(0 -1px 0px rgba(0,0,0,20%));

    -ms-filter: drop-shadow(0 -1px 0px rgba(0,0,0,20%));

    margin: 0 auto;

}



.sticky .menu>*.menu-item-has-children .sub-menu>*{

    width: 100%;

    border-bottom: 1px solid var(--line);

    padding: 10px 0 10px 1rem;

}



.sticky .menu>*.menu-item-has-children .sub-menu>* a{

    display: block;

    display: -webkit-block;

    color: #494949;

    font-weight: 400;

}



.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/xxx.svg) !important;

    transform: rotateZ(180deg) !important;

    transition: all .3s ease-in-out !important;

}



/* OFFCANVAS */



#offcv{

    z-index: 1060;

    background-color: var(--footer2);

}



#offcv .offcanvas-header{

    justify-content: end;

}



#offcv .btn-close{

    background-color: var(--white);

}



#offcv .logo img{

    filter: brightness(0) invert(1);

    -webkit-filter: brightness(0) invert(1);

    -ms-filter: brightness(0) invert(1);

}



#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 ul.sub-menu li:not(:last-child){

    margin-bottom: 10px !important;

}



#offcv ul.sub-menu li{

    border-radius: 5px;

    background-color: #ffffff1a;

    padding: 8px !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: 1260px){

    .sticky .menu>*{

        margin-right: 1vw;

    }

    .sticky .menu>* a{

        text-align: center;

    }

}



@media(max-width:1200px){

    .sticky .header1 .mails img,

    .sticky .header1 .tels img{

        display: none;

        display: -webkit-none;

    }

}



@media(max-width: 992px){

    .sticky .navbar>*:has(.menu),

    .sticky .dbtn{

        display: none;

        display: -webkit-none;

    }

    .sticky,

    .sticky .navbar{

        height: fit-content;

    }

    .sticky .navbar{

        align-items: center;

    }

    .sticky .navbar-brand{

        padding: .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 ! */