/*
Theme Name: Entradas OTC
Theme URI: https://crecima.com.ar
Template: generatepress
Author: Crecima
Author URI: https://crecima.com.ar
Version: 3.6.1.1786627822
Updated: 2026-08-13 13:30:22

*/

.otc-account-access {
	--otc-sky: #009ad7;
	--otc-sky-dark: #0781ad;
	--otc-blue: #27348b;
	--otc-ink: #253139;
	--otc-muted: #68747b;
	--otc-soft: #edf5f9;
	--otc-line: #dbe5ea;
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	width: min(100%, 990px);
	min-height: 650px;
	margin: 48px auto 72px;
	overflow: hidden;
	border-top: 6px solid var(--otc-sky);
	background: #fff;
	box-shadow: 0 18px 55px rgba(29, 53, 66, .14);
	color: var(--otc-ink);
	font-family: Roboto, Arial, sans-serif;
}

.otc-account-access *,
.otc-account-access *::before,
.otc-account-access *::after {
	box-sizing: border-box;
}

.otc-account-access__intro {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 64px 45px;
	overflow: hidden;
	background: var(--otc-blue);
	color: #fff;
	flex-direction: column;
}

.otc-account-access__intro::after {
	position: absolute;
	right: -85px;
	bottom: -85px;
	width: 230px;
	height: 230px;
	border: 42px solid rgba(255, 255, 255, .06);
	border-radius: 50%;
	content: "";
}

.otc-account-access__eyebrow,
.otc-account-panel__header > span {
	color: var(--otc-sky);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.otc-account-access__intro h1,
.otc-account-panel__header h2 {
	font-family: "Arial Narrow", Oswald, sans-serif;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.otc-account-access__intro h1 {
	max-width: 320px;
	margin: 12px 0 22px;
	font-size: clamp(38px, 5vw, 58px);
}

.otc-account-access__intro p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.65;
}

.otc-account-access__intro ul {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.otc-account-access__intro li {
	position: relative;
	margin: 13px 0;
	padding-left: 24px;
	font-size: 13px;
	font-weight: 700;
}

.otc-account-access__intro li::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	border: 2px solid var(--otc-sky);
	content: "";
}

.otc-account-access__content {
	min-width: 0;
	padding: 38px clamp(28px, 5vw, 62px) 52px;
}

.otc-account-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 42px;
	border-bottom: 1px solid var(--otc-line);
}

.otc-account-tab {
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 4px 15px;
	color: #7a858b !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
}

.otc-account-tab span {
	color: #a7b0b5;
	font-size: 10px;
}

.otc-account-tab::after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 3px;
	background: transparent;
	content: "";
}

.otc-account-tab.is-active {
	color: var(--otc-ink) !important;
}

.otc-account-tab.is-active span {
	color: var(--otc-sky);
}

.otc-account-tab.is-active::after {
	background: var(--otc-sky);
}

.otc-account-panel[hidden],
.otc-member-registration[hidden] {
	display: none !important;
}

.otc-account-panel__header {
	margin-bottom: 30px;
}

.otc-account-panel__header h2 {
	margin: 7px 0 9px;
	font-size: clamp(30px, 4vw, 40px);
}

.otc-account-panel__header p {
	margin: 0;
	color: var(--otc-muted);
	font-size: 14px;
}

.otc-account-form .form-row {
	margin: 0 0 19px;
}

