/* Add here all your CSS customizations */

html section.section-theme {
  background-color: #293458 !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flag {
  width: 2em;
  height: 1.5em;
  margin: 0.5em;
  cursor: pointer;
}
.flag.active {
  border: 2px solid #000000;
}

.go-whatsapp {
  position: fixed;
  right: 0.75em;
  bottom: 8em;
  z-index: 1;
}
.go-whatsapp img {
  width: 48px;
}

@media (max-width: 767px) {
  .header-logo img {
    top: 32px !important;
    width: 180px !important;
    height: 40px !important;
  }

  .sticky-header-active .header-logo img {
    top: 52px !important;
  }
}

@media (max-width: 991px) {
  .go-whatsapp {
    bottom: 2em;
  }
}
