per/* // GENERALES */
body {
	background-color: #f7f7f7;
	background-attachment: fixed;
	background-size: cover;
}
.programa {
	padding: 70px 0;
}

/* styles.css del header nuevo*/

.encabezado {
	font-size: 1.5em;
	font-stretch: expanded;
}

body,
html {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	box-sizing: border-box;
}

.main-header-capacitaciones {
	background-color: #5b4c09; /* Cambia este color al que prefieras */
	color: white;
}

.main-header-conocimientos {
	background-color: #0f2808; /* Cambia este color al que prefieras */
	color: white;
}

.main-header-corporativa {
	background-color: #47245c; /* Cambia este color al que prefieras */
	color: white;
}

.main-header-diplomados {
	background-color: #002740; /* Cambia este color al que prefieras */
	color: white;
}

.main-header-seminarios {
	background-color: #6f2b2a; /* Cambia este color al que prefieras */
	color: white;
}

.main-header {
	padding: 20px 10px;
	font-size: 1.5em;
	font-weight: 300;
}

.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.logo img {
	max-height: 50px;
}

.main-header h1 {
	margin: 0;
	font-size: 1em;
	text-align: center;
	flex: 1;
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
}

.main-nav a {
	color: white;
	text-decoration: none;
	font-size: 1em;
}

.main-nav a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.container {
		flex-direction: column;
		text-align: center;
	}
	.main-nav ul {
		flex-direction: column;
		gap: 10px;
	}
	.main-header h1 {
		font-size: 1em;
	}
}

