.my-legal {
	--legal-blue: #0792e2;
	--legal-ink: #000;
	--legal-line: rgba(7, 146, 226, 0.16);
	background: #fff;
	color: var(--legal-ink);
	font-family: "Montserrat", Arial, sans-serif;
}

body.page-template-my-terminos-condiciones-page,
body.page-template-my-terminos-condiciones-page :where(div, section, article, header, footer, nav, p, a, span, li, h1, h2, h3, h4, h5, h6, small, strong, em) {
	font-family: "Montserrat", Arial, sans-serif !important;
}

.my-legal *,
.my-legal *::before,
.my-legal *::after {
	box-sizing: border-box;
}

.my-legal-section {
	padding: 220px 24px 180px;
	background: #fff;
}

.my-legal-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.my-legal-head {
	max-width: 820px;
	margin: 0 0 40px;
	text-align: left;
}

.my-legal-head h1 {
	margin: 0;
	color: var(--legal-blue);
	font-family: "Montserrat", Arial, sans-serif !important;
	font-size: 56px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.my-legal-content {
	color: var(--legal-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
}

.my-legal-content > *:first-child {
	margin-top: 0;
}

.my-legal-content > *:last-child {
	margin-bottom: 0;
}

.my-legal-content h2,
.my-legal-content h3,
.my-legal-content h4,
.my-legal-content h5,
.my-legal-content h6 {
	color: var(--legal-blue) !important;
	font-family: "Montserrat", Arial, sans-serif !important;
	letter-spacing: 0;
}

.my-legal-content h2 {
	margin: 56px 0 20px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.35;
}


.my-legal-content h3 {
	margin: 34px 0 20px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.35;
}

.my-legal-content h4,
.my-legal-content h5,
.my-legal-content h6 {
	margin: 28px 0 12px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.my-legal-content p,
.my-legal-content li {
	color: var(--legal-ink) !important;
	font-family: "Montserrat", Arial, sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.my-legal-content p {
	margin: 0 0 15px;
}

.my-legal-content ul,
.my-legal-content ol {
	margin: 0 0 22px 22px;
	padding: 0;
}

.my-legal-content li {
	margin-bottom: 10px;
}

.my-legal-content strong {
	color: var(--legal-ink);
	font-weight: 600;
}

.my-legal-content a {
	color: var(--legal-blue) !important;
	font-family: "Montserrat", Arial, sans-serif !important;
	text-decoration: none;
}

.my-legal-content a:hover,
.my-legal-content a:focus {
	color: var(--legal-blue) !important;
	text-decoration: none;
}

.my-legal-content hr {
	border: 0;
	border-top: 1px solid var(--legal-line);
	margin: 36px 0;
}

@media (max-width: 1200px) {
	.my-legal-container {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media (max-width: 900px) {
	.my-legal-section {
		padding: 170px 28px 170px;
	}

	.my-legal-head {
		margin-bottom: 42px;
	}

	.my-legal-head h1 {
		font-size: 42px;
	}

	.my-legal-content h2 {
		font-size: 28px;
	}

}

@media (max-width: 800px) {
	.my-legal-section {
		padding: 140px 34px 140px;
	}

	.my-legal-container {
		padding-left: 6px;
		padding-right: 6px;
	}

	.my-legal-head {
		margin-bottom: 34px;
		text-align: center;
	}


	.my-legal-content,
	.my-legal-content p,
	.my-legal-content li {
		font-size: 16px;
		line-height: 1.7;
		text-align: center;
	}

	.my-legal-content ul,
	.my-legal-content ol {
		list-style-position: inside;
		margin-left: 0;
	}

	.my-legal-content h2 {
		margin-top: 42px;
	}
}
