*{margin:0;padding:0;box-sizing:border-box;font-family:"Inter",sans-serif}body{background-color:#ddd}body.no-overflow{overflow:hidden}.post{background-color:#f0f0f0;border-radius:8px;width:50vw;box-shadow:0 2px 12px rgba(0,0,0,.295);border:1px solid #f2c4d9}.post .header-post{display:flex;justify-content:space-between;align-items:center}.post .header-post .user-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;grid-gap:10px;gap:10px;padding:10px}.post .header-post .user-info .img-perfil{background-color:#6d0132;border-radius:4px;width:54px;height:54px;cursor:pointer}.post .header-post .user-info>span{display:flex;flex-direction:column;justify-content:flex-start}.post .header-post .user-info>span .name-user{font-family:"Poppins",sans-serif;font-size:16px;color:#29292e;font-weight:500;border-bottom:1px solid #f2c4d9}.post .header-post .user-info>span .job{color:#adadad;font-size:12px}.post .header-post .date-post{display:flex;justify-content:flex-end;align-items:flex-end;grid-gap:4px;gap:4px;color:#6d0132;font-size:12px;font-weight:500;font-family:"Poppins",sans-serif;border-left:1px solid #f2c4d9;border-top:1px solid #f2c4d9;border-bottom:1px solid #f2c4d9;border-radius:8px 0 0 8px;padding:4px}.post .area-text-post{width:100%;word-wrap:break-word}.post .area-text-post .text-post{font-size:14px;text-align:justify;padding:8px 16px}.post .area-text-post .text-post ul>li{margin-left:20px}.post .photographys{padding:2px;flex-direction:row;flex-wrap:wrap}.post .photographys,.post .photographys .file-pdf{width:100%;display:flex;justify-content:center;align-items:center}.post .photographys .file-pdf{text-decoration:none;background-color:#b00f14;border:none;border-radius:4px;padding:8px;color:#f7f7f7;height:100px;margin:10px;flex-direction:column;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.post .photographys .file-pdf span p{font-size:24px}.post .photographys .file-pdf .icon-pdf{font-size:62px}.post .photographys .file-pdf:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.post .photographys .unic-img{width:100%;cursor:pointer}.post .photographys .many-img{width:49%;cursor:pointer}.post .photographys .many-img+.many-img{margin-left:4px}.post+.post{margin-top:12px}@media screen and (max-width:820px){.post{width:90vw}.post .header-post .user-info .img-perfil{width:48px;height:48px}.post .header-post .user-info>span .name-user{font-size:12px}.post .header-post .user-info>span .job{font-size:10px}.post .header-post .date-post{font-size:10px;padding:4px}.post .area-text-post .text-post{font-size:12px}.post .photographys .file-pdf{height:80px}.post .photographys .file-pdf span p{font-size:14px}.post .photographys .file-pdf .icon-pdf{font-size:48px}.post .photographys .file-pdf:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.post .photographys .unic-img{width:100%}.post .photographys .many-img{width:50%}}#header-page{width:100%;background-color:#6d0132;padding:10px;border-bottom:4px solid #ffc107;display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px}#header-page span p{color:#f7f7f7;font-family:"Poppins",sans-serif;font-weight:500}#main-page{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px}@media screen and (max-width:820px){#header-page span p{font-size:12px}}