/*
Theme Name: Webflow Centro Médico
Theme URI: https://landings.webflow.com.ar/centromedico/
Author: ADV Technology
Author URI: https://www.adv.com.ar/
Description: Landing responsive de Webflow Centro Médico preparada para WordPress y Hostinger.
Version: 1.1.3
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: webflow-centromedico
*/

@font-face {
	font-family: "Asap Webflow";
	src: url("assets/fonts/asap-medium.woff") format("woff");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Fira Webflow";
	src: url("assets/fonts/firasans-light.woff") format("woff");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

:root {
	--cm-blue: #3845a7;
	--cm-blue-deep: #303ba0;
	--cm-purple: #7139d6;
	--cm-cyan: #55a9ca;
	--cm-sky: #4aa9ea;
	--cm-text: #4e4e50;
	--cm-muted: #6f6f74;
	--cm-soft: #f5f5f7;
	--cm-dark: #3d3d40;
	--cm-shell: 1200px;
	--cm-shadow: 0 20px 60px rgba(34, 48, 120, .13);
	--cm-gradient: linear-gradient(105deg, var(--cm-sky), var(--cm-purple));
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 76px;
}

body {
	margin: 0;
	background: #fff;
	color: var(--cm-text);
	font-family: "Fira Webflow", Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	font-variant-ligatures: none;
	line-height: 1.5;
}

body.admin-bar .site-nav {
	top: 32px;
}

img,
iframe {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4 {
	color: #3b3b3d;
	font-family: "Asap Webflow", Arial, sans-serif;
	font-weight: 500;
	line-height: 1.18;
}

p {
	margin: 0 0 1.15em;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: #111;
}

.section-shell {
	width: min(calc(100% - 48px), var(--cm-shell));
	margin-inline: auto;
}

.section-shell--narrow {
	width: min(calc(100% - 48px), 940px);
}

.section-kicker {
	margin: 0 0 12px;
	color: var(--cm-purple);
	font-family: "Asap Webflow", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.site-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	color: #fff;
	background: linear-gradient(180deg, rgba(28, 34, 91, .45), transparent);
	transition: background .25s ease, box-shadow .25s ease;
}

.site-nav.is-scrolled,
body:not(.home) .site-nav {
	background: rgba(47, 57, 151, .97);
	box-shadow: 0 8px 30px rgba(18, 24, 72, .18);
}

.site-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 48px), var(--cm-shell));
	height: 76px;
	margin-inline: auto;
}

.site-nav__brand {
	display: block;
	width: 172px;
	text-decoration: none;
}

.site-nav__brand img {
	width: 100%;
	height: auto;
}

.site-nav__menu {
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-nav__menu a {
	position: relative;
	font-family: "Asap Webflow", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-nav__menu a::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	content: "";
	transition: width .2s ease;
}

.site-nav__menu a:hover::after,
.site-nav__menu a:focus-visible::after {
	width: 100%;
}

.site-nav__toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.site-nav__toggle > span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background: currentColor;
}

.home-hero {
	position: relative;
	display: grid;
	min-height: min(780px, 100svh);
	place-items: center;
	background-image: linear-gradient(105deg, rgba(0, 164, 221, .55), rgba(93, 43, 175, .7)), var(--hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.home-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 170px;
	background: linear-gradient(transparent, rgba(27, 31, 96, .22));
	content: "";
	pointer-events: none;
}

.home-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: min(calc(100% - 48px), 940px);
	padding: 124px 0 50px;
	text-align: center;
}

.home-hero__logo {
	width: min(312px, 72vw);
	margin-bottom: clamp(96px, 14vh, 148px);
}

.home-hero__kicker {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .82);
	font-family: "Asap Webflow", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.home-hero h1 {
	max-width: 920px;
	margin: 0 0 30px;
	color: #fff;
	font-size: clamp(32px, 4vw, 50px);
	letter-spacing: .012em;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
	word-spacing: .05em;
}

.gradient-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 30px;
	border: 0;
	border-radius: 10px;
	background: var(--cm-gradient);
	box-shadow: 0 9px 22px rgba(74, 75, 190, .18);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
	cursor: pointer;
}

.gradient-button--light {
	background: #fff;
	box-shadow: 0 12px 30px rgba(30, 35, 93, .17);
	color: var(--cm-purple);
}

.gradient-button:hover,
.gradient-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 13px 28px rgba(54, 56, 151, .27);
}

.scroll-cue {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	margin-top: 34px;
	font-size: 15px;
	text-decoration: none;
}

.scroll-cue span {
	position: relative;
	width: 24px;
	height: 38px;
	border: 2px solid #fff;
	border-radius: 14px;
}

.scroll-cue span::after {
	position: absolute;
	top: 8px;
	left: 9px;
	width: 3px;
	height: 7px;
	border-radius: 2px;
	background: #fff;
	content: "";
	animation: cm-scroll 1.6s infinite;
}

