.mg-hidden,
#eloqua-data {
	display: none !important;
}

.pdp .pdp-summary .pdp-add-to-cart form.cart {
	margin: 0;
}

.pdp-summary {
	padding: 24px;
	display: grid;
	grid-row-gap: 24px;
	align-content: flex-start;
}

.pdp-summary__buttons {
	display: flex;
	align-items: center;
	gap: 24px;
}

.pdp-tabs,
.pdp-related-products {
	grid-column: 1 / -1;
}

.pdp-tabs .tab-container {
	font-family: "Gotham Screensmart";
}

.pdp-tabs .tab {
	padding: 10px 20px;
	font-weight: bold;
	color: var(--primary);
	background: none;
	border: 2px solid var(--primary);
	cursor: pointer;
	transition: color 0.3s;
	text-transform: uppercase;
}

.pdp-tabs .tab.active {
	color: #fff;
	background-color: var(--primary);
}

.pdp-tabs .tab-panel {
	display: none;
}

.pdp-tabs .tab-panel.active {
	display: block;
}

.pdp-name {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	margin: 0;
	font-weight: bold;
	color: #111111;
}

.pdp .quantity {
	display: none;
}

.pdp-price {
	display: grid;
	font-family: "Gotham Screensmart";
}

.pdp-price__regular-line,
.pdp-price__savings-line {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	color: #4A5565;
	font-weight: 300;
}

.pdp-price__savings-line {
	color: #111111;
}

.pdp-price__regular-line {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #E5E7EB;
	border-bottom: 1px solid #E5E7EB;
}

.pdp-price__regular-value {
	color: #111111;
	font-weight: 400;
}

.pdp-price__regular-value--strikethrough {
	color: #9ca3af;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.pdp-price__highlight-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 12px;
}

.pdp-price__highlight-label {
	color: #6d248f;
	font-size: 21px;
	font-weight: 700;
}

.pdp-price .current-price {
	font-size: 36px;
	color: #55565a;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

.pdp-price .current-price--membresia {
	color: #671e75;
}

.pdp-price__active-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 18px;
	border-top: 1px solid #E5E7EB;
}

.pdp-price__compare-price {
	color: #9ca3af;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.pdp-price__membership-applied {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	padding: 8px 12px;
	border-radius: 10px;
	background-color: #f9f9f9;
	color: #671E75;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	height: 46px;
}

.pdp-price__membership-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.pdp-price .current-price--sale {
	color: #f58a00;
	font-size: 18px;
	line-height: 1.45;
	font-weight: bold;
}

.pdp-price__savings-value {
	color: #f58a00;
	font-weight: 700;
}

.pdp-price__membership-link {
	color: #6d248f;
	text-decoration: underline;
}

.pdp-price-slot:empty {
	display: none;
}

.pdp-cats {
	font-size: 14px;
	color: #6f6f73;
	margin-top: 16px;
	font-family: "Montserrat", sans-serif;
}

.pdp-cats a {
	color: #6d248f;
}

.pdp--servicio {
	display: grid;
	row-gap: 40px;
	padding-top: 32px;
}

.pdp--servicio .pdp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
}

.pdp--servicio .pdp-image,
.pdp--servicio .pdp-summary {
	height: 460px;
	min-height: 460px;
}

.pdp--servicio .pdp-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.pdp--servicio .pdp-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.mg-product-variation-badges {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	max-width: calc(100% - 32px);
	pointer-events: none;
}

.mg-product-variation-badges[hidden] {
	display: none;
}

