html {
    scroll-behavior: smooth;
}
:root {
    --gris: #E9E9E9;
    --morado: #8857FD;
    --negro: #2B2C3B;
    --amarillo: #FCF156;
    --gris-fuerte: #6F697D;
    --azul:#65C8EA;
   
  }
  body {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.bg-1{
    background-image: linear-gradient(
        to bottom,
        #5E41AC 0%,
        #171A27 10%,
        #171A27 85%,
        #5E41AC 100%
    );
}
.bg-2{
    background-image: linear-gradient(to bottom, #5E41AC 0%, #171A27 30%, #171A27 85%, #5E41AC 100%);
}
i.fas.fa-envelope.ic-1 {
    background-color: transparent;
    color: #dcdcdc;
}
i.fab.fa-whatsapp.ic-1 {
    background-color: transparent;
    color: var(--morado);
    font-size: 20px;
    top: 4px;
    position: relative;
}
#empresas {
    position: relative;
}
#empresas::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -74px;
    width: 500px;
    height: 510px;
    background-image: url(img/img-bg-1.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#people {
    position: relative;
}
#people::before {
    content: '';
    position: absolute;
    top: -170px;
    left: -203px;
    width: 500px;
    height: 510px;
    background-image: url(img/img-bg-2.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#footer::before {
    content: '';
    position: absolute;
    top: -240px;
    right: 0;
    width: 400px;
    height: 410px;
    background-image: url(img/img-bg-3.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.form-control:focus {
    color: white;
}
#footer {
    position: relative;
}
#gracias {
    position: relative;
}
#gracias::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -74px;
    width: 400px;
    height: 410px;
    background-image: url(img/img-bg-1.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
h1, h2, h3, h4, h5, h6, p, code{
    color: var(--gris) !important;
    font-family: "Space Grotesk", sans-serif !important;
}
code{
    font-size: 3rem !important;
}
 li,.small, small {
    color: #C9C5C5;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500 !important;
    font-size: 1rem !important;
}
#dynamic-word {
    display: inline-block;
    min-width: 120px; /* Evita saltos de línea */
    position: relative;
}
#dynamic-word::after {
    content: "|";
    animation: blink 0.7s infinite;
    margin-left: 2px;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
p{
    font-weight: 500;
}
.p2{
    font-size: 14px;
}
.t1{
    font-weight: 300;
    font-size: 3.5rem;
}
.t1 .span-1{
    font-weight: 700;
}
.t2{
    font-weight: 300;
    font-size: 3rem;
}
.t2 span{
    font-weight: 700;
}
.t-cont {
    font-size: 5rem;
    font-weight: 300;
    top: -17px;
    position: relative;
}
.t3 {
    font-size: 2.3rem;
    font-weight: 300;
}
.t3 span{
    font-weight: 700;
}
.t4{
    font-weight: 700;
    font-size: 1.5rem;
}
.t4 span{
    font-size: 3.5rem;
}
.t5 {
    font-size: 3rem;
    font-weight: 300;
}
.t6 {
    font-weight: 700;
    font-size: 1.8rem;
}
.t-pastel-1 {
    position: absolute;
    bottom: 10px;
    left: -12px;
}
.t-pastel-2 {
    position: absolute;
    top: 39px;
    right: -8px;
}
.t-pastel-3 {
    position: absolute;
    right: -21px;
    top: 173px;
}
.t-empresas-1 {
    font-size: 3rem;
    font-weight: 600;
}
.qrt-1 {
    background-color: var(--morado);
    border-radius: 15px;
    padding: 20px 20px;
}
.qrt-2 {
    background-color: var(--negro);
    border-radius: 15px;
    padding: 20px 20px;
    position: relative;
}

.qrt-form {
    background-color: var(--negro);
    border-radius: 15px;
    padding: 25px 30px;
    position: relative;
}
.qrt-logo {
    border-radius: 15px;
    padding: 13px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 15px rgb(159 159 159 / 99%), 0 0 0px 0px rgba(255, 255, 255, 0.1);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
    border: 1px solid white;
    transition: transform 0.3s ease;
}
.qrt-logo:hover {
    animation: vibrate 0.7s linear;
}
@keyframes vibrate {
    0% { transform: translate(0); }
    25% { transform: translate(-6px, 6px); }
    50% { transform: translate(6px, -6px); }
    75% { transform: translate(-6px, -6px); }
    100% { transform: translate(0); }
}
.qrt-3 {
    background-color: var(--morado);
    border-radius: 10px;
    padding: 3% 0;
    width: 80%;
}
.qrt-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
    background-size: 8px 8px;
    opacity: 0.4;
    pointer-events: none;
}

