/*
Theme Name: WiseDial ADV
Theme URI: https://www.wisedial.com.ar/
Author: ADV Technology
Author URI: https://www.adv.com.ar/
Description: Sitio responsive de WiseDial preparado para WordPress y Hostinger, con el lenguaje visual de la familia Webflow ADV.
Version: 1.1.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: wisedial-adv
*/

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

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

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

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

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

body {
	margin: 0;
	background: #fff;
	color: var(--wd-text);
	font-family: "Fira WiseDial", 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 {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
}

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

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

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(--wd-shell));
	margin-inline: auto;
}

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

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

.section-kicker--light {
	color: rgba(255, 255, 255, .76);
}

.site-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	color: #fff;
	background: linear-gradient(180deg, rgba(28, 34, 91, .42), 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(--wd-shell));
	height: 76px;
	margin-inline: auto;
}

.site-nav__brand {
	display: block;
	width: 170px;
	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 WiseDial", 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;
	transition: transform .2s ease, opacity .2s ease;
}

.home-hero {
	position: relative;
	display: grid;
	min-height: min(780px, 100svh);
	place-items: center;
	background-image: linear-gradient(105deg, rgba(0, 159, 215, .38), rgba(91, 42, 170, .56)), var(--hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.home-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 160px;
	background: linear-gradient(transparent, rgba(20, 31, 92, .2));
	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), 850px);
	padding: 124px 0 54px;
	text-align: center;
}

.home-hero__logo {
	width: min(310px, 72vw);
	margin-bottom: clamp(92px, 15vh, 148px);
}

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

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

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

.scroll-cue span {
	position: relative;
	width: 25px;
	height: 39px;
	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: wd-scroll 1.6s infinite;
}

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

.home-intro {
	padding: 90px 0 82px;
	text-align: center;
}

.home-intro h2,
.applications__heading h2,
.benefits__intro h2,
.brand-family h2,
.contact-section h2 {
	margin: 0 0 28px;
	font-size: clamp(30px, 3.5vw, 44px);
}

.home-intro p:not(.section-kicker) {
	font-size: 18px;
}

.applications {
	padding-top: 34px;
}

.applications__heading {
	padding-bottom: 42px;
	text-align: center;
}

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

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

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

.application-row__media {
	position: relative;
	height: 304px;
	overflow: hidden;
	background: var(--wd-soft);
}

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

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

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

.application-row__content h3 {
	position: relative;
	margin: 0 0 32px;
	font-size: 27px;
}

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

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

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

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

.gradient-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 30px;
	border: 0;
	border-radius: 10px;
	background: var(--wd-gradient);
	box-shadow: 0 9px 22px rgba(74, 75, 190, .16);
	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:hover,
.gradient-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 13px 28px rgba(74, 75, 190, .27);
}

.benefits {
	background: #5636b6;
}

.benefits-carousel {
	position: relative;
	display: grid;
	min-height: 460px;
	place-items: stretch;
	overflow: hidden;
	background: linear-gradient(100deg, #5231b3 0%, #7049c4 100%);
	color: #fff;
}

.benefits-carousel:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .82);
	outline-offset: -6px;
}

.benefits-carousel__viewport {
	display: grid;
	width: 100%;
	min-height: 460px;
}

.benefits-carousel__slide {
	grid-area: 1 / 1;
	width: 100%;
	min-height: 460px;
	animation: wd-carousel-in .35s ease both;
}

@keyframes wd-carousel-in {
	from { opacity: 0; transform: translateX(18px); }
	to { opacity: 1; transform: translateX(0); }
}

.benefits-carousel__content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	width: min(calc(100% - 220px), 1080px);
	min-height: 460px;
	margin-inline: auto;
	padding: 42px 0;
}

.benefits-carousel__icon {
	width: 58px;
	height: 58px;
	margin-bottom: 12px;
	object-fit: contain;
}

.benefits-carousel h3 {
	position: relative;
	margin: 0 0 26px;
	color: #fff;
	font-size: 24px;
}

.benefits-carousel h3::after {
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 102px;
	height: 2px;
	background: rgba(255, 255, 255, .82);
	content: "";
}

.benefits-carousel__lead {
	max-width: 990px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 17px;
}

.benefits-carousel__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 70px;
	row-gap: 12px;
	width: 100%;
	margin-top: 20px;
}

