#ns_pre-footer{
	background: var(--hipnos-color-secondary-1);
	padding-top: 64px;
}

#ns_pre-footer .row:after{
	position: relative;
	display: block;
	content: '';
	width: calc(100% - 32px);
	height: 2px;
	margin: auto;
	margin-top: 64px;
	background: var(--hipnos-color-secondary-3);
}

#ns_pre-footer .hipnos_menu-title,
#ns_pre-footer ul.menu > li{
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

#ns_pre-footer a,
#ns_pre-footer .ns_of-link,
#ns_pre-footer .hipnos_menu-title{
	color: var(--hipnos-color-neutral-5);
}

#ns_pre-footer .hipnos_menu-title{
	display: flex;
	width: 100%;
	padding-bottom: 6px;
}

#ns_pre-footer ul#menu-dimensiones-destacadas{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: column;
	grid-column-gap: 32px;
	grid-row-gap: 0px;
}

@media only screen and (max-width: 1023px) {
	#ns_pre-footer ul#menu-dimensiones-destacadas{
		margin-bottom: 32px;
	}
}

@media only screen and (min-width: 768px) {
	#ns_pre-footer .hipnos_menu-title + div{
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	#ns_pre-footer{
		padding-top: 66px;
	}

	#ns_pre-footer .row:after{
		display: none;
	}

	#ns_pre-footer .hipnos_menu-title{
		position: relative;
		cursor: pointer;
		margin-top: -2px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top: 2px solid var(--hipnos-color-secondary-3);
		border-bottom: 2px solid var(--hipnos-color-secondary-3);
		align-items: center;
		justify-content: space-between;
	}

	#ns_pre-footer .hipnos_menu-title:after{
		position: relative;
		display: block;
		content: '+';
	}

	#ns_pre-footer .hipnos_menu-title.active:after{
		content: '–';
	}

	#ns_pre-footer .hipnos_menu-title + div{
		display: none;
		padding-top: 12px;
		padding-bottom: 14px;
		border-bottom: 2px solid var(--hipnos-color-secondary-3);
	}

	#ns_pre-footer ul#menu-dimensiones-destacadas{
		display: unset;
		margin-bottom: 0px;
	}
}