.qrt-logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

/* Efecto de brillo estático */
.qrt-logo .brillo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 50%,
        transparent 100%
    );
    pointer-events: none;
}

.bg-gray {
    background-color: #C9C5C5 !important;
}
.img-1{
    max-width: 75%;
}
.img-logo-1{
    max-width: 100%;
}
.img-lap {
    max-width: 90%;
    position: relative;
    top: 38px;
}
.img-crip {
    max-width: 59%;
    position: relative;
    bottom: 0;
}
.img-flecha{
    max-width: 10%;
    bottom: 0;
    position: relative;
}
.img-flecha-logo-1{
    max-width: 8%;
    position: absolute;
    top: -45px;
    left: 210px;
}
.img-flecha-logo-2{
    max-width: 8%;
    position: absolute;
    top: -45px;
    right: 210px;
}
.img-flecha-logo-3{
    max-width: 8%;
    position: absolute;
    bottom: -45px;
    left: 210px;
}
.img-flecha-logo-4{
    max-width: 8%;
    position: absolute;
    bottom: -45px;
    right: 210px;
}
.logo-blainex-txt{
    max-width: 19%;
}
.logo-blainex-txt-2{
    max-width: 17%;
}
.img-logo-row{
    max-width: 80%;
}
.img-logo-row-2{
    max-width: 40%;
}
.img-row {
  display: flex;
  align-items: flex-end;
}

.img-container {
  position: relative;
  display: inline-block;
}

.img-rect {
  max-width: 70%;
  display: block;
  margin: 0 auto
}

.img-num {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.5rem;
  color: var(--gris);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
}
.pad-new {
    padding-top: 6rem;
}
.pad-sect {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.cont-1 {
    background-color: var(--negro);
    color: var(--gris);
    width: 11%;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}
.cont-2 {
    background-color: var(--negro);
    color: var(--gris);
    width: 17%;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}
.cont-3 {
    background-color: var(--negro);
    color: var(--gris);
    width: 36%;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}
.circulo-1 {
    font-family: "Poppins", sans-serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8857FD, #442C7F);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gris);
    font-size: 4rem;
    font-weight: 500;
    position: absolute;
    top: -64px;
    left: -20px;
    z-index: 1; 
}
.circulo-2{
    font-family: "Poppins", sans-serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8857FD, #442C7F);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gris);
    font-size: 4rem;
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 1; 
}
.circulo-3 {
    font-family: "Poppins", sans-serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8857FD, #442C7F);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gris);
    font-size: 4rem;
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1; 
}
.btn1 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    background-color: var(--morado);
    color: var(--gris);
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid var(--morado);
    transition: .5s;
}
.btn1:hover{
    background-color: var(--negro);
    color: var(--gris);
    border: 1px solid var(--negro);
    transition: .5s;
}
/* .btn2 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    background-color: var(--negro);
    color: var(--morado);
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid var(--morado);
    transition: .5s;
} */
.btn2 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    background-color: var(--gris);
    color: var(--morado);
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid var(--gris);
    transition: .5s;
}
.btn2:hover{
    background-color: var(--negro);
    color: var(--morado);
    border: 1px solid var(--negro);
    transition: .5s;
}
.btn-form {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    background-color: var(--morado);
    color: var(--gris);
    padding: 10px 55px;
    border-radius: 6px;
    border: 1px solid var(--morado);
    transition: .5s;
    margin-top: 10px;
}
.btn-form:hover{
    background-color: var(--negro);
    color: var(--morado);
    border: 1px solid var(--morado);
    transition: .5s;
}
.buttons {
    display: flex;
    gap: 15px;
    justify-content: left; 
    flex-wrap: wrap; 
}
.buttons-2 {
    display: flex;
    gap: 15px;
    justify-content: center; 
    flex-wrap: wrap; 
}
/* Slider criptos */
.crypto-item {
    background-color: var(--negro);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

.crypto-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.crypto-info {
    display: flex;
    flex-direction: column;
}

.crypto-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--gris);
    font-family: "Space Grotesk", sans-serif;
    margin-right: 8px;
}

