:root {
	--brand: #1b6d3a;
	--muted: #6c757d;
	--nav-height: 78px;
	--topbar-height: 40px
}






body{
  height: 100%;
  /* box-sizing: border-box; */
}

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
	padding-top: calc(var(--nav-height) + var(--topbar-height));
	font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
	line-height: 1.6;
	color: #222;
	/* padding-bottom: 120px;  deja espacio al final en mobile */
}


main{
  flex: 1;  /* esto obliga al footer a ir abajo */
}



.wapp-burbuja {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 20px;
  right: 20px;
}
.stamp-container {
  min-height: 42px;
}


  
  /* Critical CSS - estilos mínimos para LCP */
  body {
    margin: 0;
    overflow-x: hidden;
  }
  
  /* Estilos para tu elemento LCP (probablemente un hero/banner) */
  .hero-section {
    min-height: 100vh;
    position: relative;
  }
  
  /* Asegurar que las imágenes se carguen rápido */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Fallback fonts mientras cargan las web fonts */
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  }
  body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
  }


  /* Font-display fallback para mejor performance */
  .fonts-loaded body {
    font-family: 'Inter', sans-serif;
  }
  
  /* Clase de fallback mientras cargan las fuentes */
  .fonts-loading body {
    font-family: Arial, sans-serif;
  }

/* Botón flotante */
.wapp-burbuja{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 9999;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  transition: .3s;
}

.wapp-burbuja:hover{
  transform: scale(1.07);
}

/* Globito de mensaje */
.wapp-mensaje{
  position: fixed;
  bottom: 35px;
  right: 95px;
  background: white;
  padding: 12px 18px;
  border-radius: 15px;
  max-width: 250px;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  z-index: 9998;
  font-size: 14px;
  display: none;
}

/* triángulo tipo chat */
.wapp-mensaje::after{
  content: "";
  position: absolute;
  right: -8px;
  bottom: 10px;
  width: 15px;
  height: 15px;
  background: white;
  transform: rotate(45deg);
}








/* Sección violeta: que realmente ocupe altura */
.seccion-violeta{
  padding-bottom: 40px;
}

#categorias {
	min-height: 160px
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.hero-seo {
	font-size: .9rem;
	opacity: .9;
	max-width: 760px;
	margin: 4px auto 2px
}
@font-face {
	font-family: Inter;
	src: url('./assets/fonts/inter/inter-variablefont_opsz,wght.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('./assets/fonts/bebas_neue/bebasneue-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
.content-parallax {
	min-height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.content-parallax h1 {
	line-height: 1.05
}
.btn-whatsapp-animate {
	align-self: center;
	width: auto
}
*, ::after, ::before {
	box-sizing: border-box
}
body, html {
	overflow-x: hidden !important
}
.top-carousel-wrapper {
	position: fixed;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 6px 12px;
	z-index: 99999;
	box-shadow: 0 -3px 10px rgba(0, 0, 0, .4)
}
.top-bar-content a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600
}
.w-icon {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	filter: invert(60%) sepia(90%) saturate(300%) hue-rotate(80deg)
}
#carouselTopBar, #carouselTopBar .carousel-inner, #carouselTopBar .carousel-item {
	width: auto !important;
	display: inline-block
}
.logo {
	font-family: Michroma, sans-serif;
	font-size: 28px;
	background: linear-gradient(90deg, #d7d7d7, #a8a8a8, #e5e5e5);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 600;
	letter-spacing: 1px
}
.hero {
	background: linear-gradient(90deg, rgba(27, 109, 58, .06), rgba(27, 109, 58, .02))
}
.hero-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px
}
.hero-sub {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 5rem;
	font-weight: 900;
	color: #f7d20c;
	letter-spacing: 1px
}
.seo-ads {
	margin-top: 0
}
.seo-ads-ppal {
	margin-bottom: 0
}
.seo-ads-arriba {
	margin-top: 25px
}
.section-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	font-weight: 900;
	color: #fff
}
.section-item {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.8rem;
	font-weight: 800;
	color: #fff
}
.section-item-medium {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff
}
.section-item-small {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff
}
.title-bebas {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3rem;
	color: #fff
}
.subtitle-bebas {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	color: #f7d20c
}
/* #why {
	height: 70vh
} */

#why{
  height: auto;
}

