.massa-header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.massa-header .massa-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  min-height: 93px;
}

.massa-header .massa-header-top .massa-header-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
  min-width: 123px;
}

.massa-header .massa-header-top .massa-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.massa-header .massa-header-top .massa-header-wrapper {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 900;
}

.massa-header .massa-header-top .massa-header-wrapper {
  color: #595959;
  font-size: 10px;
  font-weight: 500;
}

.massa-header-wrapper span:first-of-type {
  display: block;
  margin-top: 5px;
  font-family: "Poppins-Medium";
  font-size: 12px;
  color: #595959;
  min-width: 75px;
}

.massa-header-wrapper div {
  min-height: 30px;
  min-width: 30px;
}

.massa-header-wrapper img {
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  width: 30px;
  margin-right: -16px;
  margin-top: 5px;
}

.massa-header-wrapper .temp {
  font-family: "Poppins-Bold";
  font-size: 14px;
  color: #2f2f2f;
}

.massa-header-classificados{
  display: flex;
  gap: 25px;
}

.massa-header .massa-header-top .massa-header-classificados a {
  color: #d51c17;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.massa-header .massa-header-top .massa-header-wrapper {
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.massa-header .massa-header-top ul {
  display: flex;
  align-items: center;
  gap: 42px;
}

.massa-search-box {
  border: 1px solid #d3d3d3;
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
}

.title-topic .icon-down {
  display: none;
  width: 8px;
  margin-right: 5px;
}

.title-topic .icon-right  { 
    width: 8px;
    margin-right: 5px;
}

.title-topic .icon-down-interior {
  display: none;
}

.details-superior[open] .title-topic .icon-right {
    display: none;
}

.details-superior[open] .title-topic .icon-down {
    display: inline;
}

.details-interior[open] .title-topic .icon-right-interior {
  display: none;
}

.details-interior[open] .title-topic .icon-down-interior {
  display: inline;
}

.massa-search-box input::placeholder {
  font-family: "Poppins-Medium";
  color: #9f9f9f;
  font-size: 12px;
}

.massa-search-box img {
  width: 18px;
  margin: 0 6px 0 10px;
}

.massa-redes-sociais {
  display: flex;
  gap: 12px;
}

.massa-redes-sociais img:hover {
  transform: scale(1.2);
}

.massa-redes-sociais a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d51c17;
  display: flex;
  align-items: center;
  justify-content: center;
}

.massa-header-nav {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.massa-header-nav ul {
  display: flex;
  align-items:center;
  justify-content: space-between;
}

.massa-header-nav ul li {
  position: relative;
}

.massa-header-nav ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0;
  height: 2px;
  background-color: #d51c17 !important;
  bottom: -16px;
  left: 0;
  border-radius: 20px;
  right: 0;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}

.massa-header-nav ul li:hover::after {
  opacity: 1;
  border-radius: 20px;
  transform: scale(1);
}

.menuItem.active::after {
  content: "";
  opacity: 1;
  border-radius: 20px;
  transform: scale(1);
  display: block;
  position: absolute;
  background-color: #d51c17;
  background: white;
  height: 2px;
  width: 100%;
  border-radius: 20px;
  bottom: -15px;
  transition: 0.2s;
} 

.massa-header-nav>ul>li>a {
  font-size: 11px;
  color: #2f2f2f;
  text-decoration: none;
  font-family: "Poppins-Semibold";
}

.massa-header-nav>ul>li:last-child>a:last-child {
  color: #d51c17;
}

/* MENU ASIDE */
.screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  left: -100%;
  min-width: 300px;
  transition: all 0.4s ease;
}

.aside-section-menu {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}

.aside-section-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.aside-section-menu ul li a {
  font-size: 16px;
  color: #2F2F2F;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  width: fit-content;
  font-family: 'Poppins-ExtraBold';
  text-transform: uppercase;
  letter-spacing: .24px;
  padding-bottom: 8px;
}

