:root{
  --interlink-verde:#62A70F;
  --interlink-verde-oscuro:#2F7D20;
  --interlink-lima:#B7D75B;
  --interlink-gris:#7A7D82;
  --interlink-negro:#111827;
  --interlink-fondo:#F5FAF2;
}

html body,
html body *{
  font-family:"Montserrat", Arial, sans-serif !important;
}

body{
  background:#fff !important;
  color:var(--interlink-negro) !important;
}

a{
  color:var(--interlink-verde-oscuro) !important;
}

.interlink-header{
	position:sticky !important;
	top:0 !important;
	z-index:9999 !important;
	width:100% !important;
	background:rgba(255,255,255,.96) !important;
	backdrop-filter:blur(18px) !important;
	-webkit-backdrop-filter:blur(18px) !important;
	border-bottom:1px solid rgba(17,24,39,.06) !important;
	box-shadow:0 8px 26px rgba(17,24,39,.045) !important;
}

.interlink-header__wrap{
	max-width:1180px !important;
	margin:0 auto !important;
	padding:10px 24px !important;
	min-height:72px !important;
	display:flex !important;
	align-items:center !important;
	justify-content:space-between !important;
	gap:30px !important;
}

.interlink-header__logo{
	display:flex !important;
	align-items:center !important;
	text-decoration:none !important;
	flex:0 0 auto !important;
	max-width:150px !important;
	overflow:hidden !important;
}

.interlink-header__logo img,
.interlink-header__logo .custom-logo{
	width:auto !important;
	height:58px !important;
	max-height:58px !important;
	max-width:150px !important;
	object-fit:contain !important;
	display:block !important;
}

.interlink-header__nav{
	flex:1 !important;
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
}

.interlink-menu{
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	gap:30px !important;
}

.interlink-menu li{
	margin:0 !important;
	padding:0 !important;
}

.interlink-menu a{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	text-decoration:none !important;
	color:#2b3138 !important;
	font-size:14px !important;
	font-weight:650 !important;
	letter-spacing:-.01em !important;
	padding:8px 0 !important;
	white-space:nowrap !important;
	transition:color .22s ease, transform .22s ease !important;
}

.interlink-menu a:hover,
.interlink-menu .current-menu-item > a{
	color:var(--interlink-verde-oscuro) !important;
	transform:translateY(-1px) !important;
}