#why ul li {
	font-size: 1.4rem;
	font-family: 'Bebas Neue', sans-serif;
	color: #fff
}
.btn-contado-big {
	display: inline-block;
	background-color: #d90000;
	color: #fff;
	padding: 16px 45px;
	border-radius: 18px;
	font-weight: 800;
	font-size: 1.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .3);
	transition: .25s;
	animation: 1.3s ease-in-out infinite pulseBig
}
.btn-contado-small {
	display: inline-block;
	background-color: #e4e419;
	color: #fff;
	padding: 10px 30px;
	border-radius: 8px;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .3);
	transition: .25s;
	animation: 1.3s ease-in-out infinite pulseBig
}
.btn-contado-big:hover {
	background-color: #b80000;
	transform: scale(1.07);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .4)
}
@keyframes pulseBig {
	0%, 100% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.12)
	}
}
.whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	background: var(--brand);
	color: #fff;
	padding: 12px 16px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 6px 18px rgba(27, 109, 58, .18);
	z-index: 9999
}
@keyframes whatsappPulse {
	0%, 100% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.12)
	}
}
.btn-whatsapp-animate, .whatsapp-float {
	animation: 1.4s ease-in-out infinite whatsappPulse
}
.custom-yellow-nav {
	background-color: #f7d000 !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}
.custom-yellow-nav .nav-link {
	color: #000 !important;
	font-weight: 600
}
.custom-yellow-nav .nav-link:hover {
	color: #333 !important;
	text-decoration: underline
}
.custom-yellow-nav .navbar-brand img {
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .4))
}
.parallax-section {
	position: relative;
	height: 90vh;
	background-image: url('./assets/img/folletoVacio.webp');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center
}
.parallax-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 1
}
.content-parallax {
	position: relative;
	z-index: 2
}
.parallax-section-dos {
	position: relative;
	min-height: 80vh;
	background-image: url('./assets/img/saludo.webp');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center
}
.parallax-section-dos::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 1
}
.content-parallax-dos {
	position: relative;
	z-index: 2
}
#cards .card {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden
}
.beneficios-card {
	background: rgba(255, 255, 255, .85);
	backdrop-filter: blur(6px);
	border: none;
	border-radius: 18px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
	transition: .3s
}
.beneficios-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}
.icon-container {
	width: 100%;
	display: flex;
	justify-content: center
}
.card-icon {
	font-size: 3.5rem;
	color: #ffd000;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4)
}
.benef-title {
	font-weight: 800;
	font-size: 1.4rem;
	color: #111
}
.benef-text {
	font-size: 1rem;
	font-weight: 500;
	color: #444
}
footer {
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: #302f2f
}
@media (max-width:768px) {
	.hero-title {
		font-size: 2.8rem;
		font-weight: 900;
		letter-spacing: 2px
	}
	.hero-sub {
		font-size: 2.2rem
	}
	.section-title {
		font-size: 2.8rem
	}
	.section-item {
		font-size: 2rem
	}
	.section-item-small {
		font-size: 1.6rem
	}
	.parallax-section {
		height: 60vh;
		background-position: top center
	}
	.parallax-section-dos {
		min-height: auto;
		padding: 40px 0
	}
	#cards .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.stamp-container {
		scale: 0.6;
		top: 10px
	}
	.content-parallax {
		min-height: 320px
	}
	.seo-ads {
		margin-top: auto
	}
	.seo-ads-ppal {
		margin-bottom: auto
	}
	.seo-ads-arriba {
		margin-top: 2.5rem;
	}
	.btn-whatsapp-animate {
		width: 90%;
		max-width: 320px
	}
	.seo-link-mobile {
		font-size: 15px;
		line-height: 1.5;
		padding: 0 12px;
		text-align: center
	}
	.seo-link-mobile a {
		display: inline;
		white-space: normal;
		word-break: keep-all;
		font-weight: 600
	}
	.hero-seo {
		display: none
	}

/* .btn-contado-big {
	padding: 8px 25px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 2px;
} */



}
@media (max-width:576px) {
	.logo {
		margin-left: 50px
	}
	#featured-img {
		max-height: 220px !important
	}
	#cards .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%
	}
	#cards img {
		height: 250px !important;
		object-fit: cover
	}
	.body {
		padding-top: 50px
	}
	.parallax-section-dos {
		padding: 50px 15px
	}
	.stamp-container {
		white-space: nowrap
	}
}
@media (min-width:769px) and (max-width:1024px) {
	.parallax-section {
		height: 75vh;
		background-attachment: scroll !important
	}
	.content-parallax h1 {
		font-size: 2.2rem
	}
}
@media (max-width:992px) {
	.parallax-section-dos {
		background-attachment: scroll
	}
}
.stamp-container {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000
}
.stamp {
	font-size: 26px;
	font-weight: 700;
	padding: 12px 25px;
	color: #c40000;
	border: 4px solid #c40000;
	border-radius: 10px;
	text-transform: uppercase;
	transform: scale(0) rotate(-20deg);
	opacity: 0;
	display: inline-block;
	background: rgba(255, 255, 255, .1);
	white-space: nowrap
}
.stamp.show {
	animation: .7s ease-out forwards stampIn
}
@keyframes stampIn {
	0% {
		transform: scale(0) rotate(-20deg);
		opacity: 0
	}
	60% {
		transform: scale(1.2) rotate(5deg);
		opacity: 1
	}
	100% {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}


/* @media(max-width:768px){
  body{
    padding-bottom: 120px;
  }
} */

