.info-corretor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 20px;
}

.corretor-info {
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e9ef;
  background: #fff;
}

.info-corretor .cartao .thumb img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.info-corretor .cartao {
  display: flex;
  gap: 30;
}

.info-corretor .cartao .dados {
  padding: 15px 0 0 0;
}

.info-corretor .cartao .dados h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}

.info-corretor .cartao .dados h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  margin: 5px 0 10px;
}

.info-corretor .cartao .dados p {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
}
.info-corretor .cartao .thumb {
  position: relative;
  margin-right: 20px;
}

.info-corretor .cartao .thumb .balao {
  width: 800px;
  position: absolute;
  border-radius: 0px 20px 20px 20px;
  background: #ff6100;
  display: flex;
  padding: var(--Spacing-hsmall, 16px) var(--Spacing-small, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-hsmall, 16px);
  color: #fff;
  text-align: center;
  font-size: var(--Text-Size-Body-Medium, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  left: 40px;
  bottom: -40px;
}

.close-balao {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}

p.imoveis {
  position: relative;
  a {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Border-Radius-radius-pill, 10000px);
    border: 1.5px solid #1e262f;
    transition: all 0.5s ease;
    height: 55px;
    box-sizing: border-box;
    .icon {
      svg {
        path {
          fill: #1e262f;
          transition: all 0.5s ease;
        }
      }
    }

    .label {
      transition: all 0.5s ease;
      color: #1e262f;
      text-align: center;

      /* Body/Medium-Strong */
      font-family: Montserrat;
      font-size: var(--Text-Size-Body-Medium, 16px);
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 24px */
    }

    &:hover {
      background: #ff6100;
      border: 1.5px solid #ff6100;
      .label {
        color: #fff;
      }

      .icon {
        svg {
          path {
            fill: #fff;
          }
        }
      }
    }
  }
}

.corretor-info {
  #contatos {
    display: flex;
    padding: 5px 12px 5px 20px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-hsmall, 16px);
    border-radius: var(--Border-Radius-radius-pill, 10000px);
    border: 1.5px solid #1e262f;
    height: 55px;
    box-sizing: border-box;

    p {
      color: #1e262f;
      text-align: center;

      /* Body/Medium-Strong */
      font-family: Montserrat;
      font-size: var(--Text-Size-Body-Medium, 16px);
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 24px */
    }

    a {
      display: flex;
      height: 38px;
      padding: 9px 14px;
      align-items: center;
      gap: 7px;
      border-radius: 20px;
      background: #e1e9ef;
      transition: all 0.5s ease;

      .label {
        color: #1e262f;
        text-align: center;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 19.5px */
        transition: all 0.5s ease;
      }

      .icon {
        svg {
          path {
            transition: all 0.5s ease;
          }
        }
      }

      &:hover {
        background: #1e262f;

        .label {
          color: #fff;
        }

        .icon {
          svg {
            path {
              fill: #fff;
            }
          }
        }
      }
    }
  }
}

#contatos2 {
  display: flex;
  padding: 5px 12px 5px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-hsmall, 16px);
  border-radius: var(--Border-Radius-radius-pill, 10000px);
  border: 1.5px solid #1e262f;
  height: 55px;
  box-sizing: border-box;

  p {
    color: #1e262f;
    text-align: center;

    /* Body/Medium-Strong */
    font-family: Montserrat;
    font-size: var(--Text-Size-Body-Medium, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }

  a {
    display: flex;
    height: 38px;
    padding: 9px 14px;
    align-items: center;
    gap: 7px;
    border-radius: 20px;
    background: #e1e9ef;
    transition: all 0.5s ease;

    .label {
      color: #1e262f;
      text-align: center;
      font-family: Montserrat;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 19.5px */
      transition: all 0.5s ease;
    }

    .icon {
      svg {
        path {
          transition: all 0.5s ease;
        }
      }
    }

    &:hover {
      background: #1e262f;

      .label {
        color: #fff;
      }

      .icon {
        svg {
          path {
            fill: #fff;
          }
        }
      }
    }
  }
}

