﻿.ContNoticias{
	margin: 0px 15px;
}

.post h4{
    background: #8c2226;
    width: 100%;
    height: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    margin: 0px;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.post a{
	text-decoration: none !important;
}
 .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;
    }
    
   .post a:hover {
        color: black;
        text-decoration: underline;
     }	

    .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 {
	overflow: hidden;
    background: white;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    	margin: 8px 10px;
	padding: 5px;
	width: 48%;
	height: 230px;
	border-radius: 5px;
	border: medium solid #f7f7f7;
	float: left;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 32%);
}
    #idpaginador{
		float:left;
	}

    .blog-posts .post:hover {
            box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        }

    .blog-posts .post .image {
            float: left;
            width: 43%;
            height: 100%;
            background-size: cover;
            background-position: center center;
            display: grid !important;
    		align-items: center;
    		height: 190px;
        }

    .blog-posts .post:hover .image {
            opacity: 0.8;
        }

    .blog-posts .post .image .time {
            background: #1a63ad;
            width: 50px;
            text-align: center;
            padding: 0.5em 0;
            color: #ffff;
            position: absolute;
        }

    .blog-posts .post .image .time .date {
                font-weight: bolder;
            }

	.post .meta {
	    background: #2e9eac;
	    color: white;
	}
	
	.post  span {
	    text-shadow: 1px 2px 3px BLACK;
	    font-weight: 600;
	}
    .blog-posts .post .image .time .month {
                font-size: 1.2rem;
            }

  .post  .image img {
        height: 213px !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: 190px;
    }

    .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: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

ul.list-inline.list-unstyled {
display: none
}
    .blog-posts .post .content p {
            font-weight: 300;
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 0.5em;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -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;
}
}
	