/* HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 40px 0 0 0;
    /* background-color: transparent; */
    background: rgba(255, 255, 255, 0.8);
}

.separacao {
    height: 75px;
}

/* ----------HEADER BODY---------- */
.headerBody {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: rgba(240, 240, 240, 0.25); */
}

.headerBody_logo {
    text-align: left;
}

.headerBody_logo a img {
    width: 146px;
    height: 32px;
}

.headerBody_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

a.headerBody_btn_content {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
}

a.headerBody_btn_content.one {
    background-color: transparent;
    color: #073A07;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a.headerBody_btn_content.two {
    background-color: #073A07;
    color: #F4F4F4;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ----------HEADER BODY---------- */
/* ----------HEADER TOP---------- */
.headerTop {
    height: 40px;
    display: flex;
    background: #19231e;
    position: relative;
    z-index: 100;
}

.headerTop .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerRs {
    display: flex;
    gap: 2px;
}

.headerRs_icon a {
    padding: 6px;
    border-radius: 50%;
    transition: all 200ms linear;
}

.headerRs_icon a:hover {
    background-color: #008146;
}

.headerRs_icon img {
    transform: translateY(-1px);
}

.headerTop_info {
    display: flex;
    gap: 24px;
}

a.headerTop_info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #19231e;
    padding: 5px 10px;
}

a.headerTop_info-item:hover {
    background-color: #008146;
}

.headerTop_info-item-text {
    color: #FFF;
    font-family: var(--font-inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.headerTop_info-item-img {
    max-height: 28px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(109%) contrast(101%);
}

.headerTop_info-item-text span {
    font-size: 16px;
}

/* ----------HEADER BODY---------- */
/* HEADER SCROLL */
.header__scroll {
    position: fixed;
    background-color: #ffffff;
    padding: 5px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.header__scroll .headerBody {
    background: transparent;
    height: auto;
}

.header__scroll .header-menumob-btn {
    color: #ffffff;
}

.header__scroll .menuprinc a:hover {
    opacity: .9;
}

.header__scroll .header-icons a {
    color: #fff;
    background-color: rgba(6, 94, 0, 0.8);
}

.header__scroll .header-icons a:hover {
    background-color: rgba(6, 94, 0, 0.9);
}

/* MENU */
.headerBody_menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menuprinc ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuprinc a {
    color: #2a3a33;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 200ms linear;
}

.menuprinc a:hover {
    color: #008146;
}

.menuprinc .botaoespecial a {
    display: block;
    padding: 10px 14px;
    background-color: #2a3a33;
    border-radius: 7px;
    font-weight: 500;
    color: #fff;
}

.menuprinc .botaoespecial a:hover {
    background-color: #385146;
}

/* MENU MOB */
.menumob__btn {
    /* display: none; */
    background-color: #2a3a33;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    transition: all 200ms linear;
}

.menumob__btn:hover {
    background-color: #008146;
    cursor: pointer;
}

.header-menumob-btn {
    display: none;
    font-size: 40px;
    color: #ffffff;
    transition: all 200ms linear;
}

.header-menumob-btn:hover {
    color: #ffffffc9;
}

.menumob {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.menumob__close {
    position: absolute;
    top: 32px;
    right: 10px;
    padding: 10px;
    font-size: 35px;
    color: rgb(247, 18, 22);
}

.menumob__logo {
    padding: 50px 20px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menumob__logo img {
    width: 165px;
}

.menumob__menu {
    padding: 0 20px;
    display: flex;
}

.menumob__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menumob__menu a {
    font-family: var(--font-montserrat);
    font-style: normal;
    color: #200303;
    font-weight: 700;
    line-height: 130%;
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

.menumob__headerBody_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.menumob__headerBody_btn a.headerBody_btn_content.one {
    color: #f71216;
}

.menumob__headerBody_btn a.headerBody_btn_content.two {
    background-color: rgb(247, 18, 22);
}

/* MENU SEC */
.menusec {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.menusec__stage {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100vh;
    background-color: #19231e;
    overflow-y: auto;
}

.menusec__menu {
    position: relative;
    max-width: 400px;
    padding: 50px 30px 30px;
}

.menusec__stage-close {
    position: absolute;
    top: 20px;
    right: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
    opacity: 0.8;
    transition: all 200ms linear;
}

.menusec__stage-close-icon {
    height: 16px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(347deg) brightness(101%) contrast(104%);
}

.menusec__stage-close:hover {
    opacity: 1;
    cursor: pointer;
}

.menusec__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menusec__menu a {
    display: block;
    padding: 10px 20px;
    border-radius: 2px;
    color: #ffffffc7;
    transition: all 200ms linear;
}

.menusec__menu a:hover {
    background-color: #1b2721;
    color: #FFF;
}

.menusec__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.menusec__buttons a {
    padding: 0;
    opacity: 0.8;
    transition: all 200ms linear;
}

.menusec__buttons a:hover {
    opacity: 1;
}

.menusec__buttons-icon_img {
    width: 24px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(347deg) brightness(101%) contrast(104%);
}

@media screen and (max-width: 1100px) {
    .headerBody_btn {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    header {
        padding: 38px 0 0 0;
    }

    .headerTop {
        height: auto;
    }

    .headerTop .wrap {
        gap: 10px;
    }

    .headerTop_info {
        justify-content: space-between;
        gap: unset;
    }

    .headerBody {
        height: auto;
        padding: 10px 0;
    }

    .separacao {
        height: 58px;
    }
}