/* OÁGINA DE POLITICA E PRIVACIDADE */

.privacity-title {
  margin-bottom: 40px;
}

.privacity-title h2, .privacity-title h4 {
  margin-bottom: 20px;
}

.privacity-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.privacity-content h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.icon-spacing {
  margin-right: 20px;
}

/* COOKIES POPUP */

#cookiePopup {
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 25px 30px;
}

#cookiePopup p{
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}