.massa-search {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 10px 25px;
}

.massa-search input {
  color: #9F9F9F;
  font-family: 'Poppins-Regular';
  width: 185px;
}

.massa-iconSearch {
  position: relative;
  padding-left: 10px;
}

.aside-section-menu .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mw-search-input {
  color: #2f2f2f;
  font-family: Poppins-bold;
  font-size: 16px;
}

@keyframes scaleFooter {
  0% {
    transform: scale(0.98);
  }

  50% {
    transform: scale(0.15);
  }

  100% {
    transform: scale(1);
  }
}

.barra-lateral-menu {
  width: 320px;
  height: 100vh;
  background-color: #fafafa;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#check:checked~.bg-menu-lateral {
  opacity: 1;
  width: 100%;
  height: 100vh;
  background-color: #5151515c;
  backdrop-filter: blur(3px);
  position: fixed;
  z-index: 999;
}

.bg-menu-lateral {
  top: 0;
  opacity: 0;
  left: 0;
}

#check {
  display: none;
}

#check:checked~.screen-menu {
  display: flex;
  transform: translateX(100%);
  z-index: 1000;
  
}
.whatsapp-group{
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #43ac57;
  border-radius: 10px;
  gap: 10px;
  padding: 7px 15px;
}
.whatsapp-group div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

/* --- responsividade --- */

@media (max-width: 1205px) {
  .massa-header .massa-header-top {
    padding: 20px 20px;
  }

  .massa-header-nav {
    padding: 15px 20px;
  }
}

@media (max-width: 981px) {
  .massa-header .massa-header-top .massa-header-wrapper {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .massa-header-nav {
    gap: 1rem;
    overflow: hidden;
  }

  .massa-header .massa-header-nav ul {
    min-width: 100%;
    overflow-x: scroll;
  }

  .massa-header .massa-header-nav ul::-webkit-scrollbar {
    display: none;
  }


  .massa-header .massa-header-nav ul li {
    white-space: nowrap;
  }
}
@media (max-width: 733px) {
  .whatsapp-group{
    display: none;
  }
}
@media (max-width: 733px) {
  .massa-header-nav li {
    margin-right: 15px;
  }

  .massa-redes-sociais a {
    width: 34px;
    height: 34px;
  }

  .massa-header-wrapper {
    width: auto;
  }

  .massa-header-wrapper .temp {
    font-size: 10px;
  }

  .massa-header-wrapper span:first-of-type {
    font-size: 10px;
  }

  .massa-search-box {
    width: 60px;
    gap: 0;
    margin-right: 10px;
  }

  .mw-input-search-box {
    width: 0;
  }

  .logo img {
    margin-left: 15px;
    height: 145px;
    width: 50px;
  }

  .massa-header-wrapper img {
    height: 30px;
    width: 30px;
    margin-right: -19px;
    margin-left: 16px;
    margin-top: 5px;
  }
}

@media (max-width: 700px) {
  .massa-header-wrapper {
    padding-right: 341px px;
  }

  .logo img {
    padding-left: 105px;
  }

  .massa-header .massa-header-top {
    display: flex;
    gap:95px;
    padding: 20px;
  }
}

@media (max-width: 577px) {

  .massa-header .massa-header-top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .logo img {
    height: 145px;
    width: 50px;
    padding-left: 62px;
  }

  .massa-header-classificados {
    display: none;
  }

  .massa-redes-sociais a {
    display: none;
  }

  .massa-redes-sociais {
    display: flex;
    gap: 9px;
    margin-right: 15px;
  }

  .massa-search-box {
    display: none;
  }
}

@media (max-width: 449px) {
  .massa-redes-sociais {
    display: none;
  }

  .massa-header .massa-header-top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .massa-search-box {
    display: none;
  }
}

@media (max-width: 390px) {
  .logo {
    padding-left: 20px;
  }
}