.corretor-template-default {
  #menu-item-217 {
    display: none;
  }

  header {
    height: 54px;
    z-index: 99999;
    .laterais:first-child {
      display: none;
    }
  }
}
.single-corretor {
  .barrafixa {
    display: none !important;
  }

  .topo .yes-desk {
    margin: 55px 0 45px 0;
  }

  .localizacao .botoes {
    display: none;
  }

  .contato {
    min-height: 650px;
    padding: 0;

    .container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 650px;
    }
  }

  .localizacao {
    padding-bottom: 60px;
  }

  .contato .conteudo {
    display: none;
  }

  #box-corretor {
    box-sizing: border-box;
    max-width: 570px;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.04);
    padding: 20px;
    position: fixed;
    right: 50px;
    top: 54px;
    z-index: 9999;
  }

  .balao {
    position: absolute;
    bottom: -65%;
    display: flex;
    width: 402px;
    padding: var(--Spacing-hsmall, 16px) var(--Spacing-small, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-hsmall, 16px);
    border-radius: 0 20px 20px 20px;
    background: #1f374f;
    left: 0;

    .close-balao {
      position: absolute;
      right: 0;
      top: -7px;
      cursor: pointer;
      transition: all 0.5s ease;
      &:hover {
        transform: scale(1.05);
        opacity: 0.6;
      }
    }

    p {
      color: #fff;
      font-size: var(--Text-Size-Body-Medium, 16px);
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 24px */
    }
  }

  .button-whatsapp {
    margin-right: 10px;
    a {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      width: 100%;
      transition: all 0.5s ease;

      &:hover {
        transform: scale(1.05);
        opacity: 0.6;
      }

      .text {
        color: #274d3a;
        leading-trim: both;
        text-edge: cap;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 16px */
        letter-spacing: 1.8px;
        text-transform: uppercase;
      }
    }
  }

  .content-corretor {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;

    .thumb-infos {
      display: flex;
      gap: 20px;
      align-items: center;

      .name {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 18px */
      }

      .cargo {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
      }

      .creci {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 18px */
        margin-top: 15px;
      }
    }

    .thumb {
      width: 90px;
      height: 90px;
      overflow: hidden;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
  }
}

@media (max-width: 640px) {
  .corretor-template-default {
    header.header-scroll {
      height: 54px;
    }

    header {
      .laterais:first-child {
        display: block;
      }
    }
  }
  .single-corretor {
    .balao {
      width: 90%;
      bottom: initial;
      top: 135px;
      left: 50%;
      transform: translateX(-50%);
    }
    & .button-whatsapp {
      & a {
        .text {
          display: none;
        }
      }
    }
  }
  .single-corretor {
    #box-corretor {
      width: 100%;
      max-width: 100%;
      right: initial;
      top: 37px;
      margin: 15px auto;
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
