.dsmformacion .entry-header,
.dsmformacion .sectionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dsmformacion .entry-header h1,
.dsmformacion .sectionTitle h1 {
    display: inline-block;
    padding: 0 4% 0 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.33;
    color: #707070;
    background: #ffffff;
    text-transform: uppercase;
}
.dsmformacion .entry-header:after,
.dsmformacion .sectionTitle:after {
    content: '';
    flex: 1;
    width: auto;
    height: 1px;
    border-bottom: 1px solid #707070;
}
.dsmformacion .postArchiveWrapper {
	display: flex;
}
.dsmformacion .postArchiveSection {
    flex-basis: 75%;
    margin: 0;
    padding: 0 5% 0 0;
}
.dsmformacion .postAdvertisingSection {
    flex-basis: 25%;
	margin: 55px 0 0 0;
}
.dsmformacion .sectionTitle {
	margin: 60px 0 40px 0;
}
.dsmformacion .listWrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 32px;
}
.dsmformacion .upcomingItems .postItem {
	display: flex;
	gap: 25px;
}
.dsmformacion .headerWrapper {
	flex-basis: 40%;
}
.dsmformacion .contentWrapper {
	flex: 1;
}
.dsmformacion .postImage {
	position: relative;
}
.dsmformacion .postImage img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 698 / 359;
}
.dsmformacion .postTitle {
	position: relative;
	display: flex;
    align-items: center;
}
.dsmformacion .date {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #bd1d1d;
    text-align: center;
}
.dsmformacion .date {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22%;
    min-width: 68px;
    padding: 8px 2%;
    background-color: #bd1d1d;
    text-align: center;
}
.dsmformacion .day {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
}
.dsmformacion .month {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
    color: #fff;
    text-transform: capitalize;
}
.dsmformacion .postTitle .title {
	flex: 1;
}
.dsmformacion .postTitle .title a {
	position: relative;
	display: block;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.32;
	color: #707070;
	text-align: justify;
}
.dsmformacion .postTitle .title a:hover {
	opacity: 0.95;
}
.dsmformacion .postTitle .title a .toolTip{
	visibility: hidden;
	opacity: 0;
	display: flex;
	position: absolute;
	z-index: 9;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 48px;
	padding: 6px 8px;
	margin: 0 8%;
	background: #6F7378;
	color: #fff;
	text-align: center;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 300;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dsmformacion .postTitle .title a .toolTip:before {
	content: '';
	position: absolute;
	bottom: -14px;
	right: 50%;
	width: 0;
	height: 0;
    margin-right: -15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #6F7378;
	font-size: 0;
	line-height: 0;
}
.dsmformacion .postTitle .title a:hover .toolTip {
	visibility: visible;
	opacity: 1;
}
.dsmformacion .postTitle p,
.dsmformacion .postTitle a {
	margin: 0;
}
.dsmformacion .contentWrapper p {
	margin: 0;
	padding: 2px 0 5px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.33;
	text-align: justify;
	color: #000;
}
.dsmformacion .allItems .listWrapper {
	grid-template-columns: repeat(2, 1fr);
}
.dsmformacion .allItems article {
	min-height: 85px;
    box-sizing: border-box;
	border: solid 1px #ccc;
}
.dsmformacion .allItems article div {
	height: 100%;
}
.dsmformacion .allItems .date {
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	top: auto;
	width: auto;
	flex-basis: 15%;
}
.dsmformacion .allItems .postTitle .title a {
	padding: 2px 2%;
	font-weight: 500;
	font-size: 18px;
}

.postPagination {
	margin: 55px 8%;
	text-align: center;
}
.postPagination span,
.postPagination a {
	margin: 0 0.5%;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.35;
	color: #707070;
}
.postPagination .current,
.postPagination a:hover {
	background-color: #ecbdbd;
}

/* Advertising Section */
.postAdvertisingSection {
	flex-basis: 25%;
}
.postAdvertisingSection ul {
	margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}
.postAdvertisingSection li,
.postAdvertisingSection section {
	margin-bottom: 35px;
	list-style: none;
}
.postAdvertisingSection li:last-child,
.postAdvertisingSection section:last-child {
	margin-bottom: 0;
}
.postAdvertisingSection img {
	display: block;
	width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 325 / 560;
}
.postAdvertisingSection .responsiveContent {
	display: none;
}
.postAdvertisingSection .widget_media_image {
	display: none;
}

@media only screen and (max-width: 1400px) {
	.dsmformacion .day {
		font-size: 22px;
	}
	.dsmformacion .month {
		font-size: 11px;
	}
	.dsmformacion .allItems .date .day {
		font-size: 24px;
	}
	.dsmformacion .allItems .date .month {
		font-size: 12px;
	}
	.dsmformacion .allItems .date {
		flex-basis: 20%;
		padding: 12px 2%;	
	}
	.dsmformacion .postTitle .title a {
		font-size: 18px;
	}
	.dsmformacion .contentWrapper p { 
		font-size: 14px;
	}
	.dsmformacion .allItems .postTitle .title a {
		padding: 3px 3%;
	}
}
@media only screen and (max-width: 1024px) {
	.dsmformacion .listWrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.dsmformacion .sectionTitle {
	    margin: 50px 0 35px 0;
	}
	.dsmformacion .entry-header h1,
	.dsmformacion .sectionTitle h1 {
	    font-size: 22px;
	}
	.dsmformacion .contentWrapper p { 
		font-size: 14px;
	}
	.dsmformacion .date {
		width: auto;
		min-width: 70px;
	}
	.dsmformacion .month {
		font-size: 10px;
	}
	.dsmformacion .allItems .date {
		width: auto;
		flex-basis: 28%;
	}
	.dsmformacion .allItems .postTitle .title a {
		padding: 5px 5%;
		font-weight: 500;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.dsmformacion .sectionTitle {
		margin: 40px 0 25px 0;
	}
	.dsmformacion .listWrapper {
		gap: 26px;
	}
	.dsmformacion .allItems .date .day {
		padding: 0 0 4px 0;
		font-size: 22px;
	}
	.dsmformacion .postTitle .title a {
	    font-size: 16px;
	}
}
@media only screen and (max-width: 560px) {
	.dsmformacion .listWrapper,
	.dsmformacion .allItems .listWrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.dsmformacion .postImage .date,
	.dsmformacion .allItems .date {
		flex-basis: 20%;
	}
	.dsmformacion .contentWrapper p {
		padding: 8px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.dsmformacion .date {
		min-width: 57px;
    	padding: 4px 1%;
	}
	.dsmformacion .allItems .date {
		padding: 12px 2%;
	}
	.dsmformacion .day {
		font-size: 18px;
	}
}
