/* ============================================= */
/* ESTILOS GERAIS E MOBILE-FIRST        */
/* ============================================= */

.header-utility-bar {
    display: none; /* Escondido por padrão, visível em desktop */
    height: 70px;
}

.header-top-links-content {
    height: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    gap: 16px;
    align-items: center;
}

.utility-bar-nav {
    display: flex;
    flex-direction: initial;
    gap: 16px;
}

.header-top-icon-links {
    display: flex;
    flex-direction: initial;
    gap: 8px;
}

.header-main {
    background-color: #fff;
    height: 70px;
    display: flex;
}

.header-main-container {
    height: 70px;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
}

.header-main-content-flex {
    display: none; /* Escondido por padrão, visível em desktop */
}

.top-logo {
    display: none; /* Escondido por padrão, visível em desktop */
}

.navbar-header-menu {
    display: none; /* Escondido por padrão, visível em desktop */
}

.navbar-header-menu__hamburguer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--MainColor);
    border-radius: 4px;
    width: 36px;
    height: 36px;
}

.whatsapp-contact-float-button {
    display: none; /* Escondido por padrão, visível em desktop */
}

/* ============================================= */
/* SIDENAV (MOBILE)               */
/* ============================================= */

.sidenav-header-mobile {
    height: 100vh;
    width: 100%;
    background-color: #232323ed;
    position: fixed;
    z-index: 9;
    display: none;
}

.sidenav-header-mobile-close-area {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: end;
    position: relative;
    right: 15px;
    top: 15px;
}

.sidenav-header-mobile-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.sidenav-header-mobile-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidenav-header-mobile-list__item-link {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

/* ============================================= */
/* QUICK MENU (BARRA INFERIOR)         */
/* ============================================= */

.quickmenu-div {
    display: block;
    background: var(--MainColor);
    height: 64px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999;
}

.quickmenu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    justify-content: space-between;
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}

/* ============================================= */
/* FORMULÁRIO DE PESQUISA             */
/* ============================================= */

.header-main-pesquisa {
    display: flex;
    background-color: #F8F8F8;
}

.pesquisa-form {
    height: fit-content;
    padding: 8px 16px;
    gap: 16px;
    display: flex;
    flex-direction: initial;
    align-items: center;
}

.pesquisa-form input {
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #F8F8F8;
    width: 200px;
}

.pesquisa-form button {
    background-color: transparent;
    display: flex;
}

.pesquisa-form input:focus-visible {
    outline: none !important;
}

/* ============================================= */
/* MENU DROPDOWN (DESKTOP)           */
/* ============================================= */

.header-dropdown__link {
    position: relative;
}

.header-dropdown__link:hover .menu-dropdown {
    display: grid;
    grid-template-columns: 1fr;
}

.menu-dropdown {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04), 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    min-width: 250px;
    padding: 24px;
    top: 48px;
    left: -24px;
    background-color: #fff;
    display: none;
    transition: 0.4s ease-in-out;
    z-index: 999;
}

.menu-dropdown__Main-title {
    list-style-type: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.menu-dropdown__Main-title p {
    color: var(--MainParagraphDark);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-dropdown__title {
    padding: 12px 0px;
    transition: 0.4s ease-in-out;
    position: relative;
    list-style-type: none;
}

.menu-dropdown li a {
    display: flex;
    flex-direction: column;
    color: var(--MainParagraphDark);
    font-size: 16px;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: -0.56px;
    transition: 0.4s ease-in-out;
    width: fit-content;
}

.menu-dropdown li a:hover,
.menu-dropdown__title:hover {
    color: var(--MainColor);
}

.menu-dropdown li a span {
    color: #555;
    font-style: normal;
    font-weight: 400;
}




/* ============================================= */
/* MEDIA QUERIES (TABLET)             */
/* ============================================= */

@media only screen and (min-width: 768px) {
    .quickmenu-div {
        display: none;
    }

    .whatsapp-contact-float-button {
        display: block;
    }
}

/* ============================================= */
/* MEDIA QUERIES (DESKTOP)            */
/* ============================================= */


@media only screen and (min-width: 1200px) {
    .mobile-sublogo {
        display: none;
    }

    .navbar-header-menu__hamburguer {
        display: none;
    }

    .header-utility-bar {
        border-top: 1px solid var(--MainGrey);
        display: block;
    }

    .header-main {
        height: 120px;
    }

    .header-main-container {
        height: 120px;
        width: 90%;
    }
    
    .top-logo {
        display: block;
        min-width: 138px;
    }

    .header-main-content-flex {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        column-gap: 40px;
        height: 120px;
    }

    .header-main-content-top {
        width: inherit;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .navbar-header-menu {
        display: flex;
        width: auto;
        height: 60px;
        justify-content: space-between;
    }

    .navbar-header-menu-list,
    .header-main-contact {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }

    .navbar-header-menu-list {
        gap: 8px;
    }
    
    .header-main-contact {
        gap: 32px;
    }

    .navbar-header-menu-list li {
        height: auto;
    }

    .navbar-header-menu-list__top-link {
        padding: 16px 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        color: var(--MainParagraphDark);
        font-weight: 500;
        text-transform: uppercase;
        transition: .3s ease-in-out;
    }
    

    .navbar-header-menu-list__top-link path {
        transition: .3s ease-in-out;
        transform-origin: center;
    }

    .navbar-header-menu-list__top-link:hover {
        color: var(--MainColor);
    }

    .navbar-header-menu-list__top-link:hover path {
        fill: var(--MainColor);
        transform: rotate(180deg);
        transform-origin: center;
    }

    .navbar-header-menu-list__top-link-icons {
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: var(--MainColor);
        padding: 16px 24px;
        justify-content:space-between;
        color: var(--MainDark);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__top-link-icons:hover {
        background-color: var(--MainDark);
        color: var(--MainColor);
    }
    
    .navbar-header-menu-list__top-link-icons path {
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__top-link-icons:hover path {
        stroke: var(--MainColor);
    }

.cta-button2{
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 16px 24px;
  justify-content:space-between;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #000;
  transition: .3s ease-in-out;
}

.cta-button2 path{
    transition: .3s ease-in-out;
}

.cta-button2:hover{
  background-color: var(--BlueNormal);
  color: #fff;
}

.cta-button2:hover path{
    stroke: #fff;
}

    .navbar-header-menu-list__link {
        display: grid;
        grid-template-columns: 40px 1fr;
        align-items: center;
        transition: .3s ease-in-out;
        gap: 8px;
        height: 60px;
    }

    .navbar-header-menu-list__link p{
        color: #292929;
        font-size: 16px;
        font-weight: 700;
        line-height: 165%;
    }

    .navbar-header-menu-list__link span {
        color: #646464;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        transition: .3s ease-in-out;
    }
    
    .navbar-header-menu-list__link:hover p{
        color: var(--MainColor);
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__link svg {
        border: 1px solid #D4D4D4;
        padding: 10px;
    }

    .navbar-header-menu-list__divison {
        display: flex;
        flex-direction: column;
    }
    
    .navigation__link {
        height: auto;
        color: #121212;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        transition: .3s ease-in-out;
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 60px;
    }

    .navigation__link:hover {
        color: var(--MainColor);
        transition: .3s ease-in-out;
    }
    
    .navigation__link path,
    .navigation__link svg {
        transition: .3s ease-in-out;
    }

}

@media only screen and (min-width: 1325px) {
    .header-main-container {
        width: 80%;
    }
}