body{
	background: url(../images/background-links.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100%;
}

#main .profile-panel{
	height: 200px;
}

#main  .profile-panel:before{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 0;
    content: '';
    background: linear-gradient(rgba(38,50,56,.4) 0%,transparent 90%) no-repeat;
}

#main .profile-panel:after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 200px;
    z-index: -1;
    background: url('../images/bg_links.jpg') center repeat;
}

#main .profile-panel__ava-name{
	display: flex;
    flex: 1 1 auto;
    justify-content: center;
}

#main .profile-avatar{
	margin-top: 115px;
    width: 166px;
    height: 166px;
    border: 4px solid #fff;
    border-radius: 50%;
    transition: all .3s ease;
    overflow: hidden;
    background-color: #fff;
}

#main .profile-avatar img {
    width: 100%;
}

@media(max-width: 767px){
	#main .profile-panel__ava-name{
		justify-content: center;
		padding-left: 0px;
	}
}

#links .item{
	padding: 15px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #cecece;
	-moz-box-shadow: 0px 0px 5px #cecece;
	-webkit-box-shadow: 0px 0px 5px #cecece;
}

#links .item a{
	text-decoration: none;
	display: flex;
}

#links .item a i{
	font-size: 48px;
	line-height: 48px;
	color: var(--main-empresa);
}

#links .item .icone{
	margin-right: 20px;
}

#links .item .direcionar{
	font-size: 17px;
    font-weight: 600;
    line-height: 20px;
	color: var(--main-empresa);
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

#links .item .link{
	display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    top: 1px;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #929fa9;
}

#linkrodape{
	margin-top: 20px;
}

#linkrodape .link-footer{
	text-decoration: none;
}

#linkrodape .desenv{
	color: #c6c6c6;
	font-size: 14px;
}

#linkrodape .carbon{
	max-width: 100px;
}
#footer-lgpd.hide{
  display: none;
}

#footer-lgpd {
  position: fixed;
  z-index: 9999999999;
  bottom: 20px;
  left: 20px;
  transition: .3s ease-in-out;
  background: #fff;
  width: 100%;
  max-width: 350px;
  padding: 15px;
  box-shadow: 0 0 10px #aaa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

#footer-lgpd h5{
  font-weight: bold;
  font-size: 16px;
}

#footer-lgpd p {
  margin-bottom: 0;
}

#footer-lgpd p a{
  text-decoration: none;
  color: var(--main-empresa);
}

#footer-lgpd * {
  font-size: 14px;
}

#footer-lgpd #lgpd-accept, .bhf #footer-lgpd #lgpd-accept-link {
  white-space: nowrap;
  color: var(--main-empresa);
}

#footer-lgpd #lgpd-accept {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid var(--main-empresa);
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
}

#footer-lgpd .botao{
  margin-top: 15px;
}

@media(max-width: 767px){
  #footer-lgpd {
    display: block;
  }

  #footer-lgpd p {
    text-align: center;
  }

  #footer-lgpd #lgpd-accept{
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }

}