#sp-header,
.site-header {
	background-color: white !important;
}

#sp-component {
	margin-top: 0 !important;
}

#sp-main {
	padding-top: 0 !important;
}


@media (max-width: 959px) {
	#sp-header,
	#sp-header .logo {
		height: 70px !important;
	}

	.submenu {
		display: none;
	}
}


/* -------------------------------------------------------------------------- */

.evento-page h2 {
	margin-bottom: 20px;
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.evento-page h2::before {
	display: inline-block;
	content: '';
	width: 4px;
	height: 14px;
	margin-right: 10px;
	border-radius: 0 4px 4px 0;
	background: #C00000;
}


@media (max-width: 959px) {
	.evento-page .container {
		padding: 0;
		margin: 0 auto;
		max-width: 86% !important;
	}
}


@media (min-width: 960px) {
	.evento-page .container {
		padding: 0;
		margin: 0 auto;
		max-width: 1200px !important;
	}

	.evento-page h2 {
		font-size: 24px;
	}
}


/* -------------------------------------------------------------------------- */

@media (max-width: 959px) {
	.evento-intro-img {
		display: none;
	}
}

@media (min-width: 960px) {
	.evento-intro {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		font-size: 18px;
	}

	.evento-intro-img {
		margin-left: 10%;
		width: 45%;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.evento-intro-img img {
		display: block;
		border-radius: 0 0 12px 12px;
		width: 100%;
	}
}


/* ------------------ */

.evento-breadcrumb {
	padding: 10px 0;
	font-size: 14px;
}

.evento-breadcrumb a {
	text-decoration: underline;
}

.evento-title {
	font-size: 24px;
	font-weight: bold;
	color: black;
}

.evento-tipo {
	font-weight: bold;
	color: black;
}

.evento-exponentes-short {
	margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.evento-exponentes-short span {
	text-decoration: underline;
}

@media (min-width: 960px) {
	.evento-title {
		font-size: 32px;
	}
}


/* ------------------- */

.evento-details {
	margin-top: 40px;
	padding: 24px 32px;
	border-radius: 12px;
	border: 1px solid #DADADA;
}

.evento-details span {
	display: block;
}

.evento-details span::before {
	display: inline-block;
	content: '';
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transform: translateY(5px);
}

.evento-fecha::before { background-image: url("/images/evento/calendar.svg"); }
.evento-lugar::before { background-image: url("/images/evento/location.svg"); }
.evento-hora::before  { background-image: url("/images/evento/clock.svg"); }
.evento-costo::before { background-image: url("/images/evento/coins.svg"); }


@media (max-width: 959px) {
	.evento-details span {
		margin-bottom: 16px;
	}

	.evento-details .genit-btn {
		display: block;
		width: 100%;
		text-align: center;
	}
}


@media (min-width: 960px) {
	.evento-details {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 40px;
	}
}


/* ---------------------------- */

.evento-more-info {
	margin: 20px 0 50px 0;
}

.evento-more-info a {
	color: #C00000;
	text-decoration: underline;
}

.evento-more-info a::after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url('/images/link-arrow-right.svg');
	background-size: 12px 12px;
}


@media (max-width: 959px) {
	.evento-more-info {
		display: none;
	}
}

/* ---------------------------- */

.evento-contenido h3 {
	font-size: 20px;
	color: black;
}


@media (max-width: 959px) {
	.evento-contenido {
		margin-top: 40px;
	}

	.evento-contenido-img {
		display: none;
	}
}


@media (min-width: 960px) {
	.evento-contenido {
		display: flex;
		width: 100%;
	}

	.evento-contenido-img {
		width: 40%;
		margin-right: 5%;
		flex-shrink: 0;
		flex-grow: 0;
	}

	.evento-contenido-img img {
		display: block;
		width: 100%;
		border-radius: 0 12px 12px 0;
	}

	.evento-contenido h3 {
		font-size: 22px;
	}
}


/* -------------------- */

.expositores {
	margin-top: 40px;
}

.expositor {
	margin-bottom: 30px;
	border: 1px solid #B5B5B5;
	border-radius: 12px;
}

.expositor-text {
	padding: 20px;
}

.expositor-text h3 {
	font-size: 16px;
	font-weight: bold;
	color: black;
}


@media (max-width: 959px) {
	.expositor-img {
		display: none;
	}
}


@media (min-width: 960px) {
	.expositor {
		display: flex;
	}

	.expositor-img {
		min-width: 120px;
		flex-shrink: 0;
	}

	.expositor-img img {
		display: block;
		width: 100%;
		border-radius: 12px 0 0 12px;
	}

	.expositor-text {
		padding: 30px;
	}

	.expositor-text h3 {
		font-size: 22px;
	}
}


/* FORM REGISTROS ----------------------------------------------------------- */

.evento-form > .genits-title {
	margin-top: 0;
	margin-bottom: 16px;
}


.evento-form > p {
	margin-bottom: 16px;
	font-size: 16px;
}


.evento-form .effields {
	margin-top: 32px;
}


.evento-form .efentry {
	margin-bottom: 24px;
}


::placeholder {
	color: #687983;
}


.evento-form .efentry-box input,
.evento-form .efentry-box select {
	display: block;
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	background: white;
	padding: 0 0 0 20px;
}


.evento-form .efentry-box input:focus,
.evento-form .efentry-box select:focus {
	border-color: #92C8E5;
}

.evento-form .efentry-box input.is-invalid,
.evento-form .efentry-box select.is-invalid {
	border-color: #DC3545 !important;
	background-image: url("data:image/svg+xml,%3csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'12\'\ height=\'12\'\ fill=\'none\'\ stroke=\'%23dc3545\'\ viewBox=\'0\ 0\ 12\ 12\'%3e%3ccircle\ cx=\'6\'\ cy=\'6\'\ r=\'4.5\'/%3e%3cpath\ stroke-linejoin=\'round\'\ d=\'M5.8\ 3.6h.4L6\ 6.5z\'/%3e%3ccircle\ cx=\'6\'\ cy=\'8.2\'\ r=\'.6\'\ fill=\'%23dc3545\'\ stroke=\'none\'/%3e%3c/svg%3e");
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	background-repeat: no-repeat;
}


.evento-form .efentry-box input {
	width: 100%;
}


.evento-form .efentry-2-col {
	display: flex;
	justify-content: space-between;
}


.evento-form .efentry-2-col select {
	flex-shrink: 0;
	flex-grow: 0;
	width: calc(35% - 26px);
}


.evento-form .efentry-2-col input {
	flex-shrink: 0;
	flex-grow: 0;
	width: 65%;
}


.evento-form .efentry-checkbox {
	font-size: 16px;
}


.evento-form .efentry-checkbox em {
	font-style: normal;
	text-decoration: underline;
}


.evento-contact h3 {
	font-weight: bold;
	color: black;
}


.evento-contact h3,
.evento-contact p {
	font-size: 16px;
	margin-bottom: 8px;
}

.evento-contact-inner h2::before {
	display: none;
}


@media (max-width: 959px) {
	.evento-suscribe {
		position: relative;
		margin-top: 240px;
		margin-bottom: 40px;
		padding: 60px 20px 30px 20px;
		background: #EEEEEE;
		border-radius: 12px;
	}

	.evento-suscribe::before {
		display: block;
		content: '';
		width: 100%;
		height: 260px;
		position: absolute;
		left: 0;
		top: -220px;
		background: url(/images/evento/form-registro-bg.png) no-repeat center bottom;
		background-size: 90% 260px;
	}

	.evento-form .efentry {
		margin-bottom: 16px;
	}

	.evento-form .efentry-2-col select {
		width: calc(40% - 16px);
	}

	.evento-form .efentry-2-col input {
		width: 60%;
	}

	.evento-form .efentry-checkbox input {
		width: auto;
	}

	.evento-form .efentry-button button {
		width: 100%;
	}
}


@media (min-width: 960px) {
	.evento-suscribe {
		display: flex;
		position: relative;
		min-height: 810px;
		margin-bottom: 60px;
	}

	.evento-suscribe::before {
		display: block;
		content: '';
		width: 75%;
		height: 100%;
		background: #EEEEEE;
		border-radius: 12px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	.evento-form {
		padding: 50px 40px;
		width: 50%;
		z-index: 2;
	}

	.evento-form .efentry-box input,
	.evento-form .efentry-box select {
		height: 48px;
	}

	.evento-contact {
		position: relative;
		width: 50%;
		background: url(/images/evento/form-registro-bg.png) no-repeat right 0 bottom 20px;
		background-size: contain;
		z-index: 2;
	}

	.evento-contact-inner {
		position: absolute;
		right: 20px;
		bottom: 95px;
		width: 300px;
		padding: 36px 18px;
		border: 12px;
	}

	.evento-contact-inner::before {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: white;
		border-radius: 10px;
		transform: skewy(-7deg);
		z-index: 1;
	}

	.evento-contact-inner > div {
		position: relative;
		z-index: 2;
	}
}
