@font-face {
  font-family: "OpenSans";
  src: url("/fonts/OpenSans.woff2");
}

.section-contatct-bar-load {
  display: block !important;
}

.section-contatct-bar .Lateral_whatsap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    flex-direction: column;
    width: 100%;
    height: 120px;
}

.section-contatct-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
  }
  
  @media (min-width: 576px) {
    .section-contatct-bar {
      right: 0;
      top: 55%;
      transform: translateY(-50%);
      bottom: auto;
      width: auto;
    }
  }
  
  .section-contatct-bar .row {
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 575px) {
    .section-contatct-bar .row {
      flex-direction: row;
    }
  }
  
  @media (min-width: 576px) {
    .section-contatct-bar .Lateral_whatsap {
      width: 100px;
      height: 85px;
      border-radius: 10px 0 0 10px;
    }
  }

  .section-contatct-bar .Lateral_whatsap img {
    width: 60px;
    height: 46px;
    object-fit: contain;
  }

  @media (max-width: 576px) {
    .section-contatct-bar .Lateral_whatsap img {
      width: 45px;
      height: 46px;
      margin-bottom: 10px;
      margin-left: 13px;
    }
  }

  @media (min-width: 576px) {
    .section-contatct-bar .Lateral_whatsap img {
      width: auto;
    }
  }

  .section-contatct-bar .Lateral_whatsap .title p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .Lateral_whatsap a {
    display: flex;
    align-items: center;
    width: 150px;
    height: 85px;
    border-radius: 10px 0 0 10px;
    transition: 0.2s;
    transform: translateX(150px);
  }

  .section-contatct-bar .Lateral_whatsap a .title-hover p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .Lateral_whatsap a .title-hover p strong {
    font-weight: 700;
    font-size: 18px;
  }

  .section-contatct-bar .Lateral_whatsap:hover {
    cursor: pointer;
  }

  .section-contatct-bar .Lateral_whatsap:hover a {
    width: 180px;
    z-index: 999999;
    transform: translateX(-40px);
    flex-direction: row;
  }

  .section-contatct-bar .Lateral_Chat {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100px;
    margin-top: 20px;
  }

  @media (min-width: 576px) {
    .section-contatct-bar .Lateral_Chat {
      margin: 0 0 0 20px;
      width: 80px;
      height: 80px;
    }
  }

  @media (max-width: 753px) {
   .section-contatct-bar .Lateral_Chat img {
     width: 30px;
     height: 25px;
     margin-top: 0 !important;
    }
  }

  @media (max-width: 753px) {
   .section-contatct-bar .contato_Clique img {
     width: 30px;
     height: 25px;
     margin-top: 0 !important;
    }
   }

  @media (max-width: 753px) {
    .section-contatct-bar .Vendas_Clique img {
      width: 30px;
      height: 25px;
      margin-top: 0 !important;
    }
  }
  
  @media (max-width: 576px) {
    .section-contatct-bar .Lateral_Chat img {
      width: 30px;
      height: 30px;
      margin-bottom: 18px;
    }
  }
  .section-contatct-bar .Lateral_Chat .title p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .Lateral_Chat .title p strong {
    font-size: 15px;
  }

  .section-contatct-bar .Lateral_Chat button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 150px;
    height: 80px;
    border-radius: 10px 0px 0px 10px;
    transition: 0.2s;
    transform: translateX(185px);
  }

  .section-contatct-bar .Lateral_Chat button img {
    max-width: 30px;
    height: 30px;
  }

  .section-contatct-bar .Lateral_Chat button .title-hover p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .Lateral_Chat button .title-hover p strong {
    font-weight: 700;
    font-size: 16px;
  }
  
  .section-contatct-bar .Lateral_Chat:hover {
    cursor: pointer;
  }

  .section-contatct-bar .Lateral_Chat:hover button {
    z-index: 999999;
    transform: translateX(-35px);
    flex-direction: row;
  }

  .section-contatct-bar .contato_Clique {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100px;
    margin-top: 20px;
  }

  @media (min-width: 576px) {
    .section-contatct-bar .contato_Clique {
      margin: 0 0 0 20px;
      width: 80px;
      height: 80px;
    }
  }

  @media (max-width: 576px) {
    .section-contatct-bar .contato_Clique img {
      width: 30px;
      height: 30px;
      margin: 12px 0 0 -5px;
    }
  }

  .section-contatct-bar .contato_Clique .title p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .contato_Clique .title p strong {
    font-size: 15px;
  }

  .section-contatct-bar .contato_Clique button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 150px;
    height: 80px;
    border-radius: 10px 0px 0px 10px;
    transition: 0.2s;
    transform: translateX(185px);
  }

  .section-contatct-bar .contato_Clique button img {
    max-width: 30px;
    height: 30px;
  }

  .section-contatct-bar .contato_Clique button .title-hover p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .contato_Clique button .title-hover p strong {
    font-weight: 700;
    font-size: 16px;
  }

  .section-contatct-bar .contato_Clique:hover {
    cursor: pointer;
  }

  .section-contatct-bar .contato_Clique:hover button {
    z-index: 999999;
    transform: translateX(-35px);
    flex-direction: row;
  }

  .section-contatct-bar .contato_Clique:hover button img {
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .section-contatct-bar .Lateral_Centra {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100px;
    margin-top: 20px;
  }

  @media (min-width: 576px) {
    .section-contatct-bar .Lateral_Centra {
      margin: 0 0 0 20px;
      width: 80px;
      height: 80px;
      border-radius: 0px 0px 0px 10px;
    }
  }

  @media (max-width: 576px) {
    .section-contatct-bar .Lateral_Centra img {
      width: 30px;
      height: 30px;
      margin: 8px 0 0 -12px;
    }
  }

  .section-contatct-bar .Lateral_Centra .title p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .Lateral_Centra .title p strong {
    font-size: 13px;
  }

  .section-contatct-bar .Lateral_Centra a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 150px;
    height: 80px;
    border-radius: 10px 0px 0px 10px;
    transition: 0.2s;
    transform: translateX(185px);
  }

  .section-contatct-bar .Lateral_Centra a img {
    max-width: 30px;
    height: 30px;
  }

  .section-contatct-bar .Lateral_Centra a .title-hover p {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
  }

  .section-contatct-bar .Lateral_Centra a .title-hover p strong {
    font-weight: 700;
    font-size: 16px;
  }

  .section-contatct-bar .Lateral_Centra:hover {
    cursor: pointer;
  }

  .section-contatct-bar .Lateral_Centra:hover a {
    z-index: 999999;
    transform: translateX(-36px) !important;
    flex-direction: row;
  }

  .section-contatct-bar .Lateral_Centra:hover a img {
    margin-right: 4px;
  }
  
  .section-contatct-bar button {
    border: none;
  }
