#pb-identificador {
    width: 100% !important;
}

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    height: 350px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .thumbnail {
/*    background: #000000;*/
    height: 200px;
    overflow: hidden;
	padding: 0;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #00B0EB;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #00B0EB;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
	text-transform: none;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #00B0EB;
    font-size: 20px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;

}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: black;
	

/* text-decoration: underline; */
font-size: 14px;
text-transform: uppercase;
font-family: PulsoLight;
letter-spacing: 2px;
}

.post-module .post-content .post-meta:hover {
    color: #00B0EB;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: underline!important;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.containerPostBuilder .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.containerPostBuilder {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 250px) and (max-width: 767px) {
    .containerPostBuilder {
        display: block;
    }
    .containerPostBuilder .column {
        width: 100%;
        padding: 0px;
        margin-bottom: 25px;
    }
    .post-module {
/*        height: 500px;*/
		height: 400px;
    }
    .post-module .thumbnail {
        height: 330px;
    }
    .post-module .post-content {
        padding: 30px 15px;
    }
}

@media (min-width: 768px) {
    .containerPostBuilder {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .containerPostBuilder {
        width: 970px;
    }
    .containerPostBuilder .column {
        padding: 0 10px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .containerPostBuilder {
        width: 1170px;
    }
    .containerPostBuilder .column {
        padding: 0 25px;
    }
}

.containerPostBuilder:before,
.containerPostBuilder:after {
    content: '';
    display: block;
    clear: both;
}

.containerPostBuilder .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.containerPostBuilder .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.containerPostBuilder .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.containerPostBuilder .info span {
    color: #666666;
    font-size: 12px;
}

.containerPostBuilder .info span a {
    color: #000000;
    text-decoration: none;
}

.containerPostBuilder .info span .fa {
    color: #00B0EB;
}

.btn-leer {
    cursor: pointer;
    font-size: 1.1rem;
}

.ph-item {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    height: 440px;
}

.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
    box-sizing: border-box;
}

.ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.ph-item>* {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px;
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px;
}

.ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da;
}

.ph-row .big,
.ph-row.big div {
    height: 20px;
    margin-bottom: 15px;
}

.ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
    flex: 0 0 16.6666666667%;
}

.ph-col-4 {
    flex: 0 0 33.3333333333%;
}

.ph-col-6 {
    flex: 0 0 50%;
}

.ph-col-8 {
    flex: 0 0 66.6666666667%;
}

.ph-col-10 {
    flex: 0 0 83.3333333333%;
}

.ph-col-12 {
    flex: 0 0 100%;
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.ph-picture {
    width: 100%;
    height: 220px;
    background-color: #ced4da;
    margin-bottom: 15px;
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}

.description p {
/*    display: contents !important;*/
	line-height: 1.3em!important;
	font-size: 14px;
	display: none
}