.mg-product-variation-badge {
	display: block;
	width: fit-content;
	max-width: 100%;
	padding: 8px 12px;
	border-radius: 6px;
	background-color: var(--mg-product-tag-badge-background, #671e75);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	color: var(--mg-product-tag-badge-text, #ffffff);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
	text-align: right;
}

.pdp--servicio .pdp-summary {
	padding: 11px 0;
	overflow: hidden;
}

.pdp--servicio .pdp-summary__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.pdp-purchase {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 18px;
	margin-top: 24px;
	min-height: 0;
}

.pdp-add-to-cart,
.pdp-booking {
	width: 100%;
}

.pdp-purchase > .pdp-add-to-cart {
	flex: 1 1 auto;
	min-height: 0;
}

.pdp-add-to-cart .cart,
.pdp-add-to-cart .variations_form {
	width: 100%;
}

.pdp-add-to-cart .variations_form {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.pdp-add-to-cart .single_add_to_cart_button,
.pdp-booking .button {
	width: 100%;
	justify-content: center;
	text-align: center;
	padding: 16px 20px;
	border-radius: 4px;
}

.pdp-booking .button {
	display: inline-flex;
	background-color: #ffffff;
	border: 1px solid #6d248f;
	color: #6d248f;
}

.pdp-booking .button:hover {
	background-color: #f7effb;
	color: #6d248f;
}

.pdp-variation-picker table.variations tbody > tr > td,
.pdp-variation-picker table.variations tbody > tr > th {
	background-color: transparent;
}

.pdp-variation-picker table.variations tbody > tr.mg-variation-attribute--not-applicable {
	display: none;
}

.pdp-variation-picker {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding-right: 20px;
	margin-bottom: 18px;
}

.pdp-variation-picker--single-unit {
	flex-shrink: 0;
	overflow-y: visible;
	padding-right: 0;
}

.pdp-add-to-cart .single_variation_wrap {
	flex: 0 0 auto;
}

.pdp-variation-picker__header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.pdp-variation-picker__label {
	font-family: "Montserrat";
	color: #10a44b;
	font-size: 16px;
	font-weight: 700;
}

.pdp-variation-picker__label--attribute {
	color: #55565a;
}

.pdp-selected-unit {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 6px;
	background: #2f8de4;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.woocommerce div.product .pdp-add-to-cart table.variations {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.pdp-add-to-cart table.variations td {
	padding: 0;
	border: 0;
}

.woocommerce div.product .pdp-add-to-cart table.variations select {
	width: 100%;
	min-height: 48px;
	padding: 11px 22px;
	border: 0;
	border-radius: 99px;
	background-color: #F9F9F9;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #111111;
	box-shadow: none;
	font-weight: 500;
}

.pdp-add-to-cart table.variations select:focus {
	outline: none;
}

.pdp-add-to-cart .reset_variations {
	display: none !important;
}

.pdp-add-to-cart .woocommerce-variation-add-to-cart {
	margin-top: 24px;
}

.pdp-add-to-cart .variations_button {
	width: 100%;
}

.pdp-add-to-cart button.button {
	border-radius: 8px;
	height: 48px;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
}

.pdp-tabs {
	padding-top: 0;
}

.pdp-tabs .tab-list {
	gap: 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #dfd8e5;
	display: flex;
	gap: 16px;
}

.pdp-tabs .tab {
	flex: 1 1 0;
	padding: 14px 16px;
	border: 0;
	border-bottom: 3px solid transparent;
	font-size: 13px;
	text-align: center;
	color: #3e3f45;
}

.pdp-tabs .tab.active {
	color: #6d248f;
	background-color: transparent;
	border-bottom-color: #6d248f;
}

.pdp--maternidad .pdp-name {
	color: #fff;
}

.pdp--maternidad .pdp-summary {
	position: relative;
	padding: 72px;
}

.pdp--maternidad .pdp-tabs {
	box-shadow: 0 2px 72px -24px rgba(0, 0, 0, 0.35);
	padding: 24px;
}

.pdp--maternidad .pdp-tabs .tab-list {
	justify-content: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #671d75;
	font-size: 1.25em;
}

.seccion1-producto {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.seccion1-producto::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}

.single-product .formulario .wpcf7-response-output,
.seccion1-producto .formulario p {
	color: #fff !important;
}

.content-secc {
	display: flex;
	align-items: center;
	padding: 2% 5%;
	height: 100%;
	z-index: 999;
	position: relative;
	gap: 30px;
}

.content-secc select.product_unidades_tag {
	white-space: normal;
}

.col-sec1 {
	width: 50%;
}

.info-producto h1,
.info-producto p {
	color: #fff;
}

.info-producto h1 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	font-size: 52px;
}

.info-producto p {
	font-size: 18px;
	font-family: "Gotham Screensmart";
	font-weight: 300;
}

.content-secc p.price {
	color: #fff !important;
	margin: 0;
	font-size: 20px;
	font-family: "Gotham Screensmart";
	font-weight: 500;
}

.seccion1-producto button.single_add_to_cart_button,
button.single_add_to_cart_button {
	font-family: "Gotham Screensmart";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.seccion1-producto button.single_add_to_cart_button {
	padding: 14px;
}

button.single_add_to_cart_button {
	background-color: #671d75 !important;
	color: #fff;
}

button.single_add_to_cart_button:hover {
	background-color: hsl(290deg 60% 29% / 30%) !important;
	border-color: hsl(290deg 60% 29% / 30%) !important;
}

.info-producto ul {
	list-style: none;
	padding-left: 0;
}

.seccion1-producto ul li,
.info-producto ul li,
#padecimientos p,
#padecimientos ul li,
.servicio p,
.opciones-hospitales p,
.content-option-hospital .info {
	font-size: 18px;
	font-family: "Gotham Screensmart";
	font-weight: 300;
}

.seccion1-producto ul li {
	color: #fff;
}

.info-producto ul li {
	background-image: url(/wp-content/uploads/2023/06/check.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 15px 11px;
	margin-bottom: 11px;
	padding-left: 25px;
	position: relative;
}

.contenedor-campo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.seccion1-producto .wpcf7-form h5,
.seccion1-producto .wpcf7-form p,
.seccion1-producto .wpcf7-form p label {
	color: #fff;
	margin: 0 0 10px;
}

.seccion1-producto .wpcf7-form h5 {
	font-family: "Gotham Screensmart";
	font-size: 20px;
	font-weight: 500;
}

.seccion1-producto .wpcf7-form p,
.wpcf7-form label {
	font-family: "Gotham Screensmart";
	font-size: 18px;
	font-weight: 300;
}

.wpcf7-form label {
	width: 100%;
	color: #000;
}

textarea.wpcf7-textarea {
	height: 70px;
}

input.wpcf7-submit {
	background-color: #eb8131 !important;
	border-color: #eb8131 !important;
	width: 100%;
	color: #fff;
	font-family: "Gotham Screensmart";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

input.wpcf7-submit:hover {
	background-color: #bf6726 !important;
	border-color: #bf6726 !important;
}

.seccion-submenu {
	display: flex;
	justify-content: space-around;
}

.seccion-submenu .button {
	padding: 12px 24px;
	width: 100%;
}

.seccion-submenu .button a {
	font-family: "Gotham Screensmart";
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	white-space: break-spaces;
}

.seccion-des {
	display: flex;
}

.info-descripcion {
	width: 70%;
	background-color: #0072ce;
	color: #fff;
	padding: 5%;
	font-size: 18px;
}

.info-descripcion h2,
.contect-seccion .seccion h2,
#servicios-relacionados h2 {
	margin-top: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 52px;
}

.info-descripcion h2,
.contect-seccion .seccion h2 {
	font-weight: 700;
}

#servicios-relacionados h2 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 3%;
}

.info-descripcion p,
.info-descripcion ul li {
	font-size: 18px;
}

.imagen-descripcion {
	width: 30%;
}

.imagen-descripcion img {
	object-fit: cover;
	height: 100%;
	object-position: center;
}

.contect-seccion {
	grid-template-columns: repeat(2, 1fr);
	flex-flow: column;
	gap: 40px;
}

.contect-seccion .seccion {
	padding: 35px 0;
}

.contect-seccion .seccion p .contect-seccion .seccion ul li {
	font-size: 18px !important;
	font-family: "Gotham Screensmart" !important;
	font-weight: 300 !important;
}

.opciones-hospitales {
	display: flex;
	align-items: center;
}

.opciones-hospitales p,
.content-option-hospital .info {
	width: 60%;
	margin: 0;
}

.opciones-hospitales select {
	font-size: 14px;
}

div#servicios-relacionados {
	padding: 35px 0;
}

.content-serv-relacioandos {
	width: 60%;
	margin: 0 auto;
	display: flex;
	gap: 40px;
}

.servicio {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 6%;
	width: 50%;
}

.servicio:hover {
	background-color: #671e75;
	color: #fff;
}

.servicio:hover a {
	color: #fff;
}

.servicio:hover img {
	filter: brightness(0) invert(1);
}

.servicio h6,
.related > h2 {
	font-family: "Gotham Screensmart";
	font-size: 20px !important;
	font-weight: 500;
}

.seccion-servicio .info-descripcion {
	width: 100%;
}

ul.puntos {
	list-style: none;
	display: flex;
	flex-flow: wrap;
	padding: 0;
	gap: 20px;
}

.puntos li {
	display: flex;
	align-items: center;
	gap: 23px;
	width: 49%;
	font-family: "Gotham Screensmart";
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
}

.puntos li::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(/wp-content/uploads/2023/10/checkbox.png);
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: 50%;
	padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
	.pdp {
		grid-template-columns: 1fr;
	}

	.pdp--servicio .pdp-hero {
		grid-template-columns: 1fr;
	}

	.pdp--servicio .pdp-image,
	.pdp--servicio .pdp-summary {
		height: auto;
		min-height: 0;
	}

	.pdp--servicio .pdp-image {
		max-height: 460px;
	}

	.seccion1-producto .content-secc {
		flex-direction: column;
	}

	.seccion1-producto .info-producto,
	.seccion1-producto .formulario {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.seccion-submenu {
		flex-direction: column;
	}

	.seccion-des {
		display: flex;
		flex-direction: column;
	}

	.info-descripcion,
	.imagen-descripcion {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.mg-product-variation-badges {
		top: 12px;
		right: 12px;
		gap: 6px;
		max-width: calc(100% - 24px);
	}

	.mg-product-variation-badge {
		padding: 7px 10px;
		font-size: 12px;
	}

	.pdp-name {
		font-size: 30px;
	}

	.pdp-price .current-price {
		font-size: 34px;
	}

	.pdp-price__highlight-label,
	.pdp-add-to-cart table.variations select {
		font-size: 16px;
	}

	.pdp-tabs .tab {
		font-size: 11px;
		padding: 12px 8px;
	}

	.info-producto h1,
	.info-descripcion h2,
	.contect-seccion .seccion h2,
	#servicios-relacionados h2 {
		font-size: 25px;
	}

	.content-secc p.price {
		font-size: 16px !important;
	}

	.seccion1-producto button.single_add_to_cart_button,
	.seccion-submenu .button a {
		font-size: 10px;
	}

	.seccion1-producto .wpcf7-form h5 {
		font-size: 16px;
	}

	.seccion1-producto .wpcf7-form p,
	.info-producto ul li,
	.puntos li {
		font-size: 15px;
	}

	.puntos li,
	.col-sec1,
	.servicio {
		width: 100%;
	}

	div#descripcion,
	.seccion-submenu,
	.content-serv-relacioandos {
		flex-direction: column;
	}

	.info-descripcion,
	.imagen-descripcion,
	.content-serv-relacioandos {
		width: 100%;
	}
}

.shop_table button, .wc-proceed-to-checkout .button, .woocommerce-checkout-payment .button {
	background-color: #671d75;
	color: #ffffff;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 15px;
	height: 48px;
	border-radius: 8px;
	letter-spacing: 0;
}
.shop_table button:hover, .wc-proceed-to-checkout .button:hover, .woocommerce-checkout-payment .button:hover {
	background-color: rgb(103 29 117 / 80%) !important;
	color: #ffffff !important;
}

/* override for WC default styles */
.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 0px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p.pdp-price__regular-line {
	margin-bottom: 24px;
}
