﻿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 {
    font-family: "Playfair Display", serif;
    margin: 0;
    background: #fff;
    padding: 30px;
}

.intro {
    display: table;
    width:90%;
    max-width: 740px;
    margin: auto;
    text-align: center;
    padding: 15px 20px;
}

.pessoas {
    max-width: 1000px;
}

.redes {
    max-width: 1000px;
}

.intro h1 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom:15px;
}

.intro p {
    font-size:20px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom:10px;
}

.temas-menu {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 35px;
}

    .temas-menu button {
        padding: 12px 18px;
        padding-bottom: 14px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        background: rgba(0,0,0,0.08);
        transition: 0.3s;
        font-family: "Playfair Display", serif;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 16px;
        font-weight: 400;
        border: 2px dashed rgba(255,255,255,0);
    }

        .temas-menu button.active {
            color: #fff;
        }

        .temas-menu button.nacional.active {
            background: #1e5eff;
        }

        .temas-menu button.justica.active {
            background: #1e5eff;
        }

        .temas-menu button.pais.active {
            background: #1e5eff;
        }

        .temas-menu button.mundo.active {
            background: #1e5eff;
        }

        .temas-menu button.desporto.active {
            background: #1e5eff;
        }

        .temas-menu button.cultura.active {
            background: #1e5eff;
        }

        .temas-menu button.redes.active {
            background: #1e5eff;
        }

.mosaicos {
    display: flex;
    justify-content: center; /* centra o mosaico na página */
    width: 95%;
    margin: auto;
    max-width: 1380px;
}

.mosaico {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center; /* centraliza todas as linhas */
    margin-bottom: 40px;
}

.card {
    width: 280px; /* largura fixa para garantir alinhamento */
    height: 400px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 25px;
    filter: grayscale(0%);
    transition: filter 0.4s ease;
    cursor: pointer;
    flex: 0 0 280px; /* largura fixa */
    height: 400px;
}

    .card:hover {
        filter: grayscale(100%);
    }

    .card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100% );
        z-index: 1;
    }

    .card time,
    .card h3 {
        position: relative;
        z-index: 2;
    }

    .card time {
        display: table;
        width: auto;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 18px;
        font-weight: 400;
        opacity: 0.6;
        padding-bottom: 2px;
    }

    .card h3 {
        display: table;
        width:90%;
        margin: 2px 0 0;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 26px;
        font-weight: 400;
    }

.postredes {
    width: 96%;
    height: 96.5%;
    position: absolute;
    top: 1.5%;
    left: 2%;
    border: 1px dashed rgba(255,255,255,0.8);
    border-radius:10px;
}



.back {
    width: 100%;
    display: table;
    background-color: rgba(255,255,255, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}



.abalefty {
    display: block;
    position: fixed;
    top: 0px;
    left: -600px;
    width: 92%;
    max-width: 500px;
    height: 100%;
    background-color: #FFF;
    /*border-left:1px solid rgba(0,0,0,0.2);*/
    z-index: 11111;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .abalefty.open {
        left: 0;
    }

    .abalefty .ctaba2 {
        display: table;
        width: 100%;
        opacity: 1;
    }

    .abalefty .close {
        display: table;
        width: 35px;
        border-radius: 100px;
        background-color: #000;
        padding: 10px;
        position: absolute;
        top: 20px;
        right: 25px;
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
        cursor: pointer;
        z-index: 100;
        /*transition:0.3s;*/
    }

        .abalefty .close:hover {
            background-color: #000;
        }

        .abalefty .close img {
            display: table;
            width: 100%;
        }

    .abalefty .elemento {
        display: table;
        width: 100%;
    }

    .abalefty .img {
        display: table;
        width: 100%;
        height:340px;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        position:relative;
    }

    .abalefty .txts {
        display: table;
        width: 85%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 90px;
    }

    .abalefty .bts {
        display: table;
        width:100%;
        position: absolute;
        bottom: 30px;
        left: 30px;
    }

    .abalefty .bt a {
        display: table;
        float:left;
        padding: 12px 18px;
        padding-bottom: 14px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.08);
        transition: 0.3s;
        font-family: "Playfair Display", serif;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 16px;
        font-weight: 400;
        background: #1e5eff;
        color:#fff;
        margin-top:25px;
        margin-right:10px;
    }

    .abalefty .autor {
        display: table;
        width: auto;
        position: absolute;
        bottom: 0px;
        right:0px;
        font-family: "Playfair Display", serif;
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 14px;
        font-weight: 400;
        background: rgba(0,0,0,0.1);
        color: #fff;
        padding:3px; 
        padding-left:8px;
        padding-right:8px;
        padding-bottom:4px;
    }

    .abalefty .txtaba1 {
        display: table;
        width: 100%;
        padding-top: 20px;
    }

        .abalefty .txtaba1 .tt0 {
            display: table;
            width: 85%;
            font-size: 26px;
            line-height: 32px;
            font-weight: 400;
            letter-spacing: 0px;
            color: #000;
            margin-bottom: 20px;
        }

        .abalefty .txtaba1 span {
            font-size: 18px;
            line-height: 26px;
            font-weight: 400;
            letter-spacing: 0px;
            color: #000;
        }

        .abalefty .txtaba1 .tt1 {
            display: table;
            width: 100%;
            font-size: 24px;
            line-height: 34px;
            font-weight: 500;
            letter-spacing: 0px;
            color: #323a4a;
            padding-bottom: 20px;
            padding-top: 5px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(0,0,0,0.2);
        }

            .abalefty .txtaba1 .tt1 span {
                color: rgba(0,0,0,0.5);
                display: table;
                font-size: 18px;
                line-height: 26px;
            }

        .abalefty .txtaba1 .tt2 {
            letter-spacing: 0px;
            display: table;
            width: 100%;
            font-size: 20px;
            line-height: 30px;
            color: #323a4a;
            font-weight: 300;
            padding-bottom: 30px;
            /*border-bottom:1px solid rgba(0,0,0,0.2);*/
            margin-bottom: 30px;
            text-align: justify;
        }

    .abalefty .txtaba2 {
        display: table;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
        color: rgba(0,0,0,1);
        padding-bottom: 30px;
    }




.Footer {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 200;
    color: #323a4a;
}

    .Footer a {
        cursor: pointer;
    }

    .Footer b {
        font-weight: 600;
    }

    .Footer div {
        text-align: center;
        width: 100%;
        display: table;
        padding-bottom: 10px;
        font-weight: 400;
        cursor: pointer;
        color: #323a4a;
    }
