/* ***** Global ***** */
:root {
	--lqd-container-width: 1200px;
	--lqd-row-gutter-x: 20px;
	--lqd-row-gutter-y: 20px;

	--lqd-color-primary: #8777E0;
	--lqd-body-text-color: rgba(229, 227, 219, 0.71);
	--lqd-color-yellow-100: #EDEAE1;
	--lqd-color-yellow-200: rgba(245, 240, 226, 0.72);
	--lqd-color-slate-300: #6a7a90;

	--lqd-body-font-family: 'Plus Jakarta Sans', sans-serif;
	--lqd-body-font-size: 22px;
	--lqd-body-font-weight: 500;

	--lqd-accent-font-family: 'ivymode', sans-serif;
	--lqd-accent-font-weight: 400;

	--lqd-heading-font-family: var(--lqd-body-font-family);
	--lqd-heading-line-height: 1.2em;
	--lqd-heading-font-weight: 600;
	--lqd-heading-color: #DDDACD;
	--lqd-h1-font-size: 52px;
	--lqd-h2-font-size: 100px;
	--lqd-h2-line-height: 0.9em;
	--lqd-h2-text-transform: uppercase;
	--lqd-h3-font-size: 45px;
	--lqd-h4-font-size: 25px;
	--lqd-h5-font-size: 21px;
	--lqd-h6-font-size: 18px;

	--lqd-cc-size-inner: 32px;
	--lqd-cc-bg: rgb(255, 255, 255);
	--lqd-cc-active-bg: var(--lqd-cc-bg);
	--lqd-cc-active-bw: 1px;
	--lqd-cc-blend-mode: exclusion;
}

body {
	background: #F1F1F1;
}

@media (max-width: 767px) {
	:root {
		--lqd-h2-font-size: 16vw;
	}
}

.btn-xs {
	--btn-pt: 2px;
	--btn-pe: 8px;
	--btn-pb: 2px;
	--btn-ps: 8px;
}

.btn-sm {
	--btn-pt: 0.6em;
	--btn-pe: 1em;
	--btn-pb: 0.6em;
	--btn-ps: 1em;
}

.btn-md {
	--btn-pt: 12px;
	--btn-pe: 20px;
	--btn-pb: 12px;
	--btn-ps: 20px;
}

.bg-before:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
	mix-blend-mode: initial;
	background-color: transparent;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media screen and (min-width: 1200px) {
	.lqd-sticky-footer-shadow-1 #lqd-site-content {
		box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
	}
}

/* ***** Main Header ***** */
.main-header .module-menu {
	min-height: 60px;
}

.main-header .btn.border-white-10:hover {
	border-color: #fff;
}

.main-header .module-menu .lqd-fancy-menu {
	backdrop-filter: blur(10px);
}

.main-header .module-menu .lqd-fancy-menu ul>li>a:hover,
.main-header .module-menu .lqd-fancy-menu li.is-active>a {
	color: #FFFFFF;
}

.lqd-modal .container {
	max-width: 530px;
}

.txt-rotate-keywords { font-style: italic;}
.italic  { font-style: italic;}

.txt-rotate-keyword span { padding-right: 10px;}

#invirtiendo {
	background: #F1F1F1;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-top: -40px;
	padding: 120px 0;
}

#home_5{
	background: #F1F1F1;
}

#invirtiendo h4{
	color: #A9AEB7;
	padding-top: 20px;
}

#invirtiendo .invierte:hover h4 {

	background: #091934;
