
/* Rediseño 2025 */

.background-primary-v2 {
	background: #F6F6F6;
}

.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 768px) {
	.sm-no-gutter {
		margin-right: 0;
		margin-left: 0;
	}
	.sm-no-gutter > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.md-no-gutter {
		margin-right: 0;
		margin-left: 0;
	}
	.md-no-gutter > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.lg-no-gutter {
		margin-right: 0;
		margin-left: 0;
	}
	.lg-no-gutter > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}
}

.titular_padre_v2 {
	/* Padre cards home */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;

	display: flex;
	align-items: center;

	color: #39A592;

	/* Inside auto layout */
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;

	padding: 0;
	margin: 20px 0 12px 0;
}

.titular_v2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;

	color: #1D1D1B;
	/* Inside auto layout */
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;

	padding: 0;
	margin: 0 0 20px 0;
}

.text_v2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	
	display: flex;
	align-items: center;

	color: #000000;


	/* Inside auto layout */
	flex: none;
	order: 2;
	align-self: stretch;
	flex-grow: 0;

	padding: 0;
	margin: 0 0 18px 0;
}

.calendar-icon {
	background-image: url('/images/icon-calendar.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}

.group_icon_v2 {
	flex: none;
	order: 0;
	flex-grow: 0;
}
.group_text_v2 {
	/* Fechas */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;

	display: flex;
	align-items: center;

	color: #000000;

	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;
}
.group_container_v2 {
	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;

	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;

	padding: 0;
	margin: 0 0 20px 0;
}

/* Componente Agenda */
.agenda-home .info-container {
    background: #F6F6F6;
    padding: 10px 20px 0px 20px;
}
@media (min-width: 992px) { /* md */
	.agenda-home .vertical-info-container {
		min-height: 268px;
	}
}

/* Componente Event Card */
.event-card {
	position: relative;
	margin-bottom: 20px;
}

.event-card-image {
	position: relative;
}

.event-card-image img {
	width: 100%;
	height: auto;
}

.event-card-date {
	position: absolute;
	right: 15px;
	top: 0;
	font-family: 'Comp Pro', sans-serif !important;
	color: #1D1D1B;
	background: rgba(255, 255, 255, 0.6);
	padding: 17px 17px 6px 18px;
	text-align: center;
}

.row.no-gutter .event-card-date {
	right: 0;
}
@media (min-width: 768px) {
	.row.sm-no-gutter .event-card-date {
		right: 0;
	}
}
@media (min-width: 992px) {
	.row.md-no-gutter .event-card-date {
		right: 0;
	}
}
@media (min-width: 1200px) {
	.row.lg-no-gutter .event-card-date {
		right: 0;
	}
}

.event-card-date .numero {
	font-size: 34px;
	line-height: 21px;
	padding-bottom: 2px;
}

.event-card-date .mes {
	font-size: 21px;
}

.event-card-date .numero-2 {
	font-size: 25px;
	line-height: 17px;
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 4px;
}

.event-card-date .mes-2 {
	font-size: 16px;
}

.event-card-content {
	padding: 20px;
}

.event-card-parent-section {
	margin-bottom: 8px;
}

.event-card-parent-section .parent-section-link {
	color: #39A592;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.event-card-parent-section .parent-section-link:hover {
	color: #2dc0aa;
	text-decoration: underline;
}

.event-card-title h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 12px 0;
	color: #1D1D1B;
}

.event-card-title a {
	color: inherit;
	text-decoration: none;
}

.event-card-title a:hover {
	color: #2dc0aa;
}

.event-card-description {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-bottom: 15px;
}

.event-card-description a {
	color: inherit;
	text-decoration: none;
}

.event-card-description a:hover {
	color: #2dc0aa;
}

.event-card-time {
	margin-top: 15px;
	font-size: 14px;
	color: #888;
}

.event-card-date-inline {
	margin-top: 15px;
	font-size: 14px;
	color: #888;
}

.event-card-date-inline .glyphicon {
	margin-right: 5px;
}

.icon-text-container {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 2px 0px;
}