.botoes_contato_home {
  width: 100% !important;
}

/* Fim Ocultar */

/* POPUP */

.popup {
  position: absolute;
  top: 0;
  left: 0;
}

.fechar_popup {
  width: 20px;
  height: 25px;
  float: right;
  z-index: 9999 !important;
  position: relative;
  right: 14px;
  font-size: 28px;
  text-align: center;
  line-height: 20px;
  font-weight: 100;
  color: #207e89;
  top: 32px;
  border-radius: 100%;
  cursor: pointer;
}

.ui-popup {
  position: relative;
  width: 50%;
}

#popup-cookie {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999999;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}

#popup-cookie .popup-box {
  width: 900px;
  height: 470px;
  padding: 70px 130px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  position: fixed;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#popup-cookie .popup-box h4 {
  margin: 50px 0px;
  font-size: 22px;
  color: #777777;
}

#popup-cookie .popup-box button {
  width: 310px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #3f91b6;
  border: none;
  border-radius: 5px;
  padding: 18px 0px;
}

#bg_popup {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