.price-change {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    transition: color 0.3s ease;
}

.crypto-price {
    font-size: 1rem;
    color: var(--gris);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}
.slider-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.slider-container::before,
.slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.slider-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(23, 26, 39, 1) 0%, rgba(23, 26, 39, 1) 50%, rgba(23, 26, 39, 0) 100%);
}

.slider-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(23, 26, 39, 1) 0%, rgba(23, 26, 39, 1) 50%, rgba(23, 26, 39, 0) 100%);
}

.slider {
    display: flex;
    gap: 20px;
    animation: scroll 30s linear infinite;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.slider div {
    margin: 0 9px 0px 2px;
    display: flex;
    align-items: left;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
a:hover {
    text-decoration: none !important;
}
li.nav-item{
    transition: .5s;
}
li.nav-item.active {
    border-bottom: 1px solid var(--gris);
}
li.nav-item:hover {
    border-bottom: 1px solid var(--gris);
    transition: .5s;
}
i.fab.fa-facebook-f {
    background-color: #C9C5C5;
    color: #392B6C;
    padding: 11px 15px;
    border-radius: 33px;
    font-size: 22px;
    transition: .5s;
}
i.fab.fa-facebook-f:hover{
    background-color: #392B6C;
    color: #C9C5C5;
    transition: .5s;
}
i.fab.fa-instagram{
    background-color:#C9C5C5;
    color: #392B6C;
    padding: 11px 13px;
    border-radius: 33px;
    font-size: 22px;
    transition: .5s;
}
i.fab.fa-instagram:hover{
    background-color: #392B6C;
    color:#C9C5C5;
    transition: .5s;
}
i.fab.fa-linkedin-in{
    background-color: #C9C5C5;
    color: #392B6C;
    padding: 11px 12px;
    border-radius: 33px;
    font-size: 22px;
    transition: .5s;
}
i.fab.fa-linkedin-in:hover{
    background-color: #392B6C;
    color: #C9C5C5;
    transition: .5s;
}
i.fas.fa-map-marker-alt {
    background-color: #C9C5C5;
    color: #392B6C;
    padding: 7px 9px;
    border-radius: 33px;
    font-size: 16px;
    transition: .5s;
}

i.fas.fa-phone-alt {
    background-color: #C9C5C5;
    color: #392B6C;
    padding: 7px 7px;
    border-radius: 33px;
    font-size: 16px;
    transition: .5s;
}
i.fas.fa-envelope{
    background-color: #C9C5C5;
    color: #392B6C;
    padding: 7px 7px;
    border-radius: 33px;
    font-size: 16px;
} 
.col-top{
    top: -85px;
}
.col-top-2{
    top: -160px;
}
.col-bot{
    bottom: -50px;
}
.col-bot-2{
    bottom: -37px;
}
.container-fluid.pad-sect.pl-0.pr-0 {
    padding-top: 5rem;
}
.col-pad-1{
    padding-top: 4rem;
}
button.navbar-toggler {
    border: 1px solid var(--gris);
}
 /* Estilo base de la navbar (sin scroll) */
 #mainNavbar {
    transition: all 0.3s ease;
    background-color: transparent !important;
    position: fixed;  /* ¡Importante! Hace que se quede fija */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;    /* Asegura que esté por encima de todo */
}

/* Estilo al hacer scroll (fondo rojo) */
#mainNavbar.scrolled {
    background-color: #ffffff45 !important;
    padding: 10px 80px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e9e9e940;
}
.sub-nav{
    background-color: #6A4EB9;
    border: 1px solid #e9e9e940; 
    padding: 2px 10px !important; 
    border-radius: 8px;
}
#mainNavbar.scrolled .btn-contacto {
    background-color: rgba(135, 135, 135, 0.1) !important; /* Fondo blanco */
    color: var(--gris) !important; /* Texto rojo */
    border-color: rgba(205, 205, 205, 0.2) !important; /* Borde blanco */
}
#mainNavbar.scrolled .btn-contacto:hover {
    background-color: rgb(51 51 51 / 82%) !important /* Fondo blanco */
}
/* Ajuste para que el contenido no quede oculto */
body {
    padding-top: 80px;  /* Igual a la altura inicial de tu navbar */
}
i.fas.fa-bars {
    color: var(--gris);
}
.btn-back-to-top {
    position: fixed;
    bottom: -60px; /* Lo esconde inicialmente */
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Forma circular */
    background-color: #6A4EB9; /* Color morado (como tu navbar) */
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999; /* Para que esté por encima de todo */
}