background: linear-gradient(to bottom right, #091934 0%, #1C6EF6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.vertalign{align-items: center;}
.scrollreveal { padding-top: 40px;}

h1 {
	font-weight: 400;
}

h2 {
	font-size: 2rem;
	text-transform: none;
    font-weight: 400;
	line-height: 2.5rem;
}

h4 {
	font-weight: 400;
}

p { font-size: 20px; line-height: 28px;     } 

.gradiente_azul {
	background: #091934;
background: linear-gradient(to bottom right, #091934 10%, #1C6EF6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gradiente_texto {
	
	background: linear-gradient(var(--gradiente-color1, #091934), var(--gradiente-color2, #1C6EF6));
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	display: inline-block; /* Esto asegura que el degradado siga el ancho del texto */
  }

h2{color: #949494;}
.text-yellow-100 {
    color: #949494;
}
.text-black{
	color: #000;
}

.margincero { margin: 0; padding: 0;}

.main-nav>li>a { color: black;
    padding: 10px 40px;}


.main-nav .idiomas a{    padding: 10px 10px;}	

.main-nav li .boton-menu a {color: white;}

.navbar-brand img {    max-width: 320px;}

.boton-menu {
	background: radial-gradient(#1C6EF6 0%, #091934 100%);
    color: white;
    border-radius: 8px;
	margin-right: 30px;
}
.boton-menu a { color: white !important; }

.is-stuck { 
	background: #f1f1f170;
    /* background: rgba(255, 255, 255, 0.01); */
    backdrop-filter: blur(15px);
}

#banner .boton-menu {
	max-width: 240px;
    padding: 10px 0;
    font-size: 16px;
	margin-top: 3vw;
}

#banner  { 
	height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#generaciones {
	background: #F1F1F1;
    background-image: url('../images_metropoli/fondo.svg');
    background-size: cover;
	background-position: bottom;
}

/* ***** Banner ***** */
.banner .container {
	max-width: 75%;
    /* padding: 0; */
    margin: 0 0px 0 30px;
}

.banner h1 {
	font-size: 3.2rem;
	line-height: 4rem;
	color: black;
	text-align: left;
}

.banner .module-video {
	mix-blend-mode: luminosity;
}

.banner .module-video:before {
	background-image: url("../../images/demo/dark-ai/banner/hero-overlay.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.justify-content-end{
	justify-content: end;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 20px !important;
	color: #9fa9bf;
}
.swiper-button-next, .swiper-button-prev{
	width: 50px !important;
	height: 50px !important;
	border: 2px solid #9fa9bf;
	border-radius: 50%;
}
.swiper-pagination{
	margin-bottom: -17px;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #bcc9de;
}
.swiper-pagination-bullet-active{
	background-color: #618fdc !important;
}

#pasos{
	background-color: #F1F1F1;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	z-index: 1;
}

#home_6{
	/* background: #d5dbe5; */
	margin-top: -30px;
	z-index: 0;
	background-image: url('/assets/images_metropoli/fondo-seccion67-light.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -50px;
}

#trayectoria {
	z-index: 0;
	background-image: url('/assets/images_metropoli/bg-nubes.png');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
	max-height: 100vh;
}

.bg-gray{
	background: #f1f1f1;
}

.m0-auto{
	margin: 0 auto;
}

.swiper_3{
	visibility: hidden;
}

#home_6 .swiper-pagination.swiper_2{
	bottom: 48%;
	margin-bottom: 0;
	z-index: 0;
}

.swiper-pagination.swiper_2 .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
}

.menu_footer h6, .legal_footer h6, .idiomas_footer h6{
	font-size: 12px;
}

.menu_footer li a, .legal_footer li a, .idiomas_footer li a{
	font-size: 11px;
}

.container-social-media{
	height: 18px;
	width: 18px;
	border: 1px solid #fff;
	border-radius: 50%;
}

@media (min-width: 768px) {

	.banner-btn-left .btn {
		--btn-ps: 40px;
	}

	.banner-btn-right .btn {
		--btn-pe: 40px;
	}
}

@media (max-width: 767px) {
	.banner h1 {
		font-size: 18vw;
	}

	.banner .btn {
		padding: 12px 20px;
	}

	.banner .btn-icon-left {
		padding: 12px 20px;
	}
}

/* ***** Parallax GB ***** */
.parallax-bg:before {
	background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);
}

