﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
    vertical-align:baseline;
}

/*nao deixa o width ser afetado pelo padding*/
*{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

body {
    background-color: #fff;
    color: rgba(255,255,255,0.5);
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

:root {
    --bg-color: #f4f1ea; /* Papel antigo */
    --ink-color: #544534;
    --border-color: #333;
}

body {
    color: var(--ink-color);
    font-family: "Lora", serif;
    margin: 0;
    padding: 0px;
    margin-top:20px;
    padding-bottom:0px;
}

header {
    text-align: center;
    border-bottom: 4px double var(--ink-color);
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    header h1 {
        font-size: 4rem;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: -2px;
    }

/* Botão Flutuante */
#btn-colaborar {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #e10d2e;
    color: var(--bg-color);
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    z-index: 100;
    transition: transform 0.2s;
    border-radius: 100px;
    font-size: 30px;
    line-height: 30px;
    width: 60px;
    height: 60px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
}

    #btn-colaborar:hover {
        transform: translateX(-50%) scale(1.1);
    }

/* Masonry Layout */
.container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    background-color: #f7f7f7;
    box-shadow: rgba(50, 50, 93, 0.55) 0px 13px 17px -5px, rgba(0, 0, 0, 0.5) 0px 8px 16px -8px;
    background-image: url(../images/153339.jpg);
    border-radius: 4px;
}

.container .back {
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/back.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 23px 100%;
    z-index: 100;
    pointer-events: none;
    border-radius: 4px;
}

.top {
    display: table;
    width: 92%;
    max-width: 1001px;
    margin: auto;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    letter-spacing: 0px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    padding-top: 15px;
}
.top .left{
    display:table;
    float:left;
}
.top .right{
    display:table;
    float:right;
}
.top  .left b{
    font-weight: 700;
}
.top  .right b{
    font-weight: 700;
}
.top span{
    padding-right:10px;
}
.main {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 620px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Força absoluta de linha */
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.main, .main * {
    box-sizing: border-box !important;
}

.main .leftside {
    width: 28% !important;
    max-width: 28% !important;
    position: sticky;
    top: 18px;
    margin-top: 18px;
}
.main .rightside {
    width: 68%;
    margin-right: 4.5%;
    padding-top: 18px;
    align-self: flex-start !important;
}

.main .leftside .logo{
    display:table;
    width: 100%;
}

    .main .leftside .logov2 {
        display: none;
        width: 100%;
    }

    .main .mural {
        width: 100% !important;
        display: block !important;
        padding-bottom: 20px;
        padding-left: 10px;
        box-sizing: border-box !important;
    }

.main::-webkit-scrollbar {
    display: none;
}

.main .noticiaintro {
    display: table;
    width: 100%;
    padding:25px;
    padding-top:20px;
    padding-right:0px;
    padding-bottom:33px;
}

.main .noticiaintro h1 {
    color:#000;
    font-size: 50px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    padding-bottom:25px;
}

.main .noticiaintro .texto {
    color:#000;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -1px;
}

    .main .noticia {
        display: block !important;
        float: left !important;
        width: calc(33.333% - 4px) !important; 
        padding: 16px;
        box-sizing: border-box !important;
    }

.main .noticia img {
    width: 100%;
    filter: sepia(0.5) grayscale(0.5) contrast(1.2);
    border: 1px solid var(--ink-color);
    margin-bottom: 10px;
}

.main .noticia h2 {
    font-size: 22px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-bottom: 15px;
}

.main .noticia .autor {
    font-size: 15px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    padding-top: 5px;
    border-bottom:1px solid #000;
    padding-bottom: 20px;
}
    .main .nova-noticia .autor {
        padding-bottom: 5px;
        border-bottom: none;
    }

.main .noticia1 {
    break-inside: avoid;
    display: table;
    width: 100%;
    padding: 25px;
    padding-bottom: 0px;
    background-color: transparent;
}

.main .noticia1 img {
    width: 100%;
    filter: sepia(0.5) grayscale(0.5) contrast(1.2);
    border: 1px solid var(--ink-color);
    margin-bottom: 10px;
}

.main .noticia1 h2 {
    font-size: 22px;
    color:#000;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: -1px;
    padding-bottom:25px;
}

.main .noticia1 .autor {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    padding-top: 5px;
    border-bottom:1px solid #000;
    padding-bottom: 30px;
}

.main .noticia2 {
    break-inside: avoid;
    display: table;
    width: 100%;
    padding: 25px;
    padding-bottom: 0px;
    background-color: transparent;
}

.main .noticia2 img {
    width: 100%;
    filter: sepia(0.5) grayscale(0.5) contrast(1.2);
    border: 1px solid var(--ink-color);
    margin-bottom: 10px;
}

.main .noticia2 h2 {
    font-size: 42px;
    color:#000;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    padding-bottom:25px;
}

.main .noticia2 .autor {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    padding-top: 5px;
    border-bottom:1px solid #000;
    padding-bottom: 30px;
}

.main .texto-simulado {
    height: 13px;
    background: rgba(0,0,0,0.07);
    margin-bottom: 12px;
    width: 100%;
}

/* Animação de Impressão */
@keyframes printEffect {
    0% {
        transform: translateY(-50px);
        opacity: 0;
        filter: blur(5px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0);
    }
}

.nova-noticia {
    background-color: #dce2ec !important;
}

/* Popup */
#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    font-family: "Lora", serif;
    color:#000;
}

    #modal h3 {
        font-family: "Lora", serif;
        font-weight:600;
        color: #000;
        padding-bottom:10px;
        font-size:18px;
    }

.modal-content {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    border: 5px solid rgba(0,0,0,1);
    border-radius:10px;
}

#modal div{
    padding-bottom:6px;
}

textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Lora", serif;
}

.emoji-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.emoji-option {
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border: 2px solid transparent;
}

    .emoji-option.selected {
        border-color: var(--ink-color);
        background: #e5e2d9;
    }

.btn-enviar {
    width: 100%;
    background: #e10d2e;
    color: white;
    padding: 10px;
    border: none;
    font-family: "Lora", serif;
    font-weight:500;
    cursor: pointer;
    border-radius:4px;
    margin-bottom:20px;
    margin-top:0px;
}

.Bt {
    display: inline-block;
    background: #e10d2e;
    color: white;
    padding: 8px;
    border: none;
    font-family: "Lora", serif;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
}

    .Bt:hover {
        transform: scale(1.1);
    }


.btcarregarmais {
    display: table;
    width: 100%;
    text-align: center;
    font-family: "Lora", serif;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
    text-decoration: underline;
    padding-bottom: 70px;
    color: #e10d2e;
    cursor:pointer;
}

.Footer {
    display: table;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
    opacity: 0.9;
    text-align: center;
}

    .Footer b {
        font-weight: 400;
    }


.social {
    display: table;
    margin: auto;
    margin-top: 40px;
}

