﻿

@media screen and (max-width:980px) {

    body {
        color: var(--ink-color);
        font-family: "Lora", serif;
        margin: 0;
        padding: 0px;
        margin-top: 10px;
        padding-bottom: 0px;
    }
    .container {
        position: relative;
        width: 95%;
        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;
        border-top: 2px solid #000;
    }

    .Bt {
        display: table;
        margin-top: 20px;
        margin-bottom:15px;
        margin-left: 0px;
    }

    .top {
        display: table;
        width: 100%;
        max-width: 1001px;
        margin: auto;
        font-size: 10px;
        line-height: 10px;
        font-weight: 400;
        letter-spacing: 0px;
        border-bottom: 0px solid #000;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .main .leftside .logo {
        display: none;
        width: 100%;
    }

    .main .leftside .logov2 {
        display: table;
        width: 100%;
    }

    .main .noticiaintro h1 {
        color: #000;
        font-size: 32px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: -1px;
        padding-bottom: 15px;
    }

    .main .noticiaintro .texto {
        color: #000;
        font-size: 21px;
        line-height: 25px;
        font-weight: 500;
        letter-spacing: -1px;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
    }

    .main {
        width: 100% !important;
        max-width: 100% !important;
        z-index: 1;
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 590px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: block !important;
        flex-wrap: initial !important;
        justify-content: initial !important;
        align-items: initial !important;
        border-radius: 4px;
    }

        .main .leftside {
            width: 100% !important;
            max-width: 100% !important;
            position: initial;
            top: initial;
            margin-top: 0px;
            
        }

    .main .rightside {
        width: 100%;
        margin-right: 0%;
        padding-top: 0px;
        align-self: flex-start !important;
        padding-bottom:0px;
    }

        .main .mural {
            width: 100% !important;
            display: block !important;
            column-count: 2 !important;
            column-gap: 0px !important;
            column-fill: balance !important;
            padding-left: 0px;
            padding-bottom: 40px;
        }

        .main .noticia {
            display: block !important;
            float: left !important;
            width: calc(50% - 0px) !important;
            padding: 15px;
            padding-bottom: 0px;
            box-sizing: border-box !important;
        }

        .main .noticiaintro {
            display: table;
            width: 100%;
            padding: 15px;
            padding-top: 20px;
            padding-right: 15px;
            padding-bottom: 15px;

        }

        .main .noticia h2 {
            font-size: 20px;
            color: #000;
            line-height: 21px;
            font-weight: 400;
            letter-spacing: -1px;
            padding-bottom: 15px;
        }

        .main .texto-simulado {
            height: 13px;
            background: rgba(0, 0, 0, 0.07);
            margin-bottom: 10px;
            width: 100%;
        }

        .main .noticia .autor {
            font-size: 14px;
            color: #000;
            line-height: 14px;
            font-weight: 400;
            padding-top: 5px;
            padding-bottom: 18px;
        }

}