/* Muestra el botón cuando está activo */
.btn-back-to-top.active {
    bottom: 98px;
}

/* Efecto hover (opcional) */
.btn-back-to-top:hover {
    background-color: #e9e9e9;
    transform: scale(1.1);
    color: #171a27;
}
.list-1 {
    padding-left: 0;
    list-style-type: none;
}
.list-1 li{
    color: var(--gris)
}
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #999;
    margin: 0 6px;
    transition: background-color 0.3s;
}
  
.carousel-indicators .active {
    background-color: #8857FD;
}
.form-control {
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #868686 !important;
    padding-left: 0 !important;
    color:white;
}
input::placeholder,
textarea::placeholder {
    color: #666772 !important; 
    opacity: 1; 
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
}
/* Animacion al inciar la página */
/* Animación de entrada desde arriba */
.from-top {
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-top.active {
    opacity: 1;
    transform: translateY(0);
}

/* Animación de entrada desde abajo */
.from-bottom {
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-bottom.active {
    opacity: 1;
    transform: translateY(0);
}

/* Animación de entrada desde la izquierda */
.from-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-left.active {
    opacity: 1;
    transform: translateX(0);
}

/* Animación de entrada desde la derecha */
.from-right {
    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Animación de entrada desde arriba al inicio */
.from-top-initial {
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-top-initial.active {
    opacity: 1;
    transform: translateY(0);
}

/* Animación de entrada desde abajo al inicio */
.from-bottom-initial {
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-bottom-initial.active {
    opacity: 1;
    transform: translateY(0);
}

/* Animación de entrada desde la izquierda al inicio */
.from-left-initial {
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-left-initial.active {
    opacity: 1;
    transform: translateX(0);
}

/* Animación de entrada desde la derecha al inicio */
.from-right-initial {
    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.from-right-initial.active {
    opacity: 1;
    transform: translateX(0);
}
.mov-1 {
    top: -200px;
}
@media (max-width: 480px){
    .t1{
        font-size: 2.6rem;
    }
    
    .t2{
        font-size: 2rem;
        text-align: center;
    }
    .t3 {
        font-size: 2rem;
        font-weight: 300;
        text-align: center;
    }
    .t4, .t5, .t6, .list-1{
        text-align: center;
    }
    .br-none{
        display: none;
    }
    .col-top, .col-top-2{
        top: 0;
    }
    .col-bot, .col-bot-2{
        bottom: 0px
    }
    .txt-mob-center{
        text-align: center;
    }
    .p1 {
        font-size: 1.1rem !important;
        text-align: center;
        margin-bottom: 28px;
    }
    .p2 {
        font-size: 1.5rem !important;
        text-align: center;
    }
    .container-fluid.pad-sect.pl-0.pr-0 {
        padding-top: 2rem;
    }
    .cont-1{
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .cont-2 {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .cont-3 {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .pad-sect {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .circulo-1{
        right: 0px;
        top: 305px;
    }
    .circulo-3 {
        right: 0px;
    }
    .circulo-2 {
        left: 0;
    }
    .logo-blainex-txt, .logo-blainex-txt-2 {
        max-width: 45%;
    }
    .img-logo-row-2 {
        max-width: 75%;
    }
    .img-flecha-logo-1, .img-flecha-logo-2, .img-flecha-logo-3, .img-flecha-logo-4{
        max-width: 14%;
    }
    .buttons {
        justify-content: center;
    }
    .btn1 {
        padding: 10px 44px;
    }
    footer .d-flex {
        flex-direction: column;
        align-items: center !important;
    }

    footer .d-flex > div {
        margin-bottom: 10px; 
        margin-top: 25px;
    }
    h5, .small, small {
        text-align: center;
    }
    .list-unstyled li{
        text-align: center;
    }
    i.fas.fa-phone-alt, i.fas.fa-map-marker-alt, i.fas.fa-envelope {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .col-pad-1{
        padding-top: 4rem;
    }
    #mainNavbar {
        position: static !important;  /* Vuelve al flujo normal del documento */
    }
    
    body {
        padding-top: 0 !important;  /* Elimina el padding extra en móvil */
    }
    .pad-new {
        padding-top: 1.5rem !important;
    }
    .center-icon{
        text-align: center;
    }
    #empresas::before {
        top: -90px;
        right: 10px;
        width: 200px;
        height: 210px;
    }
    #people::before {
        top: -139px;
        right: 200px;
        width: 200px;
        height: 210px;
    }
    #footer::before {
        top: -130px;
        right: 13px;
        width: 205px;
        height: 210px;
    }
    #gracias::before {
        top: -71px;
        right: 36px;
        width: 210px;
        height: 210px;
    }
    .dropdown-menu {
        background-color: transparent !important;
    }
    .dropdown-item{
        color: var(--gris) !important;
    }
    /* Ocultar sombras del slider en móvil */
    .slider-container::before,
    .slider-container::after {
        display: none;
    }
    .sub-nav {
        background-color: #6A4EB9;
        border: 1px solid #e9e9e940;
        padding: 27px 10px !important;
        border-radius: 8px;
    }
    .btn-contacto {
        margin-top: 6px;
        margin-bottom: 24px;
    }
    .t-pastel-1 {
        position: absolute;
        bottom: -88px;
        left: 8px;
    }
    .t-pastel-2 {
        position: absolute;
        top: -17px;
        right: -6px;
    }
    .t-pastel-3 {
        position: absolute;
        right: 21px;
        top: 201px;
    }
    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 25px !important;
    }
    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: calc(-35vw - 45px) !important;
    }
}
i.fas.fa-envelope.w1 {
    background: transparent;
    color: #dfd9d9;
}
i.fab.fa-whatsapp.w1 {
    font-size: 18px;
    color: #dfd9d9;
}
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    color: #FFF;
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

/* Estilos para submenús */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Estilos para el menú principal */
.navbar .dropdown-menu {
    background-color: var(--morado);
    border: none;
    border-radius: 0;
    padding: 0.5rem 0;
}

.navbar .dropdown-item {
    color: white;
    padding: 0.5rem 1.5rem;
}

.navbar .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.navbar .dropdown-menu .dropdown-menu {
    background-color: var(--morado);
    margin-left: 0;
    margin-right: 0;
}

/* Estilos para submenús anidados */
@media (max-width: 991px) {
    .dropdown-menu {
        background-color: #8857FD !important; /* Color base para el menú principal */
    }

    .dropdown-submenu .dropdown-menu {
        background-color: #6A4EB9 !important; /* Color más oscuro para el primer nivel de submenú */
    }

    .dropdown-submenu .dropdown-submenu .dropdown-menu {
        background-color: #5E41AC !important; /* Color aún más oscuro para el segundo nivel de submenú */
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        background-color: #8857FD !important;
    }

    .dropdown-submenu .dropdown-menu {
        background-color: #6A4EB9 !important;
    }

    .dropdown-submenu .dropdown-submenu .dropdown-menu {
        background-color: #5E41AC !important;
    }
}

/* Estilos para el navbar en móvil */
@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        padding-left: 1rem;
    }
    
    .dropdown-submenu {
        position: relative;
    }
    
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    
    .dropdown-item {
        color: white !important;
        padding: 0.5rem 1rem;
        white-space: normal;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    /* Evitar que los submenús se cierren al hacer clic */
    .dropdown-submenu .dropdown-toggle:after {
        transform: rotate(-90deg);
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .dropdown-submenu.show .dropdown-toggle:after {
        transform: rotate(0deg);
    }

    .dropdown-submenu .dropdown-menu {
        display: none;
    }

    .dropdown-submenu.show .dropdown-menu {
        display: block;
    }
}

/* Estilos para particles.js */
#particles-js, #particles-js-2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

#particles-js {
    height: 100vh;
}

#particles-js-2 {
    height: 100%;
}


.custom-cursor {
    width: 26px;
    height: 26px;
    border: 2.5px dashed white;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    animation: rotate 5s linear infinite;
    transition: transform 0.1s ease-out;
    background: transparent;
    opacity: .9;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}





































.copyright__part{
	padding: 10px 20px;
	background: #000000;
	text-align: center;
	font-weight: 300;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.copyright__part a{
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}


/*feature css starts*/
.timeline__cover{
    padding: 100px 0;
    color: #ffffff;
}
.timeline__cover .timeline__title{
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}
.timeline__cover .timeline__title h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.timeline__cover .timeline__title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline{
    padding-top: 64px;
}
.timeline__cover .timeline ul{
    padding-top: 100px;
}
.timeline__cover .timeline ul li {
	background: #9a9a9a;
	position: relative;
	margin: 0 auto;
	width: 2px;
	margin-bottom: 48px;
	list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
	padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
	content: '';
	background: #6a4eb9;
	position: absolute;
	left: 50%;
	top: -32px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden {
	opacity: 0;
}

.timeline__cover .timeline ul li .content {
	position: relative;
	top: -100px;
	width: 289px;
}

.timeline__cover .timeline ul li .content .badge{
    font-size: 17px;
    line-height: 16px;
    text-transform: uppercase;
    color: #e7e7e7;
    display: inline-block;
    padding: 6px 12px;
    background: #6a4eb9;
    border-radius: 1000px;
}

.timeline__cover .timeline ul li .content h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    margin: 16px 0 8px;
}

.timeline__cover .timeline ul li .content p{
	color: #acacac;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
	left: 70px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
	left: -38px;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
	left: calc(-289px - 70px);
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
	right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
	.timeline__cover .timeline ul li .content {
		width: 41vw;
	}

	.timeline__cover .timeline ul li:nth-child(even) .content {
		left: calc(-41vw - 45px);
	}
}


/* timeline__cover ends */

/* Estilos para la animación del timeline */
.timeline ul li .content.hidden {
    opacity: 0;
    transition: opacity 0.7s ease;
}

.timeline ul li .content {
    opacity: 1;
    transition: opacity 0.7s ease;
}

/* Sombra especial para el slider de divisas */
body.bg-2 .slider-container::before,
body.bg-2 .slider-container::after {
    display: none;
}
body.bg-2 .slider-container {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 4px 32px 0 rgba(58,45,104,0.10);
}

.slider-container#divisas-slider-container {
    background: #0a2256;
    border-radius: 20px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 2px 16px 0 rgba(10,34,86,0.08);
    min-height: 56px;
    margin-bottom: 1.5rem;
}
#divisas-slider {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
}
.ticker-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}
.ticker-flag {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    margin-right: 3px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
}
.ticker-code {
    color: #fff;
    font-weight: 700;
    margin-right: 2px;
}
.ticker-value {
    color: #21c1a8;
    font-weight: 600;
    margin-left: 2px;
}
.ticker-sep {
    color: #fff2;
    font-size: 1.3rem;
    margin: 0 10px;
    font-weight: 400;
}

/* Estilos para la sección de transformación real */
.transformacion-real {
    background: linear-gradient(135deg, rgba(136, 87, 253, 0.1) 0%, rgba(101, 200, 234, 0.1) 100%);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.transformacion-real::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
}

.transformacion-real h4 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #8857FD 0%, #65C8EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.pilares-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.pilar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pilar-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.pilar-item i {
    font-size: 2rem;
    color: #8857FD;
}

