body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

.background:before {
	width: 100%;
	height: 100%;
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
	background: url('../img/bg-body.jpg');
	background-size: cover;
	filter: blur(6px);
}

ul li {
	list-style: none;
}

a img {
	border: none;
}

.corpo {
	width: 605px;
	height: auto;
	max-width: 90%;
	background: rgba(255, 255, 255, .7);
	border-radius: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #333333;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.logo {
	padding: 80px 0;
	text-align: center;
}

.logo img {
	max-width: 450px;
	width: 45%;
}

.corpo h1 {
	margin-top: 0;
	text-align: center;
}

.box-dados ul {
	word-spacing: 5px;
	padding: 10px 0 0 0;
	text-align: center;
}

.box-dados li {
	line-height: 180%;
}


.redes-sociais {
  background: #fbfbfb;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.redes-sociais a {
  text-decoration: none;
}

.bolinha-social {
  background: #f6f6f6;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 19px;
  margin: 0 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.bolinha-social i {
  color: #999999;
}

.bolinha-social:hover {
  background: #181e4e;
  color: #f6f6f6;
}

.centro-cookie {
  position: relative;
  width: 1000px;
  max-width: 90%;
  margin: 10px auto;
  display: block;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.btncookie {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #181e4e;
  background: #ffffff;
  border: none;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999999999999999999999999999999;
  opacity: 1;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  color: #ffffff;
  background: rgb(33 35 39 / 90%);
}

.politica {
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
}

.text-center {
  text-align: center !important;
}

.alert {
  position: fixed;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  font-family: "Open Sans", sans-serif;
}

.redes-sociais-right {
  height: auto;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) !important;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.redes-sociais-right a {
  text-decoration: none;
  margin-top: 18px;
}

.redes-sociais-right .fa-facebook-f {
  color: #ffffff;
}

.redes-sociais-right .fa-twitter {
  color: #ffffff;
}

.redes-sociais-right .fa-youtube {
  color: #ffffff;
}

.redes-sociais-right .fa-linkedin-in {
  color: #ffffff;
}

.redes-sociais-right .fa-instagram {
  color: #ffffff;
  font-size: 1.1875em;
}

.redes-sociais-right .fa-whatsapp {
  color: #ffffff;
  font-size: 1.125em;
}

.bolinha-facebook {
  background: #3b5998 !important;
}

.bolinha-linkedin {
  background: #2867b2 !important;
}

.bolinha-instagram {
  background: #c13584 !important;
}

.bolinha-twitter {
  background: #1da1f2 !important;
}

.bolinha-youtube {
  background: #c42206 !important;
}

.bolinha-whatsapp {
  background: #25d366 !important;
}
.whats{
	color:#333333;
	text-decoration:none;
}