@media (max-width: 767px) {
	.parallax-bg {
		min-height: 200px;
	}
}

/* ***** Features ***** */
.features .container {
	max-width: 1280px;
}

/* ***** How It Work ***** */
.how-it-works .container {
	max-width: 1260px;
}

@media (max-width: 767px) {
	.how-it-works .module-top {
		margin-bottom: 80px;
	}

	.how-it-works .lqd-text-reveal-el {
		font-size: 24px;
		line-height: 1.3em;
	}
}

/* ***** Carousel Button ***** */
.carousel-button .btn {
	box-shadow: 0 3px 6px 0 rgba(205, 5, 5, 0.09) inset;
}

@media (max-width: 1199px) {
	.carousel-button .carousel-items {
		margin-inline-start: -20px;
		margin-inline-end: -20px;
	}

	.carousel-button .carousel-item {
		padding-inline-start: 20px;
		padding-inline-end: 20px;
	}
}

/* ***** Float Text ***** */
.float-text {
	filter: saturate(0%);
}

.float-text .container {
	max-width: 970px;
}

@media (max-width: 1199px) {
	.float-text {
		padding: 240px 0;
	}
}

@media (max-width: 767px) {
	.float-text {
		padding: 120px 20px;
	}

	.float-text .lqd-text-reveal-el {
		font-size: 32px;
	}
}

/* ***** Testimonial ***** */
.testimonial {
	background-position: 50% 15%;
}

.testimonial .carousel-dots {
	top: -200px;
	right: -140px;
	bottom: -25px;
	left: auto;
}

.testimonial .lqd-carousel-slides-numbers {
	color: #FFFFFF;
}

.testimonial .lqd-carousel-slides {
	justify-content: center;
	align-items: center;
}

.text-camino-margin{
	margin-top: -200px;
}

@media (max-width: 1199px) {
	.testimonial {
		background-position: top center;
	}

	.testimonial .carousel-dots-mobile {
		display: block;
	}

	.testimonial .carousel-dots-mobile .flickity-page-dots .dot.is-selected {
		background-color: #FFFFFF;
	}

	.testimonial .carousel-dots-mobile .flickity-page-dots .dot {
		background-color: rgba(255, 255, 255, 0.45);
	}

	.testimonial .module-svg {
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.testimonial .module-svg .carousel-items {
		margin-inline-start: -120px;
		margin-inline-end: -120px;
	}
}

/* ***** Faq ***** */
@media (max-width: 1199px) {
	.faq {
		padding-right: 40px;
		padding-left: 40px;
	}
}


	  
svg {
	max-width: 100% !important;
	height: auto;
	display: block;
  }
  
  .enabled {
	fill: #eceff4;
	cursor: pointer;
  }
  
  .enabled:hover {
	fill: url(#hoverGradient);
	filter: url(#blurFilter);
  }
  
.st0 { fill: #dde3eb; }
.st1 { fill: #dde3eb; }
.st2 { fill: #8B9AAE; transition: fill 0.3s; }
.st3 { font-family: 'Lato-Regular'; }
.st4 { font-size: 16px; }
.enabled {
fill: #dde3eb;
cursor: pointer;
transition: fill 0.3s, filter 0.3s;
}


/* ***** Newsletter ***** */
.newsletter .container {
	max-width: 820px;
}

@media (min-width: 992px) {
	.newsletter {
		background-attachment: fixed;
	}
}

@media (max-width: 767px) {
	.newsletter {
		padding: 60px 10px;
	}
}

/* ***** Footer ***** */
@media (max-width: 1199px) {
	.main-footer .module-logo {
		margin-bottom: 30px;
	}

	.main-footer .module-social {
		margin-top: 20px;
	}
}

.container-scroll-text{
	margin-top: 25vh;
	margin-bottom: 20vh;
}
.right-column::-webkit-scrollbar{
	display: none;
}