.pilar-item span {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gris);
}

.igual {
    font-size: 2rem;
    font-weight: 700;
    color: #65C8EA;
}

.resultado {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gris);
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    display: inline-block;
}

@media (max-width: 768px) {
    .transformacion-real h4 {
        font-size: 2rem !important;
    }
    
    .pilares-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .pilar-item {
        width: 100%;
        justify-content: center;
    }
    
    .igual {
        transform: rotate(90deg);
    }
}

/* Estilos para la sección de eventos y masterclass */
.eventos-container {
    background: linear-gradient(135deg, rgba(101, 200, 234, 0.1) 0%, rgba(136, 87, 253, 0.1) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.eventos-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
}

.evento-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.evento-item:last-child {
    margin-bottom: 0;
}

.evento-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.evento-icono {
    font-size: 2.5rem;
    color: #65C8EA;
    background: rgba(101, 200, 234, 0.1);
    padding: 1rem;
    border-radius: 12px;
    min-width: 80px;
    text-align: center;
}

.evento-contenido {
    flex: 1;
}

.evento-titulo {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gris);
    margin-bottom: 0.5rem;
}

.evento-descripcion {
    font-size: 1.1rem;
    color: var(--gris);
    opacity: 0.9;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .eventos-container {
        padding: 1.5rem;
    }
    
    .evento-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1rem;
    }
    
    .evento-icono {
        margin-bottom: 1rem;
    }
    
    .evento-titulo {
        font-size: 1.2rem;
    }
    
    .evento-descripcion {
        font-size: 1rem;
    }
}

