.header {
  background-color: #bef0ff;
}

.header-img {
  filter: drop-shadow(2px 2px 6px #fff);
  width: 45%;
}

.header_social_media_item {
  text-decoration: none;
  font-size: 1.5rem;
  margin: 1rem 0.2rem;
  cursor: pointer;
}


.facebook {
  color: blue;
}

.instagram {
  color: #ed71a9;
}

.whatsapp {
  color: #02a34f;
}

.navbar-toggler {
  margin: 0 auto;
  padding: 0.7rem;
  border-color: #18b0f6;
}

.navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(64%) sepia(81%) saturate(5603%)
    hue-rotate(180deg) brightness(97%) contrast(101%);
}

.navbar-item {
  color: #ec71a8 !important;
  font-weight: 500;
  font-size: 1.2rem;
}

.navbar-item-botton {
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #fca12b !important;
  border: none;
}

@media (min-width: 576px) {
  .header-img {
    width: 13rem;
  }
  .header_social_media_item {
    font-size: 2rem;
    margin: 1rem 0.4rem;
  }
}

@media (min-width: 992px) {
  .header-img {
    width: 15rem;
    margin-bottom: 2rem !important;
  }

  .header_social_media_item {
    font-size: 3.3rem;
    transition: all 0.6s ease;
  }

  .navbar-item {
    font-weight: 400;
    font-size: 1.2rem;
    padding: 1.4rem;
    transition: all 0.5s ease;
  }

  .navbar-item:hover {
    color: #fca12b !important;
    transform: scale(1.05);
  }

  .navbar-item-botton {
    font-size: 1.5rem;
    transition: all 0.5s ease;
  }

  .navbar-item-botton:hover {
    color: #fca12b !important;
    background-color: transparent !important;
    border: solid 2px #fca12b !important;
    transform: scale(1.05);
  }

  header {
    display: flex;
    flex-direction: column-reverse;
  }

  .header_social_media {
    width: 80%;
    margin-top: 1rem;
    text-align: end !important;
    margin-bottom: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .navbar-item {
    margin-right: 1rem;
  }
}