.benefits-carousel__stats h4 {
	margin: 0 0 3px;
	color: #fff;
	font-family: "Fira WiseDial", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.benefits-carousel__stats ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.benefits-carousel__stats li {
	position: relative;
	padding-left: 18px;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.benefits-carousel__stats li::before {
	position: absolute;
	left: 0;
	font-family: Arial, sans-serif;
	font-weight: 700;
	content: "✓";
}

.benefits-carousel__note {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 18px;
}

.benefits-carousel__note img {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.benefits-carousel__note p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.benefits-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: grid;
	width: 58px;
	height: 70px;
	padding: 0;
	border: 0;
	place-items: center;
	background: transparent;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 64px;
	font-weight: 300;
	line-height: 1;
	text-shadow: 0 2px 8px rgba(25, 16, 83, .3);
	transform: translateY(-50%);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.benefits-carousel__arrow:hover,
.benefits-carousel__arrow:focus-visible {
	background: rgba(255, 255, 255, .1);
	transform: translateY(-50%) scale(1.05);
}

.benefits-carousel__arrow--previous {
	left: 34px;
}

.benefits-carousel__arrow--next {
	right: 34px;
}

.brand-family {
	padding: 86px 0 92px;
	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;
}

.brand-family > .section-shell > p:last-of-type {
	margin-bottom: 0;
}

.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 {
	width: 166px;
	height: 40px;
	filter: none;
}

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

.contact-section {
	padding: 92px 0 112px;
	background: linear-gradient(180deg, #f6f6f8 0, #fff 60%);
}

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

.contact-section h2 {
	margin-bottom: 12px;
	color: #594198;
	text-transform: uppercase;
}

.contact-section__intro {
	max-width: 620px;
	margin: 0 auto 48px;
}

.contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 40px;
	padding: 42px;
	border: 1px solid #eeeef3;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(43, 48, 114, .08);
}

.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(--wd-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(--wd-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 WiseDial", 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(330px, 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;
	}

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

	.benefits-carousel__content {
		width: min(calc(100% - 160px), 900px);
	}

	.benefits-carousel__arrow--previous {
		left: 18px;
	}

	.benefits-carousel__arrow--next {
		right: 18px;
	}

	.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(--wd-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: 58% center;
	}

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

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

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

	.home-hero h1 {
		max-width: 620px;
		font-size: clamp(29px, 8.1vw, 38px);
		line-height: 1.2;
		letter-spacing: .01em;
		word-spacing: .08em;
	}

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

	.home-intro {
		padding: 72px 0 62px;
	}

	.home-intro h2,
	.applications__heading h2,
	.brand-family h2,
	.contact-section h2 {
		font-size: 31px;
	}

	.home-intro p:not(.section-kicker) {
		font-size: 16px;
	}

	.applications {
		padding-top: 10px;
	}

	.applications__heading {
		padding-bottom: 28px;
	}

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

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

	.application-row__content,
	.application-row:nth-child(even) .application-row__content {
		order: 2;
		width: 100%;
		padding: 50px 28px 68px;
	}

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

	.benefits-carousel,
	.benefits-carousel__viewport,
	.benefits-carousel__slide,
	.benefits-carousel__content {
		min-height: 690px;
	}

	.benefits-carousel__content {
		width: calc(100% - 96px);
		padding: 38px 0;
	}

	.benefits-carousel__icon {
		width: 52px;
		height: 52px;
	}

	.benefits-carousel h3 {
		font-size: 22px;
	}

	.benefits-carousel__lead {
		font-size: 16px;
	}

	.benefits-carousel__stats {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.benefits-carousel__stats li,
	.benefits-carousel__note p {
		font-size: 14px;
	}

	.benefits-carousel__note {
		align-items: flex-start;
		gap: 14px;
	}

	.benefits-carousel__note img {
		width: 48px;
		height: 48px;
	}

	.benefits-carousel__arrow {
		width: 38px;
		height: 58px;
		font-size: 50px;
	}

	.benefits-carousel__arrow--previous {
		left: 2px;
	}

	.benefits-carousel__arrow--next {
		right: 2px;
	}

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

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

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

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

	.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, 8vw, 33px);
	}

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

	.application-row__media {
		height: 230px;
	}

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

	.trust-logos__link {
		min-height: 92px;
	}
}

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

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