@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
body {
  height: 100%;
  background-color: #1C2747;
  font-family: "Montserrat", sans-serif; }

@media (max-width: 769px) {
  text-align: left; }
.fake-menu {
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
  font-size: 16px;
  padding: 0 80px; }
  @media (max-width: 993px) {
    .fake-menu {
      padding: 0 20px; } }
  @media (max-width: 769px) {
    .fake-menu .p-2 {
      text-align: center; }
      .fake-menu .p-2.o-square-container {
        display: none; } }
  @media (max-width: 993px) {
    .fake-menu .p-2 {
      white-space: nowrap; } }
  .fake-menu .o-square {
    height: 12px;
    width: 12px;
    margin: 6px;
    background-color: #F7A600; }

.header-plh {
  background-color: #F7A600;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  padding: 5px 80px; }
  .header-plh .number-plh {
    position: relative;
    width: fit-content;
    padding: 0 40px 0 20px; }
    @media (max-width: 769px) {
      .header-plh .number-plh {
        padding: 0 0 0 20px;
        margin-left: auto;
        margin-right: auto; } }
  .header-plh .contact-plh {
    position: relative;
    width: fit-content;
    padding: 0 0 0 20px;
    margin-left: auto;
    margin-right: auto; }
    .header-plh .contact-plh a {
      color: inherit; }
    @media (max-width: 769px) {
      .header-plh .contact-plh {
        text-align: center;
        padding: 0 0 0 20px; } }
  @media (max-width: 993px) {
    .header-plh {
      padding: 5px 20px; } }
  @media (max-width: 769px) {
    .header-plh {
      text-align: center; } }
  .header-plh img {
    height: 28px;
    position: absolute;
    left: -10px;
    padding-top: 5px;
    padding-right: 10px; }