i.whatsapp-button {
  background-color: white;
  border-radius: 100%;
  color: #05df72;
  cursor: pointer;
  font-size: 4em;
  padding: 5px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

/*..........*/

section.brand {
  display: flex;
  height: 90vh;

  div {
    width: 50%;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;

    span {
      background-color: #dcfce7;
      border-radius: 5px;
      color: #05df72;
      display: table;
      font: bold 13px "Montserrat";
      padding: 3px 10px;
      width: fit-content;
    }

    h1 {
      display: block;
      font: 800 3em "Montserrat";

      b {
        color: #05df72;
      }
    }

    p {
      color: #57534d;
      display: block;
      font: normal 1.2em "Quicksand";
      text-wrap: balance;
      width: 600px;
    }

    .actions {
      display: flex;

      button {
        align-items: center;
        border: none;
        border-radius: 10px;
        background-color: transparent;
        cursor: pointer;
        display: flex;
        font: 800 1em "Montserrat";
        margin-right: 20px;
        padding: 10px 20px;

        i {
          margin-left: 10px;
        }
      }
    }
  }

  .slider {
    align-items: center;
    display: flex;
    justify-content: center;

    img {
      border-radius: 60px 20px;
      display: block;
      object-fit: cover;
      height: 80%;
      width: 100%;
      max-width: 500px;
    }
  }
}

/*..........*/

section.exhibitor {
  display: block;
  margin: 30px auto 60px;
  width: 95%;

  h2 {
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    font: bold 1.5em "Quicksand";
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;

    span {
      font: normal 17px "Quicksand";
    }
  }

  .content {
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 10px 0 20px;
    overflow-x: auto;
    width: 100%;

    article {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      flex: none;
      font: normal 0.9em "Montserrat";
      margin-right: 40px;
      width: 250px;

      &:last-child {
        margin-right: 0;
      }

      img {
        border-radius: 20px;
        display: block;
        margin-bottom: 10px;
        object-fit: cover;
        height: 250px;
        width: 100%;
      }

      p {
        padding: 0px 10px 5px;
      }

      span {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0 20px;

        i {
          color: #57534d;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          text-decoration: line-through;
        }
      }
    }
  }
}
