@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

#beneficiosParaEmpleadosBanner,
#beneficiosParaEmpleadosBanner *,
#beneficiosParaEmpleadosVideoSection,
#beneficiosParaEmpleadosVideoSection *,
#beneficiosParaEmpleadosBenefitsMonth,
#beneficiosParaEmpleadosBenefitsMonth *,
#beneficiosParaEmpleadosCategoriesSection,
#beneficiosParaEmpleadosCategoriesSection * {
	font-family: "Montserrat", sans-serif;
}

#beneficiosParaEmpleadosBanner {
	width: 100%;
	box-sizing: border-box;
}

.beneficios-para-empleados-banner {
	display: block;
	position: relative;
	width: var(--beneficios-para-empleados-banner-width, 100%);
	max-width: var(--beneficios-para-empleados-banner-max-width, 1900px);
	margin: 0 auto;
	text-decoration: none;
	overflow: hidden;
	background-color: #f2f2f2;
	box-sizing: border-box;
}

.beneficios-para-empleados-banner__media {
	width: 100%;
	height: 400px;
}

.beneficios-para-empleados-banner__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beneficios-para-empleados-banner__fallback {
	display: none;
	width: 100%;
	padding: var(--beneficios-para-empleados-fallback-padding-desktop, 24px);
	font-family: inherit;
	font-size: var(--beneficios-para-empleados-fallback-font-size-desktop, 26px);
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	background: #ff7a1a;
	text-align: center;
	box-sizing: border-box;
}

.beneficios-para-empleados-banner--image-error .beneficios-para-empleados-banner__media {
	display: none;
}

.beneficios-para-empleados-banner--image-error .beneficios-para-empleados-banner__fallback {
	display: block;
}

.beneficios-para-empleados-banner:hover,
.beneficios-para-empleados-banner:focus {
	text-decoration: none;
}

.beneficios-para-empleados-banner--disabled {
	cursor: default;
}


