:root{
    --white: #DDDFF6;
    --purple: #6E4AFC;
    --black: #000;
}

body{
    background: radial-gradient(26.71% 65.17% at 46.6% 14.72%, rgba(110, 74, 252, 0.30) 0%, rgba(110, 74, 252, 0.00) 100%), #000;
    color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
}

/*Components*/
.btn-primary{
    border-radius: 8px;
    border: 2px solid ;
    border-color: transparent;
    background: radial-gradient(164% 49.7% at 50.3% 100%, rgba(110, 74, 252, 0.50) 0%, rgba(110, 74, 252, 0.00) 100%), #432F93;
}

.btn-primary:hover{
    background-color: darken(var(--purple), 10%);
}

h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -2.24px;
}

h1 span{
    background: linear-gradient(to right, #6E4AFC, #32e2c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h4 span{
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(to right, #6E4AFC, #32e2c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h3{
    color: #FFF;
    font-family: "IBM Plex Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 40px */
    letter-spacing: -1.6px;
}

h3 span{
    background: linear-gradient(to right, #6E4AFC, #32e2c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #DEDCEF;
}

/*NAVBAR*/
.desk-nav .top-bar{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.desk-nav .top-bar .container {
    padding: 12px 0;
}

nav .bar {
    padding: 20px 0;
}

nav a {
    text-decoration: none;
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ------------------ */
/* ------------------ */
/* SIDEBAR RESPONSIVO */
/* ------------------ */
/* ------------------ */

.responsive-nav {
    width: 100%;
    z-index: 1999;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    color: #fff;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);

    display: none;
}

.responsive-nav .btn-menu {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    right: 30px;
    background: transparent;
    color: #000d4d;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.4em;
    cursor: pointer;
}

.responsive-nav .btn-menu i {
    font-size: 4em;
    margin-left: 15px;
    position: relative;
    top: 12px;
}

.responsive-nav .logo {
    background: url("../img/logo.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    margin-top: 0px;
    height: auto;
    float: left;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin-left: 30px;
}

#sidebar-wrapper {
    position: fixed;
    height: 100%;
    z-index: 3000;
    width: 250px;
    overflow-x: hidden;
    overflow-y: scroll;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -250px;
    background: #fff;
}

.menu-container {
    background-color: #fff;
}

body.toggled #sidebar-wrapper {
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
}

.sidebar-nav {
    width: 100%;
    padding: 0;
    list-style: none;
}

.sidebar-nav .nav-title {
    padding: 0px 33px;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 15px;
    color: #989a9e;
    line-height: 45px;
}

.sidebar-nav .user {
    background-color: #191d3f;
    width: 100%;
    position: relative;
}

.sidebar-nav .contenido {
    margin-bottom: 60px;
}

.sidebar-nav .user li {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.sidebar-nav .user li a {
    color: #1e1e1e;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0px;
}

.sidebar-nav li {
    line-height: 55px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    padding: 0px 15px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 200;
    font-size: 0.8em;
}

.sidebar-nav li a i {
    padding: 0px 20px;
    font-size: 1.3em;
    width: 60px;
    position: relative;
    top: 2px;
    color: #1e1e1e;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background: #f8f8f8;

    color: #1e1e1e;
}

.sidebar-nav li a:hover i {
    color: #1e1e1e;
}

.sidebar-nav .title {
    font-size: 0.5em;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #919197;
    letter-spacing: 3px;
    font-weight: 200;
}

.sidebar-overlay {
    background: rgba(0, 0, 0, .3);
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 150%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;


    transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
}

body.toggled {
    overflow-y: hidden;
}

body.toggled .sidebar-overlay {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    z-index: 2001;
}

.brand-header {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    background-color: #fff;
    height: 70px;
}

.brand-header .close-btn {
    font-size: 1em;
    color: #1e1e1e;
    position: absolute;
    left: 25px;
    top: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.sidebar-nav .btn-primary {
    display: block;
    border-radius: 0px;
    padding: 30px 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.mobile-nav{
    position: fixed;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px 12px;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.mobile-nav .btn-menu {
    font-size: 1.3em;
    position: relative;
    color: white;
}

/* RESPONSIVE STYLES */
@media only screen and (max-width : 480px) {
    .desk-nav {
        display: none;
    }

    .mobile-nav{
        display: flex !important;
    }
}

/* INDEX */
.hero {
    position: relative;
    height: 100dvh;
    border-radius: 0 0 100px 100px;
    background: radial-gradient(130.05% 281.6% at 100% 100%, rgba(110, 74, 252, 0.20) 0%, rgba(110, 74, 252, 0.00) 100%);
}

.heroB{
    position: relative;
    height: 100%;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
}

.heroB .swiper-slide{
    position: relative;
    padding-top: 20%;
}

.heroB .swiper-slide .container {
    position: relative;
    z-index: 2;
}

.heroB .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.heroB .swiper-slide .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(130.05% 281.6% at 100% 100%, rgb(110 74 252 / 50%) 0%, rgb(20 13 50 / 73%) 100%);
}

.hero .circle {
    position: absolute;
    bottom: -25%;
    right: -15%;
    width: 900px;
    aspect-ratio: 1;
    z-index: 4;
    opacity: 0.8;
}

.mySwiper{
    padding-bottom: 120px;
}

.swiper-buttons{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
    border-radius: 16px;
    border: 2px solid;
    border-color: transparent;
    background: radial-gradient(164% 49.7% at 50.3% 100%, rgba(110, 74, 252, 0.30) 0%, rgba(110, 74, 252, 0.00) 100%), rgba(67, 47, 147, 0.00);
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 24px;
}

.swiper-buttons .swiper-button-next:hover,
.swiper-buttons .swiper-button-prev:hover {

    border-color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}

.swiper-buttons .swiper-button-next svg,
.swiper-buttons .swiper-button-prev svg {
    width: 17.063px;
    height: 15.75px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next{
    left: inherit;
    right: inherit;
    width: fit-content;
}

.swiper-button-next,
.swiper-button-prev{
    width: fit-content;
}

/*RESPONSIVE STYLES */
@media only screen and (max-width : 480px) {
    .hero{
        height: inherit;
    }

    .hero .swiper-slide .container{
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .hero .circle{
        width: 400px;
        bottom: -20%;
        right: -20%;
    }
}


/*SERVICES */
.index-hero .services {
    background: radial-gradient(33.32% 58.16% at 50% 41.84%, rgba(110, 74, 252, 0.20) 0%, rgba(110, 74, 252, 0.00) 100%);
}

.services{
    margin: 7.5rem 0;
    position: relative;
}

.proSwiper {
    padding: 90px 0;
}


.services .container-fluid{
    padding: 120px 30px;
}

.services .product-card{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(167, 165, 255, 0.02) 0%, rgba(100, 99, 153, 0.02) 100%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.services .product-card:hover {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(167, 165, 255, 0.16) 0%, rgba(100, 99, 153, 0.16) 100%);
}

.services .product-card .image{
    height: 340px;
    overflow: hidden;
    border-radius: 16px;
    z-index: 0;
    position: relative;
}

.services .product-card .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services .product-card .image .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(50, 226, 195, 0.00) 20%, #6E4AFC 100%), rgba(211, 211, 211, 0) 50% / cover no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.services .product-card .content {
    display: flex;
    padding: 16px 18px 32px 18px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.services .product-card .content .btn{
    border-radius: 8px;
    border: 2px solid #ffffff00;
    background: radial-gradient(164% 49.7% at 50.3% 100%, rgba(110, 74, 252, 0.30) 0%, rgba(110, 74, 252, 0.00) 100%), rgba(67, 47, 147, 0.00);
    color: white;
    width: 100%;
    padding: 16px 24px;
}

.our-connection {
    padding: 120px 0;
}

.our-connection .circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -1;
}

.our-connection .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.our-connection .card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(118, 116, 255, 0.06);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.our-connection .card-header {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.our-connection .card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: end;
}

@media only screen and (max-width : 480px) {
    .our-connection .cardsRow .col-md-4 {
        margin-bottom: 12px;
    }
}

.us {
    border-radius: 24px;
    padding: 80px 0;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.us .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.us-card{
    border-radius: 24px;
    background: #100B23;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.clients{
    padding: 120px 0;
    background: radial-gradient(61.82% 96.06% at 81.77% 13.02%, rgba(110, 74, 252, 0.40) 0%, rgba(110, 74, 252, 0.00) 100%);
}

.clients .clients-m{
    margin-top: 80px;
}

.clients-marquee {
    display: flex;
    overflow: hidden;
}

@media only screen and (max-width : 480px) {
    .clients-marquee{
        width: 1100px;
    }

        .us-card{
            padding: 40px;
        }
}

.faq{
    padding: 120px 0;
}

.faq .circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 120%;
}

.faq .faqCards{
    margin-top: 80px;;
}

.faq .accordion-item {
    margin-bottom: 8px;
    background: linear-gradient(180deg, rgba(167, 165, 255, 0.04) 0%, rgba(167, 165, 255, 0.04) 100%) !important;
    border-color: transparent;
}


.faq .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.faq .accordion-button {
    border-radius: 8px;
    border-radius: 8px 8px 0 0;
    background: transparent;
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq .accordion-button.collapsed {
    background: linear-gradient(180deg, rgba(167, 165, 255, 0.04) 0%, rgba(167, 165, 255, 0.04) 100%);
}

.faq .accordion-collapse.collapse.show{
    background: transparent;
    border-radius: 0 0 8px 8px;
    color: white;
    background: linear-gradient(180deg, rgba(167, 165, 255, 0.16) 0%, rgba(100, 99, 153, 0.16) 100%) !important;
}

.faq .accordion-button:not(.collapsed){
    box-shadow: none;
    background: linear-gradient(0deg, rgba(167, 165, 255, 0.16) 0%, rgba(100, 99, 153, 0.16) 100%) !important;
}

.faq .accordion-item{
    border-radius: 0 0 8px 8px;
}

.faq .accordion-body p{
    color: #DEDCEF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*FOOTER*/

.preFooter {
    padding: 80px 0;
}

.preFooter h3 span{
    background: linear-gradient(to right, #6E4AFC, #32e2c3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.preFooter .cards{
    padding: 80px 0;
}

.preFooter .cards .card {
    height: 420px;
    background: linear-gradient(180deg, #d9d9d900 40.39%, rgba(115, 115, 115, 0.00) 100%);
    border-color: none;
}

footer {
    background: radial-gradient(148.05% 121.6% at 100% 100%, rgba(110, 74, 252, 0.40) 0%, rgba(110, 74, 252, 0.00) 100%),
        #000;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: underline;
}

.copyright p{
    color: rgba(221, 223, 246, 0.50);
}

@media only screen and (max-width : 480px) {
    footer .container .row {
        gap: 80px;
    }

    footer .container .row .col-md-4.wow{
        justify-content: center !important;
        display: flex;
    }

    footer .container .row  .col-md-4 .d-flex{
        justify-content: center !important;
        gap: 12px;
    }

    .copyright .d-flex{
        flex-direction: column;
        align-items: center;
        gap: 40px;
        text-align: center;

    }
}


/*Secondary pages*/
.hero-secondary {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 100px 100px;
}

.hero-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.hero-secondary .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(130.05% 281.6% at 100% 100%, rgb(110 74 252 / 50%) 0%, rgb(20 13 50 / 73%) 100%);
}

.hero-secondary .container {
    position: relative;
    z-index: 2;
    padding-top: 22vh;
    padding-bottom: 120px;
}

.cta-2{
    padding: 80px 0;
    background: radial-gradient(61.82% 96.06% at 81.77% 13.02%, rgba(110, 74, 252, 0.40) 0%, rgba(110, 74, 252, 0.00) 100%);
}

/* Enlaces del cta */
.cta-2 a {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    color: white;
    margin-left: 10px;
}

.cta-2 a:hover {
    text-decoration: none !important;
    color: #32E2C3 !important;
    transform: translateX(5px);
}

.cta-2 a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #32E2C3;
    transition: width 0.3s ease;
    transform: translateY(-50%);
}

.cta-2 a:hover::before {
    width: 6px;
}

.pre-footer-nosotros {
    padding-left: 10%;
}

.pre-footer-nosotros h4 {
    padding-top: 100px;
    padding-bottom: 50px;
    line-height: 1.9;
}

.pre-footer-nosotros p {
    padding-top: 20px;
    padding-bottom: 60px;
    color: var(--grey);
}

.pre-footer-nosotros button {
    padding-left: 60px;
    padding-right: 60px;
    font-weight: bold;
    margin-bottom: 50px;
}

.pre-footer-nosotros .bottom-image-card {
    border-top-left-radius: 300px;
    height: 100%;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .slider-principal .hidden-responsive {
        display: none !important;
    }

    .slider-principal .show-responsive {
        display: block !important;
    }

    .cta-2 .col-md-4{
        text-align: center !important;
        margin-bottom: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/* ============================= */
/* ANIMACIONES DE HOVER          */
/* ============================= */

/* Botones primarios */
.btn-primary {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(110, 74, 252, 0.3);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(110, 74, 252, 0.5);
    background: radial-gradient(164% 49.7% at 50.3% 100%, rgba(110, 74, 252, 0.70) 0%, rgba(110, 74, 252, 0.10) 100%), #6E4AFC;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(110, 74, 252, 0.4);
}

/* Botones secundarios */
.btn-secondary {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(50, 226, 195, 0.6);
    background: rgba(50, 226, 195, 0.1);
    box-shadow: 0 6px 20px rgba(50, 226, 195, 0.3);
    color: #32E2C3;
}

.btn-secondary:active {
    transform: translateY(0);
}

/* Enlaces de navegación */
nav a {
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 8px;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6E4AFC, #32E2C3);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

nav a:hover {
    text-decoration: none !important;
    background: rgba(110, 74, 252, 0.1);
    color: #32E2C3 !important;
    transform: translateY(-2px);
}

nav a:hover::after {
    width: 80%;
}

/* Enlaces del footer */
footer a {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}

footer a:hover {
    text-decoration: none !important;
    color: #32E2C3 !important;
    transform: translateX(5px);
}

footer a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #32E2C3;
    transition: width 0.3s ease;
    transform: translateY(-50%);
}

footer a:hover::before {
    width: 6px;
}

/* Tarjetas de servicios */
.our-connection .card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.our-connection .card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(118, 116, 255, 0.15);
    border-color: rgba(110, 74, 252, 0.5);
    box-shadow: 0 20px 40px rgba(110, 74, 252, 0.3);
}

.our-connection .card:hover h4 {
    color: #32E2C3;
    transition: color 0.3s ease;
}

/* Tarjetas de productos/servicios */
.services .product-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.services .product-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 50px rgba(110, 74, 252, 0.4);
}

.services .product-card .content .btn {
    transition: all 0.3s ease;
}

.services .product-card:hover .content .btn {
    background: radial-gradient(164% 49.7% at 50.3% 100%, rgba(110, 74, 252, 0.60) 0%, rgba(110, 74, 252, 0.20) 100%), rgba(67, 47, 147, 0.30);
    border-color: rgba(110, 74, 252, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(110, 74, 252, 0.4);
}

/* Acordeones FAQ */
.faq .accordion-button {
    transition: all 0.3s ease;
}

.faq .accordion-button:hover {
    background: linear-gradient(180deg, rgba(167, 165, 255, 0.12) 0%, rgba(167, 165, 255, 0.12) 100%) !important;
    color: #32E2C3 !important;
}

.faq .accordion-button:not(.collapsed):hover {
    background: linear-gradient(0deg, rgba(167, 165, 255, 0.25) 0%, rgba(100, 99, 153, 0.25) 100%) !important;
}

/* Enlaces de redes sociales */
.desk-nav .top-bar ion-icon {
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
}

.desk-nav .top-bar a:hover ion-icon {
    background: rgba(110, 74, 252, 0.2);
    color: #32E2C3;
    transform: scale(1.2) rotate(5deg);
}

/* TOP-BAR: Animaciones sutiles y minimalistas */
.desk-nav .top-bar {
    padding: 0px; /* Reducir padding para evitar crecimiento */
}

.desk-nav .top-bar a {
    position: relative;
    transition: color 0.2s ease; /* Transición más rápida y sutil */
    padding: 4px 8px; /* Padding mínimo */
    border-radius: 4px;
}

.desk-nav .top-bar a:hover {
    text-decoration: none !important;
    color: #32E2C3 !important;
    /* Remover transform para evitar movimiento */
}

.desk-nav .top-bar a::after {
    display: none; /* Quitar líneas de subrayado */
}

.desk-nav .top-bar a::before {
    display: none; /* Quitar efectos de líneas */
}

.desk-nav .top-bar ion-icon {
    transition: color 0.2s ease; /* Solo cambio de color */
    padding: 2px; /* Padding mínimo */
    border-radius: 50%;
}

.desk-nav .top-bar a:hover ion-icon {
    background: transparent; /* Sin fondo */
    color: #32E2C3;
    transform: none; /* Sin escalas ni rotaciones */
}

/* Teléfono y email: solo cambio de color */
.desk-nav .top-bar .d-flex a[href^="tel"],
.desk-nav .top-bar .d-flex a[href^="mailto"] {
    transition: color 0.2s ease;
}

.desk-nav .top-bar .d-flex a[href^="tel"]:hover,
.desk-nav .top-bar .d-flex a[href^="mailto"]:hover {
    color: #32E2C3 !important;
    transform: none;
}

.desk-nav .top-bar .d-flex a[href^="tel"]:hover::before,
.desk-nav .top-bar .d-flex a[href^="mailto"]:hover::before {
    display: none;
}

/* Widgets flotantes */
.messenger-float-btn, .whatsapp-float-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.messenger-float-btn:hover {
    transform: translateY(-5px) scale(1.05);
}

.whatsapp-float-btn:hover {
    transform: translateY(-5px) scale(1.05);
}

.messenger-float-btn:hover .messenger-bubble,
.whatsapp-float-btn:hover .whatsapp-bubble {
    opacity: 1;
    transform: translateX(0) scale(1.02);
}

/* Opciones de WhatsApp */
.whatsapp-option {
    transition: all 0.3s ease;
}

.whatsapp-option:hover {
    background: linear-gradient(90deg, rgba(37, 211, 102, 0.1), rgba(37, 211, 102, 0.05)) !important;
    transform: translateX(8px);
    border-left: 3px solid #25D366;
}

.whatsapp-option:hover .whatsapp-option-icon {
    transform: scale(1.2) rotate(5deg);
    color: #25D366 !important;
}

/* Logos de alianzas */
.clients-marquee img {
    transition: all 0.3s ease;
    filter: grayscale(100%) opacity(0.7);
}

.clients-marquee img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Tarjetas del pre-footer */
.preFooter .cards .card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.preFooter .cards .card:hover {
    transform: translateY(-10px) scale(1.02);
    background: linear-gradient(180deg, rgba(110, 74, 252, 0.1) 40.39%, rgba(50, 226, 195, 0.05) 100%);
    box-shadow: 0 20px 40px rgba(110, 74, 252, 0.3);
}

/* Efectos de resplandor para elementos importantes */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(110, 74, 252, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(110, 74, 252, 0.8), 0 0 30px rgba(50, 226, 195, 0.3);
    }
}

.btn-primary:focus,
.btn-primary.glow {
    animation: glow 2s ease-in-out infinite;
}

/* Transiciones suaves para todos los elementos interactivos */
* {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover para elementos de formulario */
.form-control, .form-select {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.form-control:focus, .form-select:focus {
    border-color: #6E4AFC !important;
    box-shadow: 0 0 0 0.2rem rgba(110, 74, 252, 0.25) !important;
    background: rgba(255, 255, 255, 0.1);
}

.form-control:hover, .form-select:hover {
    border-color: rgba(110, 74, 252, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

/* Animación para iconos */
ion-icon {
    transition: all 0.3s ease;
}

ion-icon:hover {
    transform: scale(1.1);
}

/* Efectos especiales para elementos del hero */
.hero h1, .hero-secondary h1 {
    transition: all 0.5s ease;
}

.hero:hover h1, .hero-secondary:hover h1 {
    text-shadow: 0 0 30px rgba(110, 74, 252, 0.5);
}

/* Animaciones de entrada para elementos con scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-animate {
    animation: fadeInUp 0.6s ease forwards;
}