.interlink-header__cta{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	text-decoration:none !important;
	background:#2F7D20 !important;
	color:#fff !important;
	font-size:14px !important;
	font-weight:800 !important;
	padding:12px 24px !important;
	border-radius:999px !important;
	box-shadow:0 12px 26px rgba(47,125,32,.22) !important;
	white-space:nowrap !important;
	transition:transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.interlink-header__cta:hover{
	color:#fff !important;
	background:#25691a !important;
	transform:translateY(-2px) !important;
	box-shadow:0 16px 34px rgba(47,125,32,.30) !important;
}

.interlink-header__toggle{
	display:none !important;
	width:42px !important;
	height:42px !important;
	border:1px solid rgba(47,125,32,.14) !important;
	border-radius:13px !important;
	background:#f7fbf5 !important;
	align-items:center !important;
	justify-content:center !important;
	flex-direction:column !important;
	gap:5px !important;
	padding:0 !important;
	cursor:pointer !important;
}

.interlink-header__toggle span{
	width:21px !important;
	height:2px !important;
	background:#2F7D20 !important;
	border-radius:999px !important;
	display:block !important;
	transition:all .22s ease !important;
}

@media(max-width:1024px){
	.interlink-header__wrap{
		max-width:100% !important;
		padding:9px 18px !important;
		gap:20px !important;
	}

	.interlink-header__logo{
		max-width:135px !important;
	}

	.interlink-header__logo img,
	.interlink-header__logo .custom-logo{
		height:52px !important;
		max-height:52px !important;
		max-width:135px !important;
	}

	.interlink-menu{
		gap:20px !important;
	}

	.interlink-menu a{
		font-size:13px !important;
	}

	.interlink-header__cta{
		padding:11px 18px !important;
	}
}

@media(max-width:820px){
	.interlink-header__wrap{
		min-height:66px !important;
		padding:8px 16px !important;
		position:relative !important;
	}

	.interlink-header__logo{
		max-width:132px !important;
	}

	.interlink-header__logo img,
	.interlink-header__logo .custom-logo{
		height:48px !important;
		max-height:48px !important;
		max-width:132px !important;
	}

	.interlink-header__toggle{
		display:flex !important;
	}

	.interlink-header__cta{
		display:none !important;
	}

	.interlink-header__nav{
		position:absolute !important;
		top:calc(100% + 10px) !important;
		left:14px !important;
		right:14px !important;
		display:none !important;
		background:#fff !important;
		border:1px solid rgba(47,125,32,.10) !important;
		border-radius:18px !important;
		padding:10px !important;
		box-shadow:0 18px 45px rgba(17,24,39,.12) !important;
	}

	body.interlink-menu-open .interlink-header__nav{
		display:block !important;
	}

	.interlink-menu{
		width:100% !important;
		flex-direction:column !important;
		align-items:stretch !important;
		gap:4px !important;
	}

	.interlink-menu a{
		width:100% !important;
		display:flex !important;
		justify-content:flex-start !important;
		padding:12px 14px !important;
		font-size:14px !important;
		border-radius:12px !important;
		color:#2b3138 !important;
	}

	.interlink-menu a:hover,
	.interlink-menu .current-menu-item > a{
		background:#f5faf2 !important;
		color:var(--interlink-verde-oscuro) !important;
		transform:none !important;
	}

	body.interlink-menu-open .interlink-header__toggle span:nth-child(1){
		transform:translateY(7px) rotate(45deg) !important;
	}

	body.interlink-menu-open .interlink-header__toggle span:nth-child(2){
		opacity:0 !important;
	}

	body.interlink-menu-open .interlink-header__toggle span:nth-child(3){
		transform:translateY(-7px) rotate(-45deg) !important;
	}
}

@media(max-width:480px){
	.interlink-header__wrap{
		min-height:60px !important;
		padding:7px 14px !important;
	}

	.interlink-header__logo{
		max-width:112px !important;
	}

	.interlink-header__logo img,
	.interlink-header__logo .custom-logo{
		height:40px !important;
		max-height:40px !important;
		max-width:112px !important;
	}

	.interlink-header__toggle{
		width:40px !important;
		height:40px !important;
	}
}

.interlink-header .interlink-menu li a,
.interlink-header .interlink-menu li a:visited,
.interlink-header .interlink-menu li a:link{
    color:#4b5563 !important;
}


.interlink-header .interlink-menu li a:hover{
    color:#2F7D20 !important;
}


.interlink-header .interlink-menu .current-menu-item > a,
.interlink-header .interlink-menu .current_page_item > a,
.interlink-header .interlink-menu .current-menu-ancestor > a{
    color:#2F7D20 !important;
}

.interlink-prefooter{
	width:100%;
	background:linear-gradient(135deg,#2F7D20,#62A70F);
	padding:18px 24px;
	color:#fff;
}

.interlink-prefooter__wrap{
	max-width:1180px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
}

.interlink-prefooter__text{
	display:flex;
	align-items:center;
	gap:14px;
}

.interlink-prefooter__emoji{
	width:42px;
	height:42px;
	border-radius:50%;
	background:rgba(255,255,255,.16);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
}

.interlink-prefooter__text strong{
	display:block;
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.02em;
}

.interlink-prefooter__text p{
	margin:4px 0 0;
	font-size:14px;
	font-weight:500;
	opacity:.94;
}

.interlink-prefooter__btn{
	background:#fff !important;
	color:#2F7D20 !important;
	text-decoration:none !important;
	font-weight:800;
	padding:12px 22px;
	border-radius:999px;
	white-space:nowrap;
	box-shadow:0 14px 30px rgba(0,0,0,.16);
	transition:.22s ease;
}

.interlink-prefooter__btn:hover{
	transform:translateY(-2px);
	box-shadow:0 18px 38px rgba(0,0,0,.22);
}

.interlink-footer{
	background:#ffffff;
	border-top:1px solid rgba(47,125,32,.10);
	padding:42px 24px 20px;
}

.interlink-footer__wrap{
	max-width:1180px;
	margin:0 auto;
	display:grid;
	grid-template-columns:1.2fr 1.4fr auto;
	align-items:center;
	gap:36px;
}

.interlink-footer__brand p{
	max-width:360px;
	margin:12px 0 0;
	color:#6b7280;
	font-size:14px;
	line-height:1.6;
}

.interlink-footer__logo{
	display:inline-flex;
	align-items:center;
	max-width:180px;
}

.interlink-footer__logo .custom-logo-link{
	display:flex;
	align-items:center;
}

.interlink-footer__logo img,
.interlink-footer__logo .custom-logo{
	width:160px !important;
	max-width:160px !important;
	height:auto !important;
	max-height:58px !important;
	object-fit:contain !important;
}

.interlink-footer-menu{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:22px;
	flex-wrap:wrap;
}

.interlink-footer-menu a{
	color:#4b5563 !important;
	text-decoration:none !important;
	font-size:14px;
	font-weight:650;
	transition:.22s ease;
}

.interlink-footer-menu a:hover{
	color:#2F7D20 !important;
}

.interlink-footer__social{
	display:flex;
	align-items:center;
	gap:10px;
}

.interlink-footer__social a{
	width:42px;
	height:42px;
	border-radius:50%;
	background:#f2f8ee;
	color:#2F7D20 !important;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none !important;
	font-size:13px;
	font-weight:800;
	transition:.22s ease;
}

.interlink-footer__social a:hover{
	background:#2F7D20;
	color:#fff !important;
	transform:translateY(-2px);
}

.interlink-footer__bottom{
	max-width:1180px;
	margin:28px auto 0;
	padding-top:18px;
	border-top:1px solid rgba(17,24,39,.08);
	text-align:center;
}

.interlink-footer__bottom p{
	margin:0;
	color:#6b7280;
	font-size:13px;
}

@media(max-width:820px){
	.interlink-prefooter__wrap{
		flex-direction:column;
		text-align:center;
		gap:16px;
	}

	.interlink-prefooter__text{
		flex-direction:column;
	}

	.interlink-prefooter__text strong{
		font-size:16px;
	}

	.interlink-footer__wrap{
		grid-template-columns:1fr;
		text-align:center;
		gap:26px;
	}

	.interlink-footer__brand p{
		margin-left:auto;
		margin-right:auto;
	}

	.interlink-footer__logo{
		margin:0 auto;
	}

	.interlink-footer__logo img,
	.interlink-footer__logo .custom-logo{
		width:135px !important;
		max-width:135px !important;
	}

	.interlink-footer-menu{
		flex-direction:column;
		gap:12px;
	}

	.interlink-footer__social{
		justify-content:center;
	}
}
.interlink-footer{
  padding:26px 24px 14px !important;
}

.interlink-footer__wrap{
  grid-template-columns:280px 1fr auto !important;
  gap:28px !important;
}

.interlink-footer__logo img,
.interlink-footer__logo .custom-logo{
  width:125px !important;
  max-width:125px !important;
  max-height:46px !important;
}

.interlink-footer__brand p{
  max-width:280px !important;
  margin-top:8px !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

.interlink-footer-menu{
  flex-wrap:nowrap !important;
  gap:20px !important;
}

.interlink-footer-menu a{
  font-size:13px !important;
  white-space:nowrap !important;
}


.interlink-footer__bottom{
  margin-top:20px !important;
  padding-top:14px !important;
}

@media(max-width:900px){
  .interlink-footer{
    padding:28px 18px 16px !important;
  }

  .interlink-footer__wrap{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .interlink-footer__logo img,
  .interlink-footer__logo .custom-logo{
    width:118px !important;
    max-width:118px !important;
  }

  .interlink-footer-menu{
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:12px 18px !important;
  }
}

.interlink-footer__social svg{
    width:18px;
    height:18px;
    display:block;
}

.interlink-footer__social a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
html,
body{
    overflow-x:hidden;
}

body,
#page,
.site,
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap{
  overflow:visible !important;
}

.interlink-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:99999 !important;
}

body{
  padding-top:72px !important;
}

@media(max-width:820px){
  body{
    padding-top:58px !important;
  }
}
.interlink-header{
  transition:box-shadow .25s ease, background .25s ease, border-color .25s ease !important;
}

.interlink-header:hover{
  background:rgba(255,255,255,.98) !important;
  box-shadow:0 10px 32px rgba(17,24,39,.07) !important;
}

.interlink-hero__image{
  animation:interlinkHeroImageIn .8s ease both !important;
}

.interlink-hero__content{
  animation:interlinkHeroTextIn .85s ease .08s both !important;
}

.interlink-hero__form{
  animation:interlinkHeroFormIn .9s ease .14s both !important;
}

.interlink-feature{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.interlink-feature:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(47,125,32,.22) !important;
  box-shadow:0 14px 30px rgba(17,24,39,.075) !important;
}

.interlink-prefooter{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14) !important;
}

.interlink-prefooter__btn,
.interlink-header__cta,
.interlink-form__submit{
  will-change:transform !important;
}

@keyframes interlinkHeroImageIn{
  from{opacity:0;transform:translateX(-18px) scale(.98);}
  to{opacity:1;transform:translateX(0) scale(1);}
}

@keyframes interlinkHeroTextIn{
  from{opacity:0;transform:translateY(18px);}
  to{opacity:1;transform:translateY(0);}
}

@keyframes interlinkHeroFormIn{
  from{opacity:0;transform:translateX(18px) scale(.98);}
  to{opacity:1;transform:translateX(0) scale(1);}
}

@media(max-width:575px){
  .interlink-feature:hover{
    transform:none !important;
  }
}
html{
  scroll-behavior:smooth;
}

.interlink-section-dots{
  position:fixed;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  z-index:9990;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:10px 8px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  border:1px solid rgba(47,125,32,.10);
  border-radius:999px;
  box-shadow:0 16px 40px rgba(17,24,39,.10);
}

.interlink-section-dots a{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cdd8c8;
  display:block;
  position:relative;
  transition:all .25s ease;
}

.interlink-section-dots a:hover,
.interlink-section-dots a.is-active{
  background:#2F7D20;
  transform:scale(1.35);
}

.interlink-section-dots a::before{
  content:attr(data-label);
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%) translateX(8px);
  background:#101827;
  color:#fff;
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:all .22s ease;
}

.interlink-section-dots a:hover::before{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}

@media(max-width:820px){
  .interlink-section-dots{
    right:50%;
    top:auto;
    bottom:16px;
    transform:translateX(50%);
    flex-direction:row;
    gap:10px;
    padding:9px 12px;
  }

  .interlink-section-dots a{
    width:9px;
    height:9px;
  }

  .interlink-section-dots a::before{
    display:none;
  }
}

.interlink-scroll-reveal{
  opacity:0 !important;
  transform:translateY(18px) scale(.985) !important;
  filter:blur(6px) !important;
  transition:
    opacity .85s ease,
    transform .85s cubic-bezier(.22,1,.36,1),
    filter .85s ease !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity, transform, filter !important;
  animation:none !important;
}

.interlink-scroll-visible{
  opacity:1 !important;
  transform:translateY(0) scale(1) !important;
  filter:blur(0) !important;
}

.interlink-service-card:hover,
.interlink-about__card:hover,
.interlink-why-item:hover{
  transition-delay:0ms !important;
}

@media(max-width:575px){
  .interlink-scroll-reveal{
    transform:translateY(14px) scale(.99) !important;
    filter:blur(4px) !important;
  }
}

@media(max-width:820px){
  .interlink-scroll-reveal{
    opacity:0 !important;
    transform:translateY(18px) scale(.99) !important;
    filter:none !important;
    transition:
      opacity .65s ease,
      transform .65s cubic-bezier(.22,1,.36,1) !important;
  }

  .interlink-scroll-visible{
    opacity:1 !important;
    transform:translateY(0) scale(1) !important;
    filter:none !important;
  }
}

.interlink-footer__logo{
  width:150px !important;
  max-width:150px !important;
  margin:0 !important;
}

.interlink-footer__logo .custom-logo-link{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  max-width:100% !important;
}

.interlink-footer__logo img,
.interlink-footer__logo .custom-logo{
  width:140px !important;
  max-width:140px !important;
  height:auto !important;
  max-height:50px !important;
  object-fit:contain !important;
  display:block !important;
}

@media(max-width:767px){
  .interlink-footer__logo{
    width:115px !important;
    max-width:115px !important;
    margin:0 auto !important;
  }

  .interlink-footer__logo img,
  .interlink-footer__logo .custom-logo{
    width:105px !important;
    max-width:105px !important;
    max-height:38px !important;
  }
}