.eventos {
	display: block;
	float: left;
	padding-bottom: 42px;
	width: 100%;
}

@media(min-width:1024px) {
	.eventos {
		padding-bottom: 60px;
	}
}

.eventos .eventos-banner {
	display: block;
	float: left;
	background-image: url(../images/cursos-y-catas-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 24%;
	width: 100%;
}

@media(min-width:1024px) {
	.eventos .eventos-banner {
		padding-bottom: 0%;
		height: 300px;
	}
}

.eventos h1 {
	display: block;
	float: left;
	margin-top: 5px;
	border-bottom: 1px solid #641F2D;
	color: #641F2D;
	font-family: "montserratbold";
	font-size: 18px;
	line-height: 40px;
	width: 100%;
}

@media(min-width:1024px) {
	.eventos h1 {
		margin-top: 30px;
		border-bottom: 2px solid #D6C2C6;
		font-size: 24px;
		line-height: 64px;
	}
}

.eventos .listado-eventos {
	display: grid;
	float: left;
	grid-template-columns: fit-content(310px);
	gap: 0px 20px;
	justify-content: center;
	width: 100%;
}

@media(min-width:600px) {
	.eventos .listado-eventos {
		grid-template-columns: fit-content(310px) fit-content(310px);
		justify-content: space-between;
	}
}

@media(min-width:800px) {
	.eventos .listado-eventos {
		grid-template-columns: fit-content(310px) fit-content(310px) fit-content(310px);
	}
}

@media(min-width:1024px) {
	.eventos .listado-eventos {
		grid-template-columns: 1fr;
	}
}

.listado-eventos li {
	display: block;
	float: left;
	position: relative;
	margin-top: 14px;
	border-bottom: 1px solid #D6C2C6;
	width: 100%;
}

@media(min-width:1024px) {
	.listado-eventos li {
		margin-top: 34px;
		border-bottom: none;
		padding-left: 342px;
	}
}

.listado-eventos li article {
	display: block;
	float: left;
	padding-bottom: 82px;
	width: 100%;
}

@media(min-width:1024px) {
	.listado-eventos li article {
		position: relative;
		border-bottom: 1px solid #D6C2C6;
		padding-bottom: 20px;
		padding-right: 242px;
	}
}

.listado-eventos li article img {
	display: block;
	float: left;
	margin-bottom: 17px;
	width: 100%;
	max-width: 310px;
}

@media(min-width:1024px) {
	.listado-eventos li article img {
		position: absolute;
		top: 0px;
		left: -342px;
		width: auto;
	}
}

.listado-eventos li article h2 {
	display: block;
	float: left;
	color: #641F2D;
	font-family: "montserratbold";
	font-size: 18px;
	line-height: 22px;
	width: 100%;
}

.listado-eventos li article>p {
	display: block;
	float: left;
	margin-top: 12px;
	color: #1C1C1C;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}

@media(min-width:1024px) {
	.listado-eventos li article>p {
		margin-top: 14px;
		font-size: 16px;
		line-height: 24px;
	}
}

.listado-eventos li article .info {
	display: block;
	float: left;
	margin-top: 12px;
	width: 100%;
}

.info p {
	display: block;
	float: left;
	position: relative;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 18px;
	padding-left: 35px;
	width: 100%;
}

@media(min-width:1024px) {
	.info p {
		margin-top: 6px;
		line-height: 36px;
	}
}

.info p:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -11px;
	background-image: url(../images/sprite-cursos-y-catas.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	content: '';
	width: 22px;
	height: 22px;
}

.info p.fecha:before {
	background-position: 0px 0px;
}

.info p.hora:before {
	background-position: 0px -31px;
}

.info p.lugar:before {
	background-position: 0px -62px;
}

.info p.duracion:before {
	margin-top: -12px;
	background-position: 0px -95px;
	height: 25px;
}

.info p strong {
	color: #641F2D;
	font-family: "montserratbold";
	font-weight: normal;
}

.listado-eventos li article a {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 24px;
	border-radius: 5px;
	background-color: #EFAF48;
	color: #641F2D;
	font-family: 'montserratsemibold';
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	width: 100%;
}

@media(min-width:1024px) {
	.listado-eventos li article a {
		bottom: 50%;
		width: 190px;
	}
}

.listado-eventos li article a:before {
	display: inline-block;
	margin-top: -7px;
	margin-right: 7px;
	background-image: url(../images/sprite-cursos-y-catas.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 22px auto;
	vertical-align: middle;
	content: '';
	width: 22px;
	height: 22px;
}

.calendly-spinner>div {
	float: none;
}

.calendly-inline-widget iframe,
.calendly-badge-widget iframe,
.calendly-overlay iframe {
	height: 101% !important;
}

.msg_error {
	border: 1px solid #b70f2f;
	color: #b70f2f;
	background-color: #fcf5f6;
	margin-top: 30px;
}

.msg_error {
	text-align: center;
	border-radius: 10px;
	padding: 15px;
}

.warning_cookies_link {
	display: inline-block;
	width: auto;
	float: none;
	text-decoration: underline;
}

.disable_calendly_link {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.6;
	text-decoration: none;
}