/* Estilos para el botón de WhatsApp */
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.btn-whatsapp i {
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .btn-whatsapp {
        padding: 10px 20px;
        font-size: 1rem;
    }
    
    .btn-whatsapp i {
        font-size: 1.2rem;
    }
}

/* Tarjetas de modalidades de inversión */
.modalidades-row {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 1.5rem;
}

.modalidad-card {
    background: linear-gradient(135deg, #8857fd 0%, #6A4EB9 100%);
    border-radius: 22px;
    box-shadow: 0 4px 24px 0 rgba(136, 87, 253, 0.13);
    padding: 0 0 2.2rem 0;
    width: 320px;
    max-width: 95vw;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgba(255,255,255,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.modalidad-card:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 8px 32px 0 rgba(136, 87, 253, 0.18);
}

.modalidad-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 1.2rem;
    position: relative;
    z-index: 1;
}

/* Eliminamos el icono de play y su espacio */
.modalidad-play { display: none !important; }

.modalidad-body {
    padding: 0 1.5rem;
    width: 100%;
    text-align: center;
}

.modalidad-titulo {
    color: #FFC93C;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    letter-spacing: 1px;
}

.modalidad-contrato {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    letter-spacing: 1px;
}

.modalidad-porcentaje {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.modalidad-pago {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0.7rem;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .modalidades-row {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        flex-wrap: wrap;
    }
    .modalidad-card {
        width: 100%;
        min-width: 0;
        padding-bottom: 1.5rem;
    }
    .modalidad-img {
        height: 140px;
    }
    .modalidad-body {
        padding: 0 0.7rem;
    }
}

/* Puntos medios para listas del footer */
.footer-list .footer-dot, .footer-list-sub .footer-dot {
    color: #b9b9b9;
    font-size: 1.1em;
    margin-right: 6px;
  }
  
  /* Efecto hover para enlaces del footer */
  .footer-list a, .footer-list-sub a {
    transition: color 0.2s, text-decoration 0.2s;
  }
  .footer-list a:hover, .footer-list-sub a:hover {
    color: var(--morado) !important;
    text-decoration: underline;
  }
  
i.fab.fa-youtube {
    background-color: #C9C5C5;
    color: #392B6C;
    padding: 11px 10px;
    border-radius: 33px;
    font-size: 22px;
    transition: .5s;
}
i.fab.fa-youtube:hover{
    background-color: #392B6C;
    color: #C9C5C5;
    transition: .5s;
}