.otc-account-form label {
	display: block;
	margin-bottom: 7px;
	color: var(--otc-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.otc-account-form .required {
	color: var(--otc-sky);
}

.otc-account-form input[type="text"],
.otc-account-form input[type="email"],
.otc-account-form input[type="password"] {
	width: 100%;
	height: 48px;
	padding: 11px 14px;
	border: 1px solid #cbd7dd;
	border-radius: 4px;
	outline: 0;
	background: #fff;
	color: var(--otc-ink);
	font-size: 15px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.otc-account-form input:focus {
	border-color: var(--otc-sky);
	box-shadow: 0 0 0 3px rgba(0, 154, 215, .12);
}

.otc-account-form__grid,
.otc-member-registration {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.otc-account-form__options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 3px 0 25px;
}

.otc-account-form__options label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	letter-spacing: 0;
	text-transform: none;
}

.otc-account-form__options input {
	width: 15px;
	height: 15px;
	margin: 0;
}

.otc-account-form__options a {
	color: var(--otc-sky-dark);
	font-size: 12px;
	font-weight: 700;
}

.otc-account-form__hint {
	margin: -5px 0 20px;
	padding: 11px 13px;
	border-left: 3px solid var(--otc-sky);
	background: var(--otc-soft);
	color: var(--otc-muted);
	font-size: 12px;
}

.otc-account-submit,
.woocommerce .otc-account-submit.button {
	width: 100%;
	min-height: 49px;
	padding: 14px 20px;
	border: 0;
	border-radius: 4px;
	background: var(--otc-sky);
	color: #fff;
	font-family: "Arial Narrow", Oswald, sans-serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.otc-account-submit:hover,
.woocommerce .otc-account-submit.button:hover {
	background: var(--otc-sky-dark);
	color: #fff;
	transform: translateY(-1px);
}

.otc-member-choice {
	margin: 5px 0 24px;
	border: 1px solid var(--otc-line);
	border-radius: 5px;
	background: #f8fbfc;
	transition: border-color .2s ease, background .2s ease;
}

.otc-member-choice.is-open {
	border-color: rgba(0, 154, 215, .55);
	background: var(--otc-soft);
}

.otc-member-choice__toggle {
	display: flex !important;
	align-items: center;
	gap: 13px;
	margin: 0 !important;
	padding: 16px;
	cursor: pointer;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.otc-member-choice__toggle strong,
.otc-member-choice__toggle small {
	display: block;
}

.otc-member-choice__toggle strong {
	font-size: 13px;
}

.otc-member-choice__toggle small {
	margin-top: 2px;
	color: var(--otc-muted);
	font-size: 11px;
	font-weight: 400;
}

.otc-member-choice__check {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.otc-member-choice__check input {
	position: absolute;
	opacity: 0;
}

.otc-member-choice__check i {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #a9b7be;
	border-radius: 3px;
	background: #fff;
}

.otc-member-choice__check input:checked + i {
	border-color: var(--otc-sky);
	background: var(--otc-sky);
}

.otc-member-choice__check input:checked + i::after {
	display: block;
	width: 5px;
	height: 9px;
	margin: 2px 0 0 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
}

.otc-member-registration {
	padding: 0 16px 16px;
	border-top: 1px solid rgba(0, 154, 215, .18);
}

.otc-member-registration .form-row {
	margin: 15px 0 0;
}

.otc-member-registration > small {
	grid-column: 1 / -1;
	color: var(--otc-muted);
	font-size: 11px;
}

.woocommerce-notices-wrapper {
	width: min(100%, 990px);
	margin: 24px auto -24px;
}

@media (max-width: 800px) {
	.otc-account-access {
		grid-template-columns: 1fr;
		margin: 24px auto 48px;
	}

	.otc-account-access__intro {
		padding: 35px 30px;
	}

	.otc-account-access__intro h1 {
		margin-bottom: 12px;
		font-size: 38px;
	}

	.otc-account-access__intro ul {
		display: none;
	}

	.otc-account-access__content {
		padding: 30px 25px 38px;
	}
}

@media (max-width: 480px) {
	.otc-account-access__intro {
		padding: 28px 22px;
	}

	.otc-account-access__content {
		padding: 25px 18px 32px;
	}

	.otc-account-tabs {
		margin-bottom: 32px;
	}

	.otc-account-tab {
		font-size: 11px;
	}

	.otc-account-form__grid,
	.otc-member-registration {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.otc-member-registration > small {
		grid-column: 1;
	}

	.otc-account-form__options {
		align-items: flex-start;
		flex-direction: column;
	}
}