@keyframes cm-scroll {
	0% { transform: translateY(0); opacity: 1; }
	70% { transform: translateY(10px); opacity: 0; }
	100% { transform: translateY(0); opacity: 0; }
}

.solution-section {
	padding: 96px 0;
}

.solution-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: clamp(52px, 7vw, 96px);
}

.solution-row__media img {
	width: 100%;
	height: 410px;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: var(--cm-shadow);
}

.solution-row__content h2,
.features__heading h2,
.brand-family h2,
.contact-section h2 {
	margin: 0 0 28px;
	font-size: clamp(30px, 3.5vw, 44px);
}

.solution-row__content p {
	font-size: 17px;
}

.solution-row__content .gradient-button {
	margin-top: 10px;
}

.features {
	padding: 84px 0 88px;
	background: var(--cm-soft);
}

.features__heading {
	padding-bottom: 46px;
	text-align: center;
}

.features__heading h2 {
	max-width: 760px;
	margin-inline: auto;
}

.feature-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: min(100%, 1366px);
	min-height: 430px;
	margin-inline: auto;
	background: #fff;
}

.feature-row + .feature-row {
	margin-top: 34px;
}

.feature-row__content {
	padding: 60px clamp(50px, 7vw, 110px);
}

.feature-row__content h3 {
	position: relative;
	margin: 0 0 34px;
	font-size: 28px;
}

.feature-row__content h3::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 66px;
	height: 2px;
	background: linear-gradient(90deg, var(--cm-purple), var(--cm-cyan));
	content: "";
}

.feature-row__content p,
.feature-row__content li {
	font-size: 16px;
}

.feature-row__media {
	height: 350px;
	overflow: hidden;
}

.feature-row__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.feature-row:hover .feature-row__media img {
	transform: scale(1.025);
}

.feature-row:nth-of-type(even) .feature-row__content {
	order: 2;
}

.feature-row:nth-of-type(even) .feature-row__media {
	order: 1;
}

.check-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 16px;
}

.check-list li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--cm-sky);
	font-family: Arial, sans-serif;
	font-weight: 700;
	content: "✓";
}

.brand-family {
	padding: 88px 0 94px;
	background: #fff;
	text-align: center;
}

.brand-family__adv {
	width: min(330px, 66vw);
	margin: 0 auto 30px;
}

.brand-family__adv-link {
	display: block;
	width: max-content;
	max-width: 100%;
	margin-inline: auto;
}

.brand-family h2 {
	margin-bottom: 14px;
}

.trust-logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 34px;
	margin-top: 52px;
}

