/*
Theme Name: Webflow ADV
Theme URI: https://www.webflow.com.ar/
Author: ADV Technology
Author URI: https://www.adv.com.ar/
Description: Réplica responsive del sitio Webflow preparada para WordPress y Hostinger.
Version: 1.2.3
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: webflow-adv
*/

@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 {
	--wf-blue: #3845a7;
	--wf-blue-deep: #303ba0;
	--wf-purple: #7139d6;
	--wf-cyan: #55a9ca;
	--wf-text: #4e4e50;
	--wf-muted: #747477;
	--wf-soft: #f5f5f7;
	--wf-dark: #414141;
	--wf-shell: 1200px;
	--wf-shadow: 0 20px 60px rgba(34, 48, 120, .12);
}

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

html {
	scroll-behavior: smooth;
}

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

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

img,
video {
	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(--wf-shell));
	margin-inline: auto;
}

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

.site-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	color: #fff;
	background: transparent;
	transition: background .25s ease, box-shadow .25s ease;
}

.home .site-nav:not(.is-scrolled) {
	opacity: 0;
	pointer-events: none;
}

.page-template-page-cobranzas .site-nav,
.page-template-page-gestiondeprestamos .site-nav {
	display: none;
}

.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(--wf-shell));
	height: 76px;
	margin-inline: auto;
}

.site-nav__brand img {
	width: 164px;
	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: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.site-nav__menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 2px;
	background: #fff;
	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;
}

.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: 708px;
	place-items: center;
	background-image: linear-gradient(105deg, rgba(0, 164, 221, .55), rgba(93, 43, 175, .67)), var(--hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.home-hero__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 116px 24px 50px;
	text-align: center;
}

.home-hero__logo {
	width: 280px;
	margin-bottom: 160px;
}

.home-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3vw, 46px);
	letter-spacing: .01em;
	text-transform: uppercase;
}

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

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

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

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

.home-intro {
	padding: 86px 0 70px;
	text-align: center;
}

.home-intro p {
	margin: 0;
	font-size: 18px;
}

.product-list {
	width: min(100%, 1366px);
	margin-inline: auto;
}

.product-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 430px;
}

.product-row__media {
	position: relative;
	height: 310px;
}

.product-row__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-row__number {
	position: absolute;
	top: -54px;
	left: 12%;
	z-index: 1;
	color: transparent;
	font-family: "Asap Webflow", Arial, sans-serif;
	font-size: clamp(58px, 6vw, 88px);
	font-weight: 500;
	line-height: 1;
	background: linear-gradient(150deg, #802fc7, #028fdf);
	-webkit-background-clip: text;
	background-clip: text;
}

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

.product-row__content h2 {
	position: relative;
	margin: 0 0 30px;
	font-size: 25px;
}

.product-row__content h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 64px;
	height: 2px;
	background: linear-gradient(90deg, var(--wf-purple), var(--wf-cyan));
}

.product-row__content p {
	font-size: 16px;
}

.product-row:nth-child(even) .product-row__media {
	order: 2;
}

.product-row:nth-child(even) .product-row__content {
	order: 1;
}

.gradient-button,
.pill-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 32px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(100deg, #4aa9ea, #7134c7);
	box-shadow: 0 9px 22px rgba(74, 75, 190, .15);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
	cursor: pointer;
}

.gradient-button:hover,
.gradient-button:focus-visible,
.pill-button:hover,
.pill-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 13px 28px rgba(74, 75, 190, .26);
}

.capabilities {
	display: grid;
	grid-template-columns: minmax(275px, 31%) 1fr;
	width: min(100%, 1366px);
	min-height: 700px;
	margin: 54px auto 0;
}

.capabilities__tabs {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	background: linear-gradient(145deg, #7547e9, #0b84dc);
}

.capabilities__tab {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 28px 48px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
	background: transparent;
	color: rgba(255, 255, 255, .82);
	font-family: "Asap Webflow", Arial, sans-serif;
	font-size: 17px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.capabilities__tab span {
	width: 48px;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
}

.capabilities__tab.is-active {
	background: rgba(255, 255, 255, .11);
	color: #fff;
}

.capabilities__panels {
	display: grid;
	align-items: center;
	padding: clamp(48px, 8vw, 110px);
}

.capabilities__panel h3 {
	margin: 0 0 34px;
	color: #388fce;
	font-size: 25px;
	text-transform: uppercase;
}

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

.capabilities__panel li,
.check-list li {
	position: relative;
	padding-left: 24px;
	margin: 0 0 16px;
}

.capabilities__panel li::before,
.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #4a9fe5;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.clients-section {
	padding: 82px 0 94px;
	text-align: center;
}

.clients-section h2,
.contact-section h2 {
	margin: 0 0 12px;
	color: #594198;
	font-size: 32px;
	text-transform: uppercase;
}

.client-logos {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
	gap: 26px;
	margin-top: 48px;
}

.client-logo {
	display: grid;
	height: 100px;
	place-items: center;
	padding: 16px;
	border: 1px solid #ededf2;
	border-radius: 10px;
	background: #fff;
}

.client-logo img {
	max-width: 130px;
	max-height: 66px;
	object-fit: contain;
	filter: saturate(.9);
}

.brand-family {
	padding: 68px 0 76px;
	background: #f4f4f6;
	text-align: center;
}

.brand-family__adv {
	width: min(370px, 70vw);
	margin: 0 auto 10px;
}

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

.brand-family p {
	margin: 4px 0;
}

.brand-family__logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 70px;
	width: min(850px, 90%);
	margin: 54px auto 0;
}

