.div-block-teste {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    height: 80px;
    min-width: auto;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
.background-red-chat {
  background-color: var(--cor-principal);
  height: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.text-chat {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.div-block-chatwhatsapp {
    position: relative;
    bottom: 40%;
    padding: 0px 20px 0px;
}
.div-block-4-teste{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  background-color: #118C7A;
  border-radius: 5px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-image: url(https://www.imobiliariabeatriz.com.br/images/icon-whatsapp-flutuante.webp);
}
.div-block-4-teste:hover{
  background-color: #00b100;
  transition: all .2s ease;
}
.background-white {
  background-color: #f8f7f7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}
.background-white:hover{
  box-shadow: none;
  transition: all 2s ease;
}
.image-teste {
  border-radius: 100px;
}

.div-block-2-teste {
  z-index: 9999999;
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 100px;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3-teste {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-image: url(https://www.imobiliariabeatriz.com.br/images/favicon.jpg);
  background-position: 50% 50%;
  background-size: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 100px;
}


.paragraph-teste {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}



.paragraph-2-teste {
  margin-bottom: 3px;
  margin-top: 3px;
  text-align: center;
  color: #fff;
 }


  @font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.image-2-teste {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.link-block-teste {
  z-index: 9999999999;
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-3-teste {
  position: absolute;
  display: none;
}

.link-block-2-teste {
  width: 100%;
  text-decoration: none;
}

.w-inline-block-teste {
  max-width: 100%;
  display: inline-block;
}

