.main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 1rem;
    gap: 2.5rem;
    margin-bottom: 0.5rem;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  
  .nav-item {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-decoration: none;
  }

  .whatsap {
    background-color: #1faa00 !important;
  }

  .instagram {
    background-color: #d6249f !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }

  .facebook {
    background-color: #3b5998 !important;
    background: linear-gradient(120deg, #3b5998, #FFFFFF);
  }

  .map {
    background-color: white !important;
  }
  
  .nav-link-text {
    margin-top: 5%;
    font-size: 0.675rem;
    line-height: 1.25rem;
    font-weight: 800;
    text-align: center;
    font-family: inherit;
    color: #000 !important;
  }
  
  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
  
  .nav-links {
    color: rgba(255, 51, 51, 0.8);
    background-color: #151617;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
  }
  .nav-links:hover {
    background-color: rgba(255, 51, 51, 0.8);
    color: #eee !important;
    transform: scaleX(1.1) scaleY(1.1);
  }
  
  .credits {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .credits a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #818181;
    font-family: Degular, sans-serif;
    text-decoration: none;
  }