.programa .hide {
	display: none;
}
.programa .programa__contentOne {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.programa .programa__contentTwo {
	width: 1400px;
	margin: 0 auto;
}

.programa__info {
	width: 900px;
	position: relative;
}
.programa ul {
	list-style: none;
}
.programa a {
	text-decoration: none;
}
.programa img {
	width: 100%;
	height: auto;
}
/* // FICHA TÉCNICA */
.programa__data {
	width: 380px;
}
.programa_data__sheet {
	margin: 0 auto;
	background-color: #6f2b2a;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

.programa_data__sheet_seguridadvial {
	margin: 0 auto;
	background-color: #47245c;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

.programa_data_sheet__items {
	margin: 0 0 10px 0;
	font-size: 15px;
	padding-left: 0;
}
.programa_data_sheet__items li {
	margin-bottom: 5px;
}
.programa_data_sheet__items li:last-child {
	margin-bottom: 0;
}
.programa_data_sheet__coste {
	color: #6f2b2a;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
.programa_data_sheet__coste_MEN {
	text-decoration: none;
	font-size: 18px;
	text-align: right;
	padding: 0 0 10px 10px;
}
.programa_data_sheet_brochure {
	font-size: 14px;
	border: 0;
	cursor: pointer;
	transition: 0.2s;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	line-height: 17px;
}
.programa_data_sheet_brochure:hover {
	box-shadow: 5px 5px #feb104;
	background-color: #2c1110;
	color: #fff;
}
.programa_data__form {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	position: absolute;
	/* // top: 100%;
    // left: 0; */
}
#programa_data__form.fixed {
	position: fixed;
	top: 50px;
	width: 380px;
}
.programa_data_form__title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

/* .slider__section_form_hubspot_newform_error,
.slider__section_form_hubspot_legalInfo {
    display: none;
} */
.slider__section_form_hubspot_newform_error {
	font-size: 12px;
	text-align: left;
	color: red;
}
.programa_data__form select,
.programa_data__form input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 0px;
	border-radius: 3px;
	background: #f9f9f9;
}
.programa_data_form__field {
	margin-bottom: 10px;
	text-align: left;
}
.programa_data_form__field label {
	font-weight: bold;
}
.programa_data_form__field .label_title {
	color: #6f2b2a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.programa_data__form .type-checkbox {
	font-size: 12px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.programa_data__form .type-checkbox input {
	width: 13px;
}
.programa_data__form input[type="submit"] {
	background: #fe8c00;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	transition: 0.2s;
}
.programa_data__form input[type="submit"]:hover {
	box-shadow: 5px 5px #feb104;
	background-color: #6f2b2a;
	color: #fff;
}
.programa_data__form input[type="submit"]:active {
	transform: scale(0.8);
}
.form_thank_you {
	text-align: center;
}
.form_thank_you span {
	font-size: 50px;
}
.form_thank_you_title {
	font-size: 20px;
	color: #363d51;
	font-weight: bold;
	margin: 20px 0;
}
.form_thank_you_title strong {
	color: #fe7c00;
}
.form_thank_you_text {
	background-color: #2b85ca;
	color: #fff;
	padding: 20px;
	border-radius: 20px 0;
}
.form_thank_you_text p {
	margin-bottom: 0px;
}

.form_loading {
	text-align: center;
	font-size: 18px;
	color: #363d51;
	font-weight: bold;
}
.form_loading span {
	font-size: 50px;
	margin-bottom: 20px;
	animation: rotate 3s linear infinite;
	display: block;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* //PROGRAMA INFO
// programa_info__header */
.programa_info__header img {
	width: 700px;
	display: block;
	margin: 0 auto 30px;
}
.programa_info__header p {
	color: #2e3192;
	text-align: center;
}

/* // programa_info__about */
.programa_info__about h2 {
	text-align: center;
	line-height: 73px;
	margin: 50px 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}
.programa_info__about article {
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}
.programa_info__about article h3 {
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
	font-size: 25px;
	font-weight: bold;
	z-index: 2;
	position: relative;
}

/* //programa_info__skill */
.programa_info__skill {
	text-align: center;
}
.programa_info__skill h3 {
	text-align: left;
}
.programa_info_skill_item {
	position: relative;
	border-radius: 0px 5px 30px 5px;
	display: inline-table;
	min-width: 120px;
	min-height: 120px;
	padding: 10px;
	margin: 50px 10px;
	text-align: center !important;
	width: 150px;
	height: 150px;
}
.programa_info_skill_item > div {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}
.programa_info_skill_item p {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	line-height: 16px;
	width: 90%;
}

/* //programa__profile */
.diplomados {
	display: flex;
	background-color: #002740;
	text-decoration-color: white;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
}

/* //programa__profile */
.seguridadvial {
	display: flex;
	background-color: #47245c;
	text-decoration-color: white;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
}

/* //programa__profile */
.conocimientosacademicos {
	display: flex;
	background-color: #0f2808;
	text-decoration-color: white;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
}

.tecnicolaboral {
	display: flex;
	background-color: #5b4c09;
	text-decoration-color: white;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
}

/* //programa__profile */
.programa__profile > div {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
}

.programa_profile__text {
	border-radius: 0 40px 0 40px;
	padding: 30px;
	width: 600px;
	border: 2px solid #6f2b2a;
}
.programa_profile__text p {
	margin-bottom: 0px;
}
.programa__profile img {
	width: 220px;
}

/* // programa_info__details */
.programa_info__details > div {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.programa_info_details_items {
	border-radius: 0 40px 0 40px;
	padding: 30px;
	width: 450px;
}
.programa_info__details img {
	width: 370px;
}
.programa_info_details_items ul li {
	margin-bottom: 20px;
	position: relative;
}
.programa_info_details_items ul li::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url("../../images/programas/check_detail.webp");
	background-size: 25px;
	top: 0px;
	left: -35px;
	background-repeat: no-repeat;
}
.programa_info_details_items ul li:last-child {
	margin-bottom: 0;
}

/* // programa_info__performance */
.programa_info__performance h3 {
	margin-bottom: 0 !important;
}
.programa_info_performance__text {
	border-radius: 0 0 20px 20px;
	padding: 20px;
	text-align: center;
	max-width: 500px;
	margin: -2px auto 0;
	border-top: none;
	width: 90%;
}
.programa_info_performance__text h4 {
	color: #fe8c00;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: bold;
}
.programa_info_performance__text p {
	color: #2e3192;
}
.programa_info_performance__content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.programa_info_performance_content__items {
	max-width: 99%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.programa_info_performance_content__img {
	width: 150px;
}
.programa_info_performance_content__items > div {
	width: 300px;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 10px;
}
.programa_info_performance_content__items > div .item_img {
	width: 80px;
	border-radius: 50%;
}
.programa_info_performance_content__items > div .item_text {
	width: 160px;
	font-weight: bold;
	margin-bottom: 10px;
}
.programa_info_performance_content__items > div .item_text span {
	color: #fff;
	padding: 5px;
	border-radius: 0 5px 0 5px;
	width: 25px;
	display: block;
	height: 35px;
	text-align: center;
	line-height: 27px;
	margin-bottom: 5px;
}

/* // programa_info__curriculum */
.programa_info_curriculum__data {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.programa_info_curriculum_data__img {
	width: 330px;
}
.programa_info_curriculum_data__acordeon {
	width: 400px;
}
.programa_info_curriculum_data__acordeon .accordion-button {
	background: #6f2b2a;
	color: #fff;
	font-weight: bold;
}
.programa_info_curriculum_data__acordeon ul {
	padding-left: 0;
	margin-bottom: 0;
}
.programa_info_curriculum_data__acordeon ul li {
	color: #2e3192;
}
.programa_info_curriculum_data__acordeon .accordion-body {
	padding: 20px;
}
.programa_info_curriculum_data__acordeon .accordion-button:hover {
	background-color: #fe8c00;
}
.programa_info_curriculum_data__acordeon .accordion-button:not(.collapsed) {
	background-color: #fe8c00;
}
.programa_info_curriculum_data_creditos {
	/* // background-color: red; */
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.programa_info_curriculum_data_creditos p {
	color: #6f2b2a;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
}
.programa_info_curriculum_data_creditos span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #6f2b2a;
	line-height: 40px;
	text-align: center;
}

/* // programa_info__option */
.programa_info__option h4 {
	color: var(--adminEmpresas);
	text-align: center;
	position: relative;
	width: 500px;
	margin: 0 auto;
}
.programa_info__option h4 strong {
	color: #6f2b2a;
}
.programa_info__option h4 i {
	position: absolute;
	font-size: 45px;
	color: transparent;
	-webkit-text-stroke: 2px #6f2b2a;
	background-clip: text;
}
.programa_info__option h4 i.apertura {
	transform: rotate(180deg);
	top: 0;
	left: 0;
}
.programa_info__option h4 i.cierre {
	right: 0;
	bottom: 0;
}
.programa_info_option__content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-top: 30px;
}
.programa_info_option_content_data__item {
	margin-bottom: 5px;
	position: relative;
	border-radius: 10px;
	padding: 20px;
	width: 300px;
	/* // height: 110px; */
	border-radius: 10px 30px;
}

.programa_info_option_content_data__item::before {
	display: none;
	content: "";
	position: absolute;
	top: 29px;
	left: -71px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 42px 50px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.programa_info_option_content_data__item:first-child {
	background-color: #6f2b2a;
}
.programa_info_option_content_data__item:nth-child(2) {
	background-color: #a86dcb;
}
.programa_info_option_content_data__item:nth-child(3) {
	background-color: #9661b5;
}
.programa_info_option_content_data__item:nth-child(4) {
	background-color: #83559e;
}
.programa_info_option_content_data__item:last-child {
	background-color: #704988;
}

.programa_info_option_content_data__item p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}
.programa_info_option_content__img {
	max-width: 350px;
	position: relative;
}
.programa_info_option_content__img .item_img1,
.programa_info_option_content__img .item_img2 {
	position: absolute;
	width: 80px;
}
.programa_info_option_content__img .item_img1 {
	top: 60px;
	right: -70px;
}
.programa_info_option_content__img .item_img2 {
	bottom: 110px;
	right: -70px;
}

/* // programa_info__finance */
.programa_info_finance__content {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 50px;
}
.programa_info_finance__content_text {
	width: 270px;
}
.programa_info_finance__content_text p {
	font-size: 20px;
	color: #6f2b2a;
	font-weight: 500;
}
.programa_info_finance__content_img {
	width: 180px;
}
.programa_info_finance__slide {
	margin-top: 20px;
}
.programa_info_finance__slide .swiper {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.programa_info_finance__slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f2f2f2;
	padding: 30px;
	border-radius: 10px;
	width: 760px;
	margin: 20px auto 0;
	text-align: right;
}
.programa_info_finance__slide .swiper-button-prev,
.programa_info_finance__slide .swiper-button-next {
	color: #6f2b2a;
	font-size: 32px;
}
.programa_info_finance__slide .swiper-button-prev::after,
.swiper-button-next:after {
	display: none;
}
.programa_info_finance__slide .swiper-pagination-bullet,
.programa_info_finance__slide .swiper-pagination-bullet-active {
	background-color: #6f2b2a;
}
.programa_info_finance_slide__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
.programa_info_finance_slide_item__img {
	width: 160px;
}
.programa_info_finance_slide_item__content {
	width: 600px;
}
.programa_info_finance_slide_item__content h4 {
	text-align: left;
	color: #fe8c00;
	font-weight: bold;
}
.programa_info_finance_slide_item__content p {
	color: #6f2b2a;
}
.programa_info_finance_slide_item__content ul {
	/* // margin: 0; */
	padding: 0;
	text-align: left;
	color: #6f2b2a;
	list-style: disc;
}
.programa_info_finance_slide_item__content ul li a.btnDownloadCoink {
	display: table;
	background: #6f2b2a;
	padding: 5px 20px;
	border-radius: 28px;
	color: #fff;
	margin-bottom: 5px;
}
.programa_info_finance_slide_item__content .slide_btn {
	background-color: #fe8c00;
	padding: 10px 20px;
	border-radius: 25px;
	color: #fff;
	transition: 0.3s;
}
.programa_info_finance_slide_item__content a:hover {
	background-color: #6f2b2a;
	font-weight: bold;
	box-shadow: 5px 5px #6f2b2a;
}
.programa_info_finance_slide_item__content a:active {
	transform: scale(0.8) !important;
}

/* // .programa_info__learn */
.programa_info__learn .swiper {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.programa_info__learn .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* // background: #F2F2F2;
    // padding: 30px; */
	border-radius: 10px;
	width: 350px;
	margin: 20px auto 0;
	text-align: right;
}
.programa_info__learn .swiper-button-prev,
.programa_info__learn .swiper-button-next {
	color: #6f2b2a;
	font-size: 32px;
}
.programa_info__learn .swiper-button-prev::after,
.swiper-button-next:after {
	display: none;
}
.programa_info__learn .swiper-pagination-bullet,
.programa_info__learn .swiper-pagination-bullet-active {
	background-color: #6f2b2a;
}

/* // programa_info__testimonials */
.programa_info__testimonials .swiper {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.programa_info__testimonials .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f2f2f2;
	padding: 30px;
	border-radius: 10px;
	margin: 20px auto 0;
	text-align: center;
}
.programa_info__testimonials .swiper-button-prev,
.programa_info__testimonials .swiper-button-next {
	color: #6f2b2a;
	font-size: 32px;
}
.programa_info__testimonials .swiper-button-prev::after,
.swiper-button-next:after {
	display: none;
}
.programa_info__testimonials .swiper-pagination-bullet,
.programa_info__testimonials .swiper-pagination-bullet-active {
	background-color: #6f2b2a;
}
.programa_info_testimonials_slide__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.programa_info_faq__content .accordion-button {
	background: #e7e7e7;
	color: #6f2b2a;
	font-weight: bold;
}
.programa_info_faq__content p {
	color: #6f2b2a;
}
.programa_info_faq__content ul {
	margin-bottom: 0;
	list-style: disc;
}
.programa_info_faq__content ul li {
	color: #2e3192;
}
.programa_info_faq__content .accordion-body {
	padding: 20px;
}
.programa_info_faq__content .accordion-button:hover {
	background-color: #fe8c00;
}
.programa_info_faq__content .accordion-button:not(.collapsed) {
	background-color: #fe8c00;
}
.programa_info__faq .link {
	width: 300px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 30px auto 0;
	display: block;
	color: #6f2b2a;
	transition: 0.3s;
}
.programa_info__faq .link:hover {
	background-color: #6f2b2a;
	color: #fff;
	font-weight: bold;
	border-radius: 35px;
	box-shadow: 5px 5px #6f2b2a;
}
.programa_info__faq .link:active {
	transform: scale(0.8);
}

@media screen and (max-width: 1420px) {
	.programa .programa__contentOne,
	.programa .programa__contentTwo {
		width: 1200px;
	}
	.programa .programa__contentOne {
		align-items: flex-start;
	}
	.programa__info {
		width: 700px;
	}
}
@media screen and (max-width: 1220px) {
	.programa .programa__contentOne,
	.programa .programa__contentTwo {
		width: 1000px;
	}
	.programa_info__header img {
		width: 550px;
	}
	.programa__info {
		width: 550px;
	}
	.programa_info__about h2 {
		font-size: 30px;
	}
	.programa_info__about article h3 {
		font-size: 20px;
		padding: 10px;
	}
	.programa_info__details img {
		width: 300px;
	}
	.programa__profile > div {
		flex-direction: column-reverse;
	}

	.programa__profile img {
		width: 100px;
	}
	.programa_info__details > div {
		gap: 20px;
	}
	.programa_info__details img {
		width: 200px;
	}
	.programa_info_performance_content__items {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
	.programa_info_performance_content__img {
		display: none;
	}
	.programa_info_performance_content_items_item1 .item_img::before,
	.programa_info_performance_content_items_item3 .item_img::before,
	.programa_info_performance_content_items_item5 .item_img::before,
	.programa_info_performance_content_items_item2 .item_img::before,
	.programa_info_performance_content_items_item4 .item_img::before {
		height: 15px;
	}
	.programa_info_curriculum_data_creditos p {
		height: initial;
		line-height: 16px;
		font-weight: normal;
	}
}
@media screen and (max-width: 1040px) {
	.programa .programa__contentOne,
	.programa .programa__contentTwo {
		width: 800px;
	}
	.programa .programa__contentOne {
		flex-direction: column;
	}
	.programa__data {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		gap: 30px;
	}
	.programa_data__sheet {
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: inherit;
	}
	#programa_data__form {
		width: 380px;
		position: initial;
	}
	#programa_data__form.fixed {
		position: initial;
		width: 380px;
	}
	.programa__info {
		width: 100%;
		margin-bottom: 20px;
	}
	.programa_data__sheet {
		border-radius: 5px;
	}
	.programa_info_performance_content__items {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
	.programa_profile__text {
		width: 100%;
		border-radius: 0 20px 0 20px;
		padding: 20px;
	}
}
@media screen and (max-width: 840px) {
	.programa .programa__contentOne,
	.programa .programa__contentTwo {
		width: 600px;
	}
	.programa_info__header img {
		width: 400px;
	}
	.programa__data {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.programa_info__header p {
		text-align: left;
	}
	#programa_data__form.fixed,
	#programa_data__form {
		width: 100%;
	}
	.programa_data__sheet {
		width: 100%;
		text-align: left;
		border-radius: 10px 10px 0 0;
	}
	.programa_data__form {
		border-radius: 0 0 10px 10px;
	}
	.programa_data_form__title {
		margin-bottom: 0px;
	}
	.programa_info_performance_content__items {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}
@media screen and (max-width: 640px) {
	.programa .programa__contentOne,
	.programa .programa__contentTwo,
	.programa_info__header img,
	.programa__data,
	.programa_data__form,
	#programa_data__form.fixed,
	.programa_info__option h4 {
		width: 350px;
	}
	.programa__data {
		align-items: center;
	}
	.programa_info__about article h3 {
		text-align: center;
	}
	.programa_info__details img,
	.programa_info_curriculum_data__img,
	.programa_info_option_content__img,
	.programa__profile img {
		display: none;
	}
	.programa_info_performance__content {
		width: 325px;
		margin: 30px auto;
	}
	.programa_info_performance_content__items {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.programa_info_performance_content__items > div {
		gap: 0;
		flex-direction: column;
		padding-bottom: 0;
		margin-bottom: 10px;
		width: 150px;
	}
	.programa_info_performance_content__items > div .item_text {
		width: initial;
		margin-bottom: 0;
		text-align: center;
	}
	.programa_info_performance_content__items > div .item_text span {
		margin: 0 auto 5px;
	}
	.programa_info__option h4 {
		font-size: 16px;
	}
	.programa_info__option h4 i {
		font-size: 30px;
	}
	.programa_info_finance__content {
		flex-direction: column-reverse;
		gap: 0;
	}
	.programa_info_finance__content_img {
		margin: 0 auto 20px;
		width: 100px;
	}
	.programa_info_finance__content_text {
		width: 100%;
	}
	.programa_info_finance_slide_item__img {
		display: none;
	}
	.programa_info_finance__slide .swiper-slide {
		padding: 30px 60px;
	}
	.programa_info_finance_slide_item__content p {
		width: 300px;
		margin: 0 auto;
	}
	.programa_info_finance__slide .swiper-slide {
		text-align: center;
	}
	.programa_data_sheet__coste_MEN {
		font-size: 18px;
	}
	.programa_data_form__title {
		font-size: 16px;
	}
	.programa_info__about article h3 {
		margin-bottom: 10px;
	}
	.programa_info__about article > div {
		margin-bottom: 40px;
	}
	.programa_info_option_content_data__item {
		border-radius: 3px 20px;
		width: 100%;
	}
	.programa_info_finance__content_text {
		text-align: center;
	}
}

/* Estilo del botón de WhatsApp */
.whatsapp-button {
	display: inline-flex;
	align-items: center;
	padding: 25px;
	background-color: none;
	color: #1ebe57;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 1px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border: none;
	cursor: pointer;
	overflow: hidden;
}

/* Efecto de hover para el botón */
.whatsapp-button:hover {
	background-color: none;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Icono de WhatsApp dentro del botón */
.whatsapp-icon {
	width: 8px;
	height: 8px;
	margin-right: 10px;
}

/* Estilos responsivos para dispositivos más pequeños */
@media (max-width: 600px) {
	.whatsapp-button {
		font-size: 14px;
		padding: 10px 15px;
	}

	.whatsapp-icon {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
}
