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

.sticky{
    position: sticky;
    z-index: 1050;
    inset: 0 auto auto 0;
    border-bottom: 5px solid var(--white);
    background: url(../../assets/img/imagem13.png) no-repeat center/cover;
}

/* body:not(.home) .sticky{
    border-bottom: none;
} */

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

.sticky .navbar{
    align-items: center;
    padding: 2.5rem 0;
}

.sticky .navbar-brand{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 5vw;
}

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

.sticky hr{
    width: 1px;
    height: 50px;
    background: var(--white);
    margin-right: 27px;
}

.sticky .navbar-toggler{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 42px;
    aspect-ratio: 1/1;
    box-shadow: none;
    border: 1px solid #C7C7C6;
    border-radius: 50%;
    background-color: var(--white);
    padding: 0;
    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 .navbar-toggler:hover{
    background-color: #4F545B;
}

.sticky .navbar-toggler .navbar-toggler-icon{
    background-image: url(../../assets/img/barsy.svg);
    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 .navbar-toggler:hover .navbar-toggler-icon{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.toggled{
    background-image: url(../../assets/img/xx.svg) !important;
    background-size: 70%;
    transform: rotateZ(180deg) !important;
    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;
}

/* OFFCANVAS */

#offcv{
    z-index: 1060;
    width: 454px;
    background: url(../../assets/img/imagem13.png) no-repeat center/cover;
}

#offcv .offcanvas-header{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 1rem;
    padding: 47px 41px 23px;
}

#offcv .offcanvas-header .custom-logo-link img{
    width: fit-content;
    height: 50px;
}

#offcv .offcanvas-header .btn-close{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 100%;
    -webkit-opacity: 100%;
    width: 42px;
    aspect-ratio: 1/1;
    height: unset;
    box-shadow: none;
    border: 1px solid var(--white);
    border-radius: 50%;
    background: url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292786 0.305288C0.480314 0.117817 0.734622 0.0125018 0.999786 0.0125018C1.26495 0.0125018 1.51926 0.117817 1.70679 0.305288L7.99979 6.59829L14.2928 0.305288C14.385 0.209778 14.4954 0.133596 14.6174 0.0811868C14.7394 0.0287778 14.8706 0.00119157 15.0034 3.77567e-05C15.1362 -0.00111606 15.2678 0.0241857 15.3907 0.0744665C15.5136 0.124747 15.6253 0.199001 15.7192 0.292893C15.8131 0.386786 15.8873 0.498438 15.9376 0.621334C15.9879 0.744231 16.0132 0.87591 16.012 1.00869C16.0109 1.14147 15.9833 1.27269 15.9309 1.39469C15.8785 1.5167 15.8023 1.62704 15.7068 1.71929L9.41379 8.01229L15.7068 14.3053C15.8889 14.4939 15.9897 14.7465 15.9875 15.0087C15.9852 15.2709 15.88 15.5217 15.6946 15.7071C15.5092 15.8925 15.2584 15.9977 14.9962 16C14.734 16.0022 14.4814 15.9014 14.2928 15.7193L7.99979 9.42629L1.70679 15.7193C1.51818 15.9014 1.26558 16.0022 1.00339 16C0.741189 15.9977 0.490376 15.8925 0.304968 15.7071C0.11956 15.5217 0.0143908 15.2709 0.0121124 15.0087C0.00983399 14.7465 0.110628 14.4939 0.292786 14.3053L6.58579 8.01229L0.292786 1.71929C0.105315 1.53176 0 1.27745 0 1.01229C0 0.747124 0.105315 0.492816 0.292786 0.305288Z" fill="white"/></svg>') center/1em auto no-repeat,#ffffff4d;
    margin: 0;
    padding: 0;
}

#offcv .offcanvas-body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 0 33px 33px;
}

#offcv .offcanvas-body hr{
    width: 100%;
    background: var(--white);
    margin: 0 auto 35px;
}

#offcv .menu,
#offcv .menu>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

#offcv .menu{
    grid-gap: 18px;
}

#offcv .menu>*{
    grid-gap: 6px;
}

#offcv .menu>* .df,
#offcv .menu>* .sub-menu{
    border-radius: 10px;
    background-color: #ffffff2e;
}

#offcv .menu>* .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: .5rem;
    width: 100%;
    
    padding: 7px 2rem;
}

#offcv .menu>* .df .dropdown{
    cursor: pointer;
    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;
}

#offcv .menu>*.active .df .dropdown{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

#offcv .menu>* a{
    text-transform: uppercase;
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
}

#offcv .menu>* .sub-menu{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 17px;
    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;
}

#offcv .menu>*.active .sub-menu{
    padding: 19px 1rem;
}

#offcv .menu>* .sub-menu>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
}

#offcv .menu>* .sub-menu>*:not(:last-child){
    border-bottom: 1px solid var(--white);
}

#offcv .menu>* .sub-menu>*::before{
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4"><rect id="Retângulo_805" data-name="Retângulo 805" width="4" height="4" rx="1" fill="white"/></svg>');
    height: 28px;
}

#offcv .offcanvas-body .btn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: .5rem;
    width: 100%;
    text-transform: uppercase;
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    border: none;
    border-radius: 80px;
    background: #ffffff2e;
    margin-top: 86px;
    padding: 7px 2rem;
}

/* 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 .navbar-brand{
        margin-right: 4vw;
    }
    .sticky .menu>*>a{
        white-space: nowrap;
    }
}

@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;
        padding: .6rem 0;
    }
    .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;
    }
    #offcv .offcanvas-header,
    #offcv .offcanvas-body{
        padding: 1rem;
    }
    #offcv .menu>* .df{
        padding: 7px 1rem;
    }
}

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


/* MEDIA QUERIES ! */