/* MAJOR CONFIGS */
:root {
  --primary-color: #f35e64;
  --secondary-color: #1e1668;
  --terciary-color: #ffffff;
}

.inter-melhor-p-font {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--terciary-color);
}

body {
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
  background-color: #f0f0f0;
}

h3 {
  font-size: 16px;
}

/* HEADER */
#mp-navbar {
  height: 170px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MAIN SECTION */
.topo-lista {
  background-color: var(--primary-color);
  cursor: default !important;
}

/* FOOTER */
.footer {
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 0px 50px;
  color: rgba(0,0,0,0.3);
}

.footer .fa-heart {
  color: #D23333;
}

.footer-copyright {
  text-align: center;
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
  h1 {
    display: none;
  }

  .sub-h1 {
    text-align: center;
    font-size: 12px;
  }

  .list-sites {
    flex-basis: 100% !important;
    flex-wrap: wrap;
  }
}
