header{
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

header nav{
    display: flex;
    height: 80px;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(24px);
}

.headerEsquerdo{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

.imgLogoCaprem {
    margin: auto;
    margin-top: 15px;
    margin-left: 24rem;
}

.listas{
    margin: 20px 15px 20px 100px;
}

.listas .listaHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0;
}

.listaHeader li::marker {
  color: #0b612d;
}

.contatos{
    display: grid;
}

.headerDireito{
    display: flex;
    width: 31%;
}

.blocoDireito{
    width: 100%;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #0b612d;
}


.contatos::after {
    position: absolute;
    top: 100%;
    right: 25px;
}

.listResponse::after{
    display:none !important;
}

.listas .listaHeader .dropdown .sub-menu{
   position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000; /* Aumentado para garantir que fique acima de outros elementos */
    display: none; /* Inicialmente escondido */
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    flex-direction: column; /* Configuração flex */
    margin-top: 32px;
    flex-wrap: wrap;
    width: 280px;
    padding: 30px 40px 0px;
    background: #fff;
    z-index: 2000 !important;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



.listaResp .listDropResp .dropdown .sub-menu-resp {
  position: absolute;
    top: 100%; /* Posição padrão para visualização de desktop */
    left: 0;
    z-index: 2000;
    display: none; /* Oculta o sub-menu por padrão */
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    flex-direction: column;
    margin-top: 32px;
    flex-wrap: wrap;
    width: 280px; /* Largura padrão para telas maiores */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box; /* Garante que padding e border estejam incluídos na largura total */
}



.listResponse img{
        width: 2rem;
}


.listResponse{
    padding: 1.5rem;
    border-radius: 50%;
    background: #fcb900;
    margin: 10px;
}



.listDropResp{
    margin: 10px 10px;
    list-style: none;
    padding: 20px 10px;
}

.menu-item{
    padding: 12px 0px 20px;
    border-bottom: 1px solid #abb8c3;
}


.listas ul li a{
       color: black;
       font-size: 12px;
       font-weight: 600;
       font-family: 'Montserrat', sans-serif;
       text-transform: uppercase;
}

.listDropResp ul li a{
       color: black;
       font-size: 12px;
       font-weight: 600;
       font-family: 'Montserrat', sans-serif;
       text-transform: uppercase;
}

.listaHeaderDireito{
    list-style: none;
}

.listaHeaderDireito li{
    width: 95px;
    margin: 20px 0px 20px 0px;
}
#logoCaprem{
    cursor: pointer;
    width: 159px;
    aspect-ratio: auto 159 / 44;
    height: 44px;
}

  .on{
      display:flex !important;
  }