.accordion-menu {
    /*width: 100%;
  max-width: 50em;
  margin: 60px auto 20px;
  background: transparent;
  border-radius: 4px;*/
    margin-block-end: 0;
}

.accordion-menu li.open .dropdownlink {
    color: white;
}

.accordion-menu li.open .dropdownlink p::after {
    transform: rotate(180deg);

}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: .5em;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all 0.4s ease-out;
    /*background-color: #000;*/
}

/*  i {
    position: absolute;
    top: 17px;
    left: 16px;
  }
  .fa-chevron-down {
    right: 12px;
    left: auto;
  }*/

li:nth-last-child(n+4) p::after {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 400;
    content: "\f078";
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 1em;
}

.dropdownlink p:hover {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.submenuItems {
    display: none;
    flex-direction: column;
    align-items: center;
    background: rgb(185, 143, 101);
    max-width: 200px;
    padding-left: 0;
}

.submenuItems li {
    width: 100%;
}

.accordion-menu li {
    /*    min-width: 178px;
    width: 100%; */
}

.submenuItems a {
    display: block;
    color: #fff;
    padding: 12px 12px 12px 12px;
    transition: all 0.4s ease-out;
    font-family: 'EvelethCleanThin', sans-serif;
    font-size: 11px;
}

.submenuItems a:hover {
    /*background-color: rgba(53, 52, 52, 1);*/
    color: rgb(0, 59, 51);

}

.dropdownlink p {
    margin-bottom: 0;
    font-family: 'EvelethCleanThin', 'Arial', sans-serif;
    font-size: 12px;
}

.dropdownlink p:hover .submenuItems {
    margin-top: 1px;
}

.dropdownlink p a:hover {
    color: #fff;
}

.titulos-sec-nw-1 > a:hover {
    color: #000 !important;
}