.fundo-image{background-position:center center;background-size:cover;background-repeat:no-repeat;}
.base{display:flex;flex-direction:column;position:relative;padding-bottom:0px;min-height:100vh;overflow-x:hidden;width:100%;height:100%;}
.base .space{flex:1 1 0%;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;padding:64px 16px 32px;height:100%;width:100%;}
.conteudo{margin:0px auto;height:100%;width:100%;max-width:680px;}
.header-content{display:flex;-webkit-box-align:center;align-items:center;flex-direction:column;width:100%;height:100%;}
.foto-perfil-content{margin-bottom:16px;}
.foto-perfil{border-radius:50%;width:96px;height:96px;display:block;object-fit:contain;object-position:initial;filter:none;}
.title-content{display:flex;-webkit-box-align:center;align-items:center;margin-left:12px;margin-right:12px;max-width:100%;}
.title{margin:0px;font-weight:700;font-size:20px;line-height:1.5;text-overflow:ellipsis;max-width:100%;white-space:nowrap;overflow:hidden;}
.destaque-content{padding-left:40px;padding-right:40px;margin-top:4px;}
.destaque{padding:0px;margin:0px;text-align:center;font-size:14px;font-weight:500;line-height:1.5;}
.mt-4{margin-top:32px;}
.link{z-index:0;overflow:hidden;margin-bottom:16px;transition:box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;border:2px solid rgb(253, 198, 0);background-color:rgb(253, 198, 0);color:rgb(0, 0, 0);border-radius:30px;}
.link a{margin:0px;border:none;font-family:inherit;font-weight:inherit;font-size:inherit;text-align:center;background:none;text-decoration:none;display:flex;height:auto;position:relative;padding:7px;width:100%;appearance:none;box-sizing:border-box;vertical-align:middle;align-content:center;justify-content:space-between;align-items:center;}
.link a{overflow-wrap:break-word;word-break:break-word;hyphens:auto;white-space:normal;background:none;color:inherit;transition:box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;}
.link-thumbnail{margin-right:10px;}
.link-thumbnail-image{border-radius:50%;width:50px;height:46px;border-radius:0px;display:block;object-fit:cover;object-position:initial;}
.flex-grow-1{flex-grow:1;}
.icon-link{padding:0 8px;}
.link .icon-link{visibility:hidden;}
.link:hover .icon-link{visibility:visible;}
.link-text{padding:0px;margin:0px;width:100%;font-weight:600;line-height:1.5;}
.social-content{margin-top:24px;}
.social-grid{display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;height:100%;}
.social-link{transition:transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;z-index:0;padding-left:8px;padding-right:8px;color:inherit;text-decoration:none;font-size:28px;}
.social-link:hover{transform:scale(1.075);}
@media screen and (min-width:576px){
.base .space{padding-bottom:64px;}
.destaque{font-size:16px;}
}
@media screen and (max-width:768px){
.link .icon-link {
display: none;
}
}