
.voc-nl__header {
  position: relative; 
  left: 50%;
  right: 50%;
  width: 100vw; 
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 657px;
  margin-left: -50vw; 
  margin-right: -50vw; 
  margin-top: -32px;
  max-width: 100vw; 
  background-color: #b8e7fb;
	background-image: url('../images/sobre-negro-nl-50-mov.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 699px) {
	.voc-nl__header {
    height: 782px;
		background-image: url('../images/sobre-negro-nl-50-b.png');
    background-size: contain;
    background-position: bottom;
    font-size: 32px;
	}
}
.voc-nl__header--title {
	margin-top: 46px;
	text-align: center;
	width: 87%;
	font: 40px/44px 'ABCDisplay Black', Georgia, Times New Roman, serif;
}
@media (min-width: 699px) {
	.voc-nl__header--title {
		margin-top: 134px;
		font: 64px/1 'ABCDisplay Black', Georgia, Times New Roman, serif;
	}
}
.voc-nl__header--icon-letter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 100%;
	margin-top: 18px;
}
@media (min-width: 699px) {
	.voc-nl__header--icon-letter {
		margin-top: 42px;
	}
}
.voc-nl__header--icon-letter:before,
.voc-nl__header--icon-letter:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
}
.voc-nl__header--icon-letter:before {
	width: 33%;
	left: 0%;
}
@media (min-width: 699px) {
	.voc-nl__header--icon-letter:before {
		width: 39%;
		left: 7%;
	}
}
.voc-nl__header--icon-letter:after {
	width: 33%;
	right: 0%;
}
@media (min-width: 699px) {
	.voc-nl__header--icon-letter:after {
		width: 39%;
		right: 7%;
	}
}
.voc-subtitle-nl {
	font: 26px/1.26 'ABCDisplay Extralight', Georgia, Times New Roman, serif;
	text-align: center;
	margin-top: 22px;
}
@media (min-width: 699px) {
	.voc-subtitle-nl {
		max-width: 562px;
		margin: 0 auto;
		margin-top: 150px;
		font-size: 32px;
		line-height: 1.26;
	}
}
.voc-d--visual {
	color: #000;
	font: 26px/1.26 'ABCDisplay Extralight', Georgia, Times New Roman, serif;
	max-width: 100%;
	margin: 0 auto;
}
@media (min-width: 699px) {
	.voc-d--visual {
		font-size: 32px;
		max-width: 70%;
	}
}
.voc-nl__grid-container {
	display: flex;
	align-items: center;
	height: 58px;
	padding: 0 9px;
	background: #f3f3f3;
}
/* .voc-nl__grid-container:first-child {
	margin-top: 54px;
} */
.voc-nl__grid-container-one {
	margin-bottom: 16px;
}
.voc-nl__grid-title {
	color: #008ab7;
	font: 19px/1 'Basier Square Semibold', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.voc-nl__grid-title svg {
  height: 15px;
  padding-right: 3px;
}

.voc-nl__grid-title .voc-nl__icon-cultural {
  height: 12.61px;
}
@media (min-width: 699px) {
  .voc-nl__grid-title svg {
    height: 15px;
    width: auto;
    padding-right: 3px;
  }
  .voc-nl__grid-title .voc-nl__icon-cultural {
    height: 18px;
    padding-top: 5px;
    padding-left: 3px;
  }
	.voc-nl__grid-container {
		padding: 0 20px;
	}
	.voc-nl__grid-title {
		font: 20px/1 'Basier Square Semibold', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
	}

}
.voc-nl__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
	-moz-column-gap: 26px;
	column-gap: 26px;
}
.voc-nl__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 54px;
}
.voc-nl__item-img {
	position: relative;
	background-color: #888;
}
.voc-nl__item-img svg {
	position: absolute;
	right: 0;
	bottom: 0;
}
.voc-nl__item-bl {
	flex: auto;
	width: 100%;
}
@media (min-width: 699px) {
	.voc-nl__item-bl {
		width: 268px;
	}
}
.voc-nl__item-head {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 5px;
}
.voc-nl__icon-onplus__container {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.voc-onplus__icon {
	width: 20px;
	height: 20px;
}
.voc-onplus__icon + .voc-onplus__icon {
	margin-left: 0;
}
.voc-nl__item-title {
	height: 60px;
	padding-top: 5px;
	border-top: 1px solid #c9c3c9;
	font: 24px/1 'ABCDisplay Black', Georgia, Times New Roman, serif;
}
@media (min-width: 699px) {
	.voc-nl__item-title {
		max-width: 268px;
	}
}
.voc-bl__p-t {
	color: #888;
	font: 15px/1 'Basier Square Regular', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.voc-nl__p {
	font: 15px/18px 'ABCText Light', Georgia, Times New Roman, serif;
	color: #4a4848;
	margin: 8px 0 17px 0;
}
.voc-nl__item_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 699px) {
	.voc-nl__item_bottom {
		max-width: 268px;
	}
}

/* Colores para los botones */
.voc-nl__btn-premium {
  background-color: #e4b016;
}

.voc-nl__btn-premium--nerv {
  background-color: #DF0031;
}

.voc-nl__btn-premium--palm {
  background-color: #149557;
}

.voc-nl__btn-premium--pas {
  background-color: #473371;
}

.voc-nl__btn-cultural {
	background-color: #d42561;
}

.voc-nl__p-t {
  font-size: 15px;
  color: #888888;
}

.voc-nl__item-link{
  font-size: 15px;
  color: #888888;
	text-decoration: underline;
}