.brand-family__logos img {
	max-width: 220px;
	max-height: 66px;
	margin: auto;
	object-fit: contain;
}

.contact-section {
	padding: 90px 0 110px;
}

.contact-section h2 {
	margin-bottom: 44px;
	text-align: center;
}

.contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 40px;
}

.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(--wf-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__actions .gradient-button {
	min-width: 130px;
}

.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;
}

.landing-page {
	padding-top: 0;
	font-size: 16px;
}

.landing-page .site-nav + &,
body:not(.home) .landing-page {
	padding-top: 0;
}

body:not(.home) .site-nav {
	background: linear-gradient(90deg, rgba(40, 50, 150, .95), rgba(78, 44, 142, .95));
}

.landing-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: min(100%, 1366px);
	min-height: 420px;
	margin-inline: auto;
}

.landing-hero__message {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 38px clamp(42px, 6vw, 76px);
	background-image: linear-gradient(rgba(50, 62, 165, .77), rgba(50, 62, 165, .92)), var(--landing-hero);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.landing-hero__brand {
	display: block;
	margin-bottom: 48px;
}

.landing-hero__brand img {
	width: 200px;
	margin: 0;
}

.landing-back {
	position: absolute;
	top: 18px;
	right: 24px;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 999px;
	background: rgba(30, 40, 130, .25);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.landing-back:hover,
.landing-back:focus-visible {
	background: rgba(255, 255, 255, .2);
	transform: translateY(-1px);
}

.landing-hero__message h1 {
	max-width: 580px;
	margin: 0 0 70px;
	color: #fff;
	font-size: clamp(30px, 3vw, 42px);
}

.pill-button {
	min-width: 170px;
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	color: var(--wf-blue);
	text-transform: uppercase;
}

.landing-hero__video {
	display: grid;
	place-items: center;
	background: #050505;
}

.landing-hero__video video {
	width: 100%;
	height: 100%;
	max-height: 420px;
	object-fit: contain;
}

.landing-title {
	padding-top: 28px;
}

.landing-title--cobranzas {
	padding-top: 68px;
}

.landing-title h2,
.landing-section__copy--headline > h2,
.landing-section__visual--title-video > h2,
.landing-section__visual--framed > h2 {
	color: var(--wf-blue-deep);
	font-size: clamp(30px, 3vw, 42px);
}

.landing-section {
	display: grid;
	grid-template-columns: 1fr 1.08fr;
	align-items: center;
	gap: clamp(48px, 7vw, 96px);
	padding-top: 56px;
	padding-bottom: 70px;
}

.landing-section--top-space {
	padding-top: 105px;
}

.landing-section--cobranzas-intro {
	align-items: start;
	padding-top: 28px;
}

.landing-section--cobranzas-intro .content-video {
	display: block;
	min-height: 340px;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}

.landing-section__copy h3 {
	margin: 0 0 16px;
	font-size: 20px;
}

.landing-section__copy h3:not(:first-child) {
	margin-top: 38px;
}

.landing-section__copy p,
.landing-section__copy li {
	color: #67676b;
}

.landing-section__copy--headline > h2 {
	margin: 0 0 32px;
}

.landing-section__visual {
	min-width: 0;
}

.landing-section__visual--title-video > h2,
.landing-section__visual--framed > h2 {
	margin: 0 0 40px;
	text-align: center;
}

.content-video {
	width: 100%;
	min-height: 270px;
	background: #050505;
}

.landing-section__visual--framed img {
	width: 100%;
	border-radius: 24px;
	box-shadow: var(--wf-shadow);
}

.landing-section__visual--illustration img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.landing-band--muted,
.trust-section {
	background: #f5f5f6;
}

.trust-section {
	padding: 76px 0 74px;
	text-align: center;
}

.trust-section h2 {
	margin: 0 0 54px;
	font-size: clamp(34px, 4vw, 50px);
}

.trust-section h3 {
	margin: 0 0 28px;
	font-size: 23px;
}

.trust-section p {
	max-width: 1080px;
	margin-inline: auto;
}

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

.trust-logos img {
	max-width: 210px;
	max-height: 72px;
	margin: auto;
	object-fit: contain;
}

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

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

.trust-logos__link:focus-visible,
.brand-family__adv-link:focus-visible,
.landing-hero__brand:focus-visible {
	outline: 3px solid rgba(85, 169, 202, .7);
	outline-offset: 5px;
}

.site-footer {
	padding: 76px 0 26px;
	background: var(--wf-dark);
	color: #fff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.25fr 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 {
	display: grid;
	gap: 7px;
	font-size: 14px;
	text-align: center;
}

.site-footer__top span {
	font-size: 28px;
}

.site-footer__copyright {
	margin-top: 60px !important;
	text-align: center;
	opacity: .75;
}

.whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 900;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #43cc67;
	box-shadow: 0 7px 24px rgba(0, 0, 0, .2);
}

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

.default-page {
	min-height: 60vh;
	padding-top: 130px;
	padding-bottom: 80px;
}

@media (max-width: 980px) {
	body.admin-bar .site-nav { top: 46px; }
	.site-nav__toggle { display: block; }
	.site-nav__menu {
		position: absolute;
		top: 76px;
		left: 0;
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 24px 18px;
		background: rgba(47, 57, 151, .98);
	}
	.site-nav__menu.is-open { display: flex; }
	.site-nav__menu a { padding: 14px 0; }
	.home-hero__logo { margin-bottom: 125px; }
	.product-row { min-height: 380px; }
	.product-row__media { height: 280px; }
	.product-row__content { padding: 42px 48px; }
	.capabilities { grid-template-columns: 250px 1fr; }
	.capabilities__tab { padding: 24px 26px; font-size: 14px; }
	.capabilities__tab span { width: 34px; font-size: 30px; }
	.capabilities__panels { padding: 48px; }
	.client-logos { grid-template-columns: repeat(3, 1fr); }
	.landing-section { gap: 46px; }
	.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 { font-size: 16px; }
	.section-shell,
	.section-shell--narrow,
	.site-nav__inner { width: min(calc(100% - 32px), var(--wf-shell)); }
	.home-hero { min-height: 650px; }
	.home-hero__content { padding-top: 100px; }
	.home-hero__logo { width: 230px; margin-bottom: 110px; }
	.home-hero h1 br { display: none; }
	.home-intro { padding: 58px 0 38px; }
	.product-row,
	.product-row:nth-child(even) { grid-template-columns: 1fr; min-height: 0; margin-bottom: 42px; }
	.product-row__media,
	.product-row:nth-child(even) .product-row__media { order: 1; height: 260px; }
	.product-row__content,
	.product-row:nth-child(even) .product-row__content { order: 2; padding: 42px 24px 28px; }
	.product-row__number { top: -34px; left: 24px; }
	.capabilities { grid-template-columns: 1fr; min-height: 0; }
	.capabilities__tabs { grid-template: repeat(2, auto) / repeat(2, 1fr); }
	.capabilities__tab { min-height: 110px; padding: 20px; flex-direction: column; gap: 10px; text-align: center; }
	.capabilities__panels { padding: 48px 28px; }
	.client-logos { grid-template-columns: repeat(2, 1fr); }
	.brand-family__logos { grid-template-columns: 1fr; gap: 42px; }
	.contact-form { grid-template-columns: 1fr; }
	.contact-form__field--full,
	.contact-form__actions { grid-column: auto; }
	.landing-hero { grid-template-columns: 1fr; }
	.landing-hero__message { min-height: 480px; padding: 48px 28px; }
	.landing-hero__brand { margin-bottom: 54px; }
	.landing-hero__message h1 { margin-bottom: 56px; }
	.landing-hero__video { min-height: 280px; }
	.landing-title--cobranzas { padding-top: 54px; }
	.landing-section,
	.landing-section--reverse { grid-template-columns: 1fr; gap: 34px; padding-top: 50px; padding-bottom: 56px; }
	.landing-section--cobranzas-intro { padding-top: 26px; }
	.landing-section--cobranzas-intro .content-video { min-height: 0; }
	.landing-section--reverse .landing-section__copy { order: 2; }
	.landing-section--reverse .landing-section__visual { order: 1; }
	.landing-section__visual--title-video h2 br { display: none; }
	.trust-section h2 { margin-bottom: 30px; }
	.trust-logos { grid-template-columns: repeat(2, 1fr); gap: 28px; }
	.site-footer__inner { grid-template-columns: 1fr; align-items: start; }
	.site-footer__top { grid-column: auto; justify-self: start; text-align: left; }
	.site-footer__copyright { margin-top: 38px !important; }
}

@media (max-width: 420px) {
	.site-nav__brand img { width: 145px; }
	.home-hero { min-height: 610px; }
	.home-hero__logo { width: 205px; margin-bottom: 95px; }
	.home-hero h1 { font-size: 28px; }
	.product-row__media { height: 225px; }
	.capabilities__tabs { grid-template-columns: 1fr; }
	.client-logos { grid-template-columns: 1fr 1fr; gap: 12px; }
	.contact-section { padding: 64px 0 76px; }
	.whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}
