<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .apagination {
        background: #cee4d1;
        padding: 0 10px 0 10px;
        border-radius: 4px;
        box-shadow: 1px 1px 1px;
        margin: auto 3px 0 3px;
        font-size: 15px;
        font-weight: bold !important;
    }

    .spanpagination {
        background: #53AFE6;
        color: white;
        padding: 0 10px 0 10px;
        border-radius: 4px;
        box-shadow: 1px 2px 1px black;
        margin: auto 3px 0 3px;
        font-size: 15px;
        font-weight: bold !important;
    }


    .paginations {
        padding: 12px 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #d0d0d0;
        font-size: 15px;
        font-weight: bold !important;
    }

    .overlay {
        position: fixed;
        z-index: 1000;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #000;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    .overlayContent {
        z-index: 1001;
        margin: 250px auto;
        width: 250px;
        height: 130px;
    }

    a.titulo_enlace2:link, a.titulo_enlace2:hover, a.titulo_enlace2:visited, .titulo_enlace2 {
        color: black !important;
        font-size: 22px;
        font-family: 'Oswald', Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 23px;
        text-decoration: none !important;
    }

    .blog-posts .post {
        flex: 1;
        overflow: hidden;
        background: white;
        height: 189px;
        -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 2px 0 rgb(0 0 0 / 32%);
        margin-right: 1em;
        margin-bottom: 1em;
        margin: 0 10px 17px 0;
        padding: 5px;
        width: 48%;
    }

    .blog-posts .post:hover {
            filter: drop-shadow(3px 2px 5px #00000087);
        }

    .blog-posts .post .image {
            float: left;
            width: 43%;
            height: 100%;
            background-size: cover;
            background-position: center center;
        }

    .blog-posts .post:hover .image {
            opacity: 0.8;
        }

    .blog-posts .post .image .time {
            background: #db121c;
            width: 50px;
            text-align: center;
            padding: 0.5em 0;
            color: #ffff;
            position: absolute;
        }

    .blog-posts .post .image .time .date {
                font-weight: bolder;
            }

    .blog-posts .post .image .time .month {
                font-size: 1.2rem;
            }

    .image img {
        height: 98% !important;
        width: 100%;
    }

    .blog-posts .post .image, .container .blog-posts .post .content {
        display: inline-block;
        position: relative;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .blog-posts .post .content {
        padding: 0.5em 10px;
        width: 57%;
        -moz-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
        box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .blog-posts .post .content h1 {
            font-weight: 600;
            font-size: 18px !important;
            display: block;
            display: -webkit-box;
            max-width: 100%;
            margin: 0 0 5px 0;
            line-height: 1.3;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .blog-posts .post .content p {
            font-weight: 300;
            font-size: 1.2rem;
            line-height: 1.5;
            margin-bottom: 0.5em;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .txtbuscar {
        width: 100%;
        font-size: 14px !important;
        margin: 2px 0;
        float: left;
    }

    .btnbuscar {
        padding: 3px !important;
        margin: 4px 26px !important;
        font-size: 15px !important;
    }

    .buscarnoti {
        display: -webkit-inline-box;
    }

    .btn-primary {
        color: #fff !important;
        background-color: #007b5e !important;
        border-color: #007b5e !important;
    }
    
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.blog-posts .post {
    width: 98%;
    }
.buscarnoti .col-md-6 h3{
display:none;
}
}
	</pre></body></html>