.corretor-empreendimentos {
  .title {
    color: #2a2a2a;
    margin-bottom: 40px;
    /* Heading/Medium */
    font-family: "Red Hat Display";
    font-size: var(--Text-Size-Heading-Medium, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 50px */
  }
}

#footerCorretor {
  background: #f3f7fa;
  padding: 50px 30px;
  margin-top: 100px;

  .content-f2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .dados h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    text-align: center;
  }

  .dados h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    margin: 5px 0 10px;
    text-align: center;
  }

  .dados p {
    text-align: center;
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
  }

  .copy {
    color: #879dac;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

#modal-whatsapp {
  border-radius: 20px;
  background: #fff;
  display: none;
}
.content-modal {
  width: 613px;
  height: 490px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;

  h2 {
    display: flex;
    gap: 30px;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    align-items: center;
  }

  .legend {
    color: #2a2a2a;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
  }

  .number {
    color: #000;
    font-family: Montserrat;
    font-size: 60.375px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;

    span {
      font-weight: 300;
    }
  }

  .btn {
    a {
      border-radius: var(--Border-Radius-radius-pill, 10000px);
      border: 1px solid #0cc11b;
      background: #0cc11b;
      display: flex;
      width: 307px;
      height: 80px;
      padding: var(--Spacing-small, 24px) var(--Spacing-large, 40px);
      justify-content: center;
      align-items: center;
      gap: var(--Spacing-hsmall, 16px);
      transition: all 0.5s ease;

      color: #fff;
      text-align: center;

      /* Body/Large-Strong */
      font-family: Montserrat;
      font-size: var(--Text-Size-Body-Large, 21px);
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 31.5px */

      &:hover {
        background: #000;
        border: 1px solid #000;
        color: #fff;
      }
    }
  }
}

#modal-email {
  width: 749px;
  border-radius: 20px;
  background: #fff;
  display: none;
}

.content-modal-email {
  flex-shrink: 0;

  h2 {
    display: flex;
    gap: 30px;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    align-items: center;
    margin-bottom: 20px;
  }

  .legend {
    color: #2a2a2a;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    margin-bottom: 30px;
  }

  .btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;

    button {
      display: flex;
      width: 307px;
      height: 80px;
      padding: var(--Spacing-small, 24px) var(--Spacing-large, 40px);
      justify-content: center;
      align-items: center;
      gap: var(--Spacing-hsmall, 16px);
      border-radius: var(--Border-Radius-radius-pill, 10000px);
      border: 1px solid #1e262f;
      background: #1e262f;
      color: #fff;
      text-align: center;
      margin: 0 auto;
      /* Body/Large-Strong */
      font-family: Montserrat;
      font-size: var(--Text-Size-Body-Large, 21px);
      font-style: normal;
      font-weight: 600;
      line-height: 150%; /* 31.5px */
      transition: all 0.5s ease;

      &:hover {
        background: transparent;
        border: 1px solid #000;
        color: #000;
      }
    }
  }

  .line {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    width: 100%;

    .field-text {
      display: flex;
      width: 100%;
      padding: var(--Spacing-hsmall, 16px);
      align-items: center;
      gap: var(--Spacing-hsmall, 16px);
      border-radius: var(--Border-Radius-radius-sm, 8px);
      border: 1px solid #879dac;
      background: #fff;

      input,
      textarea {
        width: 100%;
        display: block;
        outline: none;
        box-sizing: border-box;
        border: 0;
      }

      textarea {
        height: 100px;
        resize: none;
      }
    }

    .field {
      display: flex;
      width: 100%;
      height: 64px;
      padding: var(--Spacing-hsmall, 16px);
      align-items: center;
      gap: var(--Spacing-hsmall, 16px);
      border-radius: var(--Border-Radius-radius-sm, 8px);
      border: 1px solid #879dac;
      background: #fff;

      input,
      textarea {
        width: 100%;
        display: block;
        outline: none;
        box-sizing: border-box;
        border: 0;
      }

      textarea {
        height: 100px;
      }
    }
  }
}