#beneficiosParaEmpleadosBanner.beneficios-para-empleados--laptop .beneficios-para-empleados-banner {
	max-width: var(--beneficios-para-empleados-banner-max-width-laptop, 1900px);
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--laptop .beneficios-para-empleados-banner__media {
	height: 400px;
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--laptop .beneficios-para-empleados-banner__fallback {
	font-size: var(--beneficios-para-empleados-fallback-font-size-laptop, 22px);
	padding: var(--beneficios-para-empleados-fallback-padding-laptop, 20px);
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--tablet .beneficios-para-empleados-banner {
	max-width: var(--beneficios-para-empleados-banner-max-width-tablet, 400px);
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--tablet .beneficios-para-empleados-banner__media {
	height: 400px;
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--tablet .beneficios-para-empleados-banner__fallback {
	font-size: var(--beneficios-para-empleados-fallback-font-size-tablet, 20px);
	padding: var(--beneficios-para-empleados-fallback-padding-tablet, 18px);
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--phone .beneficios-para-empleados-banner {
	max-width: var(--beneficios-para-empleados-banner-max-width-phone, 400px);
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--phone .beneficios-para-empleados-banner__media {
	height: 500px;
}

#beneficiosParaEmpleadosBanner.beneficios-para-empleados--phone .beneficios-para-empleados-banner__fallback {
	font-size: var(--beneficios-para-empleados-fallback-font-size-phone, 18px);
	padding: var(--beneficios-para-empleados-fallback-padding-phone, 16px);
}

@media (max-width: 1366px) {
	.beneficios-para-empleados-banner__fallback {
		font-size: var(--beneficios-para-empleados-fallback-font-size-laptop, 22px);
		padding: var(--beneficios-para-empleados-fallback-padding-laptop, 20px);
	}
}

@media (max-width: 1024px) {
	.beneficios-para-empleados-banner__fallback {
		font-size: var(--beneficios-para-empleados-fallback-font-size-tablet, 20px);
		padding: var(--beneficios-para-empleados-fallback-padding-tablet, 18px);
	}
}

@media (max-width: 767px) {
	.beneficios-para-empleados-banner__fallback {
		font-size: var(--beneficios-para-empleados-fallback-font-size-phone, 18px);
		padding: var(--beneficios-para-empleados-fallback-padding-phone, 16px);
	}
}

#beneficiosParaEmpleadosVideoSection {
	width: 100%;
	box-sizing: border-box;
}

.beneficios-para-empleados-video-section {
	width: 100%;
	background: var(--beneficios-para-empleados-video-bg, #ffffff);
	padding: var(--beneficios-para-empleados-video-padding-desktop, 40px 24px);
	margin-top: var(--beneficios-para-empleados-video-margin-top-desktop, 28px);
	min-height: var(--beneficios-para-empleados-video-min-height-desktop, 460px);
	box-sizing: border-box;
}

.beneficios-para-empleados-video-section__content {
	width: 100%;
	max-width: var(--beneficios-para-empleados-video-max-width-desktop, 1361px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
	gap: var(--beneficios-para-empleados-video-gap-desktop, 36px);
	align-items: center;
}

.beneficios-para-empleados-video-section__media {
	width: 100%;
	min-width: 0;
}

.beneficios-para-empleados-video-section__player-wrap {
	position: relative;
	width: 100%;
}

.beneficios-para-empleados-video-section__media-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.12);
}

.beneficios-para-empleados-video-section__media-toggle {
	pointer-events: auto;
	width: 84px;
	height: 84px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #ffffff;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.25);
	color: #ffffff;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
}

.beneficios-para-empleados-video-section__video,
.beneficios-para-empleados-video-section__video-fallback {
	width: 100%;
	max-width: 100%;
	display: block;
	background: #d9d9d9;
	box-sizing: border-box;
}

.beneficios-para-empleados-video-section__iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #d9d9d9;
	box-sizing: border-box;
}

.beneficios-para-empleados-video-section__video-fallback {
	padding: 40px 20px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 1.4;
}

.beneficios-para-empleados-video-section__info {
	min-width: 0;
}

.beneficios-para-empleados-video-section__title {
	margin: 0 0 12px;
	font-size: var(--beneficios-para-empleados-video-title-font-size-desktop, 56px) !important;
	line-height: 1.1;
	font-weight: var(--beneficios-para-empleados-video-title-font-weight, 700);
	white-space: normal;
	color: var(--beneficios-para-empleados-video-title-color, #666666) !important;
	padding: 0;
	border: 0;
	background: none;
	text-transform: none;
	letter-spacing: normal;
}

.beneficios-para-empleados-video-section__text {
	margin: 0 0 16px;
	font-size: var(--beneficios-para-empleados-video-text-font-size-desktop, 18px);
	line-height: 1.25;
	font-weight: var(--beneficios-para-empleados-video-text-font-weight, 400);
	color: #666666;
}

.beneficios-para-empleados-video-section__cta {
	display: inline-block;
	padding: 12px 24px;
	font-size: var(--beneficios-para-empleados-video-cta-font-size-desktop, 18px);
	line-height: 1;
	font-weight: var(--beneficios-para-empleados-video-cta-font-weight, 700);
	color: #ffffff !important;
	background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(230, 63, 12, 1) 100%);
	border: 1px solid transparent;
	border-radius: 999px;
	text-decoration: none;
	text-indent: 0;
	overflow: visible;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.beneficios-para-empleados-video-section__cta:hover,
.beneficios-para-empleados-video-section__cta:focus {
	text-decoration: none;
	background: linear-gradient(180deg, rgba(230, 63, 12, 1) 0%, rgba(255, 102, 0, 1) 100%);
	border: 1px solid #ff6600;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 8px rgba(240, 90, 0, 0.28);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--laptop .beneficios-para-empleados-video-section {
	padding: var(--beneficios-para-empleados-video-padding-laptop, 36px 20px);
	margin-top: var(--beneficios-para-empleados-video-margin-top-laptop, 24px);
	min-height: var(--beneficios-para-empleados-video-min-height-laptop, 420px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--laptop .beneficios-para-empleados-video-section__content {
	max-width: var(--beneficios-para-empleados-video-max-width-laptop, 1200px);
	gap: var(--beneficios-para-empleados-video-gap-laptop, 28px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--laptop .beneficios-para-empleados-video-section__title {
	font-size: var(--beneficios-para-empleados-video-title-font-size-laptop, 48px) !important;
	line-height: 1.12;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--laptop .beneficios-para-empleados-video-section__text {
	font-size: var(--beneficios-para-empleados-video-text-font-size-laptop, 16px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--laptop .beneficios-para-empleados-video-section__cta {
	font-size: var(--beneficios-para-empleados-video-cta-font-size-laptop, 16px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section {
	padding: var(--beneficios-para-empleados-video-padding-tablet, 28px 18px);
	margin-top: var(--beneficios-para-empleados-video-margin-top-tablet, 20px);
	min-height: var(--beneficios-para-empleados-video-min-height-tablet, 380px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__content {
	max-width: var(--beneficios-para-empleados-video-max-width-tablet, 1024px);
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: var(--beneficios-para-empleados-video-gap-tablet, 20px);
	align-items: center;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__title {
	font-size: var(--beneficios-para-empleados-video-title-font-size-tablet, 36px) !important;
	line-height: 1.14;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__text {
	font-size: var(--beneficios-para-empleados-video-text-font-size-tablet, 16px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__iframe,
#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__video,
#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__video-fallback {
	min-height: 260px;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__media-toggle {
	width: 72px;
	height: 72px;
	font-size: 30px;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__cta {
	font-size: var(--beneficios-para-empleados-video-cta-font-size-tablet, 16px);
	display: inline-block;
	min-width: 0;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	white-space: nowrap;
	text-indent: 0;
	overflow: visible;
	color: #ffffff !important;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--phone .beneficios-para-empleados-video-section {
	padding: var(--beneficios-para-empleados-video-padding-phone, 20px 16px);
	margin-top: var(--beneficios-para-empleados-video-margin-top-phone, 16px);
	min-height: var(--beneficios-para-empleados-video-min-height-phone, 320px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--phone .beneficios-para-empleados-video-section__content {
	max-width: var(--beneficios-para-empleados-video-max-width-phone, 100%);
	grid-template-columns: 1fr;
	gap: var(--beneficios-para-empleados-video-gap-phone, 14px);
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--phone .beneficios-para-empleados-video-section__title {
	font-size: var(--beneficios-para-empleados-video-title-font-size-phone, 30px) !important;
	line-height: 1.16;
	margin-bottom: 10px;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--phone .beneficios-para-empleados-video-section__text {
	font-size: var(--beneficios-para-empleados-video-text-font-size-phone, 16px);
	margin-bottom: 14px;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--phone .beneficios-para-empleados-video-section__media-toggle {
	width: 62px;
	height: 62px;
	font-size: 26px;
	border-width: 3px;
}

#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--phone .beneficios-para-empleados-video-section__cta {
	font-size: var(--beneficios-para-empleados-video-cta-font-size-phone, 16px);
	padding: 10px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	text-indent: 0;
	overflow: visible;
	color: #ffffff !important;
}

@media (max-width: 1024px) {
	.beneficios-para-empleados-video-section__content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section {
		padding: 20px 28px 24px;
		margin-top: 16px;
		min-height: 0;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__content {
		max-width: 100%;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 16px;
		align-items: start;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__media,
	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__info {
		max-width: 100%;
		min-width: 0;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__iframe,
	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__video,
	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__video-fallback {
		min-height: 200px;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__title {
		font-size: 28px !important;
		line-height: 1.15;
		margin-bottom: 8px;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__text {
		font-size: 14px;
		line-height: 1.35;
		margin-bottom: 12px;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 9px 18px;
		font-size: 14px;
	}

	#beneficiosParaEmpleadosVideoSection.beneficios-para-empleados--tablet .beneficios-para-empleados-video-section__media-toggle {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}
}

#beneficiosParaEmpleadosBenefitsMonth {
	width: 100%;
	margin-top: 32px;
	box-sizing: border-box;
}

.beneficios-para-empleados-benefits-month {
	width: 100%;
	background: var(--beneficios-para-empleados-benefits-bg, #ffffff);
	padding: var(--beneficios-para-empleados-benefits-padding-desktop, 0 0 24px);
	box-sizing: border-box;
}

.beneficios-para-empleados-benefits-month__content {
	width: 100%;
	max-width: var(--beneficios-para-empleados-benefits-max-width-desktop, 980px);
	margin: 0 auto;
	box-sizing: border-box;
}

.beneficios-para-empleados-benefits-month__intro,
.beneficios-para-empleados-benefits-month__footer {
	background: #ffffff;
	text-align: center;
	padding: 24px 16px;
	border-radius: 16px;
	box-sizing: border-box;
}

.beneficios-para-empleados-benefits-month__title {
	margin: 0 0 8px;
	font-size: 36px;
	line-height: 1.15;
	font-weight: 700;
	color: #000000 !important;
}

.beneficios-para-empleados-benefits-month__description,
.beneficios-para-empleados-benefits-month__footer-text {
	margin: 0 auto;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #000000 !important;
}

.beneficios-para-empleados-benefits-month__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: var(--beneficios-para-empleados-benefits-cards-max-width-desktop, 980px);
	margin-left: auto;
	margin-right: auto;
	gap: var(--beneficios-para-empleados-benefits-cards-gap-desktop, 22px);
	margin-top: 24px;
	margin-bottom: 24px;
}

.beneficios-para-empleados-benefits-month__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	background: #f7f7f7;
	border: none;
	border-radius: 20px;
	padding: 24px;
	box-sizing: border-box;
}

.beneficios-para-empleados-benefits-month__card:nth-child(1) {
	background: var(--beneficios-para-empleados-benefits-card1-bg, #f7f7f7);
}

.beneficios-para-empleados-benefits-month__card:nth-child(1) .beneficios-para-empleados-benefits-month__card-text,
.beneficios-para-empleados-benefits-month__card:nth-child(1) .beneficios-para-empleados-benefits-month__card-text strong {
	color: var(--beneficios-para-empleados-benefits-card1-text, #666666);
}

.beneficios-para-empleados-benefits-month__card:nth-child(2) {
	background: var(--beneficios-para-empleados-benefits-card2-bg, #f7f7f7);
}

.beneficios-para-empleados-benefits-month__card:nth-child(2) .beneficios-para-empleados-benefits-month__card-text,
.beneficios-para-empleados-benefits-month__card:nth-child(2) .beneficios-para-empleados-benefits-month__card-text strong {
	color: var(--beneficios-para-empleados-benefits-card2-text, #666666);
}

.beneficios-para-empleados-benefits-month__card-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #666666;
}

.beneficios-para-empleados-benefits-month__card-text strong {
	font-weight: 700;
	color: #4f4f4f;
}

.beneficios-para-empleados-benefits-month__card-btn {
	display: inline-block;
	white-space: nowrap;
	padding: 10px 14px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(230, 63, 12, 1) 100%);
	border: 1px solid transparent;
	color: #ffffff !important;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	text-indent: 0;
	overflow: visible;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.beneficios-para-empleados-benefits-month__card-btn:hover,
.beneficios-para-empleados-benefits-month__card-btn:focus {
	text-decoration: none;
	background: linear-gradient(180deg, rgba(230, 63, 12, 1) 0%, rgba(255, 102, 0, 1) 100%);
	border: 1px solid #ff6600;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 8px rgba(240, 90, 0, 0.28);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--laptop .beneficios-para-empleados-benefits-month {
	padding: var(--beneficios-para-empleados-benefits-padding-laptop, 0 0 24px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--laptop .beneficios-para-empleados-benefits-month__content {
	max-width: var(--beneficios-para-empleados-benefits-max-width-laptop, 920px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--laptop .beneficios-para-empleados-benefits-month__cards {
	max-width: var(--beneficios-para-empleados-benefits-cards-max-width-laptop, 920px);
	gap: var(--beneficios-para-empleados-benefits-cards-gap-laptop, 18px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month {
	padding: var(--beneficios-para-empleados-benefits-padding-tablet, 0 16px 20px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet {
	margin-top: 24px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__content {
	max-width: var(--beneficios-para-empleados-benefits-max-width-tablet, 860px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__title {
	font-size: 36px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__description,
#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__footer-text {
	max-width: 700px;
	font-size: 16px;
	line-height: 1.3;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: var(--beneficios-para-empleados-benefits-cards-max-width-tablet, 860px);
	gap: var(--beneficios-para-empleados-benefits-cards-gap-tablet, 14px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__card {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--tablet .beneficios-para-empleados-benefits-month__card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	max-width: 100%;
	text-align: center;
	white-space: normal;
	text-indent: 0;
	overflow: visible;
	color: #ffffff !important;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month {
	padding: var(--beneficios-para-empleados-benefits-padding-phone, 0 12px 16px);
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone {
	margin-top: 24px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__content {
	max-width: var(--beneficios-para-empleados-benefits-max-width-phone, 100%);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__intro,
#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__footer {
	padding: 35px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__title {
	font-size: 36px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__description,
#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__footer-text {
	max-width: 100%;
	font-size: 16px;
	line-height: 1.35;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__cards {
	grid-template-columns: 1fr;
	max-width: var(--beneficios-para-empleados-benefits-cards-max-width-phone, 100%);
	gap: var(--beneficios-para-empleados-benefits-cards-gap-phone, 12px);
	margin: 0;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__card {
	flex-direction: column;
	align-items: flex-start;
	padding: 16px;
	border-radius: 14px;
}

#beneficiosParaEmpleadosBenefitsMonth.beneficios-para-empleados--phone .beneficios-para-empleados-benefits-month__card-btn {
	font-size: 16px;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-width: 140px;
	text-align: center;
	white-space: nowrap;
	text-indent: 0;
	overflow: visible;
	color: #ffffff !important;
}

#beneficiosParaEmpleadosCategoriesSection {
	width: 100%;
	margin-top: 32px;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-section {
	width: 100%;
	background: var(--beneficios-para-empleados-categories-bg, #ffffff);
	padding: var(--beneficios-para-empleados-categories-padding-desktop, 20px 16px 36px);
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-section__content {
	width: 100%;
	max-width: var(--beneficios-para-empleados-categories-max-width-desktop, 980px);
	margin: 0 auto;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-section__title {
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 700;
	color: #3b3b3b;
	text-align: center;
}

.beneficios-para-empleados-categories__options-copy {
	display: none;
	margin: 40px auto 40px !important;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__copy-emphasis {
	font-weight: 700;
	color: #000000;
}

.beneficios-para-empleados-categories__row {
	display: grid;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__row--1 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 100%;
}

.beneficios-para-empleados-categories__row--2 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.beneficios-para-empleados-categories__card {
	min-width: 0;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__image-wrap {
	width: 100%;
	height: 112px;
	border: 2px solid #cccccc;
	border-radius: 12px;
	overflow: hidden;
	background: #ececec;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.beneficios-para-empleados-categories__image-wrap:hover,
.beneficios-para-empleados-categories__image-wrap:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.beneficios-para-empleados-categories__image-wrap:hover .beneficios-para-empleados-categories__image,
.beneficios-para-empleados-categories__image-wrap:focus-within .beneficios-para-empleados-categories__image {
	transform: scale(1.04);
}

.beneficios-para-empleados-categories__btn {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #666666;
	background: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__btn.is-active {
	color: #ffffff !important;
}

.beneficios-para-empleados-categories__options-inline {
	display: none;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 8px;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__options-inline-copy {
	grid-column: 1 / -1;
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	color: #666666;
	text-align: center;
}

.beneficios-para-empleados-categories__options {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 92%;
	margin: 6px auto 16px;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-options__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	padding: 10px 12px;
	border: 2px solid #ff6b00;
	border-radius: 10px;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-options__item.is-active {
	color: #ffffff;
}

.beneficios-para-empleados-categories-options__item.is-active .beneficios-para-empleados-categories-options__title,
.beneficios-para-empleados-categories-options__item.is-active .beneficios-para-empleados-categories-options__desc,
.beneficios-para-empleados-categories-options__item.is-active .beneficios-para-empleados-categories-options__icon {
	color: #ffffff !important;
}

.beneficios-para-empleados-categories-options__item:hover,
.beneficios-para-empleados-categories-options__item:focus {
	text-decoration: none;
}

.beneficios-para-empleados-categories-options__text {
	display: block;
	min-width: 0;
}

.beneficios-para-empleados-categories-options__title {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
}

.beneficios-para-empleados-categories-options__desc {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #8a8a8a;
}

.beneficios-para-empleados-categories-options__icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.beneficios-para-empleados-categories-options__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.beneficios-para-empleados-categories-options__icon-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.beneficios-para-empleados-categories__audio-panel {
	display: none;
	margin: 16px auto 40px;
	max-width: 92%;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories__audio-inline {
	display: none;
	grid-column: 1 / -1;
	margin-top: 8px;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-audio__loading,
.beneficios-para-empleados-categories-audio__empty {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	color: #666666;
	text-align: center;
}

.beneficios-para-empleados-categories-audio__heading {
	margin: 24px 0 28px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
}

.beneficios-para-empleados-categories-audio__content {
	display: grid;
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.beneficios-para-empleados-categories-audio__featured {
	min-width: 0;
}

.beneficios-para-empleados-categories-audio__cover {
	width: 100%;
	height: 188px;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-audio__cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.beneficios-para-empleados-categories-audio__featured-title {
	margin: 8px 0 6px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
	color: #666666;
}

.beneficios-para-empleados-categories-audio__featured-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.beneficios-para-empleados-categories-audio__control-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-audio__control-btn--play {
	width: 32px;
	height: 32px;
	font-size: 15px;
}

.beneficios-para-empleados-categories-audio__player {
	width: 100%;
	max-width: 100%;
	height: 32px;
	margin: 8px 0;
	display: none;
}

.beneficios-para-empleados-categories-audio__featured-download {
	display: none;
}

.beneficios-para-empleados-categories-audio__featured-time {
	margin: 4px 0 8px;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3px;
}

.beneficios-para-empleados-categories-audio__queue {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.beneficios-para-empleados-categories-audio__item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 6px 10px;
	border: 2px solid #3f517d;
	border-radius: 8px;
	background: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.beneficios-para-empleados-categories-audio__item:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.beneficios-para-empleados-categories-audio__item.is-active {
	background: #fff2e5;
}

.beneficios-para-empleados-categories-audio__item.is-active .beneficios-para-empleados-categories-audio__item-title {
	font-weight: 700;
}

.beneficios-para-empleados-categories-audio__item-play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1;
	color: #ffffff;
	background: #3f517d;
}

.beneficios-para-empleados-categories-audio__item-play-icon,
.beneficios-para-empleados-categories-audio__item-download-icon {
	width: 12px;
	height: 12px;
	display: block;
	object-fit: contain;
}

.beneficios-para-empleados-categories-audio__item-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.beneficios-para-empleados-categories-audio__item-download {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #3f517d;
	text-decoration: none;
	text-align: center;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.beneficios-para-empleados-categories-print__heading {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
}

.beneficios-para-empleados-categories-print__empty {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	color: #666666;
}

.beneficios-para-empleados-categories-print__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.beneficios-para-empleados-categories-print__item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 8px 12px;
	border: 2px solid #ff6b00;
	border-radius: 12px;
	background: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
}

.beneficios-para-empleados-categories-print__item:hover,
.beneficios-para-empleados-categories-print__item:focus {
	text-decoration: none;
}

.beneficios-para-empleados-categories-print__icon {
	flex: 0 0 auto;
	width: 40px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.beneficios-para-empleados-categories-print__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.beneficios-para-empleados-categories-print__icon-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.beneficios-para-empleados-categories-print__title {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	color: currentColor;
	white-space: nowrap;
}

.beneficios-para-empleados-categories-video__heading {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
}

.beneficios-para-empleados-categories-audio__heading,
.beneficios-para-empleados-categories-print__heading,
.beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
}

.beneficios-para-empleados-categories-video__content {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 26px;
	align-items: center;
}

.beneficios-para-empleados-categories-video__media {
	position: relative;
	min-height: 260px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
	cursor: default;
}

.beneficios-para-empleados-categories-video__media:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.beneficios-para-empleados-categories-video__player,
.beneficios-para-empleados-categories-video__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	background: transparent;
}

.beneficios-para-empleados-categories-video__toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 86px;
	height: 86px;
	border: 6px solid #ffffff;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.15);
	color: #ffffff;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.2s ease;
}

.beneficios-para-empleados-categories-video__info {
	min-width: 0;
}

.beneficios-para-empleados-categories-video__media.is-playing .beneficios-para-empleados-categories-video__toggle {
	opacity: 0;
	pointer-events: none;
}

.beneficios-para-empleados-categories-video__media.is-playing:hover .beneficios-para-empleados-categories-video__toggle,
.beneficios-para-empleados-categories-video__media.is-playing:focus-within .beneficios-para-empleados-categories-video__toggle {
	opacity: 1;
	pointer-events: auto;
}

.beneficios-para-empleados-categories-video__title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #666666;
}

.beneficios-para-empleados-categories-video__description {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #747474;
}

.beneficios-para-empleados-categories-video__url {
	display: none;
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	color: #3f517d;
	text-decoration: underline;
	word-break: break-all;
}

.beneficios-para-empleados-categories-video__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border-radius: 999px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff !important;
	background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(230, 63, 12, 1) 100%);
	border: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.beneficios-para-empleados-categories-video__cta:hover,
.beneficios-para-empleados-categories-video__cta:focus {
	text-decoration: none;
	background: linear-gradient(180deg, rgba(230, 63, 12, 1) 0%, rgba(255, 102, 0, 1) 100%);
	border: 1px solid #ff6600;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 8px rgba(240, 90, 0, 0.28);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-section {
	padding: var(--beneficios-para-empleados-categories-padding-laptop, 20px 16px 32px);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-section__content {
	max-width: var(--beneficios-para-empleados-categories-max-width-laptop, 920px);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories__options-copy {
	margin: 16px auto;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-options__item {
	min-height: 48px;
	padding: 8px 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-options__title {
	font-size: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-options__desc {
	font-size: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-options__icon {
	width: 28px;
	height: 28px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-print__heading {
	font-size: 24px;
	margin-bottom: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-print__item {
	min-height: 58px;
	padding: 8px 10px;
	gap: 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-print__icon {
	width: 36px;
	height: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-print__title {
	font-size: 16px;
	line-height: 1.1;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	margin-bottom: 12px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__content {
	gap: 18px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__media {
	min-height: 220px;
	border-radius: 20px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__toggle {
	width: 74px;
	height: 74px;
	font-size: 28px;
	border-width: 5px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__title {
	font-size: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__description {
	font-size: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__cta {
	font-size: 16px;
	padding: 8px 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-audio__heading,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-print__heading,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--laptop .beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-section {
	padding: var(--beneficios-para-empleados-categories-padding-tablet, 18px 14px 26px);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet {
	margin-top: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-section__content {
	max-width: var(--beneficios-para-empleados-categories-max-width-tablet, 760px);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__options-copy {
	font-size: 16px;
	max-width: 100%;
	margin: 14px auto;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__row--1,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__row--2 {
	max-width: 100%;
	margin-top: 0;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__row--1 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__row--2 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 78%;
	margin-left: auto;
	margin-right: auto;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__row--2 .beneficios-para-empleados-categories__card:last-child:nth-child(odd) {
	grid-column: auto;
	justify-self: auto;
	width: auto;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__options {
	display: grid;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__options-copy {
	display: none;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__options-inline {
	display: none !important;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__options-inline-copy {
	font-size: 13px;
	line-height: 1.25;
	margin-bottom: 4px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-options__item {
	min-height: 48px;
	padding: 8px 10px;
	gap: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-options__title {
	font-size: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-options__desc {
	font-size: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-options__icon {
	width: 24px;
	height: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories__audio-panel {
	max-width: 100%;
	margin-top: 16px;
	margin-bottom: 36px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-audio__heading {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-audio__content {
	grid-template-columns: 1fr;
	gap: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-audio__cover {
	height: 170px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-audio__featured-controls {
	flex-direction: row;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-audio__player {
	max-width: 100%;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-print__heading {
	font-size: 24px;
	margin-bottom: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-print__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-print__item {
	min-height: 54px;
	padding: 8px 10px;
	gap: 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-print__icon {
	width: 38px;
	height: 26px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-print__title {
	font-size: 16px;
	line-height: 1.1;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	margin-bottom: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__content {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__media {
	min-height: 220px;
	border-radius: 20px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__toggle {
	width: 70px;
	height: 70px;
	font-size: 28px;
	border-width: 5px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__title {
	font-size: 22px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__description {
	font-size: 15px;
	margin-bottom: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__cta {
	font-size: 15px;
	padding: 8px 14px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-audio__heading,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-print__heading,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--tablet .beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-section {
	padding: var(--beneficios-para-empleados-categories-padding-phone, 16px 12px 20px);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone {
	margin-top: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-section__content {
	max-width: var(--beneficios-para-empleados-categories-max-width-phone, 100%);
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-section__title {
	font-size: 26px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__options-copy {
	font-size: 16px;
	line-height: 1.3;
	margin: 2px auto 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__row--1,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__row--2 {
	grid-template-columns: 1fr;
	max-width: 100%;
	gap: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__image-wrap {
	height: 140px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__options {
	display: none !important;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__options-copy {
	display: none !important;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__options-inline {
	grid-template-columns: 1fr;
	gap: 12px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__options-inline-copy {
	font-size: 12px;
	line-height: 1.25;
	margin: 25px auto;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-options__item {
	min-height: 48px;
	padding: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-options__title {
	font-size: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-options__desc {
	font-size: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories__audio-panel {
	max-width: 100%;
	margin-top: 16px;
	margin-bottom: 32px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__heading {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__content {
	grid-template-columns: 1fr;
	gap: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__cover {
	height: 150px;
	border-radius: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__featured-title {
	font-size: 16px;
	margin: 6px 0;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__featured-controls {
	flex-direction: row;
	gap: 6px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__control-btn {
	width: 22px;
	height: 22px;
	font-size: 11px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__control-btn--play {
	width: 30px;
	height: 30px;
	font-size: 14px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__player {
	max-width: 100%;
	height: 32px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__item {
	grid-template-columns: 20px minmax(0, 1fr) 20px;
	min-height: 32px;
	padding: 6px 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__item-title {
	font-size: 16px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-print__heading {
	font-size: 24px;
	margin-bottom: 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-print__grid {
	grid-template-columns: 1fr;
	gap: 12px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-print__item {
	min-height: 52px;
	padding: 8px;
	gap: 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-print__icon {
	width: 36px;
	height: 24px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-print__title {
	font-size: 16px;
	line-height: 1.1;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	margin-bottom: 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__content {
	grid-template-columns: 1fr;
	gap: 12px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__media {
	min-height: 170px;
	border-radius: 14px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__toggle {
	width: 58px;
	height: 58px;
	font-size: 22px;
	border-width: 4px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__title {
	font-size: 24px;
	margin-bottom: 8px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__description {
	font-size: 16px;
	margin-bottom: 10px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__cta {
	font-size: 16px;
	padding: 7px 12px;
}

#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-audio__heading,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-print__heading,
#beneficiosParaEmpleadosCategoriesSection.beneficios-para-empleados--phone .beneficios-para-empleados-categories-video__heading {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
}