.trust-logos__link {
	display: grid;
	min-height: 82px;
	padding: 8px 0;
	border: 0;
	border-radius: 8px;
	place-items: center;
	background: transparent;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.trust-logos__link:hover,
.trust-logos__link:focus-visible {
	background: rgba(56, 69, 167, .05);
	transform: translateY(-3px);
}

.trust-logo {
	width: 178px;
	height: 48px;
	object-fit: contain;
}

.trust-logo--webflow {
	filter: none;
	opacity: 1;
}

.trust-logo--adv {
	width: 190px;
}

.contact-section {
	padding: 92px 0 102px;
	background: linear-gradient(120deg, #4255ba, #6638bc 66%, #3f83c9);
	color: rgba(255, 255, 255, .88);
}

.contact-section .section-kicker,
.contact-section h2,
.contact-section__intro {
	text-align: center;
}

.contact-section .section-kicker {
	color: rgba(255, 255, 255, .74);
}

.contact-section h2 {
	margin-bottom: 14px;
	color: #fff;
}

.contact-section__intro {
	max-width: 650px;
	margin: 0 auto 40px;
	font-size: 17px;
}

.contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 40px;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(25, 23, 79, .25);
	color: var(--cm-text);
}

.contact-form__field {
	display: grid;
	gap: 7px;
}

.contact-form__field span {
	font-size: 15px;
}

.contact-form__field input,
.contact-form__field textarea {
	width: 100%;
	padding: 13px 4px;
	border: 0;
	border-bottom: 1px solid #b8b8be;
	border-radius: 0;
	outline: 0;
	background: transparent;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
	border-color: var(--cm-purple);
	box-shadow: 0 2px 0 rgba(113, 57, 214, .16);
}

.contact-form__field--full {
	grid-column: 1 / -1;
}

.contact-form__actions {
	display: flex;
	grid-column: 1 / -1;
	justify-content: flex-end;
}

.contact-form__trap {
	position: absolute;
	left: -9999px;
}

.contact-form__captcha {
	display: flex;
	justify-content: flex-start;
	min-height: 65px;
}

.form-notice {
	padding: 14px 18px;
	margin: 0 0 28px;
	border-radius: 8px;
}

.form-notice--success {
	background: #e7f7ed;
	color: #176d36;
}

.form-notice--error {
	background: #fff0f0;
	color: #9d2525;
}

.site-footer {
	padding: 72px 0 24px;
	background: var(--cm-dark);
	color: #fff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.2fr 1.5fr auto;
	align-items: end;
	gap: 48px;
	width: min(calc(100% - 48px), 1080px);
	margin-inline: auto;
}

.site-footer__brand img {
	width: 200px;
	margin-bottom: 18px;
}

.site-footer p {
	margin: 5px 0;
	font-size: 14px;
}

.site-footer a {
	text-decoration: none;
}

.site-footer__top {
	font-family: "Asap Webflow", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.site-footer__top span {
	margin-left: 7px;
	font-size: 18px;
}

.site-footer__copyright {
	padding-top: 48px;
	text-align: center;
}

.whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1100;
	display: grid;
	width: 62px;
	height: 62px;
	border: 4px solid #fff;
	border-radius: 50%;
	place-items: center;
	background: #25d366;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
	transition: transform .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
	transform: scale(1.06);
}

.whatsapp-float svg {
	width: 35px;
	height: 35px;
	fill: #fff;
}

.content-fallback {
	min-height: 60vh;
	padding: 140px 0 80px;
}

.content-fallback h1 {
	font-size: clamp(32px, 4vw, 48px);
}

@media (max-width: 980px) {
	.site-nav__toggle {
		display: block;
	}

	.site-nav__menu {
		position: absolute;
		top: 76px;
		right: 24px;
		display: none;
		align-items: stretch;
		flex-direction: column;
		width: min(360px, calc(100vw - 48px));
		gap: 0;
		padding: 12px 22px;
		border-radius: 10px;
		background: rgba(47, 57, 151, .98);
		box-shadow: 0 18px 42px rgba(18, 24, 72, .28);
	}

	.site-nav__menu.is-open {
		display: flex;
	}

	.site-nav__menu a {
		padding: 13px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.site-nav__menu a:last-child {
		border-bottom: 0;
	}

	.site-nav__menu a::after {
		display: none;
	}

	.solution-row {
		gap: 48px;
	}

	.solution-row__media img {
		height: 360px;
	}

	.feature-row__content {
		padding: 54px 48px;
	}

	.trust-logos {
		grid-template-columns: repeat(3, 1fr);
	}

	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__top {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	body.admin-bar .site-nav {
		top: 46px;
	}

	.section-shell,
	.section-shell--narrow {
		width: min(calc(100% - 36px), var(--cm-shell));
	}

	.site-nav__inner {
		width: calc(100% - 36px);
		height: 68px;
	}

	.site-nav__brand {
		width: 148px;
	}

	.site-nav__menu {
		top: 68px;
		right: 18px;
		width: calc(100vw - 36px);
	}

	.home-hero {
		min-height: 100svh;
		background-position: 56% center;
	}

	.home-hero__content {
		width: calc(100% - 38px);
		padding: 112px 0 42px;
	}

	.home-hero__logo {
		width: min(250px, 70vw);
		margin-bottom: clamp(74px, 12vh, 110px);
	}

	.home-hero__kicker {
		font-size: 11px;
	}

	.home-hero h1 {
		font-size: clamp(28px, 8vw, 37px);
		line-height: 1.2;
		letter-spacing: .01em;
		word-spacing: .08em;
	}

	.scroll-cue {
		margin-top: 30px;
	}

	.solution-section {
		padding: 74px 0;
	}

	.solution-row {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.solution-row__media img {
		height: 280px;
		border-radius: 18px;
	}

	.solution-row__content h2,
	.features__heading h2,
	.brand-family h2,
	.contact-section h2 {
		font-size: 31px;
	}

	.features {
		padding: 72px 0 74px;
	}

	.features__heading {
		padding-bottom: 30px;
	}

	.feature-row {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}

	.feature-row__media,
	.feature-row:nth-of-type(even) .feature-row__media {
		order: 1;
		width: 100%;
		height: 270px;
	}

	.feature-row__content,
	.feature-row:nth-of-type(even) .feature-row__content {
		order: 2;
		width: 100%;
		padding: 48px 28px 62px;
	}

	.feature-row__content h3 {
		font-size: 24px;
	}

	.brand-family {
		padding: 72px 0 78px;
	}

	.trust-logos {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.contact-section {
		padding: 76px 0 84px;
	}

	.contact-form {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 30px 24px;
		border-radius: 12px;
	}

	.contact-form__field--full,
	.contact-form__actions {
		grid-column: auto;
	}

	.contact-form__actions {
		justify-content: stretch;
	}

	.contact-form__actions .gradient-button {
		width: 100%;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 28px;
		width: calc(100% - 36px);
	}

	.site-footer__top {
		grid-column: auto;
	}

	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 480px) {
	.home-hero h1 {
		font-size: clamp(27px, 7.8vw, 33px);
	}

	.home-hero__logo {
		margin-bottom: 82px;
	}

	.solution-row__media img,
	.feature-row__media {
		height: 230px;
	}

	.trust